@charset "UTF-8";
/*----------------------------------
パーツCSS
----------------------------------*/
.post-area h2,
.post-area h3,
.post-area h4,
.post-area h5 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 30px 0 10px;
}
.post-area h2 {
  font-size: 2.8rem;
  color: #F0F2F0;
  padding: 0.15em 0.85em;
  background-color: #005E3C;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-area h3 {
  font-size: 2.5rem;
  color: #005E3C;
  padding: 0.1em 0.7em;
  border-left: 8px solid #005E3C;
  border-bottom: 1px solid #005E3C;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-area h4 {
  font-size: 2.2rem;
  color: #005E3C;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #005E3C;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-area h5 {
  font-size: 2rem;
  color: #333;
  background-color: #E4E9E6;
  padding: 0.15em 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-area a {
  text-decoration: underline;
  color: #005E3C;
}
.post-area a:hover {
  text-decoration: none;
}
.post-area a[target=_blank]::after {
  display: inline-block;
  vertical-align: text-bottom;
  width: 1em;
  aspect-ratio: 1/1;
  background: currentColor;
  -webkit-mask: url(../img/ico_external.svg) no-repeat center/contain;
          mask: url(../img/ico_external.svg) no-repeat center/contain;
  margin-left: 0.2em;
  content: "";
}
.post-area a[href$=".pdf"]::after, .post-area a[href$=".doc"]::after, .post-area a[href$=".docx"]::after, .post-area a[href$=".xls"]::after, .post-area a[href$=".xltx"]::after, .post-area a[href$=".xlsx"]::after {
  width: auto;
  height: auto;
  margin-left: 0.2em;
  background: none;
  -webkit-mask: none;
          mask: none;
  font-family: "FontAwesome";
}

[class*=anchor-link] a,
a[class*=wp-block-button] {
  color: #fff;
}

.wp-block-button .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  position: relative;
  border-radius: 0;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 12px 15px;
  background-color: #333;
  line-height: 1.4;
  white-space: nowrap;
}
.wp-block-button .wp-block-button__link::before {
  content: "";
  background: url(../img/arrow_right_white.svg) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  margin-right: 20px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #333;
  background-color: #F0F2F0;
}
.wp-block-button.is-style-outline .wp-block-button__link::before {
  background: url(../img/arrow_right_black.svg) no-repeat center center/contain;
}

.anchor-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #005E3C;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  padding: 6px 15px;
  line-height: 1.4;
}
.anchor-link a::after {
  content: "";
  background: url(../img/icon_anchor_link.svg) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  height: 17px;
  margin-left: 20px;
}

.anchor-link-4 .wp-block-column {
  width: calc(25% - 7.5px);
}
@media (max-width: 767px) {
  .anchor-link-4 .wp-block-column {
    width: 100%;
  }
}

.column {
  letter-spacing: 0.1em;
}
.column p:first-of-type {
  font-size: 2.2rem;
  font-weight: 700;
  color: #005E3C;
  border-bottom: 1px solid #005E3C;
}
@media (max-width: 767px) {
  .column p:first-of-type {
    font-size: 2rem;
  }
}
.column p:nth-of-type(2) {
  font-size: 1.6rem;
  margin-top: 8px;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .column p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}

.column-img > p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #005E3C;
  border-bottom: 1px solid #005E3C;
}
@media (max-width: 767px) {
  .column-img > p {
    font-size: 2rem;
  }
}
.column-img .wp-block-media-text {
  -ms-grid-columns: 30.6% 1fr !important;
  grid-template-columns: 30.6% 1fr !important;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .column-img .wp-block-media-text {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .column-img .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
}
.column-img .wp-block-media-text__media img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .column-img .wp-block-media-text__media img {
    height: 52vw;
  }
}
.column-img .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 40px;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
@media (max-width: 767px) {
  .column-img .wp-block-media-text .wp-block-media-text__content {
    margin-top: 20px;
    padding: 0;
  }
}

.ghostkit-accordion-item-content {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .ghostkit-accordion-item-content {
    padding-top: 15px;
  }
}
.ghostkit-accordion-item-content .wp-block-media-text {
  -ms-grid-columns: 30.6% 1fr !important;
  grid-template-columns: 30.6% 1fr !important;
}
@media (max-width: 767px) {
  .ghostkit-accordion-item-content .wp-block-media-text {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
  }
}
@media (max-width: 767px) {
  .ghostkit-accordion-item-content .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
}
.ghostkit-accordion-item-content .wp-block-media-text__media img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .ghostkit-accordion-item-content .wp-block-media-text__media img {
    height: 52vw;
  }
}
.ghostkit-accordion-item-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 40px;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
@media (max-width: 767px) {
  .ghostkit-accordion-item-content .wp-block-media-text .wp-block-media-text__content {
    margin-top: 20px;
    padding: 0;
  }
}

.ghostkit-accordion {
  margin-bottom: 10px;
}

.ghostkit-accordion-item-heading {
  border-bottom: 1px solid #005E3C;
  padding-bottom: 5px;
}

.ghostkit-accordion-item-label {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ghostkit-accordion-item-label {
    font-size: 2rem;
  }
}

.ghostkit-svg-icon {
  display: none !important;
}

.ghostkit-accordion-item-collapse::after {
  content: "";
  background: url(../img/icon_arrow_open.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 7px;
}

.ghostkit-accordion-item-active .ghostkit-accordion-item-collapse {
  -webkit-transform: none !important;
          transform: none !important;
}
.ghostkit-accordion-item-active .ghostkit-accordion-item-collapse::after {
  content: "";
  background-image: url(../img/icon_arrow_close.svg);
}

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

/*----------------------------------
下層ページ共通
----------------------------------*/
.page-mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 400/150;
  background: url(../img/page-mainvisual2.jpg) no-repeat center left/cover;
  -webkit-mask: url(../img/wave.svg) no-repeat bottom center/cover;
          mask: url(../img/wave.svg) no-repeat bottom center/cover;
  position: relative;
}
@media (min-width: 768px) {
  .page-mainvisual {
    aspect-ratio: 1400/400;
    min-height: 400px;
    background-position: center;
  }
}
.page-mainvisual__link {
  display: block;
  position: absolute;
  width: 15%;
  bottom: 20%;
  right: 5%;
}
@media (min-width: 768px) {
  .page-mainvisual__link {
    width: 11.5%;
    bottom: 21%;
    right: 10%;
  }
}
.page-mainvisual__link img {
  width: 100%;
}

.page__title {
  color: #005E3C;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .page__title {
    font-size: 5.5rem;
  }
}

.page__title_2 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2692307692;
}
@media (min-width: 768px) {
  .page__title_2 {
    font-size: 2.6rem;
  }
}

.post-area {
  padding: 20px 0 80px;
}
@media (min-width: 768px) {
  .post-area {
    padding-top: 40px;
  }
}

.archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .archive__pagination {
    margin-top: 50px;
  }
}

.pagination-link {
  display: inline-block;
  margin-right: 12px;
}
.pagination-link:last-child {
  margin-right: 0;
}

.page-numbers {
  width: 41px;
  height: 47px;
  border: 1px solid #005E3C;
  text-align: center;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #005E3C;
  margin-right: 8px;
  display: block !important;
  background-color: #E4E9E6;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers .fas {
  margin-top: 12px;
}

.page-numbers.current {
  color: #E4E9E6 !important;
  background-color: #005E3C;
}

.breadcrumb {
  font-size: 1.4rem;
  margin-bottom: 0 !important;
  padding-top: 17px !important;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 1.2rem;
    padding-left: 0 !important;
  }
}

.breadcrumb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumb__items > span {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .breadcrumb__items > span {
    margin-left: 26px;
  }
}
.breadcrumb__items > span:first-child {
  margin-left: 0;
  font-weight: 700;
}
.breadcrumb__items > span:first-child, .breadcrumb__items > span:nth-child(2), .breadcrumb__items > span:nth-child(3) {
  position: relative;
}
.breadcrumb__items > span:first-child::after, .breadcrumb__items > span:nth-child(2)::after, .breadcrumb__items > span:nth-child(3)::after {
  content: "";
  background: url(../img/arrow-breadcrumb.svg) no-repeat center left/contain;
  position: absolute;
  top: 6px;
  right: -22px;
  width: 7px;
  height: 12px;
  display: inline-block;
}
@media (max-width: 767px) {
  .breadcrumb__items > span:first-child::after, .breadcrumb__items > span:nth-child(2)::after, .breadcrumb__items > span:nth-child(3)::after {
    top: 5px;
    right: -16px;
    width: 5px;
    height: 10px;
  }
}
.breadcrumb__items > span:first-child a, .breadcrumb__items > span:nth-child(2) a, .breadcrumb__items > span:nth-child(3) a {
  color: #333;
}
.breadcrumb__items > span:last-child {
  position: relative;
}
.breadcrumb__items > span:last-child::after {
  content: none;
}
.breadcrumb__items > span a:hover {
  opacity: 0.7;
}
.breadcrumb__items > span .current-item {
  color: #333;
}
.breadcrumb__items > span .current-item::after {
  content: none;
}
.breadcrumb__items > span .post {
  padding: 0;
}
.breadcrumb__items span:nth-of-type(2) {
  white-space: nowrap;
}
.breadcrumb__items a span {
  color: #333;
}

.row-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.row-0 > [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-50 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-60 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
.row-70 {
  margin-left: -35px;
  margin-right: -35px;
}
.row-70 > [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}
.row-80 {
  margin-left: -40px;
  margin-right: -40px;
}
.row-80 > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
.row-90 {
  margin-left: -45px;
  margin-right: -45px;
}
.row-90 > [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}
.row-100 {
  margin-left: -50px;
  margin-right: -50px;
}
.row-100 > [class*=col-] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .row-md-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .row-md-0 > [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-md-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-md-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-md-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-md-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row-md-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row-md-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-md-60 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row-md-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-md-70 > [class*=col-] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row-md-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-md-80 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row-md-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row-md-90 > [class*=col-] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row-md-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-md-100 > [class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fz__ex-large {
  font-size: 2.1875em;
  line-height: 1;
}

.btn-1 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 155px;
  border: 1px solid;
  padding: 0.45em 0.5em;
  margin: auto;
  text-align: center;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
}
.btn-1::before {
  display: inline-block;
  width: 0.7272727273em;
  background: currentColor;
  -webkit-mask: url(../img/arrow_right_black2.svg) no-repeat center/contain;
          mask: url(../img/arrow_right_black2.svg) no-repeat center/contain;
  margin-right: 0.4em;
  aspect-ratio: 1/1;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 768px) {
  .btn-1 {
    font-size: 2.2rem;
  }
}
a[href]:hover .btn-1, .btn-1[href]:hover {
  color: #333;
  text-decoration: none;
}
a[href]:hover .btn-1::before, .btn-1[href]:hover::before {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.btn-2 {
  display: inline-block;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
}
.btn-2::before {
  display: inline-block;
  width: 0.7272727273em;
  background: currentColor;
  -webkit-mask: url(../img/arrow_right_black2.svg) no-repeat center/contain;
          mask: url(../img/arrow_right_black2.svg) no-repeat center/contain;
  margin-right: 0.4em;
  aspect-ratio: 1/1;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 768px) {
  .btn-2 {
    font-size: 2.2rem;
  }
}
a[href]:hover .btn-2, .btn-2[href]:hover {
  color: #333;
}
a[href]:hover .btn-2::before, .btn-2[href]:hover::before {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.btn-2__small {
  font-size: inherit;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  list-style: none;
}
.wp-pagenavi > *:nth-child(n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  margin: 5px;
  border: 1px solid #005E3C;
  position: relative;
  text-align: center;
  color: #005E3C;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}
.wp-pagenavi > *:nth-child(n):hover {
  opacity: 1;
  color: #005E3C;
  text-decoration: none;
}
@media (min-width: 768px) {
  .wp-pagenavi > *:nth-child(n) {
    width: 40px;
    font-size: 1.8rem;
  }
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: none;
  background: none;
  font-size: 0;
}
@media (min-width: 768px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: auto;
  }
}
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  font-family: FontAwesome;
  font-size: 2rem;
  font-weight: bold;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .previouspostslink::before {
  content: "\f104";
}
.wp-pagenavi .nextpostslink::before {
  content: "\f105";
}
.wp-pagenavi .current {
  border-color: transparent !important;
  background: #005E3C;
  opacity: 1;
  color: #fff !important;
  text-decoration: none;
}
.wp-pagenavi .extend,
.wp-pagenavi .pages {
  display: none !important;
}

/*----------------------------------
Memberページ
----------------------------------*/
.home-ttl-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.2em;
  letter-spacing: -0.03em;
  font-size: 3.5rem;
  line-height: 1.3;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(13%, transparent), color-stop(13%, #fff), color-stop(37%, #fff), color-stop(37%, transparent), to(transparent));
  background: linear-gradient(0deg, transparent 0%, transparent 13%, #fff 13%, #fff 37%, transparent 37%, transparent 100%);
}
@media (min-width: 768px) {
  .home-ttl-1 {
    font-size: 7rem;
  }
}
.home-white-area .home-ttl-1 {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(13%, transparent), color-stop(13%, #F0F2F0), color-stop(37%, #F0F2F0), color-stop(37%, transparent), to(transparent));
  background: linear-gradient(0deg, transparent 0%, transparent 13%, #F0F2F0 13%, #F0F2F0 37%, transparent 37%, transparent 100%);
}

.home-ttl-2 {
  margin-bottom: 0.1em;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .home-ttl-2 {
    font-size: 4rem;
  }
}
.home-mv {
  -webkit-mask: url(../img/wave.svg) no-repeat bottom center/cover;
          mask: url(../img/wave.svg) no-repeat bottom center/cover;
  position: relative;
}
.home-mv::before {
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.home-mv__video {
  aspect-ratio: 1280/720;
}
.home-mv__video video {
  display: block;
}
.home-mv__txt {
  width: 100%;
  position: absolute;
  top: 39%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .home-mv__txt {
    font-size: max(1.4285714286vw, 2rem);
  }
}
.home-mv__ttl {
  font-size: 2.25em;
}
.home-mv__ttl strong {
  font-size: 1.6em;
  font-weight: normal;
}
.home-mv__link {
  display: block;
  position: absolute;
  width: 15%;
  bottom: 20%;
  right: 5%;
  z-index: 5;
}
@media (min-width: 768px) {
  .home-mv__link {
    width: 11.5%;
    bottom: 13%;
    right: 10%;
  }
}
.home-mv__link img {
  width: 100%;
}
.home-news {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home-news {
    margin-top: 95px;
  }
}
.home-event {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .home-event {
    margin-top: 45px;
  }
}
.home-white-area {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  background: #fff;
}
@media (min-width: 768px) {
  .home-white-area {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
.link-box-1 {
  display: block;
  color: #333;
  line-height: 1.2352941176;
}
.link-box-1:hover {
  color: #333;
  text-decoration: none;
}
.link-box-1__img {
  aspect-ratio: 300/200;
  overflow: hidden;
}
@media (min-width: 768px) {
  .link-box-1__img img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .link-box-1:hover .link-box-1__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.link-box-1__date {
  margin-top: 1em;
  color: #8B8B8B;
  font-weight: bold;
}
.link-box-1__txt {
  margin-top: 0.6em;
  font-size: 1.0625em;
}

/*----------------------------------
Memberページ
----------------------------------*/
.people-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  max-width: 300px;
  margin: auto;
}
@media (min-width: 768px) {
  .people-list {
    max-width: none;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
.people-list__link {
  display: block;
  color: #333;
  line-height: 1.3125;
}
.people-list__link:hover {
  color: #333;
  text-decoration: none;
}
.people-list__img {
  display: block;
  aspect-ratio: 300/335;
  overflow: hidden;
}
@media (min-width: 768px) {
  .people-list__img img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .people-list__link:hover .people-list__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.people-list__txt {
  padding: 20px;
  margin: -35px 15px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .people-list__txt {
    margin: -35px 25px 0;
  }
}
.people-list__name {
  font-weight: bold;
}
.people-list__name strong {
  display: block;
  font-size: 1.25em;
}
.people-list__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 0.8em;
}
.people-single__header {
  background: #fff;
  line-height: 1.3125;
}
@media (min-width: 768px) {
  .people-single__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 230px 1fr;
    grid-template-columns: 230px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.people-single__img {
  aspect-ratio: 1/1;
}
.people-single__txt {
  padding: 15px;
}
@media (min-width: 768px) {
  .people-single__txt {
    padding: 30px;
  }
}
.people-single__name {
  font-weight: bold;
}
@media (min-width: 768px) {
  .people-single__name {
    font-size: 2rem;
  }
}
.people-single__name strong {
  display: block;
  font-size: 1.3em;
}
.people-single__description {
  margin-top: 1em;
}
.people-single__ttl {
  margin-bottom: 0.3em;
  color: #005E3C;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.searchandfilter > div > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px 0;
}
.searchandfilter > div > ul > li {
  display: block;
}
.searchandfilter > div > ul > li label {
  padding-right: 1em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .searchandfilter > div > ul > li label {
    font-size: 1.9rem;
  }
}
.searchandfilter > div > ul > li label input[type=checkbox] {
  margin-right: 0.2em;
}
.searchandfilter > div > ul > li input[type=text] {
  display: block;
  width: 100%;
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
  border: 1px solid #333;
  min-width: 220px;
}
@media (min-width: 768px) {
  .searchandfilter > div > ul > li input[type=text] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.searchandfilter > div > ul > li input[type=submit] {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  padding: 0.45em 1em 0.45em 2.5em;
  background-color: transparent;
  background-image: url(../img/arrow_right_black2.svg);
  background-repeat: no-repeat;
  background-position: center left 1em;
  background-size: 1em auto;
  text-align: center;
  color: #333;
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .searchandfilter > div > ul > li input[type=submit] {
    font-size: 2.2rem;
  }
}

/*----------------------------------
Newsアーカイブページ
----------------------------------*/
.news-archive {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .news-archive {
    padding-bottom: 80px;
  }
}
.news-archive .news__cat {
  margin-left: 20px;
}
.news-archive .archive__pagination {
  border-top: none;
}

.event__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .event__wrap {
    display: block;
  }
}

.select__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .select__cat {
    min-width: 170px;
  }
}
.select__cat::before, .select__cat::after {
  position: absolute;
  content: "";
}
.select__cat::before {
  width: 30px;
  height: 100%;
  background: #005E3C;
  top: 0;
  right: 0;
}
.select__cat::after {
  top: 50%;
  right: 15px;
  content: "\f107";
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #fff;
  font-family: FontAwesome;
  font-size: 2.2rem;
}
.select__cat select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 45px 0 1em;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 3;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .select__cat select {
    height: 50px;
  }
}

.news__items {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news__items {
    margin-top: 40px;
  }
}

.news__item + .news__item {
  margin-top: 30px;
}
.news__item .news__img {
  width: 370px;
  height: 210px;
}
@media (max-width: 767px) {
  .news__item .news__img {
    width: 100%;
    height: 53vw;
    max-height: 300px;
  }
}
.news__item .info__title {
  color: #333;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .news__item .info__title {
    font-size: 1.4rem;
  }
}

.event-date,
.info__dete {
  color: #333;
}
@media (max-width: 767px) {
  .event-date,
  .info__dete {
    font-size: 1.4rem;
  }
}

.event-place {
  margin-top: 5px;
}

.news__link:hover {
  text-decoration: none;
}
.news__link:hover .info__title {
  text-decoration: underline;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .news__content {
    display: block;
  }
}
.news__content .news__img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .news__content .news__img img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .news__link:hover .news__content .news__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.news__content .news__right {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .news__content .news__right {
    margin: 10px 0 0 0;
  }
}

.news-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-info__wrap .news__cat {
  position: relative;
  top: initial;
  left: initial;
}
.news-info__wrap .info__published {
  letter-spacing: 0.1em;
  color: #333;
}

.archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.archive__pagination ul {
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: transparent;
  border: none;
}

.archive__pagination ul li {
  margin-right: 10px;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 0;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1.2352941176;
}
@media (min-width: 768px) {
  .news-list {
    gap: 50px 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 767px) {
  .news-list__item {
    padding: 0 10px;
  }
  .news-list__item:nth-child(n+2) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .news-list__item {
    width: 50%;
    padding: 0 25px;
  }
  .news-list__item:nth-child(n+3) {
    width: 33.33333%;
  }
}
.news-list__link {
  display: block;
  color: #333;
}
.news-list__link:hover {
  color: #333;
  text-decoration: none;
}
.news-list__img {
  aspect-ratio: 475/300;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-list__img img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .news-list__link:hover .news-list__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.news-list__date {
  margin-top: 1em;
  color: #8B8B8B;
  font-weight: bold;
}
.news-list__ttl {
  margin-top: 0.6em;
}
@media (min-width: 768px) {
  .news-list__ttl {
    font-size: 1.0625em;
  }
}
.event-box {
  display: -ms-grid;
  display: grid;
  gap: 10px 0;
  color: #333;
  line-height: 1.2;
}
.event-box:hover {
  color: #333;
  text-decoration: none;
}
.event-box__img {
  aspect-ratio: 475/280;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 768px) {
  .event-box__img img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .event-box:hover .event-box__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.event-box__img img:not(.object-fit-cover) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-box__cat {
  color: #8B8B8B;
  font-weight: bold;
  text-transform: uppercase;
}
.event-box__ttl {
  font-size: 1.125em;
  font-weight: bold;
}
.event-box__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 0.9375em;
}
.event-box__place::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8em;
  aspect-ratio: 12/17;
  margin-right: 0.5em;
  background: url(../img/icon_pin2.svg) no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.event-list {
  border-bottom: 1px solid #333;
  line-height: 1.2;
}
.event-list__item {
  border-top: 1px solid #333;
}
.event-list__link {
  display: -ms-grid;
  display: grid;
  gap: 5px 0;
  padding: 15px 0;
  color: #333;
}
.event-list__link:hover {
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .event-list__link {
    gap: 10px 0;
    padding: 30px 0;
  }
}
.event-list__day {
  color: #8B8B8B;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
}
.event-list__cat {
  color: #8B8B8B;
  font-weight: bold;
  text-transform: uppercase;
}
.event-list__ttl {
  font-weight: bold;
  font-size: 1.125em;
}
.event-list__time {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .event-list__time {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
  .event-list__time::after {
    margin: 0 0.4em;
    content: "|";
  }
}

.event-list2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .event-list2 {
    gap: 40px;
  }
}
.event-list2__item {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "postDate img" "txt txt";
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr;
  background: #fff;
  color: #333;
}
.event-list2__item:hover {
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .event-list2__item {
    background: none;
        grid-template-areas: "postDate img txt";
    -ms-grid-columns: 50px 350px 1fr;
    grid-template-columns: 50px 350px 1fr;
  }
}
.event-list2__post-date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: postDate;
  padding: 1.2em 0;
  background: #005E3C;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.event-list2__post-date strong {
  display: block;
  font-size: 1.6666666667em;
  font-weight: normal;
}
.event-list2__img {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: img;
  aspect-ratio: 350/220;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .event-list2__img img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .event-list2__item:hover .event-list2__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.event-list2__img img:not(.object-fit-cover) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-list2__txt {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: txt;
  -ms-grid-row-align: center;
      align-self: center;
  padding: 20px;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .event-list2__txt {
    padding: 1em 2em;
  }
}
.event-list2__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.8em;
  line-height: 1;
  color: #fff;
}
.event-list2__cat.public_events {
  background-color: #005E3C;
}
.event-list2__cat.seminars {
  background-color: #BD933C;
}
.event-list2__cat.conferences {
  background-color: #CF4148;
}
.event-list2__event-date {
  margin-top: 0.4em;
  font-size: 1.125em;
  line-height: 1.5;
}
.event-list2__ttl {
  margin-top: 0.2em;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: bold;
}
/*----------------------------------
Events
----------------------------------*/
/*----------------------------------
News詳細ページ
----------------------------------*/
.news-single .news__cat {
  margin-left: 20px;
}
.news-single .info__title {
  margin: 20px 0;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .news-single .info__title {
    font-size: 2rem;
    margin: 10px 0;
  }
}
.news-single .event-place {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .news-single .event-place {
    margin-top: 5px;
  }
}

.news-info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .news-info__head {
    display: block;
  }
}

.news-info__left {
  max-width: 1000px;
}

.news-info__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .news-info__right {
    width: 100%;
    margin-left: 0;
  }
}

.tag-list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tag-list {
    display: block;
  }
}
.tag-list li + li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .tag-list li + li {
    margin: 30px 0 0 0;
  }
}
.tag-list li a {
  background-color: #005E3C;
  color: #fff;
  padding: 10px;
}
@media (max-width: 767px) {
  .tag-list li a {
    font-size: 1.4rem;
  }
}

.news-single {
  padding-bottom: 80px;
}
.news-single__wrap {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .news-single__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .news-single__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px;
    padding-left: 30px;
    margin: 0 0 0 30px;
    border-left: 1px solid #C8C8C8;
  }
}
.news-single__date {
  margin-bottom: 0.2em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .news-single__date {
    font-size: 1.125em;
  }
}

.event-single {
  padding-bottom: 80px;
}
.event-single__wrap {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .event-single__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
        grid-template-areas: "info img" "content content";
  }
  .event-single__wrap > .event-list2__img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) {
  .event-single__info {
    grid-area: info;
  }
}
.event-single__date {
  margin-bottom: 0.2em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .event-single__date {
    font-size: 1.125em;
  }
}
@media (min-width: 768px) {
  .event-single__img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: img;
    width: 300px;
    margin-left: 40px;
  }
}
.event-single__content {
  border-top: 1px solid #C8C8C8;
}
@media (min-width: 768px) {
  .event-single__content {
    grid-area: content;
    padding-top: 40px;
    margin-top: 40px;
  }
}

/*----------------------------------
Calendarページ
----------------------------------*/
@media (max-width: 767px) {
  .google-calendar iframe {
    width: 100%;
    height: 100%;
  }
}

/*----------------------------------
Publicationsページ
----------------------------------*/
.publications__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.publications__images li {
  width: calc(25% - 22.5px);
}
@media (max-width: 767px) {
  .publications__images li {
    width: 100%;
  }
}
.publications__images li + li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .publications__images li + li {
    margin: 20px 0 0 0;
  }
}
.publications__images li:nth-child(4n+1) {
  margin-left: 0;
}
.publications__images li:nth-child(n+5) {
  margin-top: 20px;
}

.publications__img {
  width: 100%;
  height: 100%;
}
.publications__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.publications__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .publications__items {
    display: block;
  }
}

.publications__link {
  width: calc(20% - 40px);
  height: 40px;
}
@media (max-width: 767px) {
  .publications__link {
    width: 150px;
    margin: 20px auto 0;
  }
}
.publications__link + li {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .publications__link + li {
    margin: 20px auto 0;
  }
}
.publications__link:nth-child(5n+1) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .publications__link:nth-child(5n+1) {
    margin: 20px auto 0;
  }
}
.publications__link:nth-child(n+6) {
  margin-top: 20px;
}
.publications__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #005E3C;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.publications__content {
  margin-top: 80px;
}
.publications__content p {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .publications__content p {
    font-size: 1.6rem;
  }
}

.dataTables_wrapper {
  overflow: scroll;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  display: none;
}

table.tablepress .sorting {
  pointer-events: none;
  text-align: center;
}
table.tablepress .sorting::after {
  content: none;
}
table.tablepress th,
table.tablepress td {
  padding-left: 15px;
}
table.tablepress th {
  background-color: #9ABB59;
  border-right: 2px solid #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  table.tablepress th {
    font-size: 16px;
  }
}
table.tablepress th.column-5 {
  border-right: none;
}
table.tablepress td {
  border-right: 2px solid #fff;
}
table.tablepress td.column-5 {
  border-right: none;
}
table.tablepress caption {
  display: none;
}

.tablepress > :where(tbody) > .even > * {
  background-color: #DEE7D1 !important;
}

.tablepress > :where(tbody) > .odd > * {
  background-color: #EFF3EA !important;
}

.row-hover {
  border-top: 5px solid #fff;
}
.row-hover tr {
  border-top: 2px solid #fff;
}

.publications-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .publications-gallery {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
.publications-gallery__img {
  aspect-ratio: 176/235;
}
.publications-ttl {
  margin-top: 30px;
  margin-bottom: 0.3em;
  color: #005e3c;
  font-size: 2.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .publications-ttl {
    margin-top: 50px;
  }
}

.publications-list__item {
  width: 100%;
  padding: 1em;
  background: white;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .publications-list__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8em 1em 1fr;
    grid-template-columns: 8em 1fr;
    gap: 1em;
    font-size: inherit;
  }
  .publications-list__item + .publications-list__item {
    border-top: 1px solid #b0b0b0;
  }
}
.publications-list__item a {
  color: #005e3c;
  text-decoration: underline;
}
.publications-list__item a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .publications-list__numbering {
    padding: 0.5em 1em;
    margin: -1em -1em 0.5em;
    background: #005e3c;
    color: #fff;
  }
}

/*----------------------------------
初期化
----------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  height: 100%;
  line-height: 1;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: normal;
  color: #333;
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F0F2F0;
  overflow-x: auto;
  overflow-wrap: break-word;
  min-width: 1200px;
  padding-top: 0 !important;
  letter-spacing: 0 !important;
  height: auto !important;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.75;
    min-width: initial !important;
  }
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
}
a.no-icon::after {
  display: none !important;
}

.d-iblock {
  display: inline-block;
}

@media (max-width: 767px) {
  .d-iblock-sp {
    display: inline-block;
  }
}

/*----------------------------------
補完クラス
----------------------------------*/
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

/*----------------------------------
共通パーツ
----------------------------------*/
.inner {
  max-width: 100% !important;
  margin: 0 auto;
  height: inherit;
}
@media (max-width: 767px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  width: 1000px !important;
}

/*----------------------------------
ヘッダー
----------------------------------*/
.header {
  z-index: 20;
  padding: 15px 30px 36px 20px;
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1023px) {
  .header {
    padding: 14px 14px 0 14px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 13px 10px 15px 10px;
  }
}

.header__above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1750px;
  margin: auto;
}
.header__above .header__nav_items {
  margin-top: 23px;
}
@media (max-width: 1023px) {
  .header__above .header__nav_items {
    display: none;
  }
}
.header__above .header__nav_items li {
  margin-left: 15px;
  color: #333;
}
.header__above .header__nav_items li a {
  padding: 2px 14px;
}
.header__above .header__nav_items li:first-child {
  font-weight: 700;
}
.header__above .header__nav_items li:nth-child(-n+3) a {
  padding: 2px 0;
}
.header__above .header__nav_items li:nth-child(n+4) a {
  background-color: #003C28;
  color: #fff !important;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header__logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__logo_img {
  width: 300px;
}
@media (max-width: 767px) {
  .header__logo_img {
    width: 170px;
  }
}
.header__logo_img + .header__logo_img {
  width: 60px;
}
@media (max-width: 767px) {
  .header__logo_img + .header__logo_img {
    width: 50px;
    margin: 0 0 10px 0;
  }
}
.header__logo_img a::after {
  content: none !important;
}

.header__bottom {
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .header__bottom {
    display: none;
  }
}
.header__bottom .header__nav_items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__bottom .header__nav_items li {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 25px;
  letter-spacing: 0.05em;
}
.header__bottom .header__nav_items li ul li {
  font-size: 1.5rem;
}
.header__bottom .header__nav_items li ul li a {
  white-space: initial;
}
.header__bottom .header__nav_items li ul li a:hover {
  color: #333;
  cursor: pointer;
}
.header__bottom .header__nav_items li a {
  position: relative;
  white-space: nowrap;
}
.header__bottom .header__nav_items li a:hover {
  text-decoration: none !important;
}

.header__nav {
  margin-left: auto;
  height: 100%;
}

.header__nav_items {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 1.8rem;
}
.header__nav_items li {
  text-align: left;
  height: 100%;
  position: relative;
  line-height: 1.2;
}
.header__nav_items li:hover a {
  position: relative;
}
.header__nav_items li:hover a::before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: transparent;
}
.header__nav_items li:hover > ul {
  display: block;
}
.header__nav_items li ul {
  position: absolute;
  display: none;
  width: 213px;
  padding: 25px 10px 20px;
  background-color: #fff;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__nav_items li ul::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: #333 transparent transparent transparent;
}
.header__nav_items li ul li {
  display: block;
  padding: 0 !important;
  border-right: none !important;
}
.header__nav_items li ul li + li {
  margin-top: 25px;
}
.header__nav_items li ul li a {
  color: #333 !important;
  opacity: 1;
  display: inline;
}
.header__nav_items li ul li a::after {
  content: none !important;
}
.header__nav_items li ul li a:hover {
  opacity: 1;
}
.header__nav_items li ul li a:hover::after {
  content: "" !important;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.header__nav_items li a {
  color: #333 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  width: 100%;
}
.header__nav_items li a:hover {
  opacity: 1;
}

/*----------------------------------
ドロワー
----------------------------------*/
.drawer__nav {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.drawer__nav.show {
  opacity: 1;
  visibility: visible;
}

/*menu*/
.drawer__toggle {
  display: none;
}
@media (max-width: 1023px) {
  .drawer__toggle {
    display: block;
    position: fixed;
    top: 37px;
    right: 15px;
    margin-top: 0;
    background-color: #005E3C;
    cursor: pointer;
    z-index: 41;
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .drawer__toggle {
    top: 13px;
  }
}
.drawer__toggle::after {
  content: "MENU";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.drawer__toggle.show::after {
  content: none;
}
.drawer__toggle.show .drawer__line--top {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  top: 26px;
  left: 17px;
  background: #fff;
  width: 21px;
}
.drawer__toggle.show .drawer__line--bottom {
  top: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  background: #fff;
  top: 26px;
  left: 17px;
  width: 21px;
}

.drawer__line {
  background: #333;
  display: none;
  height: 2px;
  position: absolute;
  width: 40px;
}
@media (max-width: 767px) {
  .drawer__line {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .drawer__line {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .drawer__line--top {
    top: 15px;
    left: 8px;
  }
}

.drawer__line--bottom {
  top: 11px;
}
@media (max-width: 767px) {
  .drawer__line--bottom {
    top: 23px;
    left: 8px;
  }
}

/*gnav*/
.drawer__nav {
  background: #F0F2F0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 40;
  overflow: scroll;
  padding-top: 80px;
  padding-bottom: 42px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.drawer__nav.show {
  opacity: 1;
  visibility: visible;
}
.drawer__nav .header__above {
  display: block;
}
.drawer__nav .header__above .header__nav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drawer__nav .header__nav_items {
  margin-top: 16px;
}
.drawer__nav .header__nav_items.bottom {
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer__nav .header__nav_items.bottom li {
  width: 46%;
  max-width: 160px;
}
.drawer__nav .header__nav_items.bottom li + li {
  margin-left: 15px;
}
.drawer__nav .header__nav_items.bottom li a {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  background-color: #005E3C;
  border-bottom: none;
}
.drawer__nav .header__nav_items li:first-child {
  margin-left: 0;
}
.drawer__nav .header__nav_items li a {
  color: #333 !important;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 1px solid #005E3C;
  padding-bottom: 3px;
}
.drawer__nav .header__nav_items li a:hover {
  text-decoration: none;
}

.drawer__above {
  padding: 0 15px;
}

.drawer__head {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  color: #005E3C;
  letter-spacing: 0.03em;
}

.drawer__wrap {
  width: 100%;
  height: auto;
  margin-top: 30px;
  letter-spacing: 0.02em;
}

.drawer__menu li {
  display: block;
  color: #000;
  font-size: 2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-top: 1px solid #fff;
  position: relative;
  border-top: 1px dotted #9F9F9F;
}
.drawer__menu li a {
  display: block;
  padding: 18.5px 0 18.5px 0;
  color: #333;
  width: 80%;
  position: relative;
  z-index: 2;
}
.drawer__menu li a:hover {
  opacity: 1;
}
.drawer__menu li:hover {
  cursor: pointer;
}
.drawer__menu li:last-child {
  border-bottom: 1px dotted #9F9F9F;
}
.drawer__menu li::before {
  content: "";
  background: url(../img/icon_arrow_open.svg) no-repeat center right/contain;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 17px;
}
@media (max-width: 767px) {
  .drawer__menu li::before {
    top: 50%;
  }
}
.drawer__menu li.open::before {
  background-image: url(../img/icon_arrow_close.svg);
  top: 32px;
  z-index: 50;
}
.drawer__menu li.open::before:hover {
  cursor: pointer;
}
.drawer__menu li.open ul {
  display: block;
  padding-left: 0;
}
.drawer__menu li.open ul li {
  border-top: 1px dotted #9F9F9F;
}
.drawer__menu li.open ul li:last-child {
  border-bottom: none;
}
.drawer__menu li.open ul li::before {
  content: none;
}
.drawer__menu li.no-sub-menu::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.drawer__menu li.no-sub-menu a {
  width: 100%;
}
.drawer__menu li ul {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .drawer__menu li ul {
    margin-top: 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .drawer__menu li ul li {
    border-top: none;
  }
}
.drawer__menu li ul li::before {
  content: none;
}
.drawer__menu li ul li a {
  position: relative;
  padding-left: 40px;
  pointer-events: auto;
}
.drawer__menu li ul li a::after {
  content: "";
  background: url(../img/icon_arrow_link.svg) no-repeat center left/contain;
  position: absolute;
  top: 60%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 17px;
}
@media (max-width: 767px) {
  .drawer__menu li ul li a::after {
    top: 50%;
  }
}

/*----------------------------------
メインビジュアル
----------------------------------*/
.mainvisual {
  width: 1400px;
  max-width: 100%;
  position: relative;
}
.mainvisual__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .mainvisual__wrap {
    display: block;
  }
}

.mainvisual__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76.214%;
          flex: 0 0 76.214%;
}
@media (max-width: 767px) {
  .mainvisual__video {
    width: 100%;
  }
}

.mainvisual__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 366px;
          flex: 0 0 366px;
}
@media (max-width: 767px) {
  .mainvisual__content {
    width: 366px;
    max-width: 100%;
    margin: auto;
  }
}

.copy__head {
  width: 57%;
  margin: 55px 0 0 40px;
  position: relative;
}
@media (max-width: 767px) {
  .copy__head {
    width: 207px;
    margin: 40px auto 0;
  }
}
.copy__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
  border: 1px solid #333;
  z-index: -1;
}

.mainvisual__copy {
  text-align: right;
}

.mainvisual__subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  margin: -1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.mainvisual__title--above,
.mainvisual__title--bottom {
  font-size: 5.53rem;
  text-align: right;
  display: inline-block;
  font-weight: 700;
  background-color: #fff;
  line-height: 1.22;
}
@media (max-width: 767px) {
  .mainvisual__title--above,
  .mainvisual__title--bottom {
    font-size: 5.46rem;
  }
}

.mainvisual__title--above {
  margin: 70px -1px -1px -1px;
}

.mainvisual__title--bottom {
  margin: -10px 0 -1px -1px;
}
.mainvisual__title--bottom .font-small {
  font-size: 4rem;
}

.copy__bottom {
  width: 56%;
  margin: 15px 0 0 40px;
}
@media (max-width: 767px) {
  .copy__bottom {
    margin: 15px auto 0;
  }
}

.mainvisual__text {
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .mainvisual__text {
    font-size: 1rem;
  }
}

.section__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 10rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: -104px;
  margin: 0;
  background-color: #fff;
  color: #fff;
  letter-spacing: 0.03em;
  text-shadow: 1px 1px 0 #005E3C, -1px -1px 0 #005E3C, -1px 1px 0 #005E3C, 1px -1px 0 #005E3C, 0px 1px 0 #005E3C, -1px 0 #005E3C, -1px 0 0 #005E3C, 1px 0 0 #005E3C;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 18.7vw;
    left: -19vw;
    padding-top: 20px;
  }
}

.top-section__wrap {
  margin-left: 33px;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .top-section__wrap {
    margin-left: 15vw;
    padding-left: 7.7vw;
  }
}

.view-all {
  position: relative;
  border-top: 1px solid #333;
}
.view-all::before {
  content: "";
  background: url(../img/view_all_bar.png) no-repeat top center/contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 116px;
  height: 4px;
}
@media (max-width: 767px) {
  .view-all::before {
    width: 125px;
    height: 5px;
  }
}

.view-all__link {
  display: block;
  color: #333;
  width: 124px;
  padding-left: 35px;
  position: relative;
  margin: 5px 0 0 auto;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .view-all__link {
    font-size: 2rem;
    width: 125px;
  }
}
.view-all__link::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
}
@media (max-width: 767px) {
  .view-all__link::after {
    width: 18px;
    height: 18px;
  }
}

/*----------------------------------
Events & News
----------------------------------*/
.top-news {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .top-news {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .top-news.events .top-news__item:first-child, .top-news.events .top-news__item:nth-child(2), .top-news.events .top-news__item:nth-child(3), .top-news.events .top-news__item:nth-child(4) {
    float: none;
  }
}
.top-news.events .top-news__item:first-child {
  float: left;
}
.top-news.events .top-news__item:first-child .news__img, .top-news.events .top-news__item:nth-child(6) .news__img {
  height: 408px;
}
@media (max-width: 767px) {
  .top-news.events .top-news__item:first-child .news__img, .top-news.events .top-news__item:nth-child(6) .news__img {
    height: 64vw;
  }
}
.top-news.events .top-news__item:nth-child(2) .news__img, .top-news.events .top-news__item:nth-child(3) .news__img, .top-news.events .top-news__item:nth-child(4) .news__img, .top-news.events .top-news__item:nth-child(5) .news__img {
  height: 195px;
}
@media (max-width: 767px) {
  .top-news.events .top-news__item:nth-child(2) .news__img, .top-news.events .top-news__item:nth-child(3) .news__img, .top-news.events .top-news__item:nth-child(4) .news__img, .top-news.events .top-news__item:nth-child(5) .news__img {
    height: 64vw;
  }
}
.top-news.events .top-news__item:nth-child(2) {
  float: right;
}
@media (max-width: 767px) {
  .top-news.events .top-news__item:nth-child(2) {
    margin-top: 18px;
  }
}
.top-news.events .top-news__item:nth-child(3) {
  float: left;
  margin: 18px 0 0 18px;
}
@media (max-width: 767px) {
  .top-news.events .top-news__item:nth-child(3) {
    margin-left: 0;
  }
}
.top-news.events .top-news__item:nth-child(4) {
  clear: both;
  float: left;
  margin: 18px 0 18px 0;
}
.top-news.events .top-news__item:nth-child(5) {
  clear: both;
}
.top-news.events .top-news__item:nth-child(6) {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 410px;
}
@media (max-width: 767px) {
  .top-news.events .top-news__item:nth-child(6) {
    position: relative;
    display: none;
  }
}
.top-news.events .news__wrap {
  min-height: 408px;
}
@media (max-width: 767px) {
  .top-news.events .news__wrap {
    min-height: 64vw;
  }
}
@media (max-width: 767px) {
  .top-news.news .top-news__item:first-child {
    float: none;
  }
}
.top-news.news .top-news__item:first-child {
  float: left;
}
.top-news.news .top-news__item:last-child .news__img {
  height: 408px;
}
@media (max-width: 767px) {
  .top-news.news .top-news__item:last-child .news__img {
    height: 64vw;
  }
}
.top-news.news .top-news__item:first-child .news__img, .top-news.news .top-news__item:nth-child(2) .news__img {
  height: 195px;
}
@media (max-width: 767px) {
  .top-news.news .top-news__item:first-child .news__img, .top-news.news .top-news__item:nth-child(2) .news__img {
    height: 64vw;
  }
}
.top-news.news .top-news__item:first-child {
  clear: both;
  float: left;
  margin: 18px 0 18px 0;
}
.top-news.news .top-news__item:nth-child(2) {
  clear: both;
}
.top-news.news .top-news__item:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 410px;
}
@media (max-width: 767px) {
  .top-news.news .top-news__item:nth-child(3) {
    position: static;
    height: auto;
    margin-top: 18px;
  }
}
.top-news.news .news__wrap {
  min-height: 260px;
}
@media (max-width: 767px) {
  .top-news.news .news__wrap {
    min-height: 64vw;
  }
}
.top-news .top-section__wrap {
  padding-bottom: 58px;
}
@media (max-width: 767px) {
  .top-news .top-section__wrap {
    padding-bottom: 23px;
  }
}
.top-news .top-section__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #333;
}
.top-news .view-all {
  margin-left: 33px;
}
@media (max-width: 767px) {
  .top-news .view-all {
    margin-left: 15vw;
  }
}
.top-news .event-date,
.top-news .info__dete {
  color: #fff;
}

.event-date,
.start-time,
.event-place {
  position: relative;
  padding-left: 30px;
}
.event-date::before,
.start-time::before,
.event-place::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.event-date::before {
  background: url(../img/icon_calendar.svg) no-repeat center left/contain;
}
.event-date.white::before {
  background: url(../img/icon_calendar_white.svg) no-repeat center left/contain;
}

.start-time::before {
  background: url(../img/icon_clock.svg) no-repeat center left/contain;
}
.start-time.white::before {
  background: url(../img/icon_clock_white.svg) no-repeat center left/contain;
}

.event-place::before {
  background: url(../img/icon_pin.svg) no-repeat center left/contain;
}
.event-place.white::before {
  background: url(../img/icon_pin_white.svg) no-repeat center left/contain;
}

.news-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .news-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news__btn {
  width: calc(25% - 7.5px);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .news__btn {
    width: 100%;
    margin-right: 0;
  }
}
.news__btn:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .news__btn:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.news__btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E4E9E6;
  height: 53px;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .news__btn_link {
    font-size: 1.7rem;
    height: 45px;
  }
}

.news__cat {
  position: absolute;
  top: 0;
  left: 22px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .news__cat {
    font-size: 1.3rem;
    left: 10px;
    padding: 0 5px;
  }
}
.news__cat.public_events {
  background-color: #005E3C;
}
.news__cat.seminars {
  background-color: #BD933C;
}
.news__cat.conferences {
  background-color: #CF4148;
}

.news__wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news__wrap {
    margin-top: 20px;
  }
}

.top-news__items {
  position: relative;
}

.top-news__item {
  position: relative;
  width: 444px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .top-news__item {
    width: 100%;
  }
}

.top-news__link {
  display: block;
}
.top-news__link:hover {
  opacity: 1;
}
.top-news__link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news__img {
  overflow: hidden;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
  transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding: 5px 17px;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .info {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
}

.info__published {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .info__published {
    font-size: 1.2rem;
  }
}

.info__title {
  font-size: 1.7rem;
  line-height: 1.47;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .info__title {
    font-size: 1.3rem;
  }
}

/*----------------------------------
knotted-chiral
----------------------------------*/
.knotted-chiral {
  position: relative;
  margin-top: 120px;
  padding: 50px 0 54px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .knotted-chiral {
    background-size: contain;
    padding: 0 0 50px;
    background-color: #E4E9E6;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .knotted-chiral .inner {
    padding: 0;
  }
}
.knotted-chiral .knotted-chiral__title {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  top: initial;
  bottom: 0;
  left: 48px;
  font-size: 7.6rem;
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  text-shadow: none;
}
@media (max-width: 767px) {
  .knotted-chiral .knotted-chiral__title {
    top: 14vw;
    left: 42%;
    font-size: 6.35vw;
  }
}
.knotted-chiral .section__title {
  bottom: 56px;
  left: 47px;
}
@media (max-width: 767px) {
  .knotted-chiral .section__title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .knotted-chiral .knotted-chiral__wrap {
    padding: 10vw 6vw 8vw;
  }
}
.knotted-chiral .view-all {
  width: 481px;
  max-width: 100%;
}

.knotted-chiral__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .knotted-chiral__img {
    position: relative;
    height: 115vw;
  }
}
.knotted-chiral__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.knotted-chiral__title.section__title_bottom {
  position: absolute;
  bottom: -36px;
  left: 321px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .knotted-chiral__title.section__title_bottom {
    top: 21vw;
    left: 55%;
  }
}

.knotted-chiral__wrap {
  width: 810px;
  height: 830px;
  margin-right: -274px;
  margin-left: auto;
  padding: 87px 0 70px 77px;
  background: url(../img/sec02_title.png) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .knotted-chiral__wrap {
    width: 90%;
    margin: -67vw auto 0;
    height: 100%;
    background: url(../img/sec02_title_sp.png) no-repeat top center/cover;
  }
}

.knotted-chiral__title {
  color: transparent;
  -webkit-text-stroke: 3px rgb(19, 9, 46);
}

.knotted-chiral__subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.281;
  display: block;
}
@media (max-width: 767px) {
  .knotted-chiral__subtitle {
    font-size: 5.35vw;
  }
}

.knotted-chiral__text {
  margin: 160px 0 65px 0;
  width: 481px;
  max-width: 100%;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .knotted-chiral__text {
    margin: 28vw 0 10vw 0;
    font-size: 4.25vw;
    letter-spacing: 0;
    width: 100%;
  }
}

/*----------------------------------
Member
----------------------------------*/
.top-member {
  background-color: #E4E9E6;
  padding: 88px 0 110px;
}
@media (max-width: 767px) {
  .top-member {
    padding: 80px 0 60px;
  }
}
.top-member .top-section__wrap {
  padding-bottom: 66px;
}
.top-member .top-section__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 26px;
  background-color: #333;
}
@media (max-width: 767px) {
  .top-member .top-section__wrap::before {
    height: 245px;
  }
}
.top-member .section__title {
  background-color: #E4E9E6;
  color: #E4E9E6;
}
@media (max-width: 767px) {
  .top-member .member__wrap {
    width: 300px;
    max-width: 100%;
    margin: auto;
  }
}
.top-member .view-all {
  margin-left: 33px;
}
@media (max-width: 767px) {
  .top-member .view-all {
    margin-left: 15vw;
  }
}

.member__img {
  width: 300px;
  max-width: 100%;
  height: 290px;
  position: relative;
  z-index: 1;
}
.member__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 254px;
  height: 265px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .member__img::before {
    width: 260px;
    height: 272px;
  }
}
.member__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.slick-slide {
  margin-left: 5px;
}

.member__info {
  padding: 0 40px;
  font-size: 1.8rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .member__info {
    padding: 0 20px;
  }
}

.major {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.major__label {
  background-color: #333;
  color: #fff;
  padding: 0 5px;
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.major__name {
  margin-left: 10px;
}

.slide-dots {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  background-color: initial !important;
  padding: 0 7px !important;
}

.slide-dots li button::before {
  content: "□";
  cursor: pointer;
  height: 13px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13px;
  border: 1px solid #333;
}

.slide-dots li.slick-active button::before {
  content: "◾️";
  background-color: #333;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.slick-arrow {
  display: none !important;
}

/*----------------------------------
Donation
----------------------------------*/
.donation {
  position: relative;
  background: url(../img/donation_bg.png) no-repeat top center/cover;
  height: 400px;
}
@media (max-width: 767px) {
  .donation {
    height: 82.7vw;
  }
}

.donation__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 410px;
  max-width: 100%;
  height: 90px;
}
@media (max-width: 767px) {
  .donation__btn {
    width: 77.4%;
    max-width: 410px;
    min-width: 280px;
    height: 65px;
  }
}

.donation__btn_link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0F2F0;
  color: #333;
  font-size: 3rem;
  font-weight: 800;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .donation__btn_link {
    font-size: 2.2rem;
  }
}
.donation__btn_link .txt {
  width: 95%;
  display: inline-block;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  margin: auto;
}

/*----------------------------------
フッター
----------------------------------*/
.footer {
  padding-bottom: 20px;
  padding-top: 60px;
  background: #fff;
}
.footer .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .footer .inner {
    -ms-grid-columns: 1fr 45px 270px;
    grid-template-columns: 1fr 270px;
    -ms-grid-rows: auto 45px auto 45px auto 45px auto;
        grid-template-areas: "sns sns" "info navi" "bnr search" "copy copy";
    gap: 45px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .inner > .event-single__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.footer__sns {
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}
@media (min-width: 768px) {
  .footer__sns {
    grid-area: sns;
    padding-bottom: 45px;
  }
}
.footer__sns-ttl {
  margin-bottom: 0.6em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .footer__sns-ttl {
    font-size: 2.2rem;
  }
}
.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__sns-list {
    gap: 30px;
  }
}
.footer__info {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .footer__info {
    grid-area: info;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
  }
}
.footer__info-top {
  padding-bottom: 0.9em;
  margin-bottom: 0.9em;
  border-bottom: 1px solid;
}
.footer__info-ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .footer__info-ttl {
    font-size: 2.5rem;
  }
}
.footer__info-sttl {
  font-weight: bold;
}
@media (min-width: 768px) {
  .footer__info-sttl {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  .footer__navi {
    grid-area: navi;
  }
}
.footer__navi-main, .footer__navi-sub {
  line-height: 1.5;
}
.footer__navi-main > ul, .footer__navi-sub > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
}
.footer__navi-main > ul > li > a, .footer__navi-sub > ul > li > a {
  display: inline-block;
  padding-left: 1.2em;
  position: relative;
  color: #333;
}
.footer__navi-main > ul > li > a::before, .footer__navi-sub > ul > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #808080;
}
.footer__navi-main {
  font-weight: bold;
}
@media (min-width: 768px) {
  .footer__navi-main {
    font-size: 1.5rem;
  }
}
.footer__navi-main > ul > li > a::before {
  content: "−";
  font-weight: bold;
}
.footer__navi-sub {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .footer__navi-sub {
    margin-top: 1.5em;
    font-size: 1.3rem;
  }
}
.footer__navi-sub > ul > li > a::before {
  content: "\f105";
  font-family: FontAwesome;
}
@media (min-width: 768px) {
  .footer__search {
    grid-area: search;
  }
}
.footer__search .gsc-search-box {
  margin: 0 !important;
  border: 1px solid #333;
  border-radius: 5px;
  overflow: hidden;
}
.footer__search .gsc-input-box {
  border: none;
}
.footer__search .gsc-search-button {
  height: 40px;
  border: none;
  border-radius: 0;
}
.footer__search .gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}
.footer__bnr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__bnr {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: 645px;
    grid-area: bnr;
  }
}
.footer__copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .footer__copy {
    grid-area: copy;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px){
  .event-list2__post-date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .event-list2__img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .event-list2__txt {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .event-single__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .event-single__img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .event-single__wrap > .event-single__img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .event-single__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .footer__sns {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .footer__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer .inner > .footer__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer__navi {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .footer__search {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .footer__bnr {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer__copy {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media (max-width: 767px) {
  .pagetop {
    margin-bottom: 0;
  }
}

.vsc-controller {
  display: none;
}