@charset "UTF-8";
.p-page-hero {
  height: 344px;
  margin-top: 100px;
  background-color: #e9f4f5;
  background-image: url("../img/common/page_header_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .p-page-hero {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-hero {
    height: 344px;
    background-image: url("../img/common/page_header_bg_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

.p-page-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(1160px, 100% - 40px);
  height: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-page-hero__inner {
    width: 100%;
    position: relative;
  }
}

.p-page-hero__title {
  margin-top: 119px;
  color: var(--color-green);
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4523809524;
}
@media screen and (max-width: 768px) {
  .p-page-hero__title {
    margin-top: 121px;
    margin-left: 34px;
    font-size: 32px;
    line-height: 1.4375;
  }
}

.p-page-hero .l-breadcrumb {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-page-hero .l-breadcrumb {
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-page-hero--search .p-page-hero__title {
    width: 335px;
  }
}

.p-search-page {
  padding: 80px 20px 120px;
  color: #333;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-search-page {
    padding: 40px 20px 80px;
  }
}

.p-search-page__inner {
  width: min(1080px, 100%);
  margin-inline: auto;
}

.p-search-page__intro {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-search-page__intro {
    font-size: 14px;
    line-height: 2;
  }
}

.p-search-page__dashboard {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-search-page__dashboard {
    margin-top: 0;
  }
}

.p-search-page__dashboard .tableauPlaceholder {
  width: min(920px, 100%);
  margin-inline: auto;
}

.p-search-page__dashboard img,
.p-search-page__dashboard object,
.p-search-page__dashboard iframe {
  display: block;
  max-width: 100%;
  margin-inline: auto !important;
}

.p-policy {
  padding: 76px 20px 90px;
  color: #333;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-policy {
    padding: 40px 20px 80px;
  }
}

.p-policy__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.p-policy__lead {
  text-indent: 1em;
}

.p-policy__lead,
.p-policy__text,
.p-policy__signature {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-policy__lead,
  .p-policy__text,
  .p-policy__signature {
    font-size: 14px;
    line-height: 2;
  }
}

.p-policy__content {
  width: min(900px, 100%);
  margin: 77px auto 0;
}
@media screen and (max-width: 768px) {
  .p-policy__content {
    margin-top: 44px;
  }
}

@media screen and (min-width: 769px) {
  .page-site .p-policy__content {
    margin-top: 88px;
  }
}
.p-policy__section + * {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .p-policy__section + * {
    margin-top: 28px;
  }
}

.p-policy__heading {
  color: var(--color-green);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .p-policy__heading {
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-policy__text {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-policy__text {
    margin-top: 12px;
  }
}

.p-policy__text--indent {
  text-indent: 1em;
}

.p-policy__signature {
  margin-top: 60px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-policy__signature {
    margin-top: 36px;
  }
}

.p-subsidy-page {
  padding: 74px 20px 50px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-subsidy-page {
    padding: 28px 20px 80px;
  }
}

.p-subsidy-page__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.p-subsidy-page__lead,
.p-subsidy-page__content {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-subsidy-page__lead,
  .p-subsidy-page__content {
    font-size: 14px;
    line-height: 2;
  }
}

.p-subsidy-page__content > * + * {
  margin-top: 1.5em;
}

.p-subsidy-page__heading-wrap {
  margin-top: 77px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-page__heading-wrap {
    margin-top: 44px;
  }
}

@media screen and (max-width: 768px) {
  .p-subsidy-page__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
  }
}

@media screen and (max-width: 768px) {
  .p-subsidy-page__heading::after {
    display: block;
    margin-top: 10px;
  }
}

.p-subsidy-page-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  .p-subsidy-page-nav {
    grid-template-columns: repeat(2, minmax(0, 285px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-subsidy-page-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    margin-top: 30px;
  }
}

.p-subsidy-page-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 17px 34px;
  color: #333;
  background-color: var(--color-white);
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-subsidy-page-nav__link {
    height: 215px;
    padding: 20px 9px 17px;
    border-radius: 5px;
  }
}

/* アイコンはデザイン(0059)から切り出した円形画像（薄い円背景込み・160x160） */
.p-subsidy-page-nav__icon {
  width: 160px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-subsidy-page-nav__icon {
    width: 80px;
  }
}

.p-subsidy-page-nav__icon--flag {
  background-image: url("../img/subsidy/icon_flag_circle.png");
}

.p-subsidy-page-nav__icon--history {
  background-image: url("../img/subsidy/icon_history_circle.png");
}

.p-subsidy-page-nav__icon--money {
  background-image: url("../img/subsidy/icon_money_circle.png");
}

.p-subsidy-page-nav__icon--question {
  background-image: url("../img/subsidy/icon_question_circle.png");
}

.p-subsidy-page-nav__title {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-right: 16px;
  color: var(--color-green);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-subsidy-page-nav__title {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: -0.04em;
    margin-top: 16px;
    padding-right: 14px;
  }
}

/* 「過去の補助金一覧」はSPで1行に収めるため字間を詰める（0060: letterSpacing -90） */
@media screen and (max-width: 768px) {
  .p-subsidy-page-nav__title--tight {
    letter-spacing: -0.09em;
  }
}

.p-subsidy-page-nav__title::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  width: 8px;
  height: 14px;
  background-image: url("../img/common/icon_chevron_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-subsidy-page-nav__title::after {
    top: calc(50% + 1px);
  }
}

.p-subsidy-page-nav__text {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-subsidy-page-nav__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

@media (any-hover: hover) {
  .p-subsidy-page-nav__link:hover {
    opacity: 0.7;
  }
}
.p-subsidy-about-page {
  padding: 74px 20px 0;
  color: #333;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-subsidy-about-page {
    padding: 40px 20px 0;
  }
}

.p-subsidy-about-page__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.p-subsidy-about-page__lead,
.p-subsidy-about-section__body,
.p-subsidy-schedule__note {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about-page__lead,
  .p-subsidy-about-section__body,
  .p-subsidy-schedule__note {
    font-size: 14px;
    line-height: 2;
  }
}

.p-subsidy-about-section {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about-section {
    margin-top: 56px;
  }
}
.p-subsidy-about-section + * {
  margin-top: 118px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about-section + * {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .p-subsidy-about-section__heading {
    font-size: 20px;
    line-height: 1.45;
  }
}

.p-subsidy-about-section__body {
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about-section__body {
    margin-top: 30px;
  }
}

.p-subsidy-about-section__body--narrow {
  width: min(800px, 100%);
}

.p-subsidy-about-section__body--request {
  width: min(1000px, 100%);
  margin-top: 36px;
  text-indent: 1em;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about-section__body--request {
    margin-top: 28px;
  }
}

.p-subsidy-about-page__subheading {
  margin-top: 48px;
  color: var(--color-green);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about-page__subheading {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-subsidy-flow {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 170px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px 79px;
  width: min(917px, 100vw - 40px);
  margin: 43px auto 0;
  grid-template-rows: repeat(2, 188px);
}
@media screen and (min-width: 961px) {
  .p-subsidy-flow .p-subsidy-flow__item:nth-child(5) {
    grid-column: 2;
  }
  .p-subsidy-flow .p-subsidy-flow__item:nth-child(6) {
    grid-column: 3;
  }
}
@media screen and (max-width: 960px) {
  .p-subsidy-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: revert;
    -webkit-transform: revert;
            transform: revert;
    gap: 37px;
    width: min(356px, 100vw - 34px);
    margin-inline: auto;
    margin-top: 26px;
  }
}

.p-subsidy-flow__item {
  position: relative;
  display: grid;
  gap: 11px;
  padding: 18px 5px 44px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  text-indent: 0;
  background-color: #1b8a96;
  border-radius: 18px;
}
@media screen and (min-width: 961px) {
  .p-subsidy-flow__item:not(:nth-child(4)):not(:last-child)::after, .p-subsidy-flow__item:nth-child(5)::before {
    position: absolute;
    top: 50%;
    width: 48.75px;
    height: 70px;
    background: url("../img/subsidy/flow-arrow.svg") center/contain no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-subsidy-flow__item:not(:nth-child(4)):not(:last-child)::after {
    right: -64px;
  }
  .p-subsidy-flow__item:nth-child(5)::before {
    left: -64px;
  }
}
@media screen and (max-width: 960px) {
  .p-subsidy-flow__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 55px;
    grid-template-columns: auto 1fr;
    gap: 17px;
    padding: 8px 16px;
    font-size: 19px;
    line-height: 1.45;
    text-align: left;
    border-radius: 16px;
  }
  .p-subsidy-flow__item::after {
    position: absolute;
    right: 50%;
    bottom: -37px;
    width: 27px;
    height: 38px;
    background: url("../img/subsidy/flow-arrow.svg") center/contain no-repeat;
    content: "";
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
  .p-subsidy-flow__item:last-child::after {
    content: none;
  }
}

.p-subsidy-flow__number {
  display: grid;
  place-items: center;
  margin-inline: auto;
  width: 52px;
  aspect-ratio: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #1b8a96;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  background-color: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-subsidy-flow__number {
    width: 34px;
    font-size: 18px;
    margin-inline: unset;
  }
}

.p-subsidy-flow__label {
  display: block;
}

.p-subsidy-flow__sub-label {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-subsidy-flow__sub-label {
    display: inline;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-subsidy-about-links {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 14px;
  width: min(917px, 100vw - 40px);
  margin: 43px auto 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about-links {
    gap: 12px;
    margin-top: 28px;
  }
}

.p-subsidy-about-links a,
.p-subsidy-seminar__item a {
  display: inline;
  color: var(--color-green);
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-subsidy-seminar {
  width: min(860px, 100%);
  margin: 41px auto 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(27, 88, 99, 0.1);
}
@media screen and (max-width: 768px) {
  .p-subsidy-seminar {
    margin-top: 30px;
  }
}

.p-subsidy-seminar__heading {
  padding: 10px 20px 11px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  background-color: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .p-subsidy-seminar__heading {
    padding: 12px 16px;
    font-size: 18px;
  }
}

.p-subsidy-seminar__list {
  list-style: none;
  counter-reset: seminar;
}

.p-subsidy-seminar__item {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 49px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background: linear-gradient(to right, #dff1f3 60px, transparent 60px);
  counter-increment: seminar;
}
.p-subsidy-seminar__item::before {
  display: grid;
  place-items: center;
  color: #333;
  font-size: 14px;
  background-color: #dff1f3;
  content: counter(seminar);
}
.p-subsidy-seminar__item + .p-subsidy-seminar__item::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background-color: rgba(27, 88, 99, 0.1);
}
@media screen and (max-width: 768px) {
  .p-subsidy-seminar__item {
    grid-template-columns: 42px minmax(0, 1fr);
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    padding-right: 14px;
    font-size: 14px;
    background: linear-gradient(to right, #dff1f3 42px, transparent 42px);
  }
}

.p-subsidy-seminar__item a,
.p-subsidy-seminar__text {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  padding-block: 12px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-seminar__item a,
  .p-subsidy-seminar__text {
    padding-block: 14px;
  }
}

.p-subsidy-seminar__text {
  color: var(--color-green);
}

.p-subsidy-request-list {
  margin-top: 1.875em;
  list-style: none;
  text-indent: 0;
  counter-reset: request;
}

.p-subsidy-request-list li {
  position: relative;
  padding-left: 1em;
  counter-increment: request;
}
.p-subsidy-request-list li::before {
  position: absolute;
  left: 0;
  content: counter(request) ".";
}

.p-subsidy-schedule {
  width: min(860px, 100%);
  margin: 38px auto 0;
  border-bottom: 1px solid rgba(27, 88, 99, 0.1);
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule {
    margin-top: 30px;
  }
}

.p-subsidy-schedule__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule__table {
    font-size: 14px;
  }
}

.p-subsidy-schedule__table th,
.p-subsidy-schedule__table td {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(27, 88, 99, 0.1);
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule__table th,
  .p-subsidy-schedule__table td {
    padding: 10px;
  }
}

.p-subsidy-schedule__table thead th {
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule__table thead th {
    font-size: 16px;
  }
}

.p-subsidy-schedule__table thead th:last-child {
  width: 188px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule__table thead th:last-child {
    width: 105px;
  }
}

.p-subsidy-schedule__table tbody th {
  padding: 0;
  color: var(--color-green);
  font-weight: 500;
  text-align: left;
  background: linear-gradient(to right, #dff1f3 60px, transparent 60px);
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule__table tbody th {
    background: linear-gradient(to right, #dff1f3 40px, transparent 40px);
  }
}

.p-subsidy-schedule__flow-wrap {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  min-height: 49px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule__flow-wrap {
    grid-template-columns: 40px minmax(0, 1fr);
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}

.p-subsidy-schedule__number {
  display: grid;
  place-items: center;
  color: #333;
  font-size: 14px;
  line-height: 1;
  background-color: #dff1f3;
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule__number {
    font-size: 12px;
  }
}

.p-subsidy-schedule__flow {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 12px 10px 12px 0;
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule__flow {
    padding-block: 10px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.p-subsidy-schedule__table tbody td {
  color: var(--color-green);
  text-align: center;
  border-left: 1px solid rgba(27, 88, 99, 0.1);
}
@media screen and (max-width: 768px) {
  .p-subsidy-schedule__table tbody td {
    font-size: 13px;
  }
}

.p-subsidy-schedule__table tbody tr:last-child th,
.p-subsidy-schedule__table tbody tr:last-child td {
  border-bottom: 0;
}

.p-subsidy-schedule__note {
  width: min(860px, 100%);
  margin: 10px auto 0;
}

.is-page-subsidy-about .l-footer__contact {
  display: none;
}

.is-page-subsidy-about .l-footer {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .is-page-subsidy-about .l-footer {
    margin-top: 64px;
  }
}

.p-column-archive {
  padding: 80px 20px 110px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-column-archive {
    padding: 32px 20px 80px;
  }
}

.p-column-archive__inner {
  width: min(1160px, 100%);
  margin-inline: auto;
}

.p-column-pickup {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-column-pickup {
    width: min(335px, 100%);
    margin-inline: auto;
  }
}

.p-column-pickup__badge {
  position: absolute;
  top: -22px;
  left: -20px;
  z-index: 2;
  display: block;
  width: 168px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__badge {
    top: -17px;
    left: -10px;
    width: 115.25px;
  }
}

.p-column-pickup__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  color: #333;
  background-color: var(--color-white);
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__link {
    display: block;
  }
}

.p-column-pickup__image-wrap {
  display: block;
  overflow: hidden;
}

.p-column-pickup__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 580/387;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__image {
    height: auto;
    aspect-ratio: 335/168;
  }
}

.p-column-pickup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__body {
    padding: 20px;
  }
}

.p-column-pickup__meta,
.p-column-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-column-pickup__meta,
  .p-column-card__meta {
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-column-pickup__meta {
    display: block;
  }
  .p-column-pickup__meta .p-column-card__date {
    display: block;
    margin-top: 10px;
    font-size: 16px;
  }
}
.p-column-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-column-card__categories {
    gap: 9px;
  }
}

.p-column-card__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 14px;
  color: var(--color-green);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  background-color: #dff1f3;
  border: 1px solid var(--color-green);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-column-card__category {
    padding: 4px 8px;
    font-size: 11px;
  }
}

.p-column-card__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color-green);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-column-card__date {
    font-size: 14px;
  }
}

.p-column-pickup__title {
  color: var(--color-green);
  display: block;
  margin-top: 13px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.55;
  }
}

.p-column-pickup__author,
.p-column-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-column-pickup__author,
  .p-column-card__author {
    gap: 8px;
    margin-top: 10px;
  }
}

.p-column-pickup__author {
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__author {
    gap: 10px;
  }
}

.p-column-pickup__author-image,
.p-column-pickup__author-placeholder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #e5e5e5;
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 767px) {
  .p-column-pickup__author-image,
  .p-column-pickup__author-placeholder {
    width: 64px;
    height: 64px;
  }
}

.p-column-pickup__author-name {
  color: var(--color-green);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__author-name {
    font-size: 14px;
  }
}

.p-column-pickup__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 200px;
  min-width: 200px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__button {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .p-column-pickup__link {
    grid-template-columns: 44% 56%;
  }
  .p-column-pickup__body {
    padding: 24px;
  }
  .p-column-pickup__meta {
    display: block;
  }
  .p-column-pickup__meta .p-column-card__date {
    display: block;
    margin-top: 10px;
    font-size: 16px;
  }
  .p-column-pickup__title {
    font-size: 24px;
  }
  .p-column-pickup__author-image,
  .p-column-pickup__author-placeholder {
    width: 64px;
    height: 64px;
  }
}
.p-archive-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 58px;
  padding: 28px 62px;
  background-color: #f4f7f7;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-archive-filter {
    display: block;
    width: min(335px, 100%);
    margin: 33px auto 0;
    padding: 21px 24px;
  }
}

.p-archive-filter__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-archive-filter__title {
    display: block;
    font-size: 16px;
  }
}

.p-archive-filter__separator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1px;
  height: 28px;
  background-color: #9caaaa;
}
@media screen and (max-width: 768px) {
  .p-archive-filter__separator {
    display: none;
  }
}

.p-archive-filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 14px;
}
@media screen and (max-width: 767px) {
  .p-archive-filter__items {
    gap: 14px 12px;
    margin-top: 10px;
  }
}

.p-archive-filter__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 20px;
  color: var(--color-green);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  background-color: var(--example-category-color, #dff1f3);
  border: 1px solid var(--color-green);
  border-radius: calc(infinity * 1px);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-filter__item {
    padding: 3px 15px;
    font-size: 12px;
  }
}

.p-archive-filter__item.is-active {
  color: var(--color-white);
  background-color: var(--color-green);
}

.p-column-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 78px 14px;
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  .p-column-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-column-archive__grid {
    grid-template-columns: minmax(0, 335px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    margin-top: 34px;
  }
}

.p-column-card {
  display: block;
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-column-card {
    padding: 10px;
  }
}

.p-column-card__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.p-column-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 340/227;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-column-card__image {
    aspect-ratio: 315/183;
  }
}

.p-column-card__new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 4px 16px;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  background-color: var(--color-red);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-column-card__new {
    padding: 3px 13px;
    font-size: 14px;
    top: 8px;
    left: 12px;
  }
}

.p-column-card__body {
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-column-card__body {
    margin-top: 15px;
  }
}

.p-column-card__title {
  display: block;
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-column-card__title {
    margin-top: 11px;
  }
}

.p-column-card__author-image,
.p-column-card__author-placeholder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #e5e5e5;
  border-radius: calc(infinity * 1px);
}

.p-column-card__author-name {
  display: block;
  min-width: 0;
  color: var(--color-green);
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-column-card__author-name {
    font-size: 13px;
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  margin-top: 71px;
}
@media screen and (max-width: 768px) {
  .p-pagination {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 0;
    width: min(312px, 100%);
    margin-top: 55px;
    margin-inline: auto;
  }
}

.p-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-pagination__numbers {
    grid-column: 1/-1;
    grid-row: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
  }
}

.p-pagination__number,
.p-pagination__ellipsis {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-pagination__number,
  .p-pagination__ellipsis {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-pagination__number {
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-green);
    border-radius: calc(infinity * 1px);
  }
}

.p-pagination__number.is-current {
  width: 52px;
  height: 52px;
  color: var(--color-white);
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-pagination__number.is-current {
    width: 48px;
    height: 48px;
  }
}

.p-pagination__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 56px;
  height: 56px;
  color: var(--color-green);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-pagination__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
  }
}

.p-pagination__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/common/pagination_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-pagination__arrow--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .p-pagination__arrow--prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }
}

@media screen and (max-width: 768px) {
  .p-pagination__arrow--next {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
}

.p-pagination__arrow > span {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  display: none;
  color: var(--color-green);
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-pagination__arrow > span {
    display: block;
    top: 50%;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-pagination__arrow--prev > span {
    left: calc(100% + 8px);
  }
}

@media screen and (max-width: 768px) {
  .p-pagination__arrow--next > span {
    right: calc(100% + 8px);
    left: auto;
  }
}

.p-pagination__arrow.is-disabled {
  opacity: 0.35;
}

@media (any-hover: hover) {
  .p-pagination__number:hover {
    opacity: 0.65;
  }
  .p-pagination__arrow[href]:hover {
    opacity: 0.75;
  }
}
.p-column-archive__empty {
  margin-top: 60px;
  color: var(--color-green);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-archive__empty {
    margin-top: 40px;
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .p-column-pickup__link:hover,
  .p-column-card:hover {
    opacity: 0.75;
  }
  .p-archive-filter__item:hover {
    color: var(--color-white);
    background-color: var(--color-green);
  }
}
.p-example-archive {
  padding: 80px 20px 120px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-example-archive {
    padding: 30px 20px 80px;
  }
}

.p-example-archive__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.p-example-pickup {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-example-pickup {
    width: min(335px, 100%);
    margin-inline: auto;
  }
}

.p-example-pickup__badge {
  position: absolute;
  top: -22px;
  left: -20px;
  z-index: 2;
  display: block;
  width: 168px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-example-pickup__badge {
    top: -17px;
    left: -10px;
    width: 115.25px;
  }
}

.p-example-pickup__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  color: #333;
  background-color: var(--color-white);
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-example-pickup__link {
    display: block;
  }
}

.p-example-pickup__image-wrap {
  display: block;
  overflow: hidden;
}

.p-example-pickup__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-example-pickup__image {
    height: auto;
    aspect-ratio: 335/223;
  }
}

.p-example-pickup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-example-pickup__body {
    padding: 20px;
  }
}

.p-example-pickup__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 200px;
  height: 48px;
  margin-top: auto;
  padding: 0 16px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-example-pickup__button {
    display: none;
  }
}

.p-example-pickup__button-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--color-red);
  border-radius: calc(infinity * 1px);
}

.p-example-pickup__button-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}

.p-example-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-example-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    margin-top: 40px;
  }
}

.p-example-tabs:first-child {
  margin-top: 0;
}

.p-example-tabs__tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  min-width: 200px;
  height: 48px;
  padding: 10px 24px;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  background-color: var(--color-white);
  border: 1px solid var(--color-green);
  border-radius: calc(infinity * 1px);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-example-tabs__tab {
    gap: 8px;
    min-width: 0;
    height: 32px;
    padding: 4px 14px;
    font-size: 12px;
    line-height: 1.4166666667;
    white-space: nowrap;
  }
}

.p-example-tabs__tab--all {
  min-width: 143px;
}
@media screen and (max-width: 768px) {
  .p-example-tabs__tab--all {
    min-width: 0;
  }
}

.p-example-tabs__tab.is-active {
  color: var(--color-white);
  background-color: var(--color-green);
}

.p-example-tabs__dot {
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color-green);
  border-radius: 50%;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-example-tabs__dot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5px;
            flex: 0 0 5px;
    width: 5px;
    height: 5px;
  }
}

.p-example-tabs__tab.is-active .p-example-tabs__dot {
  background-color: var(--color-red);
  opacity: 1;
}

.p-example-dl {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-example-dl {
    margin-top: 40px;
  }
}

.p-example-dl__heading {
  color: var(--color-green);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .p-example-dl__heading {
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-example-dl__table {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-example-dl__table {
    margin-top: 16px;
  }
}

.p-example-dl__table + .p-example-dl__table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-example-dl__table + .p-example-dl__table {
    margin-top: 32px;
  }
}

.p-example-dl__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 247px;
  min-height: 50px;
  background-color: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .p-example-dl__head {
    grid-template-columns: minmax(0, 1fr);
    min-height: 40px;
  }
}

.p-example-dl__head-title,
.p-example-dl__head-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-example-dl__head-title,
  .p-example-dl__head-download {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}

.p-example-dl__head-download {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .p-example-dl__head-download {
    display: none;
  }
}

.p-example-dl__rows {
  list-style: none;
}

.p-example-dl__row {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 247px;
  min-height: 49px;
  border-bottom: 1px solid rgba(27, 88, 99, 0.1);
}
@media screen and (max-width: 768px) {
  .p-example-dl__row {
    grid-template-columns: 40px minmax(0, 1fr);
  }
}

.p-example-dl__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  background-color: #dff1f3;
  -webkit-box-shadow: inset 0 -1px rgba(27, 88, 99, 0.1);
          box-shadow: inset 0 -1px rgba(27, 88, 99, 0.1);
}
@media screen and (max-width: 768px) {
  .p-example-dl__number {
    grid-row: 1/3;
    font-size: 12px;
  }
}

.p-example-dl__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 8px 27px;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-example-dl__title {
    padding: 10px 0 6px 14px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.p-example-dl__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 10px;
  border-left: 1px solid rgba(27, 88, 99, 0.1);
}
@media screen and (max-width: 768px) {
  .p-example-dl__action {
    grid-column: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 10px 14px;
    border-left: 0;
  }
}

.p-example-dl__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 168px;
  min-height: 32px;
  padding: 4px 8px 4px 19px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-example-dl__button-icon {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17px;
  height: 17px;
  background-color: var(--color-red);
  border-radius: 50%;
}

.p-example-dl__button-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}

.p-example-archive .p-archive-filter {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-example-archive .p-archive-filter {
    margin-top: 32px;
  }
}

.p-example-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-example-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .p-example-archive__grid {
    grid-template-columns: minmax(0, 335px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 34px;
    margin-top: 30px;
  }
}

.p-example-card {
  display: block;
  height: 100%;
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-example-card__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.p-example-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 380/253;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-example-card__new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  min-width: 64px;
  min-height: 28px;
  padding: 3px 14px 5px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  background-color: var(--color-red);
  border-radius: calc(infinity * 1px);
}

.p-example-card__body {
  display: block;
  margin-top: 16px;
}

.p-example-card__primary-tags,
.p-example-card__sub-tags,
.p-example-card__hash-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.p-example-card__primary-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 28px;
  padding: 4px 16px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  background-color: #1eb26d;
  border-radius: calc(infinity * 1px);
}

.p-example-card__primary-tag--kyojin {
  background-color: #004ec4;
}

.p-example-card__sub-tags {
  margin-top: 8px;
}

.p-example-card__sub-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 58px;
  min-height: 28px;
  padding: 3px 16px;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  background-color: var(--example-category-color, #dff1f3);
  border: 0;
  border-radius: calc(infinity * 1px);
}

.p-example-card__field {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-example-card__field {
    margin-top: 13px;
  }
}

.p-example-card__label {
  display: block;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
}

.p-example-card__name {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-example-card__name {
    margin-top: 0;
  }
}

.p-example-card__facility {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .p-example-card__facility {
    margin-top: 2px;
  }
}

.p-example-card__hash-tags {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-example-card__hash-tags {
    margin-top: 5px;
  }
}

.p-example-card__hash-tag {
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-example-archive__empty {
  margin-top: 60px;
  color: var(--color-green);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-example-archive__empty {
    margin-top: 40px;
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .p-example-pickup__link:hover,
  .p-example-card:hover {
    opacity: 0.75;
  }
  .p-example-tabs__tab:hover {
    color: var(--color-white);
    background-color: var(--color-green);
  }
  .p-example-tabs__tab:hover .p-example-tabs__dot {
    background-color: var(--color-red);
    opacity: 1;
  }
  .p-example-dl__button:hover {
    opacity: 0.75;
  }
}
.p-example-single {
  padding: 80px 20px 0;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-example-single {
    padding: 40px 20px 0;
  }
}

.p-example-single__header {
  display: grid;
  grid-template-columns: minmax(0, 660fr) minmax(0, 531fr);
  gap: clamp(28px, 4vw, 49px);
  width: min(1240px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-example-single__header {
    display: block;
    width: min(335px, 100%);
  }
}

.p-example-single__image-wrap {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-example-single__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 660/440;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-example-single__video {
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
}

.p-example-single__video iframe,
.p-example-single__video video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

.p-example-single__video video {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-example-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-example-single__info {
    margin-top: 24px;
  }
}

.p-example-single__sub-tags {
  margin-top: 20px;
}

.p-example-single__field {
  margin-top: 24px;
}

.p-example-single__field:first-of-type {
  margin-top: 30px;
}

.p-example-single__label {
  display: block;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
}

.p-example-single__name {
  margin-top: 5px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1100px) {
  .p-example-single__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-example-single__name {
    font-size: 22px;
    line-height: 1.5;
  }
}

.p-example-single__facility {
  margin-top: 5px;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3636363636;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1100px) {
  .p-example-single__facility {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-example-single__facility {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.p-example-single__hash-tags {
  margin-top: auto;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-example-single__hash-tags {
    margin-top: 16px;
    padding-top: 0;
  }
}

.p-example-single__body {
  width: 100%;
  max-width: 860px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-example-single__body {
    margin-top: 40px;
  }
}

.p-example-single__body .p-column-single__content {
  margin-top: 0;
}

.p-example-related {
  max-width: 1200px;
}

.p-example-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-example-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .p-example-related__grid {
    grid-template-columns: minmax(0, 335px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 34px;
    margin-top: 30px;
  }
}

.p-example-related__button {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-example-related__button {
    margin-top: 50px;
  }
}

@media (any-hover: hover) {
  .p-example-single__image-wrap--link:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .single-example .p-page-hero__title {
    margin-top: 96px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .single-example .p-page-hero .l-breadcrumb {
    width: calc(100% - 40px);
    max-width: 335px;
    height: auto;
    padding-block: 8px;
  }
}

@media screen and (max-width: 768px) {
  .single-example .p-page-hero .l-breadcrumb > span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2px;
  }
}

.single-column .p-page-hero .l-breadcrumb {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .single-column .p-page-hero .l-breadcrumb {
    width: calc(100% - 40px);
    max-width: 335px;
    height: auto;
    padding-block: 8px;
  }
}

@media screen and (max-width: 768px) {
  .single-column .p-page-hero .l-breadcrumb > span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2px;
  }
}

.p-column-single {
  width: calc(100% - 40px);
  max-width: 860px;
  margin: 78px auto 0;
}
@media screen and (max-width: 768px) {
  .p-column-single {
    width: calc(100% - 40px);
    margin-top: 36px;
  }
}

.p-column-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-column-single__meta {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-column-single__meta .p-column-card__date {
    display: block;
    margin-top: 10px;
  }
}

.p-column-single__title {
  margin-top: 24px;
  color: var(--color-green);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.425;
}
@media screen and (max-width: 768px) {
  .p-column-single__title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.5;
  }
}

.p-column-single__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-column-single__author {
    gap: 10px;
    margin-top: 20px;
  }
}

.p-column-single__author-image,
.p-column-single__author-placeholder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #e5e5e5;
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-column-single__author-image,
  .p-column-single__author-placeholder {
    width: 64px;
    height: 64px;
  }
}

.p-column-single__author-name {
  color: var(--color-green);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-column-single__author-name {
    font-size: 14px;
  }
}

.p-column-single__main-image-wrap {
  margin-top: 24px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-column-single__main-image-wrap {
    margin-top: 20px;
  }
}

.p-column-single__main-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 860/430;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-column-single__main-image {
    aspect-ratio: 335/168;
  }
}

.p-column-single__content {
  margin-top: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-column-single__content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.p-column-single__content > * + * {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-column-single__content > * + * {
    margin-top: 16px;
  }
}

.p-column-single__content h2 {
  position: relative;
  margin-top: 72px;
  padding-bottom: 21px;
  color: var(--color-green);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .p-column-single__content h2 {
    margin-top: 44px;
    padding-bottom: 14px;
    font-size: 20px;
    line-height: 1.45;
  }
}

.p-column-single__content h2::before,
.p-column-single__content h2::after {
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 5px;
  content: "";
}

.p-column-single__content h2::before {
  left: 0;
  background-color: var(--color-blue);
}

.p-column-single__content h2::after {
  left: 28px;
  background-color: var(--color-accent);
}

.p-column-single__content h3 {
  position: relative;
  margin-top: 44px;
  padding: 0 0 10px 15px;
  color: #1b5863;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  border-bottom: 1px solid #dcdcdc;
}
.p-column-single__content h3::before {
  position: absolute;
  top: 1px;
  bottom: 9px;
  left: 0;
  width: 5px;
  height: auto;
  background-color: #168c99;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-column-single__content h3 {
    margin-top: 34px;
    padding: 0 0 10px 15px;
    font-size: 18px;
  }
  .p-column-single__content h3::before {
    top: 0;
    bottom: 10px;
  }
}

.p-column-single__content h4 {
  margin-top: 44px;
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-column-single__content h4 {
    margin-top: 34px;
    font-size: 16px;
  }
}

.p-column-single__content strong {
  font-weight: 700;
}

.p-column-single__content a:not(.c-button) {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-column-single__content .is-external-link::before,
.p-column-single__content a[target=_blank]::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  content: "";
  background-image: url("../img/common/icon_external.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .p-column-single__content .is-external-link::before,
  .p-column-single__content a[target=_blank]::before {
    width: 14px;
    height: 14px;
  }
}

.p-column-single__content .is-chevron-link::after {
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 8px;
  content: "";
  background-image: url("../img/common/icon_chevron_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.p-column-single__content a[href$=".pdf" i]::before,
.p-column-single__content a[href$=".xls" i]::before,
.p-column-single__content a[href$=".xlsx" i]::before,
.p-column-single__content a[href$=".doc" i]::before,
.p-column-single__content a[href$=".docx" i]::before,
.p-column-single__content a[href$=".zip" i]::before {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 8px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -4px;
}

.p-column-single__content a[href$=".pdf" i]::before {
  background-image: url("../img/common/icon_file_pdf.svg");
}

.p-column-single__content a[href$=".xls" i]::before,
.p-column-single__content a[href$=".xlsx" i]::before {
  background-image: url("../img/common/icon_file_excel.svg");
}

.p-column-single__content a[href$=".doc" i]::before,
.p-column-single__content a[href$=".docx" i]::before {
  background-image: url("../img/common/icon_file_word.svg");
}

.p-column-single__content a[href$=".zip" i]::before {
  background-image: url("../img/common/icon_file_zip.svg");
}

.p-column-single__content > ul,
.p-column-single__content > ol {
  padding-left: 0;
  list-style: none;
}

.p-column-single__content > ul > li,
.p-column-single__content > ol > li {
  display: grid;
  grid-template-columns: auto 1fr;
}

.p-column-single__content > ul > li {
  grid-template-columns: 8px minmax(0, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.p-column-single__content > ul > li + li {
  margin-top: 12px;
}

.p-column-single__content > ul > li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-block: calc((1lh - 8px) / 2);
  background-color: var(--color-accent);
  border-radius: calc(infinity * 1px);
}

.p-column-single__content > ol {
  counter-reset: column-number;
}

.p-column-single__content > ol > li {
  grid-template-columns: 24px minmax(0, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  counter-increment: column-number;
}
@media screen and (max-width: 768px) {
  .p-column-single__content > ol > li {
    grid-template-columns: 20px minmax(0, 1fr);
  }
}

.p-column-single__content > ol > li + li {
  margin-top: 11px;
}

.p-column-single__content > ol > li::before {
  content: counter(column-number);
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-block: calc((1lh - 24px) / 2);
  aspect-ratio: 1;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
  position: relative;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .p-column-single__content > ol > li::before {
    width: 20px;
    height: 20px;
    margin-top: calc((1lh - 20px) / 2);
    font-size: 14px;
    top: 4px;
  }
}

.p-column-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.p-column-single__content figure {
  margin-inline: 0;
}

.p-column-single__content img.aligncenter,
.p-column-single__content .wp-block-image > img {
  margin-inline: auto;
}

.p-column-single__content figure.aligncenter {
  margin-inline: auto;
}

.p-column-single__content > .wp-block-image {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-column-single__content > .wp-block-image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .p-column-single__content > .wp-block-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
    margin-top: 48px;
  }
}

.p-column-single__content figcaption {
  margin-top: 8px;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.p-column-single__content .wp-block-group.is-style-check-list {
  padding: 40px;
  background-color: rgba(41, 41, 145, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-column-single__content .wp-block-group.is-style-check-list {
    padding: 20px;
    border-radius: 8px;
  }
}

.p-column-single__content .is-style-check-list ul {
  padding-left: 0;
  list-style: none;
}

.p-column-single__content .is-style-check-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .p-column-single__content .is-style-check-list li {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.p-column-single__content .is-style-check-list li + li {
  margin-top: 10px;
}

.p-column-single__content .is-style-check-list li::before {
  width: 24px;
  height: 24px;
  margin-top: calc((1lh - 24px) / 2);
  content: "";
  background-image: url("../img/common/icon_check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-column-single__content .is-style-check-list li::before {
    width: 20px;
    height: 20px;
  }
}

.p-column-single__content .wp-block-media-text {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-column-single__content .wp-block-media-text {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 48px;
  }
}

.p-column-single__content .wp-block-media-text + .wp-block-media-text {
  margin-top: 40px;
}

.p-column-single__content .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: minmax(0, 1fr) 400px;
}
@media screen and (max-width: 768px) {
  .p-column-single__content .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr;
  }
}

.p-column-single__content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .p-column-single__content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
  }
}

.p-column-single__content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .p-column-single__content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-row: auto;
  }
}

.p-column-single__content .wp-block-media-text__content {
  padding: 0;
}

.p-column-single__content .wp-block-media-text__content h3,
.p-column-single__content .wp-block-media-text__content h4 {
  margin-top: 0;
}

.p-column-single__content .wp-block-media-text__content h3 + p {
  margin-top: 24px;
}

.p-column-single__content .wp-block-media-text__content h4 + p {
  margin-top: 16px;
}

.p-column-single__content .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/267;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column-single__content .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 60px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-column-single__content .wp-block-gallery {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-column-single__content .wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .p-column-single__content .wp-block-gallery.columns-3 {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}

.p-column-single__content .wp-block-gallery .wp-block-image {
  width: 100%;
}

.p-column-single__content .wp-block-gallery .wp-block-image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column-single__content .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.p-column-single__content .wp-block-button {
  text-align: center;
}

.p-column-single__content .wp-block-table {
  overflow-x: auto;
  scrollbar-width: thin;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-column-single__content .wp-block-table {
    margin-top: 48px;
    width: calc(100% + 20px);
  }
}

.p-column-single__table-hint {
  display: none;
  color: #747474;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-single__table-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    width: calc(100% + 20px);
    padding-right: 10px;
    margin-top: 48px;
  }
}

.p-column-single__table-hint::before,
.p-column-single__table-hint::after {
  width: 13px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-image: url("../img/common/arrow_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-column-single__table-hint::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .p-column-single__table-hint + .wp-block-table {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .p-column-single__content .wp-block-table + .p-column-single__table-hint {
    margin-top: 40px;
  }
}

.p-column-single__content table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: 14px;
}

.p-column-single__content th,
.p-column-single__content td {
  height: 49px;
  padding: 14px 10px;
  border: 1px solid rgba(27, 88, 99, 0.1);
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  text-align: center;
}

.p-column-single__content thead th:not(:first-child) {
  background-color: rgba(27, 88, 99, 0.05);
}

.p-column-single__content thead th:first-child,
.p-column-single__content tbody th {
  font-weight: 500;
  background-color: #dff1f3;
  text-align: center;
}

.p-column-single__content .wp-block-table.is-style-row-header th,
.p-column-single__content .wp-block-table.is-style-row-header td {
  width: 20%;
  vertical-align: middle;
}

.p-column-single__content .wp-block-table.is-style-row-header th {
  color: #333;
  font-weight: 400;
  background-color: #dff1f3;
}

/* ========================================
   補助金詳細
======================================== */
.p-page-hero--subsidy-single {
  height: auto;
  min-height: 344px;
}

.p-page-hero--subsidy-single .p-page-hero__inner {
  width: min(860px, 100% - 40px);
  height: auto;
  min-height: 344px;
  padding-bottom: 40px;
}

.p-page-hero--subsidy-single .p-page-hero__title {
  width: 100%;
  margin-top: 71px;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.4523809524;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .p-page-hero--subsidy-single .p-page-hero__title {
    margin-top: 65px;
    margin-left: 0;
    font-size: clamp(20px, 6.4vw, 26px);
    line-height: 1.45;
  }
}

.p-page-hero--subsidy-single .l-breadcrumb {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-page-hero--subsidy-single .l-breadcrumb {
    position: static;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    padding-block: 8px;
  }
}

.p-subsidy-single {
  width: min(860px, 100% - 40px);
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-subsidy-single {
    margin-top: 40px;
  }
}

.p-subsidy-single__content {
  margin-top: 0;
}

.p-subsidy-single__content a:not(.c-button) {
  color: #1b5863;
}

.p-subsidy-single__content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding: 10px 20px 11px;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  background-color: var(--color-green);
}
@media screen and (max-width: 768px) {
  .p-subsidy-single__content h2 {
    margin-top: 48px;
    padding: 12px 30px;
    font-size: 22px;
    line-height: 1.4545454545;
  }
}

.p-subsidy-single__content h2::before {
  top: 0;
  bottom: auto;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ff2f2f;
}

.p-subsidy-single__content h2::after {
  content: none;
}

.p-subsidy-single__content h3 {
  margin-top: 44px;
  padding: 0 0 0 20px;
  color: #333;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  border-bottom-color: #d9d9d9;
}
.p-subsidy-single__content h3::before {
  top: 4px;
  bottom: 4px;
  width: 10px;
  height: auto;
  background-color: var(--color-green);
}
@media screen and (max-width: 768px) {
  .p-subsidy-single__content h3 {
    margin-top: 30px;
    padding: 0 0 10px 15px;
    color: var(--color-green);
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0;
    border-bottom-color: #dcdcdc;
  }
  .p-subsidy-single__content h3::before {
    top: 0;
    bottom: 10px;
    width: 5px;
    height: auto;
  }
}

.p-subsidy-single__content h4 {
  margin-top: 44px;
  color: var(--color-green);
}
@media screen and (max-width: 768px) {
  .p-subsidy-single__content h4 {
    margin-top: 20px;
    font-weight: 900;
    line-height: 1.5;
  }
}

.p-subsidy-single__back {
  width: min(204px, 100%);
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-subsidy-single__back {
    margin-top: 48px;
  }
}

.p-subsidy-single__button-wrapper {
  text-align: center;
}

.p-column-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  padding: 66px 20px;
  background-color: var(--color-green);
  background-image: url("../img/common/column_cta_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-column-cta {
    margin-top: 80px;
    padding: 48px 25px;
    background-image: url("../img/common/column_cta_bg_sp.jpg");
  }
}

.p-column-cta__card {
  width: min(860px, 100%);
  margin-inline: auto;
  padding: 58px 40px;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-column-cta__card {
    max-width: 89.3333333333vw;
    padding: 20px;
    text-align: left;
  }
}

.p-column-cta__title {
  color: var(--color-green);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-column-cta__title {
    font-size: 20px;
    line-height: 1.525;
  }
}

.p-column-cta__text {
  margin-top: 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-column-cta__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
}

.p-column-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 34px auto 0;
}
@media screen and (max-width: 768px) {
  .p-column-cta__button {
    width: min(200px, 100%);
    height: 48px;
    margin-top: 20px;
    padding-block: 0;
    border-radius: calc(infinity * 1px);
  }
}

.p-column-profile {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p-column-profile {
    max-width: 335px;
    margin-top: 64px;
  }
}

.p-column-profile__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-column-profile__heading {
    gap: 11px;
    font-size: 14px;
  }
}

.p-column-profile__heading::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  content: "";
  background-color: var(--color-green);
}

.p-column-profile__card {
  padding: 20px;
  background-color: rgba(22, 140, 153, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-column-profile__card {
    padding: 20px;
  }
}

.p-column-profile__content {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-column-profile__content {
    grid-template-columns: 96px 1fr;
    gap: 20px;
  }
}

.p-column-profile__image,
.p-column-profile__placeholder {
  display: block;
  width: 128px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #d9d9d9;
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-column-profile__image,
  .p-column-profile__placeholder {
    width: 96px;
    height: 96px;
  }
}

.p-column-profile__name {
  color: var(--color-green);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-column-profile__name {
    font-size: 16px;
  }
}

.p-column-profile__affiliation {
  margin-top: 4px;
  color: #566;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-column-profile__affiliation {
    font-size: 12px;
  }
}

.p-column-profile__text {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-column-profile__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
}

.p-column-profile__text--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-column-profile__text--sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-column-profile__text--desktop {
    display: none;
  }
}

.p-column-related {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 120px auto 120px;
}
@media screen and (max-width: 768px) {
  .p-column-related {
    max-width: 275px;
    margin-top: 48px;
    margin-bottom: 80px;
  }
}

.p-column-related__title {
  position: relative;
  padding-bottom: 16px;
  color: var(--color-green);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-related__title {
    padding-bottom: 12px;
    font-size: 20px;
  }
}

.p-column-related__title::before,
.p-column-related__title::after {
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 5px;
  content: "";
}

.p-column-related__title::before {
  left: calc(50% - 26px);
  background-color: var(--color-blue);
}

.p-column-related__title::after {
  left: calc(50% + 2px);
  background-color: var(--color-accent);
}

.p-column-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 380px));
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-column-related__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}

.p-column-related .p-column-card {
  padding: 20px;
  background-color: var(--color-white);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-column-related .p-column-card {
    padding: 0;
  }
}

.p-column-related__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-column-related__button {
    margin-top: 50px;
  }
}

.p-column-related__button.is-only {
  margin-top: 0;
}

@media (any-hover: hover) {
  .p-column-single__content a:not(.c-button):hover {
    text-decoration: underline;
  }
}
.p-subsidy-archive-current,
.p-subsidy-archive-past {
  padding-inline: 20px;
}

.p-subsidy-archive-current {
  padding-top: 77px;
  padding-bottom: 120px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}

.p-subsidy-archive-past {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f4f4f4;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-past {
    padding-top: 40px;
    padding-bottom: 80px;
    scroll-margin-top: 64px;
  }
}

.p-subsidy-archive__inner {
  width: min(1160px, 100%);
  margin-inline: auto;
}

.p-subsidy-archive__lead {
  margin-top: 23px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive__lead {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
}

.p-subsidy-archive-slider {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-slider {
    margin-top: 17px;
  }
}

.p-subsidy-archive-slider .splide__track {
  overflow: hidden;
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-slider .splide__track {
    overflow: visible;
    padding-top: 0;
  }
}

.p-subsidy-archive-slider .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-slider .splide__list {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 28px;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.p-subsidy-archive-slider .splide__slide {
  height: auto;
}

.p-subsidy-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 24px;
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
}

.p-subsidy-archive-current .p-subsidy-card,
.p-subsidy-archive-past .p-subsidy-card {
  --card-color: #1ca964;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 390px;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-white);
  border: 2px solid var(--card-color);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card,
  .p-subsidy-archive-past .p-subsidy-card {
    width: min(335px, 100%);
    height: 303px;
    margin-inline: auto;
    border-radius: 10px;
  }
}

.p-subsidy-archive-current .p-subsidy-card__urgent {
  position: absolute;
  top: -22px;
  left: 14px;
  z-index: 1;
  padding: 3px 16px 5px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-color: var(--color-red);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card__urgent {
    top: -12px;
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-subsidy-archive-current .p-subsidy-card__label,
.p-subsidy-archive-past .p-subsidy-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  background-color: var(--card-color);
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card__label,
  .p-subsidy-archive-past .p-subsidy-card__label {
    height: 62px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 8px 8px 0 0;
  }
}

.p-subsidy-archive-current .p-subsidy-card__body,
.p-subsidy-archive-past .p-subsidy-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 18px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card__body,
  .p-subsidy-archive-past .p-subsidy-card__body {
    padding: 13px 18px 14px;
  }
}

.p-subsidy-archive-current .p-subsidy-card__title,
.p-subsidy-archive-past .p-subsidy-card__title {
  color: #333;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card__title,
  .p-subsidy-archive-past .p-subsidy-card__title {
    font-size: 15px;
    line-height: 1.45;
  }
}

.p-subsidy-archive-current .p-subsidy-card__text,
.p-subsidy-archive-past .p-subsidy-card__text {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 18px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card__text,
  .p-subsidy-archive-past .p-subsidy-card__text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.45;
  }
}

.p-subsidy-archive-current .p-subsidy-card__footer,
.p-subsidy-archive-past .p-subsidy-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 2px dotted #a8c2c8;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card__footer,
  .p-subsidy-archive-past .p-subsidy-card__footer {
    padding-top: 12px;
    border-top-width: 1px;
  }
}

.p-subsidy-archive-current .p-subsidy-card__deadline,
.p-subsidy-archive-past .p-subsidy-card__deadline {
  color: var(--color-green);
}

.p-subsidy-archive-current .p-subsidy-card.is-urgent .p-subsidy-card__deadline {
  color: var(--color-red);
}

.p-subsidy-archive-current .p-subsidy-card.is-ended .p-subsidy-card__deadline,
.p-subsidy-archive-past .p-subsidy-card__deadline {
  color: #747474;
}

.p-subsidy-archive-current .p-subsidy-card__deadline-label,
.p-subsidy-archive-past .p-subsidy-card__deadline-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card__deadline-label,
  .p-subsidy-archive-past .p-subsidy-card__deadline-label {
    font-size: 13px;
  }
}

.p-subsidy-archive-current .p-subsidy-card__deadline-date,
.p-subsidy-archive-past .p-subsidy-card__deadline-date {
  display: block;
  margin-top: 2px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card__deadline-date,
  .p-subsidy-archive-past .p-subsidy-card__deadline-date {
    margin-top: 0;
    font-size: 18px;
  }
}

.p-subsidy-archive-current .p-subsidy-card__detail,
.p-subsidy-archive-past .p-subsidy-card__detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 6px 14px 6px 16px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-current .p-subsidy-card__detail,
  .p-subsidy-archive-past .p-subsidy-card__detail {
    gap: 6px;
    padding: 5px 10px 5px 12px;
    font-size: 13px;
  }
}

.p-subsidy-archive-current .p-subsidy-card__detail-icon,
.p-subsidy-archive-past .p-subsidy-card__detail-icon {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-subsidy-archive-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive-slider__controls {
    display: none;
  }
}

.p-subsidy-archive-slider__arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
}

.p-subsidy-archive-slider__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 1.5px solid var(--color-white);
  border-right: 1.5px solid var(--color-white);
}

.p-subsidy-archive-slider__arrow--prev::before,
.p-subsidy-archive-slider__arrow.splide__arrow--prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}

.p-subsidy-archive-slider__arrow--next::before,
.p-subsidy-archive-slider__arrow.splide__arrow--next::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}

.p-subsidy-archive-slider__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 0;
}

.p-subsidy-archive-slider__pagination .splide__pagination__page {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
}

.p-subsidy-archive-slider__pagination .splide__pagination__page.is-active {
  background-color: var(--color-red);
}

.p-subsidy-archive__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-subsidy-archive__button {
    width: min(200px, 100%);
    padding-block: 12px;
    font-size: 16px;
    border-radius: calc(infinity * 1px);
  }
}

.p-subsidy-archive__empty {
  margin-top: 60px;
  color: var(--color-green);
  font-size: 16px;
  text-align: center;
}

.p-pagination--subsidy {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-pagination--subsidy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 0;
    width: min(312px, 100%);
    margin-top: 40px;
    margin-inline: auto;
  }
}

.p-pagination--subsidy .p-pagination__numbers {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__numbers {
    grid-column: 1/-1;
    grid-row: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
}

.p-pagination--subsidy .p-pagination__number,
.p-pagination--subsidy .p-pagination__ellipsis {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__number,
  .p-pagination--subsidy .p-pagination__ellipsis {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__number {
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-green);
    border-radius: calc(infinity * 1px);
  }
}

.p-pagination--subsidy .p-pagination__number.is-current {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__number.is-current {
    width: 48px;
    height: 48px;
  }
}

.p-pagination--subsidy .p-pagination__arrow {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
  }
}

.p-pagination--subsidy .p-pagination__arrow::before {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__arrow--prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }
}

@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__arrow--next {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
}

@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__arrow > span {
    top: 50%;
    color: var(--color-green);
    font-size: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__arrow--prev > span {
    left: calc(100% + 8px);
  }
}

@media screen and (max-width: 768px) {
  .p-pagination--subsidy .p-pagination__arrow--next > span {
    right: calc(100% + 8px);
    left: auto;
  }
}

@media (any-hover: hover) {
  .p-subsidy-archive-current .p-subsidy-card__detail:hover,
  .p-subsidy-archive-past .p-subsidy-card__detail:hover,
  .p-subsidy-archive__button:hover,
  .p-subsidy-archive-slider__arrow:hover {
    opacity: 0.7;
  }
}
/* ========================================
   お知らせ一覧
======================================== */
.p-news-archive {
  padding: 80px 20px 120px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-news-archive {
    padding: 40px 20px 80px;
  }
}

.p-news-archive__inner {
  width: min(860px, 100%);
  margin-inline: auto;
}

.p-news-archive__list {
  border-top: 1px solid #dcdcdc;
}

.p-news-archive__item {
  border-bottom: 1px solid #dcdcdc;
}

.p-news-archive__link {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 24px;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 20px;
  color: #333;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-news-archive__link {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 10px 16px;
    padding: 20px 10px;
  }
}

.p-news-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-archive__date {
  color: var(--color-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.p-news-archive__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 72px;
  padding: 3px 12px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  background-color: var(--news-category-color, var(--color-green));
  border-radius: calc(infinity * 1px);
}

.p-news-archive__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-news-archive__title {
    grid-column: 1;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-news-archive__icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-news-archive__icon {
    grid-column: 2;
    grid-row: 1/3;
  }
}

.p-news-archive__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}

.p-news-archive__empty {
  color: var(--color-green);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-news-archive__empty {
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .p-news-archive__link:hover {
    background-color: rgba(27, 88, 99, 0.05);
  }
}
.p-faq {
  padding: 80px 20px 120px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 29px 20px 80px;
  }
}

.p-faq__inner {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.p-faq__intro {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-faq__intro {
    font-size: 14px;
    line-height: 2;
  }
}

.p-faq-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 72px;
  padding: 16px;
  background-color: #f4f7f7;
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-faq-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 8px;
    width: min(335px, 100%);
    margin-inline: auto;
    margin-top: 37px;
    padding: 10px;
    border-radius: 20px;
  }
}

.p-faq-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 40px 0 20px;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  border: 1px solid var(--color-accent);
  border-radius: calc(infinity * 1px);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq-nav__link {
    width: auto;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-faq-nav__link span {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  background-image: url("../img/common/icon_arrow_down_circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-faq-nav__link span {
    right: 6px;
    width: 20px;
    height: 20px;
  }
}

.p-faq__groups {
  width: min(860px, 100%);
  margin-inline: auto;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-faq__groups {
    scroll-margin-top: 64px;
  }
}

.p-faq-group {
  padding-top: 82px;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-faq-group {
    padding-top: 96px;
    scroll-margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .p-faq-group + * {
    margin-top: 64px;
    padding-top: 0;
  }
}
.p-faq-group__title {
  position: relative;
  padding-bottom: 20px;
  color: var(--color-green);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq-group__title {
    padding-bottom: 14px;
    font-size: 20px;
  }
}

.p-faq-group__title::before,
.p-faq-group__title::after {
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 5px;
  content: "";
}

.p-faq-group__title::before {
  left: calc(50% - 26px);
  background-color: var(--color-blue);
}

.p-faq-group__title::after {
  left: calc(50% + 2px);
  background-color: var(--color-accent);
}

.p-faq-list {
  margin-top: 23px;
  padding-inline: 20px;
  border: 1px solid var(--color-accent);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-faq-list {
    margin-top: 21px;
  }
}

.p-faq-item + .p-faq-item > .p-faq-item__heading {
  border-top: 1px solid rgba(22, 140, 153, 0.35);
}

.p-faq-item.is-open + .p-faq-item > .p-faq-item__heading {
  border-top: 0;
}

.p-faq-item__question {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 24px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 9px;
  color: var(--color-green);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-faq-item__question {
    grid-template-columns: 20px minmax(0, 1fr) 20px;
    gap: 8px;
    padding: 14px 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-faq-item__mark {
  display: grid;
  width: 32px;
  height: 32px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
  place-items: center;
}
@media screen and (max-width: 768px) {
  .p-faq-item__mark {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.p-faq-item__question-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-faq-item__question-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-faq-item__toggle {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-accent);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-faq-item__toggle {
    width: 20px;
    height: 20px;
    border-width: 1.5px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.p-faq-item__toggle::before,
.p-faq-item__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  content: "";
  background-color: var(--color-accent);
  border-radius: calc(infinity * 1px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-faq-item__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-faq-item.is-open .p-faq-item__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.p-faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: grid-template-rows 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: grid-template-rows 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: grid-template-rows 0.3s, opacity 0.3s, visibility 0s 0.3s, -ms-grid-rows 0.3s;
}

.p-faq-item.is-open .p-faq-item__answer {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  -webkit-transition: grid-template-rows 0.3s, opacity 0.3s, visibility 0s;
  transition: grid-template-rows 0.3s, opacity 0.3s, visibility 0s;
  transition: grid-template-rows 0.3s, opacity 0.3s, visibility 0s, -ms-grid-rows 0.3s;
}

.p-faq-item__answer-inner {
  overflow: hidden;
}

.p-faq-item__answer-content {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  background-color: rgba(41, 41, 145, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-faq-item__answer-content {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 14px;
    padding: 16px 10px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-faq-item:last-child.is-open .p-faq-item__answer-content {
  margin-bottom: 20px;
}

.p-faq-item__mark--answer {
  background-color: var(--color-blue);
}

.p-faq-item__answer-body a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--color-green);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--color-green);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-faq-item__answer-body a::after {
  width: 7px;
  height: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-image: url("../img/common/breadcrumb_chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (any-hover: hover) {
  .p-faq-nav__link:hover {
    color: var(--color-white);
    background-color: var(--color-accent);
  }
  .p-faq-item__question:hover {
    opacity: 0.7;
  }
  .p-faq-item__answer-body a:hover {
    opacity: 0.7;
  }
  .p-faq-item__answer-body a:hover::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
/* ============================================
   当センターについて（page-about）
   ============================================ */
.p-about {
  background-color: var(--color-white);
}

/* セクション見出し（c-section-heading を本ページ用に調整） */
@media screen and (max-width: 768px) {
  .p-about__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
  }
}

/* SPデザイン（0056）でも見出し下バーが表示されているため、SPで非表示にしない */
@media screen and (max-width: 768px) {
  .p-about__heading::after {
    display: block;
    margin-top: 10px;
  }
}

.p-about__heading--left::after {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-about__heading--left::after {
    margin-left: auto;
  }
}

/* ---- ページ内アンカーナビ ---- */
.p-about-nav {
  width: min(1120px, 100% - 40px);
  margin-top: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about-nav {
    width: min(335px, 100% - 40px);
    margin-top: 32px;
  }
}

.p-about-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 20px;
  background-color: rgba(27, 88, 99, 0.05);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-about-nav__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    padding: 12px;
    border-radius: 20px;
  }
}

/* テキストはアイコン領域を除いて中央揃え（0057/0058: テキスト中心がピル中心よりPC10px・SP15px左） */
.p-about-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 48px;
  padding-right: 20px;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  background-color: #f3f6f7;
  border: 1px solid var(--color-green);
  border-radius: calc(infinity * 1px);
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
}
@media screen and (max-width: 768px) {
  .p-about-nav__link {
    width: 100%;
    height: 40px;
    padding-right: 30px;
    font-size: 14px;
  }
}

/* アイコン分の余白を確保しつつテキストはボタン中央揃え（JSONの座標より） */
.p-about-nav__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-about-nav__icon {
    width: 20px;
    height: 20px;
  }
}

.p-about [id] {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .p-about [id] {
    scroll-margin-top: 84px;
  }
}

@media (any-hover: hover) {
  .p-about-nav__link:hover {
    opacity: 0.7;
  }
}
/* ---- 番号付きリスト（グレー背景ボックス共通） ---- */
.p-about-numbered-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 20px;
  list-style: none;
  background-color: rgba(27, 88, 99, 0.05);
  border-radius: 10px;
  counter-reset: about-number;
}
@media screen and (max-width: 768px) {
  .p-about-numbered-list {
    gap: 5px;
  }
}

.p-about-numbered-list__item {
  position: relative;
  padding-left: 34px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  counter-increment: about-number;
}
@media screen and (max-width: 768px) {
  .p-about-numbered-list__item {
    font-size: 14px;
    line-height: 1.7142857143;
    padding-left: 28px;
  }
}

.p-about-numbered-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--color-green);
  border-radius: 50%;
  content: counter(about-number);
}
@media screen and (max-width: 768px) {
  .p-about-numbered-list__item::before {
    font-size: 14px;
    width: 20px;
    height: 20px;
  }
}

/* ---- 当センターについて ---- */
.p-about-overview {
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .p-about-overview {
    margin-top: 48px;
  }
}

.p-about-overview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  width: min(1160px, 100% - 40px);
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about-overview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    margin-top: 24px;
  }
}

.p-about-overview__image-wrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .p-about-overview__image-wrap {
    width: 100%;
  }
}

.p-about-overview__image-wrap::before {
  position: absolute;
  top: 40px;
  right: 380px;
  width: 100vw;
  height: 100%;
  background-color: var(--color-accent);
  content: "";
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .p-about-overview__image-wrap::before {
    top: 20px;
    right: 20px;
  }
}

.p-about-overview__image {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-overview__body {
  padding-top: 0;
}

.p-about-overview__text {
  color: #333;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-about-overview__text {
    font-size: 14px;
    line-height: 2;
  }
}

.p-about-overview__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-overview__list {
    margin-top: 16px;
  }
}

/* ---- 令和8年度 事業計画 ---- */
.p-about-plan {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-about-plan {
    margin-top: 48px;
  }
}

.p-about-plan__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(1160px, 100% - 40px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about-plan__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about-plan__inner > .p-about__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 370px;
}
@media screen and (max-width: 768px) {
  .p-about-plan__inner > .p-about__heading {
    width: 100%;
  }
}

.p-about-plan__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-about-plan__content {
    margin-top: 24px;
  }
}

.p-about-plan__block + .p-about-plan__block {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .p-about-plan__block + .p-about-plan__block {
    margin-top: 13px;
  }
}

.p-about-plan__subheading {
  color: var(--color-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .p-about-plan__subheading {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}

.p-about-plan__text {
  margin-top: 20px;
  color: #333;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .p-about-plan__text {
    font-size: 14px;
    line-height: 2;
  }
}

.p-about-plan__list {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .p-about-plan__list {
    margin-top: 18px;
  }
}

/* ---- 沿革 ---- */
.p-about-history {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-history {
    margin-top: 46px;
  }
}

.p-about-history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(1160px, 100% - 40px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about-history__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about-history__inner > .p-about__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 370px;
}
@media screen and (max-width: 768px) {
  .p-about-history__inner > .p-about__heading {
    width: 100%;
  }
}

.p-about-history__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-about-history__list {
    margin-top: 24px;
  }
}

.p-about-history__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .p-about-history__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    padding: 16px 0;
  }
}

.p-about-history__row:first-child {
  border-top: 1px solid #dcdcdc;
}

.p-about-history__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  padding-left: 19px;
  color: var(--color-green);
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about-history__date {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4285714286;
  }
}

.p-about-history__event {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about-history__event {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

/* ---- 組織図 ---- */
.p-about-organization {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-about-organization {
    margin-top: 49px;
  }
}

.p-about-organization__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1160px, 100% - 40px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about-organization__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about-organization__panel {
  width: 860px;
  max-width: 100%;
  padding: 20px 25px;
  background-color: #dff1f3;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-about-organization__panel {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }
}

.p-about-organization__image {
  width: 100%;
  height: auto;
  background-color: var(--color-white);
}

/* ---- 情報公開 ---- */
.p-about-disclosure {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-disclosure {
    margin-top: 48px;
  }
}

.p-about-disclosure__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(1160px, 100% - 40px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about-disclosure__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about-disclosure__inner > .p-about__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(300px, 100%);
}
@media screen and (max-width: 768px) {
  .p-about-disclosure__inner > .p-about__heading {
    width: 100%;
  }
}

/* JSONではパネル幅861px(x:682.5)だが、他セクションの列構成(370px/790px)に揃えた */
.p-about-disclosure__panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 33px;
  padding-left: 3.5416666667vw;
  background-color: var(--color-white);
  border: 1px solid var(--color-green);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-about-disclosure__panel {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.p-about-disclosure__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-about-disclosure__item + .p-about-disclosure__item {
  border-top: 1px solid #dcdcdc;
}

.p-about-disclosure__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px 12px 0;
  color: var(--color-green);
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
}
@media screen and (max-width: 768px) {
  .p-about-disclosure__link {
    gap: 8px;
    padding: 16px 24px 16px 0;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.p-about-disclosure__link::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 13px;
  background-image: url("../img/about/icon_chevron_right_teal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .p-about-disclosure__link::after {
    right: 0;
    width: 9px;
    height: 15px;
  }
}

.p-about-disclosure__pdf-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 18px;
}

@media (any-hover: hover) {
  .p-about-disclosure__link:hover {
    opacity: 0.7;
  }
}
/* ---- アクセス ---- */
.p-about-access {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-access {
    margin-top: 46px;
  }
}

.p-about-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1160px, 100% - 40px);
  margin-top: 33px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about-access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 16px;
  }
}

.p-about-access__info {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .p-about-access__info {
    width: 100%;
  }
}

.p-about-access__group + .p-about-access__group {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-about-access__group + .p-about-access__group {
    margin-top: 13px;
  }
}

.p-about-access__label {
  color: var(--color-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
}

.p-about-access__text {
  margin-top: 4px;
  color: #333;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-about-access__text {
    font-size: 14px;
    line-height: 2;
  }
}

.p-about-access__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 580px;
  height: 387px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-about-access__map {
    width: 100%;
    height: 223px;
  }
}

.p-about-access__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---- お問い合わせ ---- */
.p-about-contact {
  margin-top: 120px;
  padding: 100px 0 140px;
  background-color: rgba(223, 241, 243, 0.5);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-about-contact {
    margin-top: 44px;
    padding: 48px 0 80px;
  }
}

.p-about-contact__inner {
  width: min(1160px, 100% - 40px);
  margin-inline: auto;
}

.p-about-contact__hours {
  margin-top: 24px;
  color: #323232;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-contact__hours {
    font-size: 14px;
    line-height: 1.7142857143;
    text-align: left;
  }
}

.p-about-contact__group {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-contact__group {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-about-contact__group:first-of-type {
    margin-top: 24px;
  }
}

.p-about-contact__heading {
  position: relative;
  padding-left: 34px;
  color: var(--color-green);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .p-about-contact__heading {
    padding-left: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4444444444;
  }
}

.p-about-contact__heading::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: var(--color-green);
  content: "";
}
@media screen and (max-width: 768px) {
  .p-about-contact__heading::before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}

.p-about-contact__note {
  margin-top: 5px;
  padding-left: 19px;
  color: var(--color-red);
  font-size: 14px;
  line-height: 1.4285714286;
  text-indent: -19px;
}
@media screen and (max-width: 768px) {
  .p-about-contact__note {
    padding-left: 17px;
    font-size: 12px;
    text-indent: -17px;
  }
}

.p-about-contact__text {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about-contact__text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.p-about-contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 20px 40px;
  background-color: var(--color-white);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-about-contact-card + .p-about-contact-card {
    margin-top: 16px;
  }
}

.p-about-contact-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card__title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 0;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid #707070;
  }
}

.p-about-contact-card__label {
  margin-bottom: 5px;
  color: var(--color-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card__label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7142857143;
  }
}

.p-about-contact-card__name {
  color: var(--color-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card__name {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.p-about-contact-card__tel,
.p-about-contact-card__fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 286px;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card__tel,
  .p-about-contact-card__fax {
    gap: 10px;
    width: 244px;
    min-width: 0;
    margin-inline: auto;
  }
}

.p-about-contact-card__tel {
  padding-left: 40px;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 19px;
    padding-bottom: 17px;
    padding-inline: 0;
    border-left: 0;
    border-bottom: 1px solid #707070;
  }
}

.p-about-contact-card__fax {
  margin-left: 47px;
  padding-left: 40px;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card__fax {
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    border-left: 0;
  }
}

.p-about-contact-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card__icon {
    width: 48px;
    height: 48px;
  }
}

.p-about-contact-card__number-label {
  display: block;
  color: var(--color-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card__number-label {
    font-size: 12px;
  }
}

.p-about-contact-card__number {
  color: var(--color-green);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-about-contact-card__number {
    font-size: 28px;
  }
}

/* ========================================
   タブレット調整（769px〜1024px）
======================================== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-column-profile {
    width: calc(100% - 40px);
    max-width: 920px;
  }
  .p-faq-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 48px;
    border-radius: 20px;
  }
  .p-faq-nav__link {
    min-width: 0;
    white-space: normal;
  }
  .p-about__heading {
    text-align: center;
  }
  .p-about__heading--left::after {
    margin-left: auto;
  }
  .p-about-nav {
    margin-top: 48px;
  }
  .p-about-nav__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    border-radius: 20px;
  }
  .p-about-nav__link {
    width: 100%;
  }
  .p-about-overview,
  .p-about-organization {
    margin-top: 80px;
  }
  .p-about-plan,
  .p-about-history,
  .p-about-disclosure,
  .p-about-access,
  .p-about-contact {
    margin-top: 72px;
  }
  .p-about-overview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    margin-top: 32px;
  }
  .p-about-overview__image-wrap {
    width: min(580px, 100%);
    margin-inline: auto;
  }
  .p-about-overview__image-wrap::before {
    top: 24px;
    right: 20px;
  }
  .p-about-plan__inner,
  .p-about-history__inner,
  .p-about-organization__inner,
  .p-about-disclosure__inner,
  .p-about-access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-plan__inner > .p-about__heading,
  .p-about-history__inner > .p-about__heading,
  .p-about-disclosure__inner > .p-about__heading {
    width: 100%;
  }
  .p-about-plan__content,
  .p-about-history__list,
  .p-about-organization__panel,
  .p-about-disclosure__panel {
    width: 100%;
    margin-top: 32px;
  }
  .p-about-organization__panel {
    padding: 20px;
  }
  .p-about-access__content {
    gap: 32px;
    margin-top: 32px;
  }
  .p-about-access__info {
    width: 100%;
  }
  .p-about-access__map {
    width: min(580px, 100%);
    height: auto;
    aspect-ratio: 580/387;
    margin-inline: auto;
  }
  .p-about-contact {
    padding: 72px 0 96px;
  }
  .p-about-contact-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 32px;
    padding: 28px 32px;
  }
  .p-about-contact-card__title {
    grid-column: 1/-1;
    padding-right: 0;
  }
  .p-about-contact-card__tel,
  .p-about-contact-card__fax {
    min-width: 0;
    margin: 0;
    padding: 0;
    border-left: 0;
  }
  .p-about-contact-card__fax {
    padding-left: 32px;
    border-left: 1px solid #707070;
  }
  .p-about-contact-card__number {
    font-size: 28px;
  }
}
/* デザイン(0055/0056)ではフッター共通CTAが無いページのため非表示にする */
.is-page-about .l-footer__contact {
  display: none;
}

/* 最終セクションの背景色からフッターまで余白を空けずにつなげる */
.is-page-about .l-footer {
  margin-top: 0;
}

.is-page-policy .l-footer__contact {
  display: none;
}

.is-page-policy .l-footer {
  margin-top: 0;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .p-column-profile {
    max-width: 680px;
  }
}
.p-page-hero--seminar .p-page-hero__title {
  margin-top: 90px;
  font-size: clamp(28px, 2.1875vw, 42px);
}

.p-seminar-page {
  padding: 96px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-seminar-page {
    padding-top: 64px;
  }
}

.p-seminar-page__inner {
  width: min(960px, 100%);
  margin-inline: auto;
}

.p-seminar-page__date {
  margin-bottom: 40px;
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-seminar-page__date {
    margin-bottom: 32px;
    font-size: 17px;
  }
}

.p-seminar-summary {
  border-top: 1px solid #c9d6d8;
}

.p-seminar-summary__item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid #c9d6d8;
}
@media screen and (max-width: 768px) {
  .p-seminar-summary__item {
    grid-template-columns: 1fr;
  }
}

.p-seminar-summary dt,
.p-seminar-summary dd {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-seminar-summary dt,
  .p-seminar-summary dd {
    padding-block: 8px;
  }
}

.p-seminar-summary dt {
  color: var(--color-white);
  font-weight: 700;
  background-color: var(--color-accent);
}

.p-seminar-summary dd {
  background-color: #f5f9f9;
}

.p-seminar-summary a,
.p-seminar-list a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-seminar-section {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .p-seminar-section {
    margin-top: 56px;
  }
}

.p-seminar-section__heading {
  margin-bottom: 28px;
  text-align: center;
}

.p-seminar-section > p,
.p-seminar-list {
  font-size: 16px;
  line-height: 2;
}

.p-seminar-section > p + .p-seminar-list {
  margin-top: 16px;
}

.p-seminar-list > li {
  position: relative;
  padding-left: 1.4em;
}

.p-seminar-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-accent);
  content: "●";
}

.p-seminar-list > li + li {
  margin-top: 10px;
}

.p-seminar-list ul {
  margin-top: 8px;
  padding-left: 1em;
}

.p-seminar-list ul li::before {
  content: "ー";
}

/* ========================================
   補助金一覧専用テーブル
======================================== */
.p-hojokin-table.wp-block-table {
  margin: 40px 0 0;
  overflow-x: auto;
  scrollbar-width: thin;
}
@media screen and (max-width: 768px) {
  .p-hojokin-table.wp-block-table {
    width: calc(100% + 20px);
  }
}

.p-hojokin-table table {
  width: 100%;
  min-width: 750px;
  border-collapse: collapse;
  font-size: 14px;
}

.p-hojokin-table th,
.p-hojokin-table td {
  height: 49px;
  padding: 14px 10px;
  border: 1px solid rgba(27, 88, 99, 0.1);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
}

.p-hojokin-table td {
  text-align: left;
  overflow-wrap: anywhere;
}

.p-hojokin-table thead th {
  background-color: rgba(27, 88, 99, 0.05);
}

.p-hojokin-table thead th:first-child,
.p-hojokin-table tbody th {
  background-color: #dff1f3;
}

.p-hojokin-table a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-hojokin-table--five-columns th:nth-child(1) {
  width: 10%;
}

.p-hojokin-table--five-columns th:nth-child(2) {
  width: 20%;
}

.p-hojokin-table--four-columns th:nth-child(1) {
  width: 14%;
}

/* ========================================
   404
======================================== */
.p-error {
  display: grid;
  min-height: 610px;
  padding: 120px 20px;
  place-items: center;
  overflow: hidden;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-error {
    min-height: 500px;
    padding: 80px 20px;
  }
}

.p-error__inner {
  width: min(720px, 100%);
  text-align: center;
}

.p-error__code {
  color: var(--color-green);
  font-size: clamp(80px, 9vw, 140px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-error__title {
  margin-top: 24px;
  color: var(--color-green);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-error__title {
    margin-top: 20px;
    font-size: 24px;
  }
}

.p-error__text {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-error__text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-error__button {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-error__button {
    margin-top: 32px;
  }
}