@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 {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  color: #333;
  line-height: 1.8;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
body .wrapper {
  flex: 1 1 auto;
}
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: 15px;
}

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

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

/* --------------------------------------------
 * 　パンくず
 * -------------------------------------------- */
.breadcrumb {
  padding-top: 3px;
  font-size: 0.8125rem;
  color: #aaa;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
.breadcrumb a {
  color: #888;
}

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

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.headingV1 {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.headingV1::before {
  color: #0097C2;
  content: "●";
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .headingV1 {
    font-size: 1.275rem;
  }
}

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

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.sectionHeading {
  color: #0097C2;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Alkatra", "Noto Sans JP";
  background: url("../img/sectionHeading_deco.svg") no-repeat right center/97px 100%;
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  .sectionHeading {
    padding-right: 100px;
  }
}
.sectionHeading__ja {
  font-size: 1.4375rem;
}
@media screen and (max-width: 1024px) {
  .sectionHeading__ja {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionHeading__ja {
    font-size: 1rem;
  }
}
.sectionHeading__en {
  font-size: 3.875rem;
}
@media screen and (max-width: 1024px) {
  .sectionHeading__en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionHeading__en {
    font-size: 2.5rem;
  }
}

/* --------------------------------------------
 * 　ボタン
 * -------------------------------------------- */
.button {
  display: block;
  padding: 1.3em 0.9em;
  font-size: 1.25rem;
  border-radius: 5px;
  background: #0097C2;
  border: 1px solid #0097C2;
  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: #0097C2;
  }
}
@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;
}
.numberList__itemInner > ul li > ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.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 {
  margin-top: 15px;
  margin-bottom: 10px;
  list-style: disc;
}
.bulletList__item {
  line-height: 1.6;
  margin-left: 25px;
  margin-bottom: 3px;
}

/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */
.topArea {
  background: url("../img/header_bg.jpg") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
}
.topArea_top {
  min-height: 760px;
}
@media screen and (max-width: 767px) {
  .topArea_top {
    min-height: clamp(300px, 140vw, 640px);
  }
}
.topArea_sub {
  min-height: 335px;
}
.topArea__frontHeadLine {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.topArea__subHeadLine {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.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__link {
  display: inline-block;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  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: 22px;
    padding-right: 22px;
  }
}

.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;
}

/* --------------------------------------------
 * 　フロント：ヘッダー
 * -------------------------------------------- */
.frontHeadLine {
  color: #062933;
  font-family: "Noto Sans JP";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 1024px) {
  .frontHeadLine {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .frontHeadLine {
    font-size: clamp(1.75rem, 6.5vw, 2.5rem);
  }
}
.frontHeadLine__inner {
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .frontHeadLine__inner {
    margin-top: -1em;
  }
}

/* --------------------------------------------
 * 　サブヘッダー
 * -------------------------------------------- */
.subHeadLine {
  display: flex;
  align-items: center;
  height: 100%;
  background: url("../img/subpage_bg.jpg") no-repeat center/cover;
}
.subHeadLine__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.4;
  text-align: center;
  color: #222;
  margin-top: -24px;
}
.subHeadLine__titleEn {
  font-family: "Alkatra", "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .subHeadLine__titleEn {
    font-size: 1rem;
  }
}
.subHeadLine__titleJa {
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .subHeadLine__titleJa {
    font-size: 2rem;
  }
}

/* --------------------------------------------
 * 　トップ
 * -------------------------------------------- */
.frontAboutUs {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.frontAboutUs__topWave {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .frontAboutUs__topWave {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .frontAboutUs__topWave {
    height: 10vw;
  }
}
.frontAboutUs__topWave img {
  width: 100%;
  height: 100%;
}
.frontAboutUs__bottomWave {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .frontAboutUs__bottomWave {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .frontAboutUs__bottomWave {
    height: 10vw;
  }
}
.frontAboutUs__bottomWave img {
  width: 100%;
  height: 100%;
}
.frontAboutUs__inner {
  background: #FBF5ED;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .frontAboutUs__inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.frontAboutUs__container {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .frontAboutUs__container {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .frontAboutUs__container {
    display: block;
  }
}
.frontAboutUs__textArea {
  flex: 0 1 650px;
}
@media screen and (max-width: 1024px) {
  .frontAboutUs__textArea br {
    display: none;
  }
}
.frontAboutUs__imgArea {
  flex: 0 1 500px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .frontAboutUs__imgArea {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .frontAboutUs__imgArea img {
    aspect-ratio: 1/0.9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.frontAboutUs__heading {
  margin-bottom: 25px;
}
.frontAboutUs__lead {
  line-height: 2.4;
  font-size: 1.0625rem;
}

.frontNews {
  margin-top: -100px;
  position: relative;
  z-index: 0;
  background: #F1F2F6;
  padding-top: 180px;
  padding-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .frontNews {
    padding-bottom: 60px;
  }
}
.frontNews__inner {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .frontNews__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .frontNews__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .frontNews__inner {
    display: block;
  }
}
.frontNews__textArea {
  flex: 0 1.2 780px;
}
.frontNews__imgArea {
  flex: 0 1 320px;
  margin-top: 65px;
}
@media screen and (max-width: 575px) {
  .frontNews__imgArea {
    position: absolute;
    top: 60px;
    right: 4%;
    width: 30%;
    max-width: 150px;
    z-index: 10;
  }
}
.frontNews__heading {
  margin-bottom: 25px;
}

.frontMenu {
  padding-top: 110px;
  padding-bottom: 110px;
  background: url("../img/frontMenu_bg.jpg") center/cover;
}
@media screen and (max-width: 767px) {
  .frontMenu {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.frontMenuList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .frontMenuList {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .frontMenuList {
    flex-direction: column;
  }
}
.frontMenuList__item {
  flex: 0 0 calc((100% - 40px) / 2);
}
@media screen and (max-width: 1024px) {
  .frontMenuList__item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .frontMenuList__item {
    flex: 0 0 auto;
  }
}
.frontMenuList__link {
  display: block;
  background: #ECDBC6;
  font-size: 1.625rem;
  border-radius: 10px;
  border: 1px solid #EAD2B3;
  padding: 1.3em 1.5em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .frontMenuList__link {
    font-size: 1.4735rem;
  }
}
@media screen and (max-width: 767px) {
  .frontMenuList__link {
    font-size: 1.25rem;
  }
}
.frontMenuList__link:hover {
  text-decoration: none;
}
.frontMenuList__link::after {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/icon_arrowRight.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .frontMenuList__link::after {
    width: 28px;
    height: 28px;
  }
}
.frontMenuList__link span {
  font-family: "Alkatra", "Noto Sans JP";
  margin-left: 20px;
  font-size: 1rem;
  color: #C4A987;
}
@media screen and (max-width: 1024px) {
  .frontMenuList__link span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .frontMenuList__link span {
    font-size: 0.8125rem;
  }
}

/* --------------------------------------------
 * 　お知らせ
 * -------------------------------------------- */
.newsList__link {
  display: block;
}
.newsList__item {
  display: flex;
  padding-top: 17px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #9F9F9F;
}
@media screen and (max-width: 1024px) {
  .newsList__item {
    display: block;
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .newsList__item {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
.newsList__date {
  flex: 0 0 100px;
  color: #1E4F8B;
}
@media screen and (max-width: 1024px) {
  .newsList__date {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .newsList__date {
    font-size: 0.8125rem;
  }
}

/* --------------------------------------------
 * 　財団概要
 * -------------------------------------------- */
.pageOverview {
  margin-bottom: 80px;
}

.blockV1 {
  background: #FBF5ED;
  padding: 42px;
  border-radius: 15px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .blockV1 {
    padding: 25px;
  }
}

.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: 70px;
  background: #FBF5ED;
  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;
  margin-bottom: 5px;
}

.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__link::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);
  }
}

/* --------------------------------------------
 * 　活動報告
 * -------------------------------------------- */
.pageReport {
  margin-bottom: 80px;
}

.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: 0 0 calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .reportCard__item {
    flex: 1 1 100%;
  }
}
.reportCard__img {
  margin-bottom: 7px;
}
.reportCard__date {
  font-size: 0.8125rem;
  color: #555;
}
.reportCard__title {
  font-size: 0.9375rem;
  line-height: 1.6;
}

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

/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
.footer {
  background: #0097C2;
  color: #fff;
}
.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: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 150px;
  }
}
.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;
}

.footerBottom {
  background: #F5E9DA;
  font-size: 0.875rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footerBottom {
    font-size: 0.75rem;
  }
}
.footerBottom__inner {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  color: #222;
}

/* --------------------------------------------
 * 　記事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: 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;
}
/*# sourceMappingURL=style.css.map */