@charset "UTF-8";

/* ベース
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&family=Noto+Sans+JP:wght@700&display=swap");

:root {
  --font-montserrat: "Montserrat", var(--font-gothic-base);
  --color-main: #16358f;
  --color-sub: #d8e0ee;
  --color-accent: #dff4ff;
  --color-caution: #cf2e2e;

  --color-hygiene: #16358f;
  --color-corp: #182341;
  --color-eco: #1b9844;
  --color-recruit: #00b5e2;

  --icon-arrow-white:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="%23ffffff" stroke-width="1.5"/><path d="M10.5 16L14 12L10.5 8" fill="none" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  --icon-arrow-main:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="%231a3593" stroke-width="1.5"/><path d="M10.5 16L14 12L10.5 8" fill="none" stroke="%231a3593" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  --icon-tel:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="25.931" height="32" viewBox="0 0 25.931 32"><path d="M24.5,24.4a7.855,7.855,0,0,0-2.828-2.831,3.55,3.55,0,0,0-3.557.222,7.757,7.757,0,0,0-2.5,2.476,13.852,13.852,0,0,1-6.423-5.506,12.665,12.665,0,0,1-2.42-8,8.352,8.352,0,0,0,3.438-1.008A3.16,3.16,0,0,0,12,6.855a7.41,7.41,0,0,0-1.43-3.648A7.872,7.872,0,0,0,7.747.374,3.552,3.552,0,0,0,4.19.6a8.084,8.084,0,0,0-3.155,3.7A6.8,6.8,0,0,0,.627,5.566,9.4,9.4,0,0,0,.156,7.492c-.576,4.161.375,8.709,4.03,14.22s7.573,8.315,11.793,9.651a10.989,10.989,0,0,0,2.15.452,8.14,8.14,0,0,0,1.09.155,8.886,8.886,0,0,0,4.918-1.014,3.159,3.159,0,0,0,1.794-2.9A7.388,7.388,0,0,0,24.5,24.4" transform="translate(0 0)" fill="%2316358f"/></svg>');
}

p {
  line-height: 1.9;
}

strong {
  font-weight: 700;
}

/* 打ち消し
==================================================== */
.wp-block-cover,
.wp-block-cover-image {
  min-height: auto;
}

.wp-block-image{
  margin-bottom: 0;
}

/* 余白
==================================================== */
.pt-s {
  padding-top: 3rem;
}

.pt-m {
  padding-top: 7rem;
}

.pt-l {
  padding-top: 10rem;
}

.pt-xl {
  padding-top: 15rem;
}

.pb-s {
  padding-bottom: 3rem;
}

.pb-m {
  padding-bottom: 7rem;
}

.pb-l {
  padding-bottom: 10rem;
}

.pb-xl {
  padding-bottom: 15rem;
}

.py-s {
  padding: 3rem 0;
}

.py-m {
  padding: 7rem 0;
}

.py-l {
  padding: 10rem 0;
}

.py-xl {
  padding: 15rem 0;
}

.mt-s {
  margin-top: 3rem;
}

.mt-m {
  margin-top: 7rem;
}

.mt-l {
  margin-top: 10rem;
}

.mt-xl {
  margin-top: 15rem;
}

.mb-s {
  margin-bottom: 3rem;
}

.mb-m {
  margin-bottom: 7rem;
}

.mb-l {
  margin-bottom: 10rem;
}

.mb-xl {
  margin-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .pt-s {
    padding-top: 6vw;
  }

  .pt-m {
    padding-top: 10vw;
  }

  .pt-l {
    padding-top: 13vw;
  }

  .pt-xl {
    padding-top: 18vw;
  }

  .pb-s {
    padding-bottom: 6vw;
  }

  .pb-m {
    padding-bottom: 10vw;
  }

  .pb-l {
    padding-bottom: 13vw;
  }

  .pb-xl {
    padding-bottom: 18vw;
  }

  .py-s {
    padding: 6vw 0;
  }

  .py-m {
    padding: 10vw 0;
  }

  .py-l {
    padding: 13vw 0;
  }

  .py-xl {
    padding: 18vw 0;
  }

  .mt-s {
    margin-top: 6vw;
  }

  .mt-m {
    margin-top: 10vw;
  }

  .mt-l {
    margin-top: 13vw;
  }

  .mt-xl {
    margin-top: 18vw;
  }

  .mb-s {
    margin-bottom: 6vw;
  }

  .mb-m {
    margin-bottom: 10vw;
  }

  .mb-l {
    margin-bottom: 13vw;
  }

  .mb-xl {
    margin-bottom: 18vw;
  }
}

/* 見出し
==================================================== */
h2[data-sub] {
  padding-bottom: 1.2em;
  font-weight: 700;
  font-size: 200%;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

h2[data-sub]::before {
  font-family: var(--font-montserrat);
  font-size: 37%;
  color: var(--color-main);
}

h2[data-sub]::after {
  content: "" !important;
  display: block;
  width: 50px;
  height: 6px;
  margin: 2rem auto 0;
  background-color: var(--color-accent);
}

h3[data-sub] {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  font-size: 150%;
  letter-spacing: 0.1em;
  padding-bottom: 1.3em;
}

h3[data-sub]::before {
  color: var(--color-main);
  font-family: var(--font-montserrat);
  font-size: 67%;
  padding-bottom: 1.45em;
}

.common-head,
.post-content h2 {
  font-size: 150%;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  line-height: 1.5;
}

.common-head:before,
.post-content h2:before {
  height: 3rem;
  width: 8px;
}

.common-head2,
.post-content h3 {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 120%;
  border-bottom: 2px solid var(--color-sub);
  padding-bottom: .5em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  h2[data-sub] {
    font-size: 140%;
  }

  h2[data-sub]::before {
    font-size: 60%;
  }

  h2[data-sub]::after {
    width: 50px;
    height: 4px;
    margin: 4vw auto 0;
  }

  h3[data-sub] {
    font-size: 140%;
  }

  h3[data-sub]::before {
    font-size: 60%;
    padding-bottom: 0.45em;
  }

  .common-head,
  .post-content h2 {
    font-size: 120%;
  }

  .common-head:before,
  .post-content h2:before {
    height: 7vw;
  }

  .common-head2,
  .post-content h3 {
    font-size: 110%;
  }
}

/* ボタン
==================================================== */
.wp-block-button,
.nav-link {
  padding-top: 4.8rem;
}

.wp-block-button__link,
.nav-link__link,
.header__contact__link {
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  font-weight: 700;
  border-radius: 100vmax;
  color: var(--color-white);
  padding: 1em 2em;
  font-size: 110%;
  transition:
    0.2s color,
    0.2s background-color;
}

.nav-link__link--archive:after {
  content: none;
}

.wp-block-button__link:focus-visible,
.nav-link__link:focus-visible,
.header__contact__link:focus-visible {
  background-color: var(--color-white);
  color: var(--color-main);
}

.related .menu-item.current-menu-item a {
  background-color: var(--color-main);
  color: var(--color-white) !important;
  pointer-events: none;
}

@media (any-hover: hover) {
  .wp-block-button__link:hover,
  .nav-link__link:hover,
  .header__contact__link:hover{
    background-color: var(--color-white);
    color: var(--color-main);
  }
}

@media screen and (max-width: 768px) {
  .wp-block-button,
  .nav-link {
    padding-top: 8vw;
  }

  .wp-block-button__link,
  .nav-link__link{
    font-size: 100%;
    padding: 4vw 7vw;
  }
}

/* リスト
==================================================== */
.wp-block-list {
  line-height: 1.9;
}

ul.wp-block-list {
  padding-left: 1.5em;
}

ul.wp-block-list li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
}

ul.wp-block-list li strong {
  display: block;
}

ul.wp-block-list li br{
  display: none;
}

ul.wp-block-list li::marker{
  color: var(--color-main);
}

ul.wp-block-list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

/* テーブル
==================================================== */
.wp-block-table {
  background-color: var(--color-white);
}

.wp-block-table thead {
  background-color: var(--color-sub);
  border-bottom: 1px solid var(--color-main);
}

.wp-block-table thead th {
  font-weight: 700;
}

.wp-block-table td,
.wp-block-table th {
  line-height: 1.9;
  padding: 1em;
  border: 1px solid var(--color-main);
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .wp-block-table td,
  .wp-block-table th {
    padding: 0.5em;
  }
}

/* バナー
==================================================== */
@media screen and (max-width: 768px) {
  .banner-list__item {
    width: calc((100% - var(--gap-base)) / 2);
  }
}

/* ヘッダー
==================================================== */
.header[data-fixed] {
  z-index: 10;
}

.menu-header-top-container .menu a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
}

.menu-header-top-container .menu a::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  border-radius: 50%;

  background-image: var(--icon-arrow-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: opacity 0.3s ease;
}

.menu-header-top-container .menu a:hover::before {
  opacity: 0.7;
}

.header__tel__text {
  gap: 0;
}

.header__tel__number {
  font-family: var(--font-montserrat);
  font-size: 230%;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.2em;
}

.header__tel__number::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 28px;
  flex-shrink: 0;
  background-image: var(--icon-tel);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header__tel__number:hover::before {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#menu-header .menu-item {
  border-left: 1px solid var(--color-gray);
}

#menu-header {
  border-right: 1px solid var(--color-gray);
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

/* フッター
==================================================== */
.footer__info {
  line-height: 1.9;
}

.footer__banners h2 {
  font-weight: 700;
  padding-bottom: 1em;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .footer__banners {
    display: none;
  }

  .footer__middle {
    margin-bottom: 0;
  }

  .footer__banners {
    padding-top: 5vw;
  }
}

/* 下層ページヘッダー
==================================================== */
.page-title-wrap__inner {
  height: 33rem;
}

@media screen and (max-width: 1304px) {
  .page-title{
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .page-title-wrap__inner {
    height: 40vw;
  }

  .page-title {
    font-size: 140%;
  }

  .page-title[data-slug]:before{
    font-size: 60%;
    font-family: var(--font-montserrat);
  }
}

/* 下層 - お問い合わせ - 電話
==================================================== */
.p-tel {
  border: 1px solid var(--color-main);
  border-radius: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-tel .wp-block-group a {
  font-family: var(--font-montserrat);
  font-size: 330%;
  color: var(--color-main);
  font-weight: bold;
  border-bottom: 1px solid var(--color-main);
  margin-bottom: .5em;
}

.p-tel .wp-block-group strong {
  color: var(--color-main);
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .p-tel > .wp-block-group__inner-container {
    padding: 2rem;
  }

  .p-tel .wp-block-group a {
    font-size: 260%;
  }
}

/* 下層 - お問い合わせ - フォーム
==================================================== */
.snow-monkey-form,
.snow-monkey-form + p {
  max-width: 60rem;
  margin: 0 auto;
}

.snow-monkey-form + p {
  padding-top: 2rem;
}

.smf-item {
  margin-bottom: 4.5rem;
}

.smf-item__col--label {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
}

.smf-item__label__text {
  font-weight: bold;
  font-size: 110%;
}

.smf-control-description {
  font-size: 80%;
  margin-top: 1em;
  color: var(--color-gray2);
}

.smf-item__description {
  margin-top: 0;
  background-color: var(--color-caution);
  color: var(--color-black);
  font-size: 80%;
  padding: 0.5rem 1rem;
  line-height: 1;
  color: var(--color-white);
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control,
.smf-form .smf-select-control__control {
  font-size: 100%;
  width: 100%;
  padding: 1em;
}

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

.smf-text-control__control::placeholder,
.smf-textarea-control__control::placeholder {
  color: var(--color-gray);
}

.smf-checkboxes-control__control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
}

.smf-button-control button {
  border: 1px solid var(--color-main) !important;
  color: var(--color-main) !important;
  font-weight: 700;
  text-align: center;
  padding: 1em 2em !important;
  background-image: none !important;
  background-color: var(--color-white) !important;
  font-size: 100%;
}

.snow-monkey-form textarea {
  min-height: 24rem;
}

.smf-button-control button {
  border: 1px solid var(--color-main) !important;
  color: var(--color-main) !important;
  font-weight: 700;
  text-align: center;
  padding: 1em 2em !important;
  background-image: none !important;
  background-color: var(--color-white) !important;
  font-size: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.smf-button-control button::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-image 0.3s ease;
  background-image: var(--icon-arrow-main);
}

.smf-button-control button:hover {
  background-color: var(--color-main) !important;
  color: var(--color-white) !important;
}

.smf-button-control button:hover::after {
  background-image: var(--icon-arrow-white);
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .snow-monkey-form + p {
    padding: 6vw 0;
  }

  .smf-item {
    margin-bottom: 12vw;
  }

  .smf-item__col--label {
    margin-bottom: 4vw;
    gap: 2vw;
  }

  .smf-checkboxes-control__control {
    grid-template-columns: repeat(2, 1fr);
  }

  .smf-form .smf-text-control__control {
    padding: 4vw 2vw;
  }

  .smf-control-description {
    margin-top: 4vw;
  }

  .snow-monkey-form {
    padding: 0;
  }

  .smf-button-control__control {
    width: 100%;
    min-width: auto;
  }

  .smf-checkboxes-control__control {
    gap: 6vw 3vw;
  }
}

@media screen and (max-width: 575px) {
  .smf-checkboxes-control__control {
    grid-template-columns: 1fr;
    gap: 4vw 0;
  }
}

/* 下層 - サイトマップ
==================================================== */
.sitemap-wrap {
  padding: 10rem 0;
  gap: 5rem var(--gap-base);
}

.sitemap-wrap section + section {
  margin-top: 0;
}

.sitemap-text {
  margin-bottom: 1.5em;
}

.sitemap-section .sub-menu > .menu-item::before {
  position: relative;
  bottom: 0.2em;
}

.common-head--site-corporate::before {
  background-color: var(--color-corp);
}

.common-head--site-corporate::after {
  border-bottom-color: var(--color-corp);
}

#menu-site-corporate > .menu-item::before,
#menu-site-corporate .sub-menu > .menu-item::before {
  color: var(--color-corp);
}

.common-head--site-recruit::before {
  background-color: var(--color-recruit);
}

.common-head--site-recruit::after {
  border-bottom-color: var(--color-recruit);
}

#menu-site-recruit > .menu-item::before,
#menu-site-recruit .sub-menu > .menu-item::before {
  color: var(--color-recruit);
}

.common-head--site-hygiene::before {
  background-color: var(--color-hygiene);
}

.common-head--site-hygiene::after {
  border-bottom-color: var(--color-hygiene);
}

#menu-site-hygiene > .menu-item::before,
#menu-site-hygiene .sub-menu > .menu-item::before {
  color: var(--color-hygiene);
}

.common-head--site-eco::before {
  background-color: var(--color-eco);
}

.common-head--site-eco::after {
  border-bottom-color: var(--color-eco);
}

#menu-site-eco > .menu-item::before,
#menu-site-eco .sub-menu > .menu-item::before {
  color: var(--color-eco);
}

.common-head--site-media::before {
  background-color: var(--color-gray);
}

.common-head--site-media::after {
  border-bottom-color: var(--color-gray);
}

#menu-site-media > .menu-item::before {
  color: var(--color-gray);
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .sitemap-wrap {
    grid-template-columns: 1fr;
    gap: 10vw;
    padding: 10vw 0;
  }

  .sitemap-text {
    margin-bottom: 1.5em;
  }

  .sitemap-section .sub-menu > .menu-item::before {
    bottom: 0.2em;
  }
}

/* ページネーション
==================================================== */
.pagination {
  padding-top: 10rem;
  padding-bottom: 0;
}

.pagination__link--current {
  background-color: var(--color-hygiene);
  color: var(--color-white);
  border: 1px solid var(--color-hygiene);
}

.pagination__link {
  border: 1px solid var(--color-hygiene);
  min-height: 3.2rem;
}

.pagination__link:hover {
  background-color: var(--color-hygiene);
  color: var(--color-white);
}

.pagination__link--first,
.pagination__link--prev,
.pagination__link--next,
.pagination__link--last {
  border: none;
}

.pagination__link--first:hover,
.pagination__link--prev:hover,
.pagination__link--next:hover,
.pagination__link--last:hover {
  background-color: transparent;
  color: var(--color-black);
  opacity: 0.3;
}

@media screen and (max-width: 1304px) {
  .pagination__item,
  .pagination__link {
    font-size: 1em;
  }
  .pagination {
    overflow-x: visible;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .pagination {
    padding-top: 10vw;
    padding-bottom: 0;
  }

  .pagination__link--first:after,
  .pagination__link--first:before,
  .pagination__link--last:after,
  .pagination__link--last:before,
  .pagination__link--next:after,
  .pagination__link--next:before,
  .pagination__link--prev:after,
  .pagination__link--prev:before {
    width: 0.5em;
    height: 0.5em;
  }

  .pagination__link {
    min-height: 3.2vw;
  }
}

/* 投稿一覧
==================================================== */
.post-list{
  padding-top: 3rem;
}

.post-list__link {
  transition: 0.2s opacity;
  gap: 1.2rem !important;
}

.post-list__link:focus-visible {
  opacity: 0.6;
}

@media (any-hover: hover) {
  .post-list__link:hover {
    opacity: 0.6;
  }
}

.post-list__link img {
  border-radius: 1em;
}

.post-list__body {
  position: relative;
  gap: 1rem;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-main);
}

.post-list__categories {
  position: absolute;
  right: 0;
  justify-content: flex-end;
}

.post-list__date {
  font-size: 75%;
  padding-top: 0.6em;
  color: var(--color-main);
  font-family: var(--font-montserrat);
  font-weight: 700;
}

.post-list__category {
  color: var(--color-white);
  background-color: var(--color-gray2);
  padding: 0.4em 0.8em;
  border-radius: 100vmax;
  font-size: 75%;
}

.post-list__head {
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.post-list__excerpt {
  font-size: 75%;
}

@media screen and (max-width: 1304px) {
  .box-side {
    width: 33%;
  }

  .select-side{
    font-size: 100%;
  }
}

@media screen and (max-width: 992px) {
  .post-list {
    gap: 8vw 5vw;
  }
}

@media screen and (max-width: 768px) {
  .post-list{
    padding-top: 6vw;
  }

  .post-list__link {
    gap: 0.2em !important;
  }

  .post-list__body {
    gap: 0.7em;
  }

  .post-list__categories {
    flex-wrap: nowrap;
    position: relative;
    justify-content: flex-start;
  }

  .select-side{
    font-size: 80%;
  }
}

/* 投稿詳細
==================================================== */
.post-article {
  gap: 0;
  margin-bottom: 7rem;
}

.post-header {
  gap: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-main);
}

.post-header__date {
  font-size: 75%;
  color: var(--color-main);
  font-family: var(--font-montserrat);
  font-weight: 700;
}

.post-header__title {
  font-size: 175%;
}

.post-content h2{
  padding-top: 3rem;
}

.post-article + div {
  padding-bottom: 7rem;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .post-container{
    padding: 6vw 0 13vw;
    row-gap: 10vw;
  }

  .post-article {
    margin-bottom: 13vw;
  }

  .post-content{
    padding-top: 0;
  }

  .post-header__date {
    font-size: 90%;
  }

  .post-header__title {
    font-size: 150%;
  }

  .post-content h2{
    padding-top: 10vw;
  }

  .post-article + div {
    padding-bottom: 10vw;
  }
}

/* よくある質問（衛生）
==================================================== */
.faq-list__wrap {
  max-width: 100rem;
  margin: 0 auto;
  padding: 7rem 10rem;
  border: 1px solid var(--color-main);
}

.faq-list__item {
  padding: 1em 0;
  border-bottom: 1px solid var(--color-main);
}

.faq-list__question {
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.6em;
  line-height: 1.9;
  cursor: pointer;
}

.faq-list__answer > p:first-of-type{
  padding-top: 1em;
}

.faq-list__item:nth-of-type(1) .faq-list__question {
  padding-top: 0;
}

.faq-list__question::before {
  flex-shrink: 0;
  content: "Q";
  font-family: var(--font-montserrat);
  background-color: var(--color-main);
  color: var(--color-white);
  border-radius: 50%;
  font-size: 120%;
  width: 2.1em;
  height: 2.1em;
  display: inline-grid;
  justify-items: center;
  align-content: center;
}

.faq-list__question::after {
  content: "＋";
  margin-left: auto;
  flex-shrink: 0;
  font-weight: bold;
  color: var(--color-main);
  font-size: 1.2em;
}

.faq-list__question[aria-expanded="true"]::after {
  content: "ー";
}

.faq-list__answer {
  overflow: hidden;
  max-height: 0;
  transition:
    max-height 0.1s ease,
    opacity 0.1s ease;
}

.faq-list__answer > *:first-child {
  margin-top: 0;
}
.faq-list__answer > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

.faq-list__answer.is-open {
  max-height: 1000px;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .faq-list__wrap {
    padding: 3rem 5rem 5rem;
  }
}

@media screen and (max-width: 768px) {
  .faq-list__wrap {
    padding: 5vw 5vw 9vw
  }

  .faq-list__question::before {
    font-size: 90%;
    width: 7vw;
    height: 7vw;
  }
}

/* CTA（衛生）
==================================================== */
h2[data-sub]:not([data-sub-position])::before {
  color: var(--color-white);
}

.cta-list__item:nth-child(1) {
  border: 1px solid var(--color-white);
  border-radius: 20px;
  padding: 4rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}

.cta-list__item:nth-child(1) p:nth-child(1) {
  font-size: 67%;
}

.cta-list__item:nth-child(1) p:nth-child(2) {
  color: var(--color-yellow);
  font-weight: 700;
  font-size: 120%;
}

.cta-list__item:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 8rem;
  background-color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.3s;
}

.cta-list__item:nth-child(1) a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  transform: translateY(-50%) rotate(45deg);
}

.cta-list__item:nth-child(1) a:hover {
  opacity: 0.8;
}

.cta-list__item:nth-child(1) .cta-list__item__text {
  color: var(--color-main);
  font-size: 80%;
  font-weight: bold;
}

.cta-list__item:nth-child(2) {
  border-radius: 0;
  overflow: hidden;
  background: url(../images/cta-item.png) no-repeat center center / cover;
}

.cta-list__item:nth-child(2) > .cta-list__item {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
  min-height: 28rem;
  border: none;
  border-radius: 0;
  padding: 0;
}

.cta-list__item:nth-child(2) .cta-list__item__text {
  font-family: var(--font-montserrat);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* display: block; */
  font-size: 300%;
  background-color: rgba(255, 255, 255, 0.5);
}

.cta-list__item:nth-child(2) .cta-list__item__text,
.p-tel .wp-block-group a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-tel .wp-block-group a {
  display: inline-flex;
}

.cta-list__item:nth-child(2) .cta-list__item__text::before,
.p-tel .wp-block-group a::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1em;
  flex-shrink: 0;
  background-image: var(--icon-tel);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1304px) {
  .cta-list {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .cta-list {
    flex-direction: column;
    gap: 5vw;
  }

  .cta-list__item {
    width: 100%;
  }

  .cta-list__item:nth-child(1) {
    padding: 5vw 8vw;
    gap: 3.5vw;
    align-items: flex-start;
  }

  .cta-list__item:nth-child(1) a {
    height: 14vw;
  }

  .cta-list__item:nth-child(1) p:nth-child(1) {
    font-size: 90%;
  }

  .cta-list__item:nth-child(1) .cta-list__item__text{
    font-size: 100%;
  }

  .cta-list__item:nth-child(2) {
    height: 48vw;
  }

  .cta-list__item:nth-child(2) > .cta-list__item {
    min-height: 0;
  }

  .cta-list__item:nth-child(2) .cta-list__item__text {
    font-size: 280%;
    gap: 0.1em;
  }

  .cta-list__item:nth-child(2) .cta-list__item__text::before {
    width: 0.6em;
    height: 0.8em;
  }
}

/* 対応地域（衛生）
==================================================== */
.section--area {
  background-color: #efefef;
}

.area-wrap + p {
  padding-top: 2em;
  text-align: center;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .area-head{
    font-size: 120%;
  }

  .area-wrap {
    gap: 7vw;
    flex-direction: column;
  }

  .area-wrap + p {
    padding-top: 5vw;
    text-align: left;
  }

  .area-list {
    gap: 5vw;
  }

  .area-list li {
    width: 100%;
  }
}

/* お困りではありませんか？（衛生）
==================================================== */
p:has(+ ul.intro-list) {
  font-size: 150%;
  color: var(--color-main);
  text-align: center;
}

ul.intro-list {
  display: grid !important;
  padding-left: 0;
  padding-top: 3rem;
}

ul.intro-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 7em;
  color: var(--color-main);
  font-weight: 700;
  text-align: left;
  border: 1px solid var(--color-main);
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
}

ul.intro-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  width: 2em;
  height: 2em;
  background-color: var(--color-main);
}

ul.intro-list li::after {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.45em;
  width: 1.1em;
  height: 0.5em;
  border-left: 2px solid var(--color-yellow);
  border-bottom: 2px solid var(--color-yellow);
  transform: rotate(-45deg);
}

ul.intro-list li br{
  display: block;
}

@media screen and (max-width: 1304px) {
  ul.intro-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  p:has(+ ul.intro-list) {
    font-size: 100%;
  }

  ul.intro-list {
    padding-top: 6vw;
    gap: 4vw;
  }

  ul.intro-list li {
    font-size: 90%;
    min-height: 7em;
    padding: 0 1em;
    font-size: 75%;
  }

  ul.intro-list li::before {
    width: 4vw;
    height: 4vw;
  }

  ul.intro-list li::after {
    top: 1vw;
    left: 0.5vw;
    width: 3vw;
    height: 1.2vw;
  }
}

/* 施設・症状のリスト（衛生）
==================================================== */
.p-ex .wp-block-columns.is-layout-flex{
  justify-content: center;
}

.p-ex .wp-block-column {
  max-width: 17.9rem;
}

.p-ex h3,
.p-ex h4 {
  font-weight: bold;
  font-size: 110%;
  padding: 1em 0;
}

@media screen and (max-width: 768px) {
  .p-ex .wp-block-columns.is-layout-flex{
    gap: 10vw;
  }

  .p-ex h3,
  .p-ex h4 {
    padding: .5em 0;
  }

  .p-ex .wp-block-column {
    max-width: 100%;
    display: grid !important;
    grid-template-columns: 36% 60%;
    column-gap: 4%;
    row-gap: 5px;
    flex-basis: unset !important;
    height: auto;
    width: 100% !important;
  }

  .p-ex .wp-block-column figure {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    margin: 0 !important;
  }

  .p-ex .wp-block-column h3,
  .p-ex .wp-block-column h4 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: 0 !important;
    text-align: left !important;
  }

  .p-ex .wp-block-column ul {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin: 0 !important;
    padding-left: 1.5em !important;
  }
}

/* ページ内移動ボタン（衛生）
==================================================== */
.table-contents{
  margin-top: 3rem;
  border: 1px solid var(--color-main);
  padding: 2.5rem 5rem 4rem;
}

.table-contents-link {
  line-height: 1.5;
  position: relative;
  padding-left: 2.5em;
}

.table-contents-link::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--color-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-contents-link::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 53%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--color-white);
}

@media screen and (max-width: 992px) {
  .table-contents-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
.table-contents{
  margin-top: 6vw;
  padding: 5vw 7vw 8vw;
}

  .table-contents-list {
    grid-template-columns: auto;
    gap: 2vw;
  }

  .table-contents-link {
    padding-left: 1.5em;
  }

  .table-contents-link::before {
    top: 4.5vw;
    width: 3vw;
    height: 3vw;
    left: 0;
  }

  .table-contents-link::after {
    left: 0.85vw;
    top: 4.6vw;
    border-left: 0.8vw solid transparent;
    border-right: 0.8vw solid transparent;
    border-top: 1vw solid var(--color-white);
  }

  .table-period tr td:first-of-type,
  .table-period tr th:first-of-type {
    width: 70%;
  }
}

/* 他ページ移動ボタン（衛生）
==================================================== */
.related{
  padding: 10rem 0;
}

.related-section + .related-section{
  padding-top: 7rem;
}

.related-head {
  padding-bottom: 0.75em;
  font-size: 175%;
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 0.75em;
  font-weight: 700;
}

.related .menu-item a {
  line-height: 1.5;
  transition:
    0.2s background-color,
    0.2s color;
}

.related .menu-item a:focus-visible {
  background-color: var(--color-main);
  color: var(--color-white);
}

@media (any-hover: hover) {
  .related .menu-item a:hover {
    opacity: 1;
    background-color: var(--color-main);
    color: var(--color-white);
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .related{
    padding: 13vw 0;
  }

  .related-section + .related-section{
    padding-top: 10vw;
  }

  .related-head {
    font-size: 110%;
  }
}

/* サービス一覧（衛生）
==================================================== */
.service-list {
  gap: 4rem 3rem;
  padding-top: 5rem;
}

.service-list__link {
  transition: 0.2s opacity;
  background-color: var(--color-white);
}

.service-list__link:focus-visible {
  opacity: 0.6;
}

@media (any-hover: hover) {
  .service-list__link:hover {
    opacity: 0.6;
  }
}

.service-list__header {
  gap: 1em 2em;
}

.service-list__title {
  font-size: 150%;
}

.service-list__price {
  font-size: 200%;
  color: var(--color-caution);
}

.service-list__overview {
  padding-bottom: 1.5em;
}

.service-list__detail {
  background-color: var(--color-main);
  width: 33rem;
  color: var(--color-white);
  text-align: center;
  padding: 0.5em;
  border-radius: 10px 0 7px 0;
}

.service-list__price__note {
  font-size: 70%;
}

@media screen and (max-width: 768px) {
  .service-list {
    padding-top: 8vw;
    gap: 10vw;
    grid-template-columns: auto;
  }

  .service-list__link{
    padding: 5vw 3vw;
  }

  .service-list__header {
    gap: 1em;
    grid-template-columns: 8em 1fr;
  }

  .service-list__thumbnail {
    width: 8em;
    height: 8em;
  }

  .service-list__title {
    font-size: 120%;
  }

  .service-list__price {
    font-size: 180%;
  }

  .service-list__overview {
    padding-bottom: 0;
  }

  .service-list__detail {
    position: relative;
    width: auto;
    border-radius: 100vmax;
    padding: 0.8em 0;
  }

  .service-list__price__note {
    font-size: 60%;
  }
}

/* トップ - メインビジュアル（衛生）
==================================================== */
.wp-image-765 {
  object-fit: contain !important;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

/* トップ - 対応害獣（衛生）
==================================================== */
.p-target .is-layout-flex {
  justify-content: center;
}

.p-target .has-text-align-center {
  border-radius: 100vmax;
  width: 30rem;
  padding: 0.1em;
  font-size: 150%;
}

.p-target .has-text-align-center + p {
  font-size: 130%;
  padding-top: 0.6em;
  font-weight: 700;
}

@media screen and (max-width: 1304px) {
  .p-target .is-layout-flex {
    flex-direction: column;
  }
  .p-target .is-layout-flex > .is-layout-flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-target .is-layout-flex > .is-layout-flex .wp-block-image {
    max-width: 13rem;
  }
  .p-target .has-text-align-center + p {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .p-target .wp-block-image {
    width: 10rem;
    height: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .p-target .wp-block-image {
    width: 19vw;
    height: 19vw;
  }

  .p-target .has-text-align-center {
    width: 100%;
    text-align: center;
    font-size: 120%;
  }

  .p-target .has-text-align-center + p {
    font-size: 110%;
  }
}

/* トップ - リード（衛生）
==================================================== */
.p-lead {
  background: url(../images/noimage.jpg) no-repeat center center / cover;
}

.p-lead .has-link-color {
  font-weight: 700;
  font-size: 175%;
  padding-bottom: 1.3em;
}

@media screen and (max-width: 768px) {
  .p-lead .has-link-color {
    font-size: 130%;
  }
  .p-lead p {
    text-align: left;
  }
}

/* トップ - 選ばれる理由（衛生）
==================================================== */
.reason-wrap > .wp-block-group__inner-container > .wp-block-columns:nth-child(even) {
  flex-direction: row-reverse;
}

.reason-wrap > .wp-block-group__inner-container > .wp-block-columns:nth-child(odd) img {
  border-radius: 0 30px 30px 0;
}

.reason-wrap > .wp-block-group__inner-container > .wp-block-columns:nth-child(even) img {
  border-radius: 30px 0 0 30px;
}

.reason-wrap > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) {
  padding-left: 4rem;
  position: relative;
  margin: 0 6rem;
}

.reason-wrap > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2)::before {
  position: absolute;
  font-family: var(--font-montserrat);
  z-index: 0;
  font-size: 1500%;
  top: -120px;
  left: -10px;
}

@media screen and (max-width: 1304px) {
  .reason-wrap > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) {
    margin-right: 3rem;
    margin-left: 0;
  }
  .reason-wrap > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2)::before {
    font-size: 800%;
    top: -40px;
    left: 10px;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .reason-wrap > .wp-block-group__inner-container > .wp-block-columns:nth-child(odd) figure {
    margin-right: 5vw;
  }

  .reason-wrap > .wp-block-group__inner-container > .wp-block-columns:nth-child(even) figure {
    margin-left: 5vw;
  }

  .reason-wrap > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) {
    width: 100%;
    margin: 0 5vw;
    padding: 5vw 3vw 15vw;
  }

  .reason-wrap > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2)::before {
    font-size: 700%;
    left: 0;
    top: -5vw;
  }
}

/* トップ - 施工までの流れ_簡易（衛生）
==================================================== */
.p-flow1 .is-layout-flex {
  counter-reset: step-number;
  gap: 4rem;
}

.p-flow1 .wp-block-column {
  position: relative;
}

.p-flow1 .wp-block-column img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.p-flow1 .wp-element-caption,
.p-flow1 h3,
.p-flow1 h4 {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 0;
}

.p-flow1 .wp-element-caption::before,
.p-flow1 h3::before {
  counter-increment: step-number;
  content: counter(step-number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-family: var(--font-montserrat);
  border: 1px solid var(--color-main);
  color: var(--color-main);
  border-radius: 50%;
  font-size: 150%;
  font-weight: 700;
  margin-right: 0.5em;
  flex-shrink: 0;
}

.p-flow1 .wp-block-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 38%;
  right: -28px;
  width: 2.2rem;
  height: 2.2rem;
  border-top: 4px solid var(--color-main);
  border-right: 4px solid var(--color-main);
  transform: translateY(-50%) rotate(45deg);
}

.p-flow1 h3 + p {
  padding-top: 1em;
}

@media (max-width: 781px) {
  .p-flow1 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset !important;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .p-flow1 .wp-block-cover__inner-container{
    margin: 0 auto !important;
  }

  .p-flow1 .is-layout-flex {
    flex-direction: column !important;
    max-width: 60rem;
  }

  .p-flow1 .wp-block-column:not(:last-child)::after {
    display: block;
    border-top: none;
    border-bottom: 4px solid var(--color-main);
    transform: rotate(45deg);
    position: static;
    margin: 25px auto 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .p-flow1 p {
    text-align: left;
  }

  .p-flow1 .wp-block-column:not(:last-child)::after {
    width: 5vw;
    height: 5vw;
    margin: -1vw 0 -10vw 3vw;
  }

  .p-flow1 .wp-block-image {
    display: flex;
    flex-direction: row-reverse;
    gap: 4%;
  }

  .p-flow1 .wp-block-image img {
    width: 36%;
  }

  .p-flow1 .wp-element-caption {
    margin-top: 0;
    width: 60%;
  }
}

/* トップ - 見積もりの流れ（衛生）
==================================================== */
.p-flow2 .is-layout-flex {
  counter-reset: step-number;
  gap: 4rem;
}

.p-flow2 .wp-block-column {
  position: relative;
}

.p-flow2 .wp-block-column img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.p-flow2 .wp-element-caption,
.p-flow2 h3,
.p-flow2 h4 {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 0;
}

.p-flow2 .wp-element-caption::before,
.p-flow2 h3::before {
  counter-increment: step-number;
  content: counter(step-number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-family: var(--font-montserrat);
  border: 1px solid var(--color-main);
  color: var(--color-main);
  border-radius: 50%;
  font-size: 150%;
  font-weight: 700;
  margin-right: 0.5em;
  flex-shrink: 0;
}

.p-flow2 .wp-block-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 38%;
  right: -28px;
  width: 2.2rem;
  height: 2.2rem;
  border-top: 4px solid var(--color-main);
  border-right: 4px solid var(--color-main);
  transform: translateY(-50%) rotate(45deg);
}

.p-flow2 h3 + p {
  padding-top: 1em;
}

.p-flow2 a{
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
}

@media (max-width: 781px) {
  .p-flow2 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset !important;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .p-flow2 .wp-block-cover__inner-container{
    margin: 0 auto !important;
  }

  .p-flow2 .is-layout-flex {
    flex-direction: column !important;
    max-width: 60rem;
  }

  .p-flow2 .wp-block-column:not(:last-child)::after {
    display: block;
    border-top: none;
    border-bottom: 4px solid var(--color-main);
    transform: rotate(45deg);
    position: static;
    margin: 25px auto 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .p-flow2 p {
    text-align: left;
  }

  .p-flow2 .wp-block-column:not(:last-child)::after {
    width: 5vw;
    height: 5vw;
    margin: 3vw auto -7vw;
  }
}

/* トップ - 施工までの流れ（衛生）
==================================================== */
.p-flow3 {
  padding: 2em 1em;
  max-width: 72rem;
  margin: 0 auto;
}

.p-flow3 .wp-block-columns {
  flex-direction: column;
}

.p-flow3 .wp-block-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.p-flow3 .wp-block-cover__inner-container {
  margin: 0 auto !important;
}

.p-flow3 .wp-block-image {
  width: 15rem;
  height: 15rem;
  margin: 0;
  flex-shrink: 0;
}

.p-flow3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-flow1 a,
.p-flow3 a{
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main);
}

.p-flow3 .wp-block-heading {
  margin-top: 0;
}

.p-flow3 .is-layout-flex {
  counter-reset: step-number;
  gap: 6rem;
  max-width: 72rem;
  margin: 0 auto;
}

.p-flow3 .wp-element-caption,
.p-flow3 h3,
.p-flow3 h4 {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 0;
}

.p-flow3 .wp-element-caption::before,
.p-flow3 h3::before {
  counter-increment: step-number;
  content: counter(step-number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-family: var(--font-montserrat);
  border: 1px solid var(--color-main);
  color: var(--color-main);
  border-radius: 50%;
  font-size: 150%;
  font-weight: 700;
  margin-right: 0.5em;
  flex-shrink: 0;
}

.p-flow3 .wp-block-column:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  border-right: 4px solid var(--color-main);
  border-bottom: 5px solid var(--color-main);
  transform: rotate(45deg);
  bottom: -3.5rem;
  left: 6.5rem;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .p-flow3 .wp-block-column {
    gap: 2rem;
  }

  .p-flow3 .wp-block-image {
    width: 25vw;
    height: 25vw;
  }

  .p-flow3 .is-layout-flex {
    gap: 15vw;
  }

  .p-flow3 .wp-block-column {
    gap: 4vw;
  }

  .p-flow3 .wp-element-caption::before,
  .p-flow3 h3::before {
    font-size: 120%;
  }

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

  .p-flow3 .wp-element-caption {
    margin-top: 3vw;
  }

  .p-flow3 .wp-block-column {
    flex-direction: column;
  }

  .p-flow3 .wp-block-column:not(:last-child)::after {
    width: 4vw;
    height: 4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8vw;
  }
}

/* 下層 - メディア情報（衛生）
==================================================== */
.p-media p.has-text-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  margin: 0 auto;
  color: var(--color-main);
  font-weight: bold;
  font-size: 150%;
}

.p-media p.has-text-align-center::before,
.p-media p.has-text-align-center::after {
  content: "";
  display: block;
  width: 3px;
  height: 7rem;
  background-color: var(--color-main);
}

.p-media p.has-text-align-center::before {
  transform: rotate(-30deg);
}

.p-media p.has-text-align-center::after {
  transform: rotate(30deg);
}

.p-media .wp-block-gallery {
  flex-wrap: nowrap;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .p-media p.has-text-align-center {
    gap: 5.5vw;
    font-size: 100%;
  }
  .p-media p.has-text-align-center::before,
  .p-media p.has-text-align-center::after {
    height: 10vw;
  }
  .p-media .wp-block-gallery {
    flex-wrap: wrap;
  }
}

/* 下層 - データ（衛生）
==================================================== */
.results-block{
  padding-top: 7rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .results-block{
    padding-top: 10vw;
  }

  .results-block__panel {
    max-width: 88.5vw;
  }

  .results-block__table-heading {
    font-size: 3vw;
  }
}

/* 下層 - 保証 - 保証の無効（衛生）
==================================================== */
.p-void .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}

.p-void .wp-block-group__inner-container > div {
  width: calc(50% - 3.2rem);
}

.p-void .wp-block-group__inner-container > div:nth-child(-n + 3) {
  border: 2px solid var(--color-main);
  border-radius: 10px;
  padding: 4rem 5.2rem;
}

.p-void .wp-block-group__inner-container > div.wp-container-core-group-is-layout-ad2f72ca {
  width: 100%;
  border: none;
  padding: 0;
  gap: 3rem;
}

.p-void h3 {
  line-height: 1.6;
  font-size: 150%;
  font-weight: 700;
}

.p-void .common-head {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .p-void .wp-block-group__inner-container > div.wp-container-core-group-is-layout-ad2f72ca {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-void .wp-block-group__inner-container {
    gap: 6vw;
  }

  .p-void .wp-block-group__inner-container > div {
    width: 100%;
  }

  .p-void .wp-block-group__inner-container > div:nth-child(-n + 3) {
    padding: 0;
    justify-content: center;
    gap: 5vw;
  }

  .p-void .wp-block-group__inner-container > div.wp-container-core-group-is-layout-ad2f72ca {
    padding-top: 4vw;
    flex-direction: row;
  }

  .p-void figure {
    width: 23vw;
  }

  .p-void h3 {
    width: 45vw;
  }

  .p-void p {
    padding: 0 6vw 4vw;
  }

  .p-void ul + p {
    padding: 0;
  }
}

/* 下層 - サービス詳細 - 料金（衛生）
==================================================== */
.p-price {
  border: 2px solid var(--color-main);
  border-radius: 10px;
  gap: 0;
  max-width: 1030px;
  margin: 0 auto;
}

.p-price figure {
  width: 17rem;
  height: 17rem;
  margin: 0;
}

.p-price > .wp-block-column:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  padding: 4rem;
  background-color: var(--color-white);
  width: 17rem;
  flex-shrink: 0;
}

.p-price > .wp-block-column:nth-of-type(1) .wp-block-column {
  flex-basis: content;
}

.p-price > .wp-block-column:nth-of-type(1) > div .p-price > .wp-block-column:nth-of-type(1) h3 {
  font-size: 175%;
  font-weight: 700;
}

.p-price > .wp-block-column:nth-of-type(1) h3 + p {
  font-size: 290%;
  font-weight: 700;
  color: var(--color-caution);
  line-height: 1;
}

.p-price > .wp-block-column:nth-of-type(1) .wp-block-list li {
  flex-wrap: nowrap;
}

.p-price > .wp-block-column:nth-of-type(1) .wp-block-column:nth-of-type(1) {
  flex-shrink: 0;
  width: auto;
  flex-grow: 0;
  flex-basis: auto !important;
}

.p-price > .wp-block-column:nth-of-type(1) .wp-block-columns {
  flex-wrap: nowrap !important;
}

.p-price .service-list__price__note {
  font-size: 50%;
}

.p-price > .wp-block-column:nth-of-type(1) .wp-block-column .wp-block-heading{
  font-size: 100%;
  font-weight: 700;
  padding-bottom: 0.5em;
}

.p-price > .wp-block-column:nth-of-type(1) .wp-block-list{
  padding-top: 1rem;
}

.p-price > .wp-block-column:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
  padding: 4rem;
  background-color: var(--color-hygiene);
  align-content: center;
}

.p-price > .wp-block-column:nth-of-type(2) h3 {
  color: var(--color-white);
  background: radial-gradient(circle, var(--color-white) 1px, transparent 0) repeat-x 0 100% / 6px 2px;
}

.p-price > .wp-block-column:nth-of-type(2) .common-head:before {
  background-color: var(--color-white);
}

.p-price > .wp-block-column:nth-of-type(2) p {
  color: var(--color-white);
}

.p-price > .wp-block-column:nth-of-type(2) .wp-block-button__link {
  background-color: var(--color-sub);
  color: var(--color-hygiene);
}

.service-price-table thead{
  background-color: var(--color-accent);
}

.p-payment .is-layout-flex {
  gap: 4rem;
}

.p-payment .wp-block-column {
  position: relative;
}

.p-payment .wp-block-column img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.p-payment h4 {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.9;
  margin-bottom: 0;
}

.p-payment h4 + p {
  padding-top: .5em;
}

@media screen and (max-width: 992px) {
  .p-price {
    flex-direction: column;
  }

  .p-price > .wp-block-column:nth-of-type(1) {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .p-price > .wp-block-column:nth-of-type(2) {
    border-radius: 0 0 8px 8px;
  }
}

@media screen and (max-width: 768px) {
  .p-price figure {
    width: auto;
    height: auto;
  }

  .p-price > .wp-block-column:nth-of-type(1) {
    padding: 6vw;
  }

  .p-price > .wp-block-column:nth-of-type(1) .wp-block-column:nth-of-type(1) {
    flex-basis: auto !important;
  }

  .p-price > .wp-block-column:nth-of-type(1) figure {
    width: 24vw;
  }

  .p-price > .wp-block-column:nth-of-type(1) h3 + p {
    font-size: 210%;
    padding-top: 0.2em;
  }

  .p-price > .wp-block-column:nth-of-type(2) {
    padding: 10vw 6vw;
  }

  .p-payment .is-layout-flex{
    gap: 8vw;
  }

  .p-payment h4{
    margin-top: .7em;
  }

  .p-payment h4 + p {
    padding-top: .1em;
  }
}
