/* foundations */
*,
:after,
:before,
::backdrop {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

::file-selector-button {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

html,
:host {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

ol,
ul,
menu {
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

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

button,
input,
select,
optgroup,
textarea {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

::file-selector-button {
  margin-inline-end: 4px;
}

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

::placeholder {
  opacity: 1;
}

@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
  ::-moz-placeholder {
    color: currentColor;
  }
  ::placeholder {
    color: currentColor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::-moz-placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}

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

::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit {
  padding-block: 0;
}

::-webkit-datetime-edit-year-field {
  padding-block: 0;
}

::-webkit-datetime-edit-month-field {
  padding-block: 0;
}

::-webkit-datetime-edit-day-field {
  padding-block: 0;
}

::-webkit-datetime-edit-hour-field {
  padding-block: 0;
}

::-webkit-datetime-edit-minute-field {
  padding-block: 0;
}

::-webkit-datetime-edit-second-field {
  padding-block: 0;
}

::-webkit-datetime-edit-millisecond-field {
  padding-block: 0;
}

::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

::-webkit-calendar-picker-indicator {
  line-height: 1;
}

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

button,
input:where([type=button], [type=reset], [type=submit]) {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

::file-selector-button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

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

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

[hidden]:where(:not([hidden=until-found])) {
  display: none !important;
}

:root {
  /* color */
  --theme-color-white-primary: #ffffff;
  --theme-color-white-secondary: #f4fffe;
  --theme-color-black-primary: #222222;
  --theme-color-green-primary: #00b5a5;
  --theme-color-green-secondary: #d7fffc;
  --theme-color-green-tertiary: #3de8db;
  --theme-color-gray-primary: #737373;
  --theme-color-gray-secondary: #f3f3f3;
  --theme-color-orange-primary: #ff660d;
  --theme-color-orange-secondary: #ff8945;
  --theme-color-orange-tertiary: #ff5e5b;
  --theme-color-blue-primary: #155dfb;
  /* font */
  --theme-font-sans: 'Inter', 'Noto Sans JP', sans-serif;
  /* screen */
  --theme-screen-laptop: 1440px;
  /* shadow */
  --theme-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  /* theme */
  --theme-header-height: 80px;
  --theme-color-foreground: var(--theme-color-black-primary);
  --theme-color-background: var(--theme-color-white-primary);
  /* responsive - mobile */
}
@media (width < 48rem) {
  :root {
    --theme-header-height: 60px;
  }
}

body {
  font-family: var(--theme-font-sans);
  color: var(--theme-color-foreground, #000);
  background-color: var(--theme-color-background, #fff);
}

img:where(:not(a *)) {
  pointer-events: none;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* utilities */
@media (width < 48rem) {
  .u-display__pc {
    display: none;
  }
}
@media (width >= 48rem) {
  .u-display__sp {
    display: none;
  }
}

/* components */
.c-navbar {
  background-color: var(--theme-color-white-primary, #fff);
  box-shadow: var(--theme-shadow-md);
}
.c-navbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: 0.625rem 2.5rem;
  max-width: var(--theme-screen-laptop);
  margin-left: auto;
  margin-right: auto;
}
@media (width < 48rem) {
  .c-navbar__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (width < 48rem) {
  .c-navbar__logo {
    max-width: 6.25rem;
  }
}
.c-navbar__links {
  display: flex;
  gap: 1.5rem;
}
@media (width < 48rem) {
  .c-navbar__links {
    display: none;
  }
}
.c-navbar__links__item {
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
}
.c-navbar__links__item:after {
  content: "";
  position: absolute;
  top: 105%;
  right: 100%;
  left: 0;
  height: 2px;
  background-color: var(--theme-color-green-primary);
  transition: right 0.3s;
}
.c-navbar__links__item:is(.active):after {
  right: 0;
}
@media (hover: hover) {
  .c-navbar__links__item:hover:after {
    right: 0;
  }
}
.c-navbar__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (width < 48rem) {
  .c-navbar__actions {
    gap: 1rem;
  }
}
.c-navbar__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  border-width: 2px;
  border-style: solid;
}
@media (hover: hover) {
  .c-navbar__actions__button {
    cursor: pointer;
    transition: opacity 0.15s;
  }
  .c-navbar__actions__button:hover {
    opacity: 0.7;
  }
}
@media (width < 48rem) {
  .c-navbar__actions__button {
    font-size: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.c-navbar__actions__button.c-navbar__actions__button--primary {
  border-color: var(--theme-color-green-tertiary);
}
.c-navbar__actions__button.c-navbar__actions__button--secondary {
  color: var(--theme-color-white-primary);
  background-color: var(--theme-color-green-tertiary);
  border-color: var(--theme-color-green-tertiary);
}
.c-navbar__actions__toggle {
  display: none;
  width: 2.25rem;
  height: 2.25rem;
}
@media (width < 48rem) {
  .c-navbar__actions__toggle {
    display: block;
  }
}
.c-navbar .c-navbar-drawer {
  position: fixed;
  z-index: 10;
  inset: 0;
  display: none;
}
.c-navbar .c-navbar-drawer:has(.c-navbar-drawer__open:checked) {
  display: block;
}
.c-navbar .c-navbar-drawer__open {
  display: none;
}
.c-navbar .c-navbar-drawer__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-navbar .c-navbar-drawer__body {
  background-color: var(--theme-color-white-primary);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 19.5rem;
  height: 100svh;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.c-navbar .c-navbar-drawer__inner {
  padding-bottom: 2.5rem;
}
.c-navbar .c-navbar-drawer__inner > :not(:last-child) {
  border-bottom: 2px solid var(--theme-color-gray-secondary);
}
.c-navbar .c-navbar-drawer__header {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-navbar .c-navbar-drawer__header__title {
  font-size: 0.875rem;
}
.c-navbar .c-navbar-drawer__header__close {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.5rem;
  border: 2px solid var(--theme-color-black-primary);
  border-radius: 4px;
}
.c-navbar .c-navbar-drawer__actions {
  padding: 1rem;
}
.c-navbar .c-navbar-drawer__actions > :not(:first-child) {
  margin-top: 0.75rem;
}
.c-navbar .c-navbar-drawer__actions .c-navbar__actions__button {
  width: 100%;
}
.c-navbar .c-navbar-drawer__links {
  padding: 2.5rem 1rem;
  display: grid;
  gap: 1.5rem;
}
.c-navbar .c-navbar-drawer__links__item {
  font-weight: bold;
}

.c-footer {
  background-color: var(--theme-color-green-primary);
  padding-top: 5rem;
  padding-bottom: 3rem;
  color: var(--theme-color-white-primary);
}
@media (width < 48rem) {
  .c-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.c-footer__inner {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  max-width: var(--theme-screen-laptop, 1440px);
  margin-left: auto;
  margin-right: auto;
}
@media (width < 48rem) {
  .c-footer__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-footer__copy {
  font-size: 0.875rem;
}
.c-footer__socials {
  display: flex;
  gap: 1.25rem;
}
.c-footer__socials__item {
  display: block;
  padding: 0.875rem;
  border: 1px solid var(--theme-color-white-primary);
  border-radius: 4px;
}
@media (hover: hover) {
  .c-footer__socials__item:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (width < 48rem) {
  .c-footer__socials__item {
    padding: 0.75rem;
  }
}
.c-footer .c-footer-top {
  display: flex;
  gap: 12.5rem;
  padding-bottom: 2.75rem;
}
@media (width < 48rem) {
  .c-footer .c-footer-top {
    flex-direction: column;
    gap: 4rem;
  }
}
.c-footer .c-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--theme-color-white-primary);
}
@media (width < 48rem) {
  .c-footer .c-footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.875rem;
  }
}
.c-footer .c-footer-sitemap {
  display: flex;
  gap: 1.5rem;
  flex-grow: 1;
}
@media (width < 48rem) {
  .c-footer .c-footer-sitemap {
    flex-direction: column;
    gap: 3.25rem;
  }
}
.c-footer .c-footer-sitemap__column {
  flex-basis: 10rem;
}
@media (width < 48rem) {
  .c-footer .c-footer-sitemap__column {
    flex-basis: auto;
  }
}
.c-footer .c-footer-sitemap__column__title {
  font-size: 0.75rem;
  font-weight: bold;
}
.c-footer .c-footer-sitemap__column__links {
  margin-top: 1.25rem;
}
.c-footer .c-footer-sitemap__column__links > :not(:first-child) {
  margin-top: 1rem;
}
@media (hover: hover) {
  .c-footer .c-footer-sitemap__column__link:hover {
    font-weight: bold;
  }
}

.c-container {
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: var(--theme-screen-laptop);
  margin-left: auto;
  margin-right: auto;
}
@media (width < 48rem) {
  .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-container.c-container--xs {
  max-width: calc(var(--theme-screen-laptop) * 0.7);
}

.c-heading-primary {
  text-align: center;
}
.c-heading-primary > * + * {
  margin-top: 0.5rem;
}
.c-heading-primary__sub {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--theme-color-green-primary);
  text-transform: uppercase;
}
.c-heading-primary__title {
  font-weight: bold;
}
.c-heading-primary__title h2 {
  font-size: 2.5rem;
}
@media (width < 48rem) {
  .c-heading-primary__title h2 {
    font-size: 2rem;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  padding: var(--button-padding-y, 0.875rem) var(--button-padding-x, 2rem);
  color: var(--button-color-foreground, #fff);
  background-color: var(--button-color-background, #000);
  border: var(--button-border-width, 2px) solid var(--button-color-background, #000);
  border-radius: 4px;
  font-size: var(--button-font-size, 1rem);
  line-height: 1;
  font-weight: bold;
}
@media (hover: hover) {
  .c-button {
    cursor: pointer;
    transition: opacity 0.15s ease;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}
.c-button__icon, .c-button__trailing {
  flex-shrink: 0;
}
.c-button.c-button-primary {
  --button-color-foreground: var(--theme-color-white-primary);
  --button-color-background: var(--theme-color-green-primary);
}
.c-button.c-button-secondary {
  --button-color-foreground: var(--theme-color-green-primary);
  --button-color-background: var(--theme-color-white-primary);
}
.c-button.c-button--outline {
  color: var(--button-color-background, #000);
  background-color: var(--button-color-foreground, #fff);
  border-color: var(--button-color-background, #000);
}
.c-button.c-button--ghost {
  --button-padding-x: 0;
  --button-padding-y: 0;
  --button-border-width: 0;
  background-color: transparent;
  color: var(--button-color-background);
}
.c-button.c-button--size-sm {
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --button-font-size: 0.875rem;
}

.c-card {
  max-width: 40ch;
  border: 1px solid var(--theme-color-green-primary);
  border-radius: 4px;
  background-color: var(--theme-color-white-primary);
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .c-card:has(.c-card__link) {
    transition: opacity 0.15s, box-shadow 0.15s;
  }
  .c-card:has(.c-card__link):hover {
    opacity: 0.7;
    box-shadow: var(--theme-shadow-md);
  }
}
.c-card__image {
  aspect-ratio: 1.77;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.c-card__header:has(.c-card__tags) {
  flex-wrap: wrap;
}
.c-card__header__text {
  font-size: 0.875rem;
  color: var(--theme-color-gray-primary);
}
.c-card__date {
  font-size: 0.875rem;
}
.c-card__category {
  flex-shrink: 0;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  color: var(--theme-color-green-primary);
  border: 1px solid var(--theme-color-green-primary);
  border-radius: 2px;
}
.c-card__tags {
  display: inline-flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.c-card__tag {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--theme-color-green-primary);
}
.c-card__tag:not(:empty):before {
  content: "#";
  display: inline-block;
  margin-right: 0.25rem;
}
.c-card__body {
  padding: 1.875rem;
}
@media (width < 48rem) {
  .c-card__body {
    padding: 1.25rem;
  }
}
.c-card__body > :not(:first-child) {
  margin-top: 1rem;
}
.c-card__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.c-card__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.c-card__footer {
  border-top: 1px solid var(--theme-color-green-primary);
  padding: 1.25rem 1.875rem;
}
@media (width < 48rem) {
  .c-card__footer {
    padding: 1.25rem;
  }
}
.c-card__link {
  position: absolute;
  inset: 0;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (width < 48rem) {
  .c-breadcrumb {
    flex-wrap: nowrap;
    overflow: clip;
  }
}
.c-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
}
@media (width < 48rem) {
  .c-breadcrumb__item {
    flex-shrink: 0;
  }
}
.c-breadcrumb__item:not(:last-child) {
  gap: 0.75rem;
}
.c-breadcrumb__item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.3em;
  background-color: var(--theme-color-black-primary);
  transform: rotate(20deg);
  pointer-events: none;
}
.c-breadcrumb__item--link {
  font-weight: bold;
  color: var(--theme-color-green-primary);
}
@media (hover: hover) {
  .c-breadcrumb__item--link:hover {
    opacity: 0.7;
  }
}

.c-dialog {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  overscroll-behavior: contain;
}
.c-dialog.is-open {
  display: flex;
}
.c-dialog__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-dialog__body {
  background-color: var(--theme-color-white-primary);
  padding: 2rem;
  max-height: 90svh;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
@media (width < 48rem) {
  .c-dialog__body {
    padding: 1.875rem;
  }
}
.c-dialog__header__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.c-dialog__header__description {
  line-height: 1.5;
}
.c-dialog.c-dialog--register-select .c-dialog__body {
  width: 100%;
  max-width: 40rem;
}
@media (width < 48rem) {
  .c-dialog.c-dialog--register-select .c-dialog__body {
    max-width: calc(100vw - 2rem);
  }
}
.c-dialog.c-dialog--register-select .c-dialog__body > :not(:first-child) {
  margin-top: 1rem;
}
@media (width < 48rem) {
  .c-dialog.c-dialog--register-select .c-dialog__body > :not(:first-child) {
    margin-top: 1.5rem;
  }
}
.c-dialog.c-dialog--register-select .c-dialog__header > :not(:first-child) {
  margin-top: 1rem;
}
.c-dialog.c-dialog--register-select .c-dialog__content > :not(:first-child) {
  margin-top: 1.25rem;
}
.c-dialog.c-dialog--register-select .c-dialog__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (width < 48rem) {
  .c-dialog.c-dialog--register-select .c-dialog__actions {
    grid-template-columns: 100%;
    gap: 1.25rem;
  }
}
.c-dialog.c-dialog--register-select .c-dialog__actions__button .c-button {
  width: 100%;
}
.c-dialog.c-dialog--register-select .c-dialog__close {
  text-align: center;
}

.c-project-card.c-project-card--primary {
  background-color: var(--theme-color-background);
  border: 1px solid var(--theme-color-green-primary);
  border-radius: 4px;
}
@media (hover: hover) {
  .c-project-card.c-project-card--primary:has(a) {
    transition: opacity 0.15s, box-shadow 0.15s;
  }
  .c-project-card.c-project-card--primary:has(a):hover {
    opacity: 0.7;
    box-shadow: var(--theme-shadow-md);
  }
}
.c-project-card.c-project-card--primary .c-project-card__inner {
  display: block;
  padding: 2rem;
}
@media (width < 48rem) {
  .c-project-card.c-project-card--primary .c-project-card__inner {
    padding: 1.875rem;
  }
}
.c-project-card.c-project-card--primary .c-project-card__inner > * + * {
  margin-top: 0.625rem;
}
.c-project-card.c-project-card--primary .c-project-card__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.c-project-card.c-project-card--primary .c-project-card__corpname {
  color: var(--theme-color-gray-primary);
  font-size: 0.875rem;
}
.c-project-card.c-project-card--primary .c-project-card__date {
  color: var(--theme-color-gray-primary);
  font-size: 0.75rem;
}
.c-project-card.c-project-card--primary .c-project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-project-card.c-project-card--primary .c-project-card__tag {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  color: var(--theme-color-green-primary);
  display: block;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--theme-color-green-primary);
  border-radius: 2px;
}
.c-project-card.c-project-card--primary .c-project-card__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.c-project-card.c-project-card--primary .c-project-card__list > * + * {
  margin-top: 0.5rem;
}
.c-project-card.c-project-card--primary .c-project-card__list__item {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.c-project-card.c-project-card--primary .c-project-card__list__item dt {
  flex-shrink: 0;
  flex-basis: 16ch;
  text-align: center;
  color: var(--theme-color-green-primary);
  background-color: var(--theme-color-green-secondary);
  padding: 0.25rem 0.5rem;
}

.c-project-searchform {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 2.5rem 1.25rem;
  padding: 2.5rem 2.75rem;
  background-color: var(--theme-color-background);
  border-radius: 4px;
}
@media (width < 48rem) {
  .c-project-searchform {
    grid-template-columns: 100%;
    padding: 1.25rem;
    gap: 1.5rem;
  }
}
.c-project-searchform.is-layout-horizontal {
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
}
@media (width < 48rem) {
  .c-project-searchform.is-layout-horizontal {
    grid-template-columns: 100%;
  }
}
.c-project-searchform.is-layout-horizontal .c-project-searchform__submit {
  grid-column: auto;
}
.c-project-searchform__field > * + * {
  margin-top: 0.5rem;
}
.c-project-searchform__label {
  font-size: 0.75rem;
  font-weight: bold;
}
.c-project-searchform__select {
  display: block;
  width: 100%;
  padding: 0.625rem 1rem;
  color: var(--theme-color-gray-primary);
  border: 1px solid var(--theme-color-gray-primary);
  background-color: var(--theme-color-gray-secondary);
}
@media (width < 48rem) {
  .c-project-searchform__select {
    height: 3rem;
  }
}
.c-project-searchform__submit {
  grid-column: span 2;
  display: flex;
  justify-content: center;
}
@media (width < 48rem) {
  .c-project-searchform__submit {
    grid-column: auto;
  }
}
.c-project-searchform__submit__button {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1.25rem;
  background-image: linear-gradient(to right, var(--theme-color-orange-primary), var(--theme-color-orange-secondary));
  border-radius: 4px;
  color: var(--theme-color-white-primary);
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
}
@media (hover: hover) {
  .c-project-searchform__submit__button {
    transition: opacity 0.15s;
  }
  .c-project-searchform__submit__button:hover {
    opacity: 0.7;
  }
}
@media (width < 48rem) {
  .c-project-searchform__submit__button {
    font-size: 1rem;
  }
}
.c-project-searchform__submit__button svg {
  width: 1.625rem;
}
@media (width < 48rem) {
  .c-project-searchform__submit__button svg {
    width: 1.25rem;
  }
}

.c-community-card {
  display: block;
}
.c-community-card.c-community-card--primary {
  padding: 2rem;
  background-color: var(--theme-color-white-primary);
  border: 1px solid var(--theme-color-green-tertiary);
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .c-community-card.c-community-card--primary {
    transition: opacity 0.15s, box-shadow 0.15s;
  }
  .c-community-card.c-community-card--primary:hover {
    opacity: 0.7;
    box-shadow: var(--theme-shadow-md);
  }
}
@media (width < 48rem) {
  .c-community-card.c-community-card--primary {
    padding: 1.5rem;
  }
}
.c-community-card.c-community-card--primary > :not(:first-child) {
  margin-top: 1rem;
}
.c-community-card.c-community-card--primary .c-community-card__header {
  display: flex;
}
.c-community-card.c-community-card--primary .c-community-card__status {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
  color: var(--card-status-color);
  background-color: var(--card-status-bgcolor);
}
.c-community-card.c-community-card--primary .c-community-card__status.unsolved {
  --card-status-color: var(--theme-color-gray-primary);
  --card-status-bgcolor: var(--theme-color-gray-secondary);
}
.c-community-card.c-community-card--primary .c-community-card__body > :not(:first-child) {
  margin-top: 0.75rem;
}
.c-community-card.c-community-card--primary .c-community-card__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.c-community-card.c-community-card--primary .c-community-card__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-community-card.c-community-card--primary .c-community-card__asker {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.c-community-card.c-community-card--primary .c-community-card__asker__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.625rem;
  line-height: 1;
  color: var(--theme-color-white-primary);
  background-color: var(--theme-color-green-primary);
  border-radius: 9999px;
}
.c-community-card.c-community-card--primary .c-community-card__date {
  font-size: 0.875rem;
  color: var(--theme-color-gray-primary);
}
.c-community-card.c-community-card--primary .c-community-card__count {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--theme-color-gray-primary);
}
.c-community-card.c-community-card--primary .c-community-card__count__icon {
  width: 1.25rem;
}
.c-community-card.c-community-card--primary .c-community-card__count__label {
  font-size: 0.875rem;
}
.c-community-card.c-community-card--primary .c-community-card__count__label strong {
  color: initial;
}

.c-news-card {
  display: block;
}
.c-news-card.c-news-card--primary {
  background-color: var(--theme-color-white-primary);
  padding: 2rem;
  border-left: 4px solid var(--theme-color-green-primary);
  border-radius: 4px;
}
@media (hover: hover) {
  .c-news-card.c-news-card--primary {
    transition: opacity 0.15s, box-shadow 0.15s;
  }
  .c-news-card.c-news-card--primary:hover {
    opacity: 0.7;
    box-shadow: var(--theme-shadow-md);
  }
}
@media (width < 48rem) {
  .c-news-card.c-news-card--primary {
    padding: 1.5rem;
  }
}
.c-news-card.c-news-card--primary > :not(:first-child) {
  margin-top: 1rem;
}
.c-news-card.c-news-card--primary .c-news-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-news-card.c-news-card--primary .c-news-card__date {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--theme-color-green-primary);
}
.c-news-card.c-news-card--primary .c-news-card__category {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  color: var(--theme-color-green-primary);
  border: 1px solid var(--theme-color-green-primary);
  border-radius: 2px;
}
.c-news-card.c-news-card--primary .c-news-card__body > :not(:first-child) {
  margin-top: 0.875rem;
}
.c-news-card.c-news-card--primary .c-news-card__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.c-news-card.c-news-card--primary .c-news-card__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

/* layouts */
.l-top {
  padding-top: var(--theme-header-height, 80px);
}
.l-top .l-top-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.l-top .l-top-main {
  min-height: 60svh;
}
.l-top .l-top-main > .page-header {
  margin-top: 0;
}

/* projects */
.p-home {
  background-color: var(--theme-color-green-secondary);
}
.p-home .p-home-hero__main {
  min-height: calc(100svh - var(--theme-header-height));
  background-image: url("/assets/images/top/hero-bg_pc.jpg");
  background-size: cover;
  background-position: bottom center;
  display: grid;
  align-items: end;
}
@media (width < 48rem) {
  .p-home .p-home-hero__main {
    background-image: url("/assets/images/top/hero-bg_sp.jpg");
  }
}
.p-home .p-home-hero__main__inner {
  max-width: var(--theme-screen-laptop);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.p-home .p-home-hero__main__copy {
  position: absolute;
  top: 2rem;
  right: 0;
  width: min(580px, 580px / var(--theme-screen-laptop) * 100vw);
  animation: fadein 0.8s ease-in 1.5s forwards;
  opacity: 0;
}
@media (width < 48rem) {
  .p-home .p-home-hero__main__copy {
    width: 100%;
    max-width: 290px;
    top: 5svh;
    left: 0;
    margin: auto;
  }
}
.p-home .p-home-hero__main__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.p-home .p-home-hero__footer {
  display: grid;
  justify-items: center;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
  z-index: 2;
}
@media (width < 48rem) {
  .p-home .p-home-hero__footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.p-home .p-home-hero__search {
  margin-top: -12svh;
  background-image: linear-gradient(to right, var(--theme-color-orange-primary), var(--theme-color-orange-secondary));
  padding: 1.25rem;
  border-radius: 4px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 60.25rem;
}
.p-home .p-home-hero__search__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--theme-color-white-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-hero__search__title {
    font-size: 1.25rem;
  }
}
.p-home .p-home-hero__search__title:before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M19.8456%2016.4795C22.4633%2012.3257%2021.9676%206.75906%2018.3527%203.14467C14.1598%20-1.04822%207.33808%20-1.04822%203.14467%203.14467C-1.04822%207.33808%20-1.04822%2014.1592%203.14467%2018.3521C6.75906%2021.9665%2012.3267%2022.4617%2016.4801%2019.845L23.6345%2027L27%2023.635L19.845%2016.4801L19.8456%2016.4795ZM15.6384%2015.6374C12.9427%2018.3342%208.55572%2018.3342%205.85942%2015.6374C3.16365%2012.9416%203.16418%208.55519%205.85942%205.85889C8.55519%203.16312%2012.9421%203.1626%2015.6379%205.85889C18.3337%208.55572%2018.3337%2012.9421%2015.6379%2015.6379L15.6384%2015.6374Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (width < 48rem) {
  .p-home .p-home-hero__search__title:before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-home .p-home-hero__search__content {
  margin-top: 0.75rem;
}
.p-home .p-home-project {
  padding-top: 4.5rem;
  padding-bottom: 6.25rem;
}
@media (width < 48rem) {
  .p-home .p-home-project {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-project__posts {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-project__posts {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-project__posts > :not(:first-child) {
  margin-top: 3.125rem;
}
@media (width < 48rem) {
  .p-home .p-home-project__posts > :not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-project__posts__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media (width < 48rem) {
  .p-home .p-home-project__posts__list {
    grid-template-columns: 100%;
    gap: 1.25rem;
  }
}
.p-home .p-home-vision {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: var(--theme-color-white-secondary);
}
@media (width < 48rem) {
  .p-home .p-home-vision {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-vision__content {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-vision__content {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-vision__content__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}
.p-home .p-home-about {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (width < 48rem) {
  .p-home .p-home-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-about__body {
  margin-top: 3.75rem;
  display: flex;
  gap: 2.5rem;
}
@media (width < 48rem) {
  .p-home .p-home-about__body {
    margin-top: 2.5rem;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.p-home .p-home-about__video {
  flex-basis: 43.75rem;
  flex-shrink: 0;
}
@media (width < 80rem) {
  .p-home .p-home-about__video {
    flex-basis: 36rem;
  }
}
@media (width < 48rem) {
  .p-home .p-home-about__video {
    flex-basis: auto;
  }
}
.p-home .p-home-about__video__iframe {
  aspect-ratio: 16/9;
}
.p-home .p-home-about__video__iframe iframe {
  width: 100%;
  height: 100%;
}
.p-home .p-home-about__video__link {
  margin-top: 1.25rem;
}
.p-home .p-home-about__video__link a {
  font-weight: bold;
  color: var(--theme-color-green-primary);
}
@media (hover: hover) {
  .p-home .p-home-about__video__link a:hover {
    opacity: 0.7;
  }
}
.p-home .p-home-about__content > :not(:first-child) {
  margin-top: 1.25rem;
}
.p-home .p-home-about__content__title {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--theme-color-green-primary);
}
@media (width < 48rem) {
  .p-home .p-home-about__content__title {
    font-size: 2rem;
    text-align: center;
  }
}
.p-home .p-home-about__content__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.85;
}
@media (width < 48rem) {
  .p-home .p-home-about__content__text {
    text-align: center;
  }
}
.p-home .p-home-howto {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: var(--theme-color-white-secondary);
}
@media (width < 48rem) {
  .p-home .p-home-howto {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-howto__content {
  margin-top: 3.75rem;
  max-width: 60.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media (width < 48rem) {
  .p-home .p-home-howto__content {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-howto__content > :not(:first-child) {
  margin-top: 5rem;
}
@media (width < 48rem) {
  .p-home .p-home-howto__content > :not(:first-child) {
    margin-top: 1.25rem;
  }
}
.p-home .p-home-howto__content__item > :not(:first-child) {
  margin-top: 2.5rem;
}
@media (width < 48rem) {
  .p-home .p-home-howto__content__item > :not(:first-child) {
    margin-top: 1.5rem;
  }
}
.p-home .p-home-howto__content__item__title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: var(--theme-color-white-primary);
  background-color: var(--theme-color-green-tertiary);
  border-radius: 9999px;
  padding: 0.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-howto__content__item__title {
    font-size: 1.5rem;
    line-height: 1.375;
  }
}
.p-home .p-home-howto__content__item__image img {
  width: 100%;
}
.p-home .p-home-voice {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (width < 48rem) {
  .p-home .p-home-voice {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-voice__body {
  margin-top: 1rem;
}
.p-home .p-home-voice__body__text {
  text-align: center;
}
.p-home .p-home-voice__posts {
  margin-top: 6rem;
}
@media (width < 48rem) {
  .p-home .p-home-voice__posts {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-voice__posts > :not(:first-child) {
  margin-top: 3rem;
}
@media (width < 48rem) {
  .p-home .p-home-voice__posts > :not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-voice__posts__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media (width < 48rem) {
  .p-home .p-home-voice__posts__list {
    grid-template-columns: 100%;
  }
}
@media (width < 48rem) {
  .p-home .p-home-voice__posts__item:not(:first-child) {
    display: none;
  }
}
.p-home .p-home-voice__posts__more {
  text-align: center;
}
.p-home .p-home-voice__posts__notfound {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.p-home .p-home-cva {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: var(--theme-color-green-primary);
}
.p-home .p-home-cva__content__title {
  font-size: 3rem;
  line-height: 1.375;
  font-weight: bold;
  text-align: center;
  color: var(--theme-color-white-primary);
}
@media (width < 48rem) {
  .p-home .p-home-cva__content__title {
    font-size: 1.875rem;
  }
}
.p-home .p-home-cva__content__text {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1rem;
  color: var(--theme-color-white-primary);
}
.p-home .p-home-cva__actions {
  margin-top: 2.75rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
@media (width < 48rem) {
  .p-home .p-home-cva__actions {
    flex-direction: column;
  }
}
@media (width < 48rem) {
  .p-home .p-home-cva__actions__button .c-button {
    width: 100%;
  }
}
.p-home .p-home-blog {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: var(--theme-color-white-secondary);
}
@media (width < 48rem) {
  .p-home .p-home-blog {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-blog__body {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-blog__body {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-blog__posts > :not(:first-child) {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-blog__posts > :not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-blog__posts__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media (width < 48rem) {
  .p-home .p-home-blog__posts__list {
    grid-template-columns: 100%;
  }
}
@media (width < 48rem) {
  .p-home .p-home-blog__posts__item:not(:first-child) {
    display: none;
  }
}
.p-home .p-home-blog__posts__more {
  text-align: center;
}
.p-home .p-home-blog__posts__notfound {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.p-home .p-home-event {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (width < 48rem) {
  .p-home .p-home-event {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-event__body {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-event__body {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-event__posts > :not(:first-child) {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-event__posts > :not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-event__posts__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media (width < 48rem) {
  .p-home .p-home-event__posts__list {
    grid-template-columns: 100%;
  }
}
@media (width < 48rem) {
  .p-home .p-home-event__posts__item:not(:first-child) {
    display: none;
  }
}
.p-home .p-home-event__posts__more {
  text-align: center;
}
.p-home .p-home-event__posts__notfound {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.p-home .p-home-event__post__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.p-home .p-home-event__post__capacity {
  font-size: 0.875rem;
}
.p-home .p-home-event__post__status {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--theme-color-green-primary);
  background-color: var(--theme-color-green-secondary);
  padding: 0.25rem 0.5rem;
}
.p-home .p-home-event__post__badge {
  position: absolute;
  left: -27px;
  top: 3px;
  display: block;
  width: 6rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  color: var(--theme-color-white-primary);
  background-color: var(--theme-color-orange-tertiary);
  box-shadow: var(--theme-shadow-md);
  transform: rotate(-45deg);
}
.p-home .p-home-news {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: var(--theme-color-white-secondary);
}
@media (width < 48rem) {
  .p-home .p-home-news {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-news__body {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-news__body {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-news__posts > :not(:first-child) {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-news__posts > :not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-news__posts__list > :not(:first-child) {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-news__posts__item:not(:first-child) {
    display: none;
  }
}
.p-home .p-home-news__posts__more {
  text-align: center;
}
.p-home .p-home-news__posts__notfound {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.p-home .p-home-faq {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (width < 48rem) {
  .p-home .p-home-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-faq__body {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-faq__body {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-faq__posts > :not(:first-child) {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-faq__posts > :not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-faq__posts__list > :not(:first-child) {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-faq__posts__item:not(:first-child) {
    display: none;
  }
}
.p-home .p-home-faq__posts__more {
  text-align: center;
}
.p-home .p-home-faq__post {
  padding: 2.5rem;
  background-color: var(--theme-color-white-primary);
  border: 1px solid var(--theme-color-green-tertiary);
}
@media (width < 48rem) {
  .p-home .p-home-faq__post {
    padding: 1.5rem;
  }
}
.p-home .p-home-faq__post > :not(:first-child) {
  margin-top: 2.5rem;
}
@media (width < 48rem) {
  .p-home .p-home-faq__post > :not(:first-child) {
    margin-top: 1.875rem;
  }
}
.p-home .p-home-faq__post__question, .p-home .p-home-faq__post__answer {
  display: flex;
  gap: 0.75rem;
  font-weight: bold;
}
.p-home .p-home-faq__post__question__icon, .p-home .p-home-faq__post__answer__icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}
.p-home .p-home-faq__post__question__text, .p-home .p-home-faq__post__answer__text {
  line-height: 1.65;
}
.p-home .p-home-faq__post__question__text a, .p-home .p-home-faq__post__answer__text a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-home .p-home-faq__post__answer {
  color: var(--theme-color-green-primary);
}
.p-home .p-home-community {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: var(--theme-color-white-secondary);
}
@media (width < 48rem) {
  .p-home .p-home-community {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home .p-home-community__body {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-community__body {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-community__body > :not(:first-child) {
  margin-top: 3.75rem;
}
@media (width < 48rem) {
  .p-home .p-home-community__body > :not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-home .p-home-community__content > :not(:first-child) {
  margin-top: 2.5rem;
}
@media (width < 48rem) {
  .p-home .p-home-community__content > :not(:first-child) {
    margin-top: 1.5rem;
  }
}
.p-home .p-home-community__content__text {
  font-size: 1.125rem;
  text-align: center;
}
@media (width < 48rem) {
  .p-home .p-home-community__content__text {
    font-size: 0.875rem;
  }
}
.p-home .p-home-community__posts > :not(:first-child) {
  margin-top: 2.5rem;
}
.p-home .p-home-community__posts__more {
  text-align: center;
}
.p-home .p-home-community__posts__notfound {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.p-home .p-home-community__actions {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
@media (width < 48rem) {
  .p-home .p-home-community__actions {
    flex-direction: column;
  }
}
@media (width < 48rem) {
  .p-home .p-home-community__actions__button .c-button {
    width: 100%;
  }
}

.p-voice__heading {
  background-color: var(--theme-color-green-secondary);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (width < 48rem) {
  .p-voice__heading {
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }
}
.p-voice__heading:not(:has(.p-voice__heading__subtitle)) {
  padding-bottom: 4rem;
}
.p-voice__heading__inner > :not(:first-child) {
  margin-top: 1.25rem;
}
.p-voice__heading__title {
  font-size: 1.875rem;
  font-weight: bold;
}
.p-voice__body {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media (width < 48rem) {
  .p-voice__body {
    padding-bottom: 6rem;
  }
}
.p-voice .p-voice-posts__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media (width < 48rem) {
  .p-voice .p-voice-posts__list {
    grid-template-columns: 100%;
    gap: 1.25rem;
  }
}
.p-voice .p-voice-posts__pagination {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-voice .p-voice-posts__pagination:where(.p-voice-posts__list + *) {
  margin-top: 3.75rem;
}
.p-voice .p-voice-posts__pagination__link {
  color: var(--theme-color-green-primary);
  font-weight: bold;
}
@media (hover: hover) {
  .p-voice .p-voice-posts__pagination__link:hover {
    opacity: 0.7;
  }
}
.p-voice .p-voice-posts__notfound {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.p-voice .p-voice-article > :not(:first-child) {
  margin-top: 3rem;
}
.p-voice .p-voice-article__header > :not(:first-child) {
  margin-top: 1.25rem;
}
@media (width < 48rem) {
  .p-voice .p-voice-article__header > :not(:first-child) {
    margin-top: 1rem;
  }
}
.p-voice .p-voice-article__date {
  font-size: 0.875rem;
  color: var(--theme-color-gray-primary);
}
.p-voice .p-voice-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.p-voice .p-voice-article__meta__organization {
  color: var(--theme-color-gray-primary);
}
.p-voice .p-voice-article__meta__organization:empty {
  display: none;
}
.p-voice .p-voice-article__meta__categories {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-voice .p-voice-article__meta__categories__item {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--theme-color-green-primary);
}
.p-voice .p-voice-article__meta__categories__item:before {
  content: "#";
  display: inline-block;
  margin-right: 0.25rem;
}
.p-voice .p-voice-article__title {
  font-size: 2rem;
  line-height: 1.375;
  font-weight: bold;
}
@media (width < 48rem) {
  .p-voice .p-voice-article__title {
    font-size: 1.875rem;
  }
}
.p-voice .p-voice-article__main > *:where(* + *) {
  margin-top: 1.75rem;
}
.p-voice .p-voice-article__main > *:where(h1 + *, h2 + *, h3 + *) {
  margin-top: 0.75rem;
}
.p-voice .p-voice-article__main h1,
.p-voice .p-voice-article__main h2,
.p-voice .p-voice-article__main h3 {
  font-weight: bold;
}
.p-voice .p-voice-article__main h1 {
  font-size: 1.75rem;
}
@media (width < 48rem) {
  .p-voice .p-voice-article__main h1 {
    font-size: 1.5rem;
  }
}
.p-voice .p-voice-article__main h2 {
  font-size: 1.5rem;
}
@media (width < 48rem) {
  .p-voice .p-voice-article__main h2 {
    font-size: 1.25rem;
  }
}
.p-voice .p-voice-article__main h3 {
  font-size: 1.25rem;
}
@media (width < 48rem) {
  .p-voice .p-voice-article__main h3 {
    font-size: 1.125rem;
  }
}
.p-voice .p-voice-article__main p {
  line-height: 1.65;
}
.p-voice .p-voice-article__main a {
  color: var(--theme-color-blue-primary);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  .p-voice .p-voice-article__main a:hover {
    text-decoration: none;
  }
}
.p-voice .p-voice-article__main ul,
.p-voice .p-voice-article__main ol {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.p-voice .p-voice-article__main ul > :not(:first-child),
.p-voice .p-voice-article__main ol > :not(:first-child) {
  margin-top: 0.5rem;
}
.p-voice .p-voice-article__main ul {
  list-style-type: disc;
}
.p-voice .p-voice-article__main ol {
  list-style-type: decimal;
}
.p-voice .p-voice-article__main *:has(img + img) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-voice .p-voice-article__footer {
  padding-top: 3rem;
  border-top: 1px solid var(--theme-color-gray-primary);
}
.p-voice .p-voice-article__footer__link {
  text-align: center;
}
