@charset "UTF-8";
/*
Theme Name: 公益財団法人 近藤記念財団ver2
Theme URI:
Author: 4byte
Author URI: http://kondo-zaidan.or.jp/
Description: 公益財団法人近藤記念財団
Version: 1.0
*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

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

.content {
  max-width: 1400px;
  margin: 0 auto;
}

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

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

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

.page-layout {
  display: flex;
  gap: 48px;
  max-width: 1200px;
  margin: 80px auto 80px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-layout {
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 20px auto 20px;
  }
  .page-layout__content {
    flex: 1;
    min-width: 0;
    max-width: 100%;
  }
}
.page-layout__sidebar {
  flex: 0 0 280px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .page-layout__sidebar {
    flex: none;
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }
}
.page-layout__content {
  flex: 1;
  min-width: 0;
}
.page-layout__content h2 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dfe5e7;
  color: #00221f;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
}
.page-layout__content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 64px;
  height: 3px;
  background: #c08231;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .page-layout__content h2 {
    font-size: 2.6rem;
  }
}
.page-layout__content h3 {
  margin: 0 0 16px;
  color: #00221f;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-layout__content h3 {
    font-size: 2rem;
  }
}
.page-layout__content p + h2,
.page-layout__content div + h2 {
  margin-top: 30px;
}
.page-layout__content p + h3,
.page-layout__content div + h3 {
  margin-top: 30px;
}
.page-layout__content p + h4,
.page-layout__content div + h4 {
  margin-top: 15px;
}
.page-layout__content p + p {
  margin-top: 15px;
}
.page-layout__content p {
  margin-bottom: 16px;
  line-height: 1.9;
}
.page-layout__content p.name {
  text-align: right;
}
.page-layout__content ul,
.page-layout__content ol {
  margin: 24px 0;
  padding-left: 1.5em;
}
.page-layout__content li {
  margin-bottom: 12px;
  line-height: 1.8;
}
.page-layout__content .button {
  margin-top: 16px;
}
.page-layout__content a {
  color: #00221f;
  font-weight: 500;
}
.page-layout--simple {
  display: block;
  max-width: 900px;
}
.page-layout--simple .page-layout__content {
  width: 100%;
}
.page-layout .notice {
  margin: 24px 0 40px;
  padding: 20px 24px;
  background: #fcfaf4;
  border-left: 4px solid #c08231;
  border-radius: 8px;
}
.page-layout .notice__title {
  margin-bottom: 12px;
  color: #00221f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-layout .notice__title {
    font-size: 1.6rem;
  }
}
.page-layout .notice p {
  margin: 8px 0 0;
  color: #555;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .page-layout .notice p {
    font-size: 1.3rem;
  }
}
.page-layout .notice p:first-of-type {
  margin-top: 0;
}
.page-layout .notice--info {
  background: #fcfaf4;
  border-color: #c08231;
}
.page-layout .notice--warning {
  background: #fff5f5;
  border-color: #7c140c;
}
.page-layout .alert-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  background: #fff5f5;
  border: 0.5px solid #7c140c;
  border-radius: 12px;
  margin-bottom: 40px;
}
.page-layout .alert-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #7c140c;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.page-layout .alert-box__content {
  flex: 1;
}
.page-layout .alert-box__title {
  margin: 0;
  color: #7c140c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page-layout .alert-box__title {
    font-size: 1.7rem;
  }
}
.page-layout p {
  margin: 0;
}
.page-layout .feature-list {
  margin-bottom: 40px;
  display: flex;
  gap: 24px;
}
.page-layout .feature-list .feature-card {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .page-layout .feature-list {
    flex-direction: column;
  }
}
.page-layout .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page-layout .feature-grid {
    grid-template-columns: 1fr;
  }
}
.page-layout .feature-card {
  position: relative;
  padding: 24px;
  margin-bottom: 16px;
  border: 1px solid #e7ecef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 34, 31, 0.06);
}
.page-layout .feature-card__body h3 {
  margin-bottom: 12px;
  line-height: 1.5;
}
.page-layout .feature-card__body p {
  margin: 0;
  color: #666;
  font-size: 1.5rem;
  line-height: 1.9;
}
.page-layout .feature-card__label {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4px;
  margin: -10px 0 10px;
  color: rgba(0, 34, 31, 0.15);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 700;
  line-height: 1;
}
.page-layout .feature-card__text {
  font-size: 3.3rem;
  margin-bottom: 6px;
}
.page-layout .feature-card__number {
  font-size: 5rem;
}
.page-layout .feature-card--link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.page-layout .feature-card--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 34, 31, 0.08);
}
.page-layout .info-table {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e7ecef;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-layout .info-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-layout .info-table__item {
  flex: 1 1 0;
  padding: 24px 20px;
  border-right: 1px solid #e7ecef;
}
.page-layout .info-table__item:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .page-layout .info-table__item {
    flex: none;
  }
  .page-layout .info-table__item:nth-child(2n) {
    border-right: none;
  }
  .page-layout .info-table__item:nth-child(-n+2) {
    border-bottom: 1px solid #e7ecef;
  }
}
.page-layout .info-table__label {
  margin: 0 0 8px;
  font-size: 1.3rem;
  color: #666;
}
.page-layout .info-table__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #00221f;
}
.page-layout .requirement-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 40px;
}
.page-layout .requirement-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-layout .requirement-item {
    gap: 16px;
  }
}
.page-layout .requirement-item__number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00221f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.page-layout .requirement-item__body {
  flex: 1;
}
.page-layout .requirement-item__body h3 {
  margin-bottom: 12px;
}
.page-layout .requirement-item__body p {
  margin: 0;
  line-height: 1.9;
}
.page-layout .step-list {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-layout .step-list {
    flex-direction: column;
  }
}
.page-layout .step-card {
  position: relative;
  flex: 1;
  padding: 28px 14px;
  background: #fff;
  border: 1px solid #e7ecef;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 34, 31, 0.06);
}
.page-layout .step-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: #c08231;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-layout .step-card:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -18px;
    transform: translateX(-50%);
  }
}
.page-layout .step-card__step {
  margin-bottom: 10px;
  color: #c08231;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.page-layout .step-card h3 {
  margin-bottom: 12px;
  color: #00221f;
  font-size: 2.2rem;
}
.page-layout .step-card p {
  margin: 0;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8;
}
.page-layout .flow-list {
  display: flex;
  flex-direction: column;
}
.page-layout .flow-item {
  display: flex;
  gap: 28px;
  position: relative;
  padding-bottom: 48px;
}
.page-layout .flow-item:last-child {
  padding-bottom: 0;
}
.page-layout .flow-item::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 20px;
  width: 2px;
  height: calc(100% - 20px);
  background: #e5e5e5;
}
.page-layout .flow-marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c08231;
  box-shadow: inset 0 0 0 4.5px #fcfaf4;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.page-layout .flow-content {
  padding-top: 2px;
}
.page-layout .flow-date {
  margin: 0;
  color: #00221f;
  font-family: "Georgia", "Hoefler Text", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
.page-layout .flow-title {
  margin: 8px 0 6px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
}
.page-layout .flow-note {
  margin: 0;
  color: #777;
  font-size: 1.5rem;
  line-height: 1.7;
}
.page-layout .download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid #e7ecef;
  border-bottom: none;
  margin-bottom: 0;
}
.page-layout .download-item:not(:has(~ .download-item)) {
  border-bottom: 1px solid #e7ecef;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-layout .download-item {
    flex-direction: column;
    align-items: stretch;
  }
}
.page-layout .download-item__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.page-layout .download-item__button {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  min-width: 120px;
  padding: 10px;
  background: #7c140c;
  border: 1px solid #7c140c;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}
.page-layout .download-item__button:hover {
  background: #fff;
  color: #7c140c;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #166493;
}

.header__inner {
  max-width: 1400px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo a {
  color: #fff;
  text-decoration: none;
}
.header__logo span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.header__logo.-en {
  font-size: 1.6rem;
}
.header__logo.-en span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__menu {
  display: flex;
  gap: 32px;
}
.header__menu li {
  list-style: none;
}
.header__menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.header__menu a:hover {
  color: #00221f;
}

@media screen and (max-width: 768px) {
  .header__inner {
    height: 60px;
    padding: 0 20px;
  }
  .header__menu {
    display: none;
  }
  .header__button {
    height: 40px;
    font-size: 1.4rem;
  }
  .header-sp {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  .header-sp__toggle {
    position: relative;
    z-index: 1100;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #fff;
    font-size: 3.2rem;
  }
  .header-sp__nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s ease;
    display: block;
  }
  .header-sp__menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #166493;
  }
  .header-sp__menu li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header-sp__menu li a {
    display: block;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    line-height: normal;
  }
  .header-sp__parent {
    width: 100%;
    padding: 14px 20px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .header-sp .has-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header-sp__child {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.15);
  }
  .header-sp__child li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header-sp__child li:last-child {
    border-bottom: none;
  }
  .header-sp__child li a {
    display: block;
    padding: 12px 40px;
    color: #fff;
    font-size: 1.5rem;
  }
  .header-sp__child.is-open {
    display: block;
  }
  .header-sp.is-open .header-sp__nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.footer {
  padding: 100px 0 30px;
  background: #00221f;
  color: #fff;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer__info {
  width: 400px;
}

.footer__logo {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.footer__logo.-en {
  margin-bottom: 30px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
}
.footer__logo.-en span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer__description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  line-height: 2;
}

.footer__nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer__title {
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: 700;
}
.footer__title a {
  color: inherit;
  text-decoration: none;
}

.footer__list {
  padding: 0;
}
.footer__list li {
  margin-bottom: 18px;
  list-style: none;
}
.footer__list a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer__list a:hover {
  color: #fff;
}
.footer__list .footer__banner--toyotanso {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer__list .footer__banner--cpitrust {
  display: block;
  margin: 0 auto;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 20px auto 0;
  padding-top: 30px;
  border-top: 1px solid #e7ecef;
}

.footer__copyright {
  font-size: 1.2rem;
}

.footer__policy {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 30px;
  }
  .footer__inner {
    flex-direction: column;
    gap: 15px;
  }
  .footer__info {
    width: 100%;
  }
  .footer__logo {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
  .footer__nav {
    flex-direction: column;
    gap: 20px;
  }
  .footer__bottom {
    margin: 20px auto 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 4px 15px;
}
.button__arrow {
  margin-left: 5px;
}

.button--secondary.button--solid {
  background: #166493;
  color: #fff;
  border: 1px solid #166493;
}
.button--secondary.button--solid:hover {
  background: #fff;
  color: #166493;
}
.button--secondary.button--outline {
  background: #fff;
  color: #166493;
  border: 1px solid #166493;
}
.button--secondary.button--outline:hover {
  background: #166493;
  color: #fff;
  border-color: #fff;
}

.button--primary.button--solid {
  background: #00221f;
  color: #fff;
  border: 1px solid #00221f;
}
.button--primary.button--solid:hover {
  background: #fff;
  color: #00221f;
}
.button--primary.button--outline {
  background: #fff;
  color: #00221f;
  border: 1px solid #00221f;
}
.button--primary.button--outline:hover {
  background: #00221f;
  color: #fff;
  border-color: #fff;
}

.button--primary-light.button--outline {
  background: #fff;
  color: #00221f;
  border: 1px solid #00221f;
}
.button--primary-light.button--outline:hover {
  background: #edf7f6;
  color: #00221f;
  border-color: #edf7f6;
}

.button--black.button--solid {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.button--black.button--solid:hover {
  background: #fff;
  color: #000;
}
.button--black.button--outline {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.button--black.button--outline:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.button--pill {
  border-radius: 9999px;
}

.button--square {
  border-radius: 8px;
}

.button--sm {
  min-width: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 4px 16px;
  font-size: 1.3rem;
}

.button--md {
  min-width: 210px;
  height: 54px;
}

.button--lg {
  min-width: 260px;
  height: 64px;
}

.breadcrumb {
  margin: 24px auto 0;
  max-width: 1200px;
  padding: 0 20px;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  color: #666;
}
.breadcrumb__item a {
  color: inherit;
  transition: opacity 0.2s;
}
.breadcrumb__item a:hover {
  opacity: 0.7;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #666;
}
.breadcrumb__item--current {
  color: #333;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title__eyebrow {
  margin-bottom: 16px;
  color: #9d8752;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.section-title__title {
  margin-bottom: 28px;
  color: #00221f;
  font-size: 5rem;
  line-height: 1.4;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
}
.section-title__line {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 auto 28px;
  background: #c08231;
}
.section-title__text {
  color: #00221f;
  font-size: 2rem;
  line-height: 2;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .section-title__eyebrow {
    font-size: 0.9rem;
  }
  .section-title__title {
    font-size: 3rem;
  }
  .section-title__text {
    font-size: 1.5rem;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  gap: 40px 0px;
}
@media screen and (max-width: 768px) {
  .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 420px;
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  .card {
    width: 320px;
    min-height: 310px;
    box-sizing: border-box;
  }
}
.card {
  background: #fff;
  border: 1px solid #edf2f4;
  border-radius: 20px;
}
.card .card__title-content {
  position: relative;
  overflow: hidden;
  padding: 32px 32px 5px;
}
@media screen and (max-width: 768px) {
  .card .card__title-content {
    padding: 30px 20px 5px 20px;
  }
}
.card .card__title-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
.card .card__title-content::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 70px;
  right: -40px;
  border: 30px solid rgba(0, 34, 31, 0.15);
  border-radius: 50%;
  z-index: 0;
}
.card .card__title-content > * {
  position: relative;
  z-index: 1;
}
.card .card__footer-content {
  padding: 0px 32px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .card .card__footer-content {
    padding: 0 20px 20px;
  }
}
.card .card__number {
  margin-bottom: 20px;
  color: #166493;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card .card__title {
  margin-bottom: 22px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .card .card__title {
    font-size: 2.6rem;
  }
}
.card .card__description {
  color: #666;
  line-height: 1.7;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .card .card__description {
    font-size: 1.7rem;
  }
}
.card .card__footer {
  margin-top: auto;
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.card--green .card__title-content::before {
  background: #eef8f7;
}

.card--blue .card__title-content::before {
  background: #eef4fb;
}

.card--beige .card__title-content::before {
  background: #f7f3eb;
}

.side-nav {
  width: 260px;
  border: 1px solid #e7ecef;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.side-nav__title {
  padding: 24px;
  background: #00221f;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.side-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-nav__item + .side-nav__item {
  border-top: 1px solid #edf2f5;
}
.side-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 24px;
  color: #00221f;
  text-decoration: none;
  transition: 0.3s;
}
.side-nav__link::after {
  content: "›";
  position: absolute;
  right: 20px;
  color: #c08231;
}
.side-nav__link:hover, .side-nav__link.is-current {
  background: #edf7f6;
  color: #00221f;
  font-weight: 700;
}
.side-nav__link.is-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #c08231;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .side-nav {
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
  }
  .side-nav__title {
    padding: 20px 18px;
    font-size: 2rem;
    background: #edf7f6;
    color: #00221f;
    border-bottom: 1px solid #e7ecef;
  }
  .side-nav__link {
    min-height: 56px;
    padding: 0 18px;
    font-size: 1.6rem;
    color: #00221f;
  }
  .side-nav__link:hover, .side-nav__link.is-current {
    background: transparent;
    color: #00221f;
    font-weight: 400;
  }
  .side-nav__link::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #c08231;
  }
}

.table {
  overflow-x: auto;
  margin-bottom: 50px;
}
.table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table th,
.table td {
  padding: 15px;
  min-width: 60px;
  border-bottom: 1px solid #e7ecef;
  border-right: 1px solid #e7ecef;
}

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

/*
  左ヘッダー
 */
.table--row table {
  border: 1px solid #e7ecef;
  border-radius: 12px;
  overflow: hidden;
}
.table--row th {
  width: 1%;
  white-space: nowrap;
  background: #edf7f6;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
}
.table--row td {
  background: #fff;
}
.table--row tr:last-child th,
.table--row tr:last-child td {
  border-bottom: none;
}
.table--row td:last-child {
  border-right: none;
}
.table--row .is-company th,
.table--row .is-company td {
  color: #1662b8;
}
@media screen and (max-width: 768px) {
  .table--row th,
  .table--row td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .table--row th {
    border-right: none;
    white-space: normal;
  }
}

/*
  上ヘッダー
 */
.table--column table {
  border: 1px solid #e7ecef;
  border-radius: 12px;
  overflow: hidden;
}
.table--column thead th,
.table--column tbody tr:first-child th {
  background: #edf7f6;
  font-weight: 700;
  text-align: center;
}
.table--column tbody td:first-child {
  font-weight: 700;
  white-space: nowrap;
}
.table--column tbody td:first-child {
  font-weight: 700;
  white-space: nowrap;
}
.table--column tbody tr:last-child th,
.table--column tbody tr:last-child td {
  border-bottom: none;
}
.table--column tbody th:last-child {
  border-right: none;
}
.table--column tbody td:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .table--schedule {
    overflow-x: auto;
  }
  .table--schedule table {
    margin-top: 10px;
  }
  .table--schedule th,
  .table--schedule td {
    display: table-cell;
    width: auto;
  }
  .table--schedule th {
    white-space: nowrap;
  }
}

.top-message__button--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-message__button--pc {
    display: none;
  }
  .top-message__button--sp {
    display: flex;
    justify-content: center;
  }
}
.top-message__inner {
  display: flex;
  background: linear-gradient(135deg, #f2f7f7 0%, #f9f8f6 50%, #f7f3ec 100%);
}
.top-message__image {
  width: 55%;
}
.top-message__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-message__content {
  width: 45%;
  padding: 72px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-message__content .circle {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background-color: #e2f0ea;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 1;
}
.top-message__content {
  /* SPでは表示しない */
}
@media screen and (max-width: 768px) {
  .top-message__content .circle {
    display: none;
  }
}
.top-message__eyebrow {
  margin-bottom: 24px;
  font-size: 2rem;
  z-index: 2;
}
.top-message__title {
  margin-bottom: 32px;
  font-size: 5.2rem;
  line-height: 1.4;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  z-index: 2;
}
.top-message__title span {
  color: #166493;
}
.top-message__text {
  margin-bottom: 38px;
  line-height: 2;
}
.top-message__links-wrap {
  background: #efefef;
  padding: 70px 20px 40px;
}
.top-message__links {
  display: flex;
  max-width: 350px;
  margin: -32px auto 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.top-message__links a {
  font-size: 2.2rem;
}
.top-message__link {
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid #e7ecef;
  transition: 0.3s;
  color: #166493;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
.top-message__link:last-child {
  border-right: none;
}
.top-message__link {
  transition: all 0.3s ease;
}
.top-message__link:hover {
  opacity: 0.7;
}
.top-message__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #edf7f6;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .top-message__inner {
    flex-direction: column;
  }
  .top-message__image, .top-message__content {
    width: 100%;
  }
  .top-message__links {
    flex-direction: column;
  }
  .top-message__link {
    border-right: none;
    border-bottom: 1px solid #e7ecef;
  }
  .top-message__link:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .top-message__inner {
    flex-direction: column;
  }
  .top-message__image {
    width: 100%;
    position: relative;
  }
  .top-message__image img {
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-message__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 30%, #f7f8f5 100%);
  }
  .top-message__content {
    width: 100%;
    margin-top: -180px;
    position: relative;
    z-index: 1;
    padding: 20px;
    background: transparent;
    box-sizing: border-box;
  }
  .top-message__title {
    font-size: 3.2rem;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.7);
  }
  .top-message__eyebrow {
    font-size: 1.8rem;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.7);
  }
  .top-message__text {
    line-height: 1.8;
  }
}

.about {
  padding: 120px 0;
  background: #ececdc;
}
.about__body {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 48px;
  background: #fff;
  border: 1px solid #e7ecef;
}
.about__image {
  width: 42%;
}
.about__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__content {
  flex: 1;
}
.about__description {
  margin-bottom: 40px;
  color: #00221f;
  line-height: 2.2;
}
.about__cards {
  display: flex;
  gap: 16px;
}
.about__card {
  flex: 1;
  padding: 28px 20px;
  border: 1px solid #e7ecef;
  text-decoration: none;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about__card:hover {
  opacity: 0.7;
}
.about__card-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #999;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.about__card-title {
  margin-bottom: 30px;
  color: #00221f;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .about {
    padding: 80px 0;
  }
  .about__body {
    flex-direction: column;
    padding: 30px;
  }
  .about__image {
    width: 100%;
  }
  .about__cards {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
}

.programs {
  background: #e8fff4;
  padding: 100px 0 120px 0;
}

.programs__title {
  font-size: 5rem;
  padding-bottom: 50px;
  padding-top: 20px;
  color: #00221f;
}

.programs h4 {
  padding-top: 20px;
  color: #00221f;
}

.top-news {
  padding: 80px 0;
  background: #ececdc;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0;
  }
}
.top-news__box {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 56px 56px;
  background: #fff;
  border: 1px solid #e7ecef;
}
.top-news__list {
  list-style: none;
}
.top-news__item {
  border-bottom: 1px solid #e7ecef;
}
.top-news__item a {
  display: block;
  padding: 28px 0;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.top-news__item a:hover {
  opacity: 0.7;
}
.top-news__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.top-news__date {
  color: #666;
  font-size: 1.3rem;
}
.top-news__category {
  padding: 3px 10px;
  border: 1px solid #166493;
  color: #166493;
  font-size: 1.2rem;
}
.top-news__title {
  color: #00221f;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: underline;
}
.top-news__button {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-news__box {
    padding: 30px;
  }
  .top-news__item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .top-news__date {
    width: auto;
  }
}

.top-activity {
  padding: 120px 0;
}
.top-activity__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 64px auto 0;
  padding: 0 20px;
}
.top-activity__card {
  border: 1px solid #e7ecef;
  background: #fff;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-activity__card:hover {
  opacity: 0.7;
}
.top-activity__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.top-activity__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.top-activity__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-activity__body {
  display: flex;
  flex-direction: column;
  padding: 24px;
  flex: 1;
}
.top-activity__date {
  display: block;
  margin-bottom: 20px;
  color: #666;
  font-size: 1.3rem;
}
.top-activity__title {
  margin-bottom: 28px;
  color: #00221f;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-activity__list {
    grid-template-columns: 1fr;
  }
}

.top-cta {
  padding: 40px 20px;
  background: #efefef;
}
.top-cta__inner {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 36px;
  border-radius: 24px;
  background: #166493;
}
.top-cta__content {
  position: relative;
  z-index: 2;
}
.top-cta__title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  line-height: 1.5;
}
.top-cta__text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
}
.top-cta .button {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.top-cta__inner::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  top: -120px;
  right: 200px;
  border: 50px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-cta {
    padding: 25px 20px;
  }
  .top-cta__inner {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    text-align: center;
  }
  .top-cta__title {
    font-size: 2.3rem;
  }
}

.page-hero {
  padding: 55px 0;
  background: linear-gradient(135deg, #f2f7f7 0%, #f9f8f6 50%, #f7f3ec 100%);
  border-bottom: 1px solid #e7ecef;
}
@media screen and (max-width: 768px) {
  .page-hero {
    padding: 25px 20px 0;
  }
}
.page-hero__content {
  width: min(100% - 40px, 1400px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-hero__content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
}
.page-hero__lead {
  flex: 1;
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .page-hero__lead {
    max-width: none;
    width: 100%;
  }
}
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #166493;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-hero__eyebrow {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 400;
  }
}
.page-hero__eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #c08231;
}
@media screen and (max-width: 768px) {
  .page-hero__eyebrow::before {
    width: 8px;
    height: 1px;
  }
}
.page-hero__title {
  margin-bottom: 24px;
  color: #00221f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-hero__title {
    font-size: 2.8rem;
  }
}
.page-hero__text {
  line-height: 2;
}
.page-hero__status {
  flex: 0 0 360px;
  padding: 28px;
  border-radius: 16px;
  background: #166493;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-hero__status {
    flex: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
.page-hero__year {
  margin: 6px 0 20px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  opacity: 0.8;
}
.page-hero__heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-hero__heading {
    font-size: 2.2rem;
  }
}
.page-hero__message {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-hero__message {
    font-size: 1.6rem;
  }
}
.page-hero .button {
  display: flex;
  width: 100%;
}
.page-hero {
  /* 背景設置オブジェクト *************************************** */
}
.page-hero .orbit-container {
  position: relative;
  width: 300px;
  height: 220px;
}
.page-hero {
  /* 共通の円スタイル */
}
.page-hero .circle {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
}
.page-hero {
  /* 同心円の細い線 */
}
.page-hero .circle-1 {
  width: 220px;
  height: 220px;
  border: 1px solid #dcdcdc;
}
.page-hero .circle-2 {
  width: 140px;
  height: 140px;
  border: 1px solid #e2e2e2;
}
.page-hero {
  /* 内側の太いベージュのリング */
}
.page-hero .circle-thick {
  width: 110px;
  height: 110px;
  border: 18px solid #f2ede4;
}
.page-hero .circle-center {
  width: 74px;
  height: 74px;
  border: 1px solid #e8e8e8;
}
.page-hero {
  /* 共通の点スタイル */
}
.page-hero .dot {
  position: absolute;
  border-radius: 50%;
}
.page-hero {
  /* 内側の濃い青緑の点 */
}
.page-hero .dot-inner {
  width: 16px;
  height: 16px;
  background-color: #1a5b66;
  top: 48%;
  left: 42%;
}
.page-hero {
  /* 右上の黄土色の点 */
}
.page-hero .dot-top-right {
  width: 18px;
  height: 18px;
  background-color: #d19a36;
  top: 5%;
  left: 80%;
}
.page-hero {
  /* 右下のくすんだ青緑の点 */
}
.page-hero .dot-bottom-right {
  width: 18px;
  height: 18px;
  background-color: #7ba2a2;
  top: 68%;
  left: 92%;
}

.page-guide {
  margin-top: 120px;
  padding: 80px 0;
  background: #edf7f6;
}
.page-guide__inner {
  width: min(100% - 40px, 1400px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 56px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 32px rgba(0, 34, 31, 0.08);
}
.page-guide__content {
  min-width: 720px;
}
.page-guide__title {
  margin-bottom: 12px;
  color: #00221f;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-guide__text {
  color: #666;
  line-height: 1.8;
  font-weight: 400;
}
.page-guide .button {
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .page-guide {
    margin-top: 0;
    padding: 64px 20px;
  }
  .page-guide__inner {
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-guide__content {
    min-width: 0;
    width: 100%;
    margin-bottom: 32px;
  }
  .page-guide__title {
    text-align: center;
  }
  .page-guide .button {
    min-width: 0;
    width: 100%;
  }
  .page-guide__title {
    font-size: 2.4rem;
  }
}

.important-notice {
  width: 100%;
  background: #fcfaf4;
  border-top: 0.5px solid #c08231;
  border-bottom: 0.5px solid #c08231;
}
.important-notice__inner {
  max-width: 1200px;
  min-height: 54px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.important-notice__label {
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 700;
  color: #8f5e1d;
  white-space: nowrap;
  text-align: right;
}
.important-notice__title {
  flex: 0 0 auto;
  font-size: 1.7rem;
  font-weight: 700;
  color: #00221f;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: center;
  transform: translateX(10px);
}
.important-notice__title:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .important-notice__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 20px;
    gap: 5px;
  }
  .important-notice__label {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
  }
  .important-notice__title {
    font-size: 1.2rem;
    margin: auto;
  }
}

#important-notice {
  scroll-margin-top: 80px;
}

.message h2 {
  margin-top: 50px;
}
.message h3 {
  margin: 30px 0 8px;
  padding-left: 16px;
  border-left: 4px solid #c08231;
}

.message-profile {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .message-profile {
    flex-direction: column;
    gap: 32px;
  }
}
.message-profile__body {
  flex: 1;
}
.message-profile__image {
  flex: 0 0 360px;
}
.message-profile__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .message-profile__image {
    flex: none;
    width: 100%;
    max-width: 320px;
  }
}
.message-profile__quote {
  position: relative;
  margin: 32px 0 0;
  padding: 28px 32px;
  background: #fcfaf4;
  border-radius: 16px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  color: #00221f;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
.message-profile__quote::before {
  content: "❝";
  position: absolute;
  top: -14px;
  left: 20px;
  color: #c08231;
  font-size: 4rem;
  line-height: 1;
}
.message-profile__name {
  margin-top: 10px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  text-align: right;
}
.message-profile__name strong {
  margin-left: 8px;
  color: #00221f;
  font-size: 2.4rem;
  font-weight: 700;
}

.message-links {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .message-links {
    grid-template-columns: 1fr;
  }
}
.message-links__item {
  position: relative;
  display: block;
  padding: 28px;
  border: 1px solid #e7ecef;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: 0.25s;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.message-links__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 34, 31, 0.08);
}
.message-links__item::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 18px;
  height: 18px;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 12L12 4M7 4h5v5' fill='none' stroke='%23c08231' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.message-links__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #edf7f6;
  color: #00221f;
  font-weight: 700;
  font-size: 1.6rem;
}
.message-links h3 {
  margin: 0 0 12px;
  padding: 0;
  border: none;
  color: #00221f;
  font-size: 2rem;
  line-height: 1.4;
}
.message-links p {
  margin: 0;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8;
}

.officer h3 {
  margin: 30px 0;
}
.officer td:first-child {
  width: 96px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .officer td {
    border: none;
    padding: 7px 15px 0;
  }
  .officer td + td {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0 15px 8px;
  }
}

.disclosure p {
  margin-bottom: 20px;
}
.disclosure th {
  text-align: left !important;
}
.disclosure .category-tab {
  padding: 24px 28px;
  border: 1px solid #e7ecef;
  border-radius: 12px;
  background: #fcfaf4;
}
@media screen and (max-width: 768px) {
  .disclosure .category-tab {
    padding: 15px 26px;
  }
}
.disclosure .category-tab p {
  margin: 0 0 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
.disclosure .category-tab a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 8px;
  padding: 8px 18px;
  border: 1px solid #e7ecef;
  background: #fff;
  border-radius: 999px;
  font-size: 1.3rem;
  color: #00221f;
  text-decoration: none;
  transition: all 0.3s ease;
}
.disclosure .category-tab a::before {
  content: "↓";
  font-size: 1.1rem;
  color: #c08231;
}
.disclosure .category-tab a:hover {
  background: #00221f;
  border-color: #00221f;
  color: #fff;
}
.disclosure .category-tab a:hover::before {
  color: #edf7f6;
}
@media screen and (max-width: 768px) {
  .disclosure .category-tab a {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.disclosure h2[id] {
  scroll-margin-top: 80px;
}

.filter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 24px;
  background-color: #f4f6f6;
  border-radius: 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.filter-container .filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-container .filter-group--right {
  margin-left: auto;
}
.filter-container .filter-label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #666;
}
.filter-container .category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-container .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background-color: #ffffff;
  color: #333;
  border: 1px solid #e2e8e8;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-container .tag:hover {
  opacity: 0.8;
}
.filter-container .tag.is-active {
  background-color: #0f3d3e;
  color: #ffffff;
  border-color: #0f3d3e;
}
.filter-container .select-wrapper {
  position: relative;
}
.filter-container .select-wrapper .select-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid #e2e8e8;
  border-radius: 8px;
  padding: 8px 36px 8px 16px;
  font-size: 1.4rem;
  color: #333;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 768px) {
  .filter-container .select-wrapper .select-input {
    background: linear-gradient(45deg, transparent 50%, #333 50%) right 16px center/5px 5px no-repeat, linear-gradient(-45deg, transparent 50%, #333 50%) right 12px center/5px 5px no-repeat, #fff;
  }
}
.filter-container .select-wrapper .select-input:focus {
  border-color: #0f3d3e;
}
.filter-container .select-wrapper::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-color: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .filter-container .select-wrapper::after {
    display: none;
  }
}

.newslist {
  margin-bottom: 80px;
}

.newslist__item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 8px;
  border-top: 1px solid #e7ecef;
}
.newslist__item:last-child {
  border-bottom: 1px solid #e7ecef;
}

.newslist__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  width: 260px;
  justify-content: space-between;
}

.newslist__date {
  color: #333;
  font-size: 1.4rem;
  white-space: nowrap;
  font-family: "Georgia", "Hoefler Text", serif;
}

.newslist__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #edf7f6;
  color: #00221f;
  font-size: 1.3rem;
  font-weight: 700;
}
.newslist__category--research {
  background: #edf4fb;
  color: #24547d;
}
.newslist__category--award {
  background: #fcfaf4;
  color: #8f5e1d;
}

.newslist__title {
  flex: 1;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.8;
  transition: 0.3s;
}
.newslist__title:hover {
  color: #00221f;
}

.newslist__arrow {
  margin-left: auto;
  color: #c08231;
  font-size: 2rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .filter-container {
    flex-direction: column;
    align-items: stretch;
  }
  .filter-container .filter-group--right {
    margin-left: 0;
  }
  .newslist__item {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .newslist__item > .only-pc {
    display: none;
  }
  .newslist__item > .only-sp {
    display: block;
  }
  .newslist__meta {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .newslist__title-row {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .newslist__title {
    flex: 1;
    min-width: 0;
  }
  .newslist__arrow {
    flex-shrink: 0;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: -20px;
  }
}
.newslist__item.only-pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .newslist__item.only-pc {
    display: none;
  }
}

.newslist__item.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .newslist__item.only-sp {
    display: flex;
  }
}

.topics-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 30px;
}
@media screen and (max-width: 768px) {
  .topics-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.topics-card {
  border: 1px solid #e7ecef;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
  transition: all 0.3s ease;
}
.topics-card:hover {
  opacity: 0.7;
}
.topics-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.topics-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.topics-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.topics-card__body {
  flex: 1;
  padding: 18px 16px 24px;
}
.topics-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.topics-card__date {
  font-size: 1.2rem;
  color: #666;
}
.topics-card__category {
  padding: 4px 12px;
  border-radius: 20px;
  background: #eef3f7;
  color: #166493;
  font-size: 1.1rem;
  white-space: nowrap;
}
.topics-card__title {
  display: block;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
}
.topics-card__title:hover {
  color: #166493;
}

.donation h3 {
  margin: 30px 0;
}
.donation .blue-text {
  color: #1662b8;
}

.detail__body img {
  display: block;
  margin: 0 auto;
}

.detail__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .detail__meta {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
}

.detail__date {
  color: #666;
  margin: 0;
  text-decoration: none;
}

.detail__category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  text-decoration: none;
}

.detail__tag {
  padding: 5px 16px;
  border-radius: 999px;
  font-size: 1.3rem;
  font-weight: 600;
  background: #edf7f6;
  color: #00221f;
}
.detail__tag--research {
  background: #edf4fb;
  color: #24547d;
}
.detail__tag--award {
  background: #fcfaf4;
  color: #8f5e1d;
}

.article-nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 80px;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .article-nav {
    margin: 10px 20px 30px;
  }
}

.article-nav__item {
  box-sizing: border-box;
  width: calc(50% - 12px);
  padding: 32px;
  border: 1px solid #e7ecef;
  border-radius: 12px;
  text-decoration: none;
  color: #00221f;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: 0.3s;
}
.article-nav__item--prev {
  margin-right: auto;
}
.article-nav__item--next {
  margin-left: auto;
  text-align: right;
}

.article-nav__item:hover {
  border-color: #00221f;
}

.article-nav__item--next {
  align-items: flex-end;
  text-align: right;
}

.article-nav__label {
  font-size: 1.4rem;
  color: #666;
}

.article-nav__title {
  font-weight: 700;
}

.privacy-policy ol {
  list-style: decimal;
  padding-left: 2em;
}
.privacy-policy li {
  list-style: decimal;
}/*# sourceMappingURL=style.css.map */