@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: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
body * {
  box-sizing: border-box;
}

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;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

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

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

._trimRounded {
  overflow: hidden;
  border-radius: 10px;
}

._mb0 {
  margin-bottom: 0 !important;
}

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

/* --------------------------------------------
 * 　パンくず
 * -------------------------------------------- */
.breadcrumb {
  font-size: 0.8125rem;
  color: #666666;
  margin-bottom: 80px;
}

/* --------------------------------------------
 * 　ページネーション
 * -------------------------------------------- */
.navigation.pagination {
  margin-top: 30px;
}
.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: #333;
  border: 1px solid #333;
  border-radius: 3px;
  color: #ffffff;
}
.navigation.pagination .nav-links a {
  padding: 6px 11px;
  border: 1px solid #333;
  border-radius: 3px;
}
.navigation.pagination .nav-links a:hover {
  background: #333;
  border: 1px solid #333;
  color: #ffffff;
  text-decoration: none;
}

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.headingV1 {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #37425C;
}
@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;
  }
}

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.sectionHeading {
  color: #1E4F8B;
  line-height: 1.5;
}
.sectionHeading__main {
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.05;
}
@media screen and (max-width: 767px) {
  .sectionHeading__main {
    font-size: 2.25rem;
  }
}
.sectionHeading__sub {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sectionHeading__sub {
    font-size: 1rem;
  }
}

/* --------------------------------------------
 * 　ボタン
 * -------------------------------------------- */
.button {
  display: block;
  padding: 1.3em 0.9em;
  font-size: 1.25rem;
  border-radius: 5px;
  background: #37425C;
  border: 1px solid #37425C;
  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: #37425C;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1rem;
    padding: 0.8em;
  }
}

.button_min {
  font-size: 1rem;
}

/* --------------------------------------------
 * 　表組み
 * -------------------------------------------- */
.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;
}

/* --------------------------------------------
 * 　リスト
 * -------------------------------------------- */
.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 {
  background: #fff;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__logo {
  flex: 0 1 236px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    flex: 0 1 180px;
  }
}
.header__logoImg {
  max-width: 100%;
}
.header__menu {
  flex: 0 1 auto;
  margin-left: 30px;
}

.subPcMenu {
  text-align: right;
  display: flex;
  font-size: 0.875rem;
}
.subPcMenu__item {
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .mainMenu {
    display: none;
  }
}
.mainMenu__list {
  display: flex;
  align-items: center;
}
.mainMenu__item {
  border-left: 1px solid #B8B8B8;
}
.mainMenu__item:first-child {
  border-left: none;
}
.mainMenu__link {
  display: inline-block;
  padding-top: 1px;
  padding-left: 35px;
  padding-right: 35px;
  white-space: nowrap;
  font-weight: 500;
}
@media (hover: hover) {
  .mainMenu__link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1200px) {
  .mainMenu__link {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.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: 1024px) {
  #toggleMenu:checked ~ .spMenu {
    display: block;
  }
}

#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: 1024px) {
  .hamburger {
    display: block;
    top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 18px;
  }
}
.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;
}

/* --------------------------------------------
 * 　サブヘッダー
 * -------------------------------------------- */
.headerSub {
  height: 250px;
  background: url("../img/subpage_bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .headerSub {
    height: 200px;
  }
}
.headerSub__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.6;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .headerSub__inner {
    padding-top: 0;
  }
}
.headerSub__titleEn {
  font-family: "Lato";
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .headerSub__titleEn {
    font-size: 1rem;
  }
}
.headerSub__titleJa {
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .headerSub__titleJa {
    font-size: 2rem;
  }
}

/* --------------------------------------------
 * 　キービジュアル
 * -------------------------------------------- */
.keyVisual {
  height: 697px;
  background: url("../img/keyVisual.jpg?20250911") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .keyVisual {
    background: url("../img/keyVisual_sp.jpg?20250911") no-repeat center right/cover;
    height: auto;
    aspect-ratio: 5/6;
  }
}
@media screen and (max-width: 575px) {
  .keyVisual {
    aspect-ratio: 5/7;
  }
}
.keyVisual__inner {
  position: relative;
  height: 100%;
}
.keyVisual__text {
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.keyVisual__textCatch {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .keyVisual__textCatch {
    font-size: clamp(1.625rem, 7vw, 2.625rem);
  }
}
.keyVisual__textLead {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 575px) {
  .keyVisual__textLead {
    font-size: 0.875rem;
  }
}

body.home {
  background: url("../img/bg_dot.jpg");
}

/* --------------------------------------------
 * 　フロント：AboutUs
 * -------------------------------------------- */
.frontAboutUs {
  position: relative;
  top: -86px;
}
@media screen and (max-width: 767px) {
  .frontAboutUs {
    top: -65px;
  }
}
.frontAboutUs__inner {
  background: url("../img/bg_dot.jpg");
  width: calc(50vw + 600px - 10vw);
  border-radius: 0 26px 26px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1320px) {
  .frontAboutUs__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .frontAboutUs__inner {
    width: 94%;
  }
}
.frontAboutUs__inner::before {
  content: "";
  position: absolute;
  top: 22px;
  right: -22px;
  left: 0;
  bottom: -22px;
  background: #C5D4E1;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .frontAboutUs__inner::before {
    top: 12px;
    right: -12px;
    left: 0;
    bottom: -12px;
  }
}

.aboutLead {
  background: #F3F4F7;
  padding: 80px 80px 80px calc(50vw - 600px);
  border-radius: 0 26px 26px 0;
}
@media screen and (max-width: 767px) {
  .aboutLead {
    padding: 60px 60px 60px 45px;
  }
}
@media screen and (max-width: 1320px) {
  .aboutLead {
    padding: 30px 25px 30px 20px;
  }
}
.aboutLead__container {
  display: flex;
  align-items: center;
}
.aboutLead__titleEn {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1;
  flex: 0 1 25%;
  max-width: 120px;
  font-size: 3.25rem;
  font-weight: 700;
  color: #1E4F8B;
}
@media screen and (max-width: 767px) {
  .aboutLead__titleEn {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutLead__titleEn {
    font-size: 1.5rem;
    flex: 0 1 15%;
    max-width: 80px;
  }
}
.aboutLead__content {
  flex: 0 5 80%;
}
@media screen and (max-width: 767px) {
  .aboutLead__content {
    flex: 0 5 85%;
  }
}
.aboutLead__heading {
  color: #1E4F8B;
  font-weight: 700;
  font-size: 1.625rem;
  margin-bottom: 20px;
}
.aboutLead__outline {
  font-weight: 500;
  line-height: 2.6;
}
@media screen and (max-width: 1320px) {
  .aboutLead__outline {
    line-height: 1.8;
  }
}

/* --------------------------------------------
 * 　フロント：見出し
 * -------------------------------------------- */
.frontNews {
  padding-top: 85px;
  padding-bottom: 85px;
  background: #F1F2F6;
}
@media screen and (max-width: 767px) {
  .frontNews {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.frontNews__inner {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .frontNews__inner {
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .frontNews__inner {
    position: relative;
  }
}
.frontNews__textArea {
  flex: 0 1 780px;
}
.frontNews__imgArea {
  flex: 0 1 320px;
}
@media screen and (max-width: 767px) {
  .frontNews__imgArea {
    position: absolute;
    top: -80px;
    right: 0;
    width: 30%;
    max-width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .frontNews__imgArea {
    top: -30px;
    width: 45%;
    max-width: 150px;
  }
}
.frontNews__heading {
  margin-bottom: 40px;
}

/* --------------------------------------------
 * 　お知らせ
 * -------------------------------------------- */
.newsList__link {
  display: block;
}
.newsList__item {
  display: flex;
  padding-top: 22px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #9F9F9F;
}
@media screen and (max-width: 1024px) {
  .newsList__item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .newsList__item {
    padding-top: 17px;
    padding-bottom: 15px;
  }
}
.newsList__date {
  flex: 0 0 100px;
  color: #1E4F8B;
}
/* --------------------------------------------
 * 　フロント：メニュー
 * -------------------------------------------- */
.frontMenu {
  background: url("../img/bg_dot.jpg");
}
.frontMenu__inner {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .frontMenu__inner {
    padding-top: 55px;
  }
}

.frontMenuList__link {
  display: block;
  border-bottom: 1px solid #949BA2;
  font-size: 1.625rem;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .frontMenuList__link {
    font-size: 1.375rem;
  }
}
@media (hover: hover) {
  .frontMenuList__link:hover {
    text-decoration: none;
  }
}
.frontMenuList__link span {
  color: #1E4F8B;
  font-size: 1.125rem;
  font-weight: 400;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .frontMenuList__link span {
    font-size: 0.8125rem;
    margin-left: 1.2em;
  }
}
.frontMenuList__link::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/icon_arrowRight.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .frontMenuList__link::before {
    width: 28px;
    height: 28px;
  }
}

/* --------------------------------------------
 * 　財団概要
 * -------------------------------------------- */
.blockV1 {
  padding: 10px 0 7px 45px;
  border-left: 15px solid #37425C;
  background: #E9F0F8;
  padding: 50px;
  border-radius: 15px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .blockV1 {
    padding: 10px 0 7px 20px;
  }
}

.blockV2 {
  padding: 30px 35px 27px;
  background: #333;
  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;
  }
}

/* --------------------------------------------
 * 　代表挨拶
 * -------------------------------------------- */
.pageMessage {
  padding: 70px;
  background: #E9F0F8;
  border-radius: 15px;
  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: 40px;
}
@media screen and (max-width: 767px) {
  .pageMessage__heading {
    font-size: 1.5rem;
  }
}
.pageMessage__text p {
  line-height: 2.5;
}
.pageMessage__signature {
  margin-top: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: left;
}
@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: 45px;
}
@media screen and (max-width: 767px) {
  .pageRequirements__heading {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
.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: 30px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .requirementsTable__data th {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .requirementsTable__data td {
    display: block;
    padding-bottom: 10px;
    font-size: 0.9375rem;
  }
}
.requirementsTable__note {
  margin-top: 7px;
  font-size: 0.875rem;
}

.procedure__heading {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
.procedure__heading:first-child {
  margin-top: 0;
}
.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);
  }
}
.procedure__note {
  font-size: 0.875rem;
}

.selection__heading {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
.selection__heading:first-child {
  margin-top: 0;
}

.dlButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.dlButtons__item {
  flex: 0 0 200px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .dlButtons__item {
    flex: 0 0 calc((100% - 15px) / 2);
  }
}

.downloads__heading {
  font-weight: 700;
  margin-bottom: 6px;
}
.downloads__items {
  margin-bottom: 20px;
}

/* --------------------------------------------
 * 　公開情報
 * -------------------------------------------- */
.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 {
  margin-top: 100px;
  background: #37425C;
  color: #fff;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 60px;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.footer__left {
  flex: 0 1 auto;
}
.footer__right {
  flex: 0 1 auto;
}
.footer__copyRight {
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 300;
}

.footerMenu {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1320px) {
  .footerMenu {
    gap: 10px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .footerMenu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footerMenu {
    font-size: 0.875rem;
  }
}
.footerMenu__link {
  color: #fff;
  white-space: nowrap;
}

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

/* --------------------------------------------
 * 　記事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;
}

/* --------------------------------------------
 * 　利用規約/個人情報
 * -------------------------------------------- */
.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;
}

/* --------------------------------------------
 * 　reCAPTCHA
 * -------------------------------------------- */
.googleRecaptchaText {
  margin-top: 40px;
  font-size: 0.6875rem;
  text-align: center;
  color: #888;
  line-height: 1.5;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* --------------------------------------------
 * 　404
 * -------------------------------------------- */
.page404 {
  text-align: center;
  padding-top: 30vh;
  padding-bottom: 30vh;
}
.page404__heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #aaa;
  margin-bottom: 30px;
}
.page404__message a {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */