@charset "UTF-8";
:root {
  --icon-arrow: url("data:image/svg+xml,%3Csvg width='28' height='15' viewBox='0 0 28 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 7.49074H26.75M26.75 7.49074L19.0463 0.75M26.75 7.49074L19.0463 14.2315' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-arrow--dark: url("data:image/svg+xml,%3Csvg width='28' height='15' viewBox='0 0 28 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 7.49074H26.75M26.75 7.49074L19.0463 0.75M26.75 7.49074L19.0463 14.2315' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-arrow--green: url("data:image/svg+xml,%3Csvg width='28' height='15' viewBox='0 0 28 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 7.49074H26.75M26.75 7.49074L19.0463 0.75M26.75 7.49074L19.0463 14.2315' stroke='%234c965c' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.global-header__top {
  position: fixed;
  width: 100%;
  height: 88px;
  top: 0;
  z-index: 1000;
  padding: 12px 40px 20px;
  background-color: var(--wp--preset--color--bg-b);
}
@media (max-width: 781px) {
  .global-header__top {
    position: static;
    height: 65px;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
  }
}
.global-header__logo img {
  width: clamp(8.4375rem, 5.1650943396rem + 8.7264150943vw, 10.75rem) !important;
}
.global-header__nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin-top: 2px !important;
  gap: clamp(0.625rem, -0.6132075472rem + 3.3018867925vw, 1.5rem);
}
.global-header__nav .wp-block-navigation-item {
  white-space: nowrap;
}
.global-header__nav .wp-block-navigation-item.btn--mailMagazine a {
  margin-left: 8px;
  padding: 10px 24px !important;
  border-radius: 9999px;
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 781px) {
  .global-header__nav {
    display: none;
  }
}
:scope .global-header__marquee {
  min-height: 5px;
}
@media (min-width: 782px) {
  :scope .global-header__marquee {
    margin-top: 88px;
  }
}
.global-header .fukidashi--short {
  position: absolute;
  top: 23px;
  left: clamp(12.5rem, 8.0778301887rem + 11.7924528302vw, 15.625rem);
  width: fit-content;
  --_fs-min-w: 762;
  --_fs-max-w: 1020;
  --_fs-min-s: 0.5;
  --_fs-max-s: 1;
  --fluid-scale: 0.5;
  transform: scale(var(--fluid-scale));
  transform-origin: left;
}
@media (max-width: 781px) {
  .global-header .fukidashi--short {
    display: none;
  }
}

.admin-bar .global-header__top {
  top: 32px;
}
@media (max-width: 781px) {
  .admin-bar .global-header__top {
    top: 46px;
  }
}

@media (max-width: 781px) {
  .global-footer {
    margin-bottom: 70px;
  }
  .global-footer__logo {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.global-footer__upper {
  padding: 40px 20px 18px;
  box-sizing: border-box;
}
@media (min-width: 782px) {
  .global-footer__upper {
    padding: 40px 20px 32px;
  }
  .global-footer__upper nav {
    transform: translateY(10px);
  }
}
.global-footer__bottom {
  padding: 40px 20px 32px;
  box-sizing: border-box;
  border-top: 1px solid #afd3af;
}
@media (max-width: 781px) {
  .global-footer__bottom {
    padding: 24px 20px 24px;
  }
}
@media (max-width: 781px) {
  .global-footer__bottom__inner {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .global-footer__bottom__inner a {
    font-size: 12px !important;
  }
}
.global-footer__logo img {
  width: clamp(8.4375rem, 5.1650943396rem + 8.7264150943vw, 10.75rem) !important;
}
@media (max-width: 781px) {
  .global-footer__logo {
    align-items: flex-start;
  }
}
.global-footer__nav {
  gap: 8px clamp(0.625rem, -0.6132075472rem + 3.3018867925vw, 1.5rem);
  margin-top: 80px;
}
.global-footer__nav li {
  border-right: 1px solid currentColor;
  padding: 0 !important;
  padding-right: clamp(0.625rem, -0.6132075472rem + 3.3018867925vw, 1.5rem) !important;
}
.global-footer__nav li:last-child {
  border-right: none;
  padding-right: 0 !important;
}
.global-footer__nav li a {
  font-size: clamp(0.875rem, 0.5212264151rem + 0.9433962264vw, 1.125rem);
  line-height: 1;
}
.global-footer__nav {
  margin-bottom: 32px;
}
@media (max-width: 599px) {
  .global-footer__nav {
    gap: 8px 16px;
    margin-top: 32px;
    justify-content: left;
  }
  .global-footer__nav li {
    padding-right: 16px !important;
  }
}
.global-footer__nav--noline li {
  border-right: none;
  padding-right: 0 !important;
}
.global-footer__copyright {
  text-align: center;
  font-size: clamp(0.75rem, 0.3962264151rem + 0.9433962264vw, 1rem);
}
@media (max-width: 599px) {
  .global-footer__copyright {
    text-align: left;
  }
}
.global-footer .fukidashi--short {
  margin-top: 24px;
}
@media (min-width: 600px) {
  .global-footer .fukidashi--short {
    display: none;
  }
}

.btn {
  width: 100%;
  padding: 10px 24px !important;
  border-radius: 9999px;
  border: 2px solid transparent;
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--primary);
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease !important;
}
.btn:hover {
  filter: brightness(1);
  color: var(--wp--preset--color--primary);
  background-color: #fff;
  border: 2px solid var(--wp--preset--color--primary);
}
.btn--arrow {
  background-image: var(--icon-arrow);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 28px 15px;
}
.btn--arrow:hover {
  background-image: var(--icon-arrow--green);
}
.btn--short {
  min-width: 144px !important;
  max-width: 163px;
  align-items: flex-start !important;
}
.btn--long {
  max-width: min(100%, 350px);
  padding: 10px 18px !important;
}

.tag-button--category {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #b6d0b3;
  background: transparent;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
}
.tag-button--category:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--primary);
}
.page-template-default .c-articleBody,
.page-template .c-articleBody,
.archive .c-articleBody,
.search .c-articleBody {
  padding-bottom: clamp(5rem, -2.0754716981rem + 18.8679245283vw, 10rem);
}

/* =========================================================
   Article Hero (Single template)
   ========================================================= */
.c-articleHero {
  padding: clamp(1.25rem, 0.8962264151rem + 0.9433962264vw, 1.5rem) 24px clamp(1.25rem, -0.5188679245rem + 4.7169811321vw, 2.5rem);
  color: #111827;
}
.c-articleHero > *:first-child {
  margin-top: 0;
}
.c-articleHero > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .c-articleHero {
    padding: 18px 18px 40px;
  }
}
.c-articleHero__category {
  margin: 0 0 clamp(0.875rem, 0.1674528302rem + 1.8867924528vw, 1.375rem);
}
.c-articleHero__tags {
  margin: 0 0 clamp(1rem, 0.1155660377rem + 2.358490566vw, 1.625rem);
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.c-articleHero__tags .wp-block-post-terms__separator {
  display: none;
}
.c-articleHero__tags .wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.c-articleHero__tags a {
  display: inline-flex;
  align-items: center;
  padding: clamp(0.25rem, -0.1037735849rem + 0.9433962264vw, 0.5rem) clamp(0.4375rem, -0.1816037736rem + 1.6509433962vw, 0.875rem);
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.6981132075rem + 0.4716981132vw, 1rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.c-articleHero__tags a::before {
  content: "#";
  margin-right: 2px;
  color: #6b7280;
  font-weight: 700;
}
.c-articleHero__tags a:hover {
  background: rgba(255, 255, 255, 0.75);
  border-color: #9ca3af;
}
.c-articleHero .c-termIconLabel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.2405660377rem + 2.358490566vw, 1.75rem);
  line-height: 1.2;
  color: #4c965c;
  text-decoration: none;
}
.c-articleHero .c-termIconLabel:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-articleHero .c-termIconLabel__icon {
  width: clamp(2rem, 1.6462264151rem + 0.9433962264vw, 2.25rem);
  height: clamp(2rem, 1.6462264151rem + 0.9433962264vw, 2.25rem);
  object-fit: contain;
  flex: 0 0 auto;
  display: block;
}
.c-articleHero .c-termIconLabel__text {
  display: inline-block;
  font-size: clamp(1.1875rem, 0.7452830189rem + 1.179245283vw, 1.5rem);
}
.c-articleHero .wp-block-post-title {
  margin: clamp(0.625rem, -1.320754717rem + 5.1886792453vw, 2rem) 0 clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem);
  font-size: clamp(1.75rem, 0.6886792453rem + 2.8301886792vw, 2.5rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-wrap: pretty;
  word-break: break-word;
  width: 100%;
}

.post-meta__date {
  margin: 0;
  color: #87837b;
  font-size: clamp(0.875rem, 0.7865566038rem + 0.2358490566vw, 0.9375rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.post-meta__date > div:first-child::after {
  content: "";
  width: 0;
  border-right: 1px dotted #87837b;
  margin: 0 8px;
  height: 1em;
}
@media (max-width: 599px) {
  .post-meta {
    flex-direction: column;
    gap: 24px;
  }
  .post-meta__date > div:first-child::after {
    margin: 0 4px;
  }
}

.c-articleBody > *:first-child {
  margin-top: 0;
}
.c-articleBody > *:last-child {
  margin-bottom: 0;
}
.c-articleBody {
  position: relative;
  z-index: 1;
  padding: 20px;
  min-height: 150px;
}

.curve-bg {
  position: relative;
  filter: drop-shadow(0px 0px clamp(2rem, -0.8301886792rem + 7.5471698113vw, 4rem) rgba(76, 150, 91, 0.4666666667));
  z-index: 0;
  height: clamp(5rem, -10.0353773585rem + 40.0943396226vw, 15.625rem);
}
.curve-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--wp--preset--color--bg-b);
  clip-path: ellipse(55% clamp(5rem, -10.0353773585rem + 40.0943396226vw, 15.625rem) at 50% clamp(5rem, -10.0353773585rem + 40.0943396226vw, 15.625rem));
  height: clamp(5rem, -1.1910377358rem + 16.5094339623vw, 9.375rem);
}
.curve-bg--bottom {
  padding-top: 0;
}
.curve-bg--bottom::before {
  top: 0;
  bottom: auto;
  clip-path: ellipse(55% clamp(5rem, -10.0353773585rem + 40.0943396226vw, 15.625rem) at 50% calc(100% - clamp(5rem, -10.0353773585rem + 40.0943396226vw, 15.625rem)));
}
.curve-bg--post {
  filter: drop-shadow(0px 0px clamp(2rem, -0.8301886792rem + 7.5471698113vw, 4rem) #FFDF47);
}
.curve-bg--post::before {
  background: #fff;
}

/*====================================
  Title Component
====================================*/
.c-title-typeA {
  margin: 0 auto clamp(2.125rem, 1.5943396226rem + 1.4150943396vw, 2.5rem);
}
.c-title-typeA p {
  margin: 0;
  line-height: 1.25;
}
.c-title-typeA h1, .c-title-typeA h2, .c-title-typeA h3, .c-title-typeA h4, .c-title-typeA h5, .c-title-typeA h6 {
  padding: 0;
  line-height: 1.2;
  font-weight: 500;
  background: none;
}
.c-title-typeA__en {
  font-family: var(--wp--preset--font-family--marcellus);
  font-size: clamp(1rem, 0.6462264151rem + 0.9433962264vw, 1.25rem);
  letter-spacing: 0.02em;
  color: var(--wp--preset--color--primary);
  text-align: center;
}
.c-title-typeA__ja {
  text-align: center;
  letter-spacing: 0.02em;
  font-size: clamp(1.75rem, 0.6886792453rem + 2.8301886792vw, 2.5rem);
  margin-top: clamp(0.25rem, 0.0731132075rem + 0.4716981132vw, 0.375rem);
}

.c-title-typeB {
  margin: 24px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.01em;
  margin-top: clamp(1.875rem, -2.5471698113rem + 11.7924528302vw, 5rem);
  margin-bottom: clamp(2rem, 1.2924528302rem + 1.8867924528vw, 2.5rem);
  position: relative;
}
.c-title-typeB p {
  margin: 0;
  line-height: 1;
}
.c-title-typeB h1, .c-title-typeB h2, .c-title-typeB h3, .c-title-typeB h4, .c-title-typeB h5, .c-title-typeB h6 {
  font-weight: 500;
}
.c-title-typeB__en {
  font-family: var(--wp--preset--font-family--marcellus);
  font-size: clamp(5.75rem, -5.570754717rem + 30.1886792453vw, 13.75rem);
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -30px;
}
@media (max-width: 480px) {
  .c-title-typeB__en {
    bottom: 10px;
  }
}
.c-title-typeB__ja {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-size: clamp(1.5rem, 0.9693396226rem + 1.4150943396vw, 1.875rem);
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-top: clamp(0.25rem, 0.0731132075rem + 0.4716981132vw, 0.375rem);
  z-index: 10;
}
.c-title-typeB__ja::before {
  content: none !important;
}
.c-title-typeB::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width='19'%20height='24'%20viewBox='0%200%2019%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M9.43701%20-6.00782e-07C8.14%206.48634%206.16219%2011.027%200.000186091%2012.0003C6.81086%2012.973%207.81566%2018.1623%209.43733%2024.0003C11.059%2018.4867%2010.7158%2013.6217%2018.1754%2012.0003C12.6618%2010.3783%2011.059%208.75667%209.43701%20-6.00782e-07Z'%20fill='%23FFDF47'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 32px;
  height: 40px;
  z-index: 10;
}
@media (max-width: 599px) {
  .c-title-typeB::before {
    width: 20px;
    height: 28px;
  }
}

.archive-suffix {
  display: block;
  font-size: 20px;
  margin-top: 8px;
}

.double-quotation {
  font-size: clamp(2.5rem, 0.7311320755rem + 4.7169811321vw, 3.75rem);
  line-height: 1;
  position: relative;
  text-align: center;
  margin: 0 auto 62px;
  padding-block: 70px 40px;
}
.double-quotation__sub {
  font-size: clamp(0.875rem, 0.5212264151rem + 0.9433962264vw, 1.125rem);
  color: var(--wp--preset--color--primary);
  line-height: 1.5;
  margin: 0;
}
.double-quotation__main {
  font-size: clamp(1.5rem, 0.0849056604rem + 3.7735849057vw, 2.5rem);
  margin-top: clamp(0.25rem, -0.1037735849rem + 0.9433962264vw, 0.5rem);
  line-height: 1.5;
}
.double-quotation::before, .double-quotation::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
}
.double-quotation::before {
  top: 70px;
  right: calc(50% - clamp(5.3125rem, 2.6591981132rem + 7.0754716981vw, 7.1875rem));
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2252%22%20height%3D%2248%22%20viewBox%3D%220%200%2052%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%204C0%201.79086%201.79086%200%204%200H24C26.2091%200%2028%201.79086%2028%204V20.7099C28%2025.3409%2025.9935%2029.7448%2022.4989%2032.7836L8.43741%2045.0109C7.62819%2045.7146%206.42924%2044.8239%206.86931%2043.846L13.3653%2029.4104C13.6631%2028.7486%2013.1791%2028%2012.4534%2028H4C1.79086%2028%200%2026.2091%200%2024V4Z%22%20fill%3D%22%234C965C%22/%3E%3Cpath%20d%3D%22M32%2013.8571C32%2012.2792%2033.2792%2011%2034.8571%2011H49.1429C50.7208%2011%2052%2012.2792%2052%2013.8571V25.5975C52%2028.9219%2050.5525%2032.0816%2048.0348%2034.2526L38.0297%2042.8802C37.4499%2043.3802%2036.5964%2042.7413%2036.9128%2042.0441L41.5419%2031.8428C41.7565%2031.3699%2041.4108%2030.8333%2040.8915%2030.8333H34.8571C33.2792%2030.8333%2032%2029.5541%2032%2027.9762V13.8571Z%22%20fill%3D%22%234C965B%22%20fill-opacity%3D%220.4%22/%3E%3C/svg%3E");
  transform: translateY(-130%);
}
.double-quotation::after {
  left: calc(50% - clamp(5.625rem, 2.9716981132rem + 7.0754716981vw, 7.5rem));
  bottom: 70px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2252%22%20height%3D%2248%22%20viewBox%3D%220%200%2052%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%204C0%201.79086%201.79086%200%204%200H24C26.2091%200%2028%201.79086%2028%204V20.7099C28%2025.3409%2025.9935%2029.7448%2022.4989%2032.7836L8.43741%2045.0109C7.62819%2045.7146%206.42924%2044.8239%206.86931%2043.846L13.3653%2029.4104C13.6631%2028.7486%2013.1791%2028%2012.4534%2028H4C1.79086%2028%200%2026.2091%200%2024V4Z%22%20fill%3D%22%234C965C%22/%3E%3Cpath%20d%3D%22M32%2013.8571C32%2012.2792%2033.2792%2011%2034.8571%2011H49.1429C50.7208%2011%2052%2012.2792%2052%2013.8571V25.5975C52%2028.9219%2050.5525%2032.0816%2048.0348%2034.2526L38.0297%2042.8802C37.4499%2043.3802%2036.5964%2042.7413%2036.9128%2042.0441L41.5419%2031.8428C41.7565%2031.3699%2041.4108%2030.8333%2040.8915%2030.8333H34.8571C33.2792%2030.8333%2032%2029.5541%2032%2027.9762V13.8571Z%22%20fill%3D%22%234C965B%22%20fill-opacity%3D%220.4%22/%3E%3C/svg%3E");
  transform: translateY(130%) rotate(180deg);
}

.is-style-card {
  padding: 1.5rem;
  border-radius: 12px;
  background: #fff;
}

/* =====================================
   Tag List (ul > li > p > a)
===================================== */
.c-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: fit-content;
  z-index: 100;
}
.c-tagList > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-tagList > li > a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 9999px;
  color: #111;
  display: inline-flex;
  font-size: 19px;
  line-height: 1;
  padding: 6px 12px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
  white-space: nowrap;
}
.c-tagList > li > a:hover {
  border: 1px solid #111;
  color: #111;
}
.c-tagList > li > a::before {
  content: "#";
  margin-right: 4px;
}
.c-tagList > li > p {
  margin: 0;
  padding: 0;
}
.c-tagList > li > p > a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 9999px;
  color: #111;
  display: inline-flex;
  font-size: 19px;
  line-height: 1;
  padding: 6px 12px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
  white-space: nowrap;
}
.c-tagList > li > p > a:hover {
  border: 1px solid #111;
  color: #111;
}
.c-tagList > li > p > a::before {
  content: "#";
  margin-right: 4px;
}

@media (max-width: 599px) {
  .survey .c-articleBody {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .survey__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-survey-result {
  margin-top: clamp(2rem, -0.0341981132rem + 5.4245283019vw, 3.4375rem);
  display: grid;
  gap: 49px;
}
@media (min-width: 600px) {
  .c-survey-result {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
}
.c-survey-result__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.c-survey-result__item {
  width: 100%;
}
.c-survey-result__label {
  border-bottom: 1px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: clamp(1.1875rem, 0.7452830189rem + 1.179245283vw, 1.5rem);
  font-weight: 500;
  text-align: left;
  margin: 0;
  padding-left: 40px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  height: 43px;
  background-image: url(../images/common/midashi-bg.svg);
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 1px;
  background-size: contain;
  line-height: 1;
}
@media (min-width: 600px) {
  .c-survey-result__label {
    height: 52px;
  }
}
.c-survey-result__q {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 400;
  margin: clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem) 0;
}
.c-survey-result__q::before {
  background-image: url(../images/icon/q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .c-survey-result .is-style-green-pill {
    max-width: 350px;
  }
}

.fukidashi {
  width: 45.2041785375vw;
  height: 13.4852801519vw;
  max-width: 476px;
  max-height: 142px;
  background-image: url(../images/common/fukidashi-bg-long.svg);
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  padding: clamp(1.25rem, 0.8077830189rem + 1.179245283vw, 1.5625rem) 0 0 clamp(1.875rem, 0.1061320755rem + 4.7169811321vw, 3.125rem);
  margin-left: 0 !important;
}
@media (max-width: 781px) {
  .fukidashi {
    width: 100%;
    height: 122px;
    padding: clamp(1.4375rem, 1.4375rem + 0vw, 1.4375rem) 0 0 clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
    background-image: url(../images/common/fukidashi-bg-long_sp.svg);
  }
}
.fukidashi p {
  margin: 0;
  font-size: clamp(1.1875rem, 0.7452830189rem + 1.179245283vw, 1.5rem);
  line-height: 1.5;
}
.fukidashi--short {
  background-image: url(../images/common/fukidashi-bg-short.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 341px;
  height: 56px;
  aspect-ratio: 6.09/1;
  display: flex;
  justify-content: center;
}
.fukidashi--short p {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  margin-top: 14px;
}
.fukidashi--kira {
  background-image: url(../images/common/fukidashi-bg-long-kira.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 2.69/1;
  width: 38.8414055081vw;
  height: 14.4349477683vw;
  max-width: 409px;
  max-height: 152px;
  padding: clamp(1.875rem, -0.1556016598rem + 4.1493775934vw, 2.5rem) 0 0 clamp(1.25rem, -0.7806016598rem + 4.1493775934vw, 1.875rem);
}
.fukidashi--kira p {
  margin: 0;
  font-size: clamp(1.1875rem, 0.1721991701rem + 2.0746887967vw, 1.5rem);
  letter-spacing: 0.02em;
}
@media (max-width: 781px) {
  .fukidashi--kira {
    width: 339px;
    height: 115px;
    padding: clamp(2rem, 2rem + 0vw, 2rem) 0 0 clamp(1.4375rem, 1.4375rem + 0vw, 1.4375rem);
    background-image: url(../images/common/fukidashi-bg-long-kira_sp.svg);
  }
  .fukidashi--kira p {
    margin: 0;
    font-size: clamp(1.1875rem, 0.9221698113rem + 0.7075471698vw, 1.375rem);
    line-height: 1.5;
  }
}
.fukidashi--kira2 {
  background-image: url(../images/common/fukidashi-bg-long-kira2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 2.69/1;
  width: 100%;
  height: auto;
  max-width: 409px;
  max-height: 152px;
  padding: clamp(2.5rem, 2.5rem + 0vw, 2.5rem) 0 0 clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
}
.fukidashi--kira2 p {
  margin: 0;
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  line-height: 1.5;
}
@media (max-width: 781px) {
  .fukidashi--kira2 {
    padding: clamp(1.75rem, -0.9978448276rem + 11.724137931vw, 2.8125rem) 0 0 clamp(1.375rem, -0.4030172414rem + 7.5862068966vw, 2.0625rem);
  }
  .fukidashi--kira2 p {
    font-size: clamp(1rem, -0.2931034483rem + 5.5172413793vw, 1.5rem);
  }
}

.thumbnail {
  position: relative;
}
.thumbnail__inner {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  mask-image: url(../images/common/thumb-mask.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.thumbnail__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.thumbnail--placeholder {
  width: 100%;
  aspect-ratio: 1/1;
  background: #eee;
  background-image: url(../images/icon/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.thumbnail__termIcon {
  position: absolute;
  right: 4%;
  bottom: 4%;
  width: 18%;
  height: 18%;
  display: grid;
  place-items: center;
  z-index: 100;
}
.thumbnail__termIcon img,
.thumbnail__termIcon svg {
  width: 100%;
  height: 100%;
  display: block;
}

html {
  scroll-behavior: smooth;
}

body,
.editor-styles-wrapper {
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  background-color: var(--wp--preset--color--bg-b);
  font-size: clamp(1rem, 0.8231132075rem + 0.4716981132vw, 1.125rem);
}

main > section {
  padding-top: 0;
}

section {
  padding: clamp(2.5rem, -1.0377358491rem + 9.4339622642vw, 5rem) 20px;
}

.is-overflow-hidden {
  overflow: hidden;
}

.z-index_-1 {
  z-index: -1;
}

.grecaptcha-badge {
  display: none !important;
}

.c-termGrid {
  /* レイアウトの基準 */
  --term-gap: 0;
  --term-border: color-mix(in srgb, currentColor 18%, transparent);
  --term-bg: color-mix(in srgb, currentColor 6%, transparent);
  align-items: center;
  border-bottom: 1px solid var(--wp--preset--color--primary);
  display: flex;
  gap: var(--term-gap);
  justify-content: center;
  overflow-x: auto;
  padding: clamp(0.625rem, 0.4481132075rem + 0.4716981132vw, 0.75rem) 0;
  padding-right: 10px;
}
.c-termGrid__icon, .c-termGrid__icon img {
  height: clamp(2rem, 1.2924528302rem + 1.8867924528vw, 2.5rem);
  width: clamp(2rem, 1.2924528302rem + 1.8867924528vw, 2.5rem);
}
.c-termGrid__name {
  font-size: clamp(0.75rem, 0.5731132075rem + 0.4716981132vw, 0.875rem);
  margin-top: 5px;
  color: #111;
}
.c-termGrid .btn {
  font-size: 18px;
  height: 50px;
  margin: 0 15px;
}
.c-termGrid.overflow {
  justify-content: flex-start;
}
.c-termGrid {
  /* 3) タームリンク（カード/チップ本体） */
}
.c-termGrid :where(a) {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.3;
  min-width: 8em;
  /* 長いターム名対策 */
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: filter 0.3s;
  white-space: nowrap;
  z-index: 100;
}
.c-termGrid :where(a):not(.btn) {
  color: var(--wp--preset--color--text-a);
}
.c-termGrid :where(a)::after {
  content: "";
  height: 60%;
  position: absolute;
  top: 10px;
  right: 0;
  width: 0px;
  border-right: 1px dotted var(--wp--preset--color--primary);
}
.c-termGrid :where(a):nth-last-child(2)::after {
  border-right: none;
}
@media (max-width: 781px) {
  .c-termGrid :where(a):nth-last-child(2)::after {
    visibility: hidden;
  }
  .c-termGrid :where(a):last-child {
    display: none;
  }
}
.c-termGrid {
  /* 4) ホバー/フォーカス */
}
.c-termGrid :where(a:hover) {
  filter: brightness(0.9);
}
.c-termGrid :where(a:focus-visible) {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.c-termGrid {
  /* 5) カウント表示がある場合（例：カテゴリ一覧） */
}
.c-termGrid :where(.count) {
  font-size: 0.92em;
  margin-left: 8px;
  opacity: 0.7;
}

.front-category .c-termGrid {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0px;
  overflow-x: visible;
  padding: 0;
  width: 84.0909090909%;
}
.front-category .c-termGrid a {
  color: var(--wp--preset--color--text-a);
  font-size: clamp(0.875rem, 0.5212264151rem + 0.9433962264vw, 1.125rem);
  padding: clamp(0.5rem, 0.1462264151rem + 0.9433962264vw, 0.75rem) clamp(0.5rem, -1.6226415094rem + 5.6603773585vw, 2rem);
}
.front-category .c-termGrid a:nth-last-child(2)::after, .front-category .c-termGrid a:nth-child(5n)::after {
  visibility: hidden;
}
@media (max-width: 781px) {
  .front-category .c-termGrid a:nth-child(5n)::after {
    visibility: visible;
  }
  .front-category .c-termGrid a:nth-child(3n)::after {
    visibility: hidden;
  }
}
.front-category .c-termGrid a:last-child {
  display: none;
}
.front-category .c-termGrid a::after {
  background-color: transparent;
  border-right: 1px dotted var(--term-border);
  height: 54px;
  top: 24px;
  width: 0;
}
.front-category .c-termGrid__item {
  padding: 0;
}
.front-category .c-termGrid__icon, .front-category .c-termGrid__icon img {
  height: 64px;
  width: 64px;
}
.front-category .c-termGrid__name {
  margin-top: 12px;
}
@media (max-width: 781px) {
  .front-category .c-termGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: auto;
  }
  .front-category .c-termGrid a::after {
    height: 28px;
  }
  .front-category .c-termGrid__icon, .front-category .c-termGrid__icon img {
    height: 44px;
    width: 44px;
  }
}

.c-articles {
  display: grid;
  gap: 0 20px;
  --cols-sp: 1;
  --cols-tab: 2;
  --cols-pc: 3;
  grid-template-columns: repeat(var(--cols-sp), minmax(0, 1fr));
}
.c-articles__item:nth-child(-n+2) {
  border-top: none;
}

@media (min-width: 782px) {
  .c-articles {
    grid-template-columns: repeat(var(--cols-tab), minmax(0, 1fr));
    gap: 0 40px;
    padding-inline: 20px;
  }
  .c-articles__item:nth-child(-n+3) {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .c-articles {
    grid-template-columns: repeat(var(--cols-pc), minmax(0, 1fr));
    gap: 0 60px;
  }
}
.c-articles {
  border-radius: 18px;
  overflow: visible;
}
.c-articles__empty {
  text-align: center;
  font-size: 16px;
  opacity: 0.7;
}
.c-articles__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border-top: 1px dotted var(--wp--preset--color--primary);
  padding-block: clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem);
}
@media (max-width: 599px) {
  .c-articles__item:nth-child(-n+2) {
    border-top: none;
  }
}
.c-articles__link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.c-articles__media {
  position: relative;
  padding: 0;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.c-articles__media:hover {
  filter: brightness(1.1);
}
.c-articles__body {
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.c-articles__title {
  margin: 12px 0 10px;
  font-size: clamp(1.1875rem, 0.7452830189rem + 1.179245283vw, 1.5rem);
  font-weight: 500;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-emphasis: ellipsis;
}
@media (max-width: 781px) {
  .c-articles__title {
    -webkit-line-clamp: 2;
  }
}
.c-articles__title a {
  color: inherit;
  text-decoration: none;
}
.c-articles__date {
  display: block;
  font-size: 14px;
  opacity: 0.7;
  margin-top: auto;
}

.c-articles--col1 .c-articles {
  grid-template-columns: 1fr;
  gap: 0px !important;
  padding: 0;
}
.c-articles--col1 .c-articles__item {
  display: grid;
  grid-template-columns: 35.7692307692% 1fr;
  gap: clamp(1rem, 0.2924528302rem + 1.8867924528vw, 1.5rem);
  padding-block: clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem);
  border-top: 1px dotted var(--wp--preset--color--primary);
  grid-template-rows: none;
}
.c-articles--col1 .c-articles__item:first-child {
  border-top: none;
  padding-top: 0;
}
.c-articles--col1 .c-articles__item:last-child {
  padding-bottom: 0;
}
@media (min-width: 782px) {
  .c-articles--col1 .c-articles__item {
    height: 180px;
    overflow: hidden;
  }
}
.c-articles--col1 .c-articles__body {
  padding: 0;
}
.c-articles--col1 .c-articles__title {
  font-size: clamp(1.125rem, 0.5943396226rem + 1.4150943396vw, 1.5rem);
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 781px) {
  .c-articles--col1 + .wp-block-buttons {
    margin-top: 40px;
  }
}

.column .c-breadcrumb + article,
.archive .c-breadcrumb + article {
  margin-top: 20px;
}

.wp-block-storepress-marquee__item .is-layout-flex {
  padding: 10px 10px 10px 0;
  gap: 20px;
}
.wp-block-storepress-marquee__item .is-layout-flex p {
  color: #fff;
}

.c-bottomNav {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 69px;
  background: #fafafa;
  display: none;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 781px) {
  .c-bottomNav {
    display: block;
  }
}
.c-bottomNav .wp-block-search {
  margin: 0 0 30px 0;
}
.c-bottomNav .c-title-typeB::before {
  margin-bottom: 5px;
}
.c-bottomNav .c-title-typeB__en {
  bottom: -20px;
}
.c-bottomNav__subItem {
  font-size: 12px;
  color: #111;
  padding: 5px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.c-bottomNav__subItem:nth-child(2n) {
  position: relative;
}
.c-bottomNav__subItem:nth-child(2n)::before {
  content: "";
  display: block;
  width: 0px;
  height: 28px;
  border-left: 1px dotted #4c965c;
  margin: 0 auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-bottomNav__subItem:nth-child(2n)::after {
  content: "";
  display: block;
  width: 0px;
  height: 28px;
  border-right: 1px dotted #4c965c;
  margin: 0 auto;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-bottomNav__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding-top: 5px;
}
.c-bottomNav__item {
  appearance: none;
  border: 0;
  background: transparent;
  text-decoration: none;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
  gap: 5px;
}
.c-bottomNav__item:nth-child(3) {
  background-color: var(--wp--preset--color--primary);
  width: 72px;
  height: 72px;
  border-radius: 200px;
  position: relative;
  top: -16px;
  border: 8px solid #fafafa;
}
.c-bottomNav__item:nth-child(3) span {
  color: #fff;
  position: relative;
}
.c-bottomNav__item:nth-child(3) span:first-child {
  top: -4px;
}
.c-bottomNav__item:nth-child(3) span {
  top: -8px;
}
.c-bottomNav__item.is-active {
  color: var(--wp--preset--color--primary);
}
.c-bottomNav__item.is-active .c-bottomNav__icon {
  color: var(--wp--preset--color--primary);
  background-color: #cae0ce;
  border-radius: 50px;
}
.c-bottomNav__icon {
  width: 52px;
  height: 36px;
  line-height: 1;
  color: #666;
}
.c-bottomNav__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.c-bottomNav__label {
  font-size: 11px !important;
  line-height: 1;
}
.c-bottomNav__submenu {
  position: absolute;
  left: 50%;
  bottom: calc(69px);
  transform: translateX(-50%);
  width: 100%;
  background: rgba(240, 239, 227, 0.9803921569);
  border-radius: 18px 18px 0 0;
  padding: 48px 20px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(-50%) translateY(12px);
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
  will-change: transform, opacity;
  box-sizing: border-box;
  z-index: -1;
}
.c-bottomNav__submenuInner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 0;
}
.c-bottomNav__submenuItem {
  text-decoration: none;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  padding: 6px;
}
.c-bottomNav__submenuItem:hover {
  background: rgba(0, 0, 0, 0.05);
}
.c-bottomNav__submenuItem svg {
  width: 26px;
  height: 26px;
  fill: #4c965c;
  opacity: 1;
}
.c-bottomNav.is-category-open .c-bottomNav__submenu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.c-socialShare__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.c-socialShare__list::-webkit-scrollbar {
  display: none;
}
.c-socialShare__item {
  flex: 0 0 auto;
}
.c-socialShare__link:focus-visible {
  outline: 2px solid #111827;
  outline-offset: 2px;
}
.c-socialShare__iconImg {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.c-marquee {
  padding-top: 8px;
  margin-left: 30px;
}
.c-marquee__track {
  display: flex;
  gap: 30px;
}
.c-marquee__track a {
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
.c-marquee__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.related-posts {
  margin-top: clamp(5rem, -4.2865566038rem + 24.7641509434vw, 11.5625rem);
  max-width: calc(var(--wp--style--global--content-size) + 172px);
  padding-top: clamp(2.5rem, 1.7924528302rem + 1.8867924528vw, 3rem);
  padding-inline: 20px;
}
.related-posts__inner {
  margin-bottom: clamp(5rem, -2.0754716981rem + 18.8679245283vw, 10rem);
}
.related-posts__inner::before {
  content: "";
  max-width: var(--wp--style--global--content-size);
  display: block;
  width: calc(100% - clamp(2.5rem, -10.9433962264rem + 35.8490566038vw, 12rem));
  box-sizing: border-box;
  height: clamp(15rem, 0.8490566038rem + 37.7358490566vw, 25rem);
  background-color: var(--wp--preset--color--primary);
  border-radius: 0 clamp(3.5rem, -0.2146226415rem + 9.9056603774vw, 6.125rem) clamp(3.5rem, -0.2146226415rem + 9.9056603774vw, 6.125rem) 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.related-posts .c-title-typeA {
  box-sizing: border-box;
}
@media (min-width: 782px) {
  .related-posts .c-title-typeA {
    padding-left: 69px;
  }
}
.related-posts .c-title-typeA__en {
  color: #fff;
  font-family: var(--wp--preset--font-family--marcellus);
  font-size: clamp(1rem, 0.6462264151rem + 0.9433962264vw, 1.25rem);
}
@media (min-width: 782px) {
  .related-posts .c-title-typeA__en {
    text-align: left;
  }
}
.related-posts .c-title-typeA__ja {
  color: #fff;
  font-size: clamp(1.75rem, 0.6886792453rem + 2.8301886792vw, 2.5rem);
  margin-top: 4px;
}
@media (min-width: 782px) {
  .related-posts .c-title-typeA__ja {
    text-align: left;
  }
}
.related-posts__btn-to-list {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.5rem, 1.0849056604rem + 3.7735849057vw, 3.5rem);
}
.related-posts .c-articles {
  gap: clamp(2rem, -0.4764150943rem + 6.6037735849vw, 3.75rem);
}
.related-posts .c-articles__item {
  border: none;
  padding: 0;
}

.c-breadcrumb {
  padding: clamp(1rem, -0.4150943396rem + 3.7735849057vw, 2rem) clamp(1.25rem, -0.5188679245rem + 4.7169811321vw, 2.5rem);
  font-size: clamp(0.75rem, 0.3962264151rem + 0.9433962264vw, 1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumb a {
  color: rgba(17, 17, 17, 0.4);
  text-decoration: none;
  transition: filter 0.3s ease;
}
.c-breadcrumb a:hover {
  filter: brightness(1.1);
}
.c-breadcrumb__sep {
  margin: 0 8px;
  color: rgba(17, 17, 17, 0.4);
}

.cp-popupOverlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.cp-popupOverlay.is-open {
  display: grid;
}

.cp-popup {
  width: min(520px, 85%);
  background: #fff;
  border-radius: 24px 24px 24px 2px;
  padding: clamp(0.625rem, -0.0825471698rem + 1.8867924528vw, 1.125rem);
  background-color: var(--wp--preset--color--primary);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cp-popup__inner {
  padding: 24px 20px 32px;
  border-radius: 15px 15px 15px 0;
  background-color: var(--wp--preset--color--surface);
}
.cp-popup__content {
  max-width: 410px;
  margin: 0 auto;
}
.cp-popup__title {
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 6px;
}
.cp-popup__body {
  font-size: clamp(1rem, 0.6462264151rem + 0.9433962264vw, 1.25rem);
  font-weight: 500;
  margin-top: 12px;
  line-height: 1.8;
  padding: 0 8px;
}
.cp-popup__actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cp-popup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  background: #2f7d52;
  color: #fff;
  font-weight: 700;
}
.cp-popup__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: none;
  background: #f2d34d;
  cursor: pointer;
}
.cp-popup__closeIcon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.swiper {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.swiper.is-ready {
  opacity: 1;
}

.c-pickupSlider {
  --ps-bg: #fbf4e6;
  --ps-active-bg: #ffffff;
  --ps-accent: #4c965c;
  --ps-active-glow: rgba(255, 223, 71, 0.5);
  --ps-radius: 28px;
  --ps-nav-size: 80px;
  --ps-nav-size-h: 54px;
  overflow: hidden;
  padding: 30px 0 60px;
}
@media (min-width: 600px) {
  .c-pickupSlider {
    padding-top: 70px;
  }
}
@media (min-width: 782px) {
  .c-pickupSlider {
    padding-top: 32px;
  }
}
.c-pickupSlider p {
  margin: 0;
}
.c-pickupSlider__slide {
  transition: all 0.4s ease;
}
.c-pickupSlider .swiper-slide {
  transform: scale(1);
}
.c-pickupSlider .swiper-slide-active {
  transform: scale(1.15);
  transform-origin: top center;
  filter: drop-shadow(0 0 25px var(--ps-active-glow));
}
@media (min-width: 600px) {
  .c-pickupSlider .swiper-slide-active {
    transform: scale(1.2);
  }
}
@media (min-width: 782px) {
  .c-pickupSlider .swiper-slide-active {
    transform: scale(1.25);
  }
}
.c-pickupSlider__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}
.c-pickupSlider__swiper {
  position: relative;
  overflow: visible;
  margin-inline: -16px;
}
.c-pickupSlider__card {
  border-radius: var(--ps-radius);
  background: transparent;
  transform-origin: center;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
  padding: 0;
}
.c-pickupSlider__card .c-articles__body {
  gap: clamp(0.3125rem, -0.1297169811rem + 1.179245283vw, 0.625rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-pickupSlider__card .c-articles__item {
  margin: 0;
  border: none;
  padding-block: unset;
}
.c-pickupSlider__card .c-articles__mediaLink {
  width: 100%;
}
.c-pickupSlider__card .c-articles__title {
  margin: 0;
}
.c-pickupSlider__card .c-tagList a {
  font-size: 12px;
}
.c-pickupSlider__nav {
  position: absolute;
  top: 22%;
  z-index: 10;
  width: var(--ps-nav-size);
  height: var(--ps-nav-size-h);
  border-radius: 9999px;
  border: 1px solid #111;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.c-pickupSlider__nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 15px;
  background: #111;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2215%22%20viewBox%3D%220%200%2028%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.75%207.49074H26.75M26.75%207.49074L19.0463%200.75M26.75%207.49074L19.0463%2014.2315%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2215%22%20viewBox%3D%220%200%2028%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.75%207.49074H26.75M26.75%207.49074L19.0463%200.75M26.75%207.49074L19.0463%2014.2315%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
@media (min-width: 782px) {
  .c-pickupSlider__nav::before {
    width: 28px;
  }
}
.c-pickupSlider__nav--prev {
  left: -6px;
}
.c-pickupSlider__nav--prev::before {
  transform: scaleX(-1);
}
.c-pickupSlider__nav--next {
  right: -6px;
}
.c-pickupSlider__footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, -8.7594339623rem + 27.358490566vw, 8.75rem);
}
.c-pickupSlider__listBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 320px;
  padding: 14px 22px;
  border-radius: 9999px;
  background: var(--ps-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.c-pickupSlider__listBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 8px;
}
.c-pickupSlider__navBar {
  display: none;
}
.c-pickupSlider__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 56px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #111;
  pointer-events: none;
}
.c-pickupSlider__pagerCurr, .c-pickupSlider__pagerTotal {
  font-size: 20px;
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 400;
}
.c-pickupSlider__pagerTotal {
  color: #111;
}
.c-pickupSlider__pagerSep {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #d1d5db;
  border-radius: 1px;
}
@media (min-width: 600px) {
  .c-pickupSlider__nav--prev {
    left: 9%;
  }
  .c-pickupSlider__nav--next {
    right: 9%;
  }
}
@media (min-width: 782px) {
  .c-pickupSlider__nav--prev {
    left: 25%;
  }
  .c-pickupSlider__nav--next {
    right: 25%;
  }
}
@media (max-width: 599px) {
  .c-pickupSlider__swiper > .c-pickupSlider__nav {
    display: none;
  }
  .c-pickupSlider .swiper-slide-active {
    transform: scale(1.05);
  }
  .c-pickupSlider__navBar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
    margin-top: 35px;
  }
  .c-pickupSlider__navBar .c-pickupSlider__nav {
    position: static;
    width: 56px;
    height: 40px;
    flex-shrink: 0;
  }
}

/* 初期は非表示 */
.u-br-mobile,
.u-br-tablet,
.u-br-pc {
  display: none;
}

/* SP */
@media (max-width: 767px) {
  .u-br-mobile {
    display: inline;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 959px) {
  .u-br-tablet {
    display: inline;
  }
}
/* PC */
@media (min-width: 960px) {
  .u-br-pc {
    display: inline;
  }
}
.is-style-yellow-pill {
  min-width: min(100%, 350px) !important;
}
.is-style-yellow-pill .wp-block-button__link {
  border: 1px solid transparent;
  border-radius: 9999px;
  box-sizing: border-box;
  color: var(--wp--preset--color--text-a);
  display: flex;
  font-size: clamp(1.125rem, 0.9481132075rem + 0.4716981132vw, 1.25rem);
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.01em;
  padding: 11px 65px !important;
  transition: border 0.3s;
  width: 100%;
  background: var(--wp--preset--color--secondary);
  background-image: var(--icon-arrow--dark);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 28px 15px;
}
.is-style-yellow-pill .wp-block-button__link:hover {
  border: 1px solid #111;
}

.is-style-yellow-pill--no-arrow {
  min-width: min(100%, 350px) !important;
}
.is-style-yellow-pill--no-arrow .wp-block-button__link {
  border: 1px solid transparent;
  border-radius: 9999px;
  box-sizing: border-box;
  color: var(--wp--preset--color--text-a);
  display: flex;
  font-size: clamp(1.125rem, 0.9481132075rem + 0.4716981132vw, 1.25rem);
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.01em;
  padding: 11px 65px !important;
  transition: border 0.3s;
  width: 100%;
  background: var(--wp--preset--color--secondary);
}
.is-style-yellow-pill--no-arrow .wp-block-button__link:hover {
  border: 1px solid #111;
}

.is-style-green-pill {
  min-width: min(100%, 350px) !important;
}
.is-style-green-pill .wp-block-button__link {
  border: 1px solid transparent;
  border-radius: 9999px;
  box-sizing: border-box;
  color: var(--wp--preset--color--text-a);
  display: flex;
  font-size: clamp(1.125rem, 0.9481132075rem + 0.4716981132vw, 1.25rem);
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.01em;
  padding: 11px 65px !important;
  transition: border 0.3s;
  width: 100%;
  background: var(--wp--preset--color--primary);
  background-image: var(--icon-arrow);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 28px 15px;
  color: var(--wp--preset--color--white);
  transition: all 0.3s ease;
}
.is-style-green-pill .wp-block-button__link:hover {
  background-color: #fff;
  background-image: var(--icon-arrow--green);
  border: 1px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}

.anchor-btns {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.is-style-anchor {
  min-width: min(100%, 350px) !important;
}
.is-style-anchor .wp-block-button__link {
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 16px;
  box-sizing: border-box;
  color: var(--wp--preset--color--text-a);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  padding: 15px 20px !important;
  width: 100%;
  transition: all 0.3s ease;
}
.is-style-anchor .wp-block-button__link:hover {
  color: var(--wp--preset--color--primary);
}
.is-style-anchor .wp-block-button__link::before {
  color: var(--wp--preset--color--primary);
  content: "▼";
  flex-shrink: 0;
  font-size: 0.75em;
}

.is-style-group-fukidashi {
  background-color: #fff;
  border-radius: 49px 49px 49px 2px;
  padding: clamp(2rem, -0.1226415094rem + 5.6603773585vw, 3.5rem) clamp(2rem, -4.3679245283rem + 16.9811320755vw, 6.5rem);
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));
}
.is-style-group-fukidashi > .wp-block-group {
  margin-top: 0;
}

.card-container {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (max-width: 781px) {
  .card-container {
    grid-template-columns: 1fr;
  }
}

.is-style-group-fukidashi2 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 24px;
  width: 100%;
  background-color: #f9f9f4;
  border-radius: 24px 24px 24px 2px;
  border: 2px solid var(--wp--preset--color--primary);
  padding: clamp(2rem, 2rem + 0vw, 2rem) clamp(2rem, 2rem + 0vw, 2rem);
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));
}
.is-style-group-fukidashi2__no {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 500;
  font-size: clamp(1.5rem, 1.1462264151rem + 0.9433962264vw, 1.75rem);
  margin: 0 !important;
  color: #fff;
  background-color: var(--wp--preset--color--primary);
  border-radius: 60px;
  padding: 5px 32px;
  width: fit-content;
}
.is-style-group-fukidashi2__title {
  font-size: clamp(1.5rem, 0.9693396226rem + 1.4150943396vw, 1.875rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 !important;
  text-align: left;
}
.is-style-group-fukidashi2__body {
  font-size: clamp(1.125rem, 0.9481132075rem + 0.4716981132vw, 1.25rem);
  line-height: 1.8;
  margin: 0;
  position: relative;
  padding-top: 24px;
  width: 100%;
}
.is-style-group-fukidashi2__body::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  top: 0;
  left: 0;
}
.is-style-group-fukidashi2__body::after {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
  top: 0;
  left: 0;
}

.is-style-group-kirari,
.is-style-group-review {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 80px !important;
  padding: clamp(2rem, 0.054245283rem + 5.1886792453vw, 3.375rem) clamp(0.625rem, -3.4433962264rem + 10.8490566038vw, 3.5rem);
  position: relative;
  width: 100%;
  filter: drop-shadow(5px 5px 0 rgb(255, 223, 71));
}
.is-style-group-kirari__title,
.is-style-group-review__title {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0 0;
  width: clamp(7.5rem, 0.4245283019rem + 18.8679245283vw, 12.5rem);
  height: clamp(7.5rem, 0.4245283019rem + 18.8679245283vw, 12.5rem);
}
.is-style-group-kirari__body,
.is-style-group-review__body {
  font-size: clamp(1.125rem, 0.9481132075rem + 0.4716981132vw, 1.25rem);
  margin: clamp(1.5625rem, -0.6485849057rem + 5.8962264151vw, 3.125rem) 0 0;
  position: relative;
  z-index: 100;
}
.is-style-group-kirari h2, .is-style-group-kirari h3, .is-style-group-kirari h4, .is-style-group-kirari h5, .is-style-group-kirari h6,
.is-style-group-review h2,
.is-style-group-review h3,
.is-style-group-review h4,
.is-style-group-review h5,
.is-style-group-review h6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: clamp(1.25rem, 0.5424528302rem + 1.8867924528vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.is-style-group-kirari h2::before, .is-style-group-kirari h3::before, .is-style-group-kirari h4::before, .is-style-group-kirari h5::before, .is-style-group-kirari h6::before,
.is-style-group-review h2::before,
.is-style-group-review h3::before,
.is-style-group-review h4::before,
.is-style-group-review h5::before,
.is-style-group-review h6::before {
  content: "";
  width: clamp(3.5625rem, 1.8820754717rem + 4.4811320755vw, 4.75rem);
  height: clamp(3rem, 1.5849056604rem + 3.7735849057vw, 4rem);
  background: url("../images/icon/kirakira.svg") no-repeat center/contain;
}

.is-style-group-review {
  filter: drop-shadow(5px 5px 0 rgb(76, 150, 92));
}
.is-style-group-review h2::before, .is-style-group-review h3::before, .is-style-group-review h4::before, .is-style-group-review h5::before, .is-style-group-review h6::before {
  background: url("../images/icon/review.svg") no-repeat center/contain;
}

.google-form iframe {
  width: 100%;
  min-height: 500px;
}

/* scroll-hint */
.is-style-group-scroll-hint {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.is-style-group-scroll-hint::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 140px;
  height: 120px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.is-style-group-scroll-hint::after {
  content: "スクロールできます";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  padding: 90px 20px 16px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-image: url("../images/common/scroll-hint.svg");
  background-repeat: no-repeat;
  background-position: center 14px;
  background-size: 64px 64px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.is-style-group-scroll-hint.is-hint-visible::before, .is-style-group-scroll-hint.is-hint-visible::after {
  opacity: 1;
  visibility: visible;
}
.is-style-group-scroll-hint__inner {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-style-heading-kirari {
  font-size: clamp(1.5rem, 0.9693396226rem + 1.4150943396vw, 1.875rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  background-color: rgba(255, 224, 71, 0.1921568627);
  border-radius: 12px;
  margin: clamp(2.5rem, 1.0849056604rem + 3.7735849057vw, 3.5rem) 0 clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem);
  padding: clamp(0.5rem, -0.9150943396rem + 3.7735849057vw, 1.5rem) clamp(1rem, 0.2924528302rem + 1.8867924528vw, 1.5rem);
  position: relative;
}
.is-style-heading-kirari::before {
  content: "";
  position: absolute;
  left: -13px;
  top: -13px;
  width: clamp(2.5rem, 1.7924528302rem + 1.8867924528vw, 3rem);
  height: clamp(2.5rem, 1.7924528302rem + 1.8867924528vw, 3rem);
  background: url("../images/icon/icon_kirari.svg") no-repeat center/contain;
}

.is-style-heading-line1 {
  font-size: clamp(1.1875rem, 0.7452830189rem + 1.179245283vw, 1.5rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem) 0 clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem);
  padding-block: 0 clamp(1rem, -0.4150943396rem + 3.7735849057vw, 2rem);
  position: relative;
  border-bottom: 1px solid #cfcfcf;
}
.is-style-heading-line1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
}

.wp-block-search {
  max-width: 640px;
  padding-inline: 20px;
  position: relative;
  z-index: 100;
}
.wp-block-search .search-icon {
  display: none;
}
.wp-block-search__inside-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #111;
  border-radius: 999px;
  padding: 0 56px 0 24px;
  height: 56px;
}
.wp-block-search__input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 18px;
  outline: none;
  padding: 0;
  height: 100%;
}
.wp-block-search__input::placeholder {
  color: #8c8c8c;
}
.wp-block-search__button {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.wp-block-search__button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}

blockquote.wp-block-quote {
  position: relative;
  margin: 32px 0 !important;
  padding: 45px 24px 18px 45px !important;
}
@media (min-width: 600px) {
  blockquote.wp-block-quote {
    padding: 18px 24px 18px 74px !important;
  }
}
blockquote.wp-block-quote {
  background: #fff !important;
  border: 1px solid #4c965b;
  border-radius: 12px;
}
blockquote.wp-block-quote::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: #4c965b;
  border-radius: 30px 0 0 30px;
}
blockquote.wp-block-quote::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 40px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2232%22%20viewBox%3D%220%200%2040%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8.92931%2032C6.44895%2032%204.31583%2031.1028%202.52997%2029.3084C0.843324%2027.514%200%2025.271%200%2022.5794C0%2017.595%201.48822%2013.109%204.46465%209.1215C7.44109%205.03428%2010.8144%202.04362%2014.5845%200.149541L15.1798%200C15.3783%200%2015.5767%200.0996919%2015.7751%200.299072C15.9735%200.498447%2016.0728%200.697822%2016.0728%200.897202C16.0728%201.19626%2015.9735%201.44548%2015.7751%201.64486C13.7908%203.43926%2012.253%205.1838%2011.1616%206.87851C10.1695%208.57321%209.67342%2010.1184%209.67342%2011.514C9.67342%2013.3084%2010.4671%2014.5047%2012.0546%2015.1028C13.8404%2016%2015.2294%2017.0467%2016.2216%2018.243C17.2137%2019.4393%2017.7098%2021.0841%2017.7098%2023.1776C17.7098%2025.6698%2016.8665%2027.7632%2015.1798%2029.4579C13.4932%2031.1527%2011.4097%2032%208.92931%2032ZM31.3683%2032C28.888%2032%2026.7549%2031.1028%2024.969%2029.3084C23.1831%2027.514%2022.2902%2025.271%2022.2902%2022.5794C22.2902%2017.595%2023.7784%2013.109%2026.7549%209.1215C29.8305%205.03428%2033.2534%202.04362%2037.0236%200.149541L37.6189%200C37.8173%200%2037.9661%200.0996919%2038.0653%200.299072C38.2637%200.498447%2038.363%200.697822%2038.363%200.897202C38.363%201.19626%2038.2637%201.44548%2038.0653%201.64486C36.081%203.33956%2034.5928%205.08411%2033.6007%206.87851C32.6085%208.57321%2032.1124%2010.1184%2032.1124%2011.514C32.1124%2013.2087%2032.8565%2014.405%2034.3448%2015.1028C36.2298%2016.0997%2037.6189%2017.1963%2038.5118%2018.3925C39.5039%2019.4891%2040%2021.0841%2040%2023.1776C40%2025.6698%2039.1567%2027.7632%2037.47%2029.4579C35.7834%2031.1527%2033.7495%2032%2031.3683%2032Z%22%20fill%3D%22%234C965B%22%20fill-opacity%3D%220.3%22/%3E%3C/svg%3E");
}
blockquote.wp-block-quote > p {
  margin: 0;
  line-height: 1.8;
}

.c-articles__pagination {
  margin-top: 40px;
}
.c-articles__pagination .page-numbers {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5rem, -1.445754717rem + 5.1886792453vw, 1.875rem);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-articles__pagination .page-numbers li {
  display: contents;
}
.c-articles__pagination .page-numbers a.page-numbers,
.c-articles__pagination .page-numbers span.page-numbers {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  min-width: 32px;
  text-decoration: none;
}
.c-articles__pagination .page-numbers a.page-numbers:not(.prev):not(.next),
.c-articles__pagination .page-numbers span.page-numbers:not(.prev):not(.next):not(.current):not(.dots) {
  font-family: var(--wp--preset--font-family--montserrat);
  color: var(--wp--preset--color--text-a);
  font-size: 20px;
}
.c-articles__pagination .page-numbers a.page-numbers:not(.prev):not(.next):hover,
.c-articles__pagination .page-numbers span.page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
  font-weight: bold;
}
.c-articles__pagination .page-numbers span.current {
  font-family: var(--wp--preset--font-family--montserrat);
  background-color: var(--wp--preset--color--primary);
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  height: 32px;
  width: 32px;
}
.c-articles__pagination .page-numbers span.dots {
  color: var(--wp--preset--color--text-a);
}
.c-articles__pagination .page-numbers a.prev,
.c-articles__pagination .page-numbers a.next,
.c-articles__pagination .page-numbers span.prev,
.c-articles__pagination .page-numbers span.next {
  border: 1.5px solid var(--wp--preset--color--text-a);
  border-radius: 9999px;
  color: var(--wp--preset--color--text-a);
  font-size: 13px;
  padding: 3px 11px;
}
.c-articles__pagination .page-numbers a.prev:hover,
.c-articles__pagination .page-numbers a.next:hover,
.c-articles__pagination .page-numbers span.prev:hover,
.c-articles__pagination .page-numbers span.next:hover {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.06);
}
.c-articles__pagination .page-numbers span.prev.is-disabled,
.c-articles__pagination .page-numbers span.next.is-disabled {
  border-color: #ccc;
  color: #ccc;
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}

.is-style-image-type1 {
  box-shadow: none;
  filter: drop-shadow(-4px 4px clamp(0.5rem, -0.2075471698rem + 1.8867924528vw, 1rem) rgba(0, 0, 0, 0.2));
}
.is-style-image-type1 img {
  border-radius: 8px;
}

.is-style-image-type2 {
  box-shadow: none;
  filter: drop-shadow(-4px 4px clamp(0.5rem, -0.2075471698rem + 1.8867924528vw, 1rem) rgba(0, 0, 0, 0.2));
  border-radius: 8px;
}

.is-style-image-type3 {
  box-shadow: none;
}
.is-style-image-type3 img {
  border-radius: 8px;
}

figure.wp-block-image {
  margin-block: clamp(1.25rem, -0.5188679245rem + 4.7169811321vw, 2.5rem);
}

.wp-block-image :where(figcaption) {
  margin-top: clamp(0.5rem, -0.2075471698rem + 1.8867924528vw, 1rem);
}

:root :where(.wp-block-image img, .wp-block-image .wp-block-image__crop-area, .wp-block-image .components-placeholder) {
  box-shadow: none !important;
}

@media not (prefers-reduced-motion) {
  .wp-lightbox-overlay.active img {
    box-shadow: none;
    filter: none;
    border-radius: 0;
  }
}
.wp-block-post-featured-image :where(img) {
  box-shadow: none;
  filter: drop-shadow(-4px 4px 16px rgba(0, 0, 0, 0.2));
  border-radius: 8px;
}

/* 共通：角丸・罫線・最終行制御（thead/tfoot有無に依存しない） */
.is-style-table-type1 table,
.is-style-table-type2 table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 8px;
  overflow: hidden;
}
.is-style-table-type1 table th,
.is-style-table-type1 table td,
.is-style-table-type2 table th,
.is-style-table-type2 table td {
  padding: clamp(0.75rem, -0.3113207547rem + 2.8301886792vw, 1.5rem) clamp(1rem, -1.1226415094rem + 5.6603773585vw, 2.5rem);
  text-align: left;
  /* 内側罫線は右＋下のみ（重なり回避） */
  border: 0;
  border-right: 1px solid var(--wp--preset--color--primary);
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.is-style-table-type1 table th strong,
.is-style-table-type1 table td strong,
.is-style-table-type2 table th strong,
.is-style-table-type2 table td strong {
  font-weight: 500;
}
.is-style-table-type1 table,
.is-style-table-type2 table {
  /* 行末は右罫線不要（外枠があるため） */
}
.is-style-table-type1 table tr > *:last-child,
.is-style-table-type2 table tr > *:last-child {
  border-right: 0;
}
.is-style-table-type1 table,
.is-style-table-type2 table {
  /* テーブル最終行は下罫線不要（外枠があるため）
     thead/tbody/tfoot どれが末尾でも成立 */
}
.is-style-table-type1 table > :last-child > tr:last-child > *,
.is-style-table-type2 table > :last-child > tr:last-child > * {
  border-bottom: 0;
}
.is-style-table-type1 table,
.is-style-table-type2 table {
  /* 角丸（上）：table直下の最初のセクションの最初行 */
}
.is-style-table-type1 table > :first-child > tr:first-child > *:first-child,
.is-style-table-type2 table > :first-child > tr:first-child > *:first-child {
  border-top-left-radius: 8px;
}
.is-style-table-type1 table > :first-child > tr:first-child > *:last-child,
.is-style-table-type2 table > :first-child > tr:first-child > *:last-child {
  border-top-right-radius: 8px;
}
.is-style-table-type1 table,
.is-style-table-type2 table {
  /* 角丸（下）：table直下の最後のセクションの最終行 */
}
.is-style-table-type1 table > :last-child > tr:last-child > *:first-child,
.is-style-table-type2 table > :last-child > tr:last-child > *:first-child {
  border-bottom-left-radius: 8px;
}
.is-style-table-type1 table > :last-child > tr:last-child > *:last-child,
.is-style-table-type2 table > :last-child > tr:last-child > *:last-child {
  border-bottom-right-radius: 8px;
}
.is-style-table-type1 table,
.is-style-table-type2 table {
  /* 見た目：thはどこに出ても同じ（thead/tfoot/単体でも） */
}
.is-style-table-type1 table th,
.is-style-table-type1 table tfoot td,
.is-style-table-type2 table th,
.is-style-table-type2 table tfoot td {
  background-color: #f0efe3;
  text-align: center;
  font-weight: 500;
}

/* type2 固有（横スクロール前提の幅） */
.is-style-group-scroll-hint .is-style-table-type2 {
  width: 200%;
}

.entry-content.wp-block-post-content {
  margin: clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem) 0;
  font-size: clamp(1.125rem, 0.9481132075rem + 0.4716981132vw, 1.25rem);
  line-height: 1.75;
  letter-spacing: 0.01em;
  word-wrap: break-word;
}
.entry-content.wp-block-post-content li {
  margin-block: clamp(1rem, -0.4150943396rem + 3.7735849057vw, 2rem);
}
@media (max-width: 599px) {
  .entry-content.wp-block-post-content {
    margin: clamp(1rem, 0.2924528302rem + 1.8867924528vw, 1.5rem) 0;
  }
}

.is-style-note {
  color: #666;
  font-size: clamp(0.75rem, 0.5731132075rem + 0.4716981132vw, 0.875rem);
}

.home .hitokoto {
  padding-top: 0;
  padding-bottom: clamp(5rem, -2.0754716981rem + 18.8679245283vw, 10rem);
}
@media (min-width: 782px) {
  .home .c-title-typeA {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    position: relative;
    left: -70px;
    padding-left: clamp(5.625rem, 2.9716981132rem + 7.0754716981vw, 7.5rem);
  }
}

.top-about {
  padding-bottom: clamp(5rem, -2.0754716981rem + 18.8679245283vw, 10rem);
  padding-top: 0;
}
.top-about > .c-title-typeA {
  margin-top: 0;
  margin-bottom: 20px;
  border: none;
}
.top-about > .c-title-typeA__ja {
  margin-top: 4px;
}
.top-about .is-style-group-fukidashi {
  margin-top: clamp(5rem, -2.0754716981rem + 18.8679245283vw, 10rem);
  max-width: 860px;
}
.top-about .is-style-group-fukidashi p {
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}
.top-about__msg {
  display: grid !important;
  font-size: clamp(1.125rem, 0.5943396226rem + 1.4150943396vw, 1.5rem);
  gap: clamp(2rem, -0.8301886792rem + 7.5471698113vw, 4rem);
  grid-template-columns: clamp(18.75rem, 9.1096698113rem + 25.7075471698vw, 25.5625rem) auto;
  justify-items: center;
  margin-bottom: clamp(2.5rem, 1.0849056604rem + 3.7735849057vw, 3.5rem);
}
@media (max-width: 781px) {
  .top-about__msg {
    grid-template-columns: 1fr;
  }
}
.top-about__btns {
  gap: clamp(1rem, -0.4150943396rem + 3.7735849057vw, 2rem);
}

.top-col2 {
  align-items: flex-start;
  display: grid !important;
  gap: clamp(2rem, 2.7075471698rem - 1.8867924528vw, 1.5rem);
  grid-template-columns: 1fr 1fr;
}
.top-col2 .c-title-typeA {
  border-bottom: none;
  left: 0;
  padding-left: 0;
  padding-bottom: 0;
}
@media (max-width: 781px) {
  .top-col2 {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.top-col2__item {
  display: grid;
  gap: clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem);
  grid-row: span 4;
  grid-template-rows: subgrid;
}
@media (max-width: 781px) {
  .top-col2 + .wp-block-buttons {
    padding-bottom: 70px;
  }
}

.c-pickup .wp-block-button__link {
  margin-bottom: 0;
  max-width: 350px;
}

/* ミニポップアップ */
.c-miniPopup {
  background: #3f8f63;
  border-radius: 14px;
  bottom: 24px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  max-width: min(720px, 100vw - 48px);
  position: fixed;
  right: 24px;
  z-index: 9999;
}
.c-miniPopup__link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.c-miniPopup__inner {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  padding: 18px 56px 18px 18px;
}
.c-miniPopup__icon {
  height: 28px;
  object-fit: contain;
  width: 28px;
}
.c-miniPopup__texts {
  min-width: 0;
}
.c-miniPopup__title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  gap: 5px;
  line-height: 1.25;
  margin: 0 0 6px;
}
.c-miniPopup__body {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}
.c-miniPopup__close {
  align-items: center;
  background: #ffd84a;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
}
.c-miniPopup__closeIcon {
  height: 20px;
  width: 20px;
}
@media (max-width: 599px) {
  .c-miniPopup {
    display: none;
    bottom: 12px;
    max-width: calc(100vw - 24px);
    right: 12px;
  }
  .c-miniPopup__inner {
    padding: 16px 52px 16px 16px;
  }
  .c-miniPopup__body {
    font-size: 22px;
  }
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.c-keyword {
  padding-bottom: clamp(3.5rem, -5.6981132075rem + 24.5283018868vw, 10rem);
}
.c-keyword form {
  margin-top: clamp(2rem, 1.2924528302rem + 1.8867924528vw, 2.5rem);
}

.c-category {
  border-top: 1px solid var(--wp--preset--color--primary);
  padding-block: clamp(1.875rem, -1.8396226415rem + 9.9056603774vw, 4.5rem);
}

.wpp-list .c-articles__item {
  overflow: visible;
}
.wpp-list .c-articles__mediaLink {
  position: relative;
}
.wpp-list .c-articles__mediaLink .wpp-ranking-icon {
  aspect-ratio: 1/1;
  display: block;
  left: -20px;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: calc(clamp(1.375rem, -0.4426652893rem + 3.7190082645vw, 1.9375rem) * -1);
  width: 35%;
  z-index: 10;
}
@media (max-width: 781px) {
  .wpp-list .c-articles__mediaLink .wpp-ranking-icon {
    left: calc(clamp(0.625rem, -0.4166666667rem + 4.4444444444vw, 1.25rem) * -1);
    top: calc(clamp(1.25rem, 0.2083333333rem + 4.4444444444vw, 1.875rem) * -1);
  }
}

.about .entry-content {
  margin-top: 20px;
}
@media (min-width: 782px) {
  .about .entry-content {
    margin-top: 0;
  }
}
.about-copy__logo {
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}
.about-copy__logo-img img {
  width: clamp(14.375rem, 8.1839622642rem + 16.5094339623vw, 18.75rem);
  height: auto;
  margin: 0;
}
.about-copy__logo-text {
  width: clamp(1.1875rem, 0.7452830189rem + 1.179245283vw, 1.5rem);
  white-space: nowrap;
}
.about-copy__body {
  font-size: clamp(1.1875rem, 0.7452830189rem + 1.179245283vw, 1.5rem);
  line-height: 1.8;
  margin-bottom: clamp(1.25rem, -0.5188679245rem + 4.7169811321vw, 2.5rem);
}
.about-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.875rem, -2.4858490566rem + 8.9622641509vw, 3.25rem);
  align-items: stretch;
}
.about-text-body {
  margin-top: clamp(2.5rem, -1.0377358491rem + 9.4339622642vw, 5rem);
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.9481132075rem + 0.4716981132vw, 1.25rem);
}
.about-text-body p {
  margin: clamp(1.25rem, -0.5188679245rem + 4.7169811321vw, 2.5rem) 0;
}
.about-text-body p:last-child {
  margin-bottom: 0;
}
.about .we-can-do {
  padding-top: 40px;
  padding-bottom: clamp(5rem, -2.0754716981rem + 18.8679245283vw, 10rem);
}
@media (min-width: 782px) {
  .about .we-can-do {
    padding-top: 0;
  }
}

.search .search-form {
  padding-block: clamp(1.25rem, -0.5188679245rem + 4.7169811321vw, 2.5rem);
}
.survey .intro {
  text-align: left;
}
@media (min-width: 600px) {
  .survey .intro {
    text-align: center;
  }
}
.survey .anchor-link {
  justify-content: center;
  gap: clamp(0.5rem, -1.6226415094rem + 5.6603773585vw, 2rem);
  margin-block: clamp(2.5rem, 1.0849056604rem + 3.7735849057vw, 3.5rem) clamp(5rem, -2.0754716981rem + 18.8679245283vw, 10rem);
}

.contact-tab-nav {
  display: flex;
  margin-bottom: clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem);
  border-bottom: 2px solid #E5E7EB;
}

.contact-tab-btn {
  flex: 1;
  padding: clamp(0.75rem, 0.3962264151rem + 0.9433962264vw, 1rem) clamp(1rem, 0.2924528302rem + 1.8867924528vw, 1.5rem);
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.6981132075rem + 0.4716981132vw, 1rem);
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 0.05em;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.contact-tab-btn:hover:not(.is-active) {
  color: #374151;
  border-bottom-color: #D1D5DB;
}
.contact-tab-btn.is-active {
  color: #4c965c;
  border-bottom-color: #4c965c;
}
.contact-tab-btn:focus-visible {
  outline: 2px solid #4c965c;
  outline-offset: 2px;
  border-radius: 2px 2px 0 0;
}

.contact-tab-panel:not(.is-active) {
  display: none;
}
.contact-tab-panel.is-active {
  padding-top: clamp(0.5rem, -0.2075471698rem + 1.8867924528vw, 1rem);
}

.c-toc {
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 16px;
  margin: clamp(2.5rem, -1.0377358491rem + 9.4339622642vw, 5rem) 0;
}
.c-toc .lwptoc_i {
  display: block;
  background: none;
  padding-top: clamp(1.5rem, 0.0849056604rem + 3.7735849057vw, 2.5rem);
}
.c-toc .lwptoc_header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.c-toc .lwptoc_toggle {
  margin-left: 8px;
  margin-top: 2px;
}
.c-toc .lwptoc_toggle a {
  color: var(--wp--preset--color--text-a);
}
.c-toc .lwptoc_title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
}
.c-toc .lwptoc_items {
  margin-top: clamp(1rem, -0.4150943396rem + 3.7735849057vw, 2rem);
  padding-top: 24px;
  border-top: 1px dotted var(--wp--preset--color--primary);
}
.c-toc .lwptoc_itemWrap {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.c-toc .lwptoc_i .lwptoc_item {
  display: grid;
  grid-template-columns: 10px 1fr;
  align-items: baseline;
  gap: 12px;
}
.c-toc .lwptoc_i .lwptoc_item a {
  color: var(--wp--preset--color--text-a);
  line-height: 1.75;
}
.c-toc .lwptoc_i .lwptoc_item a:hover {
  border-bottom: none !important;
}
.c-toc .lwptoc_i .lwptoc_item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0%200L10%205L0%2010V0Z'%20fill='%234C965C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 10px;
}

.wpcf7-form {
  margin: 0;
}

.contact-formitem {
  margin-bottom: clamp(1.25rem, 0.5424528302rem + 1.8867924528vw, 1.75rem);
}
.contact-formitem > label {
  display: block;
  cursor: pointer;
}

.item-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: clamp(0.875rem, 0.7865566038rem + 0.2358490566vw, 0.9375rem);
  font-weight: 600;
  color: #374151;
  line-height: 1.4;
}

.note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 4px;
  background: #DC2626;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  display: block;
  width: 100%;
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1.5px solid #D1D5DB;
  border-radius: 8px;
  font-size: clamp(0.9375rem, 0.8490566038rem + 0.2358490566vw, 1rem);
  color: #111827;
  line-height: 1.6;
  appearance: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=url]::placeholder,
.wpcf7-form input[type=number]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  color: #9CA3AF;
}
.wpcf7-form input[type=text]:hover,
.wpcf7-form input[type=email]:hover,
.wpcf7-form input[type=tel]:hover,
.wpcf7-form input[type=url]:hover,
.wpcf7-form input[type=number]:hover,
.wpcf7-form input[type=date]:hover,
.wpcf7-form select:hover,
.wpcf7-form textarea:hover {
  border-color: rgb(174.6682926829, 181.6536585366, 192.1317073171);
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #4c965c;
  box-shadow: 0 0 0 3px rgba(76, 150, 92, 0.25);
}
.wpcf7-form textarea {
  resize: vertical;
  min-height: 160px;
}
.wpcf7-form select {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 9L15 1' stroke='%236B7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #DC2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15) !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #DC2626;
  line-height: 1.4;
}
.wpcf7-form .wpcf7-not-valid-tip::before {
  content: "⚠ ";
}

.acceptance-form {
  margin-bottom: clamp(1.5rem, 0.7924528302rem + 1.8867924528vw, 2rem);
}
.acceptance-form label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
}
.acceptance-form .wpcf7-acceptance {
  display: block;
}
.acceptance-form .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}
.acceptance-form input[type=checkbox] {
  appearance: none;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: 1.5px solid #D1D5DB;
  border-radius: 4px;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  margin-top: 0;
  transition: border-color 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}
.acceptance-form input[type=checkbox]:hover {
  border-color: #4c965c;
}
.acceptance-form input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 150, 92, 0.25);
}
.acceptance-form input[type=checkbox]:checked {
  background: #4c965c;
  border-color: #4c965c;
}
.acceptance-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 15px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}
.acceptance-form .wpcf7-list-item-label {
  font-size: clamp(0.8125rem, 0.7240566038rem + 0.2358490566vw, 0.875rem);
  color: #374151;
  line-height: 1.6;
  cursor: pointer;
}
.acceptance-form .wpcf7-list-item-label a {
  color: #4c965c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.acceptance-form .wpcf7-list-item-label a:hover {
  color: #3a7a49;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(2rem, 0.5849056604rem + 3.7735849057vw, 3rem);
}
.submit-button input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 300px);
  padding: clamp(0.8125rem, 0.5471698113rem + 0.7075471698vw, 1rem) clamp(1.5rem, 0.0849056604rem + 3.7735849057vw, 2.5rem);
  background: #4c965c;
  color: #fff;
  font-size: clamp(0.9375rem, 0.8490566038rem + 0.2358490566vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.submit-button input[type=submit]:hover {
  background: #3a7a49;
  box-shadow: 0 4px 14px rgba(76, 150, 92, 0.4);
  transform: translateY(-1px);
}
.submit-button input[type=submit]:active {
  transform: translateY(0);
  box-shadow: none;
}
.submit-button input[type=submit]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 150, 92, 0.25);
}
.submit-button input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.submit-button .wpcf7-spinner {
  display: none;
  flex-shrink: 0;
}
.wpcf7-form.submitting .submit-button .wpcf7-spinner {
  display: block;
}

.wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  border: none;
}
.wpcf7-response-output:empty {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  background: #F0FDF4;
  color: #166534;
  border-left: 4px solid #4c965c;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background: #FEF2F2;
  color: #DC2626;
  border-left: 4px solid #DC2626;
}

.wpcf7-form.failed .wpcf7-response-output {
  background: #FEF2F2;
  color: #DC2626;
  border-left: 4px solid #DC2626;
}

.wpcf7-form.spam .wpcf7-response-output {
  background: #FFFBEB;
  color: #92400E;
  border-left: 4px solid #F59E0B;
}