@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", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
body * {
  box-sizing: border-box;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #333;
  text-decoration: underline;
}
@media (hover: hover) {
  p a:hover {
    text-decoration: none;
  }
}

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: none;
  }
}

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

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

._mt0 {
  margin-top: 0 !important;
}

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

._flexshirink0 {
  flex-shrink: 0;
}

._flexgrow9999 {
  flex-grow: 9999;
}

._flex-rowreverse {
  flex-direction: row-reverse;
}

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

/* --------------------------------------------
 * 　下層ページヒーロー
 * -------------------------------------------- */
.pageHero {
  background: url("../img/pagehere-bg.jpg") no-repeat center/cover;
  min-height: 230px;
}
.pageHero__inner {
  padding-top: 90px;
  padding-bottom: 85px;
}
.pageHero__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.48;
  letter-spacing: 0.16em;
}

/* --------------------------------------------
 * 　パンくず
 * -------------------------------------------- */
.breadcrumb {
  font-size: 0.8125rem;
  line-height: 1.48;
  margin-top: 5px;
  margin-bottom: 70px;
  color: #aaa;
}
.breadcrumb a {
  color: #aaa;
  text-decoration: none;
}
@media (hover: hover) {
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.sectionHeading {
  color: #73b26b;
}
.sectionHeading__label {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.2vw, 1.1875rem);
  line-height: 1.48;
}
.sectionHeading__title {
  font-weight: 700;
  font-size: clamp(1.3125rem, 2.2vw, 2rem);
  line-height: 1.48;
}

/* --------------------------------------------
 * 　ボタン
 * -------------------------------------------- */
.button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem 0.625rem;
  border: 1px solid #73b26b;
  border-radius: 30px;
  background: #73b26b;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  color: #fff;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .button:hover {
    background: #fff;
    color: #73b26b;
  }
}

/* --------------------------------------------
 * 　ページネーション
 * -------------------------------------------- */
.navigation.pagination {
  margin-top: 30px;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.navigation.pagination .nav-links .prev {
  border: none !important;
}
.navigation.pagination .nav-links .next {
  border: none !important;
}
.navigation.pagination .nav-links .current {
  padding: 6px 15px;
  background: #73b26b;
  border: 1px solid #73b26b;
  color: #ffffff;
}
.navigation.pagination .nav-links a {
  padding: 6px 15px;
  border: 1px solid #73b26b;
}
.navigation.pagination .nav-links a:hover {
  background: #73b26b;
  border: 1px solid #73b26b;
  color: #ffffff;
  text-decoration: none;
}

/* --------------------------------------------
* ・テーマ側とエディター側で共通のスタイル管理
* ・is-style-XXX などカスタムブロックのスタイルを含む
 * -------------------------------------------- */
/* --------------------------------------------
 * 　投稿タイプ用
 * -------------------------------------------- */
.wp-block-button {
  min-width: clamp(100px, 18vw, 280px);
}

/* --------------------------------------------
 * 　カスタムブロック
 * -------------------------------------------- */
.wp-block-buttons .is-style-buttonV2 {
  min-width: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding: 1em 2.75em 1em 2.25em;
  border-radius: 100px;
  background: #73b26b;
  position: relative;
}
.wp-block-buttons .is-style-buttonV2 .wp-block-button__link {
  padding: 0;
  background: none;
  color: inherit;
  flex: 1 1 auto;
  color: #fff;
  font-size: clamp(0.875rem, 0.8125rem + 0.3125vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

/* --------------------------------------------
 * 　リストスタイル
 * -------------------------------------------- */
ul.wp-block-list {
  list-style: disc;
  padding-left: 24px !important;
}

ol.wp-block-list {
  padding-left: 24px !important;
}

.is-style-listStyleParen {
  list-style: none !important;
}
.is-style-listStyleParen > li {
  position: relative;
  padding-left: 2.75em;
  margin-left: -24px;
}
.is-style-listStyleParen > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "（" counter(list-item) "）";
}

.is-style-listStyleKatakana {
  list-style: none !important;
}
.is-style-listStyleKatakana > li {
  position: relative;
  padding-left: 2.25em;
  margin-left: -24px;
}
.is-style-listStyleKatakana > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(list-item, katakana) ". ";
}

/* --------------------------------------------
 * 　テーブルスタイル
 * -------------------------------------------- */
.wp-block-table td {
  font-size: 0.875rem;
  padding: 10px;
  border: 1px solid #ddd;
}
.wp-block-table td:first-child {
  background-color: #F3F3F3;
  width: 10em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .wp-block-table td:first-child {
    width: 8em;
  }
}

/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */
.header {
  position: relative;
  background: #fff;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header__logoLink {
  display: block;
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .header__logoLink {
    width: 200px;
  }
}
.header__logoImg {
  display: block;
  width: 290px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logoImg {
    width: min(100%, 260px);
  }
}
.header__menu {
  flex: 0 0 auto;
}
.header__menuState {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.header__menuSp {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .mainMenu {
    display: none;
  }
}
.mainMenu__list {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .mainMenu__list {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.mainMenu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #222;
}
@media (hover: hover) {
  .mainMenu__link:hover {
    text-decoration: none;
    opacity: 0.75;
  }
}
.mainMenu__en {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #73b26b;
  margin: 0;
  order: -1;
}
.mainMenu__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.48;
  color: #222;
  margin-top: 1px;
}

.spMenu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #EAECEE;
  padding-top: 80px;
  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__en {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #73b26b;
  margin-left: 10px;
}
.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: 2px;
  background: #222;
  transition: all ease 0.2s;
}
#toggleMenu:checked ~ .hamburger span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 14px;
  right: 6px;
  height: 2px;
  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: 2px;
  background: #222;
  transition: all ease 0.2s;
}

.hamburger {
  display: none;
  position: fixed;
  top: 18px;
  right: 20px;
  width: 48px;
  height: 36px;
  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: 2px;
  background: #222;
  transition: all ease 0.2s;
}
.hamburger span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #222;
  transition: all ease 0.2s;
  transform: translateY(-50%);
}
.hamburger span:last-child {
  position: absolute;
  bottom: 8px;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #222;
  transition: all ease 0.2s;
}

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

/* --------------------------------------------
 * 　トップ
 * -------------------------------------------- */
.topHero {
  position: relative;
}
.topHero::before {
  content: "";
  position: absolute;
  top: 64%;
  bottom: 0;
  left: 50%;
  right: 0;
  background: #F3F3F3;
  z-index: -1;
}
.topHero__inner {
  width: calc(50vw + 600px + 60px);
  height: min(70vw, 710px);
  background: url("../img/top-hero.jpg") no-repeat center/cover;
  border-radius: 0 40px 40px 0;
  position: relative;
}
@media screen and (max-width: 1460px) {
  .topHero__inner {
    width: 94%;
  }
}
.topHero__heading {
  position: absolute;
  right: min(70px, 5vw);
  bottom: min(120px, 7vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.375rem, 3.9vw, 3.5rem);
  line-height: 1.48;
  color: #222;
}
.topHero__line {
  display: block;
}
.topHero__domain {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(-18px, -2.5vw);
  font-size: clamp(0.5rem, 1.2vw, 0.8125rem);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #ccc;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
.topHero__domain::before {
  content: "";
  width: 1px;
  height: 54px;
  background: #ccc;
}

/* --------------------------------------------
 * 　トップ：わたしたちについて
 * -------------------------------------------- */
.topAbout {
  margin-bottom: clamp(48px, 6vw, 80px);
  position: relative;
}
.topAbout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  background: #F3F3F3;
  z-index: -1;
}
.topAbout__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: min(60px, 5vw);
  background: #F3F3F3;
  border-radius: 0 0 0 40px;
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(15px, 5vw, 80px);
  padding-left: min(70px, 5vw);
  border-radius: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .topAbout__inner {
    border-radius: 0 0 0 25px;
  }
}
.topAbout__body {
  flex: 9999 1 340px;
}
.topAbout__header {
  margin-bottom: 24px;
}
.topAbout__text {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .topAbout__text {
    line-height: 2;
  }
}
.topAbout__media {
  flex: 1 1 min(500px, 30vw);
  border-radius: 15px;
  overflow: hidden;
}
.topAbout__img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------
 * 　トップ：お知らせ
 * -------------------------------------------- */
.topNews {
  padding-bottom: clamp(48px, 6vw, 80px);
  position: relative;
}
.topNews::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 42%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EBF7EA;
}
.topNews__inner {
  max-width: 1200px;
}
.topNews__panel {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: min(70px, 5vw);
  padding: clamp(24px, 5vw, 70px);
  background: #73b26b;
  border-radius: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .topNews__panel {
    border-radius: 24px;
  }
}
.topNews__body {
  flex: 9999 1 340px;
}
.topNews__header {
  color: #fff;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .topNews__header {
    margin-bottom: 20px;
  }
}
.topNews__media {
  flex: 1 1 min(320px, 20vw);
  max-width: 100%;
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .topNews__media {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .topNews__media {
    aspect-ratio: 1.5/1;
  }
  .topNews__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.topNews__img {
  display: block;
  width: 100%;
  height: auto;
}

.topNewsList__item {
  display: flex;
  gap: 25px;
  padding: 1em 0.25em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.85);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .topNewsList__item {
    display: block;
  }
}
.topNewsList__link {
  color: #fff;
}
.topNewsList__date {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .topNewsList__date {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 7px;
  }
}
.topNewsList__title {
  line-height: 1.6;
}

/* --------------------------------------------
 * 　下層ページ
 * -------------------------------------------- */
.pageContainer h2 {
  padding-top: 1.125em;
  padding-bottom: 1.125em;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  line-height: 1.4;
  position: relative;
}
.pageContainer h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 3px;
  background-color: #73b26b;
}

.article__heading {
  font-size: clamp(1.25rem, 2.8vw, 1.8125rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.article__date {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 40px;
}
.article h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: clamp(20px, 2.8vw, 28px) clamp(16px, 2vw, 20px) clamp(20px, 2.8vw, 28px) clamp(18px, 2.4vw, 24px);
  border-left: 4px solid #73b26b;
  background-color: #fff;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0.06em;
  margin-top: clamp(1.25rem, 3.5vw, 5rem);
  margin-bottom: clamp(1.25rem, 3.5vw, 5rem);
}
.article h2:first-child {
  margin-top: 0;
}
.article h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #73b26b;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-top: clamp(1rem, 3vw, 4rem);
  margin-bottom: clamp(1rem, 3vw, 3rem);
}
.article h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding-right: 20px;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: clamp(0.875rem, 2.5vw, 2rem);
  margin-bottom: clamp(0.875rem, 2.5vw, 1.5rem);
}
.article h4::before {
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #73b26b;
}
.article p strong {
  background: linear-gradient(transparent 50%, #F9F2CA 50%);
}
.article p a {
  color: #73b26b;
}
.article table {
  width: 100%;
  border: 1px solid #F3F3F3;
  border-collapse: collapse;
  background-color: #fff;
}
.article table thead {
  border-bottom: none;
}
.article table th,
.article table td {
  padding: 10px 12px;
  border: 1px solid #F3F3F3;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  vertical-align: top;
}
.article table th {
  background-color: #73b26b;
  color: #fff;
  font-weight: 500;
}

/* --------------------------------------------
 * 　募集要項
 * -------------------------------------------- */
@media screen and (max-width: 767px) {
  .wrapper .requirementsList {
    display: block;
  }
}
.wrapper .requirementsList-head {
  padding-right: 50px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .wrapper .requirementsList-head {
    padding-right: 0;
    border-bottom: 1px solid #222;
    margin-bottom: 12px;
    padding-bottom: 3px;
    border-right: none !important;
  }
}
.wrapper .requirementsList__note {
  margin-top: 7px;
  font-size: 0.875rem;
}

/* --------------------------------------------
 * 　公開情報
 * -------------------------------------------- */
.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;
  aspect-ratio: 285/180;
}
.reportCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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;
}

/* --------------------------------------------
 * 　reCAPTCHA
 * -------------------------------------------- */
.googleRecaptchaText {
  margin-top: 40px;
  font-size: 0.6875rem;
  text-align: center;
  color: #888;
  line-height: 1.5;
}
.googleRecaptchaText a {
  text-decoration: underline;
  color: rgba(85, 85, 85, 0.3333333333);
}

.grecaptcha-badge {
  visibility: hidden;
}

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

/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
.home .footer {
  margin-top: 0;
}

.footer {
  border-top: 3px solid #73b26b;
  margin-top: 80px;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-top: 43px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
  }
}
.footer__brand {
  flex: 0 1 auto;
}
.footer__logoImg {
  display: block;
  width: 324px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logoImg {
    width: min(100%, 240px);
    margin-right: auto;
    margin-left: auto;
  }
}
.footer__address {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .footer__address {
    text-align: center;
  }
}
.footer__menu {
  flex: 1 1 auto;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    align-self: center;
    margin-bottom: 30px;
  }
}
.footer__copyright {
  font-size: 0.6875rem;
  line-height: 1.48;
  text-align: right;
}

.footerNav {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.footerNav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}
@media screen and (max-width: 1024px) {
  .footerNav__list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footerNav__list {
    font-size: 0.8125rem;
    gap: 15px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.footerNav__item {
  flex: 0 0 auto;
}
.footerNav__link {
  font-weight: 500;
  line-height: 1.48;
  white-space: nowrap;
}
@media (hover: hover) {
  .footerNav__link:hover {
    opacity: 0.75;
  }
}
/*# sourceMappingURL=style.css.map */