@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  text-spacing-trim: trim-auto;
  font-feature-settings: "palt" 1;
}

/* Document */
/* ============================================ */
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
optgroup:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 600;
}

/* Misc */
/* ============================================ */
template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  color: #222222;
  line-height: 1.75;
  font-size: 1rem;
}
body p {
  line-height: 1.8;
  letter-spacing: 0;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 60px;
  }
}

@media screen and (min-width: 901px) {
  .u-sp-only {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .u-pc-only {
    display: none;
  }
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  will-change: opacity, transform;
}

.js-fadeIn.-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeOnly {
  opacity: 0;
  transition: opacity 1.4s ease-out 1s;
  will-change: opacity;
}

.js-fadeOnly.-active {
  opacity: 1;
}

.js-list > * {
  opacity: 0;
  transform: translateY(40px);
}

.js-list.-active > * {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

.js-fadeList > * {
  opacity: 0;
}

.js-fadeList.-active > * {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.js-blur {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.2s ease-out, filter 1.2s ease-out;
  will-change: opacity, filter;
}

.js-blur.-active {
  opacity: 1;
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fadeIn,
  .js-blur,
  .js-fadeOnly {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  .js-list > *,
  .js-fadeList > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.c-title {
  text-align: center;
  font-weight: 600;
}
.c-title--english {
  font-family: "Oswald", system-ui, sans-serif;
  font-size: clamp(1.875rem, 0.8239678899rem + 4.3119266055vw, 4.8125rem);
  letter-spacing: 0.05em;
}

.c-main__inner {
  max-width: 1368px;
  max-height: 622px;
  margin: auto;
}

.c-btn-area {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: 40px;
}

.c-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 48px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #11366a;
  text-decoration: none;
  border-radius: 40px;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s;
}
@media (hover: hover) {
  .c-btn:where(:any-link, :enabled, summary):hover {
    transform: translateY(1px);
    box-shadow: none;
  }
}
.c-btn--en {
  font-family: "Oswald", system-ui, sans-serif;
}

.c-page-main {
  position: relative;
  height: 408px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .c-page-main {
    height: 170px;
  }
}
.c-page-main::before, .c-page-main::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.c-page-main::before {
  width: 430px;
  height: 322px;
  left: -43px;
  background-image: url(../img/post/parts-01.webp);
  background-position: left center;
}
@media screen and (max-width: 600px) {
  .c-page-main::before {
    background-image: url(../img/post/parts-01-sp.webp);
    width: 82px;
    height: 156px;
    left: 0;
  }
}
.c-page-main::after {
  width: 354px;
  height: 422px;
  right: -43px;
  background-image: url(../img/post/parts-02.webp);
  background-position: right center;
}
@media screen and (max-width: 600px) {
  .c-page-main::after {
    background-image: url(../img/post/parts-02-sp.webp);
    width: 108px;
    height: 136px;
    right: 0;
  }
}
.c-page-main__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
.c-page-main__title img {
  width: clamp(178px, 45vw, 412px);
  height: auto;
  display: block;
  margin: 0 auto;
}
.c-page-main__title--en {
  font-family: "Oswald", system-ui, sans-serif;
  font-size: clamp(1.75rem, 1.2580275229rem + 2.0183486239vw, 3.125rem);
}
.c-page-main__lead {
  text-align: center;
  font-size: clamp(0.9375rem, 0.870412844rem + 0.2752293578vw, 1.125rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-page-main__lead {
    padding: 0 20px;
    text-align: left;
  }
}

.c-topics__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
.c-topics__list {
  max-width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 900px) {
  .c-topics__list {
    max-width: 100%;
    margin-bottom: 28px;
  }
}
.c-topics__item {
  border-bottom: 1px dashed #cccccc;
}
.c-topics__item:first-child {
  border-top: none;
}
.c-topics__link {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 24px 16px;
  transition: background-color 0.3s;
  text-decoration: none;
}
@media (hover: hover) {
  .c-topics__link:where(:any-link, :enabled, summary):hover {
    background-color: rgba(34, 76, 140, 0.05);
  }
}
@media screen and (max-width: 900px) {
  .c-topics__link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 16px 8px;
  }
}
.c-topics__meta {
  font-family: "Oswald", system-ui, sans-serif;
  width: 120px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .c-topics__meta {
    width: auto;
  }
}
.c-topics__date {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
}
.c-topics__text {
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  font-weight: 400;
}

.c-post-pagination {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.c-post-pagination__list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-post-pagination__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #0077c0;
  background-color: #ffffff;
  color: #0077c0;
  text-decoration: none;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  font-weight: 600;
  font-family: "Oswald", system-ui, sans-serif;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.c-post-pagination__link--current {
  background-color: #0077c0;
  color: #ffffff;
  pointer-events: none;
}
@media (hover: hover) {
  .c-post-pagination__link:not(.c-post-pagination__link--current):hover {
    background-color: #0077c0;
    color: #ffffff;
  }
}
.c-post-pagination__ellipsis {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  width: 36px;
  height: 36px;
  color: #999999;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
}
.c-post-pagination__item--prev, .c-post-pagination__item--next {
  margin: 0 4px;
}
.c-post-pagination__link--prev, .c-post-pagination__link--next {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: clamp(0.75rem, 0.7276376147rem + 0.0917431193vw, 0.8125rem);
  font-weight: 600;
  font-family: "Oswald", system-ui, sans-serif;
  letter-spacing: 0.08em;
  color: #0077c0;
  padding: 0;
}
@media (hover: hover) {
  .c-post-pagination__link--prev:where(:any-link, :enabled, summary):hover, .c-post-pagination__link--next:where(:any-link, :enabled, summary):hover {
    background: transparent;
    border: none;
    color: #224c8c;
  }
}
.c-post-pagination__arrow {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  line-height: 1;
}

.c-post-nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-post-nav {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.c-post-nav__prev, .c-post-nav__next {
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
@media (hover: hover) {
  .c-post-nav__prev:where(:any-link, :enabled, summary):hover, .c-post-nav__next:where(:any-link, :enabled, summary):hover {
    color: #224c8c;
  }
}
.c-post-nav__arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0077c0;
  border-right: 2px solid #0077c0;
  font-size: 0;
  flex-shrink: 0;
}
.c-post-nav__prev .c-post-nav__arrow {
  transform: rotate(-135deg);
}
.c-post-nav__next .c-post-nav__arrow {
  transform: rotate(45deg);
}
.c-post-nav__label {
  font-family: "Oswald", system-ui, sans-serif;
  font-size: clamp(0.9375rem, 0.9151376147rem + 0.0917431193vw, 1rem);
  color: #0077c0;
}
.c-post-nav__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  width: 320px;
  padding: 23px 0;
  border: 5px solid #11366a;
  border-radius: 999px;
  background-color: #010b2c;
  color: #ffffff;
  font-size: clamp(0.9375rem, 0.9151376147rem + 0.0917431193vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 0 4px #ffffff, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .c-post-nav__list:where(:any-link, :enabled, summary):hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .c-post-nav__list {
    padding: 20px 0;
    width: min(100%, 210px);
  }
}

.c-post-body {
  line-height: 1.9;
  color: #222222;
}
.c-post-body > * + * {
  margin-top: 1.6em;
}
.c-post-body h2 {
  color: #0077c0;
  font-size: clamp(1.25rem, 1.1605504587rem + 0.3669724771vw, 1.5rem);
}
.c-post-body h3 {
  color: #0077c0;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  font-weight: 600;
}
.c-post-body h4 {
  font-size: clamp(0.9375rem, 0.9151376147rem + 0.0917431193vw, 1rem);
  font-weight: 600;
}
.c-post-body ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
.c-post-body ul li {
  padding-left: 1.9em;
  position: relative;
}
.c-post-body ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #224c8c;
  position: absolute;
  left: 9px;
  top: 0.6em;
}
.c-post-body ul li + li {
  margin-top: 0.5em;
}
.c-post-body ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.6em;
  margin-top: 40px;
}
.c-post-body ol li {
  display: list-item;
  list-style-type: inherit;
  padding-left: 0.35em;
}
.c-post-body ol li + li {
  margin-top: 0.5em;
}
.c-post-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(0.75rem, 0.7052752294rem + 0.1834862385vw, 0.875rem);
  margin-top: 60px;
}
.c-post-body table thead {
  border-bottom: none;
}
.c-post-body table th,
.c-post-body table td {
  border-width: 1px;
  border-style: solid;
  padding: 25px 14px;
  text-align: center;
}
.c-post-body table th {
  border-top: none;
  background-color: #0077c0;
  color: #ffffff;
  font-weight: 600;
  border-color: #ffffff;
}
.c-post-body table td {
  border-color: #0077c0;
}
.c-post-body table tr th:first-child,
.c-post-body table tr td:first-child {
  border-left: none;
}
.c-post-body table tr th:last-child,
.c-post-body table tr td:last-child {
  border-right: none;
}
.c-post-body blockquote {
  position: relative;
  border: 1px solid #0077c0;
  border-radius: 6px;
  margin-top: 60px;
  padding: 34px 27px 34px 100px;
  line-height: 2;
}
.c-post-body blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 126px;
  color: #224c8c;
  line-height: 1;
}

.c-post-article {
  max-width: 760px;
  margin: 0 auto;
}
.c-post-article__header {
  margin-bottom: 50px;
}
.c-post-article__date {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
}
.c-post-article__title {
  color: #0077c0;
  font-size: clamp(1.5rem, 1.3211009174rem + 0.7339449541vw, 2rem);
}
.c-post-article__eyecatch {
  position: relative;
  margin: 0 0 80px;
  border-radius: 6px;
}
.c-post-article__eyecatch-img {
  width: 100%;
  height: auto;
  display: block;
}

.c-post-single {
  background-color: #ffffff;
  padding: 60px 0;
}
.c-post-single__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
.c-post-single__eyecatch {
  position: relative;
  margin: 0 0 32px;
  border-radius: 8px;
  overflow: hidden;
}
.c-post-single__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: clamp(60px, 8vw, 100px);
  font-family: "Oswald", system-ui, sans-serif;
  background-color: #0077c0;
  color: #ffffff;
  padding: 10px 28px 10px 16px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  border-top-left-radius: 8px;
}
.c-post-single__badge img {
  width: 100%;
  height: auto;
  display: block;
}
.c-post-single__eyecatch-img {
  width: 100%;
  height: auto;
  display: block;
}
.c-post-single__header {
  margin-bottom: 40px;
}
.c-post-single__catchphrase {
  font-size: clamp(1.5rem, 1.3211009174rem + 0.7339449541vw, 2rem);
  color: #0077c0;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 14px;
}
.c-post-single__honorific {
  font-size: clamp(0.6875rem, 0.6651376147rem + 0.0917431193vw, 0.75rem);
  font-weight: 400;
  margin-left: 2px;
}
.c-post-single__qa {
  margin: 0;
  padding: 0;
}
.c-post-single__question {
  font-size: clamp(1.1875rem, 1.0756880734rem + 0.4587155963vw, 1.5rem);
  color: #0077c0;
  margin-top: 40px;
}
.c-post-single__qa > .c-post-single__question:first-child {
  margin-top: 0;
}
.c-post-single__answer {
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  line-height: 1.9;
  color: #222222;
  margin: 16px 0 0;
  padding: 0;
}

.c-header {
  top: 0;
  left: 0;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  z-index: 99998;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(34, 76, 140, 0.08);
}
.c-header__inner {
  margin: auto;
  padding-left: clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  transition: height 0.3s;
  position: relative;
}
.c-header__logo-img {
  width: 282px;
  fill: #224c8c;
}
.c-header__banner-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  padding: 14px 28px 16px;
  background-color: #f27b00;
  border: 5px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.c-header__banner-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
@media (hover: hover) {
  .c-header__banner-link:where(:any-link, :enabled, summary):hover {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  }
}
.c-header__banner-sub {
  display: block;
  font-size: clamp(0.6875rem, 0.6427752294rem + 0.1834862385vw, 0.8125rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.c-header__banner-main {
  display: block;
  margin-top: 0.35em;
  font-size: clamp(1.0625rem, 0.9506880734rem + 0.4587155963vw, 1.375rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.c-header {
  /* ========================================
   * PC スタイル（900px〜）
   * ブレイクポイント: 900px（mq(l)）
   ======================================== */
}
@media screen and (min-width: 901px) {
  .c-header__inner {
    padding-right: 0;
  }
  .c-header__drawer {
    margin-left: auto;
    width: min(100%, 780px);
  }
  .c-header__drawer-inner {
    display: block;
  }
  .c-header__nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 0;
  }
  .c-header__main-list {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 70px;
    width: auto;
    margin-left: auto;
    padding-right: 18%;
  }
  .c-header__main-item {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .c-header__main-link {
    display: inline-flex;
    flex-direction: row;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    min-height: 70px;
    font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
    letter-spacing: 0.06em;
  }
  .c-header__sub-area {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: flex-end;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 15px 30px 15px 10px;
  }
  .c-header__sns-portal {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 10px 0 24px;
  }
  .c-header__sns-portal-link {
    display: inline-flex;
    flex-direction: row;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
    line-height: 1;
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.06em;
  }
  .c-header__contact-link {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
    line-height: 1;
    color: #222222;
  }
  .c-header__contact {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 0;
  }
  .c-header__menu {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    background-color: #224c8c;
    color: #ffffff;
    text-decoration: none;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) and (hover: hover) {
  .c-header__main-link:where(:any-link, :enabled, summary):hover, .c-header__contact-link:where(:any-link, :enabled, summary):hover, .c-header__sns-portal-link:where(:any-link, :enabled, summary):hover {
    color: #224c8c;
  }
}
.c-header__icon {
  fill: currentColor;
}
.c-header__icon--contact {
  width: 18px;
  height: auto;
  margin-top: 2px;
}
@media (hover: hover) {
  .c-header__menu:where(:any-link, :enabled, summary):hover {
    opacity: 0.9;
  }
}
.c-header__menu-lines {
  display: grid;
  gap: 6px;
}
.c-header__menu-line {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
}
.c-header__menu-text {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(0.5625rem, 0.5401376147rem + 0.0917431193vw, 0.625rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.c-header.is-drawer-open-pc {
  border-bottom-color: transparent;
}
.c-header.is-drawer-open-pc .c-header__logo-img {
  fill: #ffffff;
}
.c-header.is-drawer-open-pc .c-header__drawer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  margin-left: 0;
  background-color: #224c8c;
  z-index: 99999;
  overflow-y: auto;
}
.c-header.is-drawer-open-pc .c-header__drawer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  min-height: 100%;
  padding: 60px 24px;
  opacity: 0;
  animation: header-drawer-content-fade-in 0.55s ease-out 0.18s forwards;
}
.c-header.is-drawer-open-pc .c-header__nav {
  display: flex;
  flex-direction: column;
  gap: 42px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.c-header.is-drawer-open-pc .c-header__main-list {
  gap: 48px;
  min-height: auto;
  margin-left: 0;
  padding-right: 0;
}
.c-header.is-drawer-open-pc .c-header__main-link {
  height: auto;
  color: #ffffff;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
}
.c-header.is-drawer-open-pc .c-header__sub-area {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.c-header.is-drawer-open-pc .c-header__contact {
  padding: 0;
}
.c-header.is-drawer-open-pc .c-header__contact-link {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 278px;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  padding: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  color: #ffffff;
}
.c-header.is-drawer-open-pc .c-header__sns-portal-link {
  color: #ffffff;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
}
@media (hover: hover) {
  .c-header.is-drawer-open-pc .c-header__sns-portal-link:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
}
.c-header.is-drawer-open-pc .c-header__icon--contact {
  fill: #ffffff;
}
.c-header.is-drawer-open-pc .c-header__banner.u-sp-only {
  display: block;
  width: min(100%, 300px);
  margin-top: 36px;
}
.c-header.is-drawer-open-pc .c-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: transparent;
  color: #ffffff;
  z-index: 100000;
  gap: 8px;
}
.c-header.is-drawer-open-pc .c-header__menu-lines {
  position: relative;
  width: 24px;
  height: 24px;
}
.c-header.is-drawer-open-pc .c-header__menu-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  transform-origin: center;
  margin: 0;
}
.c-header.is-drawer-open-pc .c-header__menu-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-header.is-drawer-open-pc .c-header__menu-line:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%);
}
.c-header.is-drawer-open-pc .c-header__menu-line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-header.is-drawer-open-pc .c-header__menu-text {
  font-size: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
  line-height: 1;
}
.c-header {
  /* ========================================
   * SP スタイル（ドロワーメニュー含む）
   * ブレイクポイント: 900px（mq(l, max)）
   ======================================== */
}
@media screen and (max-width: 900px) {
  .c-header {
    position: fixed;
    height: 60px;
  }
  .c-header__inner {
    height: 100%;
    padding: 0 0 0 16px;
  }
  .c-header__logo-img {
    width: 160px;
  }
  .c-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
    background-color: #224c8c;
    border: none;
    cursor: pointer;
    padding: 10px 18px;
    color: #ffffff;
    height: 100%;
    align-self: stretch;
    margin-left: auto;
  }
  .c-header__hamburger-lines {
    display: grid;
    gap: 5px;
  }
  .c-header__hamburger-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: currentColor;
  }
  .c-header__hamburger-text {
    font-family: "Oswald", system-ui, sans-serif;
    font-size: clamp(0.5rem, 0.4776376147rem + 0.0917431193vw, 0.5625rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .c-header__drawer-close {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    background-color: #224c8c;
    border: none;
    cursor: pointer;
    padding: 10px 18px;
    color: #ffffff;
    height: 100%;
    align-self: stretch;
    margin-left: auto;
    position: relative;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.55s ease-out 0.18s;
  }
  .c-header__drawer-close-icon {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
  }
  .c-header__drawer-close-icon::before, .c-header__drawer-close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
  }
  .c-header__drawer-close-icon::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .c-header__drawer-close-icon::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .c-header__drawer-close-text {
    font-family: "Oswald", system-ui, sans-serif;
    font-size: clamp(0.5rem, 0.4776376147rem + 0.0917431193vw, 0.5625rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .c-header__drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #224c8c;
    z-index: 9999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .c-header__drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .c-header__drawer.is-open .c-header__drawer-inner {
    opacity: 1;
  }
  .c-header__drawer-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    margin-top: 60px;
    min-height: calc(100dvh - 60px);
    padding: 24px 24px 48px;
    opacity: 0;
    transition: opacity 0.55s ease-out 0.18s;
  }
  .c-header__nav {
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
  }
  .c-header__main-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
  }
  .c-header__main-link {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: clamp(1.0625rem, 1.0177752294rem + 0.1834862385vw, 1.1875rem);
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .c-header__sub-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding-right: 0;
    min-height: auto;
    margin-top: 36px;
  }
  .c-header__sns-portal {
    width: 100%;
  }
  .c-header__sns-portal-link {
    display: block;
    padding: 0;
    border: none;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
  }
  .c-header__sns-portal-text {
    font-size: clamp(1.0625rem, 1.0177752294rem + 0.1834862385vw, 1.1875rem);
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  .c-header__contact {
    width: min(100%, 520px);
    min-height: auto;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }
  .c-header__contact-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    width: min(100%, 520px);
    margin-inline: auto;
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    font-size: clamp(1.0625rem, 1.0177752294rem + 0.1834862385vw, 1.1875rem);
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .c-header__icon--contact {
    display: block;
    fill: #ffffff;
  }
  .c-header__banner {
    margin-top: 75px;
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .c-header.is-drawer-open {
    background-color: #224c8c;
    border-bottom-color: transparent;
  }
  .c-header.is-drawer-open .c-header__logo-img {
    fill: #ffffff;
  }
  .c-header.is-drawer-open .c-header__hamburger {
    display: none;
  }
  .c-header.is-drawer-open .c-header__drawer-close {
    display: flex;
    opacity: 1;
  }
}

@keyframes header-drawer-content-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-header__drawer-inner, .c-header__drawer-close {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
}
.c-footer {
  color: #ffffff;
  background: #224c8c;
}
.c-footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1.6rem;
  padding: 40px clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .c-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 40px 20px;
  }
}
.c-footer__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 900px) {
  .c-footer__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 16px;
    width: 100%;
  }
}
.c-footer__item:nth-child(-n+3) {
  grid-column: span 1;
}
.c-footer__item:nth-child(3) {
  grid-column: span 2;
}
@media screen and (max-width: 900px) {
  .c-footer__item:nth-child(-n+3), .c-footer__item:nth-child(3) {
    grid-column: span 1;
  }
  .c-footer__item:last-child {
    grid-column: 1/-1;
    width: 100%;
  }
}
.c-footer__link {
  display: block;
  transition: opacity 0.3s;
  font-size: clamp(0.75rem, 0.7276376147rem + 0.0917431193vw, 0.8125rem);
  padding: 4px 0;
}
.c-footer__link::before {
  content: "■";
}
@media (hover: hover) {
  .c-footer__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-footer__info {
  text-align: center;
  flex-shrink: 0;
}
.c-footer__logo-link {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-footer__logo-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-footer__logo-img {
  fill: #ffffff;
  width: 196px;
}
@media screen and (max-width: 900px) {
  .c-footer__logo-img {
    width: 160px;
  }
}
.c-footer__copyright-text {
  font-size: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
}

.page-top {
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .page-top {
    padding-bottom: 60px;
  }
}

.top-vision {
  background: #eaf1f5;
}
.top-vision__inner {
  margin: 0 auto;
  max-width: 1368px;
  padding: 60px clamp(1.25rem, -2.75rem + 5vw, 1.875rem) 95px clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .top-vision__inner {
    padding: 40px 20px 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-vision__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-vision__main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.top-vision__main-title {
  width: 100%;
}
.top-vision__main-catchphrase {
  position: absolute;
  top: 33%;
  right: 25%;
  height: 100%;
  font-size: clamp(0px, 2.61vw, 36px);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-indent: -2.9em;
}
.top-vision__main-catchphrase.js-fadeIn {
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
@media screen and (max-width: 768px) {
  .top-vision__main-catchphrase {
    font-size: 5.5vw;
    top: 22%;
    right: auto;
    left: 30%;
    line-height: 1.4;
    text-indent: -2.5em;
  }
}
.top-vision__main-catchphrase--mark {
  text-combine-upright: all;
  font-size: 0.9em;
  vertical-align: middle;
  position: relative;
  top: -0.5em;
  left: 0.2em;
}
.top-vision__content {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: calc(0.4800974817 * min(100vw, 1368px));
}
@media screen and (max-width: 768px) {
  .top-vision__content-img--top {
    max-width: 114%;
    margin-left: -7%;
  }
}
.top-vision__content-img--left {
  position: absolute;
  z-index: 0;
  top: calc(0.5460992908 * min(100vw, 1368px));
  left: 0;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .top-vision__content-img--left {
    width: 34%;
  }
}
.top-vision__content-img--right {
  position: absolute;
  z-index: 0;
  top: calc(0.5460992908 * min(100vw, 1368px));
  right: 0;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .top-vision__content-img--right {
    width: 35%;
  }
}
.top-vision__content-img--bottom {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.top-vision__content-card {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-vision__content-card {
    width: 90%;
    max-width: 560px;
    margin: -28% auto -17% auto;
    padding: 70px 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
}
.top-vision__content-message {
  font-size: clamp(0.9375rem, 0.6467889908rem + 1.1926605505vw, 1.75rem);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-vision__content-message {
    line-height: 2.4;
  }
}
.top-vision__content-heading {
  margin-top: 1em;
  font-size: calc(clamp(0.9375rem, 0.6467889908rem + 1.1926605505vw, 1.75rem) * 1.2);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-vision__content-heading {
    line-height: 1.65;
  }
}
.top-vision__btn-area {
  width: max(300px, min(100%, 600px));
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top-vision__btn-area {
    width: 100%;
    max-width: 320px;
  }
}
.top-vision__btn-link {
  display: block;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}
@media (hover: hover) {
  .top-vision__btn-link:where(:any-link, :enabled, summary):hover {
    transform: translateY(1px);
    box-shadow: none;
  }
}
.top-vision__btn-img {
  display: block;
  width: 100%;
  height: auto;
}

.top-topics {
  padding: clamp(3.125rem, -8.875rem + 15vw, 5rem) 0;
}
.top-topics .js-fadeIn,
.top-topics .js-blur,
.top-topics .js-list,
.top-topics .js-fadeList,
.top-topics .js-list > *,
.top-topics .js-fadeList > * {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  transition-delay: 0s !important;
}
.top-topics__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top-topics__title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 901px) {
  .top-topics .c-topics__item {
    border-bottom: none;
  }
}
.top-topics .c-topics__date {
  font-size: clamp(1rem, 0.8434633028rem + 0.6422018349vw, 1.4375rem);
}
.top-topics .c-topics__text {
  font-size: clamp(0.9375rem, 0.7586009174rem + 0.7339449541vw, 1.4375rem);
  font-weight: 500;
}

.top-bnr {
  padding: 120px 0;
  background: #eaf1f5;
}
@media screen and (max-width: 900px) {
  .top-bnr {
    padding: 50px 0;
  }
}
.top-bnr__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .top-bnr__inner {
    padding: 0 20px;
  }
}
.top-bnr__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .top-bnr__list {
    gap: 20px;
  }
}
.top-bnr__item {
  width: 100%;
  max-width: 860px;
}
.top-bnr__link {
  display: block;
  transition: opacity 0.3s;
  border-radius: 12px;
  overflow: hidden;
}
@media (hover: hover) {
  .top-bnr__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.top-bnr__img {
  width: 100%;
  height: auto;
  display: block;
}

.top-soka-people {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f5c4d7 0%, #c3c8db 23%, #e7eecc 48%, #d3abce 100%);
}
@media screen and (max-width: 430px) {
  .top-soka-people {
    background: linear-gradient(10deg, #f5c4d7 0%, #c3c8db 23%, #e7eecc 48%, #d3abce 100%);
  }
}
.top-soka-people__title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .top-soka-people__title {
    margin-bottom: 36px;
  }
}
.top-soka-people__title img {
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .top-soka-people__title img {
    max-width: 200px;
  }
}
.top-soka-people__inner {
  position: relative;
  z-index: 1;
  max-width: 1368px;
  margin: 0 auto;
  padding: 100px clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .top-soka-people__inner {
    padding: 60px 20px;
  }
}
.top-soka-people__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 218px;
  height: 298px;
  background-image: url("../img/top/parts-soka-people-01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-soka-people__inner::before {
    width: 109px;
    height: 149px;
  }
}
.top-soka-people__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 218px;
  height: 298px;
  background-image: url("../img/top/parts-soka-people-02.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-soka-people__inner::after {
    width: 109px;
    height: 149px;
  }
}
.top-soka-people__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.top-soka-people__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(113, 144, 202, 0.5) 0%, rgba(130, 127, 187, 0.5) 50%, rgba(130, 127, 187, 0) 100%);
  pointer-events: none;
  z-index: 1;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 900px) {
  .top-soka-people__link::after {
    content: none;
  }
}
@media (hover: hover) {
  .top-soka-people__link:where(:any-link, :enabled, summary):hover .top-soka-people__img {
    transform: scale(1.03);
  }
}
.top-soka-people__groups {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 6%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .top-soka-people__groups {
    width: 100%;
    display: block;
  }
}
.top-soka-people__group {
  width: 28.35%;
}
.top-soka-people__group:nth-child(2) {
  margin-top: 50px;
}
.top-soka-people__group:nth-child(3) {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .top-soka-people__group {
    width: 100%;
  }
  .top-soka-people__group:nth-child(2), .top-soka-people__group:nth-child(3) {
    margin-top: 60px;
  }
}
.top-soka-people__sub-title {
  font-size: clamp(1.125rem, 0.6330275229rem + 2.0183486239vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .top-soka-people__sub-title {
    margin-bottom: 16px;
  }
}
.top-soka-people__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .top-soka-people__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.top-soka-people__item {
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
.top-soka-people__item::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 2%;
  width: 115%;
  height: 105%;
  background-image: url("../img/top/parts-soka-people-03.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .top-soka-people__item::before {
    top: 10px;
    left: 20px;
    height: 55%;
    width: 93%;
  }
}
@media (hover: hover) {
  .top-soka-people__item:where(:any-link, :enabled, summary):hover .top-soka-people__img {
    transform: scale(1.03);
  }
}
@media screen and (max-width: 900px) {
  .top-soka-people__item {
    border-radius: 0;
  }
  .top-soka-people__item::after {
    content: none;
  }
}
.top-soka-people__figure {
  margin: 0;
  line-height: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-soka-people__figure {
    aspect-ratio: 4/3;
  }
}
.top-soka-people__img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.top-soka-people__catchphrase {
  position: absolute;
  bottom: 35px;
  left: 15px;
  right: 15px;
  font-size: clamp(0.9375rem, 0.7809633028rem + 0.6422018349vw, 1.375rem);
  color: #ffffff;
  z-index: 2;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .top-soka-people__catchphrase {
    position: static;
    color: #222222;
    line-height: 1.5;
    margin-top: 10px;
  }
}
.top-soka-people__profile {
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  font-size: clamp(0.75rem, 0.6605504587rem + 0.3669724771vw, 1rem);
  color: #ffffff;
  z-index: 2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 900px) {
  .top-soka-people__profile {
    position: static;
    margin-top: 6px;
    color: #222222;
    line-height: 1.6;
  }
}
.top-soka-people__honorific {
  font-size: clamp(0.6875rem, 0.6651376147rem + 0.0917431193vw, 0.75rem);
}
@media screen and (max-width: 900px) {
  .top-soka-people__honorific {
    margin-left: 0;
  }
}

.top-movie {
  padding-top: 80px;
}
@media screen and (max-width: 900px) {
  .top-movie {
    padding-top: 50px;
  }
}
.top-movie__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-movie__inner {
    padding: 0 20px;
  }
}
.top-movie__title {
  margin-bottom: 20px;
  color: #222222;
}
.top-movie__lead {
  font-size: clamp(1rem, 0.5080275229rem + 2.0183486239vw, 2.375rem);
  font-weight: 500;
  margin-bottom: 40px;
  color: #222222;
}
@media screen and (max-width: 900px) {
  .top-movie__lead {
    margin-bottom: 28px;
  }
}
.top-movie__slider-wrapper {
  width: 100%;
  background-color: #222222;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top-movie__slider-wrapper {
    padding: 24px 0;
    margin-bottom: 28px;
  }
}
.top-movie__slider {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-movie__slider {
    max-width: 100%;
  }
}
.top-movie .swiper-slide {
  height: auto;
}
.top-movie__link {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.top-movie__link::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: clamp(1.625rem, 1.4908256881rem + 0.5504587156vw, 2rem);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .top-movie__link:where(:any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
  .top-movie__link:where(:any-link, :enabled, summary):hover .top-movie__img {
    transform: scale(1.05);
  }
}
.top-movie__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.top-movie__btn-area {
  gap: 30px;
  flex-wrap: wrap;
}
.top-movie__btn-area .c-btn {
  min-width: 280px;
}
@media screen and (max-width: 600px) {
  .top-movie__btn-area .c-btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-movie__btn-area {
    gap: 16px;
  }
}

.error404 {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.error404 .c-header {
  flex-shrink: 0;
}
.error404 .c-footer {
  flex-shrink: 0;
}
.error404 main.page-404 {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}

.page-404__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.page-404__actions {
  margin-top: auto;
  padding: clamp(2rem, 1.6422018349rem + 1.4678899083vw, 3rem) 0 clamp(1.5rem, 1.1422018349rem + 1.4678899083vw, 2.5rem);
}

.page-strategy {
  padding-bottom: clamp(3.75rem, 2.8555045872rem + 3.6697247706vw, 6.25rem);
  background: #ebf6f5;
}

.page-strategy-post {
  background-color: #ebf6f5;
  padding-bottom: clamp(3.75rem, 2.8555045872rem + 3.6697247706vw, 6.25rem);
}

.strategy-main {
  position: relative;
  padding: 80px 0 60px;
  text-align: center;
  overflow: hidden;
}
.strategy-main::before, .strategy-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.strategy-main::before {
  width: clamp(180px, 25vw, 360px);
  left: max(20px, (100% - 1400px) / 2);
  background-image: url(../img/strategy/img-main-01.webp);
  background-position: left bottom;
}
.strategy-main::after {
  right: max(20px, (100% - 1400px) / 2);
  width: clamp(195px, 27vw, 380px);
  background-image: url(../img/strategy/img-main-02.webp);
  background-position: right bottom;
}
@media screen and (max-width: 900px) {
  .strategy-main::before {
    transform: translateX(-12px);
  }
  .strategy-main::after {
    transform: translateX(12px);
  }
}
.strategy-main__inner {
  position: relative;
  z-index: 2;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
.strategy-main__title {
  margin-bottom: 24px;
}
.strategy-main__title-img {
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
.strategy-main__title .js-blur {
  transition: opacity 1.5s ease-out, filter 1.5s ease-out;
}
.strategy-main__catchphrase {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8566513761rem + 1.1009174312vw, 1.875rem);
}
.strategy-main__card-catchphrase {
  font-size: clamp(1.125rem, 0.8566513761rem + 1.1009174312vw, 1.875rem);
  font-weight: 600;
  margin-bottom: 30px;
}
.strategy-main__message {
  font-size: clamp(0.9375rem, 0.8256880734rem + 0.4587155963vw, 1.25rem);
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .strategy-main {
    padding: 40px 0 180px;
  }
  .strategy-main__inner {
    max-width: 720px;
    padding: 0 16px;
    border-radius: 24px;
    padding: 24px 20px 20px;
  }
  .strategy-main__title {
    margin-bottom: 16px;
  }
  .strategy-main__title-img {
    max-width: clamp(15rem, 8.7385321101rem + 25.6880733945vw, 32.5rem);
  }
  .strategy-main__catchphrase {
    margin-bottom: 10px;
  }
}

.strategy-overview {
  padding: 80px 0;
  background-color: #ffffff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 1px, transparent 1px);
  background-size: 10px 10px, 10px 10px, 50px 50px, 50px 50px;
  background-position: center top;
}
.strategy-overview__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
  text-align: center;
}
.strategy-overview__img {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .strategy-overview {
    padding: 48px 0 40px;
  }
  .strategy-overview__inner {
    padding: 0 16px;
  }
  .strategy-overview__img {
    max-width: clamp(16.25rem, 4.1743119266rem + 49.5412844037vw, 50rem);
  }
}

.strategy-plan {
  position: relative;
  padding: 200px 0 92px;
  background-color: #ebf6f5;
  overflow: hidden;
}
.strategy-plan::before, .strategy-plan::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: auto;
  aspect-ratio: 2726/1750;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url(../img/strategy/parts-plan.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.strategy-plan::before {
  top: -312px;
  transform: scaleY(-1);
}
.strategy-plan::after {
  bottom: -400px;
}
.strategy-plan__title {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  font-size: clamp(1.25rem, 0.9816513761rem + 1.1009174312vw, 2rem);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .strategy-plan__title {
    font-size: clamp(1.875rem, 0.8239678899rem + 4.3119266055vw, 4.8125rem);
    margin-bottom: 35px;
  }
}
.strategy-plan__inner {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
.strategy-plan__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 50px;
  justify-content: center;
  align-items: start;
}
@media screen and (min-width: 901px) {
  .strategy-plan__list {
    padding-bottom: 76px;
  }
  .strategy-plan__list .strategy-plan__item:nth-child(even) {
    transform: translateY(76px);
  }
}
@media screen and (max-width: 900px) {
  .strategy-plan__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: clamp(1.5rem, 0.9185779817rem + 2.3853211009vw, 3.125rem);
  }
  .strategy-plan__list .strategy-plan__item:nth-child(even) {
    transform: none;
  }
}
.strategy-plan__item {
  max-width: 495px;
}
@media screen and (max-width: 900px) {
  .strategy-plan__item {
    max-width: none;
  }
}
.strategy-plan__card {
  position: relative;
  background-color: #ffffff;
  padding: 24px 24px 18px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: none;
}
.strategy-plan__card:focus-within {
  outline: 2px solid #224c8c;
  outline-offset: 2px;
}
.strategy-plan__card-header {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .strategy-plan__card-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
  }
}
.strategy-plan__card-icon {
  width: 84px;
  flex-shrink: 0;
}
.strategy-plan__card-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.strategy-plan__card-content {
  flex-grow: 1;
  border-bottom: 1px solid #222222;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .strategy-plan__card-content {
    border: 0;
  }
}
.strategy-plan__card-name {
  font-size: clamp(1.125rem, 0.7448394495rem + 1.5596330275vw, 2.1875rem);
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 4px;
}
.strategy-plan__card-sub-title {
  font-family: "Oswald", system-ui, sans-serif;
  font-size: clamp(1.125rem, 0.9908256881rem + 0.5504587156vw, 1.5rem);
  margin-left: 6px;
}
.strategy-plan__card-catchphrase {
  font-size: clamp(0.9375rem, 0.7362385321rem + 0.8256880734vw, 1.5rem);
  font-weight: 500;
  line-height: 1.45;
}
.strategy-plan__card-desc {
  font-size: clamp(0.9375rem, 0.870412844rem + 0.2752293578vw, 1.125rem);
  line-height: 1.8;
  margin-bottom: 14px;
  flex-grow: 1;
}
.strategy-plan .js-strategy-plan-summary-link {
  cursor: pointer;
}
.strategy-plan .js-strategy-plan-summary-link:focus-visible {
  outline: 2px solid #224c8c;
  outline-offset: 4px;
  border-radius: 6px;
}
.strategy-plan__card-btn {
  text-align: center;
  margin-bottom: 14px;
}
.strategy-plan__card-links {
  display: inline-block;
  padding: 5px 14px;
  font-size: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
  font-weight: 600;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
@media (hover: hover) {
  .strategy-plan__card-links:hover {
    transform: translateY(1px);
    box-shadow: none;
    filter: none;
  }
}
.strategy-plan__card-links:focus-visible {
  outline: none;
}
@media screen and (max-width: 768px) {
  .strategy-plan__card-links {
    width: 256px;
    padding: 20px 0;
    font-size: clamp(0.9375rem, 0.9151376147rem + 0.0917431193vw, 1rem);
  }
}
.strategy-plan__card-topics {
  display: block;
  text-decoration: none;
  color: inherit;
  padding-top: 12px;
  border-top: 1px solid rgba(34, 34, 34, 0.35);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
  .strategy-plan__card-topics:hover {
    transform: translateY(1px);
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: none;
  }
}
@media screen and (max-width: 900px) {
  .strategy-plan__card-topics {
    margin-top: 12px;
    padding: 20px 16px 18px;
    background-color: #f8f8f8;
    border-radius: 20px;
    border-top: none;
  }
}
.strategy-plan__card-topics:focus-visible {
  outline: none;
}
@media screen and (min-width: 901px) {
  .strategy-plan__card-topics-header {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .strategy-plan__card-topics-header {
    text-align: center;
    margin-bottom: 16px;
  }
}
.strategy-plan__card-topics-body {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.strategy-plan__card-topics-thumb {
  width: 168px;
  flex-shrink: 0;
}
.strategy-plan__card-topics-thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media screen and (max-width: 900px) {
  .strategy-plan__card-topics-thumb {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
  }
  .strategy-plan__card-topics-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.strategy-plan__card-topics-content {
  line-height: 1.35;
  flex: 1;
}
.strategy-plan__card-topics-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: "Oswald", system-ui, sans-serif;
}
@media screen and (max-width: 900px) {
  .strategy-plan__card-topics-label {
    letter-spacing: 0.12em;
    font-size: clamp(1.25rem, 1.1605504587rem + 0.3669724771vw, 1.5rem);
    font-weight: 700;
  }
}
.strategy-plan__card-topics-date {
  font-family: "Oswald", system-ui, sans-serif;
  display: block;
  margin-bottom: 6px;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  font-weight: 500;
}
.strategy-plan__card-topics-text {
  margin-top: 0;
  line-height: 1.35;
  font-size: clamp(0.75rem, 0.6605504587rem + 0.3669724771vw, 1rem);
}
.strategy-plan__btn-area {
  position: relative;
  z-index: 2;
  margin-top: 18px;
}
.strategy-plan__btn-area .c-btn {
  padding: 15px 40px 14px;
  font-size: clamp(0.9375rem, 0.870412844rem + 0.2752293578vw, 1.125rem);
  background: linear-gradient(180deg, #24498f 0%, #1f3f7d 100%);
  border-width: 4px;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
@media (hover: hover) {
  .strategy-plan__btn-area .c-btn:where(:any-link, :enabled, summary):hover {
    box-shadow: none;
  }
}
@media screen and (max-width: 900px) {
  .strategy-plan {
    padding: 120px 0 72px;
  }
  .strategy-plan__inner {
    padding: 0 16px;
  }
  .strategy-plan__card {
    padding: 20px 18px 16px;
  }
  .strategy-plan__card-icon {
    width: clamp(4rem, 3.5527522936rem + 1.8348623853vw, 5.25rem);
  }
  .strategy-plan__card-topics-body {
    gap: 12px;
  }
  .strategy-plan__btn-area {
    margin-top: 24px;
  }
  .strategy-plan__btn-area .c-btn {
    width: 100%;
    max-width: 320px;
  }
}
.strategy-plan .strategy-plan__item--education .strategy-plan__card-links {
  background-color: #ea5544;
}
.strategy-plan .strategy-plan__item--career-support .strategy-plan__card-links {
  background-color: #fabe00;
}
.strategy-plan .strategy-plan__item--student-and-child-support .strategy-plan__card-links {
  background-color: #ee86a8;
}
.strategy-plan .strategy-plan__item--international .strategy-plan__card-links {
  background-color: #00a7e2;
}
.strategy-plan .strategy-plan__item--ict .strategy-plan__card-links {
  background-color: #b2abd4;
}
.strategy-plan .strategy-plan__item--public-relations .strategy-plan__card-links {
  background-color: #f08e7e;
}
.strategy-plan .strategy-plan__item--management-and-operation .strategy-plan__card-links {
  background-color: #9fcb45;
}
.strategy-plan .strategy-plan__item--human-resources .strategy-plan__card-links {
  background-color: #00a86e;
}
.strategy-plan .strategy-plan__item--finance .strategy-plan__card-links {
  background-color: #957876;
}

.page-strategy-archive-all,
.page-strategy-archive {
  padding-bottom: 80px;
}

.strategy-archive {
  padding: 0 0 clamp(3.75rem, 3.3027522936rem + 1.8348623853vw, 5rem);
}
.strategy-archive__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
.strategy-archive__filter {
  margin-bottom: 48px;
}
.strategy-archive__filter-select {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 18px 56px 18px 28px;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  color: #aaaaaa;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23999' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  border: none;
  border-radius: 999px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  appearance: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.strategy-archive__filter-select:not([value=""]) {
  color: #222222;
}
.strategy-archive__filter-select:focus {
  outline: 2px solid #224c8c;
  outline-offset: 3px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}
.strategy-archive__category {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  background-color: #ffffff;
  border-radius: 8px;
  padding: clamp(1.625rem, 1.3119266055rem + 1.2844036697vw, 2.5rem) clamp(1.1875rem, 0.2706422018rem + 3.7614678899vw, 3.75rem);
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.strategy-archive__category-head {
  display: flex;
  flex-direction: row;
  gap: 70px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  .strategy-archive__category-head {
    gap: 20px;
  }
}
.strategy-archive__category-icon {
  width: 23%;
}
.strategy-archive__category-text {
  flex-grow: 1;
}
.strategy-archive__category-name {
  font-size: clamp(1.125rem, 0.8119266055rem + 1.2844036697vw, 2rem);
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.strategy-archive__category-sub {
  font-size: clamp(0.9375rem, 0.7362385321rem + 0.8256880734vw, 1.5rem);
  color: #222222;
  line-height: 1.5;
}
.strategy-archive__category-desc {
  color: #222222;
  padding-top: 20px;
  border-top: 1px solid #222222;
}
.strategy-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .strategy-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .strategy-archive__list {
    grid-template-columns: 1fr;
  }
}
.strategy-archive__squiggle {
  padding: 20px 0;
  overflow: hidden;
}
.strategy-archive__squiggle svg {
  display: block;
  width: 100%;
  height: clamp(20px, 2.5vw, 40px);
}

.strategy-article {
  height: 100%;
}
.strategy-article__link {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #222222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (hover: hover) {
  .strategy-article__link:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  }
}
.strategy-article__thumb {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.strategy-article__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.strategy-article__link:hover .strategy-article__thumb-img {
  transform: scale(1.04);
}
.strategy-article__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 16px 18px 18px;
}
.strategy-article__date {
  display: block;
  font-family: "Oswald", system-ui, sans-serif;
}
.strategy-article__title {
  line-height: 1.6;
}
.strategy-article__tag {
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: auto;
  padding-top: 4px;
}
.strategy-article__tag-icon {
  width: 25px;
}
.strategy-article__tag-name {
  font-weight: 500;
}
.strategy-article__tag--education .strategy-article__tag-name {
  color: #ea5544;
}
.strategy-article__tag--career-support .strategy-article__tag-name {
  color: #fabe00;
}
.strategy-article__tag--student-and-child-support .strategy-article__tag-name {
  color: #ee86a8;
}
.strategy-article__tag--international .strategy-article__tag-name {
  color: #00a7e2;
}
.strategy-article__tag--ict .strategy-article__tag-name {
  color: #b2abd4;
}
.strategy-article__tag--public-relations .strategy-article__tag-name {
  color: #f08e7e;
}
.strategy-article__tag--management-and-operation .strategy-article__tag-name {
  color: #9fcb45;
}
.strategy-article__tag--human-resources .strategy-article__tag-name {
  color: #00a86e;
}
.strategy-article__tag--finance .strategy-article__tag-name {
  color: #957876;
}

.page-strategy-single {
  padding-bottom: 80px;
}

/* 9つの戦略単一：セクションラッパー＋2カラム（記事＋サイドバー） */
.strategy-single {
  background-color: #ebf6f5;
  padding: 0 0 80px;
}
.strategy-single__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 48px;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .strategy-single__inner {
    grid-template-columns: 1fr;
  }
}
.strategy-single__sidebar {
  position: sticky;
  top: 20px;
}

/* 戦略のみ：アイキャッチ上のカテゴリアイコン */
.strategy-single__eyecatch-icon {
  position: absolute;
  width: 73px;
  top: 11px;
  left: -3px;
  pointer-events: none;
}

.strategy-sidebar {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.strategy-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strategy-sidebar__link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 12px 18px;
  font-size: clamp(0.75rem, 0.7276376147rem + 0.0917431193vw, 0.8125rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #222222;
  text-decoration: none;
  transition: background-color 0.15s;
}
@media (hover: hover) {
  .strategy-sidebar__link:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
}
.strategy-sidebar__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  width: 20px;
  flex-shrink: 0;
}
.strategy-sidebar__icon svg {
  width: 20px;
  height: auto;
}
.strategy-sidebar__item--education .strategy-sidebar__link {
  color: #ea5544;
}
.strategy-sidebar__item--career-support .strategy-sidebar__link {
  color: #fabe00;
}
.strategy-sidebar__item--student-and-child-support .strategy-sidebar__link {
  color: #ee86a8;
}
.strategy-sidebar__item--international .strategy-sidebar__link {
  color: #00a7e2;
}
.strategy-sidebar__item--ict .strategy-sidebar__link {
  color: #b2abd4;
}
.strategy-sidebar__item--public-relations .strategy-sidebar__link {
  color: #f08e7e;
}
.strategy-sidebar__item--management-and-operation .strategy-sidebar__link {
  color: #9fcb45;
}
.strategy-sidebar__item--human-resources .strategy-sidebar__link {
  color: #00a86e;
}
.strategy-sidebar__item--finance .strategy-sidebar__link {
  color: #957876;
}

.c-post-article--strategy-education .c-post-article__title {
  color: #ea5544;
}
.c-post-article--strategy-education .c-post-body h2 {
  color: #ea5544;
}
.c-post-article--strategy-education .c-post-body h3 {
  color: #ea5544;
}
.c-post-article--strategy-education .c-post-body ul li::before {
  background-color: #ea5544;
}
.c-post-article--strategy-education .c-post-body th {
  background-color: #ea5544;
}
.c-post-article--strategy-education .c-post-body td {
  border-color: #ea5544;
}
.c-post-article--strategy-education .c-post-body blockquote {
  border-color: #ea5544;
}
.c-post-article--strategy-education .c-post-body blockquote::before {
  color: #ea5544;
}

.c-post-article--strategy-career-support .c-post-article__title {
  color: #fabe00;
}
.c-post-article--strategy-career-support .c-post-body h2 {
  color: #fabe00;
}
.c-post-article--strategy-career-support .c-post-body h3 {
  color: #fabe00;
}
.c-post-article--strategy-career-support .c-post-body ul li::before {
  background-color: #fabe00;
}
.c-post-article--strategy-career-support .c-post-body th {
  background-color: #fabe00;
}
.c-post-article--strategy-career-support .c-post-body td {
  border-color: #fabe00;
}
.c-post-article--strategy-career-support .c-post-body blockquote {
  border-color: #fabe00;
}
.c-post-article--strategy-career-support .c-post-body blockquote::before {
  color: #fabe00;
}

.c-post-article--strategy-student-and-child-support .c-post-article__title {
  color: #ee86a8;
}
.c-post-article--strategy-student-and-child-support .c-post-body h2 {
  color: #ee86a8;
}
.c-post-article--strategy-student-and-child-support .c-post-body h3 {
  color: #ee86a8;
}
.c-post-article--strategy-student-and-child-support .c-post-body ul li::before {
  background-color: #ee86a8;
}
.c-post-article--strategy-student-and-child-support .c-post-body th {
  background-color: #ee86a8;
}
.c-post-article--strategy-student-and-child-support .c-post-body td {
  border-color: #ee86a8;
}
.c-post-article--strategy-student-and-child-support .c-post-body blockquote {
  border-color: #ee86a8;
}
.c-post-article--strategy-student-and-child-support .c-post-body blockquote::before {
  color: #ee86a8;
}

.c-post-article--strategy-international .c-post-article__title {
  color: #00a7e2;
}
.c-post-article--strategy-international .c-post-body h2 {
  color: #00a7e2;
}
.c-post-article--strategy-international .c-post-body h3 {
  color: #00a7e2;
}
.c-post-article--strategy-international .c-post-body ul li::before {
  background-color: #00a7e2;
}
.c-post-article--strategy-international .c-post-body th {
  background-color: #00a7e2;
}
.c-post-article--strategy-international .c-post-body td {
  border-color: #00a7e2;
}
.c-post-article--strategy-international .c-post-body blockquote {
  border-color: #00a7e2;
}
.c-post-article--strategy-international .c-post-body blockquote::before {
  color: #00a7e2;
}

.c-post-article--strategy-ict .c-post-article__title {
  color: #b2abd4;
}
.c-post-article--strategy-ict .c-post-body h2 {
  color: #b2abd4;
}
.c-post-article--strategy-ict .c-post-body h3 {
  color: #b2abd4;
}
.c-post-article--strategy-ict .c-post-body ul li::before {
  background-color: #b2abd4;
}
.c-post-article--strategy-ict .c-post-body th {
  background-color: #b2abd4;
}
.c-post-article--strategy-ict .c-post-body td {
  border-color: #b2abd4;
}
.c-post-article--strategy-ict .c-post-body blockquote {
  border-color: #b2abd4;
}
.c-post-article--strategy-ict .c-post-body blockquote::before {
  color: #b2abd4;
}

.c-post-article--strategy-public-relations .c-post-article__title {
  color: #f08e7e;
}
.c-post-article--strategy-public-relations .c-post-body h2 {
  color: #f08e7e;
}
.c-post-article--strategy-public-relations .c-post-body h3 {
  color: #f08e7e;
}
.c-post-article--strategy-public-relations .c-post-body ul li::before {
  background-color: #f08e7e;
}
.c-post-article--strategy-public-relations .c-post-body th {
  background-color: #f08e7e;
}
.c-post-article--strategy-public-relations .c-post-body td {
  border-color: #f08e7e;
}
.c-post-article--strategy-public-relations .c-post-body blockquote {
  border-color: #f08e7e;
}
.c-post-article--strategy-public-relations .c-post-body blockquote::before {
  color: #f08e7e;
}

.c-post-article--strategy-management-and-operation .c-post-article__title {
  color: #9fcb45;
}
.c-post-article--strategy-management-and-operation .c-post-body h2 {
  color: #9fcb45;
}
.c-post-article--strategy-management-and-operation .c-post-body h3 {
  color: #9fcb45;
}
.c-post-article--strategy-management-and-operation .c-post-body ul li::before {
  background-color: #9fcb45;
}
.c-post-article--strategy-management-and-operation .c-post-body th {
  background-color: #9fcb45;
}
.c-post-article--strategy-management-and-operation .c-post-body td {
  border-color: #9fcb45;
}
.c-post-article--strategy-management-and-operation .c-post-body blockquote {
  border-color: #9fcb45;
}
.c-post-article--strategy-management-and-operation .c-post-body blockquote::before {
  color: #9fcb45;
}

.c-post-article--strategy-human-resources .c-post-article__title {
  color: #00a86e;
}
.c-post-article--strategy-human-resources .c-post-body h2 {
  color: #00a86e;
}
.c-post-article--strategy-human-resources .c-post-body h3 {
  color: #00a86e;
}
.c-post-article--strategy-human-resources .c-post-body ul li::before {
  background-color: #00a86e;
}
.c-post-article--strategy-human-resources .c-post-body th {
  background-color: #00a86e;
}
.c-post-article--strategy-human-resources .c-post-body td {
  border-color: #00a86e;
}
.c-post-article--strategy-human-resources .c-post-body blockquote {
  border-color: #00a86e;
}
.c-post-article--strategy-human-resources .c-post-body blockquote::before {
  color: #00a86e;
}

.c-post-article--strategy-finance .c-post-article__title {
  color: #957876;
}
.c-post-article--strategy-finance .c-post-body h2 {
  color: #957876;
}
.c-post-article--strategy-finance .c-post-body h3 {
  color: #957876;
}
.c-post-article--strategy-finance .c-post-body ul li::before {
  background-color: #957876;
}
.c-post-article--strategy-finance .c-post-body th {
  background-color: #957876;
}
.c-post-article--strategy-finance .c-post-body td {
  border-color: #957876;
}
.c-post-article--strategy-finance .c-post-body blockquote {
  border-color: #957876;
}
.c-post-article--strategy-finance .c-post-body blockquote::before {
  color: #957876;
}

.page-soka-people {
  padding-bottom: clamp(3.75rem, 2.8555045872rem + 3.6697247706vw, 6.25rem);
}

.page-soka-people-post {
  padding-bottom: clamp(3.75rem, 2.8555045872rem + 3.6697247706vw, 6.25rem);
}

.page-soka-people-post .soka-people-single__body.c-post-body > .wp-block-heading {
  font-size: clamp(1.1875rem, 1.0756880734rem + 0.4587155963vw, 1.5rem);
  color: #0077c0;
  margin-bottom: 0;
}
.page-soka-people-post .soka-people-single__body.c-post-body > .wp-block-heading:first-child {
  margin-top: 0;
}
.page-soka-people-post .soka-people-single__body.c-post-body > * + .wp-block-heading {
  margin-top: 40px;
}

.soka-people-main {
  background: #ffffff;
}
@media screen and (min-width: 769px) and (max-width: 1368px) {
  .soka-people-main {
    background: #0077c0;
  }
}
.soka-people-main__inner {
  position: relative;
  height: 622px;
  background: url(../img/soka-people/img-main.webp) no-repeat center center/cover;
}
.soka-people-main__box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  height: 100%;
}
.soka-people-main__col {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.soka-people-main__col--left {
  width: 36.5%;
}
.soka-people-main__col--right {
  width: 27%;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: nowrap;
  align-self: stretch;
}
.soka-people-main__title {
  width: 60%;
  margin: 0 8% 25% auto;
}
.soka-people-main__title-img {
  width: 100%;
}
.soka-people-main__message-box {
  padding: 20px 18px 0 18px;
}
.soka-people-main__message-title {
  font-size: clamp(1.125rem, 1.0355504587rem + 0.3669724771vw, 1.375rem);
  color: #224c8c;
  line-height: 1.6;
  margin-bottom: 10px;
}
.soka-people-main__message-text {
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  line-height: 1.7;
  color: #222222;
}
@media screen and (min-width: 769px) and (max-width: 1368px) {
  .soka-people-main__message-text {
    font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  }
}
@media screen and (max-width: 1368px) {
  .soka-people-main__inner {
    height: auto;
    min-height: 0;
    padding: 80px 16px 60px;
    background-position: center top;
  }
  .soka-people-main__box {
    position: static;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 20px 28px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  .soka-people-main__col {
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
  }
  .soka-people-main__title {
    max-width: 300px;
    width: 70%;
    margin: 0 auto 8px;
    text-align: center;
  }
  .soka-people-main__message-box {
    padding: 20px 16px 18px;
    background-color: transparent;
  }
  .soka-people-main__message-title {
    color: #0077c0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1368px) {
  .soka-people-main__message-title br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .soka-people-main__inner {
    background-image: url(../img/soka-people/img-main-sp.webp);
    background-position: center top;
  }
}

.soka-people-group {
  margin-top: clamp(3.75rem, 1.9610091743rem + 7.3394495413vw, 8.75rem);
  position: relative;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .soka-people-group {
    overflow-x: hidden;
  }
}
.soka-people-group__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
  position: relative;
  z-index: 2;
}
.soka-people-group__title {
  text-align: center;
  font-size: clamp(1.375rem, 1.0619266055rem + 1.2844036697vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.soka-people-group::before {
  content: "";
  position: absolute;
  top: -10%;
  height: 100%;
  width: clamp(200px, 35%, 480px);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  z-index: 1;
}
.soka-people-group:nth-of-type(odd)::before {
  background-image: url(../img/soka-people/parts-01.webp);
  right: 0;
}
.soka-people-group:nth-of-type(even)::before {
  background-image: url(../img/soka-people/parts-02.webp);
  left: 0;
  background-position: center left;
}
.soka-people-group__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .soka-people-group__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .soka-people-group__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.soka-people-group__btn-area {
  margin-top: clamp(1.75rem, 1.4816513761rem + 1.1009174312vw, 2.5rem);
}
@media screen and (max-width: 900px) {
  .soka-people-group__title {
    margin-bottom: 28px;
  }
  .soka-people-group__title-sub {
    position: static;
    transform: none;
    display: block;
    margin-top: 4px;
    text-align: right;
  }
  .soka-people-group::before {
    top: 0;
    width: 278px;
    height: 409px;
  }
  .soka-people-group__inner {
    padding: 32px 20px 36px;
  }
}
@media screen and (max-width: 768px) {
  .soka-people-group:nth-of-type(odd)::before {
    right: -40px;
    left: auto;
  }
  .soka-people-group:nth-of-type(even)::before {
    left: -40px;
    right: auto;
  }
}

.soka-people-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media (hover: hover) {
  .soka-people-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
}
.soka-people-card__link {
  text-decoration: none;
  color: inherit;
}
.soka-people-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
}
.soka-people-card__figure {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.soka-people-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: "Oswald", system-ui, sans-serif;
  background-color: #0077c0;
  color: #ffffff;
  font-size: clamp(0.6875rem, 0.620412844rem + 0.2752293578vw, 0.875rem);
  line-height: 1;
  padding: 8px 25px 8px 15px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  border-top-left-radius: 8px;
}
.soka-people-card__badge img {
  width: 100%;
  height: auto;
  display: block;
}
.soka-people-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.soka-people-card__body {
  padding: 20px 18px 18px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.soka-people-card__catchphrase {
  font-size: clamp(0.9375rem, 0.7809633028rem + 0.6422018349vw, 1.375rem);
  color: #0077c0;
  line-height: 1.5;
  margin-bottom: 16px;
}
.soka-people-card__profile {
  margin-top: auto;
  font-size: clamp(0.75rem, 0.6605504587rem + 0.3669724771vw, 1rem);
  line-height: 1.4;
  color: #222222;
}
.soka-people-card__meta {
  display: block;
}
.soka-people-card__name {
  display: block;
}
.soka-people-card__honorific {
  font-size: clamp(0.6875rem, 0.6651376147rem + 0.0917431193vw, 0.75rem);
  font-weight: 400;
  margin-left: 2px;
}

.page-soka-people-archive {
  padding-bottom: 80px;
}

.soka-people-archive__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
.soka-people-archive__tab-nav {
  margin-bottom: 60px;
}
.soka-people-archive__tab-list {
  display: flex;
  flex-direction: row;
  gap: 13px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media screen and (max-width: 600px) {
  .soka-people-archive__tab-list {
    gap: 8px;
  }
}
.soka-people-archive__tab-item {
  flex: 1;
}
.soka-people-archive__tab-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  padding: clamp(1.125rem, 0.6330275229rem + 2.0183486239vw, 2.5rem) 0;
  background-color: #0077c0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  opacity: 0.4;
}
.soka-people-archive__tab-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #0077c0;
  pointer-events: none;
  z-index: 5;
}
.soka-people-archive__tab-link--active {
  opacity: 1;
  background-color: #0077c0;
  pointer-events: none;
}
@media (hover: hover) {
  .soka-people-archive__tab-link:not(.soka-people-archive__tab-link--active):hover {
    opacity: 1;
  }
}
.soka-people-archive__tab-name {
  font-size: clamp(1.0625rem, 0.8612385321rem + 0.8256880734vw, 1.625rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.soka-people-archive__tab-en {
  font-family: "Oswald", system-ui, sans-serif;
  color: #72c9ff;
  font-size: clamp(0.9375rem, 0.8927752294rem + 0.1834862385vw, 1.0625rem);
  margin-top: -0.4em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .soka-people-archive__tab-en {
    display: none;
  }
}
.soka-people-archive:not(.js-soka-people-tabs) .soka-people-group__list ~ .soka-people-group__list {
  display: none;
}
.soka-people-archive.js-soka-people-tabs .soka-people-group__list {
  display: none;
}
.soka-people-archive.js-soka-people-tabs .soka-people-group__list.is-active {
  display: grid;
}

.page-soka-people-single {
  padding-bottom: 80px;
}

.soka-people-single__tab-area {
  padding: 36px 0;
  background-color: #ffffff;
}
.soka-people-single__tab-area .soka-people-archive__tab-nav {
  margin-bottom: 0;
}

.soka-people-related {
  background-color: #ebf6f5;
  padding: 60px 0 80px;
}
.soka-people-related__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
.soka-people-related__title {
  font-size: clamp(1.25rem, 0.9816513761rem + 1.1009174312vw, 2rem);
  margin-bottom: clamp(1.875rem, 1.6513761468rem + 0.9174311927vw, 2.5rem);
  color: #0077c0;
}

.c-btn--more {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #cccccc;
  border-radius: 40px;
  padding: 8px 40px;
  font-size: clamp(0.6875rem, 0.6651376147rem + 0.0917431193vw, 0.75rem);
  letter-spacing: 0.12em;
  box-shadow: none;
}
@media (hover: hover) {
  .c-btn--more:hover {
    background-color: #f5f5f5;
  }
}

.policy-main {
  width: 100%;
  background: #a7c7e9;
}
.policy-main__inner {
  margin: 0 auto;
  background: url(../img/policy/bg-main.webp) no-repeat center center/cover;
  padding: 100px clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .policy-main__inner {
    background-image: url(../img/policy/bg-main-sp.webp);
    background-position: center top;
    padding: 48px 20px 56px;
  }
}
.policy-main__sub-title {
  display: inline-block;
  margin-bottom: 20px;
}
.policy-main__sub-title img {
  height: 24px;
  width: auto;
}
.policy-main__sub-title .js-blur {
  transition: opacity 1s ease-out, filter 1s ease-out;
}
.policy-main__title {
  font-size: clamp(1.5rem, 0.6725917431rem + 3.3944954128vw, 3.8125rem);
  font-weight: 600;
  color: #004d9d;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .policy-main__title {
    margin-bottom: 24px;
  }
}
.policy-main__title.js-fadeIn {
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
.policy-main__text {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  font-weight: 500;
  line-height: 2;
  color: #222222;
}
@media screen and (max-width: 900px) {
  .policy-main__text {
    text-align: left;
  }
}

.policy-founder {
  max-width: 1080px;
  color: #224c8c;
  margin: 100px auto 80px auto;
  border: 2px solid #224c8c;
  padding: 5px;
}
@media screen and (max-width: 900px) {
  .policy-founder {
    margin: 40px 20px;
  }
}
.policy-founder .js-fadeIn,
.policy-founder .js-blur,
.policy-founder .js-list,
.policy-founder .js-fadeList,
.policy-founder .js-list > *,
.policy-founder .js-fadeList > * {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  transition-delay: 0s !important;
}
.policy-founder__box {
  position: relative;
  z-index: 1;
  border: 1px solid #224c8c;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 40px;
  padding: 40px 60px;
}
@media screen and (max-width: 900px) {
  .policy-founder__box {
    text-align: left;
    padding: 24px 20px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.policy-founder__catchphrase {
  font-family: serif;
  font-size: clamp(1.125rem, 0.9013761468rem + 0.9174311927vw, 1.75rem);
  border-bottom: 1px solid #224c8c;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .policy-founder__catchphrase {
    border: 0;
  }
}
.policy-founder__quote {
  font-family: serif;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  line-height: 2;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .policy-founder__quote {
    font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  }
}
.policy-founder__source {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-end;
  align-items: baseline;
  flex-wrap: nowrap;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .policy-founder__source {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-top: 16px;
  }
}
.policy-founder__note {
  font-size: clamp(0.75rem, 0.6605504587rem + 0.3669724771vw, 1rem);
}
.policy-founder__author {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;
  font-family: serif;
}
.policy-founder__author-title {
  font-size: clamp(0.75rem, 0.6158256881rem + 0.5504587156vw, 1.125rem);
}
.policy-founder__author-name {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(1.125rem, 0.7224770642rem + 1.6513761468vw, 2.25rem);
  margin: 0 16px;
  letter-spacing: 0.05em;
}
.policy-founder__author-honorific {
  font-size: clamp(0.75rem, 0.6158256881rem + 0.5504587156vw, 1.125rem);
}
.policy-founder__figure {
  width: 200px;
  flex-shrink: 0;
}
.policy-founder__figure img {
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
}
@media screen and (max-width: 900px) {
  .policy-founder__figure {
    width: 160px;
    order: -1;
    align-self: center;
  }
}

.policy-intro {
  text-align: center;
  padding-bottom: 60px;
}
.policy-intro__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .policy-intro__inner {
    padding: 0 20px;
  }
}
.policy-intro__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
.policy-intro__title {
  font-size: clamp(1.5rem, 0.5831422018rem + 3.7614678899vw, 4.0625rem);
  font-family: serif;
  letter-spacing: 0.1em;
}
.policy-intro__date {
  font-size: clamp(0.75rem, 0.4369266055rem + 1.2844036697vw, 1.625rem);
}
.policy-intro__desc {
  font-size: clamp(0.9375rem, 0.7362385321rem + 0.8256880734vw, 1.5rem);
  line-height: 2;
  letter-spacing: -0.04em;
}

.policy-details {
  padding-bottom: 60px;
}
.policy-details__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .policy-details__inner {
    padding: 0 20px;
  }
}

.policy-block {
  margin-bottom: 80px;
}
.policy-block:last-child {
  margin-bottom: 0;
}
.policy-block__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: clamp(2.5rem, 2.0527522936rem + 1.8348623853vw, 3.75rem);
}
@media screen and (max-width: 900px) {
  .policy-block__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.policy-block__heading {
  min-width: 355px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  .policy-block__heading {
    width: 100%;
    min-width: auto;
  }
}
.policy-block__title {
  background-color: #224c8c;
  color: #ffffff;
  font-size: clamp(1.125rem, 0.8119266055rem + 1.2844036697vw, 2rem);
  text-align: center;
  padding: 5px 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  .policy-block__title {
    padding: 5px 0;
  }
}
.policy-block__sub-title {
  background-color: #64b4e5;
  color: #ffde00;
  font-size: clamp(0.9375rem, 0.9151376147rem + 0.0917431193vw, 1rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .policy-block__sub-title {
    padding: 5px 0;
  }
}
.policy-block__summary {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 30px;
  font-size: clamp(0.9375rem, 0.870412844rem + 0.2752293578vw, 1.125rem);
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 900px) {
  .policy-block__summary {
    padding: 12px 16px;
  }
}
.policy-block__summary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 13px);
  height: 100%;
  border: 1px solid #224c8c;
  border-left: none;
}
@media screen and (max-width: 900px) {
  .policy-block__summary::before {
    width: 100%;
    border-top: 0;
    border-left: 1px solid #224c8c;
  }
}
.policy-block__list {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .policy-block__list {
    width: 100%;
  }
}
.policy-block__item {
  margin-bottom: 24px;
  padding-left: 24px;
  position: relative;
}
.policy-block__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 14px;
  height: 2px;
  background-color: #224c8c;
}
@media screen and (max-width: 768px) {
  .policy-block__item::before {
    width: 12px;
    top: 14px;
  }
}
.policy-block__item-title {
  color: #224c8c;
  font-size: clamp(1.125rem, 0.9908256881rem + 0.5504587156vw, 1.5rem);
  margin-bottom: 6px;
  line-height: 1.5;
}
.policy-block__item-desc {
  font-size: clamp(0.9375rem, 0.870412844rem + 0.2752293578vw, 1.125rem);
}
.policy-block__item-desc--en {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 500;
}
.policy-block__sub-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .policy-block__sub-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.policy-block__sub-item {
  font-size: clamp(0.8125rem, 0.745412844rem + 0.2752293578vw, 1rem);
  padding: 6px 16px;
  border-radius: 20px;
  color: #224c8c;
}
.policy-block__sub-item::before {
  content: "□";
}
@media screen and (max-width: 768px) {
  .policy-block__sub-item {
    padding-top: 0;
  }
}

.policy-strategies {
  padding: 60px 0 80px;
  background-color: #eaf1f5;
}
.policy-strategies .js-fadeIn,
.policy-strategies .js-blur,
.policy-strategies .js-list,
.policy-strategies .js-fadeList,
.policy-strategies .js-list > *,
.policy-strategies .js-fadeList > * {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  transition-delay: 0s !important;
}
.policy-strategies__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .policy-strategies__inner {
    padding: 0 20px;
  }
}
.policy-strategies__title {
  text-align: center;
  font-size: clamp(1.25rem, 1.0711009174rem + 0.7339449541vw, 1.75rem);
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.policy-strategies__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .policy-strategies__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
  }
}
.policy-strategies__link {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none;
  color: inherit;
}
.policy-strategies__num {
  display: inline-flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.policy-strategies__name {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  font-weight: 600;
}
.policy-strategies__item--education .policy-strategies__num {
  background-color: #ea5544;
}
.policy-strategies__item--career-support .policy-strategies__num {
  background-color: #fabe00;
}
.policy-strategies__item--student-and-child-support .policy-strategies__num {
  background-color: #ee86a8;
}
.policy-strategies__item--international .policy-strategies__num {
  background-color: #00a7e2;
}
.policy-strategies__item--ict .policy-strategies__num {
  background-color: #b2abd4;
}
.policy-strategies__item--public-relations .policy-strategies__num {
  background-color: #f08e7e;
}
.policy-strategies__item--management-and-operation .policy-strategies__num {
  background-color: #9fcb45;
}
.policy-strategies__item--human-resources .policy-strategies__num {
  background-color: #00a86e;
}
.policy-strategies__item--finance .policy-strategies__num {
  background-color: #957876;
}

.vote-main {
  height: 480px;
}
@media screen and (max-width: 768px) {
  .vote-main {
    height: 308px;
  }
}
.vote-main__inner {
  flex-direction: column;
}
.vote-main__catchphrase {
  padding-top: 50px;
  color: #0077c0;
  font-size: clamp(1rem, 0.8211009174rem + 0.7339449541vw, 1.5rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .vote-main__catchphrase {
    padding-top: 0;
  }
}
.vote-main__catchphrase.js-fadeIn {
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
.vote-main__title {
  color: #0077c0;
  font-size: clamp(2rem, 1.8658256881rem + 0.5504587156vw, 2.375rem);
  text-align: center;
  font-weight: 600;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .vote-main__title {
    margin-bottom: 20px;
  }
}
.vote-main__title.js-blur {
  transition: opacity 0.9s ease-out, filter 0.9s ease-out;
}
.vote-main__lead {
  text-align: center;
  font-size: clamp(0.9375rem, 0.870412844rem + 0.2752293578vw, 1.125rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .vote-main__lead {
    padding: 0 20px;
    text-align: left;
  }
}

.vote-login__intro {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .vote-login__intro {
    text-align: left;
    padding: 0 4px;
  }
}
.vote-login__card {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  padding: clamp(2.5rem, 2.0527522936rem + 1.8348623853vw, 3.75rem) 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.vote-login__notice {
  text-align: center;
  font-size: clamp(1.125rem, 1.0355504587rem + 0.3669724771vw, 1.375rem);
  line-height: 1.75;
  font-weight: 700;
  color: #222222;
  margin: 0;
}
.vote-login__notice--lead {
  margin-bottom: 0.85em;
}
.vote-login__notice--sub {
  font-weight: 700;
}
.vote-login__notice--guest {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.vote-login__notice-em {
  font-weight: 700;
  color: #0077c0;
}
.vote-login__caution {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto clamp(1.75rem, 1.4816513761rem + 1.1009174312vw, 2.5rem);
  padding: clamp(0.375rem, 0.2855504587rem + 0.3669724771vw, 0.625rem) clamp(0.625rem, 0.2224770642rem + 1.6513761468vw, 1.75rem);
  background-color: #ffffff;
  border-radius: 30px;
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  font-weight: 600;
  color: #222222;
  text-align: center;
  box-sizing: border-box;
}
.vote-login__error {
  text-align: center;
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  font-weight: 600;
  color: #ff0000;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .vote-login__error {
    text-align: left;
    padding: 0 4px;
  }
}
.vote-login__form {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 1.3474770642rem + 1.6513761468vw, 2.875rem);
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.vote-login__form:has(.vote-login__submit-error:not([hidden])) .vote__submit-area {
  margin-bottom: 0;
}
.vote-login__form--guest {
  width: 100%;
  max-width: 360px;
}
.vote-login__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
}
.vote-login__submit-area {
  margin-top: 8px;
  margin-bottom: 0;
}
.vote-login__submit-error {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: clamp(0.625rem, 0.4013761468rem + 0.9174311927vw, 1.25rem) 0;
  box-sizing: border-box;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  font-weight: 600;
  color: rgb(234.731277533, 90.6916299559, 7.468722467);
  text-align: left;
}
.vote-login__submit-error[hidden] {
  display: none !important;
}
.vote-login__submit-error-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #f87123;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 2px;
}
.vote-login__submit-error-text {
  text-align: center;
  color: #ff0000;
  font-weight: 400;
  line-height: 1.5;
}
.vote-login__submit-primary {
  width: 100%;
}
.vote-login__btn-secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  box-sizing: border-box;
  min-height: 52px;
  padding: 12px 20px;
  background-color: #142a4a;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  line-height: 1.45;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
@media (hover: hover) {
  .vote-login__btn-secondary:where(:any-link, :enabled, summary):hover {
    transform: translateY(1px);
    box-shadow: none;
    opacity: 0.95;
  }
}
.vote-login__form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.vote-login__form-label {
  font-size: clamp(0.75rem, 0.7276376147rem + 0.0917431193vw, 0.8125rem);
  font-weight: 600;
  color: #222222;
}
.vote-login__form-input {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  color: #222222;
  background-color: #ffffff;
  transition: border-color 0.2s;
}
.vote-login__form-input::placeholder {
  color: #aaaaaa;
}
.vote-login__form-input:focus {
  outline: none;
  border-color: #224c8c;
}
.vote-login__form-fieldset {
  border: none;
  padding: 0;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
  text-align: left;
}
.vote-login__form-legend {
  font-size: clamp(0.75rem, 0.7276376147rem + 0.0917431193vw, 0.8125rem);
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-align: left;
}
.vote-login__required {
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  font-size: clamp(0.625rem, 0.6026376147rem + 0.0917431193vw, 0.6875rem);
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
}
.vote-login__radio-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.vote-login__radio-label {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  cursor: pointer;
}
.vote-login__radio-label input[type=radio] {
  accent-color: #224c8c;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.vote-login .frm_opt_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.vote-login .frm_radio {
  margin: 0;
}
.vote-login .frm_radio > label {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  cursor: pointer;
}
.vote-login .frm_radio input[type=radio] {
  accent-color: #224c8c;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.vote-complete__content {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  text-align: center;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .vote-complete__content {
    min-height: 360px;
  }
}
.vote-complete__title {
  font-size: clamp(1.125rem, 0.9908256881rem + 0.5504587156vw, 1.5rem);
  font-weight: 600;
  margin-bottom: clamp(2.5rem, 1.8291284404rem + 2.752293578vw, 4.375rem);
}
.vote-complete__lead {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  line-height: 1.9;
}
.vote-complete__lead-note {
  margin: clamp(1.25rem, 0.9816513761rem + 1.1009174312vw, 2rem) 0 clamp(3.75rem, 2.8555045872rem + 3.6697247706vw, 6.25rem) 0;
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
}
.vote-complete__submit-area {
  margin-top: 28px;
  margin-bottom: 0;
}

.vote {
  min-height: 100vh;
  background-color: #ffffff;
}
.vote__head-band {
  background-color: #eaf1f5;
  padding: 100px 0 85px;
}
.vote__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.vote__inner--login {
  max-width: 820px;
}
.vote__body {
  padding: clamp(3.75rem, 2.8555045872rem + 3.6697247706vw, 6.25rem) 20px;
  background: #eaf1f5;
}
.vote__submit-area {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: clamp(2.5rem, 2.0527522936rem + 1.8348623853vw, 3.75rem);
}
.vote__submit {
  display: block;
  margin: 0 auto;
  min-width: 300px;
  box-sizing: border-box;
  padding: 12px 40px;
  background-color: #f87123;
  color: #ffffff;
  font-size: clamp(1.0625rem, 0.995412844rem + 0.2752293578vw, 1.25rem);
  font-weight: 700;
  border: 4px solid #ffffff;
  border-radius: 40px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
  .vote__submit:where(:any-link, :enabled, summary):hover {
    transform: translateY(1px);
    box-shadow: none;
  }
}
.vote .frm_submit.frm_flex {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
}
.vote .frm_button_submit.frm_final_submit {
  display: block;
  margin: 0 auto;
  min-width: 300px;
  box-sizing: border-box;
  padding: 12px 40px;
  background-color: #f87123;
  color: #ffffff;
  font-size: clamp(1.0625rem, 0.995412844rem + 0.2752293578vw, 1.25rem);
  font-weight: 700;
  border: 4px solid #ffffff;
  border-radius: 40px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
  .vote .frm_button_submit.frm_final_submit:where(:any-link, :enabled, summary):hover {
    transform: translateY(1px);
    box-shadow: none;
  }
}
.vote .frm_image_options .frm_text_label_for_image,
.vote .frm_image_options .frm_text_label_for_image_inner {
  display: none !important;
}
.vote .frm_image_options .frm_opt_container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .vote .frm_image_options .frm_opt_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .vote .frm_image_options .frm_opt_container {
    grid-template-columns: 1fr;
  }
}
.vote .frm_image_options .frm_radio {
  margin: 0;
  width: 100%;
}
.vote .frm_image_options .frm_radio label {
  display: block;
  cursor: pointer;
}
.vote .frm_image_options .frm_radio input[type=radio] {
  opacity: 0;
  pointer-events: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.vote .frm_image_options .frm_radio .frm_image_option_container {
  width: 100%;
  border: none;
}
.vote .frm_image_options .frm_radio .frm_image_option_container img {
  width: 100%;
  height: auto;
  display: block;
}
.vote .frm_image_options :is(.frm_checkbox.frm_image_option, .frm_radio.frm_image_option) {
  width: 100% !important;
  justify-self: stretch;
}
.vote .frm_form_field .frm_radio.frm_image_option,
.vote .frm_form_field .frm_radio.frm_image_option + .frm_radio {
  margin: 0;
}
.vote .frm-vote__position {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: clamp(1.5625rem, 1.2270642202rem + 1.376146789vw, 2.5rem);
}
.vote .frm-vote__position:has(.vote-login__submit-error:not([hidden])) {
  margin-bottom: 0;
}
.vote .frm-vote__position .frm_opt_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vote .frm-vote__position .frm_radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  cursor: pointer;
}
.vote .frm-vote__position input[type=radio] {
  accent-color: #224c8c;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.vote .frm-vote__logo {
  margin-bottom: clamp(2.5rem, 1.8291284404rem + 2.752293578vw, 4.375rem);
}
.vote .frm-vote__logo label[for^=field_]:has(input[type=radio]:checked) {
  border-color: #224c8c;
  box-shadow: 0 0 0 1px #224c8c;
  border-radius: 27px;
  border-width: 4px;
}
.vote .frm-vote__logo label[for^=field_]:hover {
  border-color: rgb(107.7586206897, 151.9310344828, 219.2413793103);
}
.vote .frm-vote__logo .frm_primary_label {
  display: none;
}
.vote__total-votes {
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 600px) {
  .vote__total-votes {
    margin-bottom: 28px;
  }
}
.vote__total-votes-label {
  margin: 0 0 12px;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
  font-weight: 600;
  color: #222222;
  line-height: 1.4;
}
.vote__total-votes-pill {
  display: inline-flex;
  flex-direction: row;
  gap: 2px;
  justify-content: center;
  align-items: baseline;
  padding: 12px 40px;
  background-color: #0077c0;
  color: #ffffff;
  border-radius: 999px;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .vote__total-votes-pill {
    padding: 10px 28px;
    font-size: clamp(0.9375rem, 0.9151376147rem + 0.0917431193vw, 1rem);
  }
}
.vote__total-votes-num {
  font-size: 2em;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.vote__total-votes-unit {
  font-size: 1em;
  font-weight: 700;
}
.vote__select-lead {
  font-size: clamp(1.1875rem, 1.0756880734rem + 0.4587155963vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 60px;
  color: #222222;
  text-align: center;
}
.vote .frm_primary_label {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: clamp(1.25rem, 0.9145642202rem + 1.376146789vw, 2.1875rem);
}
.vote .frm_required {
  font-size: 0.75rem;
  color: #ffffff;
  background: #ff0000;
  padding: 4px 6px;
  border-radius: 4px;
}
.vote .frm_required:empty {
  display: none;
}
.vote__error {
  text-align: center;
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  font-weight: 600;
  color: #ff0000;
  margin: -20px auto 32px;
}
@media screen and (max-width: 768px) {
  .vote__error {
    text-align: left;
    padding: 0 4px;
  }
}
.vote__logo-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .vote__logo-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .vote__logo-list {
    grid-template-columns: 1fr;
  }
}
.vote__logo-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.vote__logo-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  height: 100%;
}
.vote__logo-card:has(input:checked) {
  border-color: #224c8c;
  box-shadow: 0 0 0 1px #224c8c;
}
.vote__logo-card:hover {
  border-color: rgb(107.7586206897, 151.9310344828, 219.2413793103);
}
.vote__logo-name {
  font-size: clamp(1.1875rem, 1.120412844rem + 0.2752293578vw, 1.375rem);
  font-weight: 600;
  margin-bottom: 12px;
  color: #222222;
  text-align: center;
}
.vote__logo-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-bottom: 16px;
}
.vote__logo-desc {
  color: #666666;
  margin-top: auto;
}
.vote__caution {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 20px;
  font-size: clamp(0.8125rem, 0.745412844rem + 0.2752293578vw, 1rem);
}

.page-topics-post {
  padding-bottom: 140px;
}

.topics-single {
  padding: 60px 0 80px;
}
.topics-single__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

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