@charset "UTF-8";
/*!
 * みんなのFPテーマ - メインスタイル
 *
 * @package MinnanoFPTheme
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
  padding: 1rem 1.5rem;
  border-left: 4px solid #33BBFF;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #33BBFF;
  outline-offset: 2px;
}

::selection {
  background-color: rgba(51, 187, 255, 0.2);
  color: #212529;
}

::-moz-selection {
  background-color: rgba(51, 187, 255, 0.2);
  color: #212529;
}

h1 {
  font-size: clamp(0.1171875rem, 0.0924295775rem + 0.1056338028vw, 0.1875rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: clamp(0.09375rem, 0.0772447183rem + 0.0704225352vw, 0.140625rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: clamp(0.078125rem, 0.0726232394rem + 0.0234741784vw, 0.09375rem);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h4 {
  font-size: clamp(0.0703125rem, 0.0675616197rem + 0.0117370892vw, 0.078125rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

h6 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.text-large {
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-small {
  font-size: 0.875rem;
  line-height: 1.6;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.5;
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.text-primary {
  color: #212529;
}

.text-secondary {
  color: #495057;
}

.text-muted {
  color: #6c757d;
}

.text-light {
  color: #adb5bd;
}

.text-white {
  color: #ffffff;
}

.text-brand {
  color: #33BBFF;
}

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

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

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

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

a {
  color: #33BBFF;
  text-decoration: underline;
  text-decoration-color: rgba(51, 187, 255, 0.3);
  text-underline-offset: 2px;
  transition: 0.3s ease;
}
a:hover {
  color: #0099CC;
  text-decoration-color: #0099CC;
}
a:focus:focus {
  outline: 2px solid #33BBFF;
  outline-offset: 2px;
}

ul.list-unstyled {
  list-style: none;
  padding-left: 0;
}
ul.list-inline {
  list-style: none;
  padding-left: 0;
}
ul.list-inline li {
  display: inline-block;
  margin-right: 1rem;
}
ul.list-inline li:last-child {
  margin-right: 0;
}

blockquote {
  background: rgba(51, 187, 255, 0.05);
  border-left: 4px solid #33BBFF;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  position: relative;
}
blockquote::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: 1.5rem;
  font-size: 3rem;
  color: rgba(51, 187, 255, 0.3);
  font-family: serif;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
  font-style: normal;
}
blockquote cite::before {
  content: "— ";
}

code {
  font-family: "Courier New", monospace;
  font-size: 0.875em;
  background: #f8f9fa;
  padding: 0.125rem 0.25rem;
  border-radius: 4px;
  color: #212529;
}

pre {
  font-family: "Courier New", monospace;
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  line-height: 1.6;
}
pre code {
  background: none;
  padding: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

mark {
  background-color: #fff3cd;
  padding: 0.0625rem 0.125rem;
}

del {
  text-decoration: line-through;
  opacity: 0.7;
}

ins {
  text-decoration: underline;
  background-color: #d1ecf1;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media (max-width: 479px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.site-main {
  margin-top: 5.3125rem;
}
@media (min-width: 1024px) {
  .site-main {
    margin-top: 7.8125rem;
  }
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 744px) {
  .l-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .l-container {
    padding: 0 2rem;
  }
}

.section {
  padding: 4rem 0;
}
@media (max-width: 743px) {
  .section {
    padding: 3rem 0;
  }
}
@media (max-width: 479px) {
  .section {
    padding: 2rem 0;
  }
}
.section--small {
  padding: 3rem 0;
}
@media (max-width: 743px) {
  .section--small {
    padding: 2rem 0;
  }
}
@media (max-width: 479px) {
  .section--small {
    padding: 1.5rem 0;
  }
}
.section--large {
  padding: 5rem 0;
}
@media (max-width: 743px) {
  .section--large {
    padding: 4rem 0;
  }
}
@media (max-width: 479px) {
  .section--large {
    padding: 3rem 0;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-1 {
  margin-top: 0.25rem !important;
}

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

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

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

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

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

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

.u-hidden {
  display: none !important;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 744px) {
  .u-show-mobile {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .u-hide-mobile {
    display: none !important;
  }
}

.u-show-tablet {
  display: none !important;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .u-show-tablet {
    display: block !important;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .u-hide-tablet {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .u-show-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hide-desktop {
    display: none !important;
  }
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}

.alignwide {
  margin-left: calc(-25vw + 50%);
  margin-right: calc(-25vw + 50%);
  max-width: none;
  width: auto;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: none;
  width: auto;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #33BBFF;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(51, 187, 255, 0.25);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #6c757d;
  opacity: 1;
}
input[type=text]:disabled, input[type=text][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=url]:disabled,
input[type=url][readonly],
input[type=password]:disabled,
input[type=password][readonly],
input[type=search]:disabled,
input[type=search][readonly],
input[type=tel]:disabled,
input[type=tel][readonly],
input[type=number]:disabled,
input[type=number][readonly],
textarea:disabled,
textarea[readonly],
select:disabled,
select[readonly] {
  background-color: #f8f9fa;
  opacity: 1;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #212529;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
  min-height: 44px;
}
.c-btn:focus {
  outline: 2px solid #33BBFF;
  outline-offset: 2px;
}
.c-btn--primary {
  background: linear-gradient(135deg, #33BBFF 0%, #0099CC 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(51, 187, 255, 0.3);
}
.c-btn--primary:hover {
  background: linear-gradient(135deg, #0099CC 0%, rgb(0, 114.75, 153) 100%);
  color: #ffffff;
}
.c-btn--primary:hover:hover {
  transform: translateY(-1px);
}
.c-btn--primary:hover:active {
  transform: translateY(0);
}
.c-btn--primary:hover {
  box-shadow: 0 8px 25px rgba(51, 187, 255, 0.3);
}
.c-btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(51, 187, 255, 0.3);
}
.c-btn--secondary {
  background: #ffffff;
  color: #33BBFF;
  border: 2px solid #33BBFF;
}
.c-btn--secondary:hover {
  background: #33BBFF;
  color: #ffffff;
}
.c-btn--secondary:hover:hover {
  transform: translateY(-1px);
}
.c-btn--secondary:hover:active {
  transform: translateY(0);
}
.c-btn--secondary:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.c-btn--secondary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.c-btn--outline {
  background: transparent;
  color: #495057;
  border: 1px solid #dee2e6;
}
.c-btn--outline:hover {
  background: #f8f9fa;
  color: #212529;
  border-color: #adb5bd;
}
.c-btn--danger {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}
.c-btn--danger:hover {
  background: linear-gradient(135deg, #c82333 0%, rgb(156.5957446809, 27.4042553191, 39.9319148936) 100%);
  color: #ffffff;
}
.c-btn--danger:hover:hover {
  transform: translateY(-1px);
}
.c-btn--danger:hover:active {
  transform: translateY(0);
}
.c-btn--danger:hover {
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}
.c-btn--success {
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}
.c-btn--success:hover {
  background: linear-gradient(135deg, #1e7e34 0%, rgb(20.1923076923, 84.8076923077, 35) 100%);
  color: #ffffff;
}
.c-btn--success:hover:hover {
  transform: translateY(-1px);
}
.c-btn--success:hover:active {
  transform: translateY(0);
}
.c-btn--success:hover {
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}
.c-btn--small {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  min-height: 2.25rem;
}
.c-btn--large {
  padding: 1rem 2rem;
  font-size: 1rem;
  min-height: 3.25rem;
}
.c-btn--full {
  width: 100%;
}
.c-btn:disabled, .c-btn--disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
.c-btn:disabled:hover, .c-btn--disabled:hover {
  transform: none;
  box-shadow: none;
}
.c-btn--loading {
  position: relative;
  color: transparent;
}
.c-btn--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: btn-loading 0.8s linear infinite;
}
.c-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.c-btn__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (max-width: 479px) {
  .c-btn {
    font-size: 0.75rem;
    padding: 0.5rem 1.25rem;
  }
  .c-btn--large {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
}
.c-btn--secondary:focus {
  outline-color: #33BBFF;
}
.c-btn--danger:focus {
  outline-color: #dc3545;
}
.c-btn--success:focus {
  outline-color: #28a745;
}
@media (prefers-color-scheme: dark) {
  .c-btn--outline {
    color: #adb5bd;
    border-color: #6c757d;
  }
  .c-btn--outline:hover {
    background: #343a40;
    color: #f8f9fa;
    border-color: #adb5bd;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-btn {
    transition: none;
  }
  .c-btn:hover {
    transform: none;
  }
}

@keyframes btn-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
  @media (prefers-reduced-motion: reduce) {
    0%, 100% {
      transform: rotate(0deg);
    }
  }
}
/**
 * Header Styles - Based on Figma Design
 */
.site-header {
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 7.8125rem;
}
@media (max-width: 1023px) {
  .site-header {
    height: 5.3125rem;
  }
}
.site-header__container {
  height: 100%;
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .site-header__container {
    justify-content: space-between;
    padding: 1.875rem 1.625rem 0.25rem 2.5rem;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .site-header__container {
    padding: 1.25rem 2.75rem 0.0625rem 0.625rem;
  }
}
@media (max-width: 479px) {
  .site-header__container {
    padding: 1.25rem 1.25rem 0rem 0rem;
  }
}
.site-header__logo .custom-logo-link {
  display: block;
}
.site-header__logo .custom-logo {
  display: block;
}
@media (min-width: 1024px) {
  .site-header__logo .custom-logo {
    width: 13rem;
    height: 5.671125rem;
  }
}
@media (max-width: 1023px) {
  .site-header__logo .custom-logo {
    width: 9.3125rem;
    height: 4.0625rem;
  }
}
.site-header__nav--desktop {
  display: block;
}
@media (max-width: 1023px) {
  .site-header__nav--desktop {
    display: none;
  }
}
.site-header__nav--desktop a {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #000000;
  text-align: center;
  letter-spacing: 0.075rem;
  line-height: normal;
}
.site-header__nav--desktop a:hover {
  color: #33BBFF;
  text-decoration: none;
}
.site-header__menu-text {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #000000;
  text-align: center;
  letter-spacing: 0.075rem;
  line-height: normal;
  white-space: nowrap;
}
.site-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #000000;
  text-align: center;
  letter-spacing: 0.075rem;
  line-height: normal;
  white-space: nowrap;
}
.site-header__menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__menu-link {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  line-height: normal;
  transition: color 0.3s ease;
}
.site-header__menu-link:hover {
  color: #33BBFF;
}
.site-header__cta {
  margin-right: 0.75rem;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .site-header__cta {
    margin-right: 0;
    margin-left: 0;
  }
}
.site-header__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #33b0ff;
  color: white;
  text-decoration: none;
  border-radius: 0.625rem;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 0.625rem 1.09375rem;
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
}
@media (min-width: 1024px) {
  .site-header__cta-button {
    padding: 0.625rem 2.5625rem;
    font-size: 1.375rem;
    letter-spacing: 0.11rem;
    line-height: normal;
  }
}
.site-header__cta-button:hover {
  color: white;
  background: #0099cc;
  transform: translateY(-0.125rem);
}
.site-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6875rem;
  height: 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 743px) {
  .site-header__toggle {
    display: flex;
  }
}
.site-header__toggle-line {
  width: 100%;
  height: 0.125rem;
  background: #000000;
  margin: 0.0625rem 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.site-header__toggle-line:first-child {
  margin-top: 0;
}
.site-header__toggle-line:last-child {
  margin-bottom: 0;
}
.site-header__toggle[aria-expanded=true] .site-header__toggle-line:nth-child(1) {
  transform: rotate(45deg) translate(0.3125rem, 0.3125rem);
}
.site-header__toggle[aria-expanded=true] .site-header__toggle-line:nth-child(2) {
  opacity: 0;
}
.site-header__toggle[aria-expanded=true] .site-header__toggle-line:nth-child(3) {
  transform: rotate(-45deg) translate(0.4375rem, -0.375rem);
}
.site-header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.site-header__mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.site-header__mobile-menu-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.5rem;
  height: 100%;
  background: white;
  padding: 1.5rem 1rem;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.site-header__mobile-menu.is-open .site-header__mobile-menu-inner {
  transform: translateX(0);
}
.site-header__mobile-menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.site-header__mobile-menu-close:hover {
  color: #000;
}
.site-header__mobile-menu-list {
  list-style: none;
  margin: 3rem 0 2rem;
  padding: 0;
}
.site-header__mobile-menu-item {
  border-bottom: 1px solid #eee;
}
.site-header__mobile-menu-item:last-child {
  border-bottom: none;
}
.site-header__mobile-menu-link {
  display: block;
  padding: 1rem 0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.site-header__mobile-menu-link:hover {
  color: #33b0ff;
}
.site-header__mobile-menu-cta {
  margin-top: 1.5rem;
  text-align: center;
}
.site-header__mobile-menu-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #33b0ff;
  color: white;
  text-decoration: none;
  border-radius: 0.625rem;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
  transition: all 0.3s ease;
}
.site-header__mobile-menu-cta-button:hover {
  background: #0099cc;
}

body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/**
 * Footer Styles - Based on Figma Design
 */
.site-footer {
  text-align: center;
  background: #008ec1;
  padding: 1.3125rem 0.625rem 2.375rem;
}
@media (min-width: 744px) {
  .site-footer {
    padding: 1.3125rem 3.125rem;
  }
}
.site-footer__container {
  max-width: 90rem;
  margin: 0 auto;
}
@media (min-width: 744px) {
  .site-footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.site-footer__link {
  color: white;
  font-size: 0.875rem;
  text-decoration: none;
}
.site-footer__link:hover {
  color: white;
  text-decoration: underline;
}
.site-footer__separator {
  color: white;
  margin: 0 0.25rem;
}
.site-footer__copyright {
  font-size: 0.6875rem;
  color: white;
  letter-spacing: 0.0625rem;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}

.single-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 744px) {
  .single-layout {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .single-layout {
    padding: 0 2rem;
  }
}
.single-layout {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 744px) {
  .single-layout {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .single-layout {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.single-layout__content {
  max-width: 740px;
  margin: 0 auto;
}

.single-article__header {
  margin-bottom: 2rem;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}
@media (min-width: 744px) {
  .single-article__header {
    text-align: left;
  }
}
.single-article__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
  text-align: center;
  letter-spacing: 1.76px;
}
@media (min-width: 1024px) {
  .single-article__title {
    font-size: 2rem;
    letter-spacing: 2.56px;
  }
}
.single-article__title::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  background: #33B0FF;
  margin: 0 auto;
  margin-top: 1rem;
}
.single-article__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.single-article__date {
  color: #33B0FF;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
}
.single-article__cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
.single-article__cats a {
  background: #33B0FF;
  color: white;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.625rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.single-article__cats a:hover {
  background: #0099CC;
  color: white;
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.125rem 0.5rem rgba(51, 187, 255, 0.3);
}
.single-article__thumb {
  margin: 0 0 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.single-article__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.single-article__content {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
}
@media (min-width: 744px) {
  .single-article__content {
    font-size: 1.125rem;
  }
}
.single-article__content > * {
  margin-bottom: 1.5rem;
}
.single-article__content > *:last-child {
  margin-bottom: 0;
}
.single-article__content h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #111111;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin: 3rem 0 1.5rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  position: relative;
}
.single-article__content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 100%;
  height: 0.0625rem;
  background: #33BBFF;
}
@media (max-width: 479px) {
  .single-article__content h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 2rem 0 1rem;
  }
}
.single-article__content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #111111;
  line-height: normal;
  letter-spacing: 0.1rem;
  margin: 2.5rem 0 1.25rem;
  padding-left: 1.5rem;
  position: relative;
}
.single-article__content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.25rem;
  height: 100%;
  background: #33BBFF;
}
@media (max-width: 479px) {
  .single-article__content h3 {
    font-size: 1.125rem;
    margin: 2rem 0 1rem;
    padding-left: 1.25rem;
  }
}
.single-article__content h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.75rem;
  letter-spacing: 0.09rem;
  margin: 2rem 0 1rem;
  padding-left: 2rem;
  position: relative;
}
.single-article__content h4::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.375rem;
  width: 0;
  height: 0;
  border-left: 0.375rem solid #33BBFF;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
}
@media (max-width: 479px) {
  .single-article__content h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 1.5rem 0 0.75rem;
    padding-left: 1.75rem;
  }
}
.single-article__content h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5625rem;
  letter-spacing: 0.08rem;
  margin: 1.5rem 0 0.75rem;
  padding-left: 1.75rem;
  position: relative;
}
.single-article__content h5::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 0.375rem;
  height: 0.375rem;
  background: #33BBFF;
  border-radius: 50%;
}
@media (max-width: 479px) {
  .single-article__content h5 {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin: 1.25rem 0 0.5rem;
    padding-left: 1.5rem;
  }
}
.single-article__content h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.4375rem;
  letter-spacing: 0.075rem;
  margin: 1.25rem 0 0.5rem;
}
@media (max-width: 479px) {
  .single-article__content h6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 1rem 0 0.5rem;
  }
}
.single-article__content ol {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5625rem;
  letter-spacing: 0.07rem;
  margin: 1.5rem 0;
  padding-left: 0;
  list-style: none;
  counter-reset: ordered-list;
}
.single-article__content ol li {
  margin-bottom: 0.4375rem;
  counter-increment: ordered-list;
  position: relative;
}
.single-article__content ol li::before {
  content: counter(ordered-list) ".";
  font-weight: 500;
  margin-right: 0.25rem;
}
.single-article__content ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .single-article__content ol {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    margin: 1rem 0;
  }
}
.single-article__content p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.single-article__content strong {
  font-weight: 700;
  color: #212529;
}
.single-article__content em {
  font-style: italic;
  color: #495057;
}
.single-article__content a {
  color: #33BBFF;
  text-decoration: underline;
  text-decoration-color: rgba(51, 187, 255, 0.3);
  text-underline-offset: 0.125rem;
  transition: all 0.3s ease;
}
.single-article__content a:hover {
  color: #0099CC;
  text-decoration-color: #0099CC;
}
.single-article__content ul,
.single-article__content ol {
  margin-bottom: 1.5rem;
  padding-left: 0;
}
.single-article__content ul {
  list-style: none;
}
.single-article__content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.single-article__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.375rem;
  height: 0.375rem;
  background: #33BBFF;
  border-radius: 50%;
}
.single-article__content ol {
  counter-reset: list-counter;
}
.single-article__content ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.single-article__content ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #33BBFF;
}
.single-article__content blockquote {
  background: linear-gradient(135deg, rgba(51, 187, 255, 0.05) 0%, rgba(0, 153, 204, 0.05) 100%);
  border-left: 4px solid #33BBFF;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  position: relative;
}
.single-article__content blockquote::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: 1.5rem;
  font-size: 3rem;
  color: rgba(51, 187, 255, 0.3);
  font-family: serif;
}
.single-article__content blockquote p:last-child {
  margin-bottom: 0;
}
.single-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.single-article__content table th,
.single-article__content table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e9ecef;
}
.single-article__content table th {
  background: linear-gradient(135deg, #33BBFF 0%, #0099CC 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
}
.single-article__content table tr:hover {
  background: rgba(51, 187, 255, 0.02);
}
@media (max-width: 479px) {
  .single-article__content table {
    font-size: 0.875rem;
  }
  .single-article__content table th,
  .single-article__content table td {
    padding: 0.75rem 0.5rem;
  }
}
.single-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}
.single-article__content figure {
  margin: 2rem 0;
  text-align: center;
}
.single-article__content figcaption {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.5rem;
  font-style: italic;
}
.single-article__footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}
.single-article__tags {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.single-article__tags li {
  background: rgba(51, 187, 255, 0.1);
  border: 1px solid rgba(51, 187, 255, 0.2);
  border-radius: 1rem;
  padding: 0.25rem 0.75rem;
}
.single-article__tags a {
  color: #33BBFF;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
}
.single-article__tags a:hover {
  color: #0099CC;
}
.single-article__nav {
  margin: 1rem 0;
}
.single-article__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  color: #495057;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.single-article__nav a:hover {
  background: #33BBFF;
  border-color: #33BBFF;
  color: #ffffff;
}

@media (max-width: 479px) {
  .single-layout {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .single-article__content {
    font-size: 0.875rem;
  }
}
.page .single-article__meta {
  display: none;
}

/**
 * アーカイブページのスタイル
 */
.archive-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 3rem 0;
  background: #f8f9fa;
  border-radius: 0.5rem;
}
@media (min-width: 744px) {
  .archive-header {
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
}

.archive-title {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
  letter-spacing: 2.56px;
}
@media (min-width: 744px) {
  .archive-title {
    font-size: 2.5rem;
    letter-spacing: 3.2px;
  }
}
.archive-title::after {
  content: "";
  display: block;
  width: 4.75rem;
  height: 0.1875rem;
  background: #33B0FF;
  margin: 1rem auto 0;
}

.archive-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  max-width: 37.5rem;
  margin: 0 auto;
}

.archive-content {
  margin-bottom: 4rem;
}

.no-posts {
  text-align: center;
  padding: 4rem 1.5rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
}
.no-posts h2 {
  font-size: 1.5rem;
  color: #212529;
  margin-bottom: 1rem;
}
.no-posts p {
  color: #495057;
  font-size: 1rem;
}

.archive-pagination {
  margin: 4rem 0;
  text-align: center;
}
.archive-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  background: #fff;
  color: #212529;
  text-decoration: none;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.archive-pagination .page-numbers:hover {
  background: #33BBFF;
  color: white;
  border-color: #33BBFF;
}
.archive-pagination .page-numbers.current {
  background: #33BBFF;
  color: white;
  border-color: #33BBFF;
}
.archive-pagination .page-numbers.prev, .archive-pagination .page-numbers.next {
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.blog .posts-list,
.archive .posts-list,
.home .posts-list {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 744px) {
  .blog .posts-list,
  .archive .posts-list,
  .home .posts-list {
    margin-top: 2.25rem;
    margin-bottom: 3.375rem;
  }
}
@media (min-width: 1024px) {
  .blog .posts-list,
  .archive .posts-list,
  .home .posts-list {
    margin-top: 1.5rem;
    margin-bottom: 2.625rem;
  }
}

.blog .post-item,
.archive .post-item,
.home .post-item {
  display: flex;
  flex-direction: column;
  padding: 1.125rem;
  gap: 0.375rem 0.875rem;
}
.blog .post-item:not(:first-child),
.archive .post-item:not(:first-child),
.home .post-item:not(:first-child) {
  border-top: 1px solid #9E9F9F;
}

.blog .post-item .post-meta,
.archive .post-item .post-meta,
.home .post-item .post-meta {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  order: 1;
}
.blog .post-item .post-date,
.archive .post-item .post-date,
.home .post-item .post-date {
  color: #33B0FF;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
}
.blog .post-item .post-category,
.archive .post-item .post-category,
.home .post-item .post-category {
  background: #33B0FF;
  color: white;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.625rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.blog .post-item .post-category:hover,
.archive .post-item .post-category:hover,
.home .post-item .post-category:hover {
  background: #0099CC;
  color: white;
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.125rem 0.5rem rgba(51, 187, 255, 0.3);
}
.blog .post-item .post-title,
.archive .post-item .post-title,
.home .post-item .post-title {
  margin: 0;
  order: 2;
}
.blog .post-item .post-link,
.archive .post-item .post-link,
.home .post-item .post-link {
  color: #111;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.2px;
  transition: color 0.3s ease;
}
.blog .post-item .post-link:hover,
.archive .post-item .post-link:hover,
.home .post-item .post-link:hover {
  color: #33BBFF;
}
.blog .post-item .post-excerpt,
.archive .post-item .post-excerpt,
.home .post-item .post-excerpt {
  color: #495057;
  font-size: 0.875rem;
  line-height: 1.6;
  order: 3;
  margin-top: 0.5rem;
}

.post-type-archive-voice .voices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
  gap: 2rem;
  margin: 4rem auto;
  max-width: 75rem;
  padding: 0 1rem;
}
@media (min-width: 744px) {
  .post-type-archive-voice .voices-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.125rem;
    gap: 2.8125rem 1.8125rem;
  }
}
@media (min-width: 1024px) {
  .post-type-archive-voice .voices-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.375rem;
    gap: 3.75rem 2.4375rem;
  }
}

.post-type-archive-voice .voice-card {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.post-type-archive-voice .voice-card:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 743px) {
  .post-type-archive-voice .voice-card {
    padding: 1.5rem;
  }
}
.post-type-archive-voice .voice-card .voice-card-media {
  margin-bottom: 1.5rem;
}
.post-type-archive-voice .voice-card .voice-card-photo {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #33BBFF;
  display: block;
}
.post-type-archive-voice .voice-card .voice-card-photo-placeholder {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  border: 4px solid #33BBFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  position: relative;
  overflow: hidden;
}
.post-type-archive-voice .voice-card .voice-card-photo-placeholder .mystery-person-icon {
  width: 4.375rem;
  height: 4.375rem;
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.post-type-archive-voice .voice-card .voice-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.post-type-archive-voice .voice-card .voice-card-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}
.post-type-archive-voice .voice-card .voice-card-attribute {
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.post-type-archive-voice .voice-card .voice-card-comment {
  line-height: 1.6;
  font-style: italic;
  flex: 1;
  text-align: left;
  position: relative;
}
.post-type-archive-voice .voice-card .voice-card-rating {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}
.post-type-archive-voice .voice-card .voice-card-star {
  color: #dee2e6;
  font-size: 1.25rem;
}
.post-type-archive-voice .voice-card .voice-card-star-active {
  color: #ffc107;
}

.post-type-archive-faq .faq-container {
  max-width: 75rem;
  margin: 0 auto 64px;
  padding: 0 1rem;
}

.post-type-archive-faq .faq-controls {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 743px) {
  .post-type-archive-faq .faq-controls {
    flex-direction: column;
  }
}
.post-type-archive-faq .faq-controls .faq-search {
  display: flex;
  flex: 1;
  min-width: 18.75rem;
  position: relative;
}
@media (max-width: 743px) {
  .post-type-archive-faq .faq-controls .faq-search {
    min-width: auto;
  }
}
.post-type-archive-faq .faq-controls .faq-search-input {
  flex: 1;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.post-type-archive-faq .faq-controls .faq-search-input:focus {
  outline: none;
  border-color: #33BBFF;
  box-shadow: 0 0 0 3px rgba(51, 187, 255, 0.1);
}
.post-type-archive-faq .faq-controls .faq-search-input::placeholder {
  color: #6c757d;
}
.post-type-archive-faq .faq-controls .faq-search-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
}
.post-type-archive-faq .faq-controls .faq-category-filter {
  min-width: 12.5rem;
}
@media (max-width: 743px) {
  .post-type-archive-faq .faq-controls .faq-category-filter {
    min-width: auto;
  }
}
.post-type-archive-faq .faq-controls .faq-category-select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1rem;
  background: white;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.post-type-archive-faq .faq-controls .faq-category-select:focus {
  outline: none;
  border-color: #33BBFF;
  box-shadow: 0 0 0 3px rgba(51, 187, 255, 0.1);
}

.post-type-archive-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-type-archive-faq .faq-list .faq-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.post-type-archive-faq .faq-list .faq-item:last-child {
  margin-bottom: 0;
}
.post-type-archive-faq .faq-list .faq-item:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.post-type-archive-faq .faq-list .faq-item.hidden {
  display: none;
}
.post-type-archive-faq .faq-list .faq-question {
  width: 100%;
  padding: 1.5rem;
  background: #33BBFF;
  border: none;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
  cursor: default;
}
@media (max-width: 743px) {
  .post-type-archive-faq .faq-list .faq-question {
    padding: 1rem;
    font-size: 1rem;
  }
}
.post-type-archive-faq .faq-list .faq-question-text {
  flex: 1;
  line-height: 1.5;
}
.post-type-archive-faq .faq-list .faq-answer {
  padding: 1.5rem;
  background: white;
}
@media (max-width: 743px) {
  .post-type-archive-faq .faq-list .faq-answer {
    padding: 1rem;
  }
}
.post-type-archive-faq .faq-list .faq-answer-content {
  color: #495057;
  line-height: 1.6;
}
.post-type-archive-faq .faq-list .faq-answer-content p {
  margin-bottom: 1rem;
}
.post-type-archive-faq .faq-list .faq-answer-content p:last-child {
  margin-bottom: 0;
}
.post-type-archive-faq .faq-list .faq-categories {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1.5rem 1rem;
}
@media (max-width: 743px) {
  .post-type-archive-faq .faq-list .faq-categories {
    padding: 0 1rem 1rem;
  }
}
.post-type-archive-faq .faq-list .faq-category-tag {
  background: #e9ecef;
  color: #495057;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.post-type-archive-faq .faq-no-results {
  text-align: center;
  padding: 3rem 1.5rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
  color: #495057;
  font-size: 1rem;
}

@media (max-width: 743px) {
  .archive-header {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  .archive-title {
    font-size: 1.75rem;
    letter-spacing: 2.24px;
  }
  .archive-description {
    font-size: 0.875rem;
  }
  .blog .posts-grid,
  .archive .posts-grid,
  .home .posts-grid,
  .post-type-archive-voice .voices-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .blog .post-card,
  .archive .post-card,
  .home .post-card {
    padding: 1.25rem;
  }
}
/**
 * FAQ Archive Page Styles
 */
.faq-archive {
  padding: 4rem 0;
}
.faq-archive .container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.faq-archive__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 743px) {
  .faq-archive__header {
    margin-bottom: 2rem;
  }
}
.faq-archive__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}
.faq-archive__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
  width: 3.75rem;
  height: 0.25rem;
  background: #33BBFF;
  border-radius: 0.125rem;
}
.faq-archive__description {
  font-size: 1rem;
  color: #adb5bd;
  line-height: 1.7;
  margin-top: 1.5rem;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 743px) {
  .faq-archive__description {
    font-size: 0.875rem;
  }
}
.faq-archive__controls {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 743px) {
  .faq-archive__controls {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
}
.faq-archive__no-results, .faq-archive__no-search-results {
  padding: 3rem 0;
  text-align: center;
}
.faq-archive__pagination {
  margin-top: 3rem;
  text-align: center;
}
.faq-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.faq-archive__pagination .page-numbers a,
.faq-archive__pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.faq-archive__pagination .page-numbers a:hover,
.faq-archive__pagination .page-numbers span:hover {
  background: #33BBFF;
  color: white;
  border-color: #33BBFF;
}
.faq-archive__pagination .page-numbers a.current,
.faq-archive__pagination .page-numbers span.current {
  background: #33BBFF;
  color: white;
  border-color: #33BBFF;
}
.faq-archive__cta {
  margin-top: 4rem;
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 1rem;
}
@media (max-width: 743px) {
  .faq-archive__cta {
    margin-top: 3rem;
    padding: 2rem 1rem;
  }
}

.faq-search {
  flex: 1;
  min-width: 18.75rem;
}
@media (max-width: 743px) {
  .faq-search {
    width: 100%;
    min-width: auto;
  }
}
.faq-search__input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.faq-search__input:focus {
  outline: none;
  border-color: #33BBFF;
}
.faq-search__input::placeholder {
  color: #adb5bd;
}

.faq-filter {
  min-width: 12.5rem;
}
@media (max-width: 743px) {
  .faq-filter {
    width: 100%;
    min-width: auto;
  }
}
.faq-filter__select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid;
  border-radius: 0.5rem;
  font-size: 1rem;
  background: white;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.faq-filter__select:focus {
  outline: none;
  border-color: #33BBFF;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.faq-item.active .faq-item__answer {
  max-height: 31.25rem;
  padding: 1.5rem;
}
.faq-item.active .faq-item__toggle-icon {
  transform: rotate(180deg);
}
.faq-item__question {
  padding: 1.5rem;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: background-color 0.3s ease;
}
.faq-item__question:hover {
  background: #e9ecef;
}
.faq-item__question:focus {
  outline: 2px solid #33BBFF;
  outline-offset: -2px;
}
.faq-item__question-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #33BBFF;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.faq-item__question-text {
  font-size: 1.125rem;
  font-weight: 600;
  flex: 1;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 743px) {
  .faq-item__question-text {
    font-size: 1rem;
  }
}
.faq-item__toggle {
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
  font-size: 1rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item__toggle:focus {
  outline: 2px solid #33BBFF;
  outline-offset: 2px;
  border-radius: 0.25rem;
}
.faq-item__toggle-icon {
  transition: transform 0.3s ease;
}
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 1.5rem;
}
.faq-item__answer-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.faq-item__answer-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.faq-item__answer-text {
  line-height: 1.6;
  flex: 1;
}
.faq-item__answer-text p {
  margin-bottom: 1rem;
}
.faq-item__answer-text p:last-child {
  margin-bottom: 0;
}
.faq-item__answer-text ul,
.faq-item__answer-text ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.faq-item__answer-text ul li,
.faq-item__answer-text ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.faq-item__answer-text strong {
  font-weight: 600;
  color: #33BBFF;
}

.faq-cta {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto;
}
.faq-cta__title {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.faq-cta__text {
  font-size: 1rem;
  color: #adb5bd;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (max-width: 743px) {
  .faq-cta__text {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}
.faq-cta__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 743px) {
  .faq-cta__buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}
.faq-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  min-width: 11.25rem;
}
@media (max-width: 743px) {
  .faq-cta__button {
    width: 100%;
    max-width: 17.5rem;
  }
}
.faq-cta__button--primary {
  background: #33BBFF;
  color: white;
}
.faq-cta__button--primary:hover {
  background: #0099CC;
  transform: translateY(-0.125rem);
}
.faq-cta__button--secondary {
  background: white;
  color: #33BBFF;
  border: 2px solid #33BBFF;
}
.faq-cta__button--secondary:hover {
  background: #33BBFF;
  color: white;
  transform: translateY(-0.125rem);
}

.no-results {
  padding: 3rem 1rem;
}
.no-results__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.no-results__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (max-width: 743px) {
  .no-results__title {
    font-size: 1.25rem;
  }
}
.no-results__text {
  font-size: 1rem;
  color: #adb5bd;
  line-height: 1.6;
}
@media (max-width: 743px) {
  .no-results__text {
    font-size: 0.875rem;
  }
}

/**
 * Single FAQ Page Styles
 */
.single-faq {
  padding: 2rem 0 4rem;
}
.single-faq .container {
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.single-faq .breadcrumb {
  margin-bottom: 2rem;
}
.single-faq .breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.single-faq .breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.single-faq .breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 0.5rem;
  color: #adb5bd;
}
.single-faq .breadcrumb__item--current {
  color: #adb5bd;
  font-weight: 500;
}
.single-faq .breadcrumb__link {
  color: #33BBFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-faq .breadcrumb__link:hover {
  color: #0099CC;
  text-decoration: underline;
}
.single-faq__content {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 3rem;
}
.single-faq__header {
  padding: 2rem 2rem 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid;
}
.single-faq__categories {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.single-faq__category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #33BBFF;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 0.75rem;
}
.single-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.single-faq__question-icon {
  width: 3rem;
  height: 3rem;
  background: #33BBFF;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.single-faq__question-text {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  flex: 1;
}
.single-faq__answer {
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.single-faq__answer-icon {
  width: 3rem;
  height: 3rem;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.single-faq__answer-content {
  flex: 1;
  line-height: 1.7;
  font-size: 1rem;
}
.single-faq__answer-content p {
  margin-bottom: 1rem;
}
.single-faq__answer-content p:last-child {
  margin-bottom: 0;
}
.single-faq__answer-content ul,
.single-faq__answer-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.single-faq__answer-content ul li,
.single-faq__answer-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.single-faq__answer-content h2,
.single-faq__answer-content h3,
.single-faq__answer-content h4,
.single-faq__answer-content h5,
.single-faq__answer-content h6 {
  margin: 1.5rem 0 0.75rem;
}
.single-faq__answer-content h2:first-child,
.single-faq__answer-content h3:first-child,
.single-faq__answer-content h4:first-child,
.single-faq__answer-content h5:first-child,
.single-faq__answer-content h6:first-child {
  margin-top: 0;
}
.single-faq__answer-content strong {
  font-weight: 600;
  color: #33BBFF;
}
.single-faq__answer-content a {
  color: #33BBFF;
  text-decoration: underline;
}
.single-faq__answer-content a:hover {
  color: #0099CC;
}
.single-faq__related {
  padding: 2rem;
  background: #f8f9fa;
  border-top: 1px solid;
}
.single-faq__related-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.single-faq__navigation {
  margin-top: 2rem;
}
.single-faq__cta {
  margin-top: 3rem;
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 1rem;
}
@media (max-width: 743px) {
  .single-faq__cta {
    padding: 2rem 1rem;
  }
}

.related-faq-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  gap: 1rem;
}
@media (max-width: 743px) {
  .related-faq-list {
    grid-template-columns: 1fr;
  }
}

.related-faq-item {
  background: white;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.related-faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.125rem);
}
.related-faq-item__question-icon {
  width: 2rem;
  height: 2rem;
  background: #33BBFF;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.related-faq-item__content {
  flex: 1;
}
.related-faq-item__title {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
.related-faq-item__link {
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-faq-item__link:hover {
  color: #33BBFF;
}
.related-faq-item__excerpt {
  font-size: 0.75rem;
  color: #adb5bd;
  line-height: 1.5;
}

.faq-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 743px) {
  .faq-nav {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    text-align: center;
  }
}
.faq-nav__item--prev {
  justify-self: start;
}
@media (max-width: 743px) {
  .faq-nav__item--prev {
    justify-self: center;
    order: 1;
  }
}
.faq-nav__item--list {
  justify-self: center;
}
@media (max-width: 743px) {
  .faq-nav__item--list {
    order: 0;
  }
}
.faq-nav__item--next {
  justify-self: end;
}
@media (max-width: 743px) {
  .faq-nav__item--next {
    justify-self: center;
    order: 2;
  }
}
.faq-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  background: white;
  border: 2px solid;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 7.5rem;
}
.faq-nav__link:hover {
  border-color: #33BBFF;
  background: #33BBFF;
  color: white;
}
.faq-nav__link--list {
  background: #33BBFF;
  color: white;
  border-color: #33BBFF;
}
.faq-nav__link--list:hover {
  background: #0099CC;
  border-color: #0099CC;
}
.faq-nav__label {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.8;
}
.faq-nav__title {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  max-width: 9.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.faq-nav__icon {
  font-size: 1.125rem;
}

@media (max-width: 743px) {
  .single-faq {
    padding: 1rem 0 3rem;
  }
  .single-faq__header {
    padding: 1.5rem 1rem 1rem;
  }
  .single-faq__question {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
  .single-faq__question-icon {
    align-self: center;
  }
  .single-faq__answer {
    padding: 1.5rem 1rem;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
  .single-faq__answer-icon {
    align-self: center;
  }
  .single-faq__answer-content {
    text-align: left;
  }
  .single-faq__related {
    padding: 1.5rem 1rem;
  }
}

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