@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* ======================================== */
/* Color */
/* ======================================== */
/* Brand Colors */
/* Additional Colors (Week 4) */
/* Grayscale */
/* Status */
/* ======================================== */
/* Typography */
/* ======================================== */
/* ======================================== */
/* Breakpoints */
/* ======================================== */
/* ======================================== */
/* Spacing */
/* ======================================== */
/* 4px */
/* 6px */
/* 8px */
/* 10px */
/* 12px */
/* 16px */
/* 20px */
/* 24px */
/* 32px */
/* 40px */
/* 48px */
/* 60px */
/* 64px */
/* 80px */
/* 96px */
/* ======================================== */
/* Border Radius */
/* ======================================== */
/* ======================================== */
/* Transition */
/* ======================================== */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Reset
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

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

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  color: #404040;
  background-color: #fafafa;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body.is-gnavi-open {
  overflow: hidden;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  color: #404040;
  letter-spacing: 0.1em;
  line-height: 1;
}

h1 {
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h4 {
    font-size: 19px;
  }
}

h5 {
  font-size: 17px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #b8183f;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.main *,
.l-main *,
.editor-styles-wrapper * {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.main p,
.l-main p,
.editor-styles-wrapper p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.main :where(p, li, dd, dt, td, th, h1, h2, h3, h4, h5, h6) a[target=_blank]::after,
.l-main :where(p, li, dd, dt, td, th, h1, h2, h3, h4, h5, h6) a[target=_blank]::after,
.editor-styles-wrapper :where(p, li, dd, dt, td, th, h1, h2, h3, h4, h5, h6) a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.25em;
  margin-right: 0.5em;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon-link-external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.05em;
}
.main :where(ul),
.l-main :where(ul),
.editor-styles-wrapper :where(ul) {
  list-style-type: "・";
  padding-left: 1.5em;
}
.main :where(ol),
.l-main :where(ol),
.editor-styles-wrapper :where(ol) {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.main :where(ul, ol) > li + li,
.l-main :where(ul, ol) > li + li,
.editor-styles-wrapper :where(ul, ol) > li + li {
  margin-top: 8px;
}

img {
  max-width: 100%;
  height: auto;
}

.u-text-weight-bold {
  font-weight: bold;
}

.u-text-winered {
  color: #b8183f;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Layout / Header
   ========================================================================== */
.l-header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 100;
}
.l-header__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 23px 1.5rem 9px 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 768px) {
  .l-header__inner {
    padding: 1rem;
  }
}
.l-header {
  /* Left Section
     ----------------------------------------------------------------- */
}
.l-header__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
}
@media (max-width: 768px) {
  .l-header__left {
    gap: 1rem;
  }
}
.l-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__logo img {
  height: 100%;
  max-height: 70px;
  width: auto;
}
@media (max-width: 768px) {
  .l-header__logo img {
    max-height: 50px;
  }
}
.l-header__operation-status--desktop {
  display: none;
}
@media (min-width: 1100px) {
  .l-header__operation-status--desktop {
    display: block;
  }
}
.l-header__operation-status--mobile {
  display: block;
}
@media (min-width: 1100px) {
  .l-header__operation-status--mobile {
    display: none;
  }
}
.l-header {
  /* Right Section
     ----------------------------------------------------------------- */
}
.l-header__right {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 1100px) {
  .l-header__right {
    display: flex;
  }
}
.l-header__upper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.l-header__upper-link {
  padding: 0.5rem;
  font-size: 15px;
  color: #404040;
  font-family: "LINE Seed JP", sans-serif;
  letter-spacing: 1.4px;
  transition: opacity 0.3s ease;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .l-header__upper-link:hover {
    color: #b8183f;
    border-bottom: 1px solid #b8183f;
  }
}
.l-header__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.l-header__search-inner {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  padding: 13px 17px;
  height: 40px;
  background-color: #fff;
  gap: 0.5rem;
  max-width: 92px;
}
.l-header__search-inner--anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  padding: 13px 17px;
  height: 36px;
  background-color: #b8183f;
  gap: 0.5rem;
  max-width: 92px;
  height: 36px;
  width: 92px;
}
.l-header__search-inner--anchor .l-header__search-input {
  width: fit-content;
}
.l-header__search-icon {
  width: 20px;
  height: 20px;
}
.l-header__search-input {
  width: 60px;
  font-size: 15px;
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  white-space: nowrap;
}
.l-header__search-input::placeholder {
  color: #9a9a9a;
}
.l-header__search-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.l-header__search-inner:focus-within {
  outline: none;
  box-shadow: none;
}
.l-header__search-form-submit {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.l-header__search-form-submit:focus, .l-header__search-form-submit:focus-visible, .l-header__search-form-submit:active {
  outline: none;
  box-shadow: none;
  border: none;
}
.l-header__search-form-submit img {
  opacity: 0.6;
}
.l-header__contact-button {
  background-color: #404040;
  color: #e3e3e3;
  border-radius: 9999px;
  margin-left: 8px;
  padding: 12px 25px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
}
.l-header__contact-button:hover {
  background-color: #b8183f;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .l-header .c-gnavi__button.is-not-visible-1200 {
    display: none !important;
  }
}
.l-header {
  /* CSS-only modal (dialog) target styles */
}
.l-header .c-dialog-target {
  /* hidden by default */
}
.l-header {
  /* backdrop via target pseudo-element on the wrapper */
}
.l-header .c-dialog-target:target {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.l-header .c-dialog-target:target::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.l-header .c-dialog-target .c-dialog {
  display: none;
}
.l-header .c-dialog-target:target .c-dialog {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: calc(100% - 40px);
  max-width: 680px;
  border: none;
  border-radius: 8px;
  padding: 0;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.l-header .c-dialog__body {
  padding: 24px;
}
.l-header .c-dialog__close {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 12px;
  background: #b8183f;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}
.l-header {
  /* Hamburger Menu
     ----------------------------------------------------------------- */
}
.l-header__hamburger {
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 12.8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}
@media (min-width: 768px) {
  .l-header__hamburger-button {
    width: 60px;
    height: 60px;
  }
}
.l-header__hamburger-button {
  /* Default state: hamburger-menu.svg */
}
.l-header__hamburger-button img {
  width: 32px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.l-header__hamburger-button:hover {
  background-color: #f0f0f0;
}
.l-header__hamburger-button {
  /* Active state: show spclose.svg */
}
.l-header__hamburger-button[aria-expanded=true] {
  padding: 0;
}
.l-header__hamburger-button[aria-expanded=true] img {
  opacity: 0;
}
.l-header__hamburger-button[aria-expanded=true]::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url("/wp-content/themes/hakobus/assets/images/header/spclose.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .l-header__hamburger-button[aria-expanded=true]::before {
    width: 60px;
    height: 60px;
  }
}

/* SP Menu
    ----------------------------------------------------------------- */
.l-header-sp-manu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding-top: 72px;
  padding-bottom: 60px;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-header-sp-manu.is-active {
  transform: translateX(0);
}
@media (min-width: 1100px) {
  .l-header-sp-manu {
    display: none;
  }
}
.l-header-sp-manu__urgent-notice {
  padding: 40px 16px 0;
}
@media (min-width: 768px) {
  .l-header-sp-manu__urgent-notice {
    padding: 64px 48px 0;
  }
}
@media (min-width: 768px) {
  .l-header-sp-manu__urgent-notice + .l-header-sp-manu__search {
    padding: 32px 48px 0;
  }
}
.l-header-sp-manu__urgent-notice-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 12px;
  background-color: #fcefef;
  border: 1px solid rgba(184, 24, 63, 0.5);
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
}
.l-header-sp-manu__urgent-notice-badge {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 4px;
  padding: 11px 12px 11px 8px;
  background-color: #a61315;
  border-radius: 10px 0 0 10px;
  flex-shrink: 0;
}
.l-header-sp-manu__urgent-notice-badge-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.l-header-sp-manu__urgent-notice-badge-text {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.l-header-sp-manu__urgent-notice-text {
  flex: 1;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #404040;
  line-height: 27.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.l-header-sp-manu__urgent-notice-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.l-header-sp-manu__search {
  padding: 32px 16px 0;
}
@media (min-width: 768px) {
  .l-header-sp-manu__search {
    padding: 100px 48px 0;
  }
}
.l-header-sp-manu__search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 9999px;
  padding: 13px 17px;
  text-decoration: none;
  color: inherit;
}
.l-header-sp-manu__search-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.l-header-sp-manu__search-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.6;
}
.l-header-sp-manu__search-input {
  flex: 1;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9a9a9a;
  line-height: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.l-header-sp-manu__search-input::placeholder {
  color: #9a9a9a;
}
.l-header-sp-manu__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.l-header-sp-manu__nav {
  display: flex;
  flex-direction: column;
  padding: 32px 16px 0;
}
@media (min-width: 768px) {
  .l-header-sp-manu__nav {
    padding: 32px 48px 0;
  }
}
.l-header-sp-manu__highlights {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px 0;
}
@media (min-width: 768px) {
  .l-header-sp-manu__highlights {
    padding: 24px 48px 0;
  }
}
.l-header-sp-manu__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 16px 40px;
}
@media (min-width: 768px) {
  .l-header-sp-manu__footer {
    padding: 32px 48px 40px;
  }
}
.l-header-sp-manu__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 279px;
  height: 48px;
  background-color: #404040;
  color: #e3e3e3;
  border-radius: 32px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.96px;
  text-decoration: none;
  line-height: 20px;
}
.l-header-sp-manu__privacy {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #404040;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 10px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* 固定ヘッダー（初期は非表示、.is-activeで表示） */
.l-fixedHeader.js-fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.l-fixedHeader.js-fixedHeader.is-active {
  transform: translateY(0);
  opacity: 1;
}
.l-fixedHeader.js-fixedHeader .l-header__inner {
  padding: 20px 16px;
  align-items: center;
  height: 88px;
}

.l-header__fixed-menu-button {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #9a9a9a;
  border-radius: 12px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .l-header__fixed-menu-button:hover {
    background-color: #404040;
  }
}
.l-header__fixed-menu-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 5px;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon_fixed-header.svg");
}
.l-header__fixed-menu-button.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 21px;
  height: 2px;
  background-image: none;
  background-color: #fff;
}
.l-header__fixed-menu-button.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 21px;
  height: 2px;
  background-color: #fff;
}

.l-header__fixed-menu {
  position: absolute;
  right: 12px;
  top: calc(100% + 38px);
  width: 360px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #e0e6ef;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform-origin: top right;
  transform: scaleY(0);
  opacity: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.l-header__fixed-menu.is-open {
  transform: scaleY(1);
  opacity: 1;
}
.l-header__fixed-menu .l-header__search-inner {
  max-width: 100%;
  width: 100%;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  padding: 8px 16px;
}
.l-header__fixed-menu .l-header__search-inner .l-header__search-icon {
  filter: brightness(0);
  opacity: 0.6;
}
.l-header__fixed-menu .l-header__search-inner .l-header__search-input {
  color: #000000;
  flex: 1;
  width: 100% !important;
  max-width: 100%;
}
.l-header__fixed-menu .l-header__upper-link {
  padding: 4px;
  margin-left: 6px;
}
.l-header__fixed-menu .l-header__upper-link--left {
  width: fit-content;
  border-bottom: 1px solid #e0e6ef;
}
.l-header__fixed-menu .l-header__upper-link--left:hover {
  border-bottom: 1px solid #b8183f;
}

.l-header__upper-link-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* button active state */
.js-fixed-menu-button {
  background-color: #9a9a9a;
}

.js-fixed-menu-button.is-active {
  background-color: #404040;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Layout / Footer
   ========================================================================== */
.l-footer {
  width: 100%;
  /* Upper Section (Search & Share)
     ----------------------------------------------------------------- */
}
.l-footer__upper {
  background-color: #b8183f;
  padding: 2rem 0;
}
.l-footer__upper-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 1rem;
}
.l-footer__share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}
.l-footer__share-text {
  color: white;
  font-size: 1rem;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  margin-bottom: 1rem;
}
.l-footer__share-links {
  display: flex;
  gap: 1rem;
}
.l-footer__share-link {
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
.l-footer__share-link:hover {
  opacity: 0.8;
}
.l-footer__share-link img {
  width: 100%;
  height: 100%;
}
.l-footer button.l-footer__share-link {
  border: none;
}
.l-footer__search {
  display: flex;
  justify-content: center;
}
.l-footer__search-box {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 720px;
  height: 50px;
}
@media (min-width: 768px) {
  .l-footer__search-box {
    height: 64px;
  }
}
.l-footer__search-input-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
}
.l-footer__search-input {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #4b5563;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  border: none;
  outline: none;
}
.l-footer__search-input::placeholder {
  color: #9ca3af;
}
.l-footer__search-button {
  background-color: #b8183f;
  color: white;
  margin: 0.5rem;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 80px;
  height: 40px;
  min-width: 80px;
}
@media (min-width: 768px) {
  .l-footer__search-button {
    width: 113px;
    font-size: 16px;
    height: 48px;
  }
}
@media (min-width: 768px) {
  .l-footer__search-button:hover {
    background-color: #505050;
  }
}
.l-footer {
  /* Bottom Section (Links)
     ----------------------------------------------------------------- */
}
.l-footer__bottom {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.l-footer__bottom-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 2.5rem 1rem 0;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
.l-footer__info-logo {
  height: 48px;
}
.l-footer__info-tel {
  font-size: 14px;
  margin-top: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.l-footer__info-tel span,
.l-footer__info-tel p {
  color: #666;
}
.l-footer__info-tel .address {
  display: flex;
  justify-content: center;
}
.l-footer__info-tel .address__link {
  color: #b8183f;
  text-decoration: underline;
}
.l-footer__info-tel .phone__number {
  color: #666;
  text-decoration: none;
}
.l-footer__info-address, .l-footer__info-tel {
  font-size: 0.875rem;
  color: #4b5563;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
}
.l-footer__info-map-link {
  color: #b8183f;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-footer__info-map-link:hover {
    text-decoration: underline;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0 66px;
}
@media (min-width: 768px) {
  .l-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .l-footer__nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .l-footer__nav {
    padding: 0;
  }
}
.l-footer__nav-group {
  display: none;
}
@media (min-width: 768px) {
  .l-footer__nav-group {
    display: block;
  }
}
.l-footer__nav-group-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2937;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  margin-bottom: 1.25rem;
}
.l-footer__nav-group-title::after {
  content: "";
  position: relative;
  display: block;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #94a3b8;
}
.l-footer__nav-group-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-footer__nav-group-item {
  position: relative;
  font-size: 0.875rem;
  color: #4b5563;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  line-height: 1.4;
  font-weight: 700;
  color: #404040;
  margin-left: 1.25rem;
}
.l-footer__nav-group-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .l-footer__nav-group-item a:hover {
    color: #b8183f;
  }
}
.l-footer__nav-group-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -20px;
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon-arrow.svg");
}
.l-footer__nav-group-item--colored {
  color: #b8183f;
}
.l-footer__nav-group-item--colored::before {
  content: "・";
  display: block;
  position: absolute;
  font-size: 20px;
  top: -4px;
  left: -21px;
  color: #b8183f;
  background-image: none;
}
.l-footer__nav-group-sub-list {
  list-style: none;
  padding-left: 1rem;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.l-footer__nav-group-sub-list li {
  position: relative;
  font-size: 0.875rem;
  color: #4b5563;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #404040;
}
.l-footer__nav-group-sub-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background-color: #b8183f;
}
.l-footer__nav-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
.l-footer {
  /* Background Image
     ----------------------------------------------------------------- */
}
.l-footer__background {
  width: 100%;
  height: 74px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  background-image: url(../images/footer/background-sp.png);
}
@media (min-width: 768px) {
  .l-footer__background {
    height: 114px;
    background-image: url(../images/footer/background-pc.png);
  }
}
.l-footer {
  /* Copyright
     ----------------------------------------------------------------- */
}
.l-footer__copyright {
  position: relative;
  background-color: #404040;
  padding: 1rem 0;
  z-index: 2;
}
.l-footer__copyright-text {
  text-align: center;
  font-size: 0.875rem;
  color: #ffffff;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  margin: 0;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Layout / Main
   ========================================================================== */
.l-main {
  width: 100%;
  min-height: calc(100vh - 400px);
  background-color: white;
}
@media (min-width: 768px) {
  .l-main .p-faq {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .l-main .p-faq {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.l-container--page {
  max-width: 1300px;
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .l-container--page {
    padding: 3.75rem 1rem;
  }
}
.l-container--wide {
  max-width: 1920px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* stylelint-disable CssSyntaxError */
/* ==========================================================================
   Layout / Page Header
   パンくずリストとページタイトルを含むサブページ用ヘッダーセクション
   ========================================================================== */
.l-page-header {
  background-color: #fafafa;
  background-image: url(../images/page/page-head-bk.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.l-main > .l-page-header {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .l-page-header {
    height: 260px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .l-page-header {
    height: 240px;
  }
}
.l-page-header__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 24px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .l-page-header__inner {
    height: calc(100% - 32px);
    justify-content: center;
    position: relative;
  }
}
@media (max-width: 768px) {
  .l-page-header__inner {
    padding: 16px;
    height: 100%;
    justify-content: center;
  }
}
.l-page-header__breadcrumbs {
  width: 100%;
}
.l-page-header__breadcrumbs--pc {
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .l-page-header__breadcrumbs--pc {
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .l-page-header__breadcrumbs--pc {
    display: none;
  }
}
.l-page-header__breadcrumbs--sp {
  display: none;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 769px) {
  .l-page-header__breadcrumbs--sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-page-header__breadcrumbs--sp {
    display: block;
  }
}
.l-page-header__breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px; /* Figma: 14px gap between items */
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .l-page-header__breadcrumbs-list {
    gap: 6px;
  }
}
.l-page-header__breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em; /* Figma: 0.7px / 14px = 0.05em */
  color: #b8183f;
}
@media (max-width: 768px) {
  .l-page-header__breadcrumbs-item {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.l-page-header__breadcrumbs-item + .l-page-header__breadcrumbs-item {
  margin-top: 0;
}
.l-page-header__breadcrumbs-item::after {
  content: "/";
  margin-left: 0; /* gapで管理 */
  color: #757575;
  font-weight: normal;
}
@media (max-width: 768px) {
  .l-page-header__breadcrumbs-item::after {
    margin-left: 0;
  }
}
.l-page-header__breadcrumbs-item:last-child, .l-page-header__breadcrumbs-item--current {
  color: #757575;
}
.l-page-header__breadcrumbs-item:last-child::after, .l-page-header__breadcrumbs-item--current::after {
  display: none;
}
.l-page-header__breadcrumbs-item a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .l-page-header__breadcrumbs-item a:hover {
    text-decoration: underline;
    color: #b8183f;
  }
}
.l-page-header__breadcrumbs-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.l-page-header__breadcrumbs-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.l-page-header__breadcrumbs-text-sp {
  display: inline;
}
@media (min-width: 769px) {
  .l-page-header__breadcrumbs-text-sp {
    display: none;
  }
}
.l-page-header__breadcrumbs-text-pc {
  display: none;
}
@media (min-width: 769px) {
  .l-page-header__breadcrumbs-text-pc {
    display: inline;
  }
}
.l-page-header__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 8px; /* サブタイトルとタイトルの間 */
}
@media (max-width: 768px) {
  .l-page-header__title-wrapper {
    gap: 4px;
  }
}
.l-page-header__title-prefix {
  font-family: "LINE Seed JP", sans-serif; /* LINE Seed JP */
  font-weight: normal; /* Figma: Regular */
  font-size: 18px; /* Figma: 18px */
  line-height: normal; /* Figma: normal */
  letter-spacing: 0.1em; /* Figma: 1.8px / 18px = 0.1em */
  color: #565656; /* Figma: #565656 */
  margin: 0;
}
@media (max-width: 768px) {
  .l-page-header__title-prefix {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.l-page-header__title {
  font-family: "LINE Seed JP", sans-serif; /* LINE Seed JP */
  font-weight: bold; /* Figma: Bold */
  font-size: 36px; /* Figma: 36px */
  line-height: normal; /* Figma: normal */
  letter-spacing: 0.1em; /* Figma: 3.6px / 36px = 0.1em */
  color: #565656; /* Figma: #565656 */
  margin: 0;
}
@media (max-width: 768px) {
  .l-page-header__title {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
}
.l-page-header__title-sp {
  display: none;
}
@media (max-width: 768px) {
  .l-page-header__title-sp {
    display: inline;
  }
}
.l-page-header__title-pc {
  display: inline;
}
@media (max-width: 768px) {
  .l-page-header__title-pc {
    display: none;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Layout / Two Column
   ========================================================================== */
.l-two-column {
  max-width: 1920px;
  margin: 0 auto;
  padding: 3.75rem 3.75rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1291px) {
  .l-two-column {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .l-two-column {
    padding: 1.5rem 1.5rem 3.75rem;
  }
}
@media (min-width: 1664px) {
  .l-two-column {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr) 320px;
    align-items: start;
    gap: 2rem;
    padding: 3rem 3rem 5rem;
  }
}
.l-two-column__main {
  flex: 1;
  min-width: 0;
}
@media (min-width: 1291px) {
  .l-two-column__main {
    max-width: calc(100% - 320px - 2rem);
  }
}
@media (min-width: 1664px) {
  .l-two-column__main {
    max-width: none;
    grid-column: 2;
  }
}
.l-two-column__sidebar {
  width: 100%;
}
@media (max-width: 1290px) {
  .l-two-column__sidebar {
    display: none;
  }
}
@media (min-width: 1291px) {
  .l-two-column__sidebar {
    width: 320px;
  }
}
@media (min-width: 1291px) and (max-width: 1663px) {
  .l-two-column__sidebar {
    position: sticky;
    top: 120px;
    align-self: start;
    max-height: calc(100vh - 136px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  .l-two-column__sidebar::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1664px) {
  .l-two-column__sidebar {
    width: auto;
    position: static;
    top: auto;
    display: contents;
  }
}

/* ==========================================================================
   Layout / Two Column - Archive Page (2-column centered on wide-pc)
   ========================================================================== */
@media (min-width: 1664px) {
  .l-two-column--archive {
    display: flex;
    grid-template-columns: none;
    gap: 2rem;
    justify-content: center;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1664px) {
  .l-two-column--archive .l-two-column__main {
    max-width: calc(100% - 320px - 2rem);
  }
}
@media (min-width: 1664px) {
  .l-two-column--archive .l-two-column__sidebar {
    width: 320px;
    position: sticky;
    top: 120px;
    display: block;
    max-height: calc(100vh - 136px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  .l-two-column--archive .l-two-column__sidebar::-webkit-scrollbar {
    display: none;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/**
 * News/Archive Layout Styles
 */
.archive-posts {
  padding-inline: 0.75rem;
}
@media (max-width: 1290px) {
  .archive-posts {
    padding-inline: 1.5rem;
  }
}
@media (max-width: 640px) {
  .archive-posts {
    padding-inline: 0;
  }
}
.archive-posts h2 {
  padding: 0.5rem 0;
  margin-bottom: 0.75rem;
  font-size: 24px;
}
@media (min-width: 768px) {
  .archive-posts h2 {
    font-size: 32px;
    padding: 0.75rem 0;
    margin-bottom: 2rem;
  }
}
.archive-posts__note {
  margin-bottom: 8px;
}
.archive-posts__item {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 20px 24px 20px 12px;
  border-bottom: 1px solid #94a3b8;
}
@media (min-width: 768px) {
  .archive-posts__item {
    padding: 24px 32px 24px 24px;
  }
}
@media (min-width: 768px) {
  .archive-posts__item:hover {
    padding: 20px 20px 20px 12px;
    background-color: #f5f9fe;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .archive-posts__item:hover {
    padding: 24px 28px 24px 24px;
  }
}
.archive-posts__meta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 8px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .archive-posts__meta {
    gap: 0.625rem;
  }
}
.archive-posts__data {
  display: inline-block;
  color: #404040;
  font-size: 10px;
}
@media (min-width: 768px) {
  .archive-posts__data {
    font-size: 12px;
  }
}
.archive-posts__title {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .archive-posts__title {
    font-size: 16px;
  }
}
.archive-posts__title-sp {
  display: inline;
}
@media (max-width: 768px) {
  .archive-posts__title-sp {
    display: none;
  }
}
.archive-posts__title-pc {
  display: none;
}
@media (max-width: 768px) {
  .archive-posts__title-pc {
    display: inline;
  }
}
.archive-posts__icon {
  width: 10px;
  min-width: 10px;
  height: auto;
}
@media (min-width: 768px) {
  .archive-posts__icon {
    width: 16px;
    min-width: 16px;
  }
}

.custom-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding-left: 0;
}
.custom-news__label {
  background-color: #ffffff;
  height: fit-content;
  color: #404040;
  margin-top: 0 !important;
  font-size: 10px;
  padding: 2px 8px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .custom-news__label {
    font-size: 12px;
    padding: 0 6px;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/**
 * News Detail Layout Styles
 * お知らせ詳細ページ専用スタイル
 */
.c-news-post-header {
  margin-bottom: 48px;
}
.c-news-post-header__title-wrapper {
  margin-bottom: 24px;
}
.c-news-post-header__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  .c-news-post-header__title {
    font-size: 24px;
  }
}
.c-news-post-header__title-sp {
  display: none;
}
@media (max-width: 768px) {
  .c-news-post-header__title-sp {
    display: inline;
  }
}
.c-news-post-header__title-pc {
  display: inline;
}
@media (max-width: 768px) {
  .c-news-post-header__title-pc {
    display: none;
  }
}
.c-news-post-header__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e6ef;
}
.c-news-post-header__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 640px) {
  .c-news-post-header__categories {
    margin-bottom: 20px;
  }
}
.c-news-post-header__category-tag {
  display: inline-block;
  text-decoration: none;
  padding: 4px 12px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  transition: all 0.2s ease;
  border: 1px solid #cbd5e1;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-news-post-header__category-tag:hover {
    background-color: #f5f9fe;
  }
}
.c-news-post-header__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 768px) {
  .c-news-post-header__dates {
    gap: 12px;
  }
}
.c-news-post-header__date-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-news-post-header__date-label {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
}
.c-news-post-header__date-label--update {
  color: #b8183f;
}
.c-news-post-header__date-value {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  color: #404040;
}
.c-news-post-header__date-value--update {
  color: #b8183f;
}
.c-news-post-header__date-separator {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  margin: 0 2px;
}
.c-news-post-header__notice {
  width: fit-content;
  margin-left: auto;
  margin-top: 24px;
  padding: 8px 12px;
  background-color: #f5f9fe;
  border: 1px solid #e0e6ef;
  border-radius: 3px;
}
.c-news-post-header__notice-text {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  font-weight: bold;
  line-height: 1.5;
}

.archive-post-detail {
  margin-bottom: 56px;
}
.archive-post-detail__content {
  margin-bottom: 48px;
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}
.archive-post-detail h2,
.archive-post-detail h3,
.archive-post-detail h4,
.archive-post-detail h5,
.archive-post-detail h6 {
  margin-top: 28px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #333;
}
.archive-post-detail h2 {
  font-size: 24px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 12px;
}
.archive-post-detail h3 {
  font-size: 20px;
}
.archive-post-detail p {
  margin-bottom: 16px;
}
.archive-post-detail .c-info-box p {
  margin-bottom: 0;
}
.archive-post-detail ul,
.archive-post-detail ol {
  margin-bottom: 16px;
  margin-left: 24px;
}
.archive-post-detail li {
  margin-bottom: 8px;
}
.archive-post-detail blockquote {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-left: 4px solid #b8193f;
  background-color: #f9f9f9;
}
.archive-post-detail figure img,
.archive-post-detail > img {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.archive-post-detail table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.archive-post-detail table thead {
  background-color: #f5f5f5;
}
.archive-post-detail table th,
.archive-post-detail table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}
.archive-post-detail__footer {
  margin-top: 4rem !important;
  text-align: center;
}

.c-post-tags {
  margin-top: 4rem !important;
  padding: 24px 0 0;
  border-top: 1px solid #cbd5e1;
}
.c-post-tags__title {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  padding: 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.c-post-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-post-tags__hush {
  color: #b8183f;
}
.c-post-tags__tag {
  display: flex;
  gap: 2px;
  padding: 6px 16px 4px;
  background-color: #ffffff;
  border: 1px solid #b8183f;
  border-radius: 20px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .c-post-tags__tag:hover {
    background-color: #b8183f;
    border-color: #b8183f;
    color: #ffffff;
  }
  .c-post-tags__tag:hover .c-post-tags__hush {
    color: #ffffff;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/**
 * FAQ Detail Layout Styles
 * FAQ詳細ページ専用スタイル
 */
.c-faq-post-header {
  margin-bottom: 48px;
}
.c-faq-post-header__title-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .c-faq-post-header__title-wrapper {
    margin-bottom: 30px;
  }
}
.c-faq-post-header__title {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
}
.c-faq-post-header__title::before {
  content: "Q";
  position: absolute;
  top: -4px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #ffeaf0;
  border-radius: 9999px;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: #b8183f;
}
@media (min-width: 768px) {
  .c-faq-post-header__title {
    padding-left: 60px;
  }
  .c-faq-post-header__title::before {
    top: -12px;
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
}
.c-faq-post-header__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e6ef;
}
.c-faq-post-header__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 640px) {
  .c-faq-post-header__categories {
    margin-bottom: 20px;
  }
}
.c-faq-post-header__category-tag {
  display: inline-block;
  text-decoration: none;
  padding: 4px 12px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  transition: all 0.2s ease;
  border: 1px solid #cbd5e1;
  letter-spacing: 0;
}
.c-faq-post-header__category-tag:hover {
  background-color: #f5f9fe;
}
.c-faq-post-header__dates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .c-faq-post-header__dates {
    gap: 12px;
  }
}
.c-faq-post-header__date-label {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
}
.c-faq-post-header__date-label--update {
  color: #b8183f;
}
.c-faq-post-header__date-value {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  color: #404040;
}
.c-faq-post-header__date-value--update {
  color: #b8183f;
}
.c-faq-post-header__date-separator {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  margin: 0 2px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.faq-posts {
  padding-inline: 0.75rem;
}
@media (max-width: 1290px) {
  .faq-posts {
    padding-inline: 1.5rem;
  }
}
@media (max-width: 640px) {
  .faq-posts {
    padding-inline: 0;
  }
}
.faq-posts__title {
  margin-bottom: 42px;
}
.faq-posts__title + .archive-category-filter__result-count {
  margin-top: -24px;
}

.faq-popular-questions {
  margin-bottom: 32px;
}
.faq-popular-questions h2 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Layout / 404 Error Page
   ========================================================================== */
.l-404 {
  width: 100%;
  min-height: calc(100vh - 400px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 3.75rem 1rem;
}
@media (max-width: 768px) {
  .l-404 {
    padding: 3rem 1rem;
  }
}

.l-404__container {
  text-align: center;
  max-width: 1200px;
  width: 100%;
}

.l-404__error-code {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 128px;
  line-height: 1;
  color: #b8183f;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .l-404__error-code {
    font-size: 96px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 640px) {
  .l-404__error-code {
    font-size: 80px;
  }
}

.l-404__error-title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
  color: #b8183f;
  margin: 0 0 2.5rem 0;
}
@media (max-width: 768px) {
  .l-404__error-title {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 640px) {
  .l-404__error-title {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
}

.l-404__error-message {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #404040;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .l-404__error-message {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 640px) {
  .l-404__error-message {
    font-size: 14px;
    margin-bottom: 1.25rem;
  }
}

.l-404__error-description {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #888888;
  margin: 0;
}
@media (max-width: 768px) {
  .l-404__error-description {
    font-size: 12px;
  }
}

.l-404__botton {
  margin-top: 40px;
  width: 180px;
}
@media (max-width: 768px) {
  .l-404__botton {
    margin-top: 30px;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
   ========================================================================== */
.c-breadcrumbs {
  padding: 1rem 1.5rem;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #b8183f;
}
.c-breadcrumbs__item::after {
  content: "/";
  margin-left: 0.75rem;
  color: #757575;
  font-weight: normal;
}
.c-breadcrumbs__item:last-child {
  color: #757575;
}
.c-breadcrumbs__item:last-child::after {
  display: none;
}
.c-breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: opacity 0.3s ease;
}
.c-breadcrumbs__item a:hover {
  opacity: 0.75;
}
.c-breadcrumbs__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.c-breadcrumbs__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
}
.c-button--primary {
  background-color: #b8183f;
  color: white;
}
.c-button--primary:hover {
  background-color: rgb(206.5576923077, 26.9423076923, 70.7235576923);
}
.c-button--secondary {
  background-color: #404040;
  color: white;
}
@media (min-width: 768px) {
  .c-button--secondary:hover {
    background-color: rgb(89.5, 89.5, 89.5);
  }
}
.c-button--outline {
  background-color: white;
  color: #b8183f;
  border: 1px solid #b8183f;
}
@media (min-width: 768px) {
  .c-button--outline:hover {
    background-color: #fafafa;
  }
}
.c-button--pill {
  border-radius: 9999px;
}
.c-button--sm {
  padding: 0.5rem 1rem;
  font-size: 14px;
}
.c-button--lg {
  padding: 1rem 2rem;
  font-size: 18px;
}

.c-link-button {
  width: stretch;
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #f5f5f5;
  color: #000000;
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  justify-content: space-between;
  transition: opacity 0.3s ease;
}
.c-link-button:hover {
  opacity: 0.8;
}
.c-link-button__icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.c-link-button__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.c-link-button__arrow {
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.c-link-button__arrow svg {
  display: block;
}
@media (min-width: 768px) {
  .c-link-button:hover .c-link-button__arrow {
    transform: translateX(4px);
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-primary-button {
  width: 100%;
  max-width: 410px;
  height: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background-color: #b8183f;
  color: #ffffff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none;
  justify-content: space-between;
  border: 1px solid #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.c-primary-button__icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.c-primary-button__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.c-primary-button__text {
  flex: 1;
}
.c-primary-button__arrow {
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.c-primary-button__arrow svg {
  display: block;
}
@media (min-width: 768px) {
  .c-primary-button:hover {
    background-color: #ffffff;
    color: #b8183f;
    border-color: #b8183f;
  }
  .c-primary-button:hover .c-primary-button:hover__arrow {
    transform: translateX(4px);
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-button-gray {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 12px;
  background-color: white;
  color: #404040;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: left;
}
@media (min-width: 768px) {
  .c-button-gray {
    padding: 18px 16px 18px 12px;
  }
}
@media (min-width: 768px) {
  .c-button-gray:hover {
    border-color: #b8183f;
  }
  .c-button-gray:hover .c-button-gray__icon {
    transform: translateX(4px);
  }
}
.c-button-gray__text {
  flex: 1;
  font-weight: 600;
}
.c-button-gray__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-button-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem;
  background-color: white;
  color: #404040;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  line-height: 1.7;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: left;
}
@media (min-width: 768px) {
  .c-button-route {
    min-height: 64px;
    font-size: 16px;
    padding: 1rem 0.75rem;
  }
}
@media (min-width: 768px) {
  .c-button-route:hover {
    border-color: #b8183f;
  }
  .c-button-route:hover .c-button-gray__icon {
    transform: translateX(4px);
  }
}
.c-button-route__text {
  flex: 1;
  font-weight: 600;
}
.c-button-route__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 2px;
  transition: transform 0.2s ease;
}
@media (min-width: 768px) {
  .c-button-route {
    margin-left: 8px;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-bus-stop-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 66px;
  padding: 12px 20px;
  background-color: white;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-bus-stop-button:hover {
    background-color: #f5f9fe;
    border-color: #b8183f;
  }
}
.c-bus-stop-button__left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-bus-stop-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 25px;
  flex-shrink: 0;
}
.c-bus-stop-button__icon img {
  width: 133.4%;
  height: 133.4%;
  object-fit: contain;
}
.c-bus-stop-button__text {
  font-size: 15px;
  font-weight: bold;
  color: #404040;
  line-height: 1.3;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  letter-spacing: 0;
}
.c-bus-stop-button__external-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-left: 4px;
}
.c-bus-stop-button__external-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-bus-stop-button__arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.c-bus-stop-button__arrow-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .c-bus-stop-button:hover .c-bus-stop-button__arrow-box {
    transform: translateX(4px);
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  align-items: flex-start;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
.c-card--link {
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-card--link:hover .c-card__image img {
    transform: scale(1.05);
  }
}
.c-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 492/200;
  background-color: #cecece;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.c-card__label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 4px 12px;
  border-bottom-left-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #404040;
  z-index: 10;
}
.c-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.c-card__title {
  color: #404040;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "LINE Seed JP", sans-serif;
}
.c-card__title span.highlight {
  color: #b8183f;
}
.c-card__description {
  color: #404040;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
}
.c-card__description > * {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.c-card__description > *:last-child {
  margin-bottom: 0;
}
.c-card__description p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.c-card__description p:last-child {
  margin-bottom: 0;
}
.c-card__description h1,
.c-card__description h2,
.c-card__description h3,
.c-card__description h4,
.c-card__description h5,
.c-card__description h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.6;
}
.c-card__description h1:first-child,
.c-card__description h2:first-child,
.c-card__description h3:first-child,
.c-card__description h4:first-child,
.c-card__description h5:first-child,
.c-card__description h6:first-child {
  margin-top: 0;
}
.c-card__description h1:last-child,
.c-card__description h2:last-child,
.c-card__description h3:last-child,
.c-card__description h4:last-child,
.c-card__description h5:last-child,
.c-card__description h6:last-child {
  margin-bottom: 0;
}
.c-card__description ul,
.c-card__description ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.c-card__description ul:first-child,
.c-card__description ol:first-child {
  margin-top: 0;
}
.c-card__description ul:last-child,
.c-card__description ol:last-child {
  margin-bottom: 0;
}
.c-card__description ul li,
.c-card__description ol li {
  margin-bottom: 0.25em;
}
.c-card__description ul li:last-child,
.c-card__description ol li:last-child {
  margin-bottom: 0;
}
.c-card__description img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-card__description img:first-child {
  margin-top: 0;
}
.c-card__description img:last-child {
  margin-bottom: 0;
}
.c-card__description blockquote {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1em;
  border-left: 3px solid #ccc;
}
.c-card__description blockquote:first-child {
  margin-top: 0;
}
.c-card__description blockquote:last-child {
  margin-bottom: 0;
}
.c-card__description hr {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  border: none;
  border-top: 1px solid #e0e0e0;
}
.c-card__description hr:first-child {
  margin-top: 0;
}
.c-card__description hr:last-child {
  margin-bottom: 0;
}
.c-card__description .c-info-box {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-card__description .c-info-box:first-child {
  margin-top: 0;
}
.c-card__description .c-info-box:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-emergency-notice {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  top: 100px;
  width: calc(100% - 32px);
  max-width: 1466px;
  height: 40px;
  margin-inline: auto;
  padding: 0;
  border-radius: 12px;
  background-color: #fff;
  z-index: 20;
}
@media (min-width: 768px) {
  .c-emergency-notice {
    top: auto;
    width: calc(100% - 100px);
    height: 104px;
    bottom: 30px;
    padding: 24px 32px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.c-emergency-notice-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
}

.c-emergency-notice-content {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  color: #645659;
}
@media (min-width: 768px) {
  .c-emergency-notice-content:hover .c-emergency-notice__text-wrap {
    background-color: #fff;
  }
  .c-emergency-notice-content:hover .c-emergency-notice__text-wrap::before {
    right: 15px;
  }
}
.c-emergency-notice-content .c-emergency-notice__text-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  gap: 8px;
  padding: 0 20px;
  width: 100%;
  max-width: 1184px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: #fcefef;
  border: 1px solid;
  border-color: rgba(184, 24, 63, 0.5);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .c-emergency-notice-content .c-emergency-notice__text-wrap {
    gap: 16px;
  }
}
.c-emergency-notice-content .c-emergency-notice__text-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon-arrow.svg");
  transition: 0.3s ease;
}
.c-emergency-notice-content .c-emergency-notice__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
.c-emergency-notice-content .c-emergency-notice__date {
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #848484;
}
@media (min-width: 768px) {
  .c-emergency-notice-content .c-emergency-notice__date {
    font-size: 14px;
    line-height: 1.7;
  }
}
.c-emergency-notice-content .c-emergency-notice__heading {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  color: #645659;
  margin: 0;
}
@media (min-width: 768px) {
  .c-emergency-notice-content .c-emergency-notice__heading {
    font-size: 14px;
  }
}
.c-emergency-notice-content .c-emergency-notice__title {
  width: 66px;
  flex: 0 0 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #a61315;
  border-radius: 10px 0 0 10px;
  font-family: "BIZ UDPGothic";
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .c-emergency-notice-content .c-emergency-notice__title {
    width: 164px;
    flex: 0 0 164px;
    font-size: 15px;
    line-height: 2.4;
  }
}
.c-emergency-notice-content .c-emergency-notice__title svg {
  flex-shrink: 0;
  width: 12px;
  height: 16px;
}
@media (min-width: 768px) {
  .c-emergency-notice-content .c-emergency-notice__title svg {
    width: 14px;
    height: 19px;
  }
}
.c-emergency-notice-content .c-emergency-notice__title-text {
  position: relative;
  white-space: nowrap;
  max-width: 2em;
  overflow: hidden;
  text-overflow: clip;
}
@media (min-width: 768px) {
  .c-emergency-notice-content .c-emergency-notice__title-text {
    max-width: none;
  }
}

.c-emergency-notice-schedule-button {
  width: 230px;
  height: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 23px;
  border-radius: 50px;
  background-color: #b8183f;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #ffffff;
}

.c-emergency-notice-close-button-wrap {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #404040;
  border-radius: 50%;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .c-emergency-notice-close-button-wrap {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .c-emergency-notice-close-button-wrap:hover {
    opacity: 0.8;
  }
}

.c-emergency-notice-close-button {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .c-emergency-notice-close-button {
    width: 32px;
    height: 32px;
  }
}
.c-emergency-notice-close-button::before, .c-emergency-notice-close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .c-emergency-notice-close-button::before, .c-emergency-notice-close-button::after {
    width: 16px;
    height: 2px;
  }
}
.c-emergency-notice-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-emergency-notice-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 飛翔アニメーション */
.c-emergency-notice {
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s ease;
}

.c-emergency-notice.is-flying {
  transform: translateX(calc(-50% + 100vw));
  opacity: 0;
  pointer-events: none;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Component / Gnavi (Global Navigation)
   ========================================================================== */
/* ==========================================================================
   GnaviButton Component
   ========================================================================== */
.c-gnavi__button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 0.75rem;
  height: 48px;
  border-radius: 6px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-gnavi__button:hover {
    background-color: #f5f9fe;
  }
}
.c-gnavi__button.is-active {
  background-color: #feeff3;
}
.c-gnavi__button {
  /* Icon (初心者マーク等)
     ----------------------------------------------------------------- */
}
.c-gnavi__button-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.c-gnavi__button {
  /* Label
     ----------------------------------------------------------------- */
}
.c-gnavi__button-label {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #333;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.c-gnavi__button {
  /* Toggle Icon Container
     ----------------------------------------------------------------- */
}
.c-gnavi__button-toggle {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-gnavi__button-toggle-plus {
  width: 20px;
  height: 20px;
}
.c-gnavi__button-toggle-minus {
  width: 20px;
  height: 20px;
  background-color: #b8183f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-gnavi__button-toggle-minus-line {
  width: 8px;
  height: 1.25px;
  background-color: #ffffff;
  border-radius: 9999px;
}

/* ==========================================================================
   GnaviDialog Component
   ========================================================================== */
.c-gnavi-dialog {
  position: absolute;
  top: 100%;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: none;
  max-width: 1500px;
  margin: 50px auto 0;
}
.c-gnavi-dialog.is-open {
  display: block;
}
.c-gnavi-dialog {
  /* Container
     ----------------------------------------------------------------- */
}
.c-gnavi-dialog__container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 4rem 3.75rem 6rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.c-gnavi-dialog {
  /* Left Section
     ----------------------------------------------------------------- */
}
.c-gnavi-dialog__left {
  width: 320px;
}
.c-gnavi-dialog__title-section {
  margin-bottom: 2rem;
}
.c-gnavi-dialog__title-top {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #848484;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.c-gnavi-dialog__title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.c-gnavi-dialog__title-icon {
  width: 40px;
  height: 50px;
  flex-shrink: 0;
  object-fit: contain;
}
.c-gnavi-dialog__title-kanji {
  width: 75px;
  height: 36px;
  object-fit: contain;
}
.c-gnavi-dialog__title {
  margin-top: 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  color: #333;
  line-height: 1.2;
}
.c-gnavi-dialog {
  /* Main Links Grid
     ----------------------------------------------------------------- */
}
.c-gnavi-dialog__main-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.c-gnavi-dialog {
  /* Right Section
     ----------------------------------------------------------------- */
}
.c-gnavi-dialog__right {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 400px;
  border-radius: 8px;
}
.c-gnavi-dialog__related-title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}
.c-gnavi-dialog__related-links {
  display: flex;
  flex-direction: column;
}

/* Backdrop
   ----------------------------------------------------------------- */
.c-gnavi-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  display: none;
}
.c-gnavi-backdrop.is-open {
  display: block;
}

/* ==========================================================================
   GnaviDialogLink Component
   ========================================================================== */
.c-gnavi-dialog-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #feeff3;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  width: 320px;
  cursor: pointer;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-gnavi-dialog-link:hover {
    background-color: #ffffff;
    border-color: #b8183f;
  }
}
.c-gnavi-dialog-link {
  /* Left Content
     ----------------------------------------------------------------- */
}
.c-gnavi-dialog-link__content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-gnavi-dialog-link__number {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #404040;
}
.c-gnavi-dialog-link__label {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #404040;
}
.c-gnavi-dialog-link {
  /* Arrow Icon
     ----------------------------------------------------------------- */
}
.c-gnavi-dialog-link__arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.c-gnavi-dialog-link-related {
  width: 100%;
  background-color: unset;
  border-bottom: 1px solid #bbbbbb;
  border-radius: unset;
  color: #404040;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .c-gnavi-dialog-link-related:hover {
    color: #b8183f;
    background-color: unset;
    border: 1px solid #fbfbfb;
    border-bottom: 1px solid #bbbbbb;
  }
  .c-gnavi-dialog-link-related:hover .c-gnavi-dialog-link-related__arrow {
    transform: translateX(10px);
  }
}
.c-gnavi-dialog-link-related__children-list a {
  text-decoration: none;
}

.c-gnavi-dialog-link-related__children-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-gnavi-dialog__right-wrap {
  display: flex;
  flex-direction: row;
  gap: 64px;
  flex: 1;
  min-width: 0;
}

.c-gnavi-dialog-link-related__arrow {
  transition: transform 0.3s ease;
}

.c-gnavi-dialog-link-related__label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
}

.c-gnavi-dialog__related-right-title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #565656;
  padding-bottom: 8px;
  border-bottom: 1px solid #bbbbbb;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-operation-status {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 42px;
  padding: 2px 12px 2px 2px;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: default;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
}
.c-operation-status--clickable {
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-operation-status--clickable:hover {
    border-color: inherit;
  }
}
.c-operation-status--opened {
  background-color: white !important;
}
.c-operation-status__label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 14px 10px;
  border-radius: 6px 0 0 6px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.c-operation-status__label p {
  margin: 0;
  line-height: 20px;
}
.c-operation-status__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-operation-status__text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.c-operation-status__text p {
  margin: 0;
  line-height: 20px;
}
.c-operation-status__icon {
  display: flex;
  align-items: center;
}
.c-operation-status__icon svg {
  display: block;
}
.c-operation-status--green {
  background-color: #f0f6e2;
  border-color: transparent;
}
@media (min-width: 768px) {
  .c-operation-status--green.c-operation-status--clickable:hover {
    border-color: #5a8d09;
  }
}
.c-operation-status--green .c-operation-status__label {
  background-color: #5a8d09;
}
.c-operation-status--green .c-operation-status__text {
  color: #456019;
}
.c-operation-status--yellow {
  background-color: #f7f1de;
  border-color: transparent;
}
@media (min-width: 768px) {
  .c-operation-status--yellow.c-operation-status--clickable:hover {
    border-color: #c08600;
  }
}
.c-operation-status--yellow .c-operation-status__label {
  background-color: #c08600;
}
.c-operation-status--yellow .c-operation-status__text {
  color: #593e01;
}
.c-operation-status--red {
  background-color: #ffe6ec;
  border-color: transparent;
}
@media (min-width: 768px) {
  .c-operation-status--red.c-operation-status--clickable:hover {
    border-color: #b81818;
  }
}
.c-operation-status--red .c-operation-status__label {
  background-color: #b81818;
}
.c-operation-status--red .c-operation-status__text {
  color: #b8183f;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.wp-block-hakobus-info-box:has(.c-info-box--full-height) {
  height: 100%;
}

.wp-block-column .c-info-box {
  margin: 0;
}

.c-info-box {
  width: 100%;
  margin: 32px 0;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 768px) {
  .c-info-box {
    padding: 32px 40px;
  }
}
.c-info-box h2.wp-block-heading,
.c-info-box h3.wp-block-heading,
.c-info-box h4.wp-block-heading,
.c-info-box h5.wp-block-heading {
  margin-bottom: 0;
}
.c-info-box a {
  color: #b8183f;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-info-box a:hover {
    text-decoration: none;
  }
}
.c-info-box .wp-block-image:has(.aligncenter) {
  margin: 0 auto;
}
.c-info-box .wp-block-image:has(.alignright) {
  margin-left: auto;
}
.c-info-box .c-page-link-button {
  color: unset;
  text-decoration: unset;
}
@media (min-width: 768px) {
  .c-info-box .c-page-link-button:hover {
    text-decoration: unset;
  }
}
.c-info-box .wp-block-columns {
  width: 100%;
}
.c-info-box .wp-block-columns .wp-block-column {
  flex: 1 1 0;
}
.c-info-box--full-height {
  height: 100%;
  margin: 0;
}
.c-info-box--white {
  background: white;
  border: 2px solid #cbd5e1;
  color: #404040;
}
@media (min-width: 768px) {
  .c-info-box--white {
    border: 4px solid #cbd5e1;
  }
}
.c-info-box--white .c-info-box__title {
  color: #404040;
}
.c-info-box--white h1,
.c-info-box--white h2,
.c-info-box--white h3,
.c-info-box--white h4,
.c-info-box--white h5,
.c-info-box--white h6 {
  color: #404040;
}
.c-info-box--white .c-info-box__bullet,
.c-info-box--white .c-info-box__note-mark {
  color: #645659;
}
.c-info-box--white .c-info-box__body p,
.c-info-box--white .c-info-box__note-text {
  color: #404040;
}
.c-info-box--gray {
  background: #ebf0f6;
  border: 2px solid #ebf0f6;
  color: #404040;
}
@media (min-width: 768px) {
  .c-info-box--gray {
    border: 4px solid #ebf0f6;
  }
}
.c-info-box--gray .c-info-box__title {
  color: #404040;
}
.c-info-box--gray h1,
.c-info-box--gray h2,
.c-info-box--gray h3,
.c-info-box--gray h4,
.c-info-box--gray h5,
.c-info-box--gray h6 {
  color: #404040;
}
.c-info-box--gray .c-info-box__bullet,
.c-info-box--gray .c-info-box__note-mark {
  color: #645659;
}
.c-info-box--gray .c-info-box__body p,
.c-info-box--gray .c-info-box__note-text {
  color: #404040;
}
.c-info-box--pink {
  background: #ffe6ec;
  border: 2px solid #ffaabf;
  color: #b8183f;
}
@media (min-width: 768px) {
  .c-info-box--pink {
    border: 4px solid #ffaabf;
  }
}
.c-info-box--pink .c-info-box__title {
  color: #b8183f;
}
.c-info-box--pink h1,
.c-info-box--pink h2,
.c-info-box--pink h3,
.c-info-box--pink h4,
.c-info-box--pink h5,
.c-info-box--pink h6 {
  color: #b8183f;
}
.c-info-box--pink .c-info-box__bullet,
.c-info-box--pink .c-info-box__note-mark {
  color: #b8183f;
}
.c-info-box--pink .c-info-box__body p {
  color: #404040;
}
.c-info-box--pink .c-info-box__note-text {
  color: #b8183f;
}
.c-info-box--red {
  background: #ffe6ec;
  border: 2px solid #ffaabf;
  color: #b8183f;
}
@media (min-width: 768px) {
  .c-info-box--red {
    border: 4px solid #ffaabf;
  }
}
.c-info-box--red .c-info-box__title {
  color: #b8183f;
}
.c-info-box--red h1,
.c-info-box--red h2,
.c-info-box--red h3,
.c-info-box--red h4,
.c-info-box--red h5,
.c-info-box--red h6 {
  color: #b8183f;
}
.c-info-box--red .c-info-box__bullet,
.c-info-box--red .c-info-box__note-mark {
  color: #b8183f;
}
.c-info-box--red .c-info-box__body p {
  color: #404040;
}
.c-info-box--red .c-info-box__note-text {
  color: #b8183f;
}
.c-info-box--yellow {
  background: #f7f1de;
  border: 2px solid #c08600;
  color: #593e01;
}
@media (min-width: 768px) {
  .c-info-box--yellow {
    border: 4px solid #c08600;
  }
}
.c-info-box--yellow .c-info-box__title {
  color: #593e01;
}
.c-info-box--yellow h1,
.c-info-box--yellow h2,
.c-info-box--yellow h3,
.c-info-box--yellow h4,
.c-info-box--yellow h5,
.c-info-box--yellow h6 {
  color: #593e01;
}
.c-info-box--yellow .c-info-box__bullet,
.c-info-box--yellow .c-info-box__note-mark {
  color: #593e01;
}
.c-info-box--yellow .c-info-box__body p,
.c-info-box--yellow .c-info-box__note-text {
  color: #593e01;
}
.c-info-box__title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  flex-shrink: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-info-box__title {
    font-size: 24px;
  }
}
.c-info-box__title h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .c-info-box__title h3 {
    font-size: 24px;
  }
}
.c-info-box__title div {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-info-box__title div {
    font-size: 24px;
  }
}
.c-info-box__body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-align: center;
}
.c-info-box__body p {
  flex: 1;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
}
@media (min-width: 768px) {
  .c-info-box__body p {
    font-size: 16px;
  }
}
.c-info-box__notes {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 8px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-info-box__notes {
    font-size: 16px;
  }
}
.c-info-box__note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.c-info-box__note-mark {
  line-height: 2;
  flex-shrink: 0;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-info-box__note-mark {
    font-size: 16px;
  }
}
.c-info-box__note-text {
  flex: 1;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  min-width: 0;
}
@media (min-width: 768px) {
  .c-info-box__note-text {
    font-size: 16px;
  }
}
.c-info-box__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-info-box__content {
    font-size: 16px;
  }
}
.c-info-box__item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.c-info-box__bullet {
  line-height: 2;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.c-info-box__text {
  flex: 1;
  line-height: 1.6;
  letter-spacing: 0.04em;
  min-width: 0;
  transition: color 0.2s ease;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-local-navi {
  display: flex;
  gap: 24px;
}
@media (min-width: 1664px) {
  .c-local-navi {
    display: contents;
  }
}
@media (min-width: 1024px) {
  .c-local-navi {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1664px) {
  .c-local-navi {
    flex-direction: column;
  }
}
.c-local-navi__tow-col {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1664px) {
  .c-local-navi__tow-col {
    position: sticky;
    top: 120px;
    grid-column: 1;
    grid-row: 1;
  }
}
.c-local-navi__right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1664px) {
  .c-local-navi__right {
    grid-column: 3;
    grid-row: 1;
    position: sticky;
    top: 120px;
    align-self: start;
  }
}
.c-local-navi__page-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 12px;
}
@media (min-width: 1664px) {
  .c-local-navi__page-links {
    width: 100%;
  }
}
.c-local-navi__page-links-title {
  font-size: 12px;
  color: #404040;
  font-weight: normal;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  padding: 0 12px;
}
.c-local-navi__page-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 36px;
  padding: 10px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-align: left;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background: white;
  gap: 5px;
}
@media (min-width: 768px) {
  .c-local-navi__page-link:hover {
    background: #ebf0f6;
  }
}
.c-local-navi__page-link--focus {
  background: #ebf0f6;
}
.c-local-navi__page-link span {
  color: #404040;
  font-size: 14px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
.c-local-navi__page-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.c-local-navi__page-link-icon img {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
.c-local-navi__sections {
  display: flex;
  flex-direction: column;
  background: #f5f9fe;
  border-radius: 8px;
  padding: 0 12px 16px;
}
@media (min-width: 1664px) {
  .c-local-navi__sections {
    width: 100%;
    align-self: start;
    max-height: calc(100vh - 136px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  .c-local-navi__sections::-webkit-scrollbar {
    display: none;
  }
}
.c-local-navi__sections--multi-title .c-local-navi__section:not(:first-child):not(:nth-child(2)):not(:last-child) {
  border-top: none;
  padding-top: 12px;
}
.c-local-navi__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #9a9a9a;
}
.c-local-navi__section:first-child {
  border-top: none;
}
.c-local-navi__section:last-child {
  padding-bottom: 0;
}
.c-local-navi__section-title {
  font-size: 12px;
  font-weight: normal;
  color: #404040;
  padding: 0 4px;
  margin-bottom: 0;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .c-local-navi__section-title {
    padding: 8px 12px;
    margin: 0 -12px;
    background: #ebf0f6;
    border-radius: 4px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .c-local-navi__section-title:hover {
    background: rgb(224.4482758621, 232.0862068966, 241.2517241379);
  }
}
.c-local-navi__section-title-text {
  flex: 1;
}
.c-local-navi__section-title-icon {
  display: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .c-local-navi__section-title-icon {
    display: block;
  }
}
@media (min-width: 1024px) {
  .c-local-navi__section-title-icon {
    display: none !important;
  }
}
.c-local-navi__section-title-icon::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  line-height: 1;
  transition: transform 0.2s ease;
}
.c-local-navi__section.is-expanded .c-local-navi__section-title-icon::before {
  content: "−";
}
.c-local-navi__section-items {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 2000px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media (max-width: 1024px) {
  .c-local-navi__section-items {
    max-height: 0;
  }
}
@media (max-width: 1024px) {
  .c-local-navi__section.is-expanded .c-local-navi__section-items {
    max-height: 2000px;
  }
}
.c-local-navi__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 16px 11px 12px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .c-local-navi__item:hover {
    padding: 11px 8px 11px 12px;
  }
}
.c-local-navi__item.is-current .c-local-navi__item-text {
  font-weight: bold;
  color: #b8183f;
}
.c-local-navi__item.is-current .c-local-navi__item-prefix {
  color: #b8183f;
}
.c-local-navi__item.is-current .c-local-navi__item-icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(58%) saturate(4594%) hue-rotate(338deg) brightness(91%) contrast(98%);
}
.c-local-navi__item-content {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.c-local-navi__item-prefix {
  color: #645659;
  font-weight: bold;
}
.c-local-navi__item-text {
  color: #645659;
  font-weight: bold;
  transition: color 0.2s;
}
.c-local-navi__item-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.c-local-navi__item-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(18%) sepia(58%) saturate(4594%) hue-rotate(338deg) brightness(91%) contrast(98%);
}
.c-local-navi__banners {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.c-local-navi__banner {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1664px) {
  .c-local-navi__banner {
    width: 100%;
  }
}
.c-local-navi__banner a {
  display: block;
}
.c-local-navi__banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-local-navi .two-col {
  display: none;
}
@media (min-width: 1291px) and (max-width: 1663px) {
  .c-local-navi .two-col {
    display: flex;
  }
}
.c-local-navi .three-col {
  display: none;
}
@media (min-width: 1664px) {
  .c-local-navi .three-col {
    display: flex;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-archive-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1664px) {
  .c-archive-sidebar {
    position: sticky;
    top: 120px;
    align-self: start;
    width: 320px;
  }
}
.c-archive-sidebar__label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-archive-sidebar__sections {
  display: flex;
  flex-direction: column;
  background: #f5f9fe;
  border-radius: 8px;
  padding: 24px 12px;
}
@media (min-width: 1664px) {
  .c-archive-sidebar__sections {
    width: 100%;
    align-self: start;
  }
}
.c-archive-sidebar__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.c-archive-sidebar__section:first-child {
  border-top: none;
}
.c-archive-sidebar__section:last-child {
  padding-bottom: 0;
}
.c-archive-sidebar__section-title {
  font-size: 12px;
  font-weight: bold;
  color: #404040;
  padding: 0 4px;
  margin-bottom: 0;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
}
.c-archive-sidebar__section-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-archive-sidebar .c-archive-sidebar__section {
  border-top: none;
  border-bottom: 1px solid #cdcdcd;
}
.c-archive-sidebar .c-archive-sidebar__section:last-child {
  border-bottom: none;
}
.c-archive-sidebar__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 4px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .c-archive-sidebar__item:hover .c-archive-sidebar__item-icon {
    transform: translateX(4px);
  }
}
.c-archive-sidebar__item.is-selected .c-archive-sidebar__item-text {
  color: #b8183f;
}
.c-archive-sidebar__item.is-child.is-selected .c-archive-sidebar__item-text {
  color: #b8183f;
}
.c-archive-sidebar__item.is-child.is-selected .c-archive-sidebar__item-prefix {
  color: #b8183f;
}
.c-archive-sidebar__item.is-child {
  padding: 2px 4px;
}
.c-archive-sidebar__item.is-child .c-archive-sidebar__item-text {
  font-size: 15px;
  color: #404040;
}
.c-archive-sidebar__item-content {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow: hidden;
}
.c-archive-sidebar__item-prefix {
  font-size: 16px;
  color: #404040;
  flex-shrink: 0;
  font-weight: bold;
}
.c-archive-sidebar__item-text {
  font-size: 15px;
  color: #404040;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
.c-archive-sidebar__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.c-archive-sidebar__item-icon img {
  width: 16px;
  height: 16px;
}
.c-archive-sidebar__banners {
  display: none;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1291px) {
  .c-archive-sidebar__banners {
    display: flex;
  }
}
.c-archive-sidebar__banner {
  border-radius: 8px;
  overflow: hidden;
}
.c-archive-sidebar__banner img {
  width: 100%;
  height: auto;
  display: block;
}
.c-archive-sidebar__banner a {
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-archive-sidebar__banner a:hover img {
    opacity: 0.9;
    transition: opacity 0.2s ease;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-route-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  min-height: 46px;
  padding: 12px 16px;
  background: white;
  border: 2px solid #e0e6ef;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-route-button:hover {
    border-color: #94a3b8;
    background-color: #f5f9fe;
  }
}
.c-route-button--large {
  min-height: 72px;
  max-width: none;
  border-width: 3px;
  border-color: #e0e6ef;
}
@media (min-width: 768px) {
  .c-route-button--large:hover, .c-route-button--large.is-hover {
    border-color: #94a3b8;
    background-color: #f5f9fe;
  }
}
.c-route-button--xlarge {
  min-height: 80px;
  max-width: none;
  border-width: 3px;
  border-color: #e0e6ef;
}
@media (min-width: 768px) {
  .c-route-button--xlarge:hover, .c-route-button--xlarge.is-hover {
    border-color: #94a3b8;
    background-color: #f5f9fe;
  }
}
.c-route-button__content {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}
.c-route-button__mark {
  flex-shrink: 0;
  width: 28px;
  height: 10px;
  background: #f62121;
  border-top: 1px solid #651717;
  border-bottom: 1px solid #651717;
}
.c-route-button--color-red .c-route-button__mark {
  background: #f62121;
  border-top-color: #651717;
  border-bottom-color: #651717;
}
.c-route-button--color-blue .c-route-button__mark {
  background: #2163f6;
  border-top-color: #172d65;
  border-bottom-color: #172d65;
}
.c-route-button--color-green .c-route-button__mark {
  background: #21a643;
  border-top-color: #175c28;
  border-bottom-color: #175c28;
}
.c-route-button__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-route-button__title {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.c-route-button__route-number {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: #404040;
}
.c-route-button__label {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  color: #404040;
}
.c-route-button__description {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  color: #404040;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-route-button__description-line {
  display: block;
  width: 9px;
  height: 1px;
  background-color: #b4b4b4;
}
.c-route-button__icon {
  flex-shrink: 0;
  margin-left: 12px;
}
.c-route-button__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  .c-route-button:hover .c-route-button__icon img {
    opacity: 1;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-route-table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 8px;
  border: 1px solid #cdcdcd;
}
.c-route-table th:first-child,
.c-route-table td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.04);
}
.c-route-table thead th:first-child {
  z-index: 3;
  background: #ebf0f6;
}
.c-route-table table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
}
.c-route-table thead tr {
  background: #ebf0f6;
}
.c-route-table thead th {
  padding: 12px 8px;
  text-align: center;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #404040;
  border-right: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .c-route-table thead th {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.c-route-table thead th:last-child {
  border-right: none;
}
.c-route-table thead th.is-fare {
  width: 136px;
}
@media (min-width: 768px) {
  .c-route-table thead th.is-fare {
    width: 183px;
  }
}
.c-route-table thead th.is-route-number {
  width: 80px;
}
@media (min-width: 768px) {
  .c-route-table thead th.is-route-number {
    width: 185px;
  }
}
.c-route-table tbody tr {
  border-bottom: 1px solid #cdcdcd;
  background: white;
}
.c-route-table tbody tr:last-child {
  border-bottom: none;
}
.c-route-table tbody td {
  padding: 8px;
  text-align: center;
  border-right: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .c-route-table tbody td {
    padding: 20px;
  }
}
.c-route-table tbody td:last-child {
  border-right: none;
}
.c-route-table__route-number {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-route-table__route-number {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    align-items: center;
  }
}
.c-route-table__route-number-color {
  display: block;
  width: 28px;
  height: 10px;
  flex-shrink: 0;
  margin: 0 auto 4px;
  background-color: transparent;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) {
  .c-route-table__route-number-color {
    display: inline-block;
    margin: 0 6px 0 0;
  }
}
.c-route-table__route-number .color01 {
  background-color: #009f6e;
}
.c-route-table__route-number .color03 {
  background-color: #1055a3;
}
.c-route-table__route-number .color09 {
  background-color: #e9768f;
}
.c-route-table__route-number .color46 {
  background-color: #2d92b3;
}
.c-route-table__route-number .color64 {
  background-color: #38969b;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.c-route-table__route-number .color81 {
  background-color: #15a677;
}
.c-route-table__route-number .color84 {
  background-color: #6dc4a5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.c-route-table__route-number .color222 {
  background-color: #b2147a;
}
.c-route-table__route-number .color530 {
  background-color: #a1aa2a;
}
.c-route-table__route-number-value {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #404040;
  display: inline;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .c-route-table__route-number-value {
    display: block;
    font-size: 21px;
    text-align: left;
    margin-right: 0;
    max-width: 77px;
  }
}
.c-route-table__route-number-label {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #404040;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-route-table__route-number-label {
    font-size: 14px;
  }
}
.c-route-table__endpoint {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  .c-route-table__endpoint {
    gap: 16px;
    flex-direction: row;
  }
}
.c-route-table__endpoint-from {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #404040;
}
@media (min-width: 768px) {
  .c-route-table__endpoint-from {
    font-size: 16px;
  }
}
.c-route-table__endpoint-to {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #404040;
}
@media (min-width: 768px) {
  .c-route-table__endpoint-to {
    font-size: 16px;
  }
}
.c-route-table__endpoint-separator {
  width: 1.5px;
  height: 8px;
  background: #cdcdcd;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .c-route-table__endpoint-separator {
    width: 16px;
    height: 2px;
    width: 48px;
  }
}
.c-route-table__endpoint-to-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .c-route-table__endpoint:has(.c-route-table__endpoint-separator) .c-route-table__endpoint-from {
    display: flex;
    justify-content: end;
    flex: 1;
    text-align: left;
  }
  .c-route-table__endpoint:has(.c-route-table__endpoint-separator) .c-route-table__endpoint-to,
  .c-route-table__endpoint:has(.c-route-table__endpoint-separator) .c-route-table__endpoint-to-wrapper {
    flex: 1;
    text-align: left;
  }
}
.c-route-table__endpoint-note {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #64748b;
}
.c-route-table__label-loop {
  background: #f5f9fe;
  border: 1px solid #e0e6ef;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 2px 4px 2px 4px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .c-route-table__label-loop {
    padding: 2px 10px 2px 6px;
  }
}
.c-route-table__label-loop img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transform: translateY(1px);
}
@media (min-width: 768px) {
  .c-route-table__label-loop img {
    transform: translateY(0);
    width: 24px;
    height: 24px;
  }
}
.c-route-table__label-loop span {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-route-table__label-loop span {
    font-size: 14px;
  }
}
.c-route-table__fare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .c-route-table__fare {
    gap: 8px;
  }
}
.c-route-table__fare-label {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #404040;
  white-space: nowrap;
}
.c-route-table__fare-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #404040;
}
@media (min-width: 768px) {
  .c-route-table__fare-value {
    font-size: 21px;
  }
}
.c-route-table__fare-unit {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #404040;
}
.c-route-table__fare-separator {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #acacac;
}
.c-route-table__button {
  display: flex;
  justify-content: center;
}

.c-table-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none !important;
  border: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-table-button {
    padding: 14px;
    font-size: 16px;
  }
}
.c-table-button--default {
  background: #ffeef2;
  color: #404040 !important;
}
.c-table-button--variant2 {
  background: #ffdae3;
  color: #b8183f;
}
.c-table-button--pdf {
  padding-left: 36px;
  font-weight: bold;
  white-space: nowrap;
  background: var(--color-pdf, #ebf0f6) url("/wp-content/themes/hakobus/assets/images/icon/file-pdf-2.svg") no-repeat 14px center;
  color: #404040 !important;
}
.c-table-button__icon {
  width: 17.5px;
  height: 17.5px;
  flex-shrink: 0;
}
.c-table-button__label {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
}

.c-line-bullet {
  display: inline-block;
  margin-bottom: 1px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #404040;
}
@media (min-width: 768px) {
  .c-line-bullet {
    margin-right: 8px;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-page-link-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "LINE Seed JP", sans-serif;
  min-height: 48px;
  height: auto;
}
@media (min-width: 768px) {
  .c-page-link-button {
    padding: 18px 16px 18px 12px;
  }
}
.c-page-link-button--auto-width {
  width: auto;
  display: inline-flex;
}
.c-page-link-button__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
}
.c-page-link-button__icon {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.c-page-link-button__text {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #404040;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}
.c-page-link-button__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  flex-shrink: 0;
}
.c-page-link-button__external-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.c-page-link-button__external-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-page-link-button__arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.c-page-link-button__arrow {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
@media (min-width: 768px) {
  .c-page-link-button:hover .c-page-link-button__arrow-box {
    transform: translateX(4px);
  }
}
.c-page-link-button--main {
  background-color: #feeff3;
  border: none;
}
@media (min-width: 768px) {
  .c-page-link-button--main:hover {
    background-color: white;
    box-shadow: inset 0 0 0 1px #b8183f;
  }
}
.c-page-link-button--main.is-active, .c-page-link-button--main:active {
  background-color: white;
  box-shadow: inset 0 0 0 1px #b8183f;
}
.c-page-link-button--ongray {
  background-color: white;
  border: none;
}
.c-page-link-button--ongray:hover {
  background-color: white;
  box-shadow: inset 0 0 0 1px #b8183f;
}
.c-page-link-button.is-hover {
  background-color: white;
  box-shadow: inset 0 0 0 1px #b8183f;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-file-link-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  background-color: #feeff3;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
  font-family: "LINE Seed JP", sans-serif;
  padding: 8px 12px;
  height: auto;
}
@media (min-width: 768px) {
  .c-file-link-button {
    padding: 12px 16px;
  }
}
.c-file-link-button--auto-width {
  width: auto;
  display: inline-flex;
}
@media (min-width: 768px) {
  .c-file-link-button:hover {
    background-color: white;
    box-shadow: inset 0 0 0 1px #b8183f;
  }
}
@media (min-width: 768px) {
  .c-file-link-button:hover .c-file-link-button__arrow-box {
    transform: translateX(4px);
  }
}
.c-file-link-button__content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
  min-width: 0;
}
.c-file-link-button__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.06));
}
@media (min-width: 768px) {
  .c-file-link-button__icon {
    width: 40px;
    height: 40px;
  }
}
.c-file-link-button__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-file-link-button__text-group {
  display: block;
  min-width: 0;
  line-height: 1.3;
}
.c-file-link-button__text-main {
  font-size: 16px;
  font-weight: 600;
  color: #404040;
  white-space: normal;
  word-break: break-word;
}
.c-file-link-button__text-sub {
  font-size: 14px;
  font-weight: 600;
  color: #757575;
}
.c-file-link-button__text-sub.is-inline {
  display: inline;
}
.c-file-link-button__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: 8px;
  align-self: center;
}
.c-file-link-button__external-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.c-file-link-button__external-icon img {
  width: 100%;
  height: 100%;
}
.c-file-link-button__arrow-box {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.c-file-link-button__arrow-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-file-link-button.is-hover {
  background-color: white;
  box-shadow: inset 0 0 0 1px #b8183f;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-left-header-table,
.wp-block-flexible-table-block-table {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #cdcdcd;
}
.c-left-header-table table,
.wp-block-flexible-table-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.c-left-header-table table th,
.wp-block-flexible-table-block-table table th {
  background: #ebf0f6;
  padding: 8px 16px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #404040;
  border: none;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .c-left-header-table table th,
  .wp-block-flexible-table-block-table table th {
    padding: 16px 24px;
  }
}
.c-left-header-table table th:last-child,
.wp-block-flexible-table-block-table table th:last-child {
  border-right: none;
}
.c-left-header-table table td,
.wp-block-flexible-table-block-table table td {
  background: white;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  border: none;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .c-left-header-table table td,
  .wp-block-flexible-table-block-table table td {
    font-size: 16px;
    padding: 20px 24px;
  }
}
.c-left-header-table table td:last-child,
.wp-block-flexible-table-block-table table td:last-child {
  border-right: none;
}
.c-left-header-table table tbody tr:last-child th,
.c-left-header-table table tbody tr:last-child td,
.wp-block-flexible-table-block-table table tbody tr:last-child th,
.wp-block-flexible-table-block-table table tbody tr:last-child td {
  border-bottom: none;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background: #ebf0f6;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #404040;
  border: none;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
    padding: 16px 24px;
    font-size: 16px;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  background: white;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  border: none;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 20px 24px;
    font-size: 16px;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr > :last-child {
  border-right: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:last-child > th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:last-child > td {
  border-bottom: none;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-remark-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-remark-list__item {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #404040;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .c-remark-list__item {
    font-size: 16px;
    gap: 8px;
  }
}
.c-remark-list__item:last-child {
  margin-bottom: 0;
}
.c-remark-list__item--red {
  color: #b8183f;
}
.c-remark-list__mark {
  flex-shrink: 0;
  line-height: 1.6;
}
.c-remark-list__text {
  flex: 1;
  min-width: 0;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-floating-menu {
  position: fixed;
  bottom: 15px;
  right: calc(-50% + 20px);
  transform: translateX(-50%);
  z-index: 10;
  width: calc(100vw - 20px);
  height: 60px;
  background-color: #fff;
  border-radius: 24px 24px 10px 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .c-floating-menu {
    display: none;
  }
}

.c-floating-menu__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 60px;
  border-radius: 24px 24px 10px 10px;
  z-index: -1;
}

.c-floating-menu:not(.is-floating-menu-scroll-ver) .c-floating-menu__background {
  background-color: #fff;
}
.c-floating-menu:not(.is-floating-menu-scroll-ver) .c-floating-menu__background::before {
  content: url(../images/header/path-floating.svg);
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 51px;
  width: 64px;
  background-size: 64px 51px;
  transform: translateX(-50%);
}

.c-floating-menu.is-floating-menu-scroll-ver .c-floating-menu__background {
  background-color: #fff;
  border-radius: 16px;
}
.c-floating-menu.is-floating-menu-scroll-ver .c-floating-menu__item--center {
  height: 50px;
  border-radius: 12px;
  margin-bottom: 0;
  border: none;
}

.c-floating-menu__item {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 64px;
  height: 64px;
}
.c-floating-menu__item p {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  color: #404040;
  margin-top: 4px;
}
.c-floating-menu__item.c-floating-menu__item--center {
  background-color: #b8183f;
  border-radius: 50%;
  margin-bottom: 22px;
  width: 56px;
  height: 56px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
}
.c-floating-menu__item.c-floating-menu__item--center p {
  color: #fff;
}
.c-floating-menu__item.is-active {
  position: relative;
}
.c-floating-menu__item.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 3px;
  background-color: #b8183f;
  border-radius: 2px 2px 0 0;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/**
 * Pagination Component
 * カスタムページネーション
 */
.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.custom-pagination__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  width: 100%;
  max-width: 320px;
  border-radius: 6px;
  border: 1px solid #b8183f;
}

/* 前へエリア */
.custom-pagination__prev {
  flex: 0 0 auto;
  align-self: center;
  display: flex;
  justify-content: center;
}
.custom-pagination__prev a,
.custom-pagination__prev span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #404040;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.custom-pagination__prev a:hover:not(.custom-pagination__prev-disabled),
.custom-pagination__prev span:hover:not(.custom-pagination__prev-disabled) {
  cursor: pointer;
  color: #b8183f;
}

.custom-pagination__prev-link,
.custom-pagination__prev-disabled {
  display: inline-flex;
  align-items: center;
  padding-right: 12px;
  border-right: 1px solid #e0e6ef;
  color: #404040;
  gap: 6px;
}

.custom-pagination__prev-icon {
  transform: scaleX(-1);
  flex-shrink: 0;
  color: #b8183f;
}

.custom-pagination__prev-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #94a3b8;
}
.custom-pagination__prev-disabled .custom-pagination__prev-icon {
  color: #94a3b8;
}

/* 現在地 / 最大ページ */
.custom-pagination__info {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: #b8183f;
  align-self: center;
}

.custom-pagination__current {
  min-width: 16px;
  text-align: right;
}

.custom-pagination__separator {
  color: #b8183f;
}

.custom-pagination__total {
  min-width: 16px;
  text-align: left;
}

/* ページセレクタ */
.custom-pagination__middle {
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}

.custom-pagination__selector {
  position: relative;
  flex: 0 0 auto;
}

.custom-pagination__selector-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.custom-pagination__selector-toggle .custom-pagination__selector-icon {
  transform: translateY(3px);
}
.custom-pagination__selector-toggle:hover {
  background-color: transparent;
  border-color: transparent;
  opacity: 0.7;
}
.custom-pagination__selector-toggle[aria-expanded=true] {
  background-color: transparent;
  border-color: transparent;
}
.custom-pagination__selector-toggle[aria-expanded=true] .custom-pagination__selector-icon {
  transform: rotate(180deg);
}

.custom-pagination__selector-label {
  display: none;
}

.custom-pagination__selector-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  color: #b8183f;
}

/* ドロップダウン */
.custom-pagination__dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-65%);
  display: none;
  flex-direction: column;
  width: 200px;
  max-height: 150px;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #b8183f;
  border-radius: 4px;
  z-index: 100;
}
.custom-pagination__dropdown.custom-pagination__dropdown--open {
  display: flex;
}

.custom-pagination__dropdown-item {
  padding: 4px 16px;
  color: #b8183f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
  .custom-pagination__dropdown-item:hover {
    background-color: #f5f9fe;
  }
}
.custom-pagination__dropdown-item.custom-pagination__dropdown-item--active {
  background-color: #ebf0f6;
  font-weight: 700;
}
.custom-pagination__dropdown-item:first-child {
  border-radius: 4px 4px 0 0;
}
.custom-pagination__dropdown-item:last-child {
  border-radius: 0 0 4px 4px;
}

/* 次へエリア */
.custom-pagination__next {
  flex: 0 0 auto;
  align-self: center;
}
.custom-pagination__next a,
.custom-pagination__next span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #404040;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .custom-pagination__next a:hover:not(.custom-pagination__next-disabled),
  .custom-pagination__next span:hover:not(.custom-pagination__next-disabled) {
    background-color: #fff;
    cursor: pointer;
    color: #b8183f;
  }
}

.custom-pagination__next-link,
.custom-pagination__next-disabled {
  display: inline-flex;
  align-items: center;
  color: #404040;
  padding-left: 12px;
  border-left: 1px solid #e0e6ef;
  gap: 6px;
}

.custom-pagination__next-icon {
  flex-shrink: 0;
  transform: scaleX(-1);
  color: #b8183f;
}

.custom-pagination__next-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #94a3b8;
}
.custom-pagination__next-disabled .custom-pagination__next-icon {
  color: #94a3b8;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-tabs-accordion__tabs {
  display: none;
}
@media (min-width: 1024px) {
  .c-tabs-accordion__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    background-color: #ffffff;
    border: 1px solid #e0e6ef;
    border-radius: 12px;
    padding: 8px;
    position: sticky;
    top: 88px;
    align-self: start;
    z-index: 10;
  }
}
.c-tabs-accordion__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-tabs-accordion__tab--active {
  background-color: #b8183f;
  color: #ffffff;
}
.c-tabs-accordion__tab--inactive {
  background-color: #ffeaf0;
  color: #404040;
}
@media (min-width: 768px) {
  .c-tabs-accordion__tab--inactive:hover {
    border: 1px solid #b8183f;
    background-color: #ffffff;
    color: #b8183f;
  }
}
.c-tabs-accordion__tab--disabled {
  background-color: #acacac;
  color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
}
.c-tabs-accordion__panels {
  display: none;
}
@media (min-width: 1024px) {
  .c-tabs-accordion__panels {
    display: block;
    border-radius: 0 0 8px 8px;
    margin-top: 4px;
  }
}
.c-tabs-accordion__panel {
  padding: 32px 24px;
}
.c-tabs-accordion__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .c-tabs-accordion__accordion {
    display: none;
  }
}
.c-tabs-accordion__accordion-item {
  border-radius: 4px;
  overflow: hidden;
}
.c-tabs-accordion__accordion-item--disabled {
  display: none;
}
.c-tabs-accordion__accordion-item--disabled .c-tabs-accordion__accordion-header {
  background-color: #e9e9e9;
  cursor: not-allowed;
}
.c-tabs-accordion__accordion-item--disabled .c-tabs-accordion__accordion-label {
  color: #9f9f9f;
}
.c-tabs-accordion__accordion-item.is-expanded .c-tabs-accordion__accordion-header {
  background-color: #b8183f;
}
.c-tabs-accordion__accordion-item.is-expanded .c-tabs-accordion__accordion-label {
  color: #ffffff;
}
.c-tabs-accordion__accordion-item.is-expanded .c-tabs-accordion__accordion-icon::after {
  content: "";
  display: none;
}
.c-tabs-accordion__accordion-item.is-expanded .c-tabs-accordion__accordion-body {
  max-height: 2000px;
}
.c-tabs-accordion__accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background-color: #ffeaf0;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
  min-height: 40px;
}
.c-tabs-accordion__accordion-label {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #404040;
  transition: color 0.2s ease;
}
.c-tabs-accordion__accordion-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-tabs-accordion__accordion-icon {
  position: relative;
}
.c-tabs-accordion__accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 2px;
  background-color: #b8183f;
}
.c-tabs-accordion__accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 8px;
  background-color: #b8183f;
}
.c-tabs-accordion__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.c-tabs-accordion__accordion-body-inner {
  padding: 16px;
}
.c-tabs-accordion__accordion-body-inner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.s-faq__items {
  display: flex;
  flex-direction: column;
}

.s-faq__items .c-faq-item,
.c-faq-related-questions__list .c-faq-item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #cbd5e1;
  display: block;
  padding: 14px 40px 14px 16px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (min-width: 768px) {
  .s-faq__items .c-faq-item,
  .c-faq-related-questions__list .c-faq-item {
    padding: 32px 60px 32px 32px;
  }
  .s-faq__items .c-faq-item:hover,
  .c-faq-related-questions__list .c-faq-item:hover {
    background-color: #ffeaf0;
  }
  .s-faq__items .c-faq-item:hover .c-faq-item__toggle::before,
  .c-faq-related-questions__list .c-faq-item:hover .c-faq-item__toggle::before {
    background-color: #fff;
  }
}

.s-faq__items .c-faq-item__toggle,
.c-faq-related-questions__list .c-faq-item__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  text-align: left;
}
.s-faq__items .c-faq-item__toggle::before,
.c-faq-related-questions__list .c-faq-item__toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #ffeaf0;
  z-index: 0;
  border-radius: 27px;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .s-faq__items .c-faq-item__toggle::before,
  .c-faq-related-questions__list .c-faq-item__toggle::before {
    left: 16px;
    width: 56px;
    height: 56px;
  }
}
.s-faq__items .c-faq-item__toggle::after,
.c-faq-related-questions__list .c-faq-item__toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon-arrow.svg");
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .s-faq__items .c-faq-item__toggle::after,
  .c-faq-related-questions__list .c-faq-item__toggle::after {
    right: 40px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}
.s-faq__items .c-faq-item__toggle::after:hover::after,
.c-faq-related-questions__list .c-faq-item__toggle::after:hover::after {
  right: 10px;
}
@media (min-width: 768px) {
  .s-faq__items .c-faq-item__toggle::after:hover::after,
  .c-faq-related-questions__list .c-faq-item__toggle::after:hover::after {
    right: 30px;
  }
}

.s-faq__items .c-faq-item__question-wrapper,
.c-faq-related-questions__list .c-faq-item__question-wrapper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .s-faq__items .c-faq-item__question-wrapper,
  .c-faq-related-questions__list .c-faq-item__question-wrapper {
    gap: 2rem;
  }
}

.s-faq__items .c-faq-item__label,
.c-faq-related-questions__list .c-faq-item__label {
  position: relative;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: #b8183f;
  font-family: Montserrat;
}
@media (min-width: 768px) {
  .s-faq__items .c-faq-item__label,
  .c-faq-related-questions__list .c-faq-item__label {
    font-size: 26px;
  }
}

.s-faq__items .c-faq-item__question,
.c-faq-related-questions__list .c-faq-item__question {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}
@media (min-width: 768px) {
  .s-faq__items .c-faq-item__question,
  .c-faq-related-questions__list .c-faq-item__question {
    font-size: 18px;
  }
}

.faq-popular-questions .s-faq__items {
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .faq-popular-questions .s-faq__items {
    gap: 1rem;
  }
}
.faq-popular-questions .s-faq__items .c-faq-item {
  background-color: #ffeaf0;
  border-radius: 16px;
  border-bottom: 0;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-faq-related-link {
  margin-bottom: 40px;
}

.c-faq-related-questions__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.c-faq-related-questions__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .c-faq-related-questions__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.c-faq-related-questions__list .c-faq-item {
  border-bottom: none;
  background-color: #ffeaf0;
  border-radius: 16px;
  height: 100%;
}
.c-faq-related-questions__list .c-faq-item--related {
  display: flex;
}

.c-faq-related-questions__item {
  margin-top: 0 !important;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/**
 * Tag Badge Component
 * タグバッジコンポーネント
 * 複数ページで再利用可能な設計
 * - FAQタグフィルター
 * - ニュース詳細ページのタグ
 * - その他タグ表示箇所
 */
.c-tag-section__title {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #404040;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.c-tag-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 6px 16px 4px;
  background-color: #ffffff;
  border: 1px solid #b8183f;
  border-radius: 20px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-tag-badge:hover {
    background-color: #b8183f;
    border-color: #b8183f;
    color: #ffffff;
  }
  .c-tag-badge:hover .c-tag-badge__hash {
    color: #ffffff;
  }
}
.c-tag-badge--active {
  background-color: #b8183f;
  border-color: #b8183f;
  color: #ffffff;
}
.c-tag-badge--active .c-tag-badge__hash {
  color: #ffffff;
}
@media (min-width: 768px) {
  .c-tag-badge--active:hover {
    background-color: #b8183f;
    border-color: #b8183f;
  }
}

.c-tag-badge__hash {
  color: #b8183f;
  transition: color 0.2s ease;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.c-banner-grid {
  width: 100%;
  padding: 0 0.75rem;
}
@media (min-width: 768px) {
  .c-banner-grid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 640px) {
  .c-banner-grid {
    padding-inline: 0;
  }
}
@media (min-width: 1291px) {
  .c-banner-grid {
    display: none;
  }
}
.c-banner-grid__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .c-banner-grid__inner {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
.c-banner-grid__item {
  border-radius: 8px;
  overflow: hidden;
}
.c-banner-grid__item a {
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-banner-grid__item a:hover img {
    opacity: 0.9;
    transition: opacity 0.2s ease;
  }
}
.c-banner-grid__item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Component / SP Menu Item (accordion + link)
   ========================================================================== */
.c-sp-menu-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  height: 48px;
  padding: 7px 12px 7px 16px;
  border-radius: 10px;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
@media (min-width: 768px) {
  .c-sp-menu-item__header {
    height: 56px;
  }
}
.c-sp-menu-item__label {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1.7px;
  color: #333;
  flex: 1 0 0;
  text-align: left;
}
.c-sp-menu-item__toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffe6ec;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.3s ease;
}
.c-sp-menu-item__toggle-icon::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1.25px;
  background-color: #b8183f;
  transition: background-color 0.3s ease;
}
.c-sp-menu-item__toggle-icon::after {
  content: "";
  position: absolute;
  width: 1.25px;
  height: 8px;
  background-color: #b8183f;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.is-open > .c-sp-menu-item__header .c-sp-menu-item__toggle-icon {
  background-color: #b8183f;
}
.is-open > .c-sp-menu-item__header .c-sp-menu-item__toggle-icon::before {
  background-color: #fff;
}
.is-open > .c-sp-menu-item__header .c-sp-menu-item__toggle-icon::after {
  opacity: 0;
  background-color: #fff;
}
.c-sp-menu-item.is-open > .c-sp-menu-item__header {
  background-color: #ffeaf0;
}
.c-sp-menu-item__arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.c-sp-menu-item__body {
  padding: 0 8px 16px;
}
.c-sp-menu-item-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.c-sp-menu-item__section-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.c-sp-menu-item__section-title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #64748b;
  letter-spacing: 0.55px;
  line-height: normal;
}
.c-sp-menu-item__section-children {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid #ddd;
  padding-left: 12px;
}
.c-sp-menu-item__child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px 15px 9px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #404040;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.c-sp-menu-item__child img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.c-sp-menu-item__child--lv2 {
  padding-left: 12px;
  padding-right: 16px;
}
.c-sp-menu-item__child-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-sp-menu-item__child-prefix {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #404040;
  line-height: 1.3;
}
.c-sp-menu-item--link .c-sp-menu-item__header {
  text-decoration: none;
}

/* ==========================================================================
   Component / SP Menu Highlight
   ========================================================================== */
.c-sp-menu-highlight {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px 20px 7px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  min-height: 48px;
}
@media (min-width: 768px) {
  .c-sp-menu-highlight {
    min-height: 56px;
  }
}
.c-sp-menu-highlight__icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.c-sp-menu-highlight__label {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  flex: 1 0 0;
}
.c-sp-menu-highlight__arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.c-sp-menu-highlight--blue {
  background-color: #ebf0f6;
}
.c-sp-menu-highlight--pink {
  background-color: #ffeaf0;
  padding: 10px 20px;
  border-radius: 8px;
}
.c-sp-menu-highlight--pink .c-sp-menu-highlight__label {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  color: #404040;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/**
 * Page Navigation Component
 * ページナビゲーション - フッター直上の前後ページナビ
 */
.c-page-navi {
  width: 100%;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='2.8' fill='%23F1F4F8'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-position: 0 0;
}

@media (max-width: 899px) {
  .c-page-navi--no-items {
    display: none;
  }
}

.c-page-navi__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 0.75rem;
  padding: 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .c-page-navi__inner {
    flex-direction: row;
    height: 96px;
    gap: 0;
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-page-navi__inner {
    padding: 0 2.5rem;
    height: 106px;
  }
}

/* Prev / Next ボタン共通 */
.c-page-navi__prev,
.c-page-navi__next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 240px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 1rem 2rem 1rem 0.75rem;
}
@media (min-width: 768px) {
  .c-page-navi__prev,
  .c-page-navi__next {
    flex: 1;
    max-width: 440px;
    padding: 1.25rem 2rem 1.25rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-page-navi__prev,
  .c-page-navi__next {
    max-width: 550px;
    min-width: 300px;
    padding: 1.5rem 5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .c-page-navi__prev:hover,
  .c-page-navi__next:hover {
    background-color: rgba(224, 230, 239, 0.8);
    transition: all 0.3s ease;
  }
  .c-page-navi__prev:hover .c-page-navi__prev-title,
  .c-page-navi__prev:hover .c-page-navi__next-title,
  .c-page-navi__next:hover .c-page-navi__prev-title,
  .c-page-navi__next:hover .c-page-navi__next-title {
    color: #475569;
  }
}

.c-page-navi__prev--empty,
.c-page-navi__next--empty {
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-page-navi__prev--empty,
  .c-page-navi__next--empty {
    flex: 1;
    max-width: 440px;
  }
}
@media (min-width: 1024px) {
  .c-page-navi__prev--empty,
  .c-page-navi__next--empty {
    max-width: 550px;
  }
}

/* Prev ボタン */
.c-page-navi__prev {
  padding: 1rem 2rem 1rem 0.75rem;
}
@media (min-width: 768px) {
  .c-page-navi__prev {
    padding: 1.25rem 2rem 1.25rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-page-navi__prev {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
  }
}

/* Next ボタン */
.c-page-navi__next {
  padding: 1rem 0.75rem 1rem 2rem;
}
@media (min-width: 768px) {
  .c-page-navi__next {
    padding: 1.25rem 1.25rem 1.25rem 2rem;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .c-page-navi__next {
    padding: 1.5rem 1.5rem 1.5rem 5rem;
    justify-content: flex-end;
  }
}

/* 矢印アイコンボックス */
.c-page-navi__arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1.6px 4.8px rgba(0, 0, 0, 0.04);
}
.c-page-navi__arrow-box svg {
  width: 19px;
  height: 19px;
}
.c-page-navi__arrow-box--flip svg {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .c-page-navi__arrow-box {
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  }
  .c-page-navi__arrow-box svg {
    width: 24px;
    height: 24px;
  }
}

/* Prevテキストエリア */
.c-page-navi__prev-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  padding-left: 0.625rem;
  flex: 1;
  min-width: 0;
}
@media (min-width: 1024px) {
  .c-page-navi__prev-text {
    padding-left: 1.5rem;
    gap: 0.75rem;
  }
}

/* Nextテキストエリア */
.c-page-navi__next-text {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-right: 0.625rem;
  flex: 1;
  min-width: 0;
}
@media (min-width: 1024px) {
  .c-page-navi__next-text {
    padding-right: 1.5rem;
    gap: 0.75rem;
  }
}

/* タイトルテキスト */
.c-page-navi__prev-title,
.c-page-navi__next-title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #404040;
  line-height: 1.3;
  transition: color all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .c-page-navi__prev-title,
  .c-page-navi__next-title {
    font-size: 20px;
  }
}
@media (min-width: 1365px) {
  .c-page-navi__prev-title,
  .c-page-navi__next-title {
    font-size: 22px;
  }
}

.c-page-navi__prev-title {
  text-align: right;
}

/* Upボタン - PCのみ表示 */
.c-page-navi__up {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem 8px;
  height: 96px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  flex-shrink: 0;
}
.c-page-navi__up .c-page-navi__up-chevron path {
  transition: all 0.3s ease;
}
@media (min-width: 900px) {
  .c-page-navi__up {
    display: flex;
  }
}
@media (min-width: 768px) {
  .c-page-navi__up:hover .c-page-navi__up-chevron path {
    stroke: #b8183f;
    transition: all 0.3s ease;
  }
}

.c-page-navi__up-inner {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 114px;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
}
@media (min-width: 900px) {
  .c-page-navi__up-inner {
    display: flex;
  }
}

.c-page-navi__up-chevron-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  margin-bottom: -8px;
}
.c-page-navi__up-chevron-wrap:last-child {
  margin-bottom: 0;
}

.c-page-navi__up-chevron path {
  stroke: #cbd5e1;
  transition: stroke all 0.3s ease;
}

/* Core (WordPress core block styles)
   ----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
   ========================================================================== */
.wp-block-flexible-table-block-table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  border: 1px solid #cdcdcd;
}
.wp-block-flexible-table-block-table > table {
  min-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.wp-block-flexible-table-block-table thead {
  border: none;
}
.wp-block-flexible-table-block-table thead tr {
  background: #ebf0f6;
  border: none;
}
.wp-block-flexible-table-block-table thead th {
  padding: 8px;
  text-align: center;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #404040;
  border: none;
  border-right: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .wp-block-flexible-table-block-table thead th {
    padding: 16px 24px;
    font-size: 16px;
  }
}
.wp-block-flexible-table-block-table thead th:last-child {
  border-right: none;
}
.wp-block-flexible-table-block-table tbody {
  border: none;
}
.wp-block-flexible-table-block-table tbody tr {
  border: none;
  border-bottom: 1px solid #cdcdcd;
  background: white;
}
.wp-block-flexible-table-block-table tbody tr:last-child {
  border-bottom: none;
}
.wp-block-flexible-table-block-table tbody td {
  padding: 8px;
  text-align: center;
  border: none;
  border-right: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .wp-block-flexible-table-block-table tbody td {
    padding: 20px 24px;
  }
}
.wp-block-flexible-table-block-table tbody td:last-child {
  border-right: none;
}

.wp-block-table {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #cdcdcd;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.wp-block-table thead {
  border: none;
}
.wp-block-table thead tr {
  background: #ebf0f6;
  border: none;
}
.wp-block-table thead th {
  padding: 8px;
  text-align: center;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #404040;
  border: none;
  border-right: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .wp-block-table thead th {
    padding: 16px 24px;
    font-size: 16px;
  }
}
.wp-block-table thead th:last-child {
  border-right: none;
}
.wp-block-table tbody {
  border: none;
}
.wp-block-table tbody tr {
  border: none;
  border-bottom: 1px solid #cdcdcd;
  background: white;
}
.wp-block-table tbody tr:last-child {
  border-bottom: none;
}
.wp-block-table tbody td {
  padding: 8px;
  font-size: 14px;
  text-align: center;
  border: none;
  border-right: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .wp-block-table tbody td {
    padding: 20px 24px;
    font-size: 16px;
  }
}
.wp-block-table tbody td:last-child {
  border-right: none;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.wp-block-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wp-block-heading {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

h3.wp-block-heading {
  margin-top: 32px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h3.wp-block-heading {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

h4.wp-block-heading {
  margin-top: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h4.wp-block-heading {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.wp-block-list {
  padding-left: 1.5em !important;
  margin: 0 !important;
  list-style-position: outside !important;
}
.wp-block-list li {
  margin-bottom: 0.5em;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  display: list-item !important;
}
@media (min-width: 768px) {
  .wp-block-list li {
    font-size: 16px;
  }
}
.wp-block-list li:last-child {
  margin-bottom: 0;
}
.wp-block-list li a {
  color: #b8183f;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .wp-block-list li a:hover {
    text-decoration: none;
  }
}

ul.wp-block-list {
  list-style: disc !important;
  list-style-type: disc !important;
}

ol.wp-block-list {
  list-style: decimal !important;
  list-style-type: decimal !important;
}

.wp-block-list .wp-block-list {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.l-container ul:not([class]),
.l-container ol:not([class]),
.l-main ul:not([class]),
.l-main ol:not([class]) {
  padding-left: 1.5em !important;
  list-style-position: outside !important;
}
.l-container ul:not([class]) li,
.l-container ol:not([class]) li,
.l-main ul:not([class]) li,
.l-main ol:not([class]) li {
  display: list-item !important;
  margin-bottom: 0.5em;
}
.l-container ul:not([class]) li:last-child,
.l-container ol:not([class]) li:last-child,
.l-main ul:not([class]) li:last-child,
.l-main ol:not([class]) li:last-child {
  margin-bottom: 0;
}
.l-container ul:not([class]),
.l-main ul:not([class]) {
  list-style: disc !important;
}
.l-container ol:not([class]),
.l-main ol:not([class]) {
  list-style: decimal !important;
}

.editor-styles-wrapper .wp-block-list {
  width: 100% !important;
  max-width: none !important;
}

/* Project
   ----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
   ========================================================================== */
.p-top-hero {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
}
@media (min-width: 768px) {
  .p-top-hero {
    padding: 2rem;
  }
}

.p-top-hero__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-top-hero__header {
    flex-direction: row;
    align-items: flex-end;
  }
}

.p-top-hero__subtitle {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.25rem;
  font-size: 19px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  letter-spacing: 0.05em;
}

.p-top-hero__title {
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  font-size: 37px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  letter-spacing: 0.08em;
  margin: 0;
}

.p-top-hero__guide-link {
  background-color: #ffe6ec;
  color: #565656;
  padding: 0.5rem 1rem;
  padding-left: 0.5rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 13px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-top-hero__guide-link:hover {
    background-color: rgba(255, 230, 236, 0.8);
  }
  .p-top-hero__guide-link:hover .p-top-hero__guide-arrow {
    transform: translateX(0.25rem);
  }
}

.p-top-hero__guide-icon {
  width: 25px;
  height: 25px;
}

.p-top-hero__guide-arrow {
  margin-left: 0.25rem;
  transition: transform 0.3s ease;
}

.p-top-hero__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .p-top-hero__content {
    flex-direction: row;
  }
}

.p-top-hero__left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-top-hero__map-section {
  flex: 1;
  width: 100%;
  position: relative;
}

.p-top-hero__slider-wrapper {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media (min-width: 1024px) {
  .p-top-hero__slider-wrapper {
    gap: 1.5rem;
  }
}

.p-top-hero__swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.p-top-hero__nav-prev,
.p-top-hero__nav-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #b8183f;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  color: #b8183f;
}
@media (min-width: 768px) {
  .p-top-hero__nav-prev,
  .p-top-hero__nav-next {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .p-top-hero__nav-prev:hover,
  .p-top-hero__nav-next:hover {
    background: #fff0f5;
  }
}
.p-top-hero__nav-prev:disabled,
.p-top-hero__nav-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-top-hero__nav-prev svg,
.p-top-hero__nav-next svg {
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .p-top-hero__nav-prev svg,
  .p-top-hero__nav-next svg {
    width: 16px;
    height: 16px;
  }
}

.p-top-hero__pagination {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.p-top-hero__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #9ca3af;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-top-hero__pagination .swiper-pagination-bullet:hover {
    border-color: #b8183f;
  }
}
.p-top-hero__pagination .swiper-pagination-bullet-active {
  background: #4b5563;
  border-color: #4b5563;
}

.p-top-hero__map-container {
  width: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
  overflow: hidden;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1024px) {
  .p-top-hero__map-container {
    height: 500px;
    padding: 2rem 1rem;
  }
}

.p-top-hero__map-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.p-top-hero__map-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #005bac;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}

.p-top-hero__search-box {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .p-top-hero__search-box {
    width: 480px;
  }
}

.p-top-hero__tabs {
  display: flex;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.p-top-hero__tab {
  flex: 1;
  background-color: #9ca3af;
  color: white;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-top-hero__tab:hover {
    background-color: #6b7280;
  }
}
.p-top-hero__tab svg {
  width: 18px;
  height: 18px;
}
.p-top-hero__tab.is-active {
  background-color: #b8183f;
}

.p-top-hero__form {
  background-color: #f3f4f6;
  padding: 1.25rem;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.p-top-hero__date-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-top-hero__date-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 0.25rem;
}

.p-top-hero__date-inputs {
  display: flex;
  gap: 0.5rem;
}

.p-top-hero__select-wrapper {
  position: relative;
  flex: 1;
}

.p-top-hero__select {
  appearance: none;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 0.625rem 0.75rem;
  color: #374151;
  background: white;
  font-size: 14px;
}
.p-top-hero__select:focus {
  outline: none;
  border-color: #b8183f;
}

.p-top-hero__select-icon {
  pointer-events: none;
  position: absolute;
  inset-block: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-inline: 0.5rem;
  color: #6b7280;
}
.p-top-hero__select-icon svg {
  fill: currentColor;
  height: 1rem;
  width: 1rem;
}

.p-top-hero__weekday-toggle {
  display: flex;
  background: white;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  padding: 0.25rem;
  flex-shrink: 0;
}

.p-top-hero__weekday-button {
  padding: 0.375rem 1rem;
  font-weight: bold;
  border-radius: 3px;
  font-size: 12px;
  border: none;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media (min-width: 768px) {
  .p-top-hero__weekday-button:hover {
    color: #374151;
  }
}
.p-top-hero__weekday-button.is-active {
  background-color: #ffe6ec;
  color: #b8183f;
  border: 1px solid #f5b8c5;
}

.p-top-hero__search-input-wrapper {
  display: flex;
  gap: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.p-top-hero__search-input {
  flex: 1;
  background-color: #fff0f5;
  border: 1px solid #d1d5db;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 0.75rem 1rem;
  font-size: 16px;
}
.p-top-hero__search-input::placeholder {
  color: #9ca3af;
}
.p-top-hero__search-input:focus {
  outline: none;
  ring: 1px;
  ring-color: #b8183f;
  border-color: #b8183f;
}

.p-top-hero__search-button {
  background-color: #404040;
  color: white;
  padding-inline: 1.5rem;
  border-radius: 0 4px 4px 0;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-top-hero__search-button:hover {
    background-color: #374151;
  }
}

.p-top-hero__option-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.p-top-hero__option-button {
  background: white;
  border-radius: 8px;
  padding: 1rem 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-top-hero__option-button:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }
}

.p-top-hero__option-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8183f;
  margin-bottom: 0.25rem;
}
.p-top-hero__option-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top-hero__option-text {
  text-align: center;
  line-height: 1.2;
}

.p-top-hero__option-label {
  display: block;
  font-weight: bold;
  color: #b8183f;
  font-size: 13px;
  transition: all 0.15s ease;
}
.p-top-hero__option-button:hover .p-top-hero__option-label {
  text-decoration: underline;
  text-decoration-color: #b8183f;
  text-underline-offset: 2px;
}

.p-top-hero__option-sublabel {
  display: block;
  font-size: 10px;
  color: #6b7280;
  transform: scaleY(0.9);
  transform-origin: top;
}

.p-top-hero__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.p-top-hero__checkbox {
  width: 1rem;
  height: 1rem;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  color: #b8183f;
  cursor: pointer;
}
.p-top-hero__checkbox:focus {
  ring: 1px;
  ring-color: #b8183f;
}

.p-top-hero__checkbox-label {
  color: #4b5563;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.p-top-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 12px;
  color: #4b5563;
}

.p-top-hero__tag {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: white;
  border: 1px solid #e5e7eb;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.p-top-hero__tag-dot {
  font-size: 10px;
}
.p-top-hero__tag-dot--blue {
  color: #3b82f6;
}
.p-top-hero__tag-dot--purple {
  color: #a855f7;
}

.p-top-hero__info {
  background-color: #eff6ff;
  color: #1e40af;
  padding: 0.75rem;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
  border: 1px solid #dbeafe;
}

.p-top-hero__info-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-top-pickup {
  position: relative;
  width: 100% !important;
  padding: 2rem 0 4rem 1.5rem;
  transition: padding-top 0.4s ease;
  background-color: #f5f5f5;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .p-top-pickup {
    padding: 4rem 0 6rem 57px;
    transition: none;
  }
}

.l-main:has(.c-emergency-notice) .p-top-pickup {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .l-main:has(.c-emergency-notice) .p-top-pickup {
    padding-top: 4rem;
  }
}

.p-top-pickup__container {
  height: 100%;
  border: 6px solid rgba(184, 25, 63, 0.09);
  border-right: none;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-pickup__container {
    flex-direction: row;
    gap: 50px;
    height: 377px;
    padding: 2.5rem 0 2.5rem 2.5rem;
    margin-bottom: 0;
  }
}

.p-top-pickup__left {
  display: flex;
  gap: 1.3rem;
  flex-shrink: 0;
  width: 100%;
  padding-right: 2rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-top-pickup__left {
    flex-direction: column;
    padding-right: 0;
    justify-content: space-between;
    width: 190px;
    height: 100%;
  }
}

.p-top-pickup__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-top-pickup__text-row {
  position: relative;
  display: flex;
  align-items: baseline;
}
.p-top-pickup__text-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b8183f;
}

.p-top-pickup__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.33px;
  margin-left: 22px;
}
@media (min-width: 768px) {
  .p-top-pickup__title {
    font-size: 37px;
    letter-spacing: 12%;
  }
}

.p-top-pickup__description {
  font-family: "Noto Sans JP";
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 12%;
  margin: 0;
}
@media (min-width: 768px) {
  .p-top-pickup__description {
    font-size: 19px;
    font-weight: 700;
  }
}

.p-top-pickup__controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.p-top-pickup__nav {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .p-top-pickup__nav:hover img.pc {
    display: none;
  }
  .p-top-pickup__nav:hover img.sp {
    display: block;
  }
}
.p-top-pickup__nav:disabled, .p-top-pickup__nav.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-top-pickup__nav img {
  width: 48px;
  height: 48px;
}
.p-top-pickup__nav img.pc {
  display: block;
}
.p-top-pickup__nav img.sp {
  display: none;
}
.p-top-pickup__nav--next img {
  transform: rotate(180deg);
}

.p-top-pickup__pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  color: #666;
  min-width: 50px;
  justify-content: center;
}

.p-top-pickup__pagination-current,
.p-top-pickup__pagination-separator,
.p-top-pickup__pagination-total {
  font-family: "Poppint";
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  letter-spacing: -0.14px;
  display: none;
}
@media (min-width: 768px) {
  .p-top-pickup__pagination-current,
  .p-top-pickup__pagination-separator,
  .p-top-pickup__pagination-total {
    display: block;
  }
}

.p-top-pickup__pagination-list {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (min-width: 768px) {
  .p-top-pickup__pagination-list {
    bottom: 60px;
  }
}

.p-top-pickup__pagination-btn {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #b8183f;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* hide numeric text visually while keeping aria-label for screen readers */
  font-size: 0;
  color: transparent;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.p-top-pickup__pagination-btn.is-active {
  background: #b8183f;
  color: transparent;
  border-color: #b8183f;
}

.p-top-pickup__slider {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.p-top-pickup__slider .swiper,
.p-top-pickup__slider .swiper-wrapper,
.p-top-pickup__slider .swiper-slide {
  height: 100%;
}

.p-top-pickup__swiper {
  overflow: visible;
}
.p-top-pickup__swiper .swiper-wrapper {
  display: flex;
}
.p-top-pickup__swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.p-top-pickup__slide-item {
  width: 180px;
  border-radius: 4px;
  aspect-ratio: 100/59;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top-pickup__slide-item {
    width: auto;
    height: 100%;
    border-radius: 16px;
  }
}
.p-top-pickup__slide-item img {
  height: 100%;
  object-fit: contain;
  display: block;
}

.p-top-pickup__slide-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .p-top-pickup__slide-link:hover {
    opacity: 0.8;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-faq * {
  font-family: "BIZ UDPGothic";
}
.p-faq {
  display: flex;
  width: 100%;
  gap: 1.5rem;
  justify-content: center;
  padding: 3rem 1rem;
  flex-direction: column;
  max-width: 1520px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .p-faq {
    flex-direction: row;
    padding: 3rem 2rem;
  }
}

.p-faq__left-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .p-faq__left-content {
    width: 520px;
    gap: 2.7rem;
    /* 固定幅にして余白を確保 */
    flex: 0 0 520px;
  }
}

.p-faq__left-content-inner {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}

.p-faq__title {
  position: relative;
  font-size: 20px;
  line-height: normal;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 30px;
}
.p-faq__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -43px;
  transform: translateY(-50%) scale(0.5);
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon_faq-title.svg");
}
@media (min-width: 768px) {
  .p-faq__title {
    font-size: 36px;
    margin-left: 60px;
  }
  .p-faq__title::before {
    left: -60px;
    transform: translateY(-50%);
  }
}

.p-faq__description {
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  white-space: pre-line;
  margin: 0;
}
@media (min-width: 768px) {
  .p-faq__description {
    font-size: 16px;
  }
}

.p-faq__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-faq__tags {
    gap: 0.75rem;
  }
}

.p-faq__tag {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 2px;
  height: 35px;
  padding: 12px 16px;
  background-color: #ffffff;
  border: 1px solid #b8183f;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .p-faq__tag:hover {
    background-color: #b8183f;
    color: #ffffff;
  }
  .p-faq__tag:hover .p-faq__tag-hash {
    color: #ffffff;
  }
  .p-faq__tag:hover .p-faq__tag-label {
    color: #ffffff;
  }
}

.p-faq__tag-hash {
  font-size: 11px;
  line-height: 1.9;
  color: #bf1338;
}
@media (min-width: 768px) {
  .p-faq__tag-hash {
    font-size: 14px;
  }
}

.p-faq__tag-label {
  font-size: 11px;
  line-height: 1.9;
  color: #000000;
}
@media (min-width: 768px) {
  .p-faq__tag-label {
    font-size: 14px;
  }
}

.p-faq__right-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .p-faq__right-content {
    /* 左カラムが固定幅のとき、右カラムは残り幅を取る */
    flex: 1 1 auto;
    width: auto;
    gap: 1.5rem;
  }
}

.p-faq__items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.p-faq__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 24px;
  height: 80px;
  cursor: pointer;
  background: transparent;
  border: none;
  text-align: left;
}
.p-faq__toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #ffeaf0;
  z-index: 0;
  border-radius: 27px;
}
@media (min-width: 1024px) {
  .p-faq__toggle::before {
    left: 7px;
    width: 56px;
    height: 56px;
  }
}
.p-faq__toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon-arrow.svg");
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .p-faq__toggle::after {
    right: 40px;
  }
}
@media (min-width: 768px) {
  .p-faq__toggle:hover::after {
    right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .p-faq__toggle:hover::after {
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .p-faq__toggle {
    padding: 0 70px 0 24px;
  }
}

.p-faq__q-label {
  position: relative;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: #b8183f;
}
@media (min-width: 1024px) {
  .p-faq__q-label {
    font-size: 26px;
  }
}

.p-faq__question {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}
@media (min-width: 1024px) {
  .p-faq__question {
    font-size: 20px;
  }
}

.p-faq__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffe6ec;
  border: 1px solid #b8183f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.p-faq__icon-horizontal {
  width: 18px;
  height: 3px;
  background-color: #f96d8e;
  position: absolute;
}

.p-faq__icon-vertical {
  width: 3px;
  height: 18px;
  background-color: #f96d8e;
  position: absolute;
  transition: transform 0.2s ease;
  transform: scaleY(1);
}
.p-faq__item.is-expanded .p-faq__icon-vertical {
  transform: scaleY(0);
}

.p-faq__view-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  background-color: #b8183f;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.p-faq__view-more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-faq__view-more::before {
    width: 28px;
    height: 28px;
  }
}
.p-faq__view-more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-black.svg);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-faq__view-more::after {
    right: 28px;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 768px) {
  .p-faq__view-more:hover {
    background-color: #fff;
    border: 1px solid #b8183f;
  }
  .p-faq__view-more:hover::before {
    background-color: #b8183f;
  }
  .p-faq__view-more:hover::after {
    background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-white.svg);
  }
  .p-faq__view-more:hover .p-faq__view-more-text {
    color: #b8183f;
  }
}

.p-faq__view-more-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #ffffff;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-faq__view-more-text {
    font-size: 20px;
  }
}

.p-faq__view-more-arrow {
  width: 22px;
  height: 18px;
  position: absolute;
  right: 22px;
  color: #b8183f;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-guide {
  width: 100%;
  max-width: 1520px;
  margin-inline: auto;
  padding: 3rem 1rem 2.5rem;
}
@media (min-width: 768px) {
  .p-guide {
    padding: 5rem 2rem 3.75rem;
  }
}

.p-guide__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1540px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .p-guide__container {
    flex-direction: row;
  }
}
.p-guide__container .p-guide__img {
  margin-inline: auto;
  width: 173px;
  height: 56px;
}
@media (min-width: 768px) {
  .p-guide__container .p-guide__img {
    width: 267px;
    height: 88px;
  }
}

.p-guide__left {
  background-color: #d12650;
  width: 100%;
  height: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem 0;
  position: relative;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-guide__left {
    height: 300px;
    padding: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .p-guide__left {
    width: 440px;
    height: auto;
  }
}

.p-guide__left-wrap {
  background-color: #b8183f;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-guide__left-conteiner {
  width: 320px;
}

.p-guide__subtitle {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-guide__subtitle {
    margin-bottom: 1.5rem;
  }
}
.p-guide__subtitle span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-guide__subtitle {
    font-size: 20px;
  }
}

.p-guide__illustration {
  position: relative;
  width: 232px;
  height: 79px;
  background-color: #cecece;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-guide__illustration-text {
  color: #ffffff;
  font-size: 15px;
  opacity: 0.5;
}

.p-guide__title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-guide__title {
    font-size: 26px;
  }
}

.p-guide__right {
  background-color: #d12650;
  flex: 1;
  padding: 1rem 1rem 1.5rem;
}
@media (min-width: 768px) {
  .p-guide__right {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-guide__right {
    padding: 50px;
  }
}

.p-guide__grid {
  display: flex;
  gap: 0.5rem;
  height: 100%;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-guide__grid {
    margin-top: 0;
    gap: 1.25rem;
  }
}

.p-guide__link-icon-wrap {
  min-width: 25px;
}

.p-guide__link-icon {
  margin: 0 auto;
}

.p-guide__link {
  width: 100%;
  height: 40px;
  background: white;
  border-radius: 10px;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  border: 1px solid #d12650;
}
.p-guide__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow.svg);
  z-index: 10;
}
@media (min-width: 768px) {
  .p-guide__link::before {
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
}
.p-guide__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #feeff3;
}
@media (min-width: 768px) {
  .p-guide__link::after {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1484px) {
  .p-guide__link {
    width: 292px;
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .p-guide__link {
    height: auto;
    width: calc((100% - 20px) / 2);
  }
}

.p-guide__grid-wrap .p-guide__grid {
  display: none;
}
.p-guide__grid-wrap.is-open .p-guide__grid {
  display: flex;
}
@media (min-width: 768px) {
  .p-guide__grid-wrap .p-guide__grid {
    display: flex;
  }
}
.p-guide__grid-wrap.is-open .p-guide__toggle-btn {
  background-color: #ebf0f6;
}
.p-guide__grid-wrap.is-open .p-guide__toggle-btn .p-guide__link-text {
  color: #333;
}
.p-guide__grid-wrap.is-open .p-guide__toggle-btn .c-gnavi__button-toggle-minus {
  background-color: #fff;
}
.p-guide__grid-wrap.is-open .p-guide__toggle-btn .c-gnavi__button-toggle-minus-line {
  background-color: #b8183f;
}

.p-guide__toggle-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
  background-color: #ffeaf0;
}
@media (min-width: 768px) {
  .p-guide__toggle-btn {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .p-guide__toggle-btn {
    display: none;
  }
}
.p-guide__toggle-btn::before {
  display: none;
}
.p-guide__toggle-btn::after {
  display: none;
}
.p-guide__toggle-btn .p-guide__link-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.p-guide__toggle-btn .c-gnavi__button-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.p-guide__link-text {
  font-family: "BIZ UDPGothic";
  font-weight: 700;
  color: #000000;
  font-size: 13px;
  line-height: 1.3;
  transition: all 0.1s ease;
}
@media (min-width: 768px) {
  .p-guide__link-text {
    font-size: 15px;
  }
}

.p-guide__arrow {
  color: #bd1a3d;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.p-guide__arrow svg {
  width: 16px;
  height: 16px;
}

/* バナー
    ----------------------------------------------------------------- */
.p-guide__banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1520px;
  margin-block: 40px;
  margin-inline: auto;
  padding: 0 20px;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-guide__banner {
    gap: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .p-guide__banner {
    padding: 0 40px;
    flex-direction: row;
  }
}
.p-guide__banner .p-guide__banner-item {
  position: relative;
  width: 100%;
  height: fit-content;
  padding: 40px 40px 15px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}
@media (min-width: 768px) {
  .p-guide__banner .p-guide__banner-item {
    padding: 80px 80px 40px;
    border-radius: 6px;
  }
}
@media (min-width: 1200px) {
  .p-guide__banner .p-guide__banner-item {
    width: calc((100% - 42px) / 2);
  }
}
.p-guide__banner .p-guide__banner-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .p-guide__banner .p-guide__banner-item::before {
    width: 48px;
    height: 48px;
  }
}
.p-guide__banner .p-guide__banner-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) scale(0.6);
  width: 13px;
  height: 13px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow.svg);
}
@media (min-width: 768px) {
  .p-guide__banner .p-guide__banner-item::after {
    right: 39px;
    transform: translateY(-50%) scale(1);
  }
}
@media (min-width: 768px) {
  .p-guide__banner .p-guide__banner-item:hover {
    border: 2px solid #b8183f;
    cursor: pointer;
  }
}
.p-guide__banner .p-guide__banner-left {
  background-color: #ebf0f6;
}
.p-guide__banner .p-guide__banner-left .p-guide__banner-title::before {
  left: -34px;
  width: 31px;
  height: 45px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon_guide-banner01.svg);
}
@media (min-width: 768px) {
  .p-guide__banner .p-guide__banner-left .p-guide__banner-title::before {
    left: -50px;
  }
}
.p-guide__banner .p-guide__banner-right {
  background-color: #e9e9e9;
}
.p-guide__banner .p-guide__banner-right .p-guide__banner-title::before {
  left: -43px;
  width: 46px;
  height: 54px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon_guide-banner02.svg);
}
@media (min-width: 768px) {
  .p-guide__banner .p-guide__banner-right .p-guide__banner-title::before {
    left: -58px;
  }
}

.p-guide__banner-label {
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #fff;
  border: 1px solid #f7cfd8;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 8px 15px;
  font-family: "BIZ UDPGothic";
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 10%;
  color: #000;
}
.p-guide__banner-label span {
  color: #b8183f;
}
@media (min-width: 768px) {
  .p-guide__banner-label {
    top: 10px;
    border-radius: 0 12px 12px 0;
    padding: 15px 33px;
    font-size: 17px;
  }
}

.p-guide__banner-title {
  position: relative;
  font-size: 18px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 10%;
  color: #333;
  text-wrap: balance;
  word-break: auto-phrase;
  line-break: strict;
}
.p-guide__banner-title .p-guide__banner-title-highlight {
  color: #b8183f;
}
.p-guide__banner-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
}
@media (min-width: 768px) {
  .p-guide__banner-title::before {
    font-size: 38px;
    transform: translateY(-50%) scale(1);
  }
}
@media (min-width: 768px) {
  .p-guide__banner-title {
    font-size: 38px;
  }
}

.p-guide__banner-title-chunk {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-news * {
  font-family: "BIZ UDPGothic";
}
.p-news {
  display: flex;
  justify-content: center;
  padding: 5rem 10px;
  background-color: #ebf0f6;
}
@media (max-width: 1200px) {
  .p-news {
    padding: 0;
  }
}

.p-news__container {
  width: 100%;
  max-width: 1390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .p-news__container {
    flex-direction: row;
  }
}

.p-news__tab {
  display: flex;
  gap: 2px;
  padding-inline: 2px;
  background-color: #ffffff;
  min-height: 80px;
}
@media (min-width: 1200px) {
  .p-news__tab {
    display: none;
  }
}
@media (max-width: 1200px) {
  .p-news__tab {
    margin-bottom: 40px;
  }
}

.p-news__tabitem {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #404040;
  width: 33.3333333333%;
  background-color: #ebf0f6;
  border: 1px solid #ffdae3;
  background-color: #ffdae3;
  text-align: center;
  padding: 8px 18px 6px;
  border-radius: 8px 8px 0 0;
  height: fit-content;
  margin-top: auto;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: auto-phrase;
  line-break: strict;
}
@media (min-width: 768px) {
  .p-news__tabitem:hover {
    border: 1px solid #b8183f;
    background-color: #b8183f;
    color: #ffffff;
  }
}
.p-news__tabitem.is-active {
  padding: 14px 20px 12px;
  border: 1px solid #ebf0f6;
  background-color: #ebf0f6;
  color: #404040;
  min-height: 60px;
  cursor: unset;
}

.p-news__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  max-width: unset;
  padding: 40px 16px;
  gap: 14px;
}
@media (min-width: 1200px) {
  .p-news__column {
    width: 100%;
    max-width: 450px;
    padding: 44px 20px 0;
    gap: 16px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1360px) {
  .p-news__column {
    max-width: 380px;
  }
}

/* SP: show only active column, desktop shows all */
@media (max-width: 1200px) {
  .p-news__column {
    display: none;
  }
  .p-news__column.is-active {
    display: flex;
  }
}
/* Header
   .p-news__header {
     margin-bottom: $spacing-4;
   }
*/
.p-news__title {
  position: relative;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.8;
  color: #333;
  margin-bottom: 24px;
  margin-left: 40px;
}
@media (min-width: 768px) {
  .p-news__title {
    font-size: 24px;
    margin-left: 36px;
  }
}
.p-news__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.p-news__title::after {
  content: "";
  position: absolute;
  left: -36px;
  bottom: -25px;
  height: 1px;
  width: 228px;
  z-index: 10;
  background-color: #b8183f;
}
.p-news__title.p-news__title--items::before {
  left: -32px;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon_news-topic.svg");
}
.p-news__title.p-news__title--reform::before {
  left: -32px;
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon_news-reform.svg");
}
.p-news__title.p-news__title--event::before {
  left: -32px;
  width: 18px;
  height: 20px;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon_news-event.svg");
}

.p-news__title-underline {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #bfbdbd;
}

.p-news__list {
  height: 100%;
}

.p-news__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  background-color: #b8183f;
  border-radius: 8px;
  border: 1px solid #b8183f;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
  margin-top: 28px;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-news__button {
    min-height: 58px;
  }
}
@media (min-width: 1200px) {
  .p-news__button {
    margin-top: 14px;
  }
}
.p-news__button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-news__button:before {
    width: 28px;
    height: 28px;
  }
}
.p-news__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-black.svg);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-news__button::after {
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    right: 29px;
  }
}
@media (min-width: 768px) {
  .p-news__button:hover {
    background: #ffffff;
  }
  .p-news__button:hover .p-news__button-text {
    color: #000000;
  }
  .p-news__button:hover::before {
    background-color: #b8183f;
  }
  .p-news__button:hover::after {
    background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-white.svg);
  }
}

.p-news__button-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 0.5rem;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-news__button-text {
    font-size: 16px;
  }
}

.p-news__button-arrow {
  transition: transform 0.3s ease;
}
.p-news__button-arrow svg {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-recommend {
  padding: 42px 26px;
  background-color: #fafafa;
  background-image: radial-gradient(circle, #f1f1f1 2px, transparent 2px);
  background-position: 0 0;
  background-size: 10px 10px;
}
@media (min-width: 768px) {
  .p-recommend {
    padding: 68px 55px;
  }
}

.p-content-wrapper {
  padding: 8px;
  background-color: #fff;
  max-width: 1540px;
  margin: 0 auto;
  border-radius: 10px;
}

.p-content {
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 41px;
  width: 100%;
  max-width: 1480px;
  min-height: 580px;
  margin: 0 auto;
  padding: 40px 15px;
  background-image: url("/wp-content/themes/hakobus/assets/images/top-recommend/image_recommend-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-content {
    justify-content: center;
    min-height: 722px;
    padding: 90px 40px;
  }
}
@media (min-width: 1200px) {
  .p-content {
    flex-direction: row;
  }
}

.p-recommend * {
  font-family: "BIZ UDPGothic";
}
.p-recommend__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
  width: 100%;
  max-width: unset;
}
@media (min-width: 1200px) {
  .p-recommend__content {
    max-width: 514px;
  }
}
.p-recommend__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #565656;
}
.p-recommend__subtitle {
  position: relative;
  color: #b8183f;
  font-size: 13px;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  letter-spacing: 10%;
  line-height: normal;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .p-recommend__subtitle {
    font-size: 20px;
  }
}
.p-recommend__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b8183f;
}
@media (min-width: 768px) {
  .p-recommend__subtitle::before {
    top: 7px;
  }
}
.p-recommend__title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  letter-spacing: 10%;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 768px) {
  .p-recommend__title {
    font-size: 36px;
  }
}
.p-recommend__description {
  font-size: 12px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-recommend__description {
    font-size: 16px;
    line-height: 2;
  }
}
.p-recommend__more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 50px;
  width: 160px;
  padding: 14px 16px 14px 30px;
  background: #b8183f;
  margin-top: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s ease;
  border: 1px solid #b8183f;
}
@media (min-width: 768px) {
  .p-recommend__more-link {
    width: 180px;
    margin-top: 10px;
    font-size: 16px;
    padding: 18px 30px;
  }
}
.p-recommend__more-link span {
  line-height: 1.3;
}
.p-recommend__more-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .p-recommend__more-link:before {
    width: 28px;
    height: 28px;
    right: 22px;
  }
}
.p-recommend__more-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-black.svg);
}
@media (min-width: 768px) {
  .p-recommend__more-link::after {
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    right: 29px;
  }
}
@media (min-width: 768px) {
  .p-recommend__more-link:hover {
    background: #ffffff;
    color: #000000;
  }
  .p-recommend__more-link:hover::before {
    background-color: #b8183f;
  }
  .p-recommend__more-link:hover::after {
    background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-white.svg);
  }
}
.p-recommend__panel {
  display: none;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .p-recommend__panel {
    display: block;
  }
}
.p-recommend__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.p-recommend__tab {
  flex: 1;
  padding: 14px 10px;
  font-size: 16px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  color: white;
  border-radius: 8px 8px 0 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-recommend__tab--active {
  height: 62px;
  background: #ffffff;
  color: #b8183f;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.p-recommend__tab--inactive {
  height: 50px;
  background: #ffdae3;
  color: #000;
}
@media (min-width: 768px) {
  .p-recommend__tab--inactive:hover {
    background: #b8183f;
    color: #ffffff;
  }
}
.p-recommend__content-area {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #ececec;
  border-top: none;
}
@media (min-width: 768px) {
  .p-recommend__content-area {
    gap: 30px;
  }
}
.p-recommend__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-recommend__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.p-recommend__category {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-recommend__category-title {
  position: relative;
  font-size: 14px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  letter-spacing: 0;
  margin-left: 24px;
}
.p-recommend__category-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  transform: translateX(-50%);
}
.p-recommend__category-title.p-recommend__category-title--transportation::before {
  width: 16px;
  height: 19px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon_recommend01.svg);
}
.p-recommend__category-title.p-recommend__category-title--area::before {
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon_recommend02.svg);
}
.p-recommend__category-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-recommend__link-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: white;
  color: #645659;
  font-size: 16px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #b8183f;
  transition: background 0.2s ease;
}
@media (min-width: 768px) {
  .p-recommend__link-item:hover {
    background-color: #b8183f;
  }
  .p-recommend__link-item:hover span {
    color: #ffffff;
  }
}
.p-recommend__link-item span {
  color: #000000;
  font-size: 16px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.p-recommend__link-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow.svg);
  z-index: 10;
}
.p-recommend__link-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #feeff3;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-recruit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1390px;
  margin: 0 auto;
  padding: 2.5rem 0;
  border-image: conic-gradient(#ebf0f6) fill 0/1/0 100lvi;
}
.p-recruit__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.75rem;
  padding: 0;
}
@media (min-width: 768px) {
  .p-recruit__container {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1024px) {
  .p-recruit__container {
    flex-direction: row;
    align-items: center;
  }
}
.p-recruit__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
  width: 100%;
  max-width: unset;
}
@media (min-width: 768px) {
  .p-recruit__content {
    padding: 40px 20px;
  }
}
@media (min-width: 1024px) {
  .p-recruit__content {
    max-width: 514px;
  }
}
.p-recruit__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #565656;
}
@media (max-width: 640px) {
  .p-recruit__header {
    padding: 0 1.25rem;
  }
}
.p-recruit__subtitle {
  position: relative;
  color: #b8183f;
  font-size: 13px;
  font-weight: 700;
  font-family: "BIZ UDPGothic";
  letter-spacing: 10%;
  line-height: normal;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .p-recruit__subtitle {
    font-size: 20px;
  }
}
.p-recruit__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b8183f;
}
@media (min-width: 768px) {
  .p-recruit__subtitle::before {
    top: 7px;
  }
}
.p-recruit__title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  font-family: "BIZ UDPGothic";
  letter-spacing: 10%;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1024px) {
  .p-recruit__title {
    font-size: 36px;
  }
}
.p-recruit__description {
  font-size: 16px;
  font-family: "BIZ UDPGothic";
  color: #000000;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  .p-recruit__description {
    font-size: 14px;
    padding: 0 1.25rem;
  }
}
.p-recruit__more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  padding: 14px 30px;
  background: #b8183f;
  margin-top: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "BIZ UDPGothic";
  font-weight: 700;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s ease;
  border: 1px solid #b8183f;
}
@media (min-width: 768px) {
  .p-recruit__more-link {
    font-size: 16px;
    margin-top: 10px;
    padding: 18px 30px;
  }
}
.p-recruit__more-link span {
  line-height: 1.3;
}
.p-recruit__more-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .p-recruit__more-link:before {
    width: 28px;
    height: 28px;
  }
}
.p-recruit__more-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-black.svg);
}
@media (min-width: 768px) {
  .p-recruit__more-link::after {
    right: 29px;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 768px) {
  .p-recruit__more-link:hover {
    background: #ffffff;
    color: #000000;
  }
  .p-recruit__more-link:hover::before {
    background-color: #b8183f;
  }
  .p-recruit__more-link:hover::after {
    background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-white.svg);
  }
}
.p-recruit__image-wrap {
  display: flex;
  min-width: 0;
  height: fit-content;
  gap: 8px;
}
.p-recruit__image-wrap.is-sp {
  display: flex;
}
@media (min-width: 1024px) {
  .p-recruit__image-wrap.is-sp {
    display: none;
  }
}
.p-recruit__image-wrap.is-pc {
  display: none;
}
@media (min-width: 1024px) {
  .p-recruit__image-wrap.is-pc {
    display: flex;
  }
}
.p-recruit__image {
  width: 33.3333333333%;
  height: auto;
  aspect-ratio: 266/454;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .p-recruit__image {
    width: calc(33.3333333333% - 10px);
  }
}
.p-recruit__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .p-recruit__image img {
    height: 458px;
    border-radius: 12px;
  }
}
.p-recruit__image:nth-child(even) {
  margin-top: 16px;
}
.p-recruit__image:nth-child(odd) {
  margin-bottom: 16px;
}
.p-recruit__button {
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .p-recruit__button {
    padding: 0;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-route-intro {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-route-intro__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #404040;
}
.p-route-intro__description {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #404040;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ========================================
// Route Map
// FLOCSS: .p-route-map
// ======================================== */
.p-route-map-tabs {
  width: 100%;
}
.p-route-map-tabs .c-tabs-accordion__panel {
  padding: 0;
}

.p-route-map {
  --route-map-ui-blue: #0e2d71;
  --route-map-ui-border: #0f1f3a;
  --route-map-surface-bg: #d9d9d9;
  width: 100%;
}
.p-route-map__surface {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  background: var(--route-map-surface-bg);
}
@media (min-width: 768px) {
  .p-route-map__surface {
    height: auto;
    min-height: 570px;
  }
}
.p-route-map__switch {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: inline-flex;
  gap: 2px;
  padding: 8px;
  background: var(--route-map-ui-blue);
}
.p-route-map__switch-button {
  min-width: 48px;
  height: 36px;
  border: 0;
  color: #ffffff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-route-map__switch-button.is-active {
  background: #ffffff;
  color: var(--route-map-ui-blue);
}
@media (min-width: 768px) {
  .p-route-map__switch-button.is-active:hover {
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  .p-route-map__switch-button:hover {
    background: rgba(255, 255, 255, 0.16);
  }
}
.p-route-map__viewport {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  touch-action: none;
  background-color: #ffffff;
}
.p-route-map__viewport.is-dragging {
  cursor: grabbing;
}
.p-route-map__viewport .p-route-map__image {
  display: none;
  width: 1260px;
  max-width: none;
  user-select: none;
  pointer-events: auto;
  transform-origin: center center;
}
.p-route-map__viewport .p-route-map__image.is-active {
  display: block;
}
.p-route-map__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 10px;
  display: inline-flex;
  gap: 8px;
  background: #ebf0f6;
  border-radius: 8px 0 8px 0;
  overflow: hidden;
}
.p-route-map__control {
  width: 42px;
  height: 42px;
  border: 0;
  border: 1px solid #9a9a9a;
  background: #ffffff;
  color: #404040;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 2rem;
  border-radius: 8px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 768px) {
  .p-route-map__control {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 768px) {
  .p-route-map__control:hover {
    background: #e8ecf2;
  }
}
.p-route-map__fit-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
}
.p-route-map__fit-icon::before, .p-route-map__fit-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-color: currentColor;
  border-style: solid;
}
.p-route-map__fit-icon::before {
  top: -2px;
  left: -2px;
  border-width: 2px 0 0 2px;
}
.p-route-map__fit-icon::after {
  right: -2px;
  bottom: -2px;
  border-width: 0 2px 2px 0;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-three-column-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-three-column-cards__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #404040;
}
.p-three-column-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ccc;
}
@media (min-width: 768px) {
  .p-three-column-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .p-three-column-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-three-column-cards__grid > .c-card {
  border: none;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-two-column-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-two-column-cards__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #404040;
}
.p-two-column-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ccc;
}
@media (min-width: 768px) {
  .p-two-column-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-two-column-cards__grid > .c-card {
  border: none;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ========================================
// Gray Button Grid Section
// FLOCSS: .p-gray-button-grid
// ========================================*/
.p-gray-button-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-gray-button-grid__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #404040;
}
.p-gray-button-grid__container {
  background-color: #ebf0f6;
  padding: 0.75rem;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .p-gray-button-grid__container {
    padding: 1.5rem;
  }
}
.p-gray-button-grid__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 426px) {
  .p-gray-button-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
  }
}
@media (min-width: 768px) {
  .p-gray-button-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

#scroll-spy .wp-block-hakobus-gray-button-grid {
  align-self: start;
  z-index: 20;
  position: sticky;
  top: 95px;
  width: 100%;
  margin-bottom: 1rem;
}
#scroll-spy .wp-block-hakobus-gray-button-grid .p-gray-button-grid {
  width: 100%;
}

.c-button-route.is-active {
  border-color: #b8183f;
  color: #b8183f;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-bus-stops {
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-bus-stops__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #404040;
}
.p-bus-stops__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 426px) {
  .p-bus-stops__grid {
    grid-template-columns: 1fr;
  }
}
.p-bus-stops__grid .c-bus-stop-button__text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-bus-stops__grid .c-bus-stop-button__text {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .p-bus-stops__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-main-routes {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-main-routes__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #404040;
}
.p-main-routes__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-route-table-section {
  display: flex;
  flex-direction: column;
}
.p-route-table-section__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #404040;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-route-info-bar {
  width: 100%;
  padding: 0 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-route-info-bar__container {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1410px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.p-route-info-bar__title-wrap {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-route-info-bar__title-wrap {
    display: flex;
  }
}
.p-route-info-bar__title-wrap-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-route-info-bar__title-wrap-sp {
    display: none;
  }
}
.p-route-info-bar__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background-color: #ffffff;
  flex-shrink: 0;
}
.p-route-info-bar__title-icon {
  width: 18px;
  height: 21px;
  flex-shrink: 0;
}
.p-route-info-bar__title-text {
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #404040;
  white-space: nowrap;
}
.p-route-info-bar__list {
  display: none;
  align-items: center;
  flex: 1;
  overflow-x: auto;
  border-right: 1px solid #dae0e3;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-route-info-bar__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .p-route-info-bar__list {
    display: flex;
  }
}
.p-route-info-bar__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1rem 2rem;
  min-width: 120px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 1px solid #cdcdcd;
  background-color: #ffffff;
}
.p-route-info-bar__item:first-child {
  border-left: none;
}
.p-route-info-bar__item::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 5px;
  transition: 0.3s ease;
  background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon_drop-arrow-black.svg");
}
@media (min-width: 768px) {
  .p-route-info-bar__item:hover {
    background-color: #f5f9fe;
  }
  .p-route-info-bar__item:hover::before {
    bottom: 10px;
    background-image: url("/wp-content/themes/hakobus/assets/images/icon/icon_drop-arrow.svg");
  }
}
.p-route-info-bar__item-icon {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  flex-shrink: 0;
}
.p-route-info-bar__item-text {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #404040;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-route-info-bar__map-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
  background-color: #ffeaf0;
  border-radius: 6px;
  width: 186px;
  height: 40px;
}
@media (min-width: 768px) {
  .p-route-info-bar__map-button:hover {
    color: #fff;
    background-color: #b8183f;
  }
  .p-route-info-bar__map-button:hover .p-route-info-bar__map-text {
    color: #fff;
  }
  .p-route-info-bar__map-button:hover .p-route-info-bar__map-icon {
    display: none;
  }
  .p-route-info-bar__map-button:hover .p-route-info-bar__map-icon--sp {
    display: block;
  }
}
.p-route-info-bar__map-icon {
  width: 14px;
  height: 20px;
  flex-shrink: 0;
}
.p-route-info-bar__map-icon--sp {
  display: none;
  width: 14px;
  height: 20px;
  flex-shrink: 0;
}
.p-route-info-bar__map-text {
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  color: #404040;
  white-space: nowrap;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .p-route-info-bar {
    padding: 0 1rem;
  }
  .p-route-info-bar__container {
    flex-wrap: wrap;
  }
  .p-route-info-bar__title {
    width: 100%;
    justify-content: center;
  }
  .p-route-info-bar__list {
    width: 100%;
    border-left: none;
    border-right: none;
    justify-content: flex-start;
    padding: 0.5rem 0;
  }
  .p-route-info-bar__map-button {
    width: 100%;
    justify-content: center;
    border-top: 1px solid #dae0e3;
  }
}
@media (max-width: 768px) {
  .p-route-info-bar__item {
    min-width: 80px;
    padding: 0.75rem;
  }
  .p-route-info-bar__item-text {
    font-size: 11px;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-demo-section {
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
.p-demo-section__group {
  margin-bottom: 40px;
}
.p-demo-section__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
.p-demo-section__row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 640px) {
  .p-demo-section__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-demo-section__label {
  font-size: 14px;
  color: #666;
  width: 120px;
  flex-shrink: 0;
  font-weight: bold;
}
.p-demo-section__item {
  width: 300px;
}
.p-demo-section__item--bg {
  background: #e0e0e0;
  padding: 10px;
  border-radius: 4px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
:where(.p-article) :where(a) {
  color: #b8183f;
  text-decoration: underline;
}
@media (min-width: 768px) {
  :where(.p-article) :where(a):hover {
    text-decoration: none;
    opacity: 1;
  }
}

.p-article {
  padding: 0.75rem;
}
@media (max-width: 1290px) {
  .p-article {
    padding: 0.75rem 1.5rem;
  }
}
@media (max-width: 640px) {
  .p-article {
    padding: 0.75rem 0;
  }
}
.p-article *:first-child {
  margin-top: 0px;
}
.p-article *:last-child {
  margin-bottom: 0px;
}
.p-article > h2 {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-article > h2 {
    margin-top: 5rem;
  }
}
.p-article > h3 {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-article > h3 {
    margin-top: 3rem;
  }
}
.p-article > * {
  margin-top: 1rem;
}
.p-article .wp-block-column > *:first-child {
  margin-top: 0px;
}
.p-article .wp-block-column > * {
  margin-top: 0.75rem;
}

.wp-block-heading {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .wp-block-heading {
    padding: 0.75rem 0;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.l-visitors {
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .l-visitors {
    margin-bottom: 0.75rem;
  }
}
.l-visitors .l-page-header__breadcrumbs-list {
  padding: 24px;
}

.p-visitor-news-wrapper {
  background: #ffffff;
  padding-top: 0;
}
@media (max-width: 640px) {
  .p-visitor-news-wrapper {
    padding-top: 0.75rem;
  }
}

.p-visitors-mv {
  position: relative;
  background-color: #fff;
}

.p-visitors-mv__swiper {
  position: relative;
  width: 100vw;
  height: auto;
  padding-bottom: 184px !important;
}
.p-visitors-mv__swiper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 139px;
  background-image: url("/wp-content/themes/hakobus/assets/images/visitors/image_visitors-decoration.svg");
  background-repeat: repeat;
  background-position: center;
  z-index: 1;
}
@media (min-width: 1200px) {
  .p-visitors-mv__swiper {
    padding-bottom: 134px !important;
  }
}

.p-visitors-mv__info {
  position: relative;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 24px 39px;
}
@media (min-width: 1200px) {
  .p-visitors-mv__info {
    position: absolute;
    top: -1px;
    left: 120px;
    z-index: 10;
    width: 438px;
    min-height: 585px;
    text-align: left;
  }
}

.p-visitors-mv__info-description {
  display: none;
  color: #b8193f;
  font-size: 20px;
  font-family: "noto-sans-jp", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 10%;
  padding: 13px 26px;
  border: 2px solid #ebd4d9;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .p-visitors-mv__info-description {
    display: inline-block;
  }
}

.p-visitors-mv__info-title-wrapper {
  display: inline-block;
  color: #000;
  font-size: 26px;
  font-family: "noto-sans-jp", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  margin-inline: auto;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-visitors-mv__info-title-wrapper {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .p-visitors-mv__info-title-wrapper {
    display: inline-block;
    text-align: left;
  }
}
.p-visitors-mv__info-title-wrapper .p-visitors-mv__info-title-mark {
  display: inline-block;
  color: #f1d1d9;
}
.p-visitors-mv__info-title-wrapper .p-visitors-mv__info-title {
  display: inline-block;
  color: #b8193f;
}

.p-visitors-mv__info-text {
  color: #645659;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: left;
}

.p-visitors-mv__speech-bubble {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 160px;
  right: 10px;
  z-index: 999;
}
@media (min-width: 1200px) {
  .p-visitors-mv__speech-bubble {
    bottom: 144px;
    right: 100px;
  }
}
.p-visitors-mv__speech-bubble img {
  width: 110px;
  height: auto;
}
@media (min-width: 1200px) {
  .p-visitors-mv__speech-bubble img {
    width: 176px;
    height: auto;
  }
}

.c-visitor-banner-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 570px;
  justify-content: center;
  gap: 0.75rem;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .c-visitor-banner-wrapper {
    max-width: 1173px;
    gap: 35px;
    display: flex;
  }
}

.c-visitor-banner-wrapper--top {
  padding: 3.75rem 1.25rem 2.5rem;
  margin-bottom: 0;
  background-color: #b8183f;
  border-image: conic-gradient(#b8183f) 0 fill/1/0 100lvi stretch;
}
@media (max-width: 640px) {
  .c-visitor-banner-wrapper--top {
    padding: 2rem 1.25rem 2rem;
  }
}

.c-visitor-banner-wrapper--bottom {
  padding: 0.75rem 1rem 0.75rem;
}
@media (max-width: 640px) {
  .c-visitor-banner-wrapper--bottom {
    padding: 2rem 1rem 2rem;
  }
}

.c-visitor-banner {
  max-width: 330px;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .c-visitor-banner {
    width: auto;
  }
}
@media (min-width: 768px) {
  .c-visitor-banner:hover {
    filter: brightness(1.1);
  }
}

.p-visitor-area-wrapper {
  position: relative;
  padding: 0 20px;
  background-color: #fafafa;
}
.p-visitor-area-wrapper > .p-visitor-area,
.p-visitor-area-wrapper > .p-visitor-area * {
  position: relative;
  z-index: 1;
}
.p-visitor-area-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 50%;
  background-color: var(--visitors-top-bg, #b8183f);
  z-index: 0;
}

.p-visitor-area {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 65px;
}
.p-visitor-area .p-visitor-area__button-wrapper {
  flex-wrap: wrap;
  gap: 27px;
  justify-content: center;
}
@media (max-width: 640px) {
  .p-visitor-area .p-visitor-area__button-wrapper {
    min-height: 265px;
  }
}
.p-visitor-area .p-visitor-area-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 120px;
  font-size: 24px;
  color: #fff;
  background-color: #1e293b;
  border-radius: 30px 30px 0 0;
}
.p-visitor-area .p-visitor-area-title .is-sp {
  display: block;
}
@media (min-width: 768px) {
  .p-visitor-area .p-visitor-area-title .is-sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-visitor-area .p-visitor-area-title {
    font-size: 36px;
  }
}
.p-visitor-area .p-visitor-area__button-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 27px;
}
.p-visitor-area .p-visitor-area__tab-wrapper {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .p-visitor-area .p-visitor-area__tab-wrapper {
    display: none;
    flex-wrap: nowrap;
  }
}
.p-visitor-area .p-visitor-area__tab-wrapper .p-visitor-area__tab {
  font-weight: bold;
  width: 100%;
  height: 44px;
  border-radius: 6px;
  background-color: #ffeaf0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  transition: 0.3s ease;
}
.p-visitor-area .p-visitor-area__tab-wrapper .p-visitor-area__tab.is-active {
  color: #fff;
  background-color: #b8183f;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-visitor-area .p-visitor-area__tab-wrapper .p-visitor-area__tab:hover {
    color: #b8183f;
    background-color: #fff;
    border: 1px solid #b8183f;
    transition: 0.3s ease;
  }
}
.p-visitor-area .p-visitor-area__tab-wrapper .p-visitor-area__tab {
  /* スマホ時：2列にする（gap考慮） */
}
@media (max-width: 768px) {
  .p-visitor-area .p-visitor-area__tab-wrapper .p-visitor-area__tab {
    width: calc(50% - 2px);
  }
}
@media (min-width: 768px) {
  .p-visitor-area .p-visitor-area__tab-wrapper .p-visitor-area__tab {
    width: calc(25% - 3px);
  }
}
.p-visitor-area .p-visitor-area-button {
  width: 100%;
  min-width: unset;
  height: auto;
  border-radius: 10px;
  padding: 20px 24px;
  border-top: 15px solid #b8193f;
  border-right: 3px solid #b8193f;
  border-bottom: 3px solid #b8193f;
  border-left: 3px solid #b8193f;
}
@media (min-width: 1024px) {
  .p-visitor-area .p-visitor-area-button {
    width: calc(50% - 27px);
    min-width: 348px;
  }
}
.p-visitor-area .p-visitor-area-button a {
  display: block;
}
.p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link {
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 5%;
  color: #000;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #000;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link {
    font-size: 22px;
  }
}
.p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ebf0f6;
  transition: 0.3s ease;
}
.p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 11px;
  width: 13px;
  height: 13px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-black.svg);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link:hover {
    color: #b8193f;
  }
  .p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link:hover::before {
    background-color: #b8193f;
  }
  .p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link:hover::after {
    background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-white.svg);
  }
}
.p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link.is-arrow-none {
  color: #000;
}
.p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link.is-arrow-none::before {
  display: none;
}
.p-visitor-area .p-visitor-area-button .p-visitor-area-button__title-link.is-arrow-none::after {
  display: none;
}
.p-visitor-area .p-visitor-area-button .p-visitor-area-button__child-link {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border-bottom: 1px solid #c0c0c0;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-visitor-area .p-visitor-area-button .p-visitor-area-button__child-link {
    font-size: 17px;
  }
}
.p-visitor-area .p-visitor-area-button .p-visitor-area-button__child-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-black.svg);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-visitor-area .p-visitor-area-button .p-visitor-area-button__child-link:hover {
    border-bottom: 1px solid #b8193f;
  }
  .p-visitor-area .p-visitor-area-button .p-visitor-area-button__child-link:hover::after {
    right: 4px;
    background-image: url(/wp-content/themes/hakobus/assets/images/icon/icon-arrow-red.svg);
  }
}
.p-visitor-area .p-visitor-area-map-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 22px 17px;
  background-color: #fff;
}
.p-visitor-area .p-visitor-area-map-wrapper img {
  max-width: 497px;
  width: 100%;
  height: fit-content;
  margin: 0 auto 4px;
  aspect-ratio: 497/514;
}
@media (min-width: 1024px) {
  .p-visitor-area .p-visitor-area-map-wrapper img {
    margin: 0 auto 10px;
  }
}
@media (min-width: 1024px) {
  .p-visitor-area .p-visitor-area-map-wrapper {
    flex-direction: row;
    gap: 35px;
    padding: 43px 52px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .p-visitor-area .p-visitor-area-map-wrapper {
    flex-direction: column;
  }
}
.p-visitor-area .p-visitor-area-banner-wrapper {
  display: block;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 1rem 2rem;
}
@media (min-width: 1024px) {
  .p-visitor-area .p-visitor-area-banner-wrapper {
    display: flex;
    padding: 0 52px 43px;
  }
}
@media (max-width: 640px) {
  .p-visitor-area .p-visitor-area-banner-wrapper {
    margin-top: 0;
  }
}
.p-visitor-area .p-visitor-area-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-visitor-area .p-visitor-area-banner {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .p-visitor-area .p-visitor-area-banner {
    gap: 0.625rem;
  }
}
.p-visitor-area .p-visitor-area-banner a {
  flex: 0 0 295px;
}
.p-visitor-area .p-visitor-area-banner a img {
  width: 295px;
  height: auto;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-visitor-area .p-visitor-area-banner a img:hover {
    filter: brightness(1.1);
  }
}
@media (min-width: 768px) and (max-width: 1383px) {
  .p-visitor-area .p-visitor-area-banner a {
    flex-basis: calc((80% - 20px) / 2);
  }
  .p-visitor-area .p-visitor-area-banner a img {
    width: 100%;
  }
}
.p-visitor-area .p-visitor-area-banner__text {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .p-visitor-area .p-visitor-area-banner__text {
    margin-bottom: 0;
  }
}

.p-visitor-area__bottom-wrapper {
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .p-visitor-area__bottom-wrapper {
    border-radius: 0 0 10px 10px;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-hakodate-station {
  margin-top: 48px;
}
.p-hakodate-station__heading {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #404040;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-hakodate-station__heading {
    font-size: 22px;
  }
}
.p-hakodate-station__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-flow {
  margin-top: 48px;
}
.p-flow__intro {
  margin-bottom: 32px;
}
.p-flow__intro-heading {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #404040;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-flow__intro-heading {
    font-size: 32px;
  }
}
.p-flow__intro-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.p-flow__tabs {
  display: none;
}
@media (min-width: 1024px) {
  .p-flow__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    background-color: #ffffff;
    border: 1px solid #e0e6ef;
    border-radius: 12px;
    padding: 8px;
    position: sticky;
    top: 88px;
    align-self: start;
    z-index: 10;
  }
}
.p-flow__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-flow__tab--active {
  background-color: #b8183f;
  color: #ffffff;
}
.p-flow__tab--inactive {
  background-color: #ffeaf0;
  color: #404040;
}
@media (min-width: 768px) {
  .p-flow__tab--inactive:hover {
    border: 1px solid #b8183f;
    background-color: #ffffff;
    color: #b8183f;
  }
}
.p-flow__panels {
  display: none;
}
@media (min-width: 1024px) {
  .p-flow__panels {
    display: block;
    margin-top: 4px;
  }
}
.p-flow__panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1px solid #e0e6ef;
  border-radius: 12px;
}
.p-flow__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .p-flow__section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: flex-start;
    gap: 24px;
  }
}
.p-flow__section-image {
  width: 100%;
  height: auto;
}
.p-flow__section-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-flow__section-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-flow__section-body .c-page-link-button {
  width: fit-content;
  text-decoration: none;
}
.p-flow__section-heading {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #404040;
}
@media (min-width: 768px) {
  .p-flow__section-heading {
    font-size: 24px;
  }
}
.p-flow__section-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}
.p-flow__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .p-flow__accordion {
    display: none;
  }
}
.p-flow__accordion-item {
  border-radius: 4px;
  overflow: hidden;
}
.p-flow__accordion-item.is-expanded .p-flow__accordion-header {
  background-color: #b8183f;
}
.p-flow__accordion-item.is-expanded .p-flow__accordion-label {
  color: #ffffff;
}
.p-flow__accordion-item.is-expanded .p-flow__accordion-icon::before {
  content: "−";
}
.p-flow__accordion-item.is-expanded .p-flow__accordion-body {
  max-height: 9999px;
}
.p-flow__accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background-color: #ffeaf0;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
  min-height: 40px;
}
.p-flow__accordion-label {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #404040;
  transition: color 0.2s ease;
}
.p-flow__accordion-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-flow__accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-flow__accordion-icon::before {
  content: "+";
  font-size: 16px;
  font-weight: 700;
  color: #b8183f;
  line-height: 1;
}
.p-flow__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.p-flow__accordion-body-inner {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.emergency-posts {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .emergency-posts {
    margin-bottom: 4rem;
  }
}
.emergency-posts h2 {
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
  color: #b8183f;
}
@media (min-width: 768px) {
  .emergency-posts h2 {
    padding: 0.75rem 0;
    margin-bottom: 2rem;
  }
}
.emergency-posts__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.emergency-posts__link {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #ffe6ec;
  padding: 24px 32px 24px 24px;
  border-radius: 16px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .emergency-posts__link:hover {
    border: 2px solid #b8183f;
    background-color: #f7f1de;
    padding: 24px 28px 24px 24px;
  }
}
.emergency-posts__link .emergency-posts__label {
  display: block;
  width: fit-content;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #b8183f;
  color: #fff;
  border-radius: 4px;
}
.emergency-posts__link .emergency-posts__title {
  line-height: 1.4;
  color: #b8183f;
}
.emergency-posts__link .emergency-posts__arrow {
  width: 14px;
  height: 14px;
}
@media (min-width: 768px) {
  .emergency-posts__link .emergency-posts__arrow {
    width: 16px;
    height: 16px;
  }
}
.emergency-posts__link.is-resolved {
  background-color: #e7f1ff;
}
.emergency-posts__link.is-resolved .emergency-posts__title {
  color: #404040;
}
@media (min-width: 768px) {
  .emergency-posts__link.is-resolved:hover {
    border: 2px solid #1b43c3;
  }
}
.emergency-posts__link.is-resolved .emergency-posts__label {
  background-color: #1b43c3;
}
.emergency-posts__meta {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.emergency-posts__data {
  color: #404040;
  font-size: 12px;
}
.emergency-posts__title {
  font-size: 16px;
  color: #b8183f;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
@media (min-width: 1291px) {
  .archive-category-tabs {
    display: none;
  }
}
.archive-category-tabs__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
@media (min-width: 831px) {
  .archive-category-tabs__container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.archive-category-tab {
  padding: 8px 6px 6px;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  align-content: center;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 500;
  background-color: #f5f9fe;
  color: #404040;
  transition: all 0.3s ease;
  min-height: 60px;
}
@media (min-width: 831px) {
  .archive-category-tab {
    padding: 12px 10px 8px;
    font-size: 16px;
  }
}
.archive-category-tab:first-child {
  border-radius: 12px 4px 4px 4px;
}
.archive-category-tab:nth-child(2) {
  border-radius: 4px 12px 4px 4px;
}
@media (min-width: 831px) {
  .archive-category-tab:nth-child(2) {
    border-radius: 2px 2px 2px 2px;
  }
}
@media (min-width: 831px) {
  .archive-category-tab:nth-child(4) {
    border-radius: 4px 12px 4px 4px;
  }
}
.archive-category-tab--active {
  background-color: #b8183f;
  color: #ffffff;
}
.archive-category-tab--inactive {
  border-bottom-color: transparent;
  color: #333;
}
@media (min-width: 768px) {
  .archive-category-tab--inactive:hover {
    background-color: #1e293b;
    color: #ffffff;
    transition: all 0.3s ease;
  }
}

.archive-category-filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: #e0e6ef;
  border-radius: 0 0 12px 12px;
}
@media (min-width: 1291px) {
  .archive-category-filter {
    border-radius: 12px;
  }
}
.archive-category-filter__wrapper {
  margin-bottom: 0;
}
.archive-category-filter__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  background-color: #ffffff;
  padding: 4px;
  border-radius: 12px;
}
@media (min-width: 831px) {
  .archive-category-filter__items {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
}
.archive-category-filter__month {
  display: block;
  width: 100%;
}
@media (min-width: 831px) {
  .archive-category-filter__month {
    margin-left: auto;
    width: 200px;
  }
}
.archive-category-filter--visible {
  display: flex;
}
.archive-category-filter--hidden {
  display: none;
}
.archive-category-filter__below-pagination {
  margin-top: 48px;
}
.archive-category-filter__result-count {
  width: 100%;
  text-align: end;
  margin-top: 0.625rem;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #404040;
}

.archive-category-link {
  padding: 6px 16px 4px;
  text-decoration: none;
  background-color: #f5f9fe;
  color: #404040;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
}
@media (min-width: 831px) {
  .archive-category-link:first-child {
    border-radius: 12px 4px 4px 12px;
  }
}
@media (min-width: 831px) {
  .archive-category-link:last-child {
    border-radius: 4px 12px 12px 4px;
  }
}
@media (min-width: 768px) {
  .archive-category-link:hover {
    background-color: #1e293b;
    color: #ffffff;
  }
}
.archive-category-link--all {
  font-weight: 500;
}
.archive-category-link--active {
  background-color: #b8183f;
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .archive-category-link--active:hover {
    background-color: #b8183f;
    color: #ffffff;
  }
}

.archive-month-dropdown {
  padding: 8px 12px 8px 12px;
  padding-right: 24px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;utf8,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.582031 0.583496L4.08203 4.0835L7.58203 0.583496" stroke="%23CCCCCC" stroke-width="1.16667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 9px 5px;
  appearance: none;
  cursor: pointer;
  font-size: 13px;
  color: #404040;
  transition: border-color 0.3s ease;
}
@media (min-width: 831px) {
  .archive-month-dropdown {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .archive-month-dropdown:hover {
    border-color: #404040;
  }
}
.archive-month-dropdown:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.1);
}

.archive-tag-filter {
  margin-bottom: 32px;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.archive-tag-filter__text {
  margin: 0;
  font-size: 14px;
}
.archive-tag-filter__clear-link {
  margin-left: 16px;
  text-decoration: none;
  color: #0066cc;
}
@media (min-width: 768px) {
  .archive-tag-filter__clear-link:hover {
    text-decoration: underline;
  }
}

.archive-posts__note {
  min-height: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #404040;
  line-height: 1.5;
  display: block;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-about-history p {
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
}
.p-about-history h2.p-about-history__heading {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.1em;
  padding: 16px 8px;
}
@media (max-width: 768px) {
  .p-about-history h2.p-about-history__heading {
    font-size: 24px;
    padding: 16px 0;
  }
}
.p-about-history h3.p-about-history__heading {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 16px 8px;
}
@media (max-width: 768px) {
  .p-about-history h3.p-about-history__heading {
    font-size: 22px;
    padding: 16px 0;
  }
}
.p-about-history .p-about-history__lead {
  padding: 8px;
}
@media (max-width: 768px) {
  .p-about-history .p-about-history__lead {
    padding: 0;
  }
}
.p-about-history .p-about-history__hakobus {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-about-history .p-about-history__hakobus {
    margin-top: 32px;
  }
}
.p-about-history .p-about-history__alacarte {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-about-history .p-about-history__alacarte {
    margin-top: 50px;
  }
}
.p-about-history .p-about-history__alacarte p {
  padding: 8px;
}
@media (max-width: 768px) {
  .p-about-history .p-about-history__alacarte p {
    padding: 0;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-history-line {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-history-line {
    margin-top: 16px;
  }
}
.p-history-line .p-history-line__heading {
  cursor: pointer;
  padding: 16px 12px;
  border-bottom: 1px solid #acacac;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__heading {
    padding: 16px 5px;
  }
}
.p-history-line .p-history-line__heading {
  cursor: pointer;
  padding: 16px 12px;
  border-bottom: 1px solid #acacac;
}
.p-history-line .p-history-line__heading-content {
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.p-history-line .p-history-line__heading-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__heading-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.p-history-line .p-history-line__heading-year {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-history-line .p-history-line__heading-num {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__heading-num {
    font-size: 22px;
  }
}
.p-history-line .p-history-line__heading-num span {
  font-size: 12px;
  font-weight: 700;
}
.p-history-line .p-history-line__heading-event {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__heading-event {
    font-size: 14px;
  }
}
.p-history-line .p-history-line__heading-icon {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.4s;
  /* 横線（−） */
}
.p-history-line .p-history-line__heading-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b8193f;
  transform: translateY(-50%);
}
.p-history-line .p-history-line__heading-icon {
  /* 縦線（＋の時のみ表示） */
}
.p-history-line .p-history-line__heading-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background-color: #b8193f;
  transform: translateX(-50%);
  transition: opacity 0.4s ease;
  opacity: 1;
}
.p-history-line .p-history-line__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
.p-history-line .p-history-line__item {
  display: flex;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__item {
    padding-right: 0;
  }
}
.p-history-line .p-history-line__year-label {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}
.p-history-line .p-history-line__year {
  font-weight: 700;
  color: #404040;
  font-size: 16px;
  padding-top: 32px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__year {
    padding-bottom: 8px;
    padding-top: 24px;
  }
}
.p-history-line .p-history-line__year-number {
  font-family: "LINE Seed JP", sans-serif;
  letter-spacing: 0.01em;
  font-size: 19px;
  margin-right: 4px;
}
.p-history-line .p-history-line__month-event {
  display: flex;
  gap: 15px;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 7px;
  line-height: 1;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__month-event {
    flex-direction: column;
    gap: 5px;
    margin-top: 0;
    line-height: 1.6;
  }
}
.p-history-line .p-history-line__timeline {
  position: relative;
  width: 13px;
  flex-shrink: 0;
  margin-right: 0;
}
.p-history-line {
  /* 縦線 */
}
.p-history-line .p-history-line__timeline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: #9f9f9f;
}
.p-history-line .p-history-line__item:first-child .p-history-line__timeline::before {
  height: calc(100% - 40px);
}
.p-history-line {
  /* 最初の項目以外は線を全高 */
}
.p-history-line .p-history-line__item:not(:first-child) .p-history-line__timeline::before {
  height: 100%;
}
.p-history-line .p-history-line__dot {
  display: block;
  margin-top: 38px;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #9f9f9f;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__dot {
    margin-top: 28px;
  }
}
.p-history-line {
  /* コンテンツエリア */
}
.p-history-line .p-history-line__content {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__content {
    padding-left: 5px;
  }
}
.p-history-line .p-history-line__block {
  display: flex;
  flex-direction: row;
  gap: 24px;
  letter-spacing: 0.1em;
  border-radius: 8px;
  background-color: #f5f9fe;
  padding: 32px 32px 24px 32px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__block {
    flex-direction: column;
    padding: 24px;
  }
}
.p-history-line .p-history-line__block-lb {
  width: calc(100% - 324px);
}
@media (max-width: 768px) {
  .p-history-line .p-history-line__block-lb {
    width: 100%;
  }
}
.p-history-line .p-history-line__block-rb {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-history-line .p-history-line__block-rb img {
  aspect-ratio: 300/192;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.p-history-line .p-history-line__block-rb .p-history-line__block-caption {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
}
.p-history-line .p-history-line__block-heading {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

:root {
  interpolate-size: allow-keywords;
}

/* 開いている時は縦線を非表示（−になる） */
details[open] .p-history-line__heading-icon::after {
  opacity: 0;
}

@supports selector(::details-content) {
  details::details-content {
    overflow: clip;
    transition: content-visibility 0.4s ease allow-discrete, opacity 0.4s ease, height 0.4s ease;
    content-visibility: hidden;
    opacity: 0;
    height: 0;
  }
  details[open]::details-content {
    content-visibility: visible;
    opacity: 1;
    height: auto;
  }
}
/* フォールバック（非対応ブラウザ用） */
@supports not selector(::details-content) {
  details > .p-history-line__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  details[open] > .p-history-line__content {
    max-height: 9999px;
    opacity: 1;
  }
}
summary {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary:focus {
  outline: none;
  background: none;
}
summary:focus-visible {
  outline: none;
  background: none;
}
summary:active {
  outline: none;
  background: none;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-history-image-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 768px) {
  .p-history-image-two {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
.p-history-image-two .p-history-image-two__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .p-history-image-two .p-history-image-two__item {
    gap: 5px;
  }
}
.p-history-image-two .p-history-image-two__item img {
  aspect-ratio: 530/275;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.p-history-image-two .p-history-image-two__item span {
  font-size: 14px;
  color: #9F9F9F;
}
@media (max-width: 768px) {
  .p-history-image-two .p-history-image-two__item span {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-history-image-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 768px) {
  .p-history-image-three {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 20px;
  }
}
.p-history-image-three .p-history-image-three__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .p-history-image-three .p-history-image-three__item {
    gap: 5px;
  }
}
.p-history-image-three .p-history-image-three__item img {
  aspect-ratio: 346/180;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.p-history-image-three .p-history-image-three__item span {
  font-size: 14px;
  color: #9F9F9F;
}
@media (max-width: 768px) {
  .p-history-image-three .p-history-image-three__item span {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-history-image-five {
  padding: 32px 40px 40px;
  background-color: #EBF0F6;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, minmax(0, 184px));
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-history-image-five {
    padding: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-row-gap: 8px;
  }
}
.p-history-image-five .p-history-image-five__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .p-history-image-five .p-history-image-five__item {
    gap: 5px;
  }
}
.p-history-image-five .p-history-image-five__item img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.p-history-image-five .p-history-image-five__item span {
  font-size: 14px;
  color: #9F9F9F;
}
@media (max-width: 768px) {
  .p-history-image-five .p-history-image-five__item span {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-search {
  display: flex;
  justify-content: center;
  max-width: 1000px;
}
.p-search .gsc-wrapper {
  max-width: 100%;
}
.p-search .gsc-webResult-divider {
  height: 1px;
}
.p-search form.gsc-search-box {
  max-width: 100%;
}

.l-container--page.p-search {
  padding: 0;
}

.p-search__button {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
.p-image-slider {
  width: 100%;
}
.p-image-slider__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1024px) {
  .p-image-slider__layout {
    grid-template-columns: 1fr 1fr;
  }
}
.p-image-slider__main {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.p-image-slider__swiper {
  border-radius: 8px;
  overflow: hidden;
}
.p-image-slider__main-image {
  aspect-ratio: 532/372;
  overflow: hidden;
}
.p-image-slider__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-image-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 0;
}
.p-image-slider__nav {
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  padding: 0;
  background: no-repeat center/contain;
  background-image: url("../images/image-slider/nextbutton.svg");
  transition: all 0.15s ease;
}
@media (min-width: 768px) {
  .p-image-slider__nav:hover {
    opacity: 0.75;
  }
}
.p-image-slider__nav--prev {
  transform: rotate(180deg);
}
.p-image-slider__nav--next {
  background-image: url("../images/image-slider/nextbutton.svg");
}
.p-image-slider__counter {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #404040;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
}
.p-image-slider__counter-current {
  font-size: 30px;
  font-weight: 700;
  line-height: 27.2px;
}
.p-image-slider__counter-separator {
  font-size: 14px;
  line-height: 27.2px;
}
.p-image-slider__counter-total {
  font-size: 21px;
  font-weight: 700;
  line-height: 27.2px;
}
.p-image-slider__autoplay {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  transition: all 0.15s ease;
}
@media (min-width: 768px) {
  .p-image-slider__autoplay:hover {
    opacity: 0.75;
  }
}
.p-image-slider__autoplay.is-playing .p-image-slider__autoplay-pause {
  display: block;
}
.p-image-slider__autoplay.is-playing .p-image-slider__autoplay-play {
  display: none;
}
.p-image-slider__autoplay:not(.is-playing) .p-image-slider__autoplay-pause {
  display: none;
}
.p-image-slider__autoplay:not(.is-playing) .p-image-slider__autoplay-play {
  display: block;
}
.p-image-slider__autoplay-pause, .p-image-slider__autoplay-play {
  width: 23px;
  height: 18px;
  background: no-repeat center/contain;
}
.p-image-slider__autoplay-pause {
  background-image: url("../images/image-slider/stopbutton.svg");
}
.p-image-slider__autoplay-play {
  background-image: url("../images/image-slider/playbutton.svg");
}
.p-image-slider__thumbs {
  display: none;
}
@media (min-width: 1024px) {
  .p-image-slider__thumbs {
    display: block;
  }
}
.p-image-slider__thumbs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.p-image-slider__thumb {
  background: none;
  border: 3px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  aspect-ratio: 113/83;
  transition: all 0.15s ease;
}
.p-image-slider__thumb.is-active {
  border-color: #b8183f;
}
@media (min-width: 768px) {
  .p-image-slider__thumb:hover:not(.is-active) {
    opacity: 0.75;
  }
}
.p-image-slider__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Utility
   ----------------------------------------------------------------- */
/* ==========================================================================
   Utility / Clearfix
   ========================================================================== */
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
   Utility / Display
   ========================================================================== */
.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-inline {
  display: inline;
}

.u-hidden {
  display: none;
}

.u-flex {
  display: flex;
}

.u-inline-flex {
  display: inline-flex;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Utility / Margin
   ========================================================================== */
.u-mt-1 {
  margin-top: 0.25rem;
}

.u-mt-2 {
  margin-top: 0.5rem;
}

.u-mt-3 {
  margin-top: 0.75rem;
}

.u-mt-4 {
  margin-top: 1rem;
}

.u-mt-5 {
  margin-top: 1.25rem;
}

.u-mt-6 {
  margin-top: 1.5rem;
}

.u-mt-8 {
  margin-top: 2rem;
}

.u-mt-10 {
  margin-top: 2.5rem;
}

.u-mt-12 {
  margin-top: 3rem;
}

.u-mt-16 {
  margin-top: 4rem;
}

.u-mb-1 {
  margin-bottom: 0.25rem;
}

.u-mb-2 {
  margin-bottom: 0.5rem;
}

.u-mb-3 {
  margin-bottom: 0.75rem;
}

.u-mb-4 {
  margin-bottom: 1rem;
}

.u-mb-5 {
  margin-bottom: 1.25rem;
}

.u-mb-6 {
  margin-bottom: 1.5rem;
}

.u-mb-8 {
  margin-bottom: 2rem;
}

.u-mb-10 {
  margin-bottom: 2.5rem;
}

.u-mb-12 {
  margin-bottom: 3rem;
}

.u-mb-16 {
  margin-bottom: 4rem;
}

.u-ml-1 {
  margin-left: 0.25rem;
}

.u-ml-2 {
  margin-left: 0.5rem;
}

.u-ml-3 {
  margin-left: 0.75rem;
}

.u-ml-4 {
  margin-left: 1rem;
}

.u-ml-5 {
  margin-left: 1.25rem;
}

.u-ml-6 {
  margin-left: 1.5rem;
}

.u-ml-8 {
  margin-left: 2rem;
}

.u-ml-10 {
  margin-left: 2.5rem;
}

.u-ml-12 {
  margin-left: 3rem;
}

.u-ml-16 {
  margin-left: 4rem;
}

.u-mr-1 {
  margin-right: 0.25rem;
}

.u-mr-2 {
  margin-right: 0.5rem;
}

.u-mr-3 {
  margin-right: 0.75rem;
}

.u-mr-4 {
  margin-right: 1rem;
}

.u-mr-5 {
  margin-right: 1.25rem;
}

.u-mr-6 {
  margin-right: 1.5rem;
}

.u-mr-8 {
  margin-right: 2rem;
}

.u-mr-10 {
  margin-right: 2.5rem;
}

.u-mr-12 {
  margin-right: 3rem;
}

.u-mr-16 {
  margin-right: 4rem;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.u-m-auto {
  margin: auto;
}

/* ==========================================================================
   Utility / Text
   ========================================================================== */
.u-text-left {
  text-align: left;
}

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

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

.u-text-justify {
  text-align: justify;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-normal {
  font-weight: 400;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-capitalize {
  text-transform: capitalize;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Utility / Grid
   ========================================================================== */
@media (max-width: 767px) {
  .u-grid-sp-stack.wp-block-group.is-layout-grid, .u-grid-sp-stack.is-layout-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }
}

@media (max-width: 1023px) {
  .u-grid-tablet-stack.wp-block-group.is-layout-grid, .u-grid-tablet-stack.is-layout-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }
}

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