@charset "UTF-8";
html,
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  color: #333;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body * {
  box-sizing: border-box;
}
body .wrapper {
  margin-bottom: auto;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

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

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

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

._onlyPc {
  display: block;
}
@media screen and (max-width: 767px) {
  ._onlyPc {
    display: none;
  }
}

._onlySp {
  display: none;
}
@media screen and (max-width: 767px) {
  ._onlySp {
    display: block;
  }
}

._blockAlignLeft {
  text-align: center;
}
._blockAlignLeft p {
  display: inline-block;
  -moz-text-align-last: left;
       text-align-last: left;
}

/* --------------------------------------------
 * 　基本ブロック幅
 * -------------------------------------------- */
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.blContainer1320 {
  width: 92%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

/* --------------------------------------------
 * 　パンくず
 * -------------------------------------------- */
.breadcrumb {
  font-size: 0.6875rem;
  color: #888;
  margin-top: 10px;
  margin-bottom: 40px;
}

/* --------------------------------------------
 * 　ページネーション
 * -------------------------------------------- */
.navigation.pagination {
  margin-top: 30px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.navigation.pagination .nav-links .prev {
  border: none !important;
}
.navigation.pagination .nav-links .next {
  border: none !important;
}
.navigation.pagination .nav-links .current {
  padding: 6px 11px;
  background: #493C51;
  border: 1px solid #493C51;
  border-radius: 3px;
  color: #ffffff;
}
.navigation.pagination .nav-links a {
  padding: 6px 11px;
  border: 1px solid #493C51;
  border-radius: 3px;
}
.navigation.pagination .nav-links a:hover {
  background: #493C51;
  border: 1px solid #493C51;
  color: #ffffff;
  text-decoration: none;
}

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.headingV1 {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #181C24;
}
@media screen and (max-width: 767px) {
  .headingV1 {
    font-size: 1.375rem;
  }
}

.headingV2 {
  font-size: 1.6875rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .headingV2 {
    font-size: 1.375rem;
  }
}

/* --------------------------------------------
 * 　表組み
 * -------------------------------------------- */
.tableV1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.tableV1__header {
  max-width: 10em;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999;
}
@media screen and (max-width: 767px) {
  .tableV1__header {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.tableV1__data {
  padding-top: 25px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #999;
}
@media screen and (max-width: 767px) {
  .tableV1__data {
    display: block;
    padding-top: 5px;
    padding-bottom: 18px;
  }
}

._tableNote {
  font-size: 0.8em;
  margin-top: 0.5em;
}

/* --------------------------------------------
 * 　ボタン
 * -------------------------------------------- */
.button {
  display: block;
  padding: 1.3em;
  font-size: 1.25rem;
  border-radius: 5px;
  background: #493C51;
  border: 1px solid #493C51;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #fff;
  transition: all ease 0.25s;
}
@media (hover: hover) {
  .button:hover {
    text-decoration: none;
    background: #fff;
    color: #493C51;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1rem;
    padding: 0.8em;
  }
}

.button_min {
  font-size: 1rem;
}

/* --------------------------------------------
 * 　リスト
 * -------------------------------------------- */
.numberList {
  list-style: decimal;
}
.numberList__item {
  line-height: 1.6;
  margin-left: 25px;
  margin-bottom: 7px;
}

.numberListV2 {
  list-style: none;
  counter-reset: orderlist;
}
.numberListV2__item {
  margin-bottom: 0.2em;
  display: flex;
  line-height: 1.6;
}
.numberListV2__item::before {
  flex: 0 0 auto;
  content: "(" counter(orderlist) ")";
  counter-increment: orderlist;
  margin-right: 12px;
}

.bulletList {
  list-style: disc;
}
.bulletList__item {
  line-height: 1.6;
  margin-left: 25px;
  margin-bottom: 7px;
}

/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */
.header {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 130px;
  }
}
.header__upper {
  text-align: center;
  margin-bottom: 20px;
}
.header__tagLine {
  font-size: 0.9375rem;
  margin-bottom: 10px;
}

.mainMenu {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .mainMenu {
    display: none;
  }
}
.mainMenu::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(to left, #858882 0%, #9E7EB3 25%, #9DC2E5 50%, #CFAAC3 75%, #E7DD46 100%);
}
.mainMenu__list {
  display: flex;
}
.mainMenu__item {
  flex: 0 0 16.6666666667%;
  text-align: center;
  border-left: 1px solid #ddd;
}
.mainMenu__item:last-child {
  border-right: 1px solid #ddd;
}
.mainMenu__item._current .mainMenu__link {
  background: #493C51;
  color: #fff;
}
.mainMenu__link {
  display: block;
  padding-top: 18px;
  padding-bottom: 15px;
}
@media (hover: hover) {
  .mainMenu__link:hover {
    background: #493C51;
    color: #fff;
    text-decoration: none;
  }
}

.spMenu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #EAECEE;
  padding-top: 110px;
  padding-bottom: 50px;
  padding-right: 4%;
  padding-left: 4%;
}
.spMenu__list {
  border-radius: 20px;
  padding: 0 25px;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
}
.spMenu__item {
  border-bottom: 1px dashed #ccc;
}
.spMenu__link {
  display: block;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
.spMenu__link:hover {
  text-decoration: none;
}
.spMenu__mainText {
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  #toggleMenu:checked ~ .spMenu {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #toggleMenu:checked ~ .header__logoArea {
    position: fixed;
    top: 10px;
    z-index: 9999;
  }
}

#toggleMenu {
  position: fixed;
  left: -110vw;
}

#toggleMenu:focus-visible ~ .hamburger {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

#toggleMenu:checked ~ .hamburger span:first-child {
  position: absolute;
  top: 8px;
  left: 6px;
  right: 6px;
  height: 3px;
  background: #222;
  transition: all ease 0.2s;
}
#toggleMenu:checked ~ .hamburger span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 14px;
  right: 6px;
  height: 3px;
  background: #222;
  transition: all ease 0.2s;
  transform: translateY(-50%);
}
#toggleMenu:checked ~ .hamburger span:last-child {
  position: absolute;
  bottom: 8px;
  left: 22px;
  right: 6px;
  height: 3px;
  background: #222;
  transition: all ease 0.2s;
}

.hamburger {
  display: none;
  position: fixed;
  top: 18px;
  right: 20px;
  width: 54px;
  height: 42px;
  z-index: 9999;
}
.hamburger:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    top: 18px;
  }
}
@media screen and (max-width: 575px) {
  .hamburger {
    top: 13px;
  }
}
.hamburger span:first-child {
  position: absolute;
  top: 8px;
  left: 6px;
  right: 6px;
  height: 3px;
  background: #222;
  transition: all ease 0.2s;
}
.hamburger span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 6px;
  right: 6px;
  height: 3px;
  background: #222;
  transition: all ease 0.2s;
  transform: translateY(-50%);
}
.hamburger span:last-child {
  position: absolute;
  bottom: 8px;
  left: 6px;
  right: 6px;
  height: 3px;
  background: #222;
  transition: all ease 0.2s;
}

/* --------------------------------------------
 * 　サブページヘッダー
 * -------------------------------------------- */
.subPageHeading__inner {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .subPageHeading__inner {
    margin-bottom: 50px;
  }
}
.subPageHeading__sub {
  color: #EAECEE;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .subPageHeading__sub {
    font-size: 3rem;
  }
}
.subPageHeading__main {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-left: 0.15em;
}

/* --------------------------------------------
 * 　キービジュアル
 * -------------------------------------------- */
.keyVisual {
  height: 580px;
  background: url("../img/keyVisual.jpg?20250809") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .keyVisual {
    background: url("../img/keyVisual_sp.jpg?20250809") no-repeat center/cover;
    height: calc(100svh - 130px);
    min-height: 420px;
  }
}
.keyVisual__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .keyVisual__inner {
    align-items: center;
  }
}
.keyVisual__text {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .keyVisual__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.4em;
    transform: unset;
  }
}
.keyVisual__mainText {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .keyVisual__mainText {
    line-height: 1.6;
    font-size: clamp(2rem, 12vw, 3.2rem);
    margin-bottom: 30px;
  }
  .keyVisual__mainText span {
    display: block;
  }
  .keyVisual__mainText span:last-child {
    margin-left: 1em;
  }
}
.keyVisual__subText {
  font-size: 1.375rem;
  margin-left: 1.4em;
}
@media screen and (max-width: 767px) {
  .keyVisual__subText {
    font-size: 1rem;
    text-align: center;
  }
}

/* --------------------------------------------
 * 　フロント
 * -------------------------------------------- */
.frontLead {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .frontLead {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.frontLead__inner {
  margin-right: auto;
  margin-left: auto;
  background: url("../img/front_leadBg.svg") no-repeat right 50px center/contain;
}
@media screen and (max-width: 1024px) {
  .frontLead__inner {
    background: url("../img/front_leadBg.svg") no-repeat right center/180px;
  }
}
@media screen and (max-width: 767px) {
  .frontLead__inner {
    background: url("../img/front_leadBg.svg") no-repeat bottom center/80px;
    padding-bottom: 100px;
  }
}
.frontLead__heading {
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .frontLead__heading {
    font-size: 1.3125rem;
  }
}
.frontLead__description {
  text-align: center;
  line-height: 2.6;
}

.frontNews {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .frontNews {
    margin-bottom: 0;
  }
}
.frontNews__inner {
  padding: 55px 100px;
  background: #EAECEE;
}
@media screen and (max-width: 767px) {
  .frontNews__inner {
    width: 100%;
    padding: 60px 4%;
  }
}
.frontNews__heading {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 1.625rem;
}

.newsList {
  font-size: 0.9375rem;
}
.newsList__item {
  border-bottom: 1px dotted #aaa;
  padding-top: 18px;
  padding-bottom: 16px;
}
.newsList__link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .newsList__link {
    display: block;
  }
}
.newsList__date {
  flex: 0 0 110px;
}
@media screen and (max-width: 767px) {
  .newsList__date {
    font-size: 0.75rem;
  }
}
.newsList__title {
  flex: 1 1 auto;
}

.frontMenuBanner {
  height: 510px;
  background: url("../img/front_menuBannerBg.jpg?20250809") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .frontMenuBanner {
    height: auto;
    padding: 50px 0;
    background: url("../img/front_menuBannerBg_sp.jpg?20250809") no-repeat center/cover;
  }
}
.frontMenuBanner__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .frontMenuBanner__inner {
    height: auto;
  }
}
.frontMenuBanner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .frontMenuBanner__list {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .frontMenuBanner__list {
    flex-direction: column;
  }
}
.frontMenuBanner__item {
  flex: 0 0 calc((100% - 12px) / 2);
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .frontMenuBanner__item {
    flex: 0 0 auto;
  }
}
.frontMenuBanner__item:first-child {
  border: 3px solid #9E7EB3;
}
.frontMenuBanner__item:nth-child(2) {
  border: 3px solid #9DC2E5;
}
.frontMenuBanner__item:nth-child(3) {
  border: 3px solid #CFAAC3;
}
.frontMenuBanner__item:nth-child(4) {
  border: 3px solid #E7DD46;
}
.frontMenuBanner__link {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 30px 10px 26px;
}
@media (hover: hover) {
  .frontMenuBanner__link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .frontMenuBanner__link {
    padding: 20px 10px 16px;
    font-size: 1.125rem;
  }
}

/* --------------------------------------------
 * 　記事CSS
 * -------------------------------------------- */
.article {
  margin-bottom: 80px;
}
.article__date {
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.article h1 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article h1 {
    font-size: 1.5rem;
  }
}
.article h2 {
  font-size: 1.5rem;
  margin: 45px 0 25px;
  border-bottom: 3px solid #999;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .article h2 {
    font-size: 1.375rem;
  }
}
.article h3 {
  font-size: 1.25rem;
  margin: 40px 0 20px;
  border-left: 3px solid #999;
  padding: 3px 0 2px 10px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .article h3 {
    font-size: 1.125rem;
  }
}
.article h4 {
  font-size: 1rem;
  margin: 25px 0 10px;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}
.article p {
  margin: 0 0 15px;
}
.article a {
  text-decoration: underline;
  color: #6116D1;
}
.article a:hover {
  text-decoration: none;
}
.article table {
  width: 100%;
  margin: 20px 0 20px;
}
.article table td {
  padding: 5px 5px 2px;
  border: 1px solid #ddd;
}
.article ul, .article ol {
  margin: 20px 0 20px;
}
.article ul li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 7px;
}
.article ol li {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 7px;
}
.article figure {
  margin: 20px 0 20px;
}
.article figure figcaption {
  font-size: 13px;
  font-style: italic;
  color: #888;
}
.article blockquote {
  background: #f8f8f8;
  padding: 30px 30px 25px;
}
.article blockquote p:last-child {
  margin-bottom: 0;
}
.article img {
  margin: 20px 0 20px;
}
.article .wp-caption {
  font-size: 13px;
  color: #555;
}

/* --------------------------------------------
 * 　財団概要
 * -------------------------------------------- */
.pageOverview__outline {
  max-width: 940px;
}

.blockV1 {
  padding: 10px 0 7px 45px;
  border-left: 7px solid #181C24;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .blockV1 {
    padding: 10px 0 7px 20px;
  }
}

.blockV2 {
  padding: 30px 35px 27px;
  background: #181C24;
  border-radius: 5px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .blockV2 {
    padding: 20px 20px 16px;
  }
}

/* --------------------------------------------
 * 　代表挨拶
 * -------------------------------------------- */
.pageMessage {
  padding: 60px;
  background: #EAECEE;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .pageMessage {
    padding: 30px;
    margin-bottom: 60px;
  }
}
.pageMessage__heading {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pageMessage__heading {
    font-size: 1.5rem;
  }
}
.pageMessage__text p {
  line-height: 2.5;
}
.pageMessage__signature {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pageMessage__signature {
    font-size: 0.875rem;
  }
}

/* --------------------------------------------
 * 　募集要項
 * -------------------------------------------- */
.pageRequirements {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .pageRequirements {
    margin-bottom: 60px;
  }
}
.pageRequirements__heading {
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pageRequirements__heading {
    font-size: 1.5rem;
  }
}
.pageRequirements__lead {
  margin-bottom: 20px;
}
.pageRequirements__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .pageRequirements__buttons {
    margin-bottom: 40px;
  }
}
.pageRequirements__button {
  flex: 0 0 280px;
}
@media screen and (max-width: 767px) {
  .pageRequirements__button {
    flex: 0 0 calc((100% - 15px) / 2);
  }
}

.requirementsTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.requirementsTable__header {
  min-width: 13em;
  padding-right: 50px;
  border-right: 1px solid #ccc;
  text-align: left;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .requirementsTable__header {
    display: block;
    font-size: 1.125rem;
    padding-right: 0;
    border-bottom: 1px solid #222;
    margin-bottom: 8px;
    padding-bottom: 3px;
    border-right: none;
  }
}
.requirementsTable__data {
  padding-left: 60px;
  width: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .requirementsTable__data {
    display: block;
    padding-left: 0;
  }
}
.requirementsTable__data th {
  text-align: left;
  padding-right: 1em;
}
.requirementsTable__note {
  margin-top: 7px;
  font-size: 0.875rem;
}

.procedure__heading {
  font-weight: bold;
  margin-bottom: 5px;
}
.procedure__flow {
  margin-bottom: 20px;
}
.procedure__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.procedure__button {
  flex: 0 0 200px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .procedure__button {
    flex: 0 0 calc((100% - 15px) / 2);
  }
}

/* --------------------------------------------
 * 　公開情報
 * -------------------------------------------- */
.infoItems {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .infoItems {
    gap: 25px;
  }
}
.infoItems__item {
  flex: 0 1 calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .infoItems__item {
    flex: 1 1 calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .infoItems__item {
    flex: 1 1 100%;
  }
}

.infoItem__heading {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 15px;
  border-left: 7px solid #222;
  margin-bottom: 20px;
}
.infoItem__list {
  list-style: none;
  padding: 5px 0;
}
.infoItem__item {
  margin-bottom: 5px;
}
.infoItem__item::after {
  content: "";
  display: inline-block;
  margin-left: 11px;
  transform: translateY(2px);
  width: 18px;
  height: 17px;
  background: url("../img/icon_dl.svg") no-repeat center;
}

/* --------------------------------------------
 * 　公開情報
 * -------------------------------------------- */
.pagePublicInfo__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 55px;
}
.pagePublicInfo__button {
  flex: 0 0 280px;
}
@media screen and (max-width: 767px) {
  .pagePublicInfo__button {
    flex: 0 0 calc((100% - 15px) / 2);
  }
}

/* --------------------------------------------
 * 　活動報告
 * -------------------------------------------- */
.reportCard {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.reportCard__item {
  flex: 0 0 calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .reportCard__item {
    flex: 1 1 100%;
  }
}
.reportCard__img {
  margin-bottom: 10px;
}
.reportCard__date {
  font-size: 0.8125rem;
}
.reportCard__title {
  font-size: 0.9375rem;
}

.noReport {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
.footer {
  background: #493C51;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 34px;
    padding-bottom: 10px;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    display: block;
  }
}
.footer__left {
  flex: 0 0 auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .footer__left {
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__left {
    margin-bottom: 20px;
  }
}
.footer__right {
  flex: 0 1 auto;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer__right {
    text-align: center;
  }
}
.footer__tagLine {
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.footer__copyRight {
  font-size: 0.6875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__copyRight {
    text-align: right;
    font-size: 0.625rem;
  }
}

.footerMenu {
  display: inline-block;
}
.footerMenu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .footerMenu__list {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.footerMenu__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footerMenu__item {
    margin-bottom: 13px;
  }
}
.footerMenu__link {
  display: block;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footerMenu__link {
    font-size: 0.8125rem;
  }
}
.footerMenu__link:hover {
  text-decoration: none;
}

/* --------------------------------------------
 * 　404
 * -------------------------------------------- */
.page404 {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.page404__heading {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page404__heading {
    font-size: 1.75rem;
  }
}
.page404__message {
  margin-bottom: 30px;
}
.page404__link {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------
 * 　利用規約/個人情報
 * -------------------------------------------- */
.terms {
  margin-bottom: 80px;
}
.terms__header {
  margin-bottom: 50px;
}
.terms__lead {
  margin-bottom: 50px;
}
.terms__heading {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
.terms__list {
  list-style: none;
}
.terms__item {
  margin-bottom: 40px;
}
.terms__itemSub {
  font-size: 0.9375rem;
  font-weight: normal;
}
.terms__listChild {
  margin-top: 10px;
  margin-left: 25px;
  font-weight: normal;
}
.terms__listChild._disc {
  list-style: disc;
  margin-left: -20px;
}
.terms__listChild._disc li::marker {
  display: none;
}
.terms__itemChild {
  margin-bottom: 5px;
}
.terms__listChildDepth2 {
  margin-left: 25px;
  counter-reset: counter;
}
.terms__itemChildDepth2 {
  counter-increment: counter;
}
.terms__itemChildDepth2::marker {
  content: "(" counter(counter) ")";
}
.terms__insertBulletList {
  list-style: disc;
  margin-top: 10px;
  margin-left: 25px;
}
.terms__link {
  color: #288fb5;
}
.terms__date {
  font-size: 0.875rem;
}
/*# sourceMappingURL=style.css.map */