@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Shippori+Mincho:wght@600&display=swap");
:root {
  --font-heading: "Shippori Mincho", serif;
  --font-eng: "DM Sans", sans-serif;
  --color-brown: #3D1A00;
  --color-dark-brown: #6A5329;
  --color-ocher: #7D6328;
  --color-gold: #C9AE7B;
  --color-salmon-pink: #DE727B;
  --color-pink: #F4DCDC;
  --color-light-blue: #A8D3ED;
  --color-red: #C01414;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-bold: 600;
  --menu-width: 12.8205128205vw;
  --swl-fz--root: 3.5897435897vw;
  --swl-fz--content: 3.5897435897vw;
  --logo_size_sp: 10.2564102564vw;
}

@media (min-width: 600px) {
  :root {
    --swl-fz--root: 1.6684045881vw;
    --logo_size_sp: 7.5078206465vw;
    --menu-width: 7.5078206465vw;
    --swl-fz--content: 1.25rem;
  }
}
@media (min-width: 960px) {
  :root {
    --swl-fz--content: 1.5rem;
    --swl-fz--root: min(16px, 0.841vw);
    --swl-pad_container: 3rem;
    --menu-width: min(72px, 4.5rem);
    --logo_size_sp: min(72px, 4.5rem);
    --logo_size_pc: min(72px, 4.5rem);
  }
}
body {
  font-weight: var(--weight-regular);
}

.u-thin {
  opacity: 1;
}

.l-section {
  padding-block: 3.125rem !important;
}
@media screen and (max-width: 599px) {
  .l-section {
    padding-block: 7.6923076923vw !important;
  }
}

.p-postList__thumb:before {
  background: none;
}

/**
 * Block
 */
.p-pickupBanners__item .c-bannerLink,
.p-postList__thumb {
  box-shadow: none;
}

.-type-card .p-postList__link {
  border: 1px solid var(--color-brown);
  padding: 1em;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
  background: none;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
  fill: var(--color-brown);
}

@media screen and (max-width: 599px) {
  .-type-card .p-postList__item {
    margin-bottom: 2.5641025641vw;
  }
}

@media screen and (max-width: 959px) {
  .wp-block-group {
    --swl-box_padding: 2.0855057351vw;
  }
}

/**
 * common
 */
.u-text-width--center {
  width: fit-content;
  margin: auto;
}

.u-weight--medium {
  font-weight: var(--weight-medium);
}

.u-weight--bold {
  font-weight: var(--weight-bold);
}

.c-margin--center {
  margin-inline: auto !important;
}

.c-button {
  filter: drop-shadow(0 0.5rem 0.25rem rgba(0, 0, 0, 0.25));
}

.c-button a {
  font-weight: var(--weight-medium);
  max-width: 35rem;
  min-width: 12.5rem;
  width: 100%;
  --angle: 1.25rem;
  clip-path: polygon(var(--angle) 0%, calc(100% - var(--angle)) 0%, 100% 50%, calc(100% - var(--angle)) 100%, var(--angle) 100%, 0% 50%);
}
@media screen and (max-width: 599px) {
  .c-button a {
    max-width: 87.1794871795vw;
  }
}

.c-outline-button a {
  --the-btn-color: var(--color-ocher);
  border-radius: 0.1875rem;
}

.c-fill-button a {
  font-weight: var(--weight-medium);
  border-radius: 0.25rem;
}

.post_content h2.c-border-bottom__heading,
.post_content h3.c-border-bottom__heading {
  border-bottom: 1px solid;
  color: var(--color-brown);
  font-size: 2rem;
  width: fit-content;
  margin-inline: auto;
  font-weight: var(--weight-medium);
}
@media screen and (max-width: 599px) {
  .post_content h2.c-border-bottom__heading,
  .post_content h3.c-border-bottom__heading {
    font-size: 5.641025641vw;
  }
}

.post_content h2.c-left-border__heading,
.post_content h3.c-left-border__heading {
  color: var(--color-brown);
  font-size: 2.5rem;
  font-weight: bold;
  border-inline-start: 10px solid var(--color, var(--color-salmon-pink));
  padding-inline-start: 0.625rem;
  margin-block-end: 1.625rem;
}
@media screen and (max-width: 599px) {
  .post_content h2.c-left-border__heading,
  .post_content h3.c-left-border__heading {
    font-size: 6.1538461538vw;
    margin-block-end: 3.5897435897vw;
    border-width: 1.5384615385vw;
  }
}

.post_content h2.c-top-bot__heading,
.post_content h3.c-top-bot__heading {
  border-block: 0.1875rem solid;
  color: var(--color-brown);
  width: fit-content;
  padding-block: 0.5rem;
}

.post_content h2.c-fill__heading,
.post_content h3.c-fill__heading {
  font-size: 1.5rem;
  width: fit-content;
  font-weight: var(--weight-medium);
  padding: 0.5rem 3.5rem;
}
@media screen and (max-width: 599px) {
  .post_content h2.c-fill__heading,
  .post_content h3.c-fill__heading {
    padding: 2.0512820513vw 5.1282051282vw;
    margin-block-end: 6.1538461538vw;
    font-size: 4.6153846154vw;
  }
}

.post_content h2.c-blog__heading {
  border-block: 0.125rem solid var(--color-gold);
  padding-block: 0.5rem;
  color: var(--color-brown);
}

@media screen and (max-width: 599px) {
  .c-flex-dir--reverse .swell-block-columns__inner {
    flex-direction: column-reverse;
  }
}

/**
 * Header
 */
.l-header {
  z-index: 10000;
}

.l-header .l-container {
  max-width: 100%;
}

/** 固定ヘッダー **/
[data-scrolled=true] .l-fixHeader[data-ready] {
  opacity: 0;
}

.l-header[data-spfix="1"] {
  position: sticky !important;
}

/* ロゴ */
.-series .l-header__logo {
  margin-right: 1.5rem;
  padding: 1rem 0;
}
@media screen and (max-width: 959px) {
  .-series .l-header__logo {
    margin-right: auto;
    padding: 0 0 0 1.0427528676vw;
  }
}

.-series .c-headLogo {
  max-width: 25rem;
  margin-right: 1rem;
}

.-img .c-headLogo__link {
  padding: 0;
}

/* キャッチコピー */
[data-spmenu=closed] #body_wrap.home .-series .l-header__logo .c-catchphrase {
  /* トップページでメニュー閉じている時はキャッチコピー非表示 */
  display: none;
}

.-series .l-header__logo .c-catchphrase {
  font-size: 1.4375rem;
  padding-inline-start: 3.125rem;
}

/* デフォルト閉じるボタン */
.p-spMenu__closeBtn {
  display: none;
}

/* ハンバーガーメニューボタン */
.l-header__menuBtn {
  color: var(--color-dark-brown);
  width: var(--menu-width);
  height: var(--menu-width);
}

.l-header__menuBtn .c-iconBtn__icon {
  font-size: 2.875rem;
}
@media screen and (max-width: 599px) {
  .l-header__menuBtn .c-iconBtn__icon {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 960px) {
  .l-header__menuBtn.sp_ {
    display: block !important;
    position: relative;
    top: 1rem;
  }
  .p-spMenu {
    display: block !important;
  }
}
.l-header__menuBtn {
  --space: 0.75rem;
  --width: 2.5rem;
}
@media screen and (max-width: 599px) {
  .l-header__menuBtn {
    --width: 7.6923076923vw;
    --space: 2.3076923077vw;
  }
}

.l-header__menuBtn .c-iconBtn:before, .l-header__menuBtn .c-iconBtn:after {
  content: "";
  position: absolute;
  width: var(--width);
  height: 2px;
  background-color: var(--color-dark-brown);
  transition: transform 0.15s linear;
}
.l-header__menuBtn .c-iconBtn:after {
  transform: translateY(calc(var(--space) * -1)) rotate(0deg);
}
.l-header__menuBtn .c-iconBtn .c-iconBtn__icon.icon-menu-thin {
  position: absolute;
  width: var(--width);
  height: 2px;
  background-color: var(--color-dark-brown);
  transform: translateY(var(--space)) rotate(0deg);
  transition: transform 0.15s linear;
}
.l-header__menuBtn .c-iconBtn .c-iconBtn__icon.icon-menu-thin:before {
  content: none;
}

[data-spmenu=opened] .l-header__menuBtn .c-iconBtn:before {
  opacity: 0;
}
[data-spmenu=opened] .l-header__menuBtn .c-iconBtn:after {
  transform: translateY(0) rotate(45deg);
}
[data-spmenu=opened] .l-header__menuBtn .c-iconBtn .c-iconBtn__icon.icon-menu-thin {
  transform: translateY(0) rotate(-45deg);
}

.l-header__customBtn {
  color: #fff;
  background-color: var(--color-dark-brown);
  line-height: 1.25;
  text-align: center;
  width: var(--menu-width);
  height: var(--menu-width);
  top: 0;
}

.l-header__customBtn::before {
  content: "menu";
  align-content: center;
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  font-family: var(--font-eng);
  font-size: 1.4375rem;
}
@media screen and (max-width: 599px) {
  .l-header__customBtn::before {
    font-size: 0.9375rem;
  }
}

@media (min-width: 960px) {
  .l-header__customBtn {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .l-header__customBtn {
    display: block !important;
    position: relative;
    top: 1rem;
  }
}
/**
 * Menu
 */
.p-spMenu__inner {
  max-width: 100%;
  width: 100%;
}

[data-spmenu=opened] body {
  overflow-y: hidden;
  touch-action: none;
}

/** 開閉時フェード **/
.-right .p-spMenu__inner {
  transform: translateX(0);
  opacity: 0;
  transition: opacity 0.5s;
}

[data-spmenu=opened] .p-spMenu__inner {
  transform: translateX(0);
  opacity: 1;
}

#body_wrap:not(.home) .l-header {
  position: sticky !important;
}

[data-spmenu=opened] .home .l-header .l-header__inner {
  background-color: var(--color-brown);
  margin-block-end: 4.375rem;
}

.c-widget__title.-spmenu {
  display: none;
}

[data-spmenu=opened] .icon-menu-thin:before {
  content: "\e91f";
}

.p-spMenu__inner::before {
  background: url("images/menu_bg.webp") no-repeat center/cover;
}

.p-spMenu__inner {
  padding: 0;
}

.p-spMenu__body {
  padding: 0;
  padding-block-start: 12.5rem;
}
@media screen and (max-width: 599px) {
  .p-spMenu__body {
    padding: 25.641025641vw 12.8205128205vw 0;
  }
}

.p-spMenu__nav,
.p-spMenu__bottom {
  max-width: 720px;
  margin: 0 auto 5.1875rem;
}
@media screen and (max-width: 599px) {
  .p-spMenu__nav,
  .p-spMenu__bottom {
    margin-block-end: 12.8205128205vw;
  }
}

.c-spnav {
  display: grid;
  gap: 0.5rem 4.6875rem;
}
@media screen and (min-width: 600px) {
  .c-spnav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  content: none;
}

.c-spnav a {
  --color_border: #fff;
  font-size: 1.25rem;
  padding: 0.5rem 0.3125rem;
}

/** メニュー下 **/
.p-spMenu__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem 4.6875rem;
}
@media screen and (max-width: 599px) {
  .p-spMenu__bottom {
    flex-direction: column;
  }
}

.p-spMenu__bottom .c-widget {
  margin: 0;
  flex: 1;
}

.p-menu-link--outline a {
  border: 1px solid #fff;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  padding: 1.5rem;
  text-align: center;
}

.p-menu-link--text a {
  border: none;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .p-menu-link--text a {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .p-spMenu__bottom .menu li:nth-of-type(1) {
    order: 1;
  }
  .p-spMenu__bottom .menu li:nth-of-type(2) {
    order: 3;
  }
  .p-spMenu__bottom .menu li:nth-of-type(3) {
    order: 2;
  }
  .p-spMenu__bottom .menu li:nth-of-type(4) {
    order: 4;
  }
}
/* 下層ページ */
#body_wrap:not(.home) .l-header .l-container {
  max-width: 100%;
  background-color: var(--color-brown);
}

/**
 * Footer
 */
.l-footer {
  --swl-block-margin: 1em;
}

.p-footer-sns__list {
  --wp-column-gap: 1em;
}

.p-footer-sns__list .wp-block-column {
  width: auto;
  flex-grow: 0 !important;
  flex-basis: auto !important;
}

.l-footer .wp-block-social-link {
  font-size: 40px;
}

.l-footer .wp-block-social-link a {
  padding: 0;
}

.l-footer .p-footer-contact__buttons {
  max-width: 22.8125rem;
}
@media screen and (max-width: 599px) {
  .l-footer .p-footer-contact__buttons {
    max-width: 100%;
  }
}

.l-footer .p-footer-contact__buttons .swell-block-button {
  margin-block-end: 1em;
}

.l-footer .swell-block-button__link {
  color: #fff;
}

.l-footer .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.l-footer .c-listMenu a {
  font-size: 1rem;
  border: none;
  padding-block: 1.0625rem;
  color: var(--color-dark-brown);
}

@media screen and (max-width: 599px) {
  .l-footer .copyright {
    font-size: 3.0769230769vw;
  }
}

.l-footer .p-workingday__table {
  --table-border: 1px solid var(--color_border--table);
  max-width: 450px;
}
.l-footer .p-workingday__table * {
  font-size: 10px !important;
}
@media screen and (max-width: 599px) {
  .l-footer .p-workingday__table * {
    font-size: 2.5641025641vw !important;
  }
}
.l-footer .p-workingday-holiday {
  text-align: left;
}

@media screen and (max-width: 599px) {
  [data-scrolled=true] .p-fixBtnWrap {
    transform: translateY(-31.7948717949vw);
  }
}

/**
 * Top
 */
.home .l-content {
  margin: 0 auto;
}

/*--- heading --*/
.p-top__heading {
  --mark-width: 3.125rem;
  position: relative;
  margin-block-end: 3.75rem;
}
@media screen and (max-width: 599px) {
  .p-top__heading {
    margin-block-end: 10.2564102564vw !important;
    --mark-width: 6.6666666667vw;
  }
}

.p-top__heading::after {
  content: "";
  width: calc(100% - var(--mark-width) - 0.625rem);
  height: 0.125rem;
  background-color: var(--color-ocher);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1.25rem;
}
@media screen and (max-width: 599px) {
  .p-top__heading::after {
    height: 1px;
    bottom: -5.1282051282vw;
  }
}

.p-top__heading::before {
  content: "";
  background: url("images/point_mark.webp") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: auto;
  bottom: -2.75rem;
  left: auto;
  width: var(--mark-width);
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 599px) {
  .p-top__heading::before {
    bottom: -8.7179487179vw;
  }
}

.post_content h2.p-top-main__heading {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 3.0625rem;
  margin-block-end: 0.3em;
  color: var(--color-brown);
}
@media screen and (max-width: 599px) {
  .post_content h2.p-top-main__heading {
    font-size: 5.641025641vw;
  }
}

.p-top-sub__heading {
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--color_main);
  font-family: var(--font-eng);
  --angle: 1em;
  clip-path: polygon(var(--angle) 0%, 100% 0%, calc(100% - var(--angle)) 100%, 0% 100%);
  padding-inline: 4.75rem;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .p-top-sub__heading {
    font-size: 3.5897435897vw;
    padding-inline: 2.5rem;
  }
}

/*--- FV ---*/
.p-mainVisual__slideTitle {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 3.125rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-shadow: 2px 2px 2px rgb(201, 174, 123);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-mainVisual__slideTitle {
    font-size: 7.6923076923vw;
  }
}

/*--- appeal ---*/
.p-top-appeal__list {
  padding-inline: 1.25rem;
}
@media screen and (max-width: 599px) {
  .p-top-appeal__list {
    padding-inline: 2.5641025641vw;
  }
}
.p-top-appeal__list .swell-block-box-menu__inner {
  gap: 1.5625rem;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .p-top-appeal__list .swell-block-box-menu__inner {
    flex-wrap: wrap;
    gap: 2.5641025641vw;
  }
}

.p-top-appeal__item {
  background-color: var(--color-gold);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  aspect-ratio: 235/270;
  max-width: 14.6875rem;
  flex-basis: 23%;
  position: relative;
  padding: 1.0625rem 0.6875rem 2.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-top-appeal__item {
    flex-basis: 47%;
    padding-block-start: 6.6666666667vw;
  }
}
.p-top-appeal__item::after {
  content: "";
  background-color: #F3E3C6;
  --size: 0.25rem;
  width: calc(100% - var(--size) * 2);
  height: calc(100% - var(--size) * 2);
  position: absolute;
  left: calc(var(--size));
  top: calc(var(--size));
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: -1;
}
.p-top-appeal__item .swell-block-box-menu__link {
  padding: 0;
}
@media screen and (max-width: 599px) {
  .p-top-appeal__item .swell-block-box-menu__link {
    gap: 1.2820512821vw;
  }
}
.p-top-appeal__item .swell-block-box-menu__figure {
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  margin-block-end: 0 !important;
  line-height: 0;
  display: block;
}
@media screen and (max-width: 959px) {
  .p-top-appeal__item .swell-block-box-menu__figure {
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 100%, 0% 35%);
  }
}
@media screen and (max-width: 599px) {
  .p-top-appeal__item .swell-block-box-menu__figure {
    clip-path: polygon(50% 0%, 100% 33%, 100% 100%, 0 100%, 0% 33%);
    height: 33.3333333333vw;
  }
}
.p-top-appeal__item .swell-block-box-menu__figure img {
  object-fit: cover !important;
  --the-icon-size: 9.875rem;
}
.p-top-appeal__item .swell-block-box-menu__text {
  color: var(--color-brown);
  font-family: var(--font-heading);
  line-height: 1.3;
  flex: 0;
  text-shadow: 0px 0.25rem 0.25rem #C9AE7B;
}

/*--- for people --*/
.l-top-people__section {
  padding-block-start: 0 !important;
}

.p-top-people__text {
  --swl-clmn-pddng: 2.5641025641vw;
}
@media screen and (max-width: 959px) {
  .p-top-people__text {
    --swl-clmn-pddng: 5.1282051282vw;
  }
}
@media screen and (max-width: 599px) {
  .p-top-people__text {
    --swl-clmn-pddng: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}

.p-top-people__grid {
  grid-template-columns: 33.75rem 1fr !important;
  grid-template-rows: auto auto 1fr !important;
  gap: 0 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-top-people__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(1, 1fr) !important;
    gap: 2.5641025641vw;
    padding: 0 2.5641025641vw;
  }
}

.p-top-people-grid__item:nth-of-type(1) {
  grid-row: span 2/span 2;
}
@media screen and (max-width: 959px) {
  .p-top-people-grid__item:nth-of-type(1) {
    grid-column-start: 1;
    grid-row: span 1/span 1;
  }
}

.p-top-people-grid__item:nth-of-type(2) {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 3;
}
@media screen and (max-width: 959px) {
  .p-top-people-grid__item:nth-of-type(2) {
    grid-column-start: 2;
    grid-row: span 1/span 1;
  }
}

.p-top-people-grid__item:nth-of-type(3) {
  grid-column-start: 2;
  grid-row-start: 1;
}
@media screen and (max-width: 959px) {
  .p-top-people-grid__item:nth-of-type(3) {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

.p-top-people-grid__item:nth-of-type(4) {
  grid-row: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 2;
}
@media screen and (max-width: 959px) {
  .p-top-people-grid__item:nth-of-type(4) {
    grid-column: span 2/span 2;
    grid-row: span 1/span 1;
  }
}

.l-top-people__section .p-top__heading {
  padding-block-start: 3.125rem !important;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .l-top-people__section .p-top__heading {
    width: 100%;
    padding-block-start: 7.6923076923vw !important;
  }
}

.l-top-people__section h2.p-top-main__heading {
  margin-block-end: 1.875rem !important;
}
@media screen and (max-width: 959px) {
  .l-top-people__section h2.p-top-main__heading {
    margin-block-end: 3.1282586027vw !important;
  }
}
@media screen and (max-width: 599px) {
  .l-top-people__section h2.p-top-main__heading {
    margin-block-end: 7.6923076923vw !important;
  }
}

.p-top-people__list {
  list-style: none;
  --swl-list-padding--left: 0;
  font-size: 1.75rem;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .p-top-people__list {
    width: 100%;
  }
}

.p-top-people__list > li {
  background-color: #fff;
  padding: 1.25rem 0.9375rem;
  padding-inline-start: 5rem;
  font-weight: 600;
  margin-block: 2rem;
}
@media screen and (max-width: 599px) {
  .p-top-people__list > li {
    padding-inline-start: 11.7948717949vw;
    margin-block: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}

.p-top-people__list > li::before {
  background-color: var(--color-gold);
  height: 2.5rem;
  width: 2.5rem;
  margin: auto;
  bottom: 0;
  left: 0.9375rem;
  font-size: 2.4375rem;
  padding-inline-start: 1rem;
  padding-block-start: 1rem;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .p-top-people__list > li::before {
    height: 5.1282051282vw;
    width: 5.1282051282vw;
    font-size: 5.1282051282vw;
    padding-inline-start: 1.2820512821vw;
    padding-block-start: 2.5641025641vw;
  }
}

/*--- can do --*/
.p-top-cando__grid {
  grid-template-columns: 1fr 25rem !important;
  grid-template-rows: auto 1fr !important;
  gap: 3.125rem 1.875rem;
}
@media screen and (max-width: 959px) {
  .p-top-cando__grid {
    grid-template-columns: 1fr !important;
    gap: 2.0855057351vw;
  }
}

.p-top-cando-grid__item:nth-of-type(2) {
  grid-row: span 2/span 2;
}

@media screen and (max-width: 959px) {
  .p-top-cando__img {
    max-width: 31.2825860271vw;
    margin: 0 auto !important;
  }
}

.p-top-cause__grid {
  grid-template-columns: 1fr 25rem !important;
  grid-template-rows: auto 1fr !important;
  gap: 3.125rem 1.875rem;
}
@media screen and (max-width: 959px) {
  .p-top-cause__grid {
    grid-template-columns: 1fr !important;
    gap: 2.0855057351vw;
  }
}

.p-top-cause-grid__item:nth-of-type(2) {
  grid-row: span 2/span 2;
}

.p-top-cause-img__list {
  flex-direction: column;
  justify-content: center;
  --wp-column-gap: 1.25rem;
}
@media screen and (max-width: 959px) {
  .p-top-cause-img__list {
    flex-direction: row;
    --wp-column-gap: 0.625rem;
  }
}

.p-top-cando__text,
.p-top-cause__text {
  --swl-box_padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 599px) {
  .p-top-cando__text,
  .p-top-cause__text {
    --swl-box_paddin: 2.5641025641vw 2.5641025641vw;
  }
}

/*--- treatment --*/
.p-top-treatment__list .swell-block-box-menu__inner {
  --the-gap: 2.5rem;
}
@media screen and (max-width: 599px) {
  .p-top-treatment__list .swell-block-box-menu__inner {
    --the-gap: 2.5641025641vw;
  }
}

.p-top-treatment__list .swell-block-box-menu__link {
  border-radius: 0.3125rem;
  border: 1px solid var(--color-ocher);
  --the-icon-size: 8.625rem;
}

.p-top-treatment__list .swell-block-box-menu__text {
  text-align: center;
  line-height: 1.5;
}

/*--- trial --*/
.post_content h2.p-top-trial__heading {
  color: var(--color-dark-brown);
  font-size: 3rem;
  width: fit-content;
  margin: 0 auto 2.125rem;
  font-weight: var(--weight-medium);
}
@media screen and (max-width: 599px) {
  .post_content h2.p-top-trial__heading {
    font-size: 5.641025641vw;
    margin: 0 auto 2.8125rem;
  }
}

.post_content h2.p-top-trial__heading::after {
  content: "";
  --image: url("images/point_mark.webp");
  --gap: 2.8125rem;
  background-image: var(--image), var(--image), var(--image);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0, calc(var(--mark-height) + var(--gap)), calc((var(--mark-height) + var(--gap)) * 2);
  --mark-height: 2.5rem;
  height: var(--mark-height);
  width: calc(var(--mark-height) * 3 + var(--gap) * 2);
  margin: 1rem auto 0;
  display: block;
}
@media screen and (max-width: 599px) {
  .post_content h2.p-top-trial__heading::after {
    --mark-height: 5.1282051282vw;
    margin: 1.2820512821vw auto;
  }
}

.p-top-trial__step {
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 599px) {
  .p-top-trial__step {
    font-size: 3.5897435897vw;
  }
}

.p-top-trial__step .swell-block-step__item {
  border: 0.1875rem solid var(--color-ocher) !important;
  border-radius: 0.5rem;
}

.p-top-trial__step.is-style-big > .swell-block-step__item::before {
  top: auto;
  bottom: -3.625rem;
  width: 3.125rem;
  height: 3.125rem;
  aspect-ratio: 1/1;
  border: none;
  border-bottom: 2px solid var(--color-gold);
  border-right: 2px solid var(--color-gold);
  transform: rotate(45deg) translateX(-50%);
}

.p-top-trial__step .swell-block-step__number {
  position: absolute !important;
  top: -2rem;
  left: 1.1875rem;
  font-family: var(--font-heading);
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  padding-inline: 0.4em;
}

.p-top-trial__step .swell-block-step__number .__label {
  font-size: 2rem !important;
}

.p-top-trial__step .swell-block-step__number::after {
  font-size: 3rem !important;
}

@media screen and (max-width: 599px) {
  .p-top-trial__step .wp-block-media-text__media {
    max-width: 51.2820512821vw;
    margin: auto;
  }
}

.p-top-trial__step .swell-block-step__title {
  color: var(--color-salmon-pink);
  font-size: 1.5rem !important;
}

/*--- about us --*/
.l-top-about__section {
  padding-block-end: 0 !important;
}

.post_content h3.p-top-about-sub__title {
  border: 1px solid var(--color-ocher);
  color: var(--color-brown);
  font-weight: normal;
  font-size: 1.25rem;
  padding: 1.25rem;
  margin-block-end: 1em;
}

.p-top-about__img img {
  height: 65.625rem;
  object-position: 0;
}
@media screen and (max-width: 959px) {
  .p-top-about__img img {
    max-width: 62.5651720542vw;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .p-top-about__img img {
    max-width: 76.9230769231vw;
  }
}

.p-top-about__contents {
  --swl-clmn-pddng: 3.125rem;
}
@media screen and (max-width: 599px) {
  .p-top-about__contents {
    --swl-clmn-pddng: 5.1282051282vw;
  }
}

/*--- point --*/
.p-top-point__list {
  gap: 1.5rem;
}

.p-top-point__item {
  --grad-rotate: -90deg;
  background: rgb(243, 227, 198);
  background: linear-gradient(var(--grad-rotate), rgba(243, 227, 198, 0) 0%, rgba(243, 227, 198, 0.5) 50%, rgb(201, 174, 123) 100%);
  font-size: 1.25rem;
  margin: 0 !important;
}
@media screen and (max-width: 599px) {
  .p-top-point__item {
    font-size: 3.5897435897vw;
    padding-block: 5.1282051282vw !important;
  }
}

.p-top-point__item:nth-child(even) {
  --grad-rotate: 90deg;
}

.p-top-point__item:nth-child(even) .wp-block-media-text {
  direction: rtl;
}

@media screen and (max-width: 599px) {
  .p-top-point__item .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-row: 2 !important;
  }
}

@media screen and (max-width: 599px) {
  .p-top-point__item .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-row: 1 !important;
  }
}

.p-top-point-item__num {
  margin: 0;
}

.p-top-point-item__num img {
  height: 2.5rem;
  width: auto;
}

.post_content h3.p-top-point-item__title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--color-brown);
  border-bottom: 2px solid;
  margin-block: 0 1.25rem;
}
@media screen and (max-width: 599px) {
  .post_content h3.p-top-point-item__title {
    font-size: 5.641025641vw;
    border-width: 1px;
  }
}

.p-top-point-item__copy {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .p-top-point-item__copy {
    font-size: 4.1025641026vw;
  }
}

/*--- menu/price --*/
.l-top-menu__section .wp-block-group {
  margin-block-end: 3.75rem;
}

.p-top-tokuten__area .swell-block-button__link {
  background-color: var(--color-red);
}

@media screen and (max-width: 599px) {
  .p-top-tokuten__box {
    font-size: 3.5897435897vw;
  }
}

.p-top-campaign__area {
  color: var(--color-brown);
  font-weight: bold;
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .p-top-campaign__area {
    font-size: 5.1282051282vw;
  }
}

.p-top-campaign__area::before,
.p-top-campaign__area::after {
  content: "";
  background: url("images/campaing_deco_img.webp") no-repeat center/contain;
  width: 25.625rem;
  display: block;
  margin: auto;
  aspect-ratio: 410/107;
}
@media screen and (max-width: 599px) {
  .p-top-campaign__area::before,
  .p-top-campaign__area::after {
    width: 51.2820512821vw;
  }
}

.p-top-campaign__area::after {
  transform: rotate(180deg);
}

.p-top-course--sisei {
  --color: var(--color-salmon-pink);
}

.p-top-course--ordermade {
  --color: var(--color-gold);
}

.p-top-course--kotsuban {
  --color: var(--color-light-blue);
}

.p-top-course__copy {
  color: var(--color-brown);
  font-family: var(--font-heading);
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .p-top-course__copy {
    font-size: 4.1025641026vw;
  }
}

.p-top-course-symptoms__area {
  position: relative;
  padding: 1em 2em;
  background: none;
  color: #000;
}
@media screen and (max-width: 599px) {
  .p-top-course-symptoms__area {
    padding: 1em;
  }
}

.p-top-course-symptoms__area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color) !important;
  opacity: 0.3;
  z-index: -1;
}

.p-top-course-price__area {
  border: 0.1875rem solid var(--color);
  padding: 0 1.625rem;
}
@media screen and (max-width: 599px) {
  .p-top-course-price__area {
    font-size: 3.5897435897vw;
    padding: 2.5641025641vw 1.25rem;
  }
}

.p-top-course__item .swell-block-button__link {
  --the-btn-bg: var(--color);
}

/*--- symptoms --*/
.p-top-symptoms__list {
  --the-gap: 2.1875rem !important;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .p-top-symptoms__list {
    --the-gap: 0.625rem !important;
  }
}

.p-top-symptoms__list .swell-block-linkList__item {
  flex-basis: 15.75rem;
}
@media screen and (max-width: 599px) {
  .p-top-symptoms__list .swell-block-linkList__item {
    flex-basis: 44.6153846154vw;
  }
}

.p-top-symptoms__list .swell-block-linkList__link {
  --angle: 10%;
  clip-path: polygon(var(--angle) 0%, calc(100% - var(--angle)) 0%, 100% 50%, calc(100% - var(--angle)) 100%, var(--angle) 100%, 0% 50%);
  padding-block: 1em;
  border: none !important;
  background-color: var(--color-dark-brown) !important;
  color: var(--color-dark-brown) !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-top-symptoms__list .swell-block-linkList__link {
    font-size: 3.5897435897vw;
  }
}

.p-top-symptoms__list .swell-block-linkList__link::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  background-color: #fff;
  clip-path: polygon(var(--angle) 0%, calc(100% - var(--angle)) 0%, 100% 50%, calc(100% - var(--angle)) 100%, var(--angle) 100%, 0% 50%);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .p-top-symptoms__list .swell-block-linkList__link::after {
    height: calc(100% - 2px);
    width: calc(100% - 2px);
  }
}

.single-symptomscat .post_content h2.c-top-bot__heading {
  margin-block-start: 2em !important;
}

.p-symptoms-custom .is-style-check_list > li {
  padding-inline-start: 4rem;
  margin-block: 2rem;
}
@media screen and (max-width: 599px) {
  .p-symptoms-custom .is-style-check_list > li {
    padding-inline-start: 9.2307692308vw;
    margin-block: 4.358974359vw;
  }
}
.p-symptoms-custom .is-style-check_list > li::before {
  --color_list_check: #de727b;
  border: solid 1px var(--color_text);
  height: 2.125rem;
  width: 2.125rem;
  margin: auto;
  bottom: 0;
  left: 0.9375rem;
  font-size: 2.125rem;
  padding-block-start: 0.9375rem;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .p-symptoms-custom .is-style-check_list > li::before {
    left: 1.2820512821vw;
    height: 5.1282051282vw;
    width: 5.1282051282vw;
    font-size: 5.1282051282vw;
    padding-block-start: 2.0512820513vw;
  }
}

.p-symptoms-voice__section {
  max-width: 50rem;
  margin-inline: auto;
}
.p-symptoms-voice__section .wp-block-cover {
  padding: 0;
}
.p-symptoms-voice__section .wp-block-cover .wp-block-cover__image-background {
  object-fit: contain;
}
.p-symptoms-voice__section .wp-block-image img {
  max-width: 18.125rem;
}
@media screen and (max-width: 599px) {
  .p-symptoms-voice__section .wp-block-image img {
    max-width: 40vw;
    width: 100% !important;
  }
}
.p-symptoms-voice__section .p-symptoms-voice__name {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .p-symptoms-voice__section .p-symptoms-voice__name {
    font-size: 5.1282051282vw;
  }
}

.p-symptoms-hoiku__section {
  border-radius: 1.5rem;
}
@media screen and (max-width: 599px) {
  .p-symptoms-hoiku__section {
    border-radius: 3.0769230769vw;
    border-width: 2px !important;
  }
}

/*--- faq --*/
.p-top-faq__list .swell-block-accordion__item {
  margin-bottom: 0.5em;
}

.p-top-faq__list .swell-block-accordion__title {
  background-color: var(--color-gold);
  color: var(--color-brown);
  font-size: 1.25rem;
}
@media screen and (max-width: 599px) {
  .p-top-faq__list .swell-block-accordion__title {
    font-size: 4.1025641026vw;
  }
}

.p-top-faq__list .swell-block-accordion__body {
  background-color: var(--color-pink);
  font-size: 1.25rem;
}

.p-top-faq__list .swell-block-accordion__title,
.p-top-faq__list .swell-block-accordion__body {
  padding-inline-start: 3.5em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-top-faq__list .swell-block-accordion__title,
  .p-top-faq__list .swell-block-accordion__body {
    padding-inline-start: 10.2564102564vw;
    padding-block: 2.5641025641vw;
  }
}

.p-top-faq__list .swell-block-accordion__title::before,
.p-top-faq__list .swell-block-accordion__body::before {
  position: absolute;
  left: 1em;
  top: 0.3em;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .p-top-faq__list .swell-block-accordion__title::before,
  .p-top-faq__list .swell-block-accordion__body::before {
    font-size: 5.1282051282vw;
    left: 2.5641025641vw;
    top: 1.5384615385vw;
  }
}

.p-top-faq__list .swell-block-accordion__title::before {
  content: "Q";
}

.p-top-faq__list .swell-block-accordion__body::before {
  content: "A";
  color: var(--color-salmon-pink);
}

/*--- google map --*/
.p-top-map__section iframe {
  aspect-ratio: 1440/480;
  height: auto;
}

/**
 * Page
 */
.l-topTitleArea {
  height: 21.806vw;
}

.c-pageTitle {
  color: var(--color-brown);
  font-size: 2.5rem;
  font-family: var(--font-heading);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 599px) {
  .c-pageTitle {
    font-size: 6.6666666667vw;
  }
}

.c-pageTitle__subTitle {
  margin: 0;
  font-style: normal;
  font-weight: var(--weight-medium);
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--color_main);
  font-family: var(--font-eng);
  --angle: 10%;
  clip-path: polygon(var(--angle) 0%, 100% 0%, calc(100% - var(--angle)) 100%, 0% 100%);
  padding: 0.375rem 4.375rem;
}
@media screen and (max-width: 599px) {
  .c-pageTitle__subTitle {
    font-size: 4.1025641026vw;
    padding: 1.5384615385vw 10.2564102564vw;
  }
}

.p-cat__buttons {
  margin-block-end: 3.125rem;
}

.p-cat__buttons .swell-block-linkList {
  justify-content: center;
}

/* 記事ページアイキャッチ画像 */
.p-articleThumb {
  max-width: 37.5rem;
  margin-inline: auto;
}

/**
 * Menu/Price
 */
.p-workingday__table {
  --color_border--table: var(--color-dark-brown);
  --table-border: 2px solid var(--color_border--table);
}
@media screen and (max-width: 599px) {
  .p-workingday__table {
    --table-border: 1px solid var(--color_border--table);
  }
}

.p-workingday__table thead th {
  background: none;
  color: var(--color_text);
  font-size: 2rem;
}

.p-workingday__table td {
  color: var(--color-dark-brown);
  font-size: 2rem;
}

.p-workingday__table td:first-of-type {
  font-size: 1.625rem;
  color: var(--color_text);
  line-height: 1.3;
}

@media screen and (max-width: 599px) {
  .p-workingday__table * {
    font-size: 2.5641025641vw !important;
  }
}
/**
 * About us
 */
.p-staff-sns__icon {
  font-size: 3.125rem;
}
@media screen and (max-width: 599px) {
  .p-staff-sns__icon {
    font-size: 10.2564102564vw;
  }
}

.p-staff-sns__icon a {
  padding: 0;
}

.p-clinic-profile__list.is-style-float > .swell-block-dl__dt,
.p-clinic-profile__list.is-style-float > .swell-block-dl__dd {
  --swl-dt-width: 18.75rem;
  border-bottom: 1px solid var(--color-ocher);
  font-weight: var(--weight-medium);
  padding: 2rem;
}
@media screen and (max-width: 599px) {
  .p-clinic-profile__list.is-style-float > .swell-block-dl__dt,
  .p-clinic-profile__list.is-style-float > .swell-block-dl__dd {
    --swl-dt-width: 35.8974358974vw;
    padding: 5.1282051282vw 0;
  }
}

.p-clinic-profile__list.is-style-float > .swell-block-dl__dt:after {
  content: none;
}

.p-clinic-profile__list a {
  color: unset;
}

/**
 * Access
 */
.p-access__list {
  font-size: 1.25rem;
  counter-reset: number 0;
}

.p-access__list .swell-block-box-menu__item {
  border: none !important;
  counter-increment: number 1;
}

@media screen and (max-width: 599px) {
  .p-access__list .swell-block-box-menu__link {
    padding-inline: 0;
  }
}
.p-access__list .swell-block-box-menu__figure {
  border-block-end: 1px solid;
  border-inline-start: 1px solid;
  border-color: var(--color-dark-brown);
  --padding: 3.75rem 5rem;
  padding: var(--padding);
}
@media screen and (max-width: 599px) {
  .p-access__list .swell-block-box-menu__figure {
    --padding: 10.2564102564vw;
  }
}

.p-access__list .swell-block-box-menu__figure::before {
  content: counter(number);
  position: absolute;
  bottom: 2.6875rem;
  left: -2.0625rem;
  color: var(--color-dark-brown);
  font-size: 3.25rem;
  text-align: right;
  width: 2em;
}
@media screen and (max-width: 599px) {
  .p-access__list .swell-block-box-menu__figure::before {
    font-size: 7.6923076923vw;
    bottom: 7.6923076923vw;
    left: -5.641025641vw;
  }
}

.p-access__list .swell-block-box-menu__figure > img {
  height: auto;
  vertical-align: bottom;
}

.p-access__list .swell-block-box-menu__text {
  text-align: left;
  padding-inline-start: 1.5em;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .p-access__list .swell-block-box-menu__text {
    font-size: 4.1025641026vw;
  }
}

/**
 * Recruit
 */
@media screen and (max-width: 599px) {
  .p-recruit__comment {
    font-size: 3.3333333333vw;
  }
}

.p-checkbox__list {
  font-size: 1.75rem;
  text-align: center;
  font-weight: var(--weight-medium);
}
@media screen and (max-width: 599px) {
  .p-checkbox__list {
    --wp-column-gap: 2.25rem;
  }
}

.p-checkbox__list .swell-block-columns__inner {
  margin: 0;
  gap: 0.75rem;
}
@media screen and (max-width: 599px) {
  .p-checkbox__list .swell-block-columns__inner {
    gap: 7.6923076923vw 1.2820512821vw;
    justify-content: center;
  }
}

.p-checkbox__list .swell-block-column {
  display: grid;
  flex-direction: column;
  width: auto;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .p-checkbox__list .swell-block-column {
    flex-basis: 49%;
    flex-grow: 0;
  }
}

.p-checkbox__list [class*=is-style-big_icon_]:before {
  background-color: var(--color-salmon-pink);
  left: 0;
  right: 0;
  margin: auto;
}

.p-checkbox__item {
  padding-inline: 1.6875rem !important;
  place-content: center;
}
@media screen and (max-width: 959px) {
  .p-checkbox__item {
    font-size: 2.0855057351vw;
  }
}
@media screen and (max-width: 599px) {
  .p-checkbox__item {
    font-size: 3.3333333333vw;
  }
}

.p-recruit-requirement__list .swell-block-dl__dt {
  font-weight: var(--weight-regular);
}

.p-recruit-requirement__list > .swell-block-dl__dt,
.p-recruit-requirement__list > .swell-block-dl__dd {
  padding: 1.4375rem 1.9375rem;
}
@media screen and (max-width: 599px) {
  .p-recruit-requirement__list > .swell-block-dl__dt,
  .p-recruit-requirement__list > .swell-block-dl__dd {
    --swl-dt-width: 25.641025641vw;
    padding: 2.5641025641vw;
  }
}

.p-recruit-requirement__list > .swell-block-dl__dt:not(:last-of-type),
.p-recruit-requirement__list > .swell-block-dl__dd:not(:last-of-type) {
  border-block-end: 1px solid var(--color-ocher);
}

.p-recruit-requirement__list > .swell-block-dl__dt {
  border-right: 1px solid var(--color-ocher);
}

.p-recruit-requirement__list .swell-block-dl__dt:after {
  content: none;
}

@media screen and (max-width: 599px) {
  .p-recruit-requirement__list .swell-block-dl {
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .p-recruit-requirement__list .swell-block-dl .swell-block-dl__dt,
  .p-recruit-requirement__list .swell-block-dl .swell-block-dl__dd {
    width: 100%;
  }
}

.p-recruit-requirement__list .swell-block-dl .swell-block-dl__dt {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  padding-inline-end: 0.4em;
  --swl-dt-width: 12.5rem;
}
@media screen and (max-width: 599px) {
  .p-recruit-requirement__list .swell-block-dl .swell-block-dl__dt {
    grid-template-columns: auto 1fr;
    --swl-dt-width: 25.641025641vw;
  }
}

.p-recruit-requirement__list .swell-block-dl .swell-block-dl__dt:after {
  content: "";
  height: 1em;
  background: radial-gradient(var(--color_text) 12%, transparent 12%) center/0.6em;
  grid-column: 2;
  width: auto;
  inset: auto;
  top: 0.3em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit-requirement__list .swell-block-dl .swell-block-dl__dt:after {
    content: none;
  }
}

/**
 * Symptoms
 */
.p-symptoms__list {
  text-align: center;
  color: var(--color-brown);
}

.p-symptoms__list .p-postList__title {
  font-size: 1.25rem;
}

/**
 * 推薦の声
 */
.p-recommend-voice__list .p-postList__link {
  background-color: #fff;
}

.p-recommend-voice__list .c-postThumb__figure,
.post-type-archive-custom-media .p-postList .c-postThumb__figure,
.p-mediacat__list .c-postThumb__figure {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  max-width: 240px;
  aspect-ratio: 1/1;
  margin: auto;
}

.p-recommend-voice__list .p-postList__title,
.p-mediacat__list .p-postList__title,
.p-custom-media__list .p-postList__title {
  text-align: center;
}

.p-recommend-voice__name {
  font-family: var(--font-heading);
  color: var(--color-dark-brown);
  font-size: 1.5rem;
  text-align: center;
  display: block;
  margin-block-end: 0.5em;
}

.p-recommend-voice__list .p-postList__body::after,
.p-mediacat__list .p-postList__body::after,
.p-custom-media__list .p-postList__body::after {
  content: "続きを読む";
  max-width: 11.6875rem;
  width: 100%;
  background-color: var(--color-ocher);
  color: #fff;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 1rem;
  padding-block: 0.5rem;
  border: 1px solid var(--color-ocher);
}

.p-recommend-voice__list .p-postList__link:hover .p-postList__body:after,
.p-mediacat__list .p-postList__link:hover .p-postList__body:after,
.p-custom-media__list .p-postList__link:hover .p-postList__body:after {
  background: none;
  color: var(--color-ocher);
}

.single-custom-media .l-article.p-term-recommend {
  max-width: 40rem;
}

.single-custom-media .p-term-recommend .p-articleThumb {
  background: url("images/recommend_voice_header.jpg") no-repeat center/contain;
  max-width: 40rem;
  aspect-ratio: 128/80;
}

.single-custom-media .p-term-recommend .p-articleThumb__img {
  box-shadow: none;
  max-width: 18.75rem;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 599px) {
  .single-custom-media .p-term-recommend .p-articleThumb__img {
    object-fit: contain;
  }
}

.single-custom-media .p-term-recommend .c-postTitle__ttl {
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .single-custom-media .p-term-recommend .c-postTitle__ttl {
    font-size: 5.1282051282vw;
  }
}
.single-custom-media .p-term-recommend .c-postTitle__ttl span {
  font-family: var(--font-heading);
  display: block;
  font-weight: var(--weight-regular);
}
.single-custom-media .p-term-recommend .c-postTitle__ttl .p-recommend__name {
  font-size: 2.5rem;
}
@media screen and (max-width: 599px) {
  .single-custom-media .p-term-recommend .c-postTitle__ttl .p-recommend__name {
    font-size: 6.1538461538vw;
  }
}
.single-custom-media .p-term-recommend .c-postTitle__ttl .p-recommend__title {
  font-family: inherit;
  font-weight: var(--weight-bold);
  margin-block-start: 0;
  margin-block: 1em;
}

.single-custom-media .p-term-recommend .post_content {
  line-height: 2.4;
  margin: 0;
  padding: 0;
}

/**
 * お客様の声
 */
.p-voice-question__list .is-style-vtabel > .swell-block-dl__dd {
  border: none;
}

.p-voice-question__list .p-voice-question__attention {
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .p-voice-question__list .p-voice-question__attention {
    font-size: 3.0769230769vw;
  }
}

/**
 * trial
 */
.p-trial-step__heading {
  font-size: 1.5rem;
  color: var(--color-salmon-pink);
  font-weight: var(--weight-bold);
}
@media screen and (max-width: 599px) {
  .p-trial-step__heading {
    text-align: center;
  }
}

/**
 * snow monkey form
 */
.smf-form {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.smf-form .smf-item {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}

.smf-form input {
  padding: 0;
}

.smf-form .smf-checkbox-control {
  align-items: center;
}

.smf-form .smf-checkbox-control__control {
  margin: 0;
}

.smf-action {
  margin-block: 1.25rem;
}

.smf-action .smf-button-control__control {
  background: var(--color-red);
  color: #fff;
}

@media screen and (max-width: 599px) {
  .smf-text-control__control,
  .smf-select-control,
  .smf-select-control__control {
    width: 100%;
  }
}

/**
 * 予約フォーム
 */
@media screen and (max-width: 599px) {
  .p-reservation-line__area img {
    max-width: 38.4615384615vw;
  }
}

.p-reservation__form .p-reservation-symptoms__list .smf-checkboxes-control__control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 599px) {
  .p-reservation__form .p-reservation-symptoms__list .smf-checkboxes-control__control {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**
 * 保育利用
 */
.p-kids-profile__area img {
  max-width: 15rem;
  margin: auto;
  aspect-ratio: 1/1;
  height: auto !important;
  border-radius: 100vh;
  object-fit: cover;
}

.p-kids-profile__area .wp-block-media-text__content {
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .p-kids-profile__area .wp-block-media-text__content {
    font-size: 3.0769230769vw;
  }
}

@media screen and (max-width: 599px) {
  .p-kids-profile__name {
    font-size: 3.0769230769vw;
  }
}

.p-kids-info__list {
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .p-kids-info__list {
    --swl-box_padding: 3.5897435897vw;
    font-size: 4.1025641026vw;
  }
}

.p-kids-info__item {
  margin-block-end: 3.75rem;
}
@media screen and (max-width: 599px) {
  .p-kids-info__item {
    margin-block-end: 7.6923076923vw;
  }
}

.p-kids-info__item h2 {
  margin-block-end: 0.75rem !important;
}
@media screen and (max-width: 599px) {
  .p-kids-info__item h2 {
    font-size: 4.1025641026vw !important;
  }
}

/**
 * Menu
 */
.p-course__item {
  margin-block-end: 10rem;
}
@media screen and (max-width: 599px) {
  .p-course__item {
    margin-block-end: 15.3846153846vw;
  }
}

.p-course__text {
  font-size: 1.25rem;
}
@media screen and (max-width: 599px) {
  .p-course__text {
    font-size: 3.5897435897vw;
  }
}

.p-course-people__title {
  color: var(--color);
}

.p-course-people__list > li {
  margin: 0;
}

/**
 * Google Review
 */
.wp-gr .grw-review .wp-google-feedback {
  padding-inline-end: 1em !important;
}
@media screen and (max-width: 599px) {
  .wp-gr .grw-review .wp-google-feedback {
    padding-inline-end: 0 !important;
  }
}

/**
 * Floating Banner
 */
@media screen and (max-width: 599px) {
  .l-footer__foot {
    padding-block-end: 38.4615384615vw;
  }
}

.w-beforeFooter {
  margin: 0;
}

.p-floating-banner__area {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  font-family: var(--font-heading);
  padding: 0.625rem !important;
  --swl-pad_container: 0;
  z-index: 99;
}
@media screen and (max-width: 599px) {
  .p-floating-banner__area {
    display: block;
  }
}
.p-floating-banner__area .wp-block-columns {
  flex-wrap: nowrap !important;
  --wp-column-gap: 0.625rem;
}
.p-floating-banner__area .swell-block-button__link {
  border-radius: 3px;
  --the-icon-size: 7.6923076923vw;
}

.p-floating__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.0256410256vw;
  justify-content: center;
}
.p-floating__title::before, .p-floating__title::after {
  content: "";
  background: url("images/point_mark.webp") no-repeat center/contain;
  width: 5.1282051282vw;
  aspect-ratio: 15/14;
  filter: brightness(0) invert(1);
}

.wp-block-column:has(.p-floating-tel__button) {
  display: flex;
}

.p-floating-tel__button {
  flex-grow: 1;
  display: flex;
}
.p-floating-tel__button .swell-block-button__link {
  background-color: #DE727B;
  --the-padding: 2.5641025641vw;
}
.p-floating-tel__button .swell-block-button__link::after {
  content: "";
  background: url("images/point_mark.webp") no-repeat center/contain;
  width: 5.1282051282vw;
  aspect-ratio: 15/14;
  filter: brightness(0) invert(1);
}

.p-floating-line__button .swell-block-button__link,
.p-floating-mail__button .swell-block-button__link {
  flex-direction: column;
  background-color: #fff;
  color: var(--color-brown);
  --the-padding: 1.2820512821vw;
  gap: 0 !important;
}
.p-floating-line__button .__icon:not(.-right),
.p-floating-mail__button .__icon:not(.-right) {
  margin-left: 0;
}

.p-floating-line__button svg {
  fill: #00B900;
}

.p-floating-mail__button .swell-block-button__link {
  background-color: #F3E3C6;
}

.p-floating__text {
  width: 50%;
  margin-left: auto;
}
.p-floating__text .swl-inline-icon:nth-of-type(1)::after {
  transform: rotate(120deg);
}
.p-floating__text .swl-inline-icon:nth-of-type(2)::after {
  transform: rotate(60deg);
}