@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  html {
    font-size: 0.7936507937vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type=image] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type=submit], input[type=button], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type=image]:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Arial", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}
.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}
@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -10rem;
  }
}

.c_ttl {
  color: #8EC300;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 5.5rem;
  }
}
.c_ttl.b {
  color: #1A005D;
}
.c_ttl.b i {
  border-bottom: solid 1px #1A005D;
}
.c_ttl.b i:before {
  background: #1A005D;
}
.c_ttl i {
  border-bottom: solid 1px #8EC300;
  display: inline-block;
  position: relative;
  padding-bottom: 0.2em;
}
.c_ttl i:before {
  content: "";
  position: absolute;
  width: 5.4rem;
  height: 0.9rem;
  background: #8EC300;
  right: -5.4rem;
  bottom: -0.45rem;
}

.c_btn {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c_btn {
    margin-top: 4rem;
  }
}
.c_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 6rem;
  background: #8EC300 url(../img/arrow-w.svg) no-repeat calc(100% - 2.5rem) center/1rem;
  border-radius: 3em;
  font-weight: bold;
  color: #fff;
  border: solid 1px #8EC300;
}
.c_btn a.b {
  background-color: #1A005D;
  border-color: #1A005D;
}
.c_btn a.b:hover {
  background-image: url(../img/arrow-b.svg);
  color: #1A005D;
}
.c_btn a:hover {
  opacity: 1;
  background-color: transparent;
  color: #8EC300;
  background-image: url(../img/arrow-g.svg);
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 96rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 3rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}
/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 12rem;
  background: #1A005D;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #header:before {
    content: "";
    position: absolute;
    left: 50%;
    translate: -50% 0;
    width: calc(100% - 10rem);
    border-bottom: solid 1px #8EC300;
    bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #header {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

.h_logo {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .h_logo {
    top: 1rem;
    left: 3rem;
  }
}
.h_logo img {
  width: 15rem;
}

.h_nav {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .h_nav {
    text-align: center;
  }
  .h_nav a {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    gap: 2.8em;
    justify-content: center;
    padding-top: 2.5rem;
  }
  .h_nav a {
    position: relative;
    height: 4.9rem;
  }
  .h_nav a:before {
    content: "";
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: 0;
    width: 0;
    height: 0.9rem;
    background: #8EC300;
    transition: width 0.3s;
  }
  .h_nav a:hover {
    opacity: 1;
  }
  .h_nav a:hover:before {
    width: 100%;
  }
}

.h_mail a {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
}
.h_mail a:after {
  content: "";
  background: url(../img/h-mail.svg) no-repeat 50%/contain;
  width: 2.1rem;
  height: 1.6rem;
  transition: background 0.2s;
}
.h_mail a:hover {
  opacity: 1;
  color: #8EC300;
}
.h_mail a:hover:after {
  background-image: url(../img/h-mail-g.svg);
}
@media screen and (min-width: 768px) {
  .h_mail {
    position: absolute;
    right: 5rem;
    top: 5.5rem;
  }
}

.h_lang {
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .h_lang {
    justify-content: center;
    margin: 2rem 0 4rem;
  }
}
.h_lang a {
  border-radius: 50%;
  width: 2.33em;
  height: 2.33em;
  line-height: 2.33;
  border: solid 1px #fff;
  text-align: center;
}
.h_lang .active {
  background: #fff;
  color: #1A005D;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .h_lang {
    position: absolute;
    right: 22rem;
    top: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 3rem;
    top: 2.6rem;
    width: 4rem;
    height: 2.5rem;
    cursor: pointer;
    z-index: 10;
  }
  .h_menu .icon {
    position: relative;
    display: block;
    left: calc(50% - 2rem);
    top: calc(50% - 0.15rem);
  }
  .h_menu .icon, .h_menu .icon:before, .h_menu .icon:after {
    width: 4rem;
    height: 0.3rem;
    background: #fff;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: background-color, top;
  }
  .h_menu .icon:before, .h_menu .icon:after {
    content: "";
    position: absolute;
    top: calc((2.5rem / 2 - 0.15rem) * -1);
    left: 0;
  }
  .h_menu .icon:after {
    top: calc(2.5rem / 2 - 0.15rem);
  }
  body.open .h_menu .icon {
    background: transparent;
  }
  body.open .h_menu .icon:before, body.open .h_menu .icon:after {
    top: 0;
    background: #fff;
  }
  body.open .h_menu .icon:before {
    transform: rotate(45deg);
  }
  body.open .h_menu .icon:after {
    transform: rotate(-45deg);
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background: #1A005D;
    color: #fff;
    text-align: center;
    padding-top: 10rem;
  }
  body.open #toggle_menu {
    display: block;
    animation: menuFadeIn 1s;
  }
  body.close #toggle_menu {
    display: none;
    animation: menuFadeOut 0.8s;
  }
  body.open {
    overflow-y: hidden;
  }
}
@keyframes menuFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menuFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}
#footer {
  padding: 0.45rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0.45rem 0 3rem;
  }
}
#footer.home {
  background: #EDEDED;
}

.f_row {
  position: relative;
  border-top: solid 1px #1A005D;
  position: relative;
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    align-items: center;
  }
}
.f_row:before {
  content: "";
  position: absolute;
  width: 30rem;
  right: 0;
  height: 0.9rem;
  background: #1A005D;
  top: -0.45rem;
}
@media screen and (max-width: 767px) {
  .f_row:before {
    width: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .f_right {
    width: calc(100% - 62rem);
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .f_logo {
    width: 16rem;
  }
}
.f_logo img {
  width: 10.8rem;
}

.f_nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .f_nav {
    margin: 3rem 0;
    gap: 1rem 0;
  }
  .f_nav li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .f_nav {
    width: 46rem;
    gap: 1.3rem 0;
  }
  .f_nav li {
    width: 17rem;
  }
  .f_nav li:nth-child(3n+2) {
    width: 16rem;
  }
  .f_nav li:nth-child(3n+1) {
    width: 13rem;
  }
}
.f_nav a {
  background: url(../img/f-arrow-g.svg) no-repeat left center/2.4rem;
  font-weight: bold;
  padding-left: 2em;
  display: block;
}
.f_nav a:hover {
  color: #1A005D;
  opacity: 1;
  background-image: url(../img/f-arrow-b.svg);
}

.f_link {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .f_link {
    font-size: 1.3rem;
  }
}
.f_link li {
  position: relative;
}
.f_link li + li {
  margin-left: 1.5rem;
}
.f_link li + li:before {
  position: absolute;
  left: -1rem;
  content: "|";
}
.f_link a {
  text-decoration: underline;
}
.f_link a:hover {
  color: #1A005D;
  opacity: 1;
  text-decoration: none;
}

.f_copy {
  font-size: 1.2rem;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 1.3rem;
    margin-top: 2.5rem;
  }
  .f_copy br {
    display: none;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  padding: 14rem 0 9rem;
  position: relative;
  background: #1A005D;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top_main {
    padding: 10rem 0 3rem;
  }
}
.top_main .catch {
  position: absolute;
  z-index: 2;
  left: 5rem;
  bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .top_main .catch {
    bottom: auto;
    left: 3rem;
    top: 8rem;
    text-shadow: 0 0 1rem #1A005D;
  }
}
.top_main .catch dt {
  font-size: 7rem;
  line-height: 0.85;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .top_main .catch dt {
    font-size: 6rem;
  }
}
.top_main .catch dt em {
  color: #8EC300;
}
.top_main .catch dd {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_main .catch dd {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .top_main .vision {
    position: absolute;
    z-index: 2;
    top: 20.5rem;
    right: 5rem;
    text-shadow: 0 0 1rem #1A005D;
  }
}
@media screen and (max-width: 767px) {
  .top_main .vision {
    margin: 3rem 3rem 5rem;
  }
}
.top_main .vision dt {
  font-size: 4.8rem;
  color: #8EC300;
  letter-spacing: 0.1em;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_main .vision dt {
    font-size: 3rem;
  }
}
.top_main .vision dd {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_main .vision dd {
    font-size: 1.4rem;
  }
}
.top_main .swiper img {
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top_main .swiper img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}
.top_main .pager {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.top_main .ctrl {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 2rem;
  right: 5rem;
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .top_main .ctrl {
    right: 3rem;
  }
}
.top_main .ctrl p {
  font-size: 1.4rem;
}
.top_main .swiper-pagination-bullet {
  height: 1px;
  background: #fff;
  width: 6rem;
}
.top_main .swiper-pagination-bullet-active {
  background: #8EC300;
  height: 3px;
}

.news_search {
  position: relative;
  height: 4rem;
  display: flex;
  border-radius: 3em;
  border: solid 1px #D8D8D8;
  font-weight: bold;
  background: #EDEDED;
}
.news_search input[type=submit] {
  background: url(../img/ico-search.svg) no-repeat 50%/2.1rem;
  width: 4rem;
  height: 100%;
  color: transparent;
}

.autoComplete_wrapper {
  display: block;
  width: calc(100% - 4rem);
  height: 100%;
}
.autoComplete_wrapper > input {
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  padding: 0 0.5em;
  font-size: 1.4rem;
}
.autoComplete_wrapper > ul {
  left: -4rem;
  padding: 0 4rem;
  overflow-y: auto;
  top: 3.3rem;
}
.autoComplete_wrapper > ul > li {
  padding: 0.5em 0;
  font-size: 1.4rem;
}
.autoComplete_wrapper > ul > li + li {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

.news_list {
  font-weight: bold;
  line-height: 1.375;
}
.news_list li {
  border-bottom: solid 1px #D8D8D8;
}
.news_list a {
  padding: 2rem 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .news_list a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.news_list a:hover {
  opacity: 1;
}
.news_list a:hover p {
  text-decoration: none;
}
.news_list small {
  width: 5em;
  display: inline-block;
  width: 6em;
}
.news_list i {
  width: 10rem;
  font-size: 1.2rem;
  text-align: center;
  background: #1A005D;
  color: #fff;
  padding: 0.2em 0 0.15em;
  display: inline-block;
}
.news_list p {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news_list p {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .news_list p {
    width: calc(100% - 23rem);
  }
}
.news_list .cat1 {
  background: #8EC300;
}
.news_list .cat2 {
  background: #EAAC00;
}

.top_news {
  background: #1A005D;
  padding: 13rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 5rem 0;
  }
}
.top_news .bg {
  background: #fff;
  border-radius: 0.5rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .top_news .bg {
    padding: 3rem;
  }
}
.top_news ul {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .scroll_wrap {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .scroll_wrap {
    position: relative;
  }
  .scroll_wrap ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .scroll_wrap ::-webkit-scrollbar-track {
    background: #fff;
  }
  .scroll_wrap ::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .scroll_wrap .content {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .scroll_wrap.scrolling .content {
    position: fixed;
  }
  .scroll_wrap.abs .content {
    position: absolute;
  }
  .scroll_wrap .items {
    white-space: nowrap;
    overflow-x: auto;
    width: calc(100vw - 20px);
  }
  .scroll_wrap .items > li {
    display: inline-block;
    vertical-align: top;
  }
  .scroll_wrap .content {
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 60rem;
    position: relative;
  }
  .scroll_wrap .box {
    margin: auto;
  }
}

.top_about {
  background: #1A005D;
  padding-bottom: 66rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_about {
    padding-bottom: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .top_about .content {
    padding: 0 3rem;
  }
}
.top_about .content:before {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../img/about-bg.jpg) no-repeat center bottom/cover;
  bottom: -66rem;
  height: 108.8rem;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .top_about .content:before {
    background-size: 100%;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_about .blank {
    width: calc(50vw - 48rem);
  }
  .top_about .blank2 {
    width: calc(50vw - 62rem);
  }
}
@media screen and (min-width: 768px) {
  .top_about .fund {
    width: 111rem;
    padding-right: 15rem;
    padding-left: 6rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .top_about .fund .row {
    display: flex;
    gap: 3rem;
  }
  .top_about .fund .row dl {
    width: 50%;
  }
}
.top_about .fund .ttl {
  margin-bottom: 5.5rem;
}
.top_about .fund dl {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 0;
  margin-top: 3.5rem;
}
.top_about .fund dt, .top_about .fund dd {
  padding-bottom: 0.5em;
  white-space: normal;
}
.top_about .fund dt {
  width: 12rem;
  border-bottom: solid 1px #8EC300;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1A005D;
  padding-right: 0.5em;
}
.top_about .fund dd {
  width: calc(100% - 12rem);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .top_about .inve {
    width: 109rem;
    padding-right: 15rem;
  }
  .top_about .inve .row {
    display: flex;
    margin: 3rem 0 -6rem;
  }
  .top_about .inve .row.a figure {
    width: 37.9rem;
  }
  .top_about .inve .row.a dl {
    width: calc(100% - 37.9rem);
    margin-top: 0.5rem;
  }
  .top_about .inve .row.b {
    flex-direction: row-reverse;
  }
  .top_about .inve .row.b figure {
    width: 38.7rem;
  }
  .top_about .inve .row.b dl {
    width: calc(100% - 38.7rem);
    margin-top: 6rem;
    position: relative;
    left: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_about .inve .row {
    margin-top: 3rem;
  }
}
.top_about .inve .ttl {
  margin-bottom: 5.5rem;
}
.top_about .inve dl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_about .inve dl {
    margin-top: 3rem;
  }
  .top_about .inve dl br {
    display: none;
  }
}
.top_about .inve dt {
  color: #1A005D;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  border-bottom: solid 0.3rem #8EC300;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_about .inve dt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .top_about .search {
    width: 81.7rem;
    padding-right: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .top_about .sourc {
    width: 110rem;
    padding-right: 6rem;
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .top_about .sourc .row {
    display: flex;
    justify-content: space-between;
  }
  .top_about .sourc figure {
    width: 39rem;
  }
  .top_about .sourc dl {
    width: 60rem;
    margin-top: 3rem;
  }
}
.top_about .sourc figcaption {
  margin-bottom: 1rem;
}
.top_about .sourc figure {
  text-align: center;
  font-weight: bold;
  position: relative;
}
.top_about .sourc figure p {
  font-size: 1.8rem;
  color: #1A005D;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .top_about .sourc figure p {
    bottom: 30%;
  }
}
.top_about .sourc figure p i {
  color: #8EC300;
  display: block;
}
.top_about .sourc figure p em {
  font-size: 2.5em;
}
.top_about .sourc dt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.33;
  border-bottom: solid 0.3rem #8EC300;
  padding-bottom: 0.6em;
  margin-bottom: 4rem;
  font-weight: bold;
  color: #1A005D;
}
@media screen and (max-width: 767px) {
  .top_about .sourc dt {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
}
.top_about .sourc dd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 2rem;
  gap: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  .top_about .sourc dd {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top_about .sourc dd p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top_about .sourc dd p:nth-child(2) i {
  background: #8EC300;
}
.top_about .sourc dd p:nth-child(3) i {
  background: #FF9E1A;
}
.top_about .sourc dd p:nth-child(4) i {
  background: #FF585D;
}
.top_about .sourc dd p:nth-child(5) i {
  background: #5BC2E7;
}
.top_about .sourc dd p:nth-child(6) i {
  background: #47D7AC;
}
.top_about .sourc dd p:nth-child(7) i {
  background: #9678D3;
}
.top_about .sourc dd p:nth-child(8) i {
  background: #C964CF;
}
.top_about .sourc dd p:nth-child(9) i {
  background: #62B2AF;
}
.top_about .sourc dd p:nth-child(10) i {
  background: #D8DD83;
  color: #000;
}
.top_about .sourc dd p:nth-child(11) i {
  background: #F7ED86;
  color: #000;
}
.top_about .sourc dd p:nth-child(12) i {
  background: #57BBC7;
}
.top_about .sourc dd p:nth-child(13) i {
  background: #8DAAB2;
}
.top_about .sourc dd p:nth-child(14) i {
  background: #9B74A8;
}
.top_about .sourc dd p:nth-child(15) i {
  background: #6B83C2;
}
.top_about .sourc dd p:nth-child(16) i {
  background: #EC828C;
}
.top_about .sourc dd p:nth-child(17) i {
  background: #A1A1A1;
}
.top_about .sourc dd i {
  font-size: 1.3rem;
  text-align: center;
  width: 13rem;
  background: #1A005D;
  color: #fff;
}
.top_about .sourc dd em {
  font-weight: bold;
}
.top_about .item {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top_about .item {
    padding: 4rem 3rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .top_about .item {
    height: 64rem;
    padding-top: 4.6rem;
    overflow: hidden;
  }
}
.top_about .nav {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  gap: 1em 3em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top_about .nav {
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
}
.top_about .nav i {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .top_about .nav i {
    font-size: 1.2rem;
  }
}
.top_about .nav a:hover {
  opacity: 1;
  color: #8EC300;
}
.top_about .nav .active {
  color: #8EC300;
}
.top_about .ttl {
  color: #1A005D;
  border-left: solid 0.5rem #8EC300;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .top_about .ttl {
    margin-bottom: 3rem;
  }
}
.top_about .ttl i {
  font-size: 3.2rem;
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .top_about .ttl i {
    font-size: 2.8rem;
  }
}

.top_bg {
  background: #EDEDED;
  padding: 17rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_bg {
    padding: 12rem 0 8rem;
  }
}
.top_bg:before {
  content: "";
  position: absolute;
  height: 1rem;
  background: #8EC300;
  width: calc(50% + 48rem);
  right: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .top_bg:before {
    width: calc(100% - 3rem);
  }
}
.top_bg .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 3rem;
}
.top_bg .line:before, .top_bg .line:after {
  content: "";
  position: absolute;
  height: 1rem;
  background: #1A005D;
  width: calc(50% - 12rem);
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top_bg .line:before, .top_bg .line:after {
    width: calc(50% - 7rem);
  }
}
.top_bg .line:after {
  top: 2rem;
  background: #8EC300;
  width: calc(50% - 42rem);
}
@media screen and (max-width: 767px) {
  .top_bg .line:after {
    width: calc(50% - 20rem);
  }
}
.top_bg ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .top_bg ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.top_pf {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .top_pf {
    margin-bottom: 6rem;
  }
}
.top_pf li img {
  border-radius: 0.5rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .top_partner ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top_partner li a {
  position: relative;
  display: block;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  background: #fff;
}
.top_partner li a:hover {
  opacity: 1;
  background: #E1DBEF;
}
.top_partner li img {
  mix-blend-mode: multiply;
}
.top_partner li p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .top_partner li p {
    font-size: 1.2rem;
    gap: 0.5em;
  }
}
.top_partner li p:after {
  content: "";
  background: url(../img/ico-link.svg) no-repeat 50%/contain;
  width: 2.3rem;
  height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .top_partner li p:after {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.low_header {
  padding: 14rem 0 9rem;
  position: relative;
  background: #1A005D;
  height: 32rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .low_header {
    padding: 10rem 0 3rem;
    height: 28rem;
  }
}
.low_header .ttl {
  font-size: 4.2rem;
  font-weight: bold;
  color: #8EC300;
}
@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 3.6rem;
  }
}

.low_path {
  margin: 0 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .low_path {
    margin: 0 3rem 2rem;
  }
}
.low_path li {
  display: inline-block;
  font-size: 1.2rem;
}
.low_path li + li:before {
  content: "";
  background: url(../img/arrow-path.svg) no-repeat 50%/contain;
  width: 0.6rem;
  height: 0.9rem;
  display: inline-block;
  margin: 0 1rem;
}
.low_path a {
  text-decoration: underline;
}
.low_path a:hover {
  opacity: 1;
  color: #8EC300;
  text-decoration: none;
}

.low_lead {
  position: relative;
  top: -5rem;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .low_lead {
    padding: 0 0 4rem;
  }
}
.low_lead p {
  text-align: center;
  line-height: 1.75;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .low_lead .news {
    margin: 0 3rem;
  }
}
@media screen and (min-width: 768px) {
  .low_lead .news {
    width: 76rem;
    margin: 0 auto;
  }
}

.c_line {
  background: #8EC300;
  height: 1rem;
  position: relative;
  margin-bottom: 9rem;
}
.c_line:before, .c_line:after {
  content: "";
  position: absolute;
  height: 1rem;
  background: #1A005D;
  width: 52%;
  right: 0;
  top: 2rem;
}
.c_line:after {
  top: 4rem;
  background: #8EC300;
  width: 26%;
}

.member_body, .partner_body {
  margin: 4rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .member_body, .partner_body {
    margin: 2rem 0 8rem;
  }
}

.member_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .member_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.member_list li {
  padding-right: 1.5rem;
}
.member_list a {
  display: flex;
  justify-content: space-between;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  position: relative;
}
.member_list a:before {
  content: "";
  position: absolute;
  background: url(../img/arrow-member.svg) no-repeat 50%/contain;
  width: 3rem;
  height: 3rem;
  right: -1.5rem;
  top: 4.6rem;
}
.member_list a:hover {
  opacity: 1;
  background: #E1DBEF;
}
.member_list figure {
  width: 9rem;
}
.member_list figure img {
  border-radius: 0.5rem 0 0 0.5rem;
}
.member_list dl {
  width: calc(100% - 11rem);
  color: #1A005D;
  font-weight: bold;
  padding-top: 1rem;
}
.member_list dt {
  border-bottom: solid 2px #8EC300;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
}
.member_list dt i {
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 1.6rem;
}
.member_list dt i br {
  display: none;
}
.member_list dd {
  font-size: 1rem;
  padding-right: 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .member_list dd {
    font-size: 1.15rem;
  }
}
.member_list .modal {
  display: none;
}

.member_modal .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .member_modal .row {
    flex-direction: column;
    gap: 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .member_modal figure {
    width: 40rem;
  }
}
.member_modal figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .member_modal .desc {
    width: calc(100% - 45rem);
  }
}
.member_modal dl {
  color: #1A005D;
  font-weight: bold;
  margin-bottom: 3rem;
}
.member_modal dt {
  border-bottom: solid 2px #8EC300;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.member_modal dt i {
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 3.6rem;
}
.member_modal dt i br {
  display: none;
}
.member_modal dd {
  font-size: 1.4rem;
  padding-right: 2.5rem;
  line-height: 1.2;
}
.member_modal p {
  line-height: 1.75;
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  backdrop-filter: blur(23.8838005066px);
  --webkit-backdrop-filter: blur(23.883800506591797px);
  background-color: rgba(0, 0, 0, 0.14);
}
.popup-modal .close {
  position: absolute;
  width: 4rem;
  top: -4.5rem;
  right: -4.5rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .popup-modal .close {
    top: -4rem;
    right: -4rem;
  }
}
.popup-modal .wrap {
  display: flex;
  height: calc(100vh - 8rem);
  margin-top: 4rem;
}
.popup-modal .box {
  width: 96rem;
  max-width: calc(100% - 8rem);
  margin: auto;
  position: relative;
}
.popup-modal .scroll {
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 8rem);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.16);
  border-radius: 0 0 1rem 1rem;
  background: #fff;
}
.popup-modal .content {
  padding: 0 5rem 7rem;
}
@media screen and (max-width: 767px) {
  .popup-modal .content {
    padding: 0 3rem 5rem;
  }
}

body.show-modal {
  overflow-y: hidden;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  display: block;
  animation: fadeIn 1s;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  display: none;
  animation: fadeOut 0.8s;
}

.partner_result {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2em;
  font-size: 1.4rem;
  color: #1A005D;
  margin: 2rem 0 -2rem;
  font-weight: bold;
}

.partner_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .partner_nav {
    margin-top: 3rem;
  }
}
.partner_nav dl {
  position: relative;
}
.partner_nav dt {
  background: #1A005D url(../img/arrow-down.svg) no-repeat calc(100% - 1.33em) center/1em;
  color: #fff;
  width: 18rem;
  border-radius: 3em;
  text-align: center;
  line-height: 4rem;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
}
.partner_nav dt.open + dd {
  display: block;
}
.partner_nav dd {
  position: absolute;
  background: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.16);
  width: 100%;
  font-size: 1.4rem;
  display: none;
  z-index: 2;
}
.partner_nav dd button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
}
.partner_nav dd .select {
  background: #eee;
}

.partner_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .partner_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .partner_list {
    width: 76rem;
    margin: 0 auto;
  }
}
.partner_list img {
  border-radius: 0.5rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
}
.partner_list dt {
  font-weight: bold;
  border-bottom: solid 2px #1A005D;
  position: relative;
  margin: 1.4em 0 0.7em;
  font-size: 1.5rem;
}
.partner_list dt:before {
  content: "";
  position: absolute;
  width: 5rem;
  background: #8EC300;
  height: 2px;
  bottom: -2px;
  left: 0;
}
.partner_list dd {
  font-weight: bold;
  font-size: 1.4rem;
}
.partner_list dd small {
  display: block;
  font-weight: 500;
  margin-top: 0.4em;
}
.partner_list dd em {
  color: #292929;
}
.partner_list .link {
  display: flex;
  margin-top: 2rem;
  gap: 2em;
}
.partner_list .link a {
  background: url(../img/arrow-partner.svg) no-repeat left center/2.4rem;
  line-height: 2.4rem;
  padding-left: 2.1em;
  text-decoration: underline;
}
.partner_list .link a:hover {
  color: #8EC300;
  text-decoration: none;
  opacity: 1;
}
.partner_list .link .hp {
  background-image: url(../img/arrow-hp.svg);
}

.news_body {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .news_body {
    width: 76rem;
    margin: 0 auto 10rem;
  }
}
.news_body .news_list {
  margin-bottom: -2rem;
}
.news_body .news_list li:last-child {
  border-bottom: none;
}

.news_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-bottom: 2.8rem;
}
.news_nav a {
  border: solid 1px #1A005D;
  line-height: 4.2rem;
  border-radius: 3em;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  color: #1A005D;
  padding: 0 1.2em 0 0.6em;
}
.news_nav a:hover {
  background: #E1DBEF;
  opacity: 1;
  border-color: #E1DBEF;
}
.news_nav a:before {
  content: "・";
}
.news_nav .active {
  background: #8EC300;
  color: #fff;
  border-color: #8EC300;
  pointer-events: none;
}

.news_result {
  font-weight: bold;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1A005D;
  gap: 2rem;
  padding: 0 !important;
}
.news_result img {
  width: 3rem;
  margin-left: 0.6em;
}
.news_result.show {
  margin-top: 2.5rem;
}
.news_result:not(.show) {
  display: none;
}

.c_pager {
  text-align: center;
  font-weight: bold;
  margin-top: 6rem;
}
.c_pager ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.c_pager span, .c_pager a {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-weight: bold;
  background: no-repeat 50%/1rem;
  border: solid 1px #1A005D;
  border-radius: 50%;
}
.c_pager .paginationjs-page a:hover {
  background-color: #E1DBEF;
}
.c_pager a:hover {
  background-color: #E1DBEF;
  border-color: #E1DBEF;
}
.c_pager li {
  cursor: pointer;
}
.c_pager .paginationjs-ellipsis a {
  border: none;
  width: auto;
}
.c_pager .active {
  cursor: default;
}
.c_pager .active a {
  background: #8EC300;
  border-color: #8EC300;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.c_pager .paginationjs-prev a {
  background-image: url(../img/ico-prev.svg);
  color: transparent;
  border: none;
}
.c_pager .paginationjs-prev a:hover {
  background-color: transparent;
  opacity: 0.3;
}
.c_pager .paginationjs-prev.disabled {
  display: none;
}
.c_pager .paginationjs-next a {
  background-image: url(../img/ico-next.svg);
  color: transparent;
  border: none;
}
.c_pager .paginationjs-next a:hover {
  background-color: transparent;
  opacity: 0.3;
}
.c_pager .paginationjs-next.disabled {
  display: none;
}

#pagination2 {
  margin: 0 0 6rem;
}

.news_header {
  font-weight: bold;
}
.news_header figure {
  text-align: center;
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news_header {
    width: 86rem;
    margin: 0 auto;
  }
}
.news_header small {
  width: 5em;
  display: inline-block;
  width: 6em;
}
.news_header i {
  width: 10rem;
  font-size: 1.4rem;
  text-align: center;
  background: #1A005D;
  color: #fff;
  padding: 0.1em 0 0.05em;
  display: inline-block;
}
.news_header .cat1 {
  background: #8EC300;
}
.news_header .cat2 {
  background: #EAAC00;
}
.news_header .ttl {
  font-size: 2.8rem;
  margin: 0.8em 0 -2rem;
  line-height: 1.28;
}

.news_article {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .news_article {
    width: 76rem;
    margin: 4rem auto 10rem;
  }
}
.news_article img {
  width: 100%;
  border-radius: 1rem;
}
.news_article .body {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.news_article .body a {
  text-decoration: underline;
}
.news_article .body a:hover {
  color: #8EC300;
  text-decoration: none;
  opacity: 1;
}
.news_article b {
  font-weight: bold;
}
.news_article small {
  font-size: 1.2rem;
  display: inline-block;
}
.news_article figure {
  margin: 5rem 0 6rem;
}
.news_article figcaption {
  text-align: center;
  margin-top: 0.6em;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.news_article .msg {
  border: solid 1px #D9D9D9;
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 3rem;
}
.news_article .msg b {
  display: block;
  font-size: 1.8rem;
  color: #1A005D;
  border-left: solid 0.5rem #8EC300;
  padding-left: 0.8em;
  line-height: 1.3;
  margin-bottom: 1.4em;
}
.news_article .row {
  display: flex;
}
.news_article .row img {
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news_article .row {
    justify-content: space-between;
  }
  .news_article .row figure {
    width: 26%;
    margin: 0;
  }
  .news_article .row p {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .news_article .row {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
