@charset "UTF-8";
/*!
Template: arkhe
Theme Name: あいちビューティークリニック
Theme URI: https://aichibeautyclinic.com/
Author: 医療法人愛栄会
Author URI: https://aichibeautyclinic.com/
Description: Arkhe子テーマ
Version: 1.0.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ==========================================================================
  foundation
========================================================================== */
:root {
  --color-text: #856C46;
  --color-main: #856C46;
  --color-main-dark2: #6A5638;
  --color-main-10: #F3F0EC;
  --color-main-50: #C2B5A2;
  --color-main-70: #AA987E;
  --color-white: #fff;
  --color-base-light: #FBF7EE;
  --color-base-regular: #EBE4D6;
  --color-accent: #93AA9A;
  --color-green-light: #B3C3B8;
  --color-green-light-2: #E9EEEB;
  --color-light-brown: #F0EDE9;
  --font-base: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ";
  --font-heading: "Noto Serif JP", serif;
  --font-en: "Cormorant", serif;
  --font-en-infant: "Cormorant Infant", serif;
  --font-weight-bold: 700;
  --font-weight-medium: 500;
}

body {
  background: var(--color-base-light);
  font-family: var(--font-base);
  font-style: normal;
  font-weight: 400;
  color: var(--color-text);
  line-height: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  background: var(--color-base-light);
  font-family: var(--font-base), sans-serif;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  line-height: normal;
}

a {
  color: var(--color-text);
  transition: color 0.5s, -webkit-text-decoration 0.5s;
  transition: color 0.5s, text-decoration 0.5s;
  transition: color 0.5s, text-decoration 0.5s, -webkit-text-decoration 0.5s;
}
a:hover {
  color: var(--color-hover);
}
a:hover img {
  opacity: 0.65;
}

b,
strong {
  font-weight: bolder;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.editor-styles-wrapper h2,
.c-postContent h2,
.l-sidebar h2 {
  border-radius: 2px;
  background: var(--color-main);
  color: var(--color-white);
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  display: flex;
  padding: 8px 0px 8px 16px;
  align-items: center;
}
.editor-styles-wrapper h3,
.c-postContent h3,
.l-sidebar h3 {
  padding: 8px 0px;
  border-bottom: 1px solid var(--color-main-70);
  color: var(--color-main);
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.6px;
}
.editor-styles-wrapper h4,
.c-postContent h4,
.l-sidebar h4 {
  color: var(--color-main);
  font-size: 14px;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.56px;
}
.editor-styles-wrapper .wp-block-list .wp-block-list,
.c-postContent .wp-block-list .wp-block-list,
.l-sidebar .wp-block-list .wp-block-list {
  padding-left: 1.5em;
}
.editor-styles-wrapper p,
.c-postContent p,
.l-sidebar p {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px;
}
.editor-styles-wrapper p strong,
.c-postContent p strong,
.l-sidebar p strong {
  font-weight: var(--font-weight-medium);
  -webkit-text-decoration: var(--color-base-regular, #EBE4D6) solid underline;
          text-decoration: var(--color-base-regular, #EBE4D6) solid underline;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 1px;
}
.editor-styles-wrapper a:not(:has(img, svg), .ark-block-button__link, .wp-block-button__link),
.c-postContent a:not(:has(img, svg), .ark-block-button__link, .wp-block-button__link),
.l-sidebar a:not(:has(img, svg), .ark-block-button__link, .wp-block-button__link) {
  color: var(--color-accent, #93AA9A);
  font-size: inherit;
  font-weight: var(--font-weight-medium);
  letter-spacing: inherit;
}
.editor-styles-wrapper a:not(:has(img, svg), .ark-block-button__link, .wp-block-button__link)[target=_blank]::after,
.c-postContent a:not(:has(img, svg), .ark-block-button__link, .wp-block-button__link)[target=_blank]::after,
.l-sidebar a:not(:has(img, svg), .ark-block-button__link, .wp-block-button__link)[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-inline: 0.3em;
  width: 1.23em;
  height: 1.23em;
  background: url("./assets/img/postContent/icon-postContent-link.svg") no-repeat center center/cover;
  translate: 0 0.2em;
}
@media not all and (min-width: 1024px) {
  .editor-styles-wrapper .ark-block-button,
  .c-postContent .ark-block-button,
  .l-sidebar .ark-block-button {
    width: 100%;
    max-width: 327px;
  }
}
.editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper .ark-block-button__link,
.c-postContent .wp-block-button__link,
.c-postContent .ark-block-button__link,
.l-sidebar .wp-block-button__link,
.l-sidebar .ark-block-button__link {
  margin: auto;
  padding: 10px 56px 10px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 2px;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 18px;
  text-align: left;
  height: 86px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  position: relative;
  transition: opacity 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-button__link,
  .editor-styles-wrapper .ark-block-button__link,
  .c-postContent .wp-block-button__link,
  .c-postContent .ark-block-button__link,
  .l-sidebar .wp-block-button__link,
  .l-sidebar .ark-block-button__link {
    max-width: 327px;
  }
}
.editor-styles-wrapper .wp-block-button__link::after,
.editor-styles-wrapper .ark-block-button__link::after,
.c-postContent .wp-block-button__link::after,
.c-postContent .ark-block-button__link::after,
.l-sidebar .wp-block-button__link::after,
.l-sidebar .ark-block-button__link::after {
  background: url(./assets/img/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .editor-styles-wrapper .wp-block-button__link:hover,
  .editor-styles-wrapper .ark-block-button__link:hover,
  .c-postContent .wp-block-button__link:hover,
  .c-postContent .ark-block-button__link:hover,
  .l-sidebar .wp-block-button__link:hover,
  .l-sidebar .ark-block-button__link:hover {
    opacity: 0.7;
    color: var(--color-white);
  }
  .editor-styles-wrapper .wp-block-button__link:hover::after,
  .editor-styles-wrapper .ark-block-button__link:hover::after,
  .c-postContent .wp-block-button__link:hover::after,
  .c-postContent .ark-block-button__link:hover::after,
  .l-sidebar .wp-block-button__link:hover::after,
  .l-sidebar .ark-block-button__link:hover::after {
    transform: translateX(10px) translateY(-50%);
  }
}
.editor-styles-wrapper .wp-block-button__link .ark-block-button__text:has(+ .ark-block-button__tel),
.editor-styles-wrapper .ark-block-button__link .ark-block-button__text:has(+ .ark-block-button__tel),
.c-postContent .wp-block-button__link .ark-block-button__text:has(+ .ark-block-button__tel),
.c-postContent .ark-block-button__link .ark-block-button__text:has(+ .ark-block-button__tel),
.l-sidebar .wp-block-button__link .ark-block-button__text:has(+ .ark-block-button__tel),
.l-sidebar .ark-block-button__link .ark-block-button__text:has(+ .ark-block-button__tel) {
  font-size: 13px;
  white-space: nowrap;
}
.editor-styles-wrapper .wp-block-button__link .arkb-inline-icon,
.editor-styles-wrapper .ark-block-button__link .arkb-inline-icon,
.c-postContent .wp-block-button__link .arkb-inline-icon,
.c-postContent .ark-block-button__link .arkb-inline-icon,
.l-sidebar .wp-block-button__link .arkb-inline-icon,
.l-sidebar .ark-block-button__link .arkb-inline-icon {
  margin-right: 8px;
}

table {
  width: 100%;
  margin-bottom: 4.5em;
}
table th,
table td {
  text-align: left;
  border: 1px solid var(--color-gray);
  padding: 1em;
}
table th {
  background-color: var(--color-lightgray);
  word-break: keep-all;
}
table td {
  background-color: var(--color-white);
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/* ==========================================================================
  layout
========================================================================== */
.l-container {
  margin: 0 auto;
}
@media not all and (min-width: 1024px) {
  .l-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.l-content__body {
  margin-top: 56px;
}
@media not all and (min-width: 1024px) {
  .l-content__body {
    margin-top: 48px;
  }
}

[data-sidebar=on] .l-main {
  width: calc(100% - 280px - 88px);
}
@media not all and (min-width: 1024px) {
  [data-sidebar=on] .l-main {
    width: 100%;
  }
}

.l-main {
  padding-bottom: 48px;
}

.l-header {
  height: 110px;
}
@media not all and (min-width: 1024px) {
  .l-header {
    height: 60px;
    display: flex;
    align-items: center;
  }
}

.l-header__body {
  padding-block: 24px;
}
@media not all and (min-width: 1024px) {
  .l-header__body {
    padding-block: 0;
    padding-inline: 24px;
    display: flex;
  }
}
@media all and (min-width: 1000px) and (max-width: 1023px) {
  .l-header__body {
    display: grid;
  }
}

.l-header__center {
  padding: 0;
}
@media not all and (min-width: 1024px) {
  .l-header__center {
    order: 1;
  }
}

.l-header__logo {
  max-width: 112px;
}
@media not all and (min-width: 1024px) {
  .l-header__logo {
    max-width: 62px;
  }
}

.l-header__right {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media not all and (min-width: 1024px) {
  .l-header__right {
    display: none;
  }
}

@media not all and (min-width: 1024px) {
  .l-header__searchBtn {
    display: block !important;
    order: 2;
  }
}

.l-header__drawerBtn {
  width: 24px;
  height: 16px;
}
@media not all and (min-width: 1024px) {
  .l-header__drawerBtn {
    display: block !important;
    order: 3;
  }
}

[data-drawer-move=fade][data-drawer=opened] .l-header__drawerBtn {
  color: var(--color-main);
}

.l-footer {
  background: transparent;
}

.l-footer .l-container {
  flex-direction: column;
  max-width: 100%;
  padding: 0;
}

.l-footer__widgets {
  margin: auto;
}

.l-footer__widgets {
  padding: 0;
}

.l-footer__widgets .w-footer + .w-footer {
  margin-left: 0;
}
@media not all and (min-width: 1024px) {
  .l-footer__widgets .w-footer + .w-footer {
    margin-top: 0;
  }
}

.l-footer__foot {
  padding: 0;
}

@media not all and (min-width: 1024px) {
  .l-footer .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-direction: column;
  }
  .l-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

.l-sidebar {
  max-width: 280px;
}
@media not all and (min-width: 1024px) {
  .l-sidebar {
    max-width: 100%;
    display: none;
  }
}

@media not all and (min-width: 1024px) {
  .single-post .l-sidebar {
    display: block;
  }
}

.l-sidebar .medical-archive-shortcode {
  margin-top: 0;
}
.l-sidebar .medical-archive-shortcode p {
  margin: 0;
}
.l-sidebar .ark-block-accordion__title,
.l-sidebar .medical-archive__link,
.l-sidebar .medical-archive__link2 {
  display: flex;
  padding: 20px 24px;
  width: 100%;
  color: var(--color-main);
  background-color: var(--color-white);
  text-decoration: none;
  border-bottom: 1px solid var(--color-main-10);
}
.l-sidebar .ark-block-accordion__title {
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .l-sidebar .ark-block-accordion__title:hover {
    opacity: 0.7;
  }
}
.l-sidebar .ark-block-accordion__title,
.l-sidebar .medical-archive__single-link .medical-archive__link {
  padding: 20px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.l-sidebar .medical-archive__accordion-link .medical-archive__link {
  padding: 20px 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.l-sidebar .medical-archive__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-sidebar .medical-archive__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/icon-arrow-green.svg) no-repeat center center/contain;
  transform: translateX(-3px);
  transition: all 0.3s;
}
.l-sidebar .medical-archive__link.is-indentOn {
  padding-left: 16px;
}
@media (any-hover: hover) {
  .l-sidebar .medical-archive__link:hover {
    opacity: 0.7;
  }
  .l-sidebar .medical-archive__link:hover::after {
    transform: translateX(0px);
  }
}
.l-sidebar .ark-block-accordion__body {
  padding: 0;
}

/* ==========================================================================
  project
========================================================================== */
.post-type-archive-medical .l-content__body.l-container {
  margin-top: 0;
  padding-inline: 0;
}
.post-type-archive-medical #main_content {
  width: 100% !important;
}
.post-type-archive-medical #sidebar {
  display: none !important;
}
.post-type-archive-medical .medical-archive__anchor-nav {
  padding-bottom: 48px;
  background-color: var(--color-base-regular);
}
@media (min-width: 1024px) {
  .post-type-archive-medical .medical-archive__anchor-nav {
    display: none;
  }
}
.post-type-archive-medical .medical-archive__anchor-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media not all and (min-width: 1024px) {
  .post-type-archive-medical .medical-archive__anchor-list {
    flex-direction: column;
    gap: 8px;
  }
}
.post-type-archive-medical .medical-archive__anchor-item {
  width: 100%;
}
.post-type-archive-medical .medical-archive__anchor-link {
  position: relative;
  display: block;
  padding: 16px 40px 16px 16px;
  width: 100%;
  background: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--color-main);
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s;
}
.post-type-archive-medical .medical-archive__anchor-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/icon-arrow-down-green.svg) no-repeat center center/contain;
  transition: all 0.3s;
}
@media (hover: hover) {
  .post-type-archive-medical .medical-archive__anchor-link:hover {
    opacity: 0.7;
  }
  .post-type-archive-medical .medical-archive__anchor-link:hover::after {
    translate: 0 calc(-50% + 3px);
  }
}
.post-type-archive-medical .medical-archive__content-wrapper {
  padding-block: 38px 80px;
}
@media (min-width: 1024px) {
  .post-type-archive-medical .medical-archive__content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .post-type-archive-medical .medical-archive__section {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media not all and (min-width: 1024px) {
  .post-type-archive-medical .medical-archive__section + .medical-archive__section {
    margin-top: 38px;
  }
}
.post-type-archive-medical .medical-archive__heading {
  padding-top: 10px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.21;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.post-type-archive-medical .medical-archive__description {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.post-type-archive-medical .medical-archive__post-list1 {
  margin-top: 24px;
  padding: 24px;
  background-color: var(--color-white);
}
.post-type-archive-medical .ark-block-accordion__title,
.post-type-archive-medical .medical-archive__link,
.post-type-archive-medical .medical-archive__link2 {
  display: flex;
  padding: 16px 0;
  width: 100%;
  color: var(--color-main);
  background-color: var(--color-white);
  text-decoration: none;
  border-bottom: 1px solid var(--color-main-10);
}
.post-type-archive-medical .ark-block-accordion__title {
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .post-type-archive-medical .ark-block-accordion__title:hover {
    opacity: 0.7;
  }
}
.post-type-archive-medical .ark-block-accordion__title,
.post-type-archive-medical .medical-archive__single-link .medical-archive__link {
  padding: 16px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.post-type-archive-medical .medical-archive__accordion-link .medical-archive__link {
  padding: 17px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.04em;
}
.post-type-archive-medical .medical-archive__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.post-type-archive-medical .medical-archive__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/icon-arrow-green.svg) no-repeat center center/contain;
  transform: translateX(-3px);
  transition: all 0.3s;
}
.post-type-archive-medical .medical-archive__link.is-indentOn {
  padding-left: 16px;
}
@media (any-hover: hover) {
  .post-type-archive-medical .medical-archive__link:hover {
    opacity: 0.7;
  }
  .post-type-archive-medical .medical-archive__link:hover::after {
    transform: translateX(0px);
  }
}
.post-type-archive-medical .ark-block-accordion__body {
  padding: 0;
}

.single-post .l-content__body {
  margin-top: 0;
}

.p-post .p-entry__head-upper {
  border-radius: 2px 2px 0px 0px;
  background: var(--color-base-regular);
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 8px;
}
.p-post .p-entry__head .c-pageTitle {
  padding-top: 0;
}
.p-post .p-entry__head .c-postTerms__list {
  margin-top: 0;
}
.p-post .p-entry__head .c-postTerms__item {
  padding: 1px 8px;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
.p-post .p-entry__head .c-postMetas {
  margin-top: 0;
}
.p-post .p-entry__head .c-postMetas__item {
  padding-right: 8px;
  font-family: var(--font-heading);
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 20px;
  letter-spacing: 0.48px;
  position: relative;
}
.p-post .p-entry__head .c-postMetas__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 10px;
  background: var(--color-main-50);
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-post .p-entry__head .c-postTimes {
  margin-bottom: 0;
  gap: 16px;
}
.p-post .p-entry__head .c-postMetas__item + .c-postTimes {
  padding-left: 8px;
}
.p-post .p-entry__head .c-postTimes__item {
  font-family: var(--font-heading);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  gap: 8px;
}
.p-post .c-postContent {
  padding: 40px 24px;
  border-radius: 0px 0px 2px 2px;
  background: var(--color-white);
}
.p-post .c-postContent .c-postTerms__wrapper .c-postTerms__item::before {
  display: none;
}
.p-post .c-postContent .c-postTerms__wrapper .c-postTerms__item a {
  text-decoration: none;
}
.p-post .c-postTerms {
  margin-top: 32px;
  padding-top: 56px;
  border-top: 1px solid var(--main-10, #F3F0EC);
}
.p-post .c-postTerms svg {
  display: none;
}

.p-blogList-container__count {
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}

.p-blogList-container__count--num {
  font-family: var(--font-en-infant);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}

.p-breadcrumb {
  padding-bottom: 32px;
  background: var(--color-base-regular);
}

.single .p-breadcrumb {
  background: none;
}

.p-caseList-container__count {
  margin-top: 48px;
  margin-bottom: 48px;
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.96px;
}
@media not all and (min-width: 1024px) {
  .p-caseList-container__count {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

.p-caseList-container__count--num {
  font-family: var(--font-en-infant);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 1.6px;
}
@media not all and (min-width: 1024px) {
  .p-caseList-container__count--num {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}

.p-caseList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: min(32px, 2.2222222222vw);
  grid-row-gap: 56px;
}
@media not all and (min-width: 1024px) {
  .p-caseList {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 32px;
  }
}

.p-caseList__link {
  display: block;
  text-decoration: none;
}

.p-caseList__thumb {
  max-width: 100%;
  width: 100%;
  height: fit-content;
}

.p-caseList__thumb img {
  aspect-ratio: 256/256;
  object-fit: cover;
  width: 100%;
}

.p-caseList__body {
  margin-top: 0px;
}
@media not all and (min-width: 1024px) {
  .p-caseList__body {
    margin-top: 12px;
  }
}

.p-caseList__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.72px;
}
@media not all and (min-width: 1024px) {
  .p-caseList__title {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

.p-caseList__meta {
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.p-caseList__price {
  font-family: var(--font-en-infant);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.8px;
}
@media not all and (min-width: 1024px) {
  .p-caseList__price {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

.p-caseList__age {
  margin-left: auto;
  padding-right: 8px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.48px;
}
@media not all and (min-width: 1024px) {
  .p-caseList__age {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}

.p-caseList__date {
  padding-left: 8px;
  border-left: 1px solid var(--color-main-50);
  font-family: var(--font-en-infant);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.56px;
}
@media not all and (min-width: 1024px) {
  .p-caseList__date {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}

.p-caseList-container__twoColumn .p-caseList {
  grid-template-columns: repeat(4, 1fr);
}
@media not all and (min-width: 1024px) {
  .p-caseList-container__twoColumn .p-caseList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-caseList-container__twoColumn .p-caseList__body {
  margin-top: 0;
}
.p-caseList-container__twoColumn .p-caseList__title {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  border-bottom: none;
}
.p-caseList-container__twoColumn .p-caseList__price {
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
.p-caseList-container__twoColumn .p-caseList__meta {
  align-items: center;
}
.p-caseList-container__twoColumn .p-caseList__age {
  margin-left: 0;
  margin-top: 0;
  font-size: 10px;
}
.p-caseList-container__twoColumn .p-caseList__date {
  font-size: 10px;
}
.p-caseList-container__twoColumn .c-postTerms__list {
  list-style: none;
}

.post-type-archive-doctor #sidebar {
  display: none;
}

.post-type-archive-doctor .l-main {
  width: 100%;
}

.p-doctorList {
  margin: 0px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: min(32px, 2.2222222222vw);
  grid-row-gap: 56px;
  max-width: 1000px;
}
@media not all and (min-width: 1024px) {
  .p-doctorList {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 32px;
    max-width: 500px;
  }
}

.p-doctorList__link {
  transition: all 0.3s ease;
}
.p-doctorList__link:hover .p-doctorList__avatar::after {
  transform: translateX(3px);
}
.p-doctorList__link:hover img {
  opacity: 1;
}

.p-doctorList__avatar {
  position: relative;
  display: flex;
  margin: auto;
  max-width: 62%;
}
.p-doctorList__avatar::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 32px solid transparent;
  border-bottom: 32px solid #93AA9A;
}
.p-doctorList__avatar::after {
  background: url(./assets/img/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 6px;
  bottom: 2px;
  transition: transform 0.3s ease;
}

.p-doctorList__avatar img {
  aspect-ratio: 200/200;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0px 50%;
  background: #D9D9D9;
}

.p-doctorList__name {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.p-doctorList__english-name {
  color: var(--color-main-50);
  text-align: center;
  font-family: var(--font-en-infant);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}

.p-doctorList__expertise {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.p-doctorList__label {
  border-radius: 2px;
  background: var(--color-main);
  display: flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}

.p-doctorList .c-postTerms__list {
  margin-top: 0;
}

.p-drawer__close {
  color: var(--color-text);
}
.p-drawer__close svg {
  fill: var(--color-main);
}

.p-entry__author {
  border-radius: 2px;
  background: var(--color-base-light);
}

.p-authorBox {
  background: none;
}

.p-infoList-container__branches {
  position: relative;
  background: var(--color-base-regular);
  margin: auto;
}
.p-infoList-container__branches .c-postTerms__list {
  padding-bottom: 48px;
  margin-top: 0;
  margin: auto;
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  width: 100%;
  gap: 8px;
}
@media not all and (min-width: 1024px) {
  .p-infoList-container__branches .c-postTerms__list {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-infoList-container__branches .c-postTerms__link {
  border-radius: 50px;
  background: var(--color-white);
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  font-family: var(--font-en-infant);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-decoration: none;
}
.p-infoList-container__branches .c-postTerms__link.-active {
  background: var(--color-accent);
  color: var(--color-white);
}

.p-infoList-container .p-postList__categories .c-postTerms__list {
  margin-top: 0;
}
.p-infoList-container .p-postList__categories .c-postTerms__item {
  background: var(--color-accent);
  display: flex;
  padding: 1px 8px;
  color: var(--color-white);
  justify-content: center;
  align-items: center;
}

.p-entry__related .p-postList.-type-simple {
  margin-top: 0;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  border-top: none;
}
.p-entry__related .p-entry__related-description {
  margin-bottom: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
}
.p-entry__related .p-postList .p-postList__link {
  color: var(--color-main);
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-entry__related .p-postList .p-postList__link::after {
  content: none;
}
.p-entry__related .p-postList.-related.-type-card .p-postList__item {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.p-entry__related .c-postThumb__figure {
  aspect-ratio: 1/1;
  padding-top: initial;
}
.p-entry__related .p-postList.-type-card .p-postList__body {
  padding-top: 0;
}
.p-entry__related .p-postList.-related .p-postList__title {
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-main);
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.p-entry__related .p-postList__price {
  margin-top: 2px;
  font-family: var(--font-en-infant);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
.p-entry__related .p-postList__age {
  padding-right: 8px;
  font-family: var(--font-heading);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  position: relative;
}
.p-entry__related .p-postList__age::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 10px;
  background: var(--color-main-50);
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-entry__related .p-postList__age + .c-postTimes {
  padding-left: 8px;
}
.p-entry__related .c-postTimes {
  font-family: var(--font-en-infant);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}

.p-case-post .p-entry__related .p-entry__related-description {
  margin-bottom: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
}
.p-case-post .p-entry__related .p-postList.-related.-type-card {
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 22px;
}
@media not all and (min-width: 1024px) {
  .p-case-post .p-entry__related .p-postList.-related.-type-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-case-post .p-entry__related .p-postList.-related.-type-card .p-postList__item {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.p-case-post .p-entry__related .c-postThumb__figure {
  aspect-ratio: 1/1;
  padding-top: initial;
}
.p-case-post .p-entry__related .p-postList.-type-card .p-postList__body {
  padding-top: 0;
}
.p-case-post .p-entry__related .p-postList .p-postList__link {
  padding: 0;
  border-bottom: none;
}
.p-case-post .p-entry__related .p-postList .p-postList__link::after {
  content: none;
}
.p-case-post .p-entry__related .p-postList.-related .p-postList__title {
  margin-top: 8px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
  color: var(--main, #856C46);
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.p-case-post .p-entry__related .p-postList__price {
  margin-top: 2px;
  font-family: var(--font-en-infant);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
.p-case-post .p-entry__related .p-postList__age {
  padding-right: 8px;
  font-family: var(--font-heading);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  position: relative;
}
.p-case-post .p-entry__related .p-postList__age::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 10px;
  background: var(--color-main-50);
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-case-post .p-entry__related .p-postList__age + .c-postTimes {
  padding-left: 8px;
}
.p-case-post .p-entry__related .c-postTimes {
  font-family: var(--font-en-infant);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
.p-case-post .p-entry__related .p-postList .c-postTerms__list {
  margin-top: 5px;
  gap: 0;
}
.p-case-post .p-entry__related .p-postList .c-postTerms__list .c-postTerms__item {
  margin-bottom: 0;
}

.p-postList {
  border-top: none;
  margin-top: 24px;
}
.p-postList .p-postList__link {
  color: var(--color-main) !important;
  border-top: none;
  border-bottom: 1px solid var(--color-main-10);
  padding: 32px 0;
  position: relative;
}
.p-postList .p-postList__link::after {
  background: url(./assets/img/common/icon-arrow-green.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.p-postList .p-postList__meta {
  margin-top: 0;
}
.p-postList .p-postList__times {
  margin-bottom: 0;
}
.p-postList .c-postTimes__item {
  margin-right: 8px;
  font-family: var(--font-en-infant);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
.p-postList .p-postList__categories {
  margin-bottom: 0;
}
.p-postList .c-postTerms__list {
  margin-top: 0;
  gap: 4px;
}
.p-postList .c-postTerms__item {
  padding: 1px 8px;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
.p-postList .p-postList__title {
  margin-top: 8px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}

/* ブログリスト 2カラム表示用CSS */
.p-postList.-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin-top: 0;
}
.p-postList.-columns-2 .p-postList__categories {
  display: none;
}
.p-postList.-columns-2 .p-postList__meta, .p-postList.-columns-2 .p-postList__title, .p-postList.-columns-2 .c-postTags__item {
  color: var(--color-main);
}
.p-postList.-columns-2 .p-postList__link::after {
  content: none;
}

.page-recommend .c-postContent {
  margin-top: 48px;
  padding: 0;
  background: var(--color-base-light);
}
.page-recommend .c-postContent h2 {
  display: block;
  padding: 1rem;
  background: initial;
  font-family: var(--font-heading);
  color: var(--color-main);
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}

.page-faq .c-postContent {
  margin-top: 48px;
  padding: 0;
  background: var(--color-base-light);
}

.page-firsttimevisitors .p-buttons.wp-block-columns {
  gap: 8px !important;
  flex-direction: column;
}

.page-sakae .l-content,
.page-anjo .l-content {
  display: flex;
  flex-direction: column;
}

.page-sakae .c-pageTitle,
.page-anjo .c-pageTitle {
  order: 2;
}

.page-sakae .p-breadcrumb,
.page-anjo .p-breadcrumb {
  padding-top: 24px;
  order: 1;
}

.page-sakae .l-content__body,
.page-anjo .l-content__body {
  order: 3;
}

.p-page-about__img {
  aspect-ratio: 328/240;
  min-height: initial;
}
.p-page-about__img img {
  aspect-ratio: 328/240;
}

/* Google Mapsの埋め込みiframeのみに適用するCSS */
iframe[src*="google.com/maps"] {
  width: 100%;
  height: auto;
  aspect-ratio: 287/160;
}

.p-page-about__column {
  gap: 15px !important;
}

.p-page-about__column-img {
  line-height: 1;
}

.page-about .c-postContent p a {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
  text-decoration: none;
}
.page-about .c-postContent p a::after {
  content: none;
}

.page-sakae .c-pageTitle,
.page-anjo .c-pageTitle {
  padding: 90px;
  text-align: center;
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-heading);
  position: relative;
}
.page-sakae .c-pageTitle .c-postContent,
.page-anjo .c-pageTitle .c-postContent {
  padding-top: 32px;
}
.page-sakae .c-pageTitle .c-pageTitle__main,
.page-anjo .c-pageTitle .c-pageTitle__main {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
}

.page-sakae .c-pageTitle {
  background: url("./assets/img/about/about-sakae.jpg") no-repeat center center/cover;
}

.page-anjo .c-pageTitle {
  background: url("./assets/img/about/about-anjo.jpg") no-repeat center center/cover;
}

@media not all and (min-width: 1024px) {
  .p-about-gallery__container,
  .p-about-machine__container,
  .p-about-blog__container {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-about-sns {
  background: var(--color-base-regular);
  display: flex;
  padding: 0 !important;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
}
@media not all and (min-width: 1024px) {
  .p-about-sns {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-about-sns__list {
  justify-content: center;
  gap: 16px !important;
}
.p-about-sns__list p {
  font-family: var(--font-en-infant);
  font-style: var(--font-weight-medium);
  font-size: 10px;
  letter-spacing: 0.4px;
}

.p-about-gallery {
  position: relative;
}
@media not all and (min-width: 1024px) {
  .p-about-gallery.wp-block-gallery.has-nested-images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media not all and (min-width: 1024px) {
  .p-about-gallery .wp-block-image {
    width: 100% !important;
  }
}
.p-about-gallery a:hover {
  opacity: 0.7;
}
.p-about-gallery .lum-lightbox-inner img {
  max-width: 100%;
}

.p-about-gallery .wp-block-image img {
  aspect-ratio: 327/200;
  object-fit: cover;
}

.p-about-gallery .wp-element-caption {
  border-radius: 2px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  padding: 8px 16px;
  align-items: center;
  color: var(--color-white);
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}

.p-about-machine {
  position: relative;
}
.p-about-machine .ark-block-heading {
  gap: 16px;
  display: flex;
  align-items: center;
}
.p-about-machine .ark-block-heading__main {
  padding: 0;
  background: none;
  font-family: var(--font-en-infant);
  font-size: 32px;
  color: var(--color-main);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.p-about-machine .ark-block-heading__line {
  display: none;
}
.p-about-machine .ark-block-heading__sub {
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
@media not all and (min-width: 1024px) {
  .p-about-machine .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-about-machine .wp-block-image {
  position: relative;
  width: fit-content;
  margin: auto;
}
.p-about-machine .wp-block-image::before {
  content: "";
  position: absolute;
  background: var(--color-accent);
  width: 24px;
  height: 24px;
  bottom: 28px;
  right: -8px;
  border-radius: 50%;
  pointer-events: none;
}
.p-about-machine .wp-block-image::after {
  background: url(./assets/img/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: -4px;
  bottom: 32px;
  transition: transform 0.3s ease;
}
.p-about-machine .wp-block-image figcaption {
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  pointer-events: none;
}
.p-about-machine .wp-block-image img {
  aspect-ratio: 300/280;
  object-fit: cover;
}

.p-about-blog {
  position: relative;
}
.p-about-blog .c-postMetas__icon {
  display: none;
}
.p-about-blog .p-postList__category svg {
  display: none;
}
.p-about-blog .p-postList__category span {
  padding: 1px 8px;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
.p-about-blog .p-postList.-type-simple {
  border-top: none;
}
.p-about-blog .p-postList.-type-simple .p-postList__link {
  border-bottom: 1px solid var(--color-main-10);
}
@media (hover: hover) {
  .p-about-blog .p-postList.-type-simple .p-postList__link:hover {
    background-color: var(--ark-color--gray);
  }
}
.p-about-blog .c-postTags__item {
  list-style: none;
}
.p-about-blog .p-postList .p-postList__title {
  padding: 0;
  background: none;
  border-bottom: none;
  color: var(--color-main);
}
.p-about-blog .p-postList .c-postTerms__item {
  list-style: none;
}

.single-medical .l-container {
  margin-top: 0;
}
.single-medical .c-postContent.p-entry__content {
  margin-bottom: 32px;
  padding-inline: 0;
  padding-block: 0;
}
.single-medical .p-entry__head-upper {
  background-color: var(--color-main);
  color: var(--color-white);
}
.single-medical .p-entry__title.c-pageTitle {
  padding-block: 0;
}
.single-medical .c-pageTitle .c-pageTitle__main {
  background-color: var(--color-main);
}
.single-medical .u-fontSize--xs13px .arkb-fz-xs {
  font-size: 13px !important;
}
.single-medical .c-cta {
  margin-top: 0 !important;
}
.single-medical .c-cta .ark-block-button__link {
  padding-right: 44px;
}
.single-medical .c-cta .ark-block-button__link .ark-block-button__text {
  font-size: 18px;
}

.single-doctor .l-content__body {
  margin-top: 0;
}

.p-authorBox {
  padding: 0;
  flex-direction: column;
}

.p-authorBox__avatar {
  margin: 0 auto 5px;
  width: 100%;
  max-width: 240px;
}

.p-authorBox__avatar .avatar {
  border-radius: 120px 120px 0 120px;
  width: 100%;
  height: 100%;
}

.p-authorBox__body {
  margin-left: 0;
}

.p-authorBox__name {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.p-authorBox__english-name {
  text-align: center;
  font-family: var(--font-en-infant);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}

.p-authorBox__position {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}

.p-authorBox__description {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 2px;
  background: var(--color-light-brown);
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}

.p-authorBox__expertise {
  margin-top: 16px;
}

.p-authorBox__expertise,
.p-authorBox__branch {
  display: flex;
  gap: 16px;
  align-items: center;
}

.p-authorBox__label {
  display: flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  border-radius: 2px;
  background: var(--color-main);
  width: 64px;
}

.p-authorBox__branch {
  margin-top: 8px;
}

.p-doctor-follow {
  padding-block: 48px;
  background: var(--color-base-regular);
  position: relative;
}
.p-doctor-follow::before {
  background: var(--color-base-regular);
  content: "";
  position: absolute;
  margin-left: calc((100vw - 100%) / 2 * -1);
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-doctor-follow::after {
  background: var(--color-base-regular);
  content: "";
  position: absolute;
  margin-right: calc((100vw - 100%) / 2 * -1);
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
}

.p-doctor-follow .p-doctor-follow__column {
  justify-content: center;
  gap: 16px !important;
}

.single-doctor .p-blog .ark-block-heading {
  display: flex;
  gap: 16px;
}
.single-doctor .p-blog .ark-block-heading .ark-block-heading__main {
  padding: 0;
  background: none;
  color: var(--color-main);
  font-family: var(--font-en-infant);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.single-doctor .p-blog .ark-block-heading .ark-block-heading__sub {
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  display: flex;
  align-items: center;
}

.single-doctor .p-entry__content .ark-block-accordion__title {
  padding-inline: 0;
  background: none;
  border-bottom: 1px solid var(--color-main-50);
}
.single-doctor .p-entry__content .ark-block-accordion__body {
  padding-inline: 0;
}
.single-doctor .p-entry__content .p-accordion-content__column {
  padding: 8px 0;
  display: flex;
  gap: 24px !important;
  border-bottom: 1px solid var(--color-main-10);
}
.single-doctor .p-entry__content .p-accordion-content__column + .p-accordion-content__column {
  margin-top: 0;
}
.single-doctor .p-entry__content .p-accordion-content__date p {
  border-left: none;
  font-family: var(--font-en-infant);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.single-doctor .p-entry__content .p-accordion-content__text {
  padding: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px;
}
.single-doctor .p-entry__content .ark-block-accordion__item .wp-block-list li {
  padding-left: 17px;
  color: var(--color-main);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px;
  position: relative;
}
.single-doctor .p-entry__content .ark-block-accordion__item .wp-block-list li::before {
  background: var(--color-main-70);
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  border-radius: 50%;
  top: 5px;
  left: 0;
}

.single-doctor .wp-element-caption {
  margin-top: 12px;
  margin-bottom: 4px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}

.single-info .l-content__body {
  margin-top: 0;
}

.single-case .l-content__body {
  margin-top: 0;
}

.p-case-post .p-entry__head-upper {
  border-radius: 2px 2px 0px 0px;
  background: var(--color-base-regular);
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 4px;
}
.p-case-post .p-entry__head-upper .c-pageTitle {
  padding-top: 0;
}
.p-case-post .c-postMetas {
  margin-top: 4px;
}
.p-case-post .c-postMetas__item {
  padding-right: 8px;
  font-family: var(--font-heading);
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 20px;
  letter-spacing: 0.48px;
  position: relative;
}
.p-case-post .c-postMetas__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 10px;
  background: var(--color-main-50);
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-case-post .c-postTimes {
  margin-bottom: 0;
}
.p-case-post .c-postMetas__item + .c-postTimes {
  padding-left: 8px;
}
.p-case-post .c-postTimes__item {
  margin: 0;
  font-family: var(--font-en-infant);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
.p-case-post .p-entry__thumb {
  margin-top: 0;
}
.p-case-post .c-postContent {
  padding: 40px 24px;
  border-radius: 0px 0px 2px 2px;
  background: var(--color-white);
}
.p-case-post .wp-block-heading {
  margin-top: 32px;
  padding: 0 0 0 8px;
  background: none;
  border-left: 4px solid var(--color-green-light);
  color: var(--color-accent);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
.p-case-post .wp-block-image {
  margin-top: 16px;
}
.p-case-post .wp-block-image + .wp-block-image {
  margin-top: 4px;
}
.p-case-post .c-postTerms {
  margin-top: 32px;
  padding-top: 56px;
  border-top: 1px solid var(--main-10, #F3F0EC);
}
.p-case-post .c-postTerms svg {
  display: none;
}
.p-case-post .c-postTerms .c-postTerms__link {
  color: var(--color-main) !important;
}

.page-features .l-content__body.l-container {
  padding: 0;
}
.page-features .p-page__title,
.page-features aside {
  padding-inline: 24px;
}
.page-features .c-postContent {
  padding: 0;
  background-color: var(--color-base-light);
}

.page-otherclinic .l-content__body.l-container {
  padding: 0;
}
.page-otherclinic .p-page__title,
.page-otherclinic aside {
  padding-inline: 24px;
}
.page-otherclinic .c-postContent {
  padding: 0;
  background-color: var(--color-base-light);
}
.page-otherclinic .p-otherclinic-recommendBox {
  margin-top: 16px !important;
}

.page-privacypolicy .c-pageTitle {
  padding-bottom: 0;
  justify-content: center;
}
.page-privacypolicy h2,
.page-privacypolicy h3,
.page-privacypolicy h4,
.page-privacypolicy h5 {
  background-color: initial;
  border: none;
  padding: 0;
}
.page-privacypolicy .p-heading--center {
  justify-content: center;
}

.page-contact .l-content__body.l-container {
  padding: 0;
}
.page-contact .c-postContent {
  padding: 0;
  background-color: var(--color-base-light);
}
.page-contact .c-pageTitle {
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.21;
  letter-spacing: 0.04em;
}
.page-contact .p-linkBox .arkb-fz.arkb-fz-s {
  font-size: 13px;
}

.page-monitor .u-decoBar {
  position: relative;
  padding-left: 1.72em;
  color: var(--color-main);
  background-color: initial;
}
.page-monitor .u-decoBar::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.86em;
  height: 1px;
  background-color: var(--color-main);
}
.page-monitor .c-menuExCatTitle {
  padding-block: 16px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-main);
}
.page-monitor .c-menuExCatTitle .arkb-fz-s {
  font-size: 0.8em !important;
}
.page-monitor .c-menuEx .c-menuEx__label {
  width: fit-content;
}
.page-monitor .c-menuEx .c-menuEx__price .arkb-fz-xs {
  font-size: 0.54em !important;
}
.page-monitor .c-menuEx + .c-menuEx {
  margin-top: 0;
  border-top: 1px solid var(--color-main-10);
}
.page-monitor .is-style-bgWhite .ark-block-button__link .ark-block-button__text,
.page-monitor .editor-styles-wrapper .is-style-bgWhite .ark-block-button__link .ark-block-button__text {
  font-size: 16px;
}

.page-contact .snow-monkey-form {
  background-color: var(--color-white);
  border-radius: 2px;
  padding: 24px;
}
.page-contact .snow-monkey-form .wp-block-columns,
.page-contact .snow-monkey-form .smf-radio-buttons-control {
  padding-block: 24px !important;
}
.page-contact .snow-monkey-form .wp-block-columns,
.page-contact .snow-monkey-form .smf-radio-buttons-control {
  border-bottom: 1px solid var(--color-main-10);
}
.page-contact .snow-monkey-form .smf-control-legend,
.page-contact .snow-monkey-form .smf-item__label__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.page-contact .snow-monkey-form .smf-item__label__text,
.page-contact .snow-monkey-form .smf-control-legend {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-contact .snow-monkey-form .smf-item__label__text .arkb-fz.arkb-fz-xs,
.page-contact .snow-monkey-form .smf-control-legend .arkb-fz.arkb-fz-xs {
  display: inline-block;
  margin-left: 8px;
  padding: 0 2px;
  font-weight: 500;
  font-size: 10px !important;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 2px;
}
.page-contact .snow-monkey-form input.smf-text-control__control,
.page-contact .snow-monkey-form .smf-radio-button-control__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.page-contact .snow-monkey-form .wp-block-columns {
  align-items: flex-end !important;
  gap: 4px !important;
}
.page-contact .snow-monkey-form .smf-text-control,
.page-contact .snow-monkey-form .smf-textarea-control {
  margin-top: 8px;
}
.page-contact .snow-monkey-form input[type=text].smf-text-control__control,
.page-contact .snow-monkey-form input[type=date].smf-text-control__control,
.page-contact .snow-monkey-form input[type=tel].smf-text-control__control,
.page-contact .snow-monkey-form input[type=email].smf-text-control__control,
.page-contact .snow-monkey-form textarea.smf-textarea-control__control {
  padding: 18px 12px;
  width: 100% !important;
  background-color: var(--color-green-light-2);
  border: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.page-contact .snow-monkey-form input[type=text].smf-text-control__control::placeholder,
.page-contact .snow-monkey-form input[type=date].smf-text-control__control::placeholder,
.page-contact .snow-monkey-form input[type=tel].smf-text-control__control::placeholder,
.page-contact .snow-monkey-form input[type=email].smf-text-control__control::placeholder,
.page-contact .snow-monkey-form textarea.smf-textarea-control__control::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: var(--color-main-50);
}
.page-contact .snow-monkey-form textarea {
  resize: none;
}
.page-contact .snow-monkey-form .smf-radio-buttons-control__control {
  padding-left: 12px;
}
.page-contact .snow-monkey-form .smf-radio-buttons-control__control .smf-label {
  margin-right: 24px;
}
.page-contact .snow-monkey-form .smf-radio-button-control {
  gap: 8px;
  align-items: center;
}
.page-contact .snow-monkey-form input[type=radio].smf-radio-button-control__control {
  margin-top: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-accent);
  border-radius: 50vh;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: none;
}
.page-contact .snow-monkey-form input[type=radio].smf-radio-button-control__control:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50vh;
  background-color: var(--color-accent);
}
.page-contact .snow-monkey-form div[data-name=radioTel].smf-placeholder {
  margin-top: 8px;
  padding-top: 0;
}
.page-contact .snow-monkey-form div[data-name=radioTel].smf-placeholder .smf-radio-buttons-control {
  padding: 0 !important;
  border: none;
}
.page-contact .snow-monkey-form div[data-name=radioTel].smf-placeholder .smf-label {
  margin-right: 16px;
}
.page-contact .snow-monkey-form .formItem__confirmChecks {
  border-bottom: none;
  padding-block: 32px;
}
.page-contact .snow-monkey-form .formItem__confirmChecks .wp-block-snow-monkey-forms-item {
  margin-top: 16px;
}
.page-contact .snow-monkey-form .formItem__confirmChecks .smf-placeholder + .smf-placeholder {
  margin-top: 8px;
}
.page-contact .snow-monkey-form .formItem__confirmChecks .smf-label label {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.page-contact .snow-monkey-form .formItem__confirmChecks .smf-checkbox-control__control[type=checkbox] {
  display: none;
}
.page-contact .snow-monkey-form .formItem__confirmChecks .smf-checkbox-control__label {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.page-contact .snow-monkey-form .formItem__confirmChecks .smf-checkbox-control__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color-main);
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s;
}
.page-contact .snow-monkey-form .formItem__confirmChecks .smf-checkbox-control__control[type=checkbox]:checked + .smf-checkbox-control__label::before {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.page-contact .snow-monkey-form .formItem__confirmChecks .smf-checkbox-control__control[type=checkbox]:checked + .smf-checkbox-control__label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 8px;
  height: 7px;
  background: url("./assets/img/common/icon-contact-check-white.svg") no-repeat center center/cover;
}
.page-contact .snow-monkey-form .formItem__confirmChecks .smf-checkbox-control__control[type=checkbox]:focus + .smf-checkbox-control__label::before {
  border-color: var(--color-accent);
}
.page-contact .snow-monkey-form .smf-button-control__control[type=submit] {
  margin-top: 32px;
  margin: auto;
  padding: 10px 56px 10px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 2px;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 18px;
  text-align: left;
  height: 86px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  line-height: normal;
  letter-spacing: 0.72px;
  position: relative;
  transition: opacity 0.3s ease;
  border: none;
}
@media not all and (min-width: 1024px) {
  .page-contact .snow-monkey-form .smf-button-control__control[type=submit] {
    max-width: 327px;
  }
}
.page-contact .snow-monkey-form .smf-button-control__control[type=submit]::after {
  background: url(./assets/img/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .page-contact .snow-monkey-form .smf-button-control__control[type=submit]:hover {
    opacity: 0.7;
    color: var(--color-white);
  }
  .page-contact .snow-monkey-form .smf-button-control__control[type=submit]:hover::after {
    transform: translateX(10px) translateY(-50%);
  }
}

.page-introduction p.is-style-bothLine.is-style-bothLine--long::before, .page-introduction p.is-style-bothLine.is-style-bothLine--long::after {
  height: 29px;
  bottom: -4%;
}
.page-introduction p.is-style-bothLine.is-style-bothLine--long::before {
  left: -38px;
  rotate: -34deg;
}
.page-introduction p.is-style-bothLine.is-style-bothLine--long::after {
  right: -38px;
  rotate: 34deg;
}
.page-introduction .u-mt-16px {
  margin-top: 16px !important;
}

.w-before-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 1000;
}
.w-before-footer .p-footerFixedMenuBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.w-before-footer .p-footerFixedMenuTop {
  position: fixed;
  bottom: 78px;
  left: 0;
  z-index: 1;
  width: 100%;
  translate: 0 calc(100% + 3px);
  transition: all 0.3s;
}
.w-before-footer .p-footerFixedMenuTop .p-footerFixedMenuTop__closeBtn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 16px;
  height: 16px;
}
.w-before-footer .p-footerFixedMenuTop .p-footerFixedMenuTop__closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 100%;
  height: 100%;
  background: url("./assets/img/common/icon-close.svg") no-repeat center center/contain;
  cursor: pointer;
}
.w-before-footer .p-footerFixedMenuTop .p-footerFixedMenuTop__btn {
  position: relative;
  transition: all 0.3s;
}
.w-before-footer .p-footerFixedMenuTop .p-footerFixedMenuTop__btn::before {
  content: "";
  position: relative;
  width: 32px;
  height: 32px;
  background: url("./assets/img/common/icon-tel.svg") no-repeat center center/contain;
}
.w-before-footer .p-footerFixedMenuTop .p-footerFixedMenuTop__btn::after {
  background: url(./assets/img/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.w-before-footer .p-footerFixedMenuTop .p-footerFixedMenuTop__btn .arkb-fz-s {
  font-size: 16px !important;
}
@media (hover: hover) {
  .w-before-footer .p-footerFixedMenuTop .p-footerFixedMenuTop__btn:hover {
    opacity: 0.7;
    color: var(--color-white);
  }
  .w-before-footer .p-footerFixedMenuTop .p-footerFixedMenuTop__btn:hover::after {
    transform: translateX(10px) translateY(-50%);
  }
}
.w-before-footer .p-footerFixedMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 2;
  width: 100%;
}
.w-before-footer .p-footerFixedMenu .p-footerFixedMenu__left .p-footerFixedMenu__btn {
  position: relative;
}
.w-before-footer .p-footerFixedMenu .p-footerFixedMenu__left .p-footerFixedMenu__btn::before {
  content: "";
  position: relative;
  width: 32px;
  height: 32px;
  background: url("./assets/img/common/icon-tel.svg") no-repeat center center/contain;
}
.w-before-footer .p-footerFixedMenu .p-footerFixedMenu__right .p-footerFixedMenu__btn {
  position: relative;
}
.w-before-footer .p-footerFixedMenu .p-footerFixedMenu__right .p-footerFixedMenu__btn::before {
  content: "";
  position: relative;
  width: 32px;
  height: 32px;
  background: url("./assets/img/common/icon-web.svg") no-repeat center center/contain;
}
.w-before-footer .p-footerFixedMenu .p-footerFixedMenu__btn {
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) {
  .w-before-footer .p-footerFixedMenu .p-footerFixedMenu__btn:hover {
    opacity: 0.7;
    color: var(--color-white);
  }
  .w-before-footer .p-footerFixedMenu .p-footerFixedMenu__btn:hover::after {
    transform: translateX(10px) translateY(-50%);
  }
}
.w-before-footer.is-active .p-footerFixedMenuBg {
  opacity: 0.7;
  visibility: visible;
}
.w-before-footer.is-active .p-footerFixedMenuTop {
  translate: 0 3px;
}

@media (min-width: 782px) {
  .w-before-footer {
    display: none !important;
  }
}
.p-goods-banner__block {
  position: relative;
}
.p-goods-banner__block::before {
  content: "";
  position: absolute;
  background: var(--color-accent);
  width: 24px;
  height: 24px;
  bottom: -8px;
  right: -8px;
  border-radius: 50%;
  pointer-events: none;
}
.p-goods-banner__block::after {
  background: url(./assets/img/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: -4px;
  bottom: -3px;
  transition: transform 0.3s ease;
}
.p-goods-banner__block .ark-block-columns__inner {
  justify-content: space-between;
}
.p-goods-banner__block .wp-block-heading {
  padding: 0;
}
.p-goods-banner__block .wp-block-columns {
  gap: 8px !important;
}
.p-goods-banner__block .wp-block-image {
  width: 100%;
}

.page-goods h2.wp-block-heading {
  padding: 0;
}
@media not all and (min-width: 1024px) {
  .page-goods .p-goodsList-container {
    margin: 0 calc(50% - 50vw);
  }
}
.page-goods .p-goodsList-wrapper + .p-goodsList-wrapper {
  border-top: 1px solid var(--color-main-50);
}
.page-goods .p-goodsList-category__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.page-goods .p-goodsList__link {
  text-decoration: none;
}
.page-goods .p-goodsList__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.page-goods .p-goodsList__title {
  margin-top: 8px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
}
.page-goods .p-goodsList__price {
  font-family: var(--font-en-infant);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
.page-goods .p-goodsList__external {
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
.page-goods .p-goodsList__external-link {
  color: var(--color-accent);
}
.page-goods .post-type-archive-goods .c-postContent {
  margin-top: 48px;
}
.page-goods .post-type-archive-goods .c-btn {
  margin-top: 16px;
}
.page-goods .post-type-archive-goods .c-btn svg {
  position: absolute;
  right: 32px;
}
.page-goods .post-type-archive-goods .c-btn::after {
  content: none;
}

.page-vita .l-content__body,
.page-zoskinhealth .l-content__body {
  margin-top: 30px;
}
.page-vita .p-breadcrumb,
.page-zoskinhealth .p-breadcrumb {
  padding-top: 24px;
  padding-bottom: 0;
  background: none;
}
.page-vita .custom-page-title .c-pageTitle__main,
.page-zoskinhealth .custom-page-title .c-pageTitle__main {
  padding: 24px;
  background: var(--color-main);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.72px;
  color: var(--color-white);
}

.page-home .c-pageTitle {
  display: none;
}
.page-home .l-content__body {
  padding: 0;
}
.page-home .top-title p {
  letter-spacing: 1.6px;
}

.page-home .p-front__content .top-mv {
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.page-home .p-front__content .top-mv.top-mv-pc {
  display: block;
}
@media not all and (min-width: 1024px) {
  .page-home .p-front__content .top-mv.top-mv-pc {
    display: none;
  }
}
.page-home .p-front__content .top-mv.top-mv-tab {
  display: none;
}
@media not all and (min-width: 1024px) {
  .page-home .p-front__content .top-mv.top-mv-tab {
    display: block;
  }
}
@media not all and (min-width: 782px) {
  .page-home .p-front__content .top-mv.top-mv-tab {
    display: none;
  }
}
.page-home .p-front__content .top-mv.top-mv-sp {
  display: none;
}
@media not all and (min-width: 1024px) {
  .page-home .p-front__content .top-mv.top-mv-sp {
    display: none;
  }
}
@media not all and (min-width: 782px) {
  .page-home .p-front__content .top-mv.top-mv-sp {
    display: block;
  }
}
.page-home .p-front__content .top-mv .top-mv-text {
  position: absolute;
  bottom: 115px;
}
@media not all and (min-width: 1024px) {
  .page-home .p-front__content .top-mv .top-mv-text {
    bottom: 140px;
  }
}
@media not all and (min-width: 782px) {
  .page-home .p-front__content .top-mv .top-mv-text {
    bottom: 68px;
  }
}
.page-home .p-front__content .top-mv .top-mv-text p {
  padding: 16px 4px 16px 34px;
  margin-left: 0 !important;
  width: fit-content;
  letter-spacing: 2.08px;
}
@media not all and (min-width: 1024px) {
  .page-home .p-front__content .top-mv .top-mv-text p {
    padding: 15px 6px 15px 22px;
  }
}
@media not all and (min-width: 782px) {
  .page-home .p-front__content .top-mv .top-mv-text p {
    padding: 8px 4px 8px 12px;
    letter-spacing: 0.96px;
  }
  .page-home .p-front__content .top-mv .top-mv-text p + p {
    margin-top: 10px;
  }
}
.page-home .p-front__content .top-mv .wp-block-image {
  pointer-events: none;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  width: 83.6%;
}
@media not all and (min-width: 1024px) {
  .page-home .p-front__content .top-mv .wp-block-image {
    width: 85%;
  }
}
@media not all and (min-width: 782px) {
  .page-home .p-front__content .top-mv .wp-block-image {
    width: 85%;
  }
}

.page-home .top-service .medical-archive-shortcode .medical-archive__post-list1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 30px;
}
@media not all and (min-width: 1024px) {
  .page-home .top-service .medical-archive-shortcode .medical-archive__post-list1 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media not all and (min-width: 782px) {
  .page-home .top-service .medical-archive-shortcode .medical-archive__post-list1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-home .top-service .medical-archive-shortcode .medical-archive__single-link {
  border-bottom: 1px solid var(--color-main-10);
  display: flex;
  align-items: center;
}
.page-home .top-service .medical-archive-shortcode .medical-archive__link {
  padding: 16px 16px 16px 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.04em;
  position: relative;
  color: var(--color-main);
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.page-home .top-service .medical-archive-shortcode .medical-archive__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/icon-arrow-green.svg) no-repeat center center/contain;
  transform: translateX(-3px);
  transition: all 0.3s;
  position: absolute;
  right: 0;
}
.page-home .top-service .medical-archive-shortcode .medical-archive__accordion-link {
  border-bottom: 1px solid var(--color-main-10);
  font-size: 13px;
}
.page-home .top-service .medical-archive-shortcode .ark-block-accordion__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-home .top-service .medical-archive-shortcode .ark-block-accordion__title {
  align-items: center;
  display: flex;
  padding: 16px 0;
  width: 100%;
  color: var(--color-main);
  background-color: var(--color-white);
  text-decoration: none;
}
.page-home .top-service .medical-archive-shortcode .ark-block-accordion__label {
  padding-right: 4px;
}
.page-home .top-service .medical-archive-shortcode .ark-block-accordion__body {
  padding: 0;
}
.page-home .top-service .medical-archive-shortcode .medical-archive__post-list2 {
  border-top: 1px solid var(--color-main-10);
}
.page-home .top-service .medical-archive-shortcode .medical-archive__post-list2 .medical-archive__link {
  font-size: 11px;
  text-decoration: none;
}
.page-home .top-service .medical-archive-shortcode .medical-archive__post-list2 .medical-archive__link:not(:last-child) {
  border-bottom: 1px solid var(--color-main-10);
}

.page-home .top-search .wp-block-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-home .top-search .wp-block-image::before {
  content: "";
  position: absolute;
  background: var(--color-accent);
  width: 24px;
  height: 24px;
  bottom: 0px;
  right: 0px;
  border-radius: 50%;
  pointer-events: none;
}
.page-home .top-search .wp-block-image::after {
  background: url(./assets/img/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 3px;
  bottom: 4px;
  transition: transform 0.3s ease;
}
.page-home .top-search p {
  font-weight: var(--font-weight-medium);
}

.top-case .p-caseList {
  grid-template-columns: repeat(4, 1fr);
}
@media not all and (min-width: 1024px) {
  .top-case .p-caseList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (min-width: 782px) {
  .top-case .p-caseList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-case .p-caseList__thumb {
  height: fit-content;
}
.top-case .p-caseList__thumb img {
  display: block;
}
.top-case .p-caseList__body {
  border-radius: 0 0 2px 2px;
  background: var(--color-white);
  padding: 16px 24px;
}
.top-case .p-caseList__body .p-caseList__title {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
.top-case .p-caseList__priceAndMeta {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
}
.top-case .p-caseList__priceAndMeta .p-caseList__price {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.88px;
}
.top-case .p-caseList__priceAndMeta .p-caseList__meta {
  margin-top: 0;
}
.top-case .p-caseList__priceAndMeta .p-caseList__age {
  font-size: 12px;
}
.top-case .p-caseList__priceAndMeta .p-caseList__date {
  font-size: 14px;
}
.top-case .c-postTerms__list {
  margin-top: 16px;
  gap: 10px 8px;
}
.top-case .c-postTerms__item {
  margin: 0;
}
.top-case .c-postTerms__item a {
  color: var(--color-main);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  padding: 6px 10px;
  background: var(--color-white);
  border-radius: 100px;
  display: inline-flex;
  text-decoration: none;
}
@media (hover: hover) {
  .top-case .c-postTerms__item a:hover {
    background: var(--color-main);
    color: var(--color-white);
  }
}

.page-home .top-reason .ark-block-column .ark-block-container {
  width: fit-content;
}
.page-home .top-reason p {
  font-weight: var(--font-weight-medium);
  line-height: 1.22;
}
.page-home .top-reason .wp-block-image {
  pointer-events: none;
}

.page-home .top-doctor .p-doctorList__name {
  margin-top: 8px;
}

.page-home .top-blog .p-postList .c-postTimes__item svg,
.page-home .top-info .p-postList .c-postTimes__item svg {
  display: none;
}
.page-home .top-blog .p-postList__title,
.page-home .top-info .p-postList__title {
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 47px;
  border-bottom: none;
  font-family: var(--font-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-home .top-blog .p-postList .p-postList__link,
.page-home .top-info .p-postList .p-postList__link {
  padding: 14px 0;
}

.page-home .top-clinic .wp-block-cover {
  aspect-ratio: 375/184;
}
.page-home .top-clinic .wp-block-cover {
  padding: 120px 24px 0;
  align-items: flex-start;
}
@media not all and (min-width: 1024px) {
  .page-home .top-clinic .wp-block-cover {
    padding: 56px 24px 0;
  }
}
.page-home .top-clinic .wp-block-cover__inner-container a {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
  text-decoration: none;
}
.page-home .top-clinic .top-clinic-body {
  margin: -56px 24px 0;
  padding: 24px 24px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 2px;
  background: var(--color-white);
}
.page-home .top-clinic .top-clinic-body .wp-block-image {
  display: flex;
}
.page-home .top-clinic .top-clinic-body .wp-block-image img {
  width: 100%;
}
.page-home .top-clinic .top-clinic-body .p-page-about__column {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

/* ==========================================================================
  component
========================================================================== */
.c-postContent .c-anchorLinkBox,
.editor-styles-wrapper .c-anchorLinkBox {
  gap: 8px !important;
}
.c-postContent .c-anchorLinkBox .ark-block-buttons,
.c-postContent .c-anchorLinkBox .ark-block-button,
.c-postContent .c-anchorLinkBox .ark-block-button__link,
.editor-styles-wrapper .c-anchorLinkBox .ark-block-buttons,
.editor-styles-wrapper .c-anchorLinkBox .ark-block-button,
.editor-styles-wrapper .c-anchorLinkBox .ark-block-button__link {
  margin-left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: initial;
}
.c-postContent .c-anchorLinkBox .ark-block-button__link,
.editor-styles-wrapper .c-anchorLinkBox .ark-block-button__link {
  display: flex;
}

.c-bottomSection {
  margin-top: 80px;
}

.c-bottomSection__title {
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.88px;
}

.c-btn {
  margin: auto;
  padding: 32px;
  max-width: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 2px;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 18px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  position: relative;
  transition: opacity 0.3s ease;
}
.c-btn::after {
  background: url(./assets/img/common/icon-arrow.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
    color: var(--color-white);
  }
  .c-btn:hover::after {
    transform: translateX(10px) translateY(-50%);
  }
}

.c-copyright {
  padding: 24px;
  color: var(--color-text);
  margin-bottom: 0;
}

#drawer_menu {
  background: var(--color-base-light);
}

.c-drawerNav {
  border-top: none;
  border-bottom: none;
}

.c-drawerNav__a:hover {
  color: var(--color-main);
}

.c-drawerNav .menu-item {
  border-bottom: 1px solid var(--color-main-10);
}

.c-drawerNav__a {
  color: var(--color-main);
}

.c-submenuToggleBtn {
  width: 20px;
  height: 20px;
  right: 0;
}

.c-submenuToggleBtn .c-submenuToggleBtn__svg {
  display: none;
}

.c-submenuToggleBtn:after {
  background: url(./assets/img/common/icon-plus.svg) no-repeat center center/contain;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  opacity: 1;
  transition: all 0.25s;
}

.c-submenuToggleBtn:before {
  background: url(./assets/img/common/icon-minus.svg) no-repeat center center/contain;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  opacity: 0;
  transition: all 0.25s;
}

.c-submenuToggleBtn.is-opened::after {
  opacity: 0;
  transform: translateY(-50%) rotate(180deg);
}

.c-submenuToggleBtn.is-opened::before {
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
}

.c-drawerNav__accordionParent > a + .sub-menu {
  transition: none;
}

.c-drawerNav__accordionParent > a + .sub-menu.is-opened {
  transition: all 0.25s;
}

.c-drawerNav .has-child--acc .sub-menu {
  padding-left: 20px;
}

.c-drawerNav__a {
  color: var(--color-main);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.64px;
}

.has-child--acc .sub-menu .c-drawerNav__a {
  padding-left: 0;
  position: relative;
  color: var(--color-main);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.56px;
}

.has-child--acc .sub-menu .c-drawerNav__a::after {
  background: url(./assets/img/common/icon-arrow-green.svg) no-repeat center center/contain;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  opacity: 1;
}

.c-drawerNav__a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background: url(./assets/img/common/icon-blank.svg) no-repeat center center/cover;
}

.c-drawerNav .__subText {
  margin-left: 0;
  font-family: var(--font-heading);
  font-size: 10px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.4px;
  display: block;
}

.c-drawerNav__text {
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.52px;
  width: fit-content;
  color: var(--color-main);
  margin: auto;
  position: relative;
}

.c-drawerNav__text::before,
.c-drawerNav__text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: var(--color-main);
  top: 50%;
}

.c-drawerNav__text::before {
  left: -12px;
  transform: translateY(-50%) rotate(-30deg);
}

.c-drawerNav__text::after {
  right: -12px;
  transform: translateY(-50%) rotate(30deg);
}

.w-drawerBottom .c-drawerNav__sns-list {
  margin-top: 10px;
  color: var(--color-main);
  font-family: var(--font-en-infant);
  font-size: 10px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.4px;
  gap: 18px !important;
  justify-content: center;
  white-space: nowrap;
}

.c-gnavWrap {
  height: auto;
  width: 100%;
}

.c-gnav {
  margin-top: 16px;
  gap: 56px;
  height: fit-content;
  justify-content: flex-end;
}
.c-gnav .sub-menu {
  transform: translateX(-50%) translateY(10px);
}
.c-gnav .sub-menu .c-gnav__a::after {
  content: none;
}

.c-gnav__li > .c-gnav__a {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 0;
}

.menu-item-has-children .c-gnav__a {
  padding-right: 20px;
  position: relative;
}
.menu-item-has-children .c-gnav__a::after {
  background: url("./assets/img/common/icon-plus.svg") no-repeat center center/contain;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}

.c-gnavSubWrap {
  width: 100%;
}

.c-gnavSub {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.c-gnavSub a {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.48px;
  padding-bottom: 6px;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid var(--color-main-50);
}

.c-gnavSub a[target=_blank] {
  padding-right: 20px;
  position: relative;
}
.c-gnavSub a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 12px;
  height: 13px;
  background: url("./assets/img/common/icon-blank.svg") no-repeat center center/cover;
}

.has-image > .c-headLogo {
  height: auto;
  display: flex;
}

.c-headLogo__img {
  height: auto;
}

.c-pageTitle {
  background: var(--color-base-regular);
  position: relative;
  margin-bottom: 0;
  margin: 0 auto;
  padding-top: 32px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

.c-pageTitle .c-pageTitle__main {
  font-family: var(--font-en-infant);
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.76px;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  width: 100%;
  margin: auto;
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
}
@media not all and (min-width: 1024px) {
  .c-pageTitle .c-pageTitle__main {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.single .c-pageTitle::before {
  content: none;
}
.single .c-pageTitle__main {
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  padding-inline: 0;
}

.l-main__body .pagination {
  margin: 48px auto !important;
  margin-bottom: 48px !important;
}

.c-popular-ranking__wrapper {
  background: var(--color-base-regular);
}

.c-popular-ranking-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  position: relative;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  width: 100%;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: var(--ark-padding--container);
}
@media not all and (min-width: 1024px) {
  .c-popular-ranking-title {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    text-align: center;
  }
}
.c-popular-ranking-title .c-popular-ranking-title--deco {
  position: relative;
}
.c-popular-ranking-title .c-popular-ranking-title--deco::before {
  background: url("./assets/img/postContent/icon-popular-ranking-title.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}

.c-popular-ranking {
  padding-top: 16px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  width: 100%;
  margin: auto;
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
}
@media not all and (min-width: 1024px) {
  .c-popular-ranking {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.c-ranking-item__link {
  display: flex;
  text-decoration: none;
}

.c-ranking-item__number {
  padding: 0 8px;
  display: flex;
  border-radius: 2px 0px 0px 2px;
  background: var(--color-green-light-2);
  align-items: center;
  text-align: center;
  font-family: var(--font-en-infant);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}

.c-ranking-item__content {
  background: var(--color-white);
  padding: 16px 24px 16px;
  width: 100%;
  position: relative;
}
.c-ranking-item__content::after {
  background: url(./assets/img/common/icon-arrow-green.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.c-ranking-item__date {
  font-family: var(--font-en-infant);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
}

.c-ranking-item__title {
  margin-top: 4px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 46px;
  max-width: 90%;
}

.c-postTags__list {
  margin-top: 4px;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
}
.c-postTags__item {
  margin-right: 0;
  font-size: 10px;
  font-style: normal;
  list-style: none;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.4px;
}

.c-postTerms__list {
  margin-top: 8px;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
}
.c-postTerms__item {
  margin-right: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.4px;
}

.c-postTerms__wrapper .c-postTerms__link {
  padding-left: 8px;
  text-decoration: none;
  position: relative;
}
.c-postTerms__wrapper .c-postTerms__link::before {
  content: "#";
  position: absolute;
  left: 0;
  width: 5px;
  height: 10px;
}

.p-entry__foot .c-postTerms__item {
  background: none;
  color: inherit;
  line-height: normal;
  padding: 0;
}

.c-widget + .c-widget {
  margin-top: auto;
}

.w-footer.-widget1 {
  padding: 72px 5%;
  background: var(--color-main-dark2);
  border-radius: 0px 40px 0px 0px;
  margin: 0 calc(50% - 50vw);
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget1 {
    padding: 48px 24px;
  }
}
.w-footer.-widget1 .c-widget {
  margin: 0 auto;
  max-width: 1040px;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget1 .footer-btns {
    gap: 10px !important;
  }
  .w-footer.-widget1 .footer-btns .ark-block-button__link + .ark-block-button__link {
    margin-top: 10px;
  }
}
.w-footer.-widget1 h2.wp-block-heading {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 28px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 1.12px;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget1 h2.wp-block-heading {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
.w-footer.-widget1 h3.wp-block-heading {
  color: var(--accent, #93AA9A);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.64px;
  position: relative;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget1 h3.wp-block-heading {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.w-footer.-widget1 h3.wp-block-heading::after {
  background: #93AA9A;
  width: calc(100% - 74px);
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.w-footer.-widget1 .ark-block-button__link {
  display: flex;
  height: 90px;
  padding: 0px 24px;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 2px;
  background: var(--color-accent);
  transition: opacity 0.3s ease;
}
.w-footer.-widget1 .ark-block-button__link::after {
  background: url("./assets/img/common/icon-arrow.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .w-footer.-widget1 .ark-block-button__link:hover {
    opacity: 0.7;
    color: var(--color-white);
  }
  .w-footer.-widget1 .ark-block-button__link:hover::after {
    transform: translateX(10px) translateY(-50%);
  }
}
.w-footer.-widget1 .footer-sns {
  margin-top: 40px;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget1 .footer-sns {
    margin-top: 16px;
  }
}
.w-footer.-widget1 .footer-sns-title {
  text-align: right;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget1 .footer-sns-title {
    text-align: center;
    font-size: 16px;
    justify-content: center;
    letter-spacing: 0.64px;
  }
}
.w-footer.-widget1 .footer-sns-list {
  gap: 32px !important;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget1 .footer-sns-list {
    gap: 0 !important;
    justify-content: space-between;
    max-width: 330px;
    margin: auto;
  }
}
.w-footer.-widget1 .footer-sns-list p {
  text-align: center;
  font-family: var(--font-en-infant);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.56px;
  white-space: nowrap;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget1 .footer-sns-list p {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}

.ark-block-button__link--web .ark-block-button__text, .ark-block-button__link--mail .ark-block-button__text, .ark-block-button__link--line .ark-block-button__text {
  font-family: var(--font-heading);
  font-size: 18px;
  position: relative;
  padding-left: 28px;
  letter-spacing: 0.72px;
}
.ark-block-button__link--web .ark-block-button__text::before, .ark-block-button__link--mail .ark-block-button__text::before, .ark-block-button__link--line .ark-block-button__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ark-block-button__link--web .ark-block-button__text::before {
  background: url("./assets/img/common/icon-web.svg") no-repeat center center/cover;
  width: 20px;
  height: 20px;
}
.ark-block-button__link--web + .ark-block-button__link {
  margin-top: 0;
}
.ark-block-button__link--mail .ark-block-button__text::before {
  background: url("./assets/img/common/icon-mail.svg") no-repeat center center/cover;
  width: 22px;
  height: 16px;
}
.ark-block-button__link--line .ark-block-button__text::before {
  background: url("./assets/img/common/icon-line.svg") no-repeat center center/cover;
  width: 24px;
  height: 23px;
}

.ark-block-button__tel {
  font-family: var(--font-en-infant);
  font-size: 26px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 2.08px;
  padding-left: 32px;
  position: relative;
}
.ark-block-button__tel::before {
  background: url("./assets/img/common/icon-tel.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ark-block-button__tel--small {
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.w-footer.-widget2 {
  padding: 72px 5%;
  background: var(--color-accent);
  margin: 0 calc(50% - 50vw);
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget2 {
    padding: 48px 24px;
    margin-top: 0;
  }
}
.w-footer.-widget2 .c-widget {
  margin: 0 auto;
  max-width: 1040px;
}
.w-footer.-widget2 .footer-logo {
  display: flex;
  align-items: center;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget2 .footer-logo {
    justify-content: center;
    max-width: 116px;
    margin: auto !important;
  }
}
.w-footer.-widget2 .footer-nav ul {
  border: none;
}
.w-footer.-widget2 .footer-nav li {
  border: none;
}
.w-footer.-widget2 .widget_nav_menu + .widget_nav_menu {
  border-top: 1px solid var(--color-green-light);
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget2 .widget_nav_menu + .widget_nav_menu:first-child {
    border-top: none;
  }
}
.w-footer.-widget2 .footer-nav li a {
  padding-left: 17px;
  padding-right: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.52px;
  position: relative;
}
.w-footer.-widget2 .footer-nav li a::before {
  background: var(--color-white);
  content: "";
  position: absolute;
  height: 1px;
  width: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.w-footer.-widget2 .footer-nav li a .c-submenuToggleBtn {
  display: none;
}
.w-footer.-widget2 .footer-nav li .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.w-footer.-widget2 .footer-nav li .sub-menu a::before {
  content: none;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget2 .footer-youtube {
    margin-top: 40px;
  }
}
.w-footer.-widget2 .footer-youtube h3.wp-block-heading {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 17px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.68px;
  width: fit-content;
  margin: auto;
  position: relative;
}
.w-footer.-widget2 .footer-youtube h3.wp-block-heading::before, .w-footer.-widget2 .footer-youtube h3.wp-block-heading::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: var(--color-white);
  top: 50%;
}
.w-footer.-widget2 .footer-youtube h3.wp-block-heading::before {
  left: -22px;
  transform: translateY(-50%) rotate(-30deg);
}
.w-footer.-widget2 .footer-youtube h3.wp-block-heading::after {
  right: -22px;
  transform: translateY(-50%) rotate(30deg);
}
.w-footer.-widget2 .footer-youtube h3.wp-block-heading + .wp-block-embed {
  margin-top: 15px;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget2 .footer-youtube h3.wp-block-heading + .wp-block-embed {
    margin-top: 10px;
  }
}
.w-footer.-widget2 .footer-youtube .wp-element-caption {
  margin-top: 12px;
  margin-bottom: 4px;
  text-align: center;
  font-family: var(--font-base);
  font-size: 13px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  opacity: 1;
  letter-spacing: 0.52px;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget2 .footer-youtube .wp-element-caption {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.w-footer.-widget2 .footer-youtube p {
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.48px;
}
.w-footer.-widget2 .ark-block-accordion {
  margin-top: 40px;
}
@media not all and (min-width: 1024px) {
  .w-footer.-widget2 .ark-block-accordion {
    margin-top: 0;
  }
}
.w-footer.-widget2 .footer-accordion__content-wrapper > .ark-block-accordion > .ark-block-accordion__item:first-child > .ark-block-accordion__title {
  border-top: 1px solid var(--color-green-light);
}
.w-footer.-widget2 .ark-block-accordion__item {
  margin-top: 0;
}
.w-footer.-widget2 .ark-block-accordion__title,
.w-footer.-widget2 .footer-accordion__item {
  font-size: 12px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0.04em;
}
.w-footer.-widget2 .ark-block-accordion__title a,
.w-footer.-widget2 .ark-block-accordion__title span,
.w-footer.-widget2 .footer-accordion__item a,
.w-footer.-widget2 .footer-accordion__item span {
  text-decoration: none;
  color: var(--color-white);
}
.w-footer.-widget2 .ark-block-accordion__title,
.w-footer.-widget2 .footer-accordion__link {
  display: flex;
  padding: 16px 0;
  background: transparent;
  border-bottom: 1px solid var(--color-green-light);
}
.w-footer.-widget2 .ark-block-accordion__title {
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .w-footer.-widget2 .ark-block-accordion__title:hover {
    opacity: 0.7;
  }
}
.w-footer.-widget2 .ark-block-accordion__icon {
  border: 1px solid var(--color-white);
  border-radius: 50%;
}
.w-footer.-widget2 .ark-block-accordion__icon::before, .w-footer.-widget2 .ark-block-accordion__icon::after {
  background: var(--color-white);
}
.w-footer.-widget2 .ark-block-accordion__body {
  padding: 0 0 0 16px;
}
.w-footer.-widget2 .footer-accordion__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}
.w-footer.-widget2 .footer-accordion__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/icon-arrow.svg) no-repeat center center/contain;
  transform: translateX(-3px);
  transition: all 0.3s;
}
.w-footer.-widget2 .footer-accordion__link.is-indentOn {
  padding-left: 16px;
}
@media (any-hover: hover) {
  .w-footer.-widget2 .footer-accordion__link:hover {
    opacity: 0.7;
  }
  .w-footer.-widget2 .footer-accordion__link:hover::after {
    transform: translateX(0px);
  }
}
.w-footer.-widget2 .ark-block-accordion__item--case-category .ark-block-accordion__title {
  transition: all 0.3s;
}
.w-footer.-widget2 .ark-block-accordion__item--case-category .ark-block-accordion__body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 10px;
  padding: 0 0 8px 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.w-footer.-widget2 .ark-block-accordion__item--case-category .footer-accordion__case-category {
  margin-top: 0;
}
.w-footer.-widget2 .ark-block-accordion__item--case-category .footer-accordion__case-category a {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--color-white);
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .w-footer.-widget2 .ark-block-accordion__item--case-category .footer-accordion__case-category a:hover {
    opacity: 0.7;
  }
}
.w-footer.-widget2 .ark-block-accordion__item--case-category.is-opened .ark-block-accordion__title {
  border-bottom: 1px solid transparent;
}
.w-footer.-widget2 .ark-block-accordion__item--case-category.is-opened .ark-block-accordion__body {
  border-bottom: 1px solid var(--color-green-light);
}
.w-footer.-widget2 .u-dummy__forLoadingJs {
  display: none;
}

.c-widget .wp-block-categories-list,
.widget .wp-block-categories-list {
  margin-top: 16px;
  border-top: none;
  border-bottom: none;
}

.c-widget .cat-item,
.widget .cat-item {
  position: relative;
  border-bottom: none;
}
.c-widget .cat-item a,
.widget .cat-item a {
  padding: 16px 0;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--color-main);
  line-height: normal;
  letter-spacing: 0.64px;
  border-bottom: 1px solid var(--color-main-10);
}
.c-widget .cat-item a::after,
.widget .cat-item a::after {
  background: url(./assets/img/common/icon-arrow-green.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.c-widget .wp-block-archives-list li a,
.widget .wp-block-archives-list li a {
  color: var(--color-main);
}

.c-boxedStyle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.c-boxedStyle .c-boxedStyle__label {
  width: 100%;
  font-family: var(--font-heading);
}
.c-boxedStyle .c-boxedStyle__body {
  flex-grow: 1;
  width: 100%;
}
.c-boxedStyle .c-boxedStyle__inBox {
  width: 100%;
}
.c-boxedStyle .c-boxedStyle__inBoxText {
  font-family: var(--font-heading);
}
.c-boxedStyle .c-boxedStyle__inBoxText span {
  font-family: inherit;
}
.c-boxedStyle .arkb-marker {
  background: initial;
  border-bottom: 2px solid var(--color-main);
  padding-bottom: 0.125rem;
}

.c-faqAccordion {
  counter-reset: faq;
  margin-bottom: 32px;
}
.c-faqAccordion .ark-block-accordion__item {
  counter-increment: faq;
  border-bottom: 1px solid var(--color-main-10);
}
.c-faqAccordion .ark-block-accordion__title {
  padding-inline: 0;
  background: initial;
}
.c-faqAccordion .ark-block-accordion__title .ark-block-accordion__label {
  font-weight: 500;
}
.c-faqAccordion .ark-block-accordion__body {
  padding-block: 0 24px;
  padding-inline: 56px 0;
}
.c-faqAccordion .ark-block-accordion__body p {
  font-weight: 500;
}
.c-faqAccordion .ark-block-accordion__title::before {
  content: "Q" counter(faq);
  display: inline-block;
  flex-shrink: 0;
  background: url("./assets/img/common/icon-faq-label-brown.svg") no-repeat center center/cover;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 16px;
  font-size: 18px;
  font-family: var(--font-heading);
}

.c-faqAccordion.c-faqAccordion--green .ark-block-accordion__title::before {
  background: url("./assets/img/common/icon-faq-label-green.svg") no-repeat center center/cover;
}

body.single-medical .c-faqAccordion .ark-block-accordion__item,
body.post-type-medical .c-faqAccordion .ark-block-accordion__item {
  margin-top: 12px;
  padding-bottom: 12px;
}
body.single-medical .c-faqAccordion .ark-block-accordion__label,
body.post-type-medical .c-faqAccordion .ark-block-accordion__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.214;
  letter-spacing: 0.04em;
  color: var(--color-accent);
}
body.single-medical .c-faqAccordion .ark-block-accordion__title::before,
body.post-type-medical .c-faqAccordion .ark-block-accordion__title::before {
  background: url("./assets/img/common/icon-faq-label-green.svg") no-repeat center center/cover;
}
body.single-medical .c-faqAccordion .ark-block-accordion__body,
body.post-type-medical .c-faqAccordion .ark-block-accordion__body {
  padding-bottom: 12px;
}
body.single-medical .c-faqAccordion .ark-block-accordion__body p,
body.post-type-medical .c-faqAccordion .ark-block-accordion__body p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0.04em;
  color: var(--color-main);
}

.c-postContent .c-faqList,
.editor-styles-wrapper .c-faqList {
  counter-reset: faq;
  margin-bottom: 32px;
}
.c-postContent .c-faqList .ark-block-faq__q,
.editor-styles-wrapper .c-faqList .ark-block-faq__q {
  counter-increment: faq;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.214;
  letter-spacing: 0.04em;
  color: var(--color-accent);
}
.c-postContent .c-faqList .ark-block-faq__q::before,
.editor-styles-wrapper .c-faqList .ark-block-faq__q::before {
  content: "Q" counter(faq);
  display: block;
  flex-shrink: 0;
  background: url("./assets/img/common/icon-faq-label-green.svg") no-repeat center center/cover;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-family: var(--font-heading);
  border-radius: 0;
  top: 50%;
  translate: 0 -50%;
}
.c-postContent .c-faqList .ark-block-faq__q,
.c-postContent .c-faqList .ark-block-faq__a,
.editor-styles-wrapper .c-faqList .ark-block-faq__q,
.editor-styles-wrapper .c-faqList .ark-block-faq__a {
  padding-block: 0;
  padding-left: 56px;
}
.c-postContent .c-faqList .ark-block-faq__a,
.editor-styles-wrapper .c-faqList .ark-block-faq__a {
  margin-top: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-faqList .ark-block-faq__a::before,
.editor-styles-wrapper .c-faqList .ark-block-faq__a::before {
  display: none;
}
.c-postContent .c-faqList .ark-block-faq__item + .ark-block-faq__item,
.editor-styles-wrapper .c-faqList .ark-block-faq__item + .ark-block-faq__item {
  margin-top: 16px;
  border-top: none;
}

.c-recommendBox {
  background: var(--color-green-light-2);
  border-top-left-radius: 40px;
  padding: 32px 40px;
}
.c-recommendBox .c-recommendBox__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--color-text);
  border-bottom: initial;
}
.c-recommendBox .c-recommendBox__title::before, .c-recommendBox .c-recommendBox__title::after {
  content: "";
  margin-block: 0;
  width: 16px;
  height: 1px;
  background: var(--color-text);
  display: inline-block;
  vertical-align: middle;
}
.c-recommendBox .c-recommendBox__title::before {
  margin-right: 8px;
}
.c-recommendBox .c-recommendBox__title::after {
  margin-left: 8px;
}
.c-recommendBox li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: var(--color-text);
  list-style: none;
}
.c-recommendBox li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(./assets/img/common/icon-check-green.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.c-recommendBox li + li {
  margin-top: 8px;
}

.c-listWithBigNumber {
  counter-reset: listNumber;
}
.c-listWithBigNumber .ark-block-dl__dt {
  position: relative;
  margin-top: 0;
  padding-block: 0;
  padding-left: 54px;
  border-left: initial;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.23;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-listWithBigNumber .ark-block-dl__dt::before {
  counter-increment: listNumber;
  content: counter(listNumber, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  font-family: var(--font-en-infant);
  font-style: italic;
  font-weight: 500;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: 0.04em;
  color: var(--color-accent);
}
.c-listWithBigNumber .ark-block-dl__dt:first-child {
  padding-top: 0;
  border-top: none;
}
.c-listWithBigNumber .ark-block-dl__dd {
  margin-block: 16px 24px;
  padding-block: 0 24px;
  padding-inline: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0.04em;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main-10);
}
.c-listWithBigNumber .ark-block-dl__dd p {
  padding-inline: 0 !important;
}
.c-listWithBigNumber dt + dd {
  margin-top: 8px;
}
.c-listWithBigNumber dd + dt {
  margin-top: 16px;
}

.c-postContent .c-tableOverflowWrapper {
  overflow-x: auto;
}
.c-postContent .c-tableOverflow {
  overflow: initial;
}

.c-postContent .c-tableOverflow,
.editor-styles-wrapper .c-tableOverflow {
  min-width: 422px;
  border-collapse: separate;
  border-spacing: 0;
}
.c-postContent .c-tableOverflow table,
.editor-styles-wrapper .c-tableOverflow table {
  width: 100%;
  border-spacing: 0;
  border: none;
}
.c-postContent .c-tableOverflow th,
.c-postContent .c-tableOverflow td,
.editor-styles-wrapper .c-tableOverflow th,
.editor-styles-wrapper .c-tableOverflow td {
  padding: 10px !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0.04em;
  color: var(--color-main);
  border: none;
}
.c-postContent .c-tableOverflow th,
.editor-styles-wrapper .c-tableOverflow th {
  background: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
  text-align: center;
  border-top: none;
}
.c-postContent .c-tableOverflow th:first-child,
.editor-styles-wrapper .c-tableOverflow th:first-child {
  background: initial;
  border: none;
}
.c-postContent .c-tableOverflow th:not(:first-child),
.editor-styles-wrapper .c-tableOverflow th:not(:first-child) {
  border-top-left-radius: 8px;
}
.c-postContent .c-tableOverflow th:nth-child(n+3),
.editor-styles-wrapper .c-tableOverflow th:nth-child(n+3) {
  border-left: 1px solid var(--color-white);
}
.c-postContent .c-tableOverflow th:last-child,
.editor-styles-wrapper .c-tableOverflow th:last-child {
  border-top-right-radius: 2px;
}
.c-postContent .c-tableOverflow td:first-child,
.editor-styles-wrapper .c-tableOverflow td:first-child {
  width: 110px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  color: var(--color-white);
  background: var(--color-main-50);
  border-top-left-radius: 2px;
  border-bottom: 1px solid var(--color-white);
  white-space: nowrap;
}
.c-postContent .c-tableOverflow td:not(:first-child),
.editor-styles-wrapper .c-tableOverflow td:not(:first-child) {
  min-width: 160px;
  border-bottom: 1px solid var(--color-main-50);
  border-right: 1px solid var(--color-main-50);
}
.c-postContent .c-tableOverflow td:last-child,
.editor-styles-wrapper .c-tableOverflow td:last-child {
  border-right: none;
}
.c-postContent .c-tableOverflow tr:nth-child(odd) td:not(:first-child),
.editor-styles-wrapper .c-tableOverflow tr:nth-child(odd) td:not(:first-child) {
  background: var(--color-base-light);
}
.c-postContent .c-tableOverflow tr:nth-child(even) td:not(:first-child),
.editor-styles-wrapper .c-tableOverflow tr:nth-child(even) td:not(:first-child) {
  background: var(--color-light-brown);
}
.c-postContent .c-tableOverflow th:last-child,
.c-postContent .c-tableOverflow td:last-child,
.editor-styles-wrapper .c-tableOverflow th:last-child,
.editor-styles-wrapper .c-tableOverflow td:last-child {
  border-right: none;
}
.c-postContent .c-tableOverflow tr:last-child th,
.c-postContent .c-tableOverflow tr:last-child td,
.editor-styles-wrapper .c-tableOverflow tr:last-child th,
.editor-styles-wrapper .c-tableOverflow tr:last-child td {
  border-bottom: none;
}

.c-postContent .c-priceListWrapper + .c-priceListWrapper, .c-postContent .c-priceListWrapper + .c-priceList,
.editor-styles-wrapper .c-priceListWrapper + .c-priceListWrapper,
.editor-styles-wrapper .c-priceListWrapper + .c-priceList {
  margin-top: 24px;
}

.c-postContent h2 + .c-priceList,
.c-postContent h3 + .c-priceList,
.c-postContent h4 + .c-priceList,
.c-postContent h5 + .c-priceList,
.c-postContent h6 + .c-priceList,
.editor-styles-wrapper h2 + .c-priceList,
.editor-styles-wrapper h3 + .c-priceList,
.editor-styles-wrapper h4 + .c-priceList,
.editor-styles-wrapper h5 + .c-priceList,
.editor-styles-wrapper h6 + .c-priceList {
  margin-top: 8px;
}

.c-postContent .c-priceListWrapper .ark-block-dl__div,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__div,
.c-postContent .c-priceList .ark-block-dl__div,
.editor-styles-wrapper .c-priceList .ark-block-dl__div {
  margin-top: 0 !important;
  padding-block: 8px;
  border-color: var(--color-green-light);
}
.c-postContent .c-priceListWrapper .ark-block-dl__div:first-child,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__div:first-child,
.c-postContent .c-priceList .ark-block-dl__div:first-child,
.editor-styles-wrapper .c-priceList .ark-block-dl__div:first-child {
  border-top: none;
}
.c-postContent .c-priceListWrapper .ark-block-dl__dt,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt,
.c-postContent .c-priceList .ark-block-dl__dt,
.editor-styles-wrapper .c-priceList .ark-block-dl__dt {
  margin-top: 0 !important;
  margin-right: 4px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-priceListWrapper .ark-block-dl__dt span,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt span,
.c-postContent .c-priceList .ark-block-dl__dt span,
.editor-styles-wrapper .c-priceList .ark-block-dl__dt span {
  display: block;
}
.c-postContent .c-priceListWrapper .ark-block-dl__dt span .arkb-fz-xs,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt span .arkb-fz-xs,
.c-postContent .c-priceList .ark-block-dl__dt span .arkb-fz-xs,
.editor-styles-wrapper .c-priceList .ark-block-dl__dt span .arkb-fz-xs {
  font-size: 12px !important;
}
.c-postContent .c-priceListWrapper .ark-block-dl__dt > span:first-child,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt > span:first-child,
.c-postContent .c-priceList .ark-block-dl__dt > span:first-child,
.editor-styles-wrapper .c-priceList .ark-block-dl__dt > span:first-child {
  margin-top: 2px;
}
.c-postContent .c-priceListWrapper .ark-block-dl__dd,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd,
.c-postContent .c-priceList .ark-block-dl__dd,
.editor-styles-wrapper .c-priceList .ark-block-dl__dd {
  flex-shrink: 0;
  margin-top: 0 !important;
}
.c-postContent .c-priceListWrapper .ark-block-dl__dd p,
.c-postContent .c-priceListWrapper .ark-block-dl__dd span,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd p,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd span,
.c-postContent .c-priceList .ark-block-dl__dd p,
.c-postContent .c-priceList .ark-block-dl__dd span,
.editor-styles-wrapper .c-priceList .ark-block-dl__dd p,
.editor-styles-wrapper .c-priceList .ark-block-dl__dd span {
  margin-top: 0;
  font-family: var(--font-en-infant);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--color-main);
  text-align: right;
}
.c-postContent .c-priceListWrapper .ark-block-dl__dd p .arkb-fz-xs,
.c-postContent .c-priceListWrapper .ark-block-dl__dd span .arkb-fz-xs,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd p .arkb-fz-xs,
.editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd span .arkb-fz-xs,
.c-postContent .c-priceList .ark-block-dl__dd p .arkb-fz-xs,
.c-postContent .c-priceList .ark-block-dl__dd span .arkb-fz-xs,
.editor-styles-wrapper .c-priceList .ark-block-dl__dd p .arkb-fz-xs,
.editor-styles-wrapper .c-priceList .ark-block-dl__dd span .arkb-fz-xs {
  font-size: 12px !important;
}
.c-postContent .c-priceListWrapper.c-priceList--withFootnote .ark-block-dl__div,
.editor-styles-wrapper .c-priceListWrapper.c-priceList--withFootnote .ark-block-dl__div,
.c-postContent .c-priceList.c-priceList--withFootnote .ark-block-dl__div,
.editor-styles-wrapper .c-priceList.c-priceList--withFootnote .ark-block-dl__div {
  border-bottom: none;
}
.c-postContent .c-priceListWrapper + .c-priceList,
.editor-styles-wrapper .c-priceListWrapper + .c-priceList,
.c-postContent .c-priceList + .c-priceList,
.editor-styles-wrapper .c-priceList + .c-priceList {
  margin-top: 0px;
}

body.page .c-postContent .c-priceListWrapper h3.wp-block-heading.is-style-brownLeft,
body.page .editor-styles-wrapper .c-priceListWrapper h3.wp-block-heading.is-style-brownLeft,
body.post-type-page .c-postContent .c-priceListWrapper h3.wp-block-heading.is-style-brownLeft,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper h3.wp-block-heading.is-style-brownLeft {
  font-size: 20px !important;
}
body.page .c-postContent .c-priceListWrapper .ark-block-dl__dt,
body.page .c-postContent .c-priceListWrapper .ark-block-dl__dd,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__dt,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__dd,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd {
  display: flex;
  align-items: center;
}
body.page .c-postContent .c-priceListWrapper .ark-block-dl__dt,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__dt,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt {
  font-weight: 500;
  font-family: var(--font-base);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
body.page .c-postContent .c-priceListWrapper .ark-block-dl__dt span,
body.page .c-postContent .c-priceListWrapper .ark-block-dl__dt p,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt span,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt p,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__dt span,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__dt p,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt span,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dt p {
  font-family: inherit;
  font-family: var(--font-base);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
body.page .c-postContent .c-priceListWrapper .ark-block-dl__dd,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__dd,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd {
  justify-content: flex-end;
  min-width: 90px;
  font-family: var(--font-en-infant);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
body.page .c-postContent .c-priceListWrapper .ark-block-dl__dd p,
body.page .c-postContent .c-priceListWrapper .ark-block-dl__dd span,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd p,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd span,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__dd p,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__dd span,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd p,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__dd span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin-bottom: 0;
}
body.page .c-postContent .c-priceListWrapper .c-priceWithText,
body.page .c-postContent .c-priceListWrapper .c-priceOnly,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceOnly,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceWithText,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceOnly,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceOnly {
  margin-top: 0;
  border-bottom: 1px solid var(--color-main-10);
}
body.page .c-postContent .c-priceListWrapper .c-priceWithText:first-child,
body.page .c-postContent .c-priceListWrapper .c-priceOnly:first-child,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText:first-child,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceOnly:first-child,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceWithText:first-child,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceOnly:first-child,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText:first-child,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceOnly:first-child {
  margin-top: 0;
}
body.page .c-postContent .c-priceListWrapper .c-priceWithText:last-child,
body.page .c-postContent .c-priceListWrapper .c-priceOnly:last-child,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText:last-child,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceOnly:last-child,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceWithText:last-child,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceOnly:last-child,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText:last-child,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceOnly:last-child {
  border-bottom: none;
}
body.page .c-postContent .c-priceListWrapper .c-priceList--withFootnote:not(:last-child) + ul,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceList--withFootnote:not(:last-child) + ul,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceList--withFootnote:not(:last-child) + ul,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceList--withFootnote:not(:last-child) + ul {
  border-bottom: 1px solid var(--color-main-10) !important;
}
body.page .c-postContent .c-priceListWrapper .ark-block-dl__div,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__div,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__div,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__div {
  padding-inline: 0;
  border: none;
}
body.page .c-postContent .c-priceListWrapper .ark-block-dl__div + .ark-block-dl__div,
body.page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__div + .ark-block-dl__div,
body.post-type-page .c-postContent .c-priceListWrapper .ark-block-dl__div + .ark-block-dl__div,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .ark-block-dl__div + .ark-block-dl__div {
  border-top: 1px solid var(--color-main-10);
}
body.page .c-postContent .c-priceListWrapper .c-priceWithText,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceWithText,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText {
  padding-bottom: 0;
}
body.page .c-postContent .c-priceListWrapper .c-priceWithText .ark-block-dl__div,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText .ark-block-dl__div,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceWithText .ark-block-dl__div,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceWithText .ark-block-dl__div {
  padding-block: 16px 8px;
}
body.page .c-postContent .c-priceListWrapper .c-priceOnly .ark-block-dl__div,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceOnly .ark-block-dl__div,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceOnly .ark-block-dl__div,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceOnly .ark-block-dl__div {
  padding-block: 16px;
}
body.page .c-postContent .c-priceListWrapper .c-priceList__text,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceList__text,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceList__text,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceList__text {
  margin-top: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
body.page .c-postContent .c-priceListWrapper .c-priceList__text:last-child,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceList__text:last-child,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceList__text:last-child,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceList__text:last-child {
  margin-bottom: 16px;
}
body.page .c-postContent .c-priceListWrapper .arkb-small,
body.page .editor-styles-wrapper .c-priceListWrapper .arkb-small,
body.post-type-page .c-postContent .c-priceListWrapper .arkb-small,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .arkb-small {
  position: absolute;
  font-size: 0.7em;
  opacity: 1;
}
body.page .c-postContent .c-priceListWrapper .c-priceListSyncContainer + .c-priceList .ark-block-dl__div,
body.page .editor-styles-wrapper .c-priceListWrapper .c-priceListSyncContainer + .c-priceList .ark-block-dl__div,
body.post-type-page .c-postContent .c-priceListWrapper .c-priceListSyncContainer + .c-priceList .ark-block-dl__div,
body.post-type-page .editor-styles-wrapper .c-priceListWrapper .c-priceListSyncContainer + .c-priceList .ark-block-dl__div {
  border-top: 1px solid var(--color-main-10);
}
body.page .c-postContent .c-priceListFootnote,
body.page .editor-styles-wrapper.c-priceListFootnote,
body.post-type-page .c-postContent .c-priceListFootnote,
body.post-type-page .editor-styles-wrapper.c-priceListFootnote {
  margin-top: 0 !important;
}
body.page .c-postContent .c-priceListFootnote ul:first-child,
body.page .c-postContent .c-priceListFootnote p:first-child,
body.page .editor-styles-wrapper.c-priceListFootnote ul:first-child,
body.page .editor-styles-wrapper.c-priceListFootnote p:first-child,
body.post-type-page .c-postContent .c-priceListFootnote ul:first-child,
body.post-type-page .c-postContent .c-priceListFootnote p:first-child,
body.post-type-page .editor-styles-wrapper.c-priceListFootnote ul:first-child,
body.post-type-page .editor-styles-wrapper.c-priceListFootnote p:first-child {
  border-top: 1px solid var(--color-main-10);
}

.c-postContent .c-priceList2 .ark-block-dl__dt,
.c-postContent .c-priceList2 .ark-block-dl__dd,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__dt,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__dd {
  display: flex;
  align-items: center;
}
.c-postContent .c-priceList2 .ark-block-dl__dt,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__dt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-priceList2 .ark-block-dl__dt span,
.c-postContent .c-priceList2 .ark-block-dl__dt p,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__dt span,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__dt p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.c-postContent .c-priceList2 .ark-block-dl__dd,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__dd {
  justify-content: flex-end;
  min-width: 90px;
  font-family: var(--font-en-infant);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-priceList2 .ark-block-dl__dd p,
.c-postContent .c-priceList2 .ark-block-dl__dd span,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__dd p,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__dd span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin-bottom: 0;
}
.c-postContent .c-priceList2 .c-priceWithText,
.c-postContent .c-priceList2 .c-priceOnly,
.editor-styles-wrapper .c-priceList2 .c-priceWithText,
.editor-styles-wrapper .c-priceList2 .c-priceOnly {
  margin-top: 0;
  border-bottom: 1px solid var(--color-main-10);
}
.c-postContent .c-priceList2 .c-priceWithText:first-child,
.c-postContent .c-priceList2 .c-priceOnly:first-child,
.editor-styles-wrapper .c-priceList2 .c-priceWithText:first-child,
.editor-styles-wrapper .c-priceList2 .c-priceOnly:first-child {
  margin-top: 0;
}
.c-postContent .c-priceList2 .c-priceWithText:last-child,
.c-postContent .c-priceList2 .c-priceOnly:last-child,
.editor-styles-wrapper .c-priceList2 .c-priceWithText:last-child,
.editor-styles-wrapper .c-priceList2 .c-priceOnly:last-child {
  border-bottom: none;
}
.c-postContent .c-priceList2 .ark-block-dl__div,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__div {
  padding-inline: 0;
  border: none;
}
.c-postContent .c-priceList2 .ark-block-dl__div + .ark-block-dl__div,
.editor-styles-wrapper .c-priceList2 .ark-block-dl__div + .ark-block-dl__div {
  border-top: 1px solid var(--color-main-10);
}
.c-postContent .c-priceList2 .c-priceWithText,
.editor-styles-wrapper .c-priceList2 .c-priceWithText {
  padding-bottom: 0;
}
.c-postContent .c-priceList2 .c-priceWithText .ark-block-dl__div,
.editor-styles-wrapper .c-priceList2 .c-priceWithText .ark-block-dl__div {
  padding-block: 16px 8px;
}
.c-postContent .c-priceList2 .c-priceOnly .ark-block-dl__div,
.editor-styles-wrapper .c-priceList2 .c-priceOnly .ark-block-dl__div {
  padding-block: 16px;
}
.c-postContent .c-priceList2 .c-priceList2__text,
.editor-styles-wrapper .c-priceList2 .c-priceList2__text {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-priceList2 .c-priceList2__text:last-child,
.editor-styles-wrapper .c-priceList2 .c-priceList2__text:last-child {
  margin-bottom: 16px;
}
.c-postContent .c-priceList2 .arkb-small,
.editor-styles-wrapper .c-priceList2 .arkb-small {
  position: absolute;
  font-size: 0.7em;
  opacity: 1;
}

.c-postContent .c-priceList2Footnote,
.editor-styles-wrapper.c-priceList2Footnote {
  margin-top: 0 !important;
}
.c-postContent .c-priceList2Footnote ul:first-child,
.c-postContent .c-priceList2Footnote p:first-child,
.editor-styles-wrapper.c-priceList2Footnote ul:first-child,
.editor-styles-wrapper.c-priceList2Footnote p:first-child {
  border-top: 1px solid var(--color-main-10);
}

.c-postContent .c-stepBox .c-stepBox__stepImg {
  position: relative;
  margin-top: 24px;
  width: 100%;
  height: auto;
  aspect-ratio: 231/136;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
}
.c-postContent .c-stepBox .c-stepBox__stepImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-postContent .c-stepBox,
.editor-styles-wrapper .c-stepBox {
  counter-reset: step-num;
  background: var(--color-light-brown);
  padding: 32px 40px;
}
.c-postContent .c-stepBox .c-stepBox__stepItem,
.editor-styles-wrapper .c-stepBox .c-stepBox__stepItem {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 16px;
}
.c-postContent .c-stepBox .c-stepBox__stepItem::after,
.editor-styles-wrapper .c-stepBox .c-stepBox__stepItem::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 50px);
  background-color: var(--color-main-50);
  position: absolute;
  top: -20px;
  left: 25px;
}
.c-postContent .c-stepBox .c-stepBox__stepItem:first-child::after,
.editor-styles-wrapper .c-stepBox .c-stepBox__stepItem:first-child::after {
  top: 20px;
}
.c-postContent .c-stepBox .c-stepBox__stepItem:last-child::after,
.editor-styles-wrapper .c-stepBox .c-stepBox__stepItem:last-child::after {
  height: 30px;
}
.c-postContent .c-stepBox .c-stepBox__stepItem + .c-stepBox__stepItem,
.editor-styles-wrapper .c-stepBox .c-stepBox__stepItem + .c-stepBox__stepItem {
  margin-top: 32px;
}
.c-postContent .c-stepBox .c-stepBox__stepNumber,
.editor-styles-wrapper .c-stepBox .c-stepBox__stepNumber {
  display: block;
  position: relative;
  font-family: var(--font-en-infant);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-main);
  letter-spacing: 0.08em;
  font-style: italic;
  z-index: 1;
}
.c-postContent .c-stepBox .c-stepBox__stepNumber::after,
.editor-styles-wrapper .c-stepBox .c-stepBox__stepNumber::after {
  counter-increment: step-num;
  content: counter(step-num);
  display: inline;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.c-postContent .c-stepBox .c-stepBox__stepNumber::before,
.editor-styles-wrapper .c-stepBox .c-stepBox__stepNumber::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--color-white);
  border-radius: 50vh;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.c-postContent .c-stepBox .c-stepBox__stepText,
.editor-styles-wrapper .c-stepBox .c-stepBox__stepText {
  margin-left: 16px;
  padding-top: 0.5em;
  margin-top: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-main);
}

.c-postContent .c-stepBox2Wrapper,
.editor-styles-wrapper .c-stepBox2Wrapper {
  counter-reset: stepBox2-num;
}

.c-postContent .c-stepBox2,
.editor-styles-wrapper .c-stepBox2 {
  position: relative;
  background-color: var(--color-white);
}
.c-postContent .c-stepBox2:not(.c-stepBox2--noTopArrow),
.editor-styles-wrapper .c-stepBox2:not(.c-stepBox2--noTopArrow) {
  margin-top: 64px;
}
.c-postContent .c-stepBox2:not(.c-stepBox2--noTopArrow)::before,
.editor-styles-wrapper .c-stepBox2:not(.c-stepBox2--noTopArrow)::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  translate: -50% 0;
  width: 24px;
  height: 16px;
  background: url(./assets/img/common/icon-step-arrow-down-brown.svg) no-repeat center center/contain;
}
.c-postContent .c-stepBox2 .c-stepBox2__title,
.editor-styles-wrapper .c-stepBox2 .c-stepBox2__title {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-accent);
  background-color: initial;
  counter-increment: stepBox2-num;
}
.c-postContent .c-stepBox2 .c-stepBox2__title::before,
.editor-styles-wrapper .c-stepBox2 .c-stepBox2__title::before {
  content: counter(stepBox2-num, decimal);
  display: block;
  margin-right: 0.4em;
  width: 1lh;
  height: 1lh;
  font-family: var(--font-en-infant);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--color-white);
  border-radius: 50vh;
  background-color: var(--color-accent);
}

.c-postContent .c-medicalInfoBox,
.editor-styles-wrapper .c-medicalInfoBox {
  border: 1px solid var(--color-main-50);
  border-radius: 2px;
}

.c-postContent .c-medicalInfoList .ark-block-dl__dt,
.c-postContent .c-medicalInfoList .ark-block-accordion__title,
.c-postContent .c-medicalInfoAccordion .ark-block-dl__dt,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__title,
.editor-styles-wrapper .c-medicalInfoList .ark-block-dl__dt,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__title,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-dl__dt,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__title {
  position: relative;
  padding-block: 0;
  padding-left: 0.857em;
  padding-right: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.214;
  letter-spacing: 0.04em;
  color: var(--color-accent);
  border-left: none;
  background-color: initial;
}
.c-postContent .c-medicalInfoList .ark-block-dl__dt::before,
.c-postContent .c-medicalInfoList .ark-block-accordion__title::before,
.c-postContent .c-medicalInfoAccordion .ark-block-dl__dt::before,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__title::before,
.editor-styles-wrapper .c-medicalInfoList .ark-block-dl__dt::before,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__title::before,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-dl__dt::before,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__title::before {
  content: "";
  display: block;
  width: 4px;
  height: 0.94lh;
  background: var(--color-green-light);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.c-postContent .c-medicalInfoList .ark-block-dl__dd,
.c-postContent .c-medicalInfoAccordion .ark-block-dl__dd,
.editor-styles-wrapper .c-medicalInfoList .ark-block-dl__dd,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-dl__dd {
  margin-top: 8px;
}
.c-postContent .c-medicalInfoList .ark-block-dl__dd,
.c-postContent .c-medicalInfoList .ark-block-dl__dd p,
.c-postContent .c-medicalInfoList .ark-block-accordion__body,
.c-postContent .c-medicalInfoList .ark-block-accordion__body p,
.c-postContent .c-medicalInfoList .ark-block-accordion__body li,
.c-postContent .c-medicalInfoAccordion .ark-block-dl__dd,
.c-postContent .c-medicalInfoAccordion .ark-block-dl__dd p,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__body,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__body p,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__body li,
.editor-styles-wrapper .c-medicalInfoList .ark-block-dl__dd,
.editor-styles-wrapper .c-medicalInfoList .ark-block-dl__dd p,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__body,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__body p,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__body li,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-dl__dd,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-dl__dd p,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__body,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__body p,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__body li {
  margin-top: 8px;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-medicalInfoList .ark-block-accordion__body li,
.c-postContent .c-medicalInfoList .ark-block-accordion__body li + .ark-block-accordion__body p,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__body li,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__body li + .ark-block-accordion__body p,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__body li,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__body li + .ark-block-accordion__body p,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__body li,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__body li + .ark-block-accordion__body p {
  margin-top: 0.2em;
}
.c-postContent .c-medicalInfoList .ark-block-dl__dd + .ark-block-dl__dt,
.c-postContent .c-medicalInfoAccordion .ark-block-dl__dd + .ark-block-dl__dt,
.editor-styles-wrapper .c-medicalInfoList .ark-block-dl__dd + .ark-block-dl__dt,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-dl__dd + .ark-block-dl__dt {
  margin-top: 16px;
}
.c-postContent .c-medicalInfoList ul,
.c-postContent .c-medicalInfoAccordion ul,
.editor-styles-wrapper .c-medicalInfoList ul,
.editor-styles-wrapper .c-medicalInfoAccordion ul {
  margin-top: 0;
}
.c-postContent .c-medicalInfoList .ark-block-accordion__icon,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__icon,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__icon,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__icon {
  border: 1px solid;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.c-postContent .c-medicalInfoList .ark-block-accordion__icon::before,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__icon::before,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__icon::before,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__icon::before {
  max-width: 6px;
}
.c-postContent .c-medicalInfoList .ark-block-accordion__icon::after,
.c-postContent .c-medicalInfoAccordion .ark-block-accordion__icon::after,
.editor-styles-wrapper .c-medicalInfoList .ark-block-accordion__icon::after,
.editor-styles-wrapper .c-medicalInfoAccordion .ark-block-accordion__icon::after {
  max-height: 6px;
}

.editor-styles-wrapper .c-medicalAccordion {
  margin-top: 16px;
}

.c-postContent .c-medicalInfoTable table,
.editor-styles-wrapper .c-medicalInfoTable table {
  margin-top: 8px;
  border-right: none;
}
.c-postContent .c-medicalInfoTable tr,
.editor-styles-wrapper .c-medicalInfoTable tr {
  border-top: 1px solid var(--color-base-regular);
  border-right: none;
}
.c-postContent .c-medicalInfoTable tr:last-child,
.editor-styles-wrapper .c-medicalInfoTable tr:last-child {
  border-bottom: 1px solid var(--color-base-regular);
}
.c-postContent .c-medicalInfoTable td:first-child,
.editor-styles-wrapper .c-medicalInfoTable td:first-child {
  width: 88px;
  text-align: center;
  background-color: var(--color-base-light);
}
.c-postContent .c-medicalInfoTable td,
.editor-styles-wrapper .c-medicalInfoTable td {
  padding-block: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  vertical-align: middle;
  color: var(--color-main);
  border-left: none;
  border-right: none;
}

.c-postContent .c-medicalInfoList li,
.c-postContent .c-medicalInfoAccordion li {
  position: relative;
}
.c-postContent .c-medicalInfoList li::before,
.c-postContent .c-medicalInfoAccordion li::before {
  content: "・";
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-feature-settings: initial;
}

.c-postContent .c-headingRowLeft,
.editor-styles-wrapper .c-headingRowLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.c-postContent .c-headingRowLeft p,
.editor-styles-wrapper .c-headingRowLeft p {
  margin-top: 0;
}

.c-postContent .c-casePostList .p-postList.-type-card .p-postList__item {
  flex-basis: 50%;
  margin-bottom: 32px;
}
.c-postContent .c-casePostList .p-postList.-type-card .p-postList__link {
  padding: 0;
  border: none;
}
.c-postContent .c-casePostList .p-postList.-type-card .p-postList__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.c-postContent .c-casePostList .p-postList.-type-card .p-postList__thumb figure {
  height: 100%;
}
.c-postContent .c-casePostList .p-postList.-type-card .p-postList__body {
  padding-top: 8px;
}
.c-postContent .c-casePostList .p-postList .p-postList__title {
  margin: 0;
  padding: 0;
  border-bottom: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.187;
  align-items: center;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-casePostList .p-postList .p-postList__link::after {
  background: initial;
}
.c-postContent .c-casePostList .p-postList__excerpt {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-casePostList .p-postList__excerpt p {
  margin: 0;
}
.c-postContent .c-casePostList .p-postList .p-postList__meta {
  margin-top: 8px;
}
.c-postContent .c-casePostList .p-postList .p-postList__meta .arkhe-svg-posted.c-postMetas__icon {
  display: none;
}

.c-postContent .c-blogPostList .p-postList {
  margin-top: 20px;
  border-top: none;
}
.c-postContent .c-blogPostList .p-postList.-type-card .p-postList__item {
  flex-basis: 50%;
  margin-bottom: 32px;
}
.c-postContent .c-blogPostList .p-postList.-type-card .p-postList__link {
  padding: 0;
  border: none;
}
.c-postContent .c-blogPostList .p-postList.-type-card .p-postList__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.c-postContent .c-blogPostList .p-postList.-type-card .p-postList__thumb figure {
  height: 100%;
}
.c-postContent .c-blogPostList .p-postList.-type-card .p-postList__body {
  padding-top: 8px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-postContent .c-blogPostList .p-postList .p-postList__title {
  margin: 0;
  padding: 0;
  border-bottom: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.187;
  align-items: center;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-blogPostList .p-postList .p-postList__link {
  padding: 32px 0;
}
.c-postContent .c-blogPostList .p-postList .p-postList__link::after {
  background: initial;
}
.c-postContent .c-blogPostList .p-postList__excerpt {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.c-postContent .c-blogPostList .p-postList__excerpt p {
  margin: 0;
}
.c-postContent .c-blogPostList .p-postList .p-postList__meta {
  margin-top: 8px;
}
.c-postContent .c-blogPostList .p-postList .p-postList__meta .arkhe-svg-posted.c-postMetas__icon {
  display: none;
}

.c-postContent .c-reasonIcon,
.editor-styles-wrapper .c-reasonIcon {
  position: relative;
}
.c-postContent .c-reasonIcon .wp-block-image,
.editor-styles-wrapper .c-reasonIcon .wp-block-image {
  width: 144px;
  height: 144px;
}
.c-postContent .c-reasonIcon .c-reasonIcon_number,
.editor-styles-wrapper .c-reasonIcon .c-reasonIcon_number {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  font-family: var(--font-en-infant);
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-accent);
}

.c-postContent .c-decoSlash,
.editor-styles-wrapper .c-decoSlash {
  position: relative;
  margin-inline: auto;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.c-postContent .c-decoSlash::before, .c-postContent .c-decoSlash::after,
.editor-styles-wrapper .c-decoSlash::before,
.editor-styles-wrapper .c-decoSlash::after {
  content: "";
  display: inline-block;
  background-color: var(--color-main);
  width: 1px;
  height: 1.1125em;
}
.c-postContent .c-decoSlash::before,
.editor-styles-wrapper .c-decoSlash::before {
  margin-right: 1em;
  transform-origin: bottom right;
  rotate: -26.6deg;
}
.c-postContent .c-decoSlash::after,
.editor-styles-wrapper .c-decoSlash::after {
  margin-left: 1em;
  transform-origin: bottom right;
  rotate: 26.6deg;
}

.c-postContent .c-pickedPostLink.ark-block-blogCard,
.editor-styles-wrapper .c-pickedPostLink.ark-block-blogCard {
  box-shadow: none;
}
.c-postContent .c-pickedPostLink.ark-block-blogCard .arkb-boxLink__inner,
.editor-styles-wrapper .c-pickedPostLink.ark-block-blogCard .arkb-boxLink__inner {
  display: block;
  padding: 0;
  background-color: initial;
  box-shadow: none;
}
.c-postContent .c-pickedPostLink.ark-block-blogCard .arkb-boxLink__figure,
.editor-styles-wrapper .c-pickedPostLink.ark-block-blogCard .arkb-boxLink__figure {
  width: 100%;
  max-width: initial;
  margin-right: 0;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 327/184;
}
.c-postContent .c-pickedPostLink.ark-block-blogCard .arkb-boxLink__figure img,
.editor-styles-wrapper .c-pickedPostLink.ark-block-blogCard .arkb-boxLink__figure img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.c-postContent .c-pickedPostLink.ark-block-blogCard .arkb-boxLink__title,
.editor-styles-wrapper .c-pickedPostLink.ark-block-blogCard .arkb-boxLink__title {
  margin-top: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.231;
  letter-spacing: 0.04em;
  color: var(--color-main);
  text-align: center;
}

.c-postContent .c-bgRoundedTL,
.editor-styles-wrapper .c-bgRoundedTL {
  padding: 48px 24px;
  border-top-left-radius: 40px;
  background-color: var(--color-green-light-2);
}

.c-postContent .c-discountCoupon .c-discountCoupon__left,
.c-postContent .c-discountCoupon .c-discountCoupon__number,
.c-postContent .c-discountCoupon .c-discountCoupon__right {
  position: absolute;
}
.c-postContent .c-discountCoupon .c-discountCoupon__left {
  top: 50%;
  left: 18.5%;
  translate: 0 -50%;
  z-index: 1;
}
.c-postContent .c-discountCoupon .c-discountCoupon__number {
  translate: 8% -2%;
}
.c-postContent .c-discountCoupon .c-discountCoupon__right {
  translate: 135% -2%;
  line-height: 0.87;
}
.c-postContent .c-discountCoupon .c-discountCoupon__right .arkb-fz-s {
  display: block;
  translate: -3% 0;
  font-size: 36px !important;
}

.c-postContent .c-discountCoupon,
.editor-styles-wrapper .c-discountCoupon {
  max-width: 327px;
}
.c-postContent .c-discountCoupon .c-discountCoupon__bottom,
.editor-styles-wrapper .c-discountCoupon .c-discountCoupon__bottom {
  position: relative;
  justify-content: center;
  height: 102px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.c-postContent .c-discountCoupon .c-discountCoupon__left,
.editor-styles-wrapper .c-discountCoupon .c-discountCoupon__left {
  z-index: 1;
}
.c-postContent .c-discountCoupon .c-discountCoupon__left::before,
.editor-styles-wrapper .c-discountCoupon .c-discountCoupon__left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color-light-yellow);
  border-radius: 50vh;
  z-index: -1;
}
.c-postContent .c-discountCoupon .c-discountCoupon__right,
.editor-styles-wrapper .c-discountCoupon .c-discountCoupon__right {
  line-height: 0.87;
}
.c-postContent .c-discountCoupon .c-discountCoupon__right .arkb-fz-s,
.editor-styles-wrapper .c-discountCoupon .c-discountCoupon__right .arkb-fz-s {
  display: block;
  translate: -3% 0;
  font-size: 36px !important;
}

.editor-styles-wrapper .c-discountCoupon .c-discountCoupon__number {
  position: relative;
}

.p-doctorList-block .p-doctorList {
  margin-top: 32px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 100%;
  gap: 24px 32px;
}
@media not all and (min-width: 782px) {
  .p-doctorList-block .p-doctorList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-doctorList-block .p-doctorList__avatar {
  max-width: 100%;
}
@media not all and (min-width: 782px) {
  .p-doctorList-block .p-doctorList__body {
    margin: auto;
  }
}
.p-doctorList-block .p-doctorList__name {
  font-size: 18px;
  font-family: var(--font-base);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  text-align: left;
}
.p-doctorList-block .p-authorBox__position {
  margin-top: 2px;
  font-size: 10px;
  font-style: normal;
  font-family: var(--font-base);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: left;
}
.p-doctorList-block .p-doctorList__label {
  display: flex;
  padding: 2px 6px;
  justify-content: center;
  font-family: var(--font-base);
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: var(--color-white);
  color: var(--color-main);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
.p-doctorList-block .p-doctorList__expertise {
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.p-doctorList-block .c-postTerms__item {
  font-family: var(--font-base);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  list-style: none;
}

.p-search-box {
  margin-block: 16px;
  padding: 32px 24px;
  background: var(--color-base-regular);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.wp-block-search__inside-wrapper {
  flex-direction: row-reverse;
}

.wp-block-search .wp-block-search__input {
  color: var(--color-main-70);
  padding: 16px 16px 16px 0px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: --font-weight-medium;
  line-height: normal;
  letter-spacing: 0.56px;
  width: 100%;
  height: 56px;
}
.wp-block-search .wp-block-search__input::placeholder {
  color: var(--color-main-70);
}

.wp-block-search__button-inside .wp-block-search__button {
  display: flex;
  padding-left: 12px;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: var(--color-white);
}
.wp-block-search__button-inside .wp-block-search__button svg.search-icon {
  fill: var(--color-main);
  transform: scale(-1, 1);
  width: 30px;
  height: 30px;
}
.wp-block-search__button-inside .wp-block-search__button path {
  width: 19px;
  height: 20px;
}

/* ==========================================================================
  blocks
========================================================================== */
.ark-block-accordion .ark-block-accordion__icon {
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
.ark-block-accordion .ark-block-accordion__icon:after, .ark-block-accordion .ark-block-accordion__icon:before {
  background-color: var(--color-accent);
}
.ark-block-accordion .ark-block-accordion__icon::before {
  width: 7px;
  max-width: 7px;
  height: 1px;
  max-height: 1px;
}
.ark-block-accordion .ark-block-accordion__icon::after {
  width: 1px;
  max-width: 1px;
  height: 7px;
  max-height: 7px;
}

.is-style-globalBtn .ark-block-button__link .ark-block-button__text,
.editor-styles-wrapper .is-style-globalBtn .ark-block-button__link .ark-block-button__text {
  padding-left: 32px;
  position: relative;
}
.is-style-globalBtn .ark-block-button__link .ark-block-button__text::before,
.editor-styles-wrapper .is-style-globalBtn .ark-block-button__link .ark-block-button__text::before {
  content: "";
  position: absolute;
  background: url("./assets/img/common/icon-web.svg") no-repeat center center/cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.is-style-mailBtn .ark-block-button__link .ark-block-button__text,
.editor-styles-wrapper .is-style-mailBtn .ark-block-button__link .ark-block-button__text {
  padding-left: 32px;
  position: relative;
}
.is-style-mailBtn .ark-block-button__link .ark-block-button__text::before,
.editor-styles-wrapper .is-style-mailBtn .ark-block-button__link .ark-block-button__text::before {
  content: "";
  position: absolute;
  background: url("./assets/img/common/icon-mail.svg") no-repeat center center/cover;
  width: 22px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.is-style-telBtn .ark-block-button__link .ark-block-button__text,
.editor-styles-wrapper .is-style-telBtn .ark-block-button__link .ark-block-button__text {
  padding-left: 32px;
  position: relative;
  white-space: nowrap;
}
.is-style-telBtn .ark-block-button__link .ark-block-button__text::before,
.editor-styles-wrapper .is-style-telBtn .ark-block-button__link .ark-block-button__text::before {
  content: "";
  position: absolute;
  background: url("./assets/img/common/icon-tel.svg") no-repeat center center/cover;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.is-style-lineBtn .ark-block-button__link .ark-block-button__text,
.editor-styles-wrapper .is-style-lineBtn .ark-block-button__link .ark-block-button__text {
  padding-left: 32px;
  position: relative;
}
.is-style-lineBtn .ark-block-button__link .ark-block-button__text::before,
.editor-styles-wrapper .is-style-lineBtn .ark-block-button__link .ark-block-button__text::before {
  content: "";
  position: absolute;
  background: url("./assets/img/common/icon-line.svg") no-repeat center center/cover;
  width: 24px;
  height: 23px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.is-style-blankBtn .ark-block-button__link,
.editor-styles-wrapper .is-style-blankBtn .ark-block-button__link {
  padding-right: 24px;
  position: relative;
}
.is-style-blankBtn .ark-block-button__link::after,
.editor-styles-wrapper .is-style-blankBtn .ark-block-button__link::after {
  content: "";
  position: absolute;
  background: url("./assets/img/common/icon-blank-white.svg") no-repeat center center/cover;
  width: 15px;
  height: 15px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.is-style-bgWhite .ark-block-button__link,
.editor-styles-wrapper .is-style-bgWhite .ark-block-button__link {
  border: 1px solid var(--color-accent);
  background: var(--color-white);
  min-width: 279px;
}
.is-style-bgWhite .ark-block-button__link::after,
.editor-styles-wrapper .is-style-bgWhite .ark-block-button__link::after {
  background: url("./assets/img/common/icon-arrow-green.svg") no-repeat center center/cover;
}

.is-style-bgWhite .ark-block-button__link .ark-block-button__text,
.editor-styles-wrapper .is-style-bgWhite .ark-block-button__link .ark-block-button__text {
  color: var(--color-accent);
}

.is-style-anchorLink .ark-block-button__link,
.editor-styles-wrapper .is-style-anchorLink .ark-block-button__link {
  position: relative;
  display: block;
  padding: 16px 40px 16px 16px;
  width: 100%;
  height: initial;
  background: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--color-main);
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s;
}
.is-style-anchorLink .ark-block-button__link::before,
.editor-styles-wrapper .is-style-anchorLink .ark-block-button__link::before {
  display: none;
}
.is-style-anchorLink .ark-block-button__link::after,
.editor-styles-wrapper .is-style-anchorLink .ark-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/icon-arrow-down-green.svg) no-repeat center center/contain;
  transition: all 0.3s;
}
@media (hover: hover) {
  .is-style-anchorLink .ark-block-button__link:hover,
  .editor-styles-wrapper .is-style-anchorLink .ark-block-button__link:hover {
    opacity: 0.7;
    color: var(--color-main2);
  }
  .is-style-anchorLink .ark-block-button__link:hover::after,
  .editor-styles-wrapper .is-style-anchorLink .ark-block-button__link:hover::after {
    transform: translateX(0) translateY(3%);
  }
}

.is-style-UnderLineArrow .ark-block-button__link,
.editor-styles-wrapper .is-style-UnderLineArrow .ark-block-button__link {
  padding: 14px 20px 14px 0;
  border-bottom: 1px solid var(--color-main-10);
  background: none;
  color: var(--coor-main);
  font-family: var(--font-base);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  min-width: 116px;
  line-height: normal;
  letter-spacing: 0.52px;
  height: auto;
}
.is-style-UnderLineArrow .ark-block-button__link::after,
.editor-styles-wrapper .is-style-UnderLineArrow .ark-block-button__link::after {
  background: url("./assets/img/common/icon-arrow-green.svg") no-repeat center center/cover;
  right: 0;
}

.p-entry__content .w-single-top {
  margin-bottom: 32px;
}

.ark-block-toc {
  padding: 24px;
  border-radius: 2px;
  background: var(--color-base-light);
  border: none;
}

.ark-block-toc .ark-block-toc__title {
  margin-bottom: 0px;
  text-align: center;
  font-family: var(--font-en-infant);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}

.ark-block-toc .ark-block-toc__list {
  list-style: none;
  padding-left: 0;
}

.ark-block-toc .ark-block-toc__list li {
  margin-top: 0;
  padding: 0;
}

.ark-block-toc .ark-block-toc__list[data-level="2"] > li:not(:first-child) {
  margin-top: 0;
}

.ark-block-toc .ark-block-toc__list .ark-block-toc__list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  border-top: 1px solid var(--color-main-10);
}

.ark-block-toc .ark-block-toc__list .ark-block-toc__list li:not(:first-child) {
  border-top: 1px solid var(--color-main-10);
}

.ark-block-toc .ark-block-toc__list[data-level="2"] > li:not(:first-child):not(:has(.ark-block-toc__list)) {
  border-top: 1px solid var(--color-main-10);
}

.ark-block-toc .ark-block-toc__list[data-level="2"] > li + li {
  border-top: 1px solid var(--color-main-10);
}

.ark-block-toc .ark-block-toc__list[data-level="3"]:before {
  content: none;
}

.p-post .c-postContent .ark-block-toc .ark-block-toc__link {
  padding: 16px 0;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
  color: var(--color-main);
}

.ark-block-toc .ark-block-toc__list .ark-block-toc__list li .ark-block-toc__link {
  padding: 8px 0px 8px 20px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px;
}

.wp-block-columns.is-style-columnsUnderlineBrown,
.editor-styles-wrapper .wp-block-columns.is-style-columnsUnderlineBrown,
.l-sidebar .wp-block-columns.is-style-columnsUnderlineBrown {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-main-10);
}

.is-style-shadow {
  box-shadow: 0 4px 8px 0 var(--color-shadow);
}

.wp-block-heading.is-style-brownCenter {
  display: block;
  padding-inline: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  text-align: center;
  color: var(--color-main);
  background: initial;
  border-bottom: initial;
}

.wp-block-heading.is-style-brownLeft {
  display: block;
  padding-left: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  text-align: left;
  color: var(--color-main);
  background: initial;
  border-bottom: initial;
}

.wp-block-heading.is-style-greenCenter {
  display: block;
  padding-inline: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  text-align: center;
  color: var(--color-accent);
  background: initial;
  border-bottom: initial;
}

.wp-block-heading.is-style-greenGradient {
  display: block;
  font-weight: 500;
  text-align: left;
  color: var(--color-white);
  padding: 8px 30px 8px 10px;
  background: linear-gradient(90deg, #93AA9A 60%, rgba(147, 170, 154, 0) 100%);
}

.wp-block-heading.is-style-greenBar {
  position: relative;
  display: block;
  padding-block: 0;
  padding-left: 0.875em;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.04em;
  color: var(--color-accent);
  background-color: initial;
}
.wp-block-heading.is-style-greenBar::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.625em;
  height: 1px;
  background-color: var(--color-accent);
}

.wp-block-heading.is-style-fitUnderLine {
  padding-top: 0;
  padding-bottom: 0.45em;
  width: fit-content;
  font-family: var(--font-heading);
  border-bottom: 1px solid var(--color-main-70);
}

.wp-block-heading.is-style-brownTopBottom {
  padding: 15px;
  border-top: 1px solid var(--color-main-70);
  border-bottom: 1px solid var(--color-main-70);
  text-align: center;
  font-family: var(--font-en-infant);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}

.wp-block-heading.is-style-brownLabel {
  display: block;
  width: fit-content;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6666;
  letter-spacing: 0.04em;
  text-align: left;
  color: var(--color-white);
  padding: 0.16666em 0.5em;
  background: var(--color-main);
  border-radius: 2px;
}

.wp-block-heading.is-style-fontEn {
  font-family: var(--font-en-infant);
}

.editor-styles-wrapper p.is-style-bothLine,
.c-postContent p.is-style-bothLine,
.l-sidebar p.is-style-bothLine {
  width: fit-content;
  margin-inline: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: center;
  position: relative;
}
.editor-styles-wrapper p.is-style-bothLine::before, .editor-styles-wrapper p.is-style-bothLine::after,
.c-postContent p.is-style-bothLine::before,
.c-postContent p.is-style-bothLine::after,
.l-sidebar p.is-style-bothLine::before,
.l-sidebar p.is-style-bothLine::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background: var(--color-main);
  bottom: -5%;
}
.editor-styles-wrapper p.is-style-bothLine::before,
.c-postContent p.is-style-bothLine::before,
.l-sidebar p.is-style-bothLine::before {
  left: -22px;
  rotate: -30deg;
}
.editor-styles-wrapper p.is-style-bothLine::after,
.c-postContent p.is-style-bothLine::after,
.l-sidebar p.is-style-bothLine::after {
  right: -22px;
  rotate: 30deg;
}

.editor-styles-wrapper p.is-style-semiLarge,
.c-postContent p.is-style-semiLarge,
.l-sidebar p.is-style-semiLarge {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.editor-styles-wrapper p.is-style-serif,
.c-postContent p.is-style-serif,
.l-sidebar p.is-style-serif {
  font-family: var(--font-heading);
}

.editor-styles-wrapper p.is-style-underlineBrown,
.c-postContent p.is-style-underlineBrown,
.l-sidebar p.is-style-underlineBrown {
  width: fit-content;
  padding-bottom: 0.57em;
  border-bottom: 1px solid var(--color-main-70);
}

.editor-styles-wrapper p.is-style-fontEn,
.c-postContent p.is-style-fontEn,
.l-sidebar p.is-style-fontEn {
  font-family: var(--font-en-infant);
  font-family: var(--font-en-infant);
}

.c-postContent .wp-block-list.is-style-middleDot li,
.editor-styles-wrapper .wp-block-list.is-style-middleDot li,
.l-sidebar .wp-block-list.is-style-middleDot li {
  position: relative;
  padding-left: 1.2em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  list-style: none;
}
.c-postContent .wp-block-list.is-style-middleDot li::before,
.editor-styles-wrapper .wp-block-list.is-style-middleDot li::before,
.l-sidebar .wp-block-list.is-style-middleDot li::before {
  content: "・";
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-feature-settings: initial;
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}

.editor-styles-wrapper .wp-block-list.is-style-middleDot div {
  display: inline;
}

.c-postContent .wp-block-list.is-style-checkBox li,
.editor-styles-wrapper .wp-block-list.is-style-checkBox li,
.l-sidebar .wp-block-list.is-style-checkBox li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: var(--color-text);
  list-style: none;
}
.c-postContent .wp-block-list.is-style-checkBox li::before,
.editor-styles-wrapper .wp-block-list.is-style-checkBox li::before,
.l-sidebar .wp-block-list.is-style-checkBox li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(./assets/img/common/icon-check-green.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}
.c-postContent .wp-block-list.is-style-checkBox li + li,
.editor-styles-wrapper .wp-block-list.is-style-checkBox li + li,
.l-sidebar .wp-block-list.is-style-checkBox li + li {
  margin-top: 8px;
}

.c-postContent .wp-block-list.is-style-largeCircle li,
.editor-styles-wrapper .wp-block-list.is-style-largeCircle li,
.l-sidebar .wp-block-list.is-style-largeCircle li {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: var(--color-text);
  list-style: none;
}
.c-postContent .wp-block-list.is-style-largeCircle li::before,
.editor-styles-wrapper .wp-block-list.is-style-largeCircle li::before,
.l-sidebar .wp-block-list.is-style-largeCircle li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--color-green-light);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}
.c-postContent .wp-block-list.is-style-largeCircle li + li,
.editor-styles-wrapper .wp-block-list.is-style-largeCircle li + li,
.l-sidebar .wp-block-list.is-style-largeCircle li + li {
  margin-top: 8px;
}

.c-postContent .wp-block-list.is-style-footnote li,
.editor-styles-wrapper .wp-block-list.is-style-footnote li,
.l-sidebar .wp-block-list.is-style-footnote li {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  list-style: none;
}
.c-postContent .wp-block-list.is-style-footnote li::before,
.editor-styles-wrapper .wp-block-list.is-style-footnote li::before,
.l-sidebar .wp-block-list.is-style-footnote li::before {
  content: "※";
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-feature-settings: initial;
}

.editor-styles-wrapper .wp-block-list.is-style-footnote div {
  display: inline;
}

.c-postContent .wp-block-list.is-style-dotUnderlineBrown li,
.editor-styles-wrapper .wp-block-list.is-style-dotUnderlineBrown li,
.l-sidebar .wp-block-list.is-style-dotUnderlineBrown li {
  position: relative;
  padding-left: 17px;
  padding-block: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.52px;
  list-style: none;
  border-bottom: 1px solid var(--color-main-10);
}
.c-postContent .wp-block-list.is-style-dotUnderlineBrown li::before,
.editor-styles-wrapper .wp-block-list.is-style-dotUnderlineBrown li::before,
.l-sidebar .wp-block-list.is-style-dotUnderlineBrown li::before {
  background: var(--color-main-70);
  content: "";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 14px;
}

.editor-styles-wrapper .wp-block-list.is-style-middleDot div {
  display: inline;
}

/* ==========================================================================
  utility
========================================================================== */
@media (min-width: 600px) {
  .hide-over-xs {
    display: none !important;
  }
}

@media not all and (min-width: 600px) {
  .hide-under-xs {
    display: none !important;
  }
}

@media (min-width: 782px) {
  .hide-over-sm {
    display: none !important;
  }
}

@media not all and (min-width: 782px) {
  .hide-under-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-over-md {
    display: none !important;
  }
}

@media not all and (min-width: 1024px) {
  .hide-under-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-over-lg {
    display: none !important;
  }
}

@media not all and (min-width: 1280px) {
  .hide-under-lg {
    display: none !important;
  }
}

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

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

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

/*# sourceMappingURL=style.css.map */