@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco,
    Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono",
    "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono",
    "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(disabled),
[type="button"]:not(disabled),
[type="reset"]:not(disabled),
[type="submit"]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden="false"] {
  display: initial;
}

[aria-hidden="false"][hidden="false"]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  overflow: auto;
}

body {
  position: relative;
  overflow: clip;
  line-height: 1.5;
  font-weight: 500;
  color: #2d1605;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fffcf3;
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
  transition: opacity 0.4s ease;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sp {
  display: none;
}

.container {
  width: 100%;
  max-width: 1054px;
  padding: 0 15px;
  margin: 0 auto;
}

.color-primary {
  color: #e44501;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 87%;
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    opacity: 0.6;
  }
}
.site-header {
  padding: 12px 26px 10px 40px;
}

.header-container {
  display: flex;
}

.site-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
}

.header-right {
  flex: 1;
  margin-left: 30px;
}

.header-top {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}

.header-about {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-about__icon {
  width: 32px;
  height: 32px;
}

.nav-icons {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  margin-top: 16px;
  width: 100%;
  margin-left: auto;
  max-width: 832px;
}

.nav-icon-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-icon {
  width: 64px;
  height: 64px;
  transition: transform 0.4s ease;
}

.nav-icon-text {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.hamburger-menu {
  display: none;
}

.mobile-nav {
  display: none;
}

@media screen and (max-width: 1023px) {
  .site-header {
    padding: 9px 0;
    width: 87.7%;
    margin-inline: auto;
  }
  .header-container {
    align-items: center;
    justify-content: space-between;
  }
  .site-branding {
    margin-top: 0;
  }
  /* ハンバーガーメニューのスタイル */
  .hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    background-color: #2d1605;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    align-self: center;
    width: 62px;
    height: 62px;
  }
  .hamburger-icon {
    width: 26px;
    height: 26px;
  }
  .hamburger-text {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
  }
  /* モバイルナビゲーション */
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fffcf3;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    display: block;
  }
  .mobile-nav.is-open {
    transform: translateX(0);
  }
  .mobile-nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    width: 87.7%;
    margin-inline: auto;
  }
  .mobile-nav__logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-nav__logo {
    width: 156px;
  }
  .mobile-nav__content {
    padding: 8px 0 32px;
    width: 87.7%;
    margin-inline: auto;
  }
  .mobile-nav__categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .nav-icon-item {
    border: 2px solid #c56825;
    border-radius: 8px;
    background-color: #fff;
  }
  .nav-icon-item__link {
    padding: 10px;
  }
  .nav-icon {
    width: 40px;
    height: 40px;
  }
  .nav-icon-text {
    font-size: 14px;
    margin-top: 4px;
  }
  .mobile-nav__section {
    margin-top: 32px;
  }
  .mobile-nav__about-link {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .mobile-nav__about-icon {
    width: 32px;
    height: 32px;
  }
  .header-right {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav-icon-item__link:hover {
    opacity: 1;
  }
  .nav-icon-item__link:hover .nav-icon {
    transform: scale(1.2);
  }
}
/*============================
#colophon.site-footer
============================*/
#colophon.site-footer {
  background-color: #271e17;
  padding: 100px 0 64px;
}

.footer-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px 40px;
}

.footer-category-title {
  border-bottom: dashed 1px rgba(255, 255, 255, 0.4);
  padding-bottom: 24px;
}

.footer-category-title-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-category-icon {
  width: 40px;
  height: 40px;
}

.footer-category-name {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
}

.footer-subcategory-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.footer-subcategory-link {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

.footer-bottom {
  margin-top: 100px;
}

.footer-info {
  display: flex;
  align-items: center;
}

.footer-links {
  margin-left: auto;
}

.footer-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 48px;
  color: #fff;
  font-size: 18px;
  margin-left: 40px;
  line-height: 1.8;
}

.footer-social-copyright {
  margin-top: 48px;
  display: flex;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 24px;
}

.social-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon__image {
  width: 32px;
  height: 32px;
  transition: transform 0.4s ease;
}

.copyright {
  color: #fff;
  opacity: 0.65;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  margin-left: auto;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  #colophon.site-footer {
    padding: 64px 0;
  }
  .footer-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 22px;
  }
  .footer-category-title {
    padding-bottom: 12px;
  }
  .footer-category-title-link {
    gap: 8px;
  }
  .footer-category-name {
    font-size: 20px;
  }
  .footer-subcategory-list {
    display: none;
  }
  .footer-bottom {
    margin-top: 40px;
  }
  .footer-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer-branding {
    order: 2;
    margin-top: 40px;
    margin-inline: auto;
  }
  .footer-links {
    order: 1;
    margin-left: 0;
  }
  .footer-links__list {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
  }
  .footer-social-copyright {
    flex-direction: column;
    margin-top: 40px;
  }
  .copyright {
    margin-top: 40px;
    margin-right: auto;
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .social-icon:hover {
    opacity: 1;
  }
  .social-icon:hover .social-icon__image {
    transform: scale(1.2);
  }
}
.site-content {
  margin-top: 40px;
}

.page-category {
  margin-top: 48px;
}

.page-category--has-popular-words {
  margin-top: 32px;
}

.container {
  width: 1150px;
  padding: 0 15px;
  max-width: 100%;
  margin-inline: auto;
}

.article-list {
  margin-top: 80px;
  margin-bottom: 116px;
}

@media screen and (max-width: 1023px) {
  .site-content {
    margin-top: 24px;
  }
  .page-category {
    margin-top: 24px;
  }
  .page-category--has-popular-words {
    margin-top: 24px;
  }
  .container {
    padding: 0;
    width: 87.7%;
  }
  .article-list {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}
/* ====================================
   カテゴリグリッド - オリジナル版（4x2グリッド）
   ==================================== */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

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

.category-link {
  border-radius: 16px;
  border: 3px solid #c56825;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.category-image {
  width: 128px;
  height: 128px;
  transition: transform 0.4s ease;
}

.category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.category-name {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

/* ====================================
   カテゴリグリッド - 横並びバージョン2（左右ライン）
==================================== */
.categories-grid-line {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-card-line {
  text-align: center;
}

.category-card-line:first-child {
  border-left: 1px dotted #2d1605;
}

.category-link-line {
  position: relative;
  background-color: transparent;
  padding: 0 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.category-link-line::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  border-right: 1px dotted #2d1605;
}

.category-image-line {
  width: 80px;
  height: 80px;
}

.category-image-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.category-name-line {
  font-size: 19px;
  font-weight: 700;
}

/* ====================================
   タブレット対応（768px以下）
   ==================================== */
@media screen and (max-width: 1023px) {
  /* オリジナル版 */
  .categories-grid {
    gap: 4px;
  }
  .category-link {
    border-radius: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-width: 1px;
  }
  .category-image {
    width: 40px;
    height: 40px;
  }
  .category-name {
    font-size: 14px;
  }
  /* ====================================
   カテゴリグリッド - 横並びバージョン2（左右ライン）
  ================================== */
  .categories-grid-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 0;
  }
  .category-link-line {
    padding: 0;
    gap: 6px;
  }
  .category-card-line:nth-of-type(5) {
    border-left: 1px dotted #2d1605;
  }
  .category-image-line {
    width: 48px;
    height: 48px;
  }
  .category-name-line {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .category-link:hover {
    opacity: 1;
  }
  .category-link:hover .category-image {
    transform: scale(1.2);
  }
  .category-link-line:hover {
    opacity: 1;
  }
  .category-link-line:hover .category-image-line img {
    transform: scale(1.2);
  }
}
.category-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.category-badge {
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background-color: #e44501;
  padding: 4px 16px;
  border: 1px solid transparent;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

.category-badge--play {
  background-color: #649e1a;
}

.category-badge--learn {
  background-color: #1c8b56;
}

.category-badge--gift {
  background-color: #fe5e3c;
}

.category-badge--care {
  background-color: #ee6374;
}

.category-badge--food {
  background-color: #f49b20;
}

.category-badge--services {
  background-color: #2c44a8;
}

.category-badge--medical {
  background-color: #129ab5;
}

.category-badge--exercise {
  background-color: #8747d9;
}

.category-badge--word {
  background-color: #fff;
  border-color: #2d1605;
  color: #2d1605;
}

.category-badge--active {
  background-color: #2d1605;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .category-badges {
    gap: 4px;
  }
  .category-badge--word {
    font-size: 16px;
  }
  .hero-carousel .category-badge {
    font-size: 16px;
  }
  .single .p-singleMeta .category-badge {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .category-badge:hover {
    opacity: 1;
    color: #fff;
    background-color: #2d1605;
  }
}
.category-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fffcf3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon__image {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

.category-icon--hero {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.category-icon__image--hero {
  width: 120px;
  height: 120px;
  max-width: 75%;
  aspect-ratio: 1/1;
}

/* 共通ロゴセクションのベーススタイル */
.logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.logo-tagline {
  font-size: 15px;
  font-weight: 700;
}

.logo-link {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.logo-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ヘッダー用のスタイル */
.logo-tagline--header {
  color: #b8500b;
}

.logo-image--header {
  width: 258px;
}

/* フッター用のスタイル */
.logo-section--footer {
  gap: 4px;
}

.logo-tagline--footer {
  color: #fff;
  font-size: 14px;
}

.logo-image--footer {
  width: 238px;
}

@media screen and (max-width: 1023px) {
  /* 共通ロゴセクションのベーススタイル */
  .logo-tagline {
    font-size: 14px;
  }
  /* ヘッダー用のスタイル */
  .logo-tagline--header {
    display: none;
  }
  .logo-image--header {
    width: 156px;
  }
  /* フッター用のスタイル */
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .article-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 36px;
  }
}
.article-card {
  position: relative;
}

.article-card__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}

.article-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.article-card__body {
  position: relative;
}

.article-card__category-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

.article-card__content {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}

.article-card__title {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 16px;
  order: 2;
  min-height: 66px;
}

.article-card__category-badge {
  order: 1;
}

.article-card__date {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  order: 3;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #afa49b;
}

@media screen and (max-width: 1023px) {
  .article-card__content {
    padding-top: 30px;
  }
  .article-card__title {
    margin-top: 12px;
    min-height: auto;
  }
  .article-card__date {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .article-card:hover {
    opacity: 1;
  }
  .article-card:hover .article-card__image {
    transform: scale(1.2);
  }
}
.section-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-title__icon {
  width: 64px;
  height: 64px;
}

.section-title__text {
  font-size: 48px;
  font-weight: 700;
}

.section-title--center {
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .section-title {
    gap: 12px;
  }
  .section-title__icon {
    width: 40px;
    height: 40px;
  }
  .section-title__text {
    font-size: 32px;
  }
  .search .section-title {
    flex-direction: column;
  }
  .search .section-title__text {
    font-size: 24px;
  }
  .thanks .section-title {
    flex-direction: column;
    text-align: center;
  }
  .thanks .section-title__text {
    font-size: 24px;
  }
}
.popular-words {
  width: 888px;
  max-width: 100%;
  margin-inline: auto;
  background-color: #fff6dd;
  border-radius: 20px;
  padding: 40px;
  margin-top: 32px;
}

.popular-words__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.popular-words__icon {
  width: 32px;
  height: 32px;
}

.popular-words__text {
  font-size: 24px;
  font-weight: 700;
}

.popular-words__key {
  margin-top: 16px;
}

.popular-words__search {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .popular-words {
    width: 100%;
    border-radius: 8px;
    margin-top: 24px;
    padding: 24px;
  }
  .popular-words__title {
    gap: 4px;
  }
  .popular-words__icon {
    width: 28px;
    height: 28px;
  }
  .popular-words__text {
    font-size: 18px;
  }
  .popular-words__key {
    margin-top: 12px;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  border-radius: 100px;
  position: relative;
  padding: 16px 16px 16px 32px;
  min-width: 350px;
  border: 1px solid transparent;
}

.button--primary {
  background-color: #e44501;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

.button__text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.4s ease;
}

.button__icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.button__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  transition: opacity 0.4s ease, z-index 0.4s ease;
}

.button__icon-usual {
  z-index: 1;
}

.button__icon-hover {
  z-index: 0;
  opacity: 0;
}

.button--small {
  gap: 4px;
  padding: 10px 16px 10px 24px;
  min-width: auto;
}

.button--small .button__text {
  font-size: 18px;
}

.button--small .button__icon {
  width: 24px;
  height: 24px;
}

.thanks .button {
  padding: 16px;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .button {
    padding: 12px 12px 12px 32px;
    max-width: 100%;
    width: 320px;
    min-width: auto;
    gap: 16px;
  }
  .button__text {
    font-size: 18px;
  }
  .thanks .button {
    padding: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    opacity: 1;
  }
  .button--primary:hover {
    background-color: #fff;
    border-color: #e44501;
  }
  .button:hover .button__text {
    color: #e44501;
  }
  .button:hover .button__icon-usual {
    opacity: 0;
    z-index: 0;
  }
  .button:hover .button__icon-hover {
    opacity: 1;
    z-index: 1;
  }
}
.search-form-wrapper {
  display: flex;
  align-items: stretch;
  background-color: #f8eed2;
  border-radius: 50px;
  overflow: hidden;
  max-width: 300px;
  min-width: 250px;
  width: 100%;
}

.search-field {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  outline: none;
  padding: 12px 12px 12px 24px;
  background: transparent;
  border-radius: 50px;
  font-weight: 700;
}

.search-field::-moz-placeholder {
  color: rgba(45, 22, 5, 0.6509803922);
}

.search-field::placeholder {
  color: rgba(45, 22, 5, 0.6509803922);
}

.search-field:focus {
  outline: none;
}

.search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  min-width: 70px;
  background-color: #e44501;
  color: white;
  border: none;
  padding: 10px 20px 10px 14px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50px;
  margin: 5px 5px 5px 0;
  line-height: 1;
}

.search-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.search-form-wrapper--white {
  background-color: #fff;
  border: 1px solid #2d1605;
  max-width: 500px;
  width: 500px;
}

.search-field--popular-words {
  font-size: 20px;
}

.search-submit--popular-words {
  font-size: 18px;
  margin: 8px 8px 8px 0;
  padding: 14px 20px 14px 16px;
}

.search-icon--popular-words {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1023px) {
  .search-form {
    width: 100%;
  }
  .search-form-wrapper--white {
    width: 100%;
  }
  .search-field--popular-words {
    font-size: 16px;
  }
  .search-submit--popular-words {
    font-size: 16px;
    margin: 5px 5px 5px 0;
    padding: 10px 20px 10px 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .search-submit:hover .search-icon {
    transform: scale(1.4);
  }
}
.p-breadcrumb {
  padding: 24px 0;
}

.p-breadcrumb__list {
  font-size: 16px;
  flex-wrap: wrap;
}

.p-breadcrumb__item {
  max-width: 100%;
}

.c-categoryList__separation:after,
.p-breadcrumb__item:after {
  background-image: url(../../assets/images/icon__arrow-right--primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-color: inherit;
  opacity: 1;
  -webkit-clip-path: none;
  clip-path: none;
}

.p-breadcrumb__text {
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.p-breadcrumb__text {
  text-decoration: underline;
  opacity: 1;
}

.p-breadcrumb__text .__home:before {
  content: none;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
  opacity: 0.5;
}

@media screen and (max-width: 1023px) {
  .p-breadcrumb__list {
    padding: 0;
    width: 87.7%;
  }
}
/* ====================================
   ページネーション - 既存CSS上書き版
==================================== */
.c-pagination {
  font-size: 22px;
  gap: 8px;
  margin-top: 64px;
  margin-bottom: 0;
}

/* ====================================
   前へ・次へナビゲーションボタン
   ==================================== */
.c-pagination__nav {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  height: 50px;
  border: 1px solid #2d1605;
  border-radius: 4px;
  background-color: #fff;
  color: #2d1605;
  font-weight: 700;
}

.c-pagination__nav-icon {
  width: 32px;
  height: 32px;
}

/* 前へボタンのアイコン（左向き矢印） */
.c-pagination__nav-icon--prev {
  transform: rotate(180deg);
}

/* ナビゲーションテキスト */
.c-pagination__nav-text {
  white-space: nowrap;
}

.c-pagination__nav.-disabled {
  background-color: rgba(45, 22, 5, 0.2);
  cursor: not-allowed;
  pointer-events: none;
  border: none;
}

.c-pagination__nav {
  transition: background-color 0.4s ease, color 0.4s ease;
}

.c-pagination__nav.-disabled .c-pagination__nav-icon,
.c-pagination__nav.-disabled .c-pagination__nav-text {
  opacity: 0.65;
}

/* ====================================
   ページ番号部分（既存を上書き）
   ==================================== */
.c-pagination__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* 既存のpage-numbersスタイルを上書き */
[class*="page-numbers"] {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2d1605;
  border-radius: 4px;
  background-color: #fff;
  color: #2d1605;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  box-sizing: border-box;
  box-shadow: none;
  transition: background-color 0.4s ease;
}

[class*="page-numbers"].current {
  background-color: #2d1605;
  color: #fff;
  border-color: #2d1605;
}

.c-pagination__dot {
  color: #2d1605;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 1023px) {
  /* ====================================
     ページネーション - 既存CSS上書き版
  ==================================== */
  .c-pagination {
    font-size: 18px;
    margin-top: 48px;
  }
  /* ====================================
   前へ・次へナビゲーションボタン
   ==================================== */
  .c-pagination__nav {
    height: 34px;
    width: 34px;
    padding: 0;
    justify-content: center;
  }
  .c-pagination__nav-icon {
    height: 24px;
    width: 24px;
  }
  /* 前へボタンのアイコン（左向き矢印） */
  /* ナビゲーションテキスト */
  .c-pagination__nav-text {
    display: none;
  }
  /* ====================================
   ページ番号部分（既存を上書き）
   ==================================== */
  /* 既存のpage-numbersスタイルを上書き */
  [class*="page-numbers"] {
    height: 34px;
    width: 34px;
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  [class*="page-numbers"]:hover {
    background-color: #2d1605;
    opacity: 1;
  }
  .c-pagination__nav:hover {
    background-color: #2d1605;
    color: #fff;
    opacity: 1;
  }
}
.hero-carousel {
  margin: 0 auto;
}

.hero-carousel__slide {
  position: relative;
  margin-top: 80px;
  transition: margin 0.6s ease;
}

.swiper-slide-active {
  margin-top: 0;
}

.hero-carousel__image-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-carousel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hero-carousel__badge {
  position: absolute;
  right: 19px;
  top: 37px;
  background-color: #e44501;
  color: white;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
}

.hero-carousel__info {
  position: relative;
  z-index: 2;
  margin-top: auto;
  height: 100%;
  margin-top: 49.5%;
}

.hero-carousel__link {
  border: 1px solid #2d1605;
  border-radius: 16px;
  padding: 40px;
  background-color: #fff;
  width: 69%;
  margin-top: auto;
  margin-left: 64px;
}

.hero-carousel__title {
  font-size: 28px;
  font-weight: 700;
  min-height: 84px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-carousel__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  opacity: 0.9;
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px dashed #afa49b;
}

.hero-carousel__date {
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.hero-category-icon {
  position: absolute;
  right: 32px;
  top: 0;
  width: 160px;
  height: 160px;
  max-width: 11.8vw;
}

.hero-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.hero-carousel__control-btn {
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-carousel__control-btn--play {
  background-color: #2d1605;
  border-radius: 50%;
}

.hero-carousel__control-icon {
  display: block;
  justify-content: center;
  align-items: center;
}

.hero-carousel__control-btn--prev .hero-carousel__control-icon {
  transform: rotate(180deg);
}

.hero-carousel__control-icon--play {
  background-image: url(../../assets/images/icon__carousel-start.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
}

.is-playing .hero-carousel__control-icon--play {
  background-image: url(../../assets/images/icon__carousel-pause.svg);
}

.hero-carousel__control-icon img {
  width: 32px;
  height: 32px;
  display: block;
}

.category-top {
  position: relative;
  margin-top: 192px;
  margin-bottom: 216px;
  background-color: #fff6dd;
}

.category-top::before,
.category-top::after {
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  z-index: -1;
}

.category-top::before {
  background-image: url(../../assets/images/category-top__decoration--top.svg);
  background-position: top;
  height: 160px;
  top: -160px;
}

.category-top::after {
  background-image: url(../../assets/images/category-top__decoration--bottom.svg);
  background-position: bottom;
  height: 216px;
  bottom: -150px;
}

.top-news {
  position: relative;
  padding-top: 54px;
}

.top-news::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/deco__dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 592/506;
  width: 43.3%;
  right: -3%;
  top: -15%;
  z-index: -1;
}

.top-news::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/deco__beans.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1055/638;
  width: 77%;
  left: -23%;
  bottom: -37%;
  z-index: -1;
}

.top-news__actions {
  margin-top: 64px;
  text-align: center;
}

/* About Section */
.about-section {
  margin-top: 80px;
  position: relative;
}

.about-section::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/deco__dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 592/506;
  width: 43.3%;
  right: -14%;
  top: 23%;
  z-index: -1;
}

.about-section::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/deco__beans-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1088/927;
  width: 80%;
  left: -23%;
  top: 48%;
  z-index: -1;
}

.about-section__hero {
  width: 94%;
  margin-inline: auto;
}

.about-section__hero-image {
  width: 100%;
  aspect-ratio: 1286/480;
  max-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.section-title--about {
  margin-top: 128px;
}

.about-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 45px;
}

.about-section__text {
  width: 48%;
}

.about-section__headline {
  font-size: 48px;
}

.about-section__highlight {
  color: #e44501;
}

.about-section__description {
  line-height: 1.8;
  font-size: 20px;
  margin-top: 32px;
}

.about-section__button {
  margin-top: 40px;
}

.about-section__image-wrapper {
  flex: 1;
  margin-right: calc(50% - 50vw);
}

.about-section__main-image {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 24px;
}

.about-us-section {
  margin-top: 128px;
  margin-bottom: 100px;
}

.about-us-section__bg {
  position: relative;
  width: 94%;
  margin-inline: auto;
  border-radius: 24px;
  background-color: #fff6dd;
  display: flex;
  overflow: hidden;
}

.about-us-section__bg::before,
.about-us-section__bg::after {
  position: absolute;
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  right: 0;
  left: 0;
}

.about-us-section__bg::before {
  background-image: url(../../assets/images/about-us__bg-layer1.svg);
  aspect-ratio: 1345/227;
  bottom: -4%;
  z-index: 1;
}

.about-us-section__bg::after {
  background-image: url(../../assets/images/about-us__bg-layer2.svg);
  aspect-ratio: 1260/249;
  bottom: -5%;
  left: 10%;
  z-index: 0;
}

.about-us-section__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.about-us-section__text {
  width: 43.75%;
  z-index: 2;
  position: relative;
  padding: 100px 0 100px;
}

.about-us-section__message {
  margin-top: 40px;
}

.about-us-section__message-text {
  font-size: 20px;
  line-height: 1.8;
}

.about-us-section__message-text:not(:first-child) {
  margin-top: 2em;
}

.about-us-section__button {
  margin-top: 40px;
}

.about-us-section__gallery {
  position: absolute;
  overflow: hidden;
  width: 53%;
  z-index: 1;
  flex: 1;
  right: 17px;
}

.image-scroll {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  height: 100%;
}

.image-scroll__track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.image-scroll__column:nth-child(1) .image-scroll__track {
  animation: scrollUp 20s linear infinite;
}

.image-scroll__column:nth-child(2) .image-scroll__track {
  animation: scrollDown 20s linear infinite;
}

.image-scroll__item {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.image-scroll__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1023px) {
  .hero-carousel__slide {
    margin-top: 0;
    aspect-ratio: unset;
  }
  .hero-carousel__image {
    border-radius: 12px;
  }
  .hero-carousel__badge {
    font-size: 16px;
    padding: 6px 20px;
    right: 8px;
    top: 8px;
  }
  .hero-carousel__info {
    text-align: center;
  }
  .hero-carousel__link {
    padding: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 93.4%;
  }
  .hero-carousel__title {
    font-size: 22px;
    min-height: auto;
    text-align: left;
  }
  .hero-carousel__meta {
    margin-top: 24px;
  }
  .hero-carousel__date {
    font-size: 16px;
  }
  .hero-category-icon {
    display: none;
  }
  .hero-carousel__controls {
    margin-top: 24px;
  }
  .category-top {
    margin-top: 92px;
    margin-bottom: 63px;
  }
  .category-top::before {
    height: 79px;
    top: -73px;
    background-position: left top;
  }
  .category-top::after {
    height: 104px;
    bottom: -63px;
    background-position: left bottom;
  }
  .top-news {
    margin-top: 32px;
  }
  .top-news::before {
    background-image: url(../../assets/images/deco__dots--sp.svg);
    width: 78.7%;
    aspect-ratio: 307/262;
    right: -39%;
    top: -1.6%;
  }
  .top-news::after {
    width: 144%;
    bottom: -8.7%;
    left: -15%;
  }
  .top-news__actions {
    margin-top: 48px;
  }
  /* About Section */
  .about-section {
    margin-top: 64px;
  }
  .about-section::before {
    background-image: url(../../assets/images/deco__dots--sp.svg);
    aspect-ratio: 355/335;
    width: 91%;
    right: -53%;
    top: 12%;
  }
  .about-section::after {
    width: 130%;
    top: 59%;
    left: inherit;
    right: 11%;
  }
  .about-section__hero {
    width: 100%;
  }
  .about-section__hero-image {
    border-radius: 0;
    height: 300px;
  }
  .section-title--about {
    margin-top: 80px;
  }
  .about-section__content {
    flex-direction: column;
    margin-top: 24px;
  }
  .about-section__text {
    width: 100%;
  }
  .about-section__headline {
    font-size: 32px;
  }
  .about-section__description {
    margin-top: 24px;
    font-size: 18px;
  }
  .about-section__image-wrapper {
    margin-right: 0;
  }
  .about-section__main-image {
    height: auto;
    aspect-ratio: 342/297;
    border-radius: 12px;
  }
  .about-us-section {
    margin-top: 64px;
    margin-bottom: 0;
  }
  .about-us-section__bg {
    width: 100%;
    border-radius: 0;
    padding-top: 64px;
  }
  .about-us-section__bg::before,
  .about-us-section__bg::after {
    width: 300%;
  }
  .about-us-section__bg::before {
    left: -68%;
    bottom: -3%;
  }
  .about-us-section__bg::after {
    bottom: -1%;
    left: 27%;
  }
  .about-us-section__content {
    flex-direction: column;
  }
  .about-us-section__text {
    order: 2;
    width: 100%;
    padding: 40px 0 80px;
  }
  .about-us-section__message {
    margin-top: 24px;
  }
  .about-us-section__message-text {
    font-size: 18px;
  }
  .about-us-section__gallery {
    order: 1;
    position: relative;
    width: 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    right: 0;
  }
  .image-scroll {
    display: block;
    height: auto;
  }
  .image-scroll__column {
    margin-bottom: 8px;
  }
  .image-scroll__track {
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
    gap: 8px;
  }
  .image-scroll__column:nth-child(1) .image-scroll__track {
    animation: scrollLeft 25s linear infinite;
  }
  .image-scroll__column:nth-child(2) .image-scroll__track {
    animation: scrollRight 25s linear infinite;
  }
  .image-scroll__item {
    width: 160px;
    height: 160px;
    aspect-ratio: 1/1;
  }
  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @keyframes scrollRight {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media (hover: hover) and (pointer: fine) {
  .hero-carousel__info:hover .hero-carousel__link {
    opacity: 1;
  }
  .hero-carousel__info:hover
    + .hero-carousel__image-wrapper
    .hero-carousel__image {
    transform: scale(1.1);
  }
}
.page-category__sub {
  margin-top: 48px;
}

.page-category__sub-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.page-category__sub-content {
  margin-top: 24px;
}

.search-count {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
}

.no-results {
  line-height: 1.75;
  text-align: center;
  font-weight: 700;
}

.page-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  padding-bottom: 116px;
}

.page-side {
  width: 24%;
}

.page-side__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-flex__content {
  width: 65.7%;
}

@media screen and (max-width: 1023px) {
  .page-category__sub {
    margin-top: 36px;
  }
  .page-category__sub-title {
    font-size: 18px;
  }
  .search-count {
    padding-bottom: 0;
    margin-top: 12px;
    font-size: 18px;
  }
  .page-flex {
    flex-direction: column;
    gap: 40px;
    margin-top: 24px;
    padding-bottom: 68px;
  }
  .page-side {
    width: 100%;
  }
  .page-side__buttons {
    gap: 16px;
    align-items: center;
    max-width: 290px;
    margin-inline: auto;
  }
  .page-flex__content {
    width: 100%;
  }
}
:root {
  --article_size: 958px;
  --color_htag: #2d1605;
  --swl-fz--content: 18px;
}

.p-singleTitle__heading {
  font-size: 32px;
}

.p-singleMeta {
  margin-top: 38px;
}

.p-singleMeta__wrapper {
  display: flex;
  align-items: center;
}

.p-singleMeta__left {
  display: flex;
  align-items: center;
}

.p-singleMeta__date {
  font-size: 18px;
  font-weight: 500;
}

.p-singleMeta__time {
  font-family: "Inter", sans-serif;
}

.p-singleMeta__category {
  margin-left: 32px;
}

.p-singleMeta__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.p-singleMeta__sns {
  font-weight: 700;
  margin-right: 16px;
}

.c-shareBtns {
  margin: 0;
}

.c-shareBtns__list {
  gap: 12px;
}

.c-shareBtns__btn {
  border: 1px solid #2d1605;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
}

.c-shareBtns__item.-line {
  order: 1;
}

.c-shareBtns__item.-facebook {
  order: 2;
}

.c-shareBtns__item.-twitter-x {
  order: 3;
}

.c-shareBtns__item:not(:last-child) {
  margin-right: 0px;
}

.snsicon.c-shareBtns__icon {
  --the-icon-size: 28px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
}

.snsicon.c-shareBtns__icon.icon-facebook {
  background: #0866ff;
  border-radius: 50%;
}

.snsicon.c-shareBtns__icon.icon-facebook::before {
  font-size: 22px;
  margin-top: 6px;
}

.snsicon.c-shareBtns__icon.icon-line {
  border-radius: 4px;
  background-color: #06c755;
}

.snsicon.c-shareBtns__icon.icon-line:before {
  font-size: 18px;
}

.snsicon.c-shareBtns__icon.icon-twitter-x:before {
  content: "";
  background-image: url(../../assets/images/icon__x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.p-articleThumb__img {
  border-radius: 24px;
  box-shadow: none;
}

#lp-content .post_content,
#main_content .post_content {
  font-size: var(--swl-fz--content, 18px);
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

#main_content .p-toc {
  border-radius: 24px;
  background-color: #fff6dd;
  padding: 48px;
  border: none;
  max-width: inherit;
  width: 100%;
  margin-top: 48px;
}

.p-toc.-simple .p-toc__ttl {
  font-size: 24px;
  padding: 0;
  margin-bottom: 12px;
  border-bottom: none;
  font-weight: 700;
}

.p-toc__ttl:before {
  content: none;
}

ol.is-style-index > :first-child {
  counter-reset: none;
}

ol.is-style-index ol > li,
ol.is-style-index > li {
  margin-left: 0;
}

ol.is-style-index ol > li:before,
ol.is-style-index > li:before {
  content: none;
}

.p-toc__link {
  font-size: 18px;
}

.p-toc__list .p-toc__childList {
  margin-left: 40px;
  padding-left: 0;
  font-size: 1em;
}

.l-mainContent__inner > .post_content {
  margin: 48px 0 100px;
}

.post_content .wp-block-group {
  margin-bottom: 64px;
}

.post_content h2 {
  margin-left: 0;
  margin-right: 0;
  border-radius: 8px;
  font-size: 1.55em;
  padding: 16px 24px;
}

.post_content h3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 1.33em;
}

.post_content h4 {
  font-size: 1.33em;
}

.post_content h5 {
  font-size: 1.11em;
}

.post_content blockquote {
  background-color: #fff6dd;
  border-radius: 24px;
  padding: 48px;
}

.post_content blockquote::before {
  border-left-color: #2d1605;
  border-right-color: #2d1605;
}

.wp-block-table td,
.wp-block-table th {
  border-color: #2d1605;
}

.wp-block-table tr:not(:last-child) th {
  border-bottom-color: #fff;
}

.post_content th {
  background-color: #2d1605;
  color: #fff;
}

.post_content thead td,
.post_content thead th {
  background-color: #2d1605;
}

.post_content thead td:not(:last-child),
.post_content thead th:not(:last-child) {
  border-right-color: #fff;
}

.post_content img {
  width: auto;
}

.post_content a:not(.wp-element-button):not(.p-toc__link) {
  color: #2c44a8;
  text-decoration: underline;
}

.post_content a[target="_blank"] {
  position: relative;
}

.post_content a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  vertical-align: middle;
  background-image: url("../../assets/images/icon__external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.2s ease;
}

.l-articleBottom {
  padding-bottom: 100px;
  border-top: 1px dashed #afa49b;
}

@media screen and (max-width: 1023px) {
  .p-singleTitle__heading {
    font-size: 24px;
  }
  .p-singleMeta {
    margin-top: 24px;
  }
  .p-singleMeta__date {
    font-size: 16px;
  }
  .p-singleMeta__category {
    margin-left: 16px;
  }
  .p-singleMeta__sns {
    display: none;
  }
  .c-shareBtns__list {
    gap: 8px;
  }
  .c-shareBtns__btn {
    width: 40px;
    height: 40px;
  }
  .snsicon.c-shareBtns__icon {
    width: 20px;
    height: 20px;
  }
  .snsicon.c-shareBtns__icon.icon-facebook::before {
    font-size: 14px;
    margin-top: 3px;
  }
  .snsicon.c-shareBtns__icon.icon-line:before {
    font-size: 15px;
  }
  .snsicon.c-shareBtns__icon.icon-twitter-x:before {
    width: 16px;
    height: 16px;
  }
  .p-articleThumb__img {
    border-radius: 8px;
  }
  #main_content .p-toc {
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
  }
  .post_content h2 {
    font-size: 1.22em;
    padding: 12px 16px;
    border-radius: 6px;
  }
  .post_content h3 {
    padding-left: 16px;
    font-size: 1.22em;
  }
  .post_content h4 {
    font-size: 1.22em;
  }
  .post_content blockquote {
    padding: 24px 24px 24px 32px;
    border-radius: 16px;
  }
  .post_content blockquote::before {
    left: 0.75em;
  }
  .l-articleBottom {
    padding-bottom: 64px;
  }
  .l-articleBottom .section-title {
    justify-content: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-shareBtns__btn:hover {
    opacity: 1;
    box-shadow: none;
    animation: none;
  }
  .c-shareBtns__btn:hover .c-shareBtns__icon {
    transform: scale(1.2);
  }
  .p-toc__link:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.about-page-hero {
  border-radius: 24px;
  background-color: #fff;
  aspect-ratio: 736/368;
  display: grid;
  display: grid;
  justify-items: center;
  align-items: center;
}

.about-page-hero__image {
  width: 414px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-page-sections .about-page-section:first-child {
  margin-top: 40px;
}

.about-page-section {
  margin-top: 128px;
}

.about-page-section__title {
  font-size: 32px;
  position: relative;
  padding-left: 28px;
}

.about-page-section__title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 17px;
  border-radius: 50%;
  background-color: #e44501;
}

.about-page__texts {
  margin-top: 40px;
}

.about-page__texts .about-page__text:not(:first-child) {
  margin-top: 2em;
}

.about-page__text {
  line-height: 1.8;
  font-size: 20px;
}

.about-page-signature {
  margin-top: 40px;
}

.about-page-philosophy {
  margin-top: 64px;
}

.about-page-philosophy--first {
  margin-top: 40px;
}

.about-page-philosophy__category {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #e44501;
}

.about-page-philosophy__headline {
  margin-top: 16px;
  font-size: 32px;
  font-weight: bold;
}

.about-page-value {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  border-bottom: 1px dashed #afa49b;
  padding: 32px 0;
}

.about-page-value--first {
  padding-top: 0;
  margin-top: 16px;
}

.about-page-value__icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff6dd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.about-page-value__icon img {
  width: 40px;
  height: 40px;
}

.about-page-value__number {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  top: -10px;
  left: 10px;
  line-height: 1;
}

.about-page-value__content {
  flex: 1;
}

.about-page-value__title {
  font-size: 24px;
  font-weight: 700;
}

.about-page-value__description {
  font-size: 18px;
  margin-top: 8px;
}

.about-page-service__image {
  width: 100%;
  margin-top: 40px;
}

.about-page-service__figure {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

@media screen and (max-width: 1023px) {
  .about-page-hero {
    border-radius: 16px;
  }
  .about-page-hero__image {
    width: 58.4%;
  }
  .about-page-section {
    margin-top: 80px;
  }
  .about-page-section__title {
    font-size: 26px;
    padding-left: 20px;
  }
  .about-page-section__title::before {
    width: 8px;
    height: 8px;
    top: 15px;
  }
  .about-page__texts {
    margin-top: 24px;
  }
  .about-page-signature {
    margin-top: 24px;
  }
  .about-page-philosophy {
    margin-top: 48px;
  }
  .about-page-philosophy--first {
    margin-top: 24px;
  }
  .about-page-philosophy__category {
    font-size: 16px;
  }
  .about-page-philosophy__headline {
    font-size: 24px;
    margin-top: 8px;
  }
  .about-page-value {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 42px 0px 32px;
  }
  .about-page-value--first {
    padding-top: 0;
  }
  .about-page-value__icon {
    margin-top: 0;
  }
  .about-page-value__title {
    font-size: 20px;
  }
  .about-page-value__description {
    margin-top: 8px;
  }
  .about-page-service__image {
    margin-top: 24px;
  }
  .about-page-service__figure {
    border-radius: 16px;
  }
}
.contact-description {
  line-height: 1.75;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}

.contact-form-wrapper {
  padding: 0 15px;
  margin-bottom: 116px;
}

.contact-form {
  margin-top: 64px;
  background-color: #fff6dd;
  border-radius: 24px;
  padding: 80px 10%;
  max-width: 928px;
  margin-inline: auto;
}

/* フォームグループ */
.form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

/* ラベル部分 */
.form-label {
  flex-shrink: 0;
  width: 34.6%;
  margin-top: 6px;
}

.form-label--radio {
  margin-top: 0;
}

.form-label p {
  display: flex;
  align-items: center;
}

.form-badge {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 16px;
}

.form-badge.required {
  background-color: #e44501;
}

.form-badge.optional {
  background-color: rgba(45, 22, 5, 0.2);
  color: #2d1605;
}

/* 入力エリア */
.form-input {
  flex: 1;
  width: 100%;
}

/* テキスト入力フィールド */
.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input input[type="date"],
.form-input textarea {
  width: 100%;
  border: 1px solid #816d5e;
  background-color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 700;
}

.form-input input::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #2d1605;
  opacity: 0.4;
}

.form-input input::placeholder,
.form-input textarea::placeholder {
  color: #2d1605;
  opacity: 0.4;
}

/* Contact Form 7 ラジオボタンのカスタムスタイル */
.form-input .wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-input .wpcf7-radio .wpcf7-list-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0;
  display: flex;
  gap: 8px;
}

.wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 8px;
}

/* カスタムラジオボタンの外枠 - 27px四方、ボーダー#816d5e */
.wpcf7-list-item-label::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  left: -8px;
  border: 1px solid #816d5e;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}

/* チェック時の内部円 - 15px四方、color-black */
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px; /* (27px - 15px) / 2 = 6px */
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2d1605;
}

/* 全体のラジオボタングループの配置 */
.wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-radio .wpcf7-list-item:not(:last-child) {
  margin-bottom: 8px;
}

/* reCAPTCHA エリア */
.recaptcha-group {
  justify-content: center;
}

/* チェックボックス input を透明化 */
.recaptcha-wrapper .wpcf7-list-item {
  margin-left: 0;
}

.recaptcha-wrapper .wpcf7-list-item > label > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 29px;
  height: 29px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  left: 0;
  top: 0;
}

/* ラベルテキスト部分 */
.recaptcha-wrapper .wpcf7-list-item-label {
  position: relative;
  display: block;
  text-align: center;
}

/* カスタムチェックボックス外枠 */
.recaptcha-wrapper .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: -41px;
  top: 50%;
  width: 29px;
  height: 29px;
  border: 1px solid #816d5e;
  border-radius: 4px;
  background-color: white;
  transition: all 0.2s ease;
  z-index: 1;
  transform: translateY(-50%);
}

/* チェックマーク */
.recaptcha-wrapper
  .wpcf7-list-item
  > label
  > input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: -26.5px;
  top: 47%;
  width: 7px;
  height: 17px;
  border: solid var(--color-black, #000);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  z-index: 5;
}

/* リンクスタイル */
.recaptcha-wrapper .wpcf7-list-item-label a {
  color: #2c44a8;
  text-decoration: underline;
}

/* 送信ボタン */
.form-submit {
  position: relative;
  text-align: center;
}

.form-submit input[type="submit"] {
  background-color: #e44501;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  padding: 16px 10px;
  min-width: 350px;
  width: 350px;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.wpcf7-spinner {
  position: absolute;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.thanks__actions {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .contact-description {
    margin-top: 24px;
  }
  .contact-form-wrapper {
    margin-bottom: 68px;
    padding: 0;
  }
  .contact-form {
    padding: 40px 6.15%;
    margin-top: 40px;
    border-radius: 0;
  }
  /* フォームグループ */
  .form-group {
    flex-direction: column;
    margin-bottom: 32px;
  }
  /* ラベル部分 */
  .form-label {
    width: 100%;
    margin-top: 0;
  }
  /* 入力エリア */
  .form-input {
    margin-top: 12px;
  }
  /* テキスト入力フィールド */
  .form-input textarea {
    height: 200px;
  }
  /* Contact Form 7 ラジオボタンのカスタムスタイル */
  /* カスタムラジオボタンの外枠 - 27px四方、ボーダー#816d5e */
  /* チェック時の内部円 - 15px四方、color-black */
  /* 全体のラジオボタングループの配置 */
  /* reCAPTCHA エリア */
  .recaptcha-group {
    align-items: center;
  }
  /* チェックボックス input を透明化 */
  /* ラベルテキスト部分 */
  .recaptcha-wrapper .wpcf7-list-item-label {
    padding-top: 45px;
    padding-left: 0;
  }
  /* カスタムチェックボックス外枠 */
  .recaptcha-wrapper .wpcf7-list-item-label::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /* チェックマーク */
  .recaptcha-wrapper
    .wpcf7-list-item
    > label
    > input[type="checkbox"]:checked
    + .wpcf7-list-item-label::after {
    top: 5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  /* リンクスタイル */
  /* 送信ボタン */
} /*# sourceMappingURL=style.css.map */
