@charset "UTF-8";
/************************************************/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999; }

@media (max-width: 1280px) {
  .nav_menu_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; } }
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/************************************************/
.nav_menu {
  width: 100%;
  padding: 0 80px 0 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .nav_menu.footer_nav_menu {
    background-color: #fff;
    height: 120px; }
  .nav_menu.header_nav_menu {
    height: 90px; }
  .nav_menu .site_title {
    width: 435px;
    margin: 0 0 5px; }
    .nav_menu .site_title a {
      display: block;
      background: url("../image/common/header.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 435/45;
      width: 100%;
      height: auto;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
  .nav_menu nav {
    max-width: 785px;
    width: calc(100% - 460px); }
  .nav_menu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .nav_menu li a {
    padding: 0 0 0 25px;
    font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    color: #707070;
    text-decoration: none;
    position: relative; }
    .nav_menu li a:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../image/common/nav_circle.svg") center center no-repeat;
      background-size: contain;
      width: 17px;
      height: 17px;
      left: 0;
      top: 4px; }
  .nav_menu li.none {
    display: none; }
  .nav_menu .nav_menu_box {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }

@media (hover: hover) {
  .nav_menu .site_title a:hover {
    opacity: 0.5; }
  .nav_menu li a:hover {
    color: #8EB6E0; } }
@media (max-width: 1280px) {
  .nav_menu .site_title {
    width: calc(100% - 90px);
    max-width: 400px; }
  .nav_menu.header_nav_menu {
    padding: 0 0 0 30px; }
    .nav_menu.header_nav_menu nav {
      display: none;
      position: absolute;
      width: 100%;
      top: 90px;
      right: 0;
      max-width: 480px;
      width: 100%;
      height: 100vh;
      background-color: #009B63;
      overflow-y: scroll;
      padding: 0 0 10%; }
      .nav_menu.header_nav_menu nav::-webkit-scrollbar {
        width: 5px; }
      .nav_menu.header_nav_menu nav::-webkit-scrollbar-track {
        background: #009B63; }
      .nav_menu.header_nav_menu nav::-webkit-scrollbar-thumb {
        background-color: #009B63;
        border-radius: 4px;
        border: none;
        background-clip: content-box; }
      .nav_menu.header_nav_menu nav::-webkit-scrollbar-thumb:hover {
        background-color: #009B63; }
    .nav_menu.header_nav_menu ul {
      width: calc(100% - 80px);
      max-width: 768px;
      margin: 0 auto;
      display: block;
      height: 100vh;
      padding: 50px 0 0; }
    .nav_menu.header_nav_menu li {
      border-bottom: dashed 1px #fff; }
      .nav_menu.header_nav_menu li a {
        padding: 25px 25px 25px 30px;
        font: 1.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        position: relative;
        display: block; }
        .nav_menu.header_nav_menu li a:before {
          position: absolute;
          content: "";
          display: block;
          background: url("../image/common/nav_circle.svg") center center no-repeat;
          background-size: contain;
          width: 17px;
          height: 17px;
          top: 53%;
          left: 0;
          transform: translate(0%, -50%); }
      .nav_menu.header_nav_menu li.none {
        display: block; }
  .nav_menu.footer_nav_menu {
    padding: 0 20px;
    height: 80px; }
    .nav_menu.footer_nav_menu nav {
      display: none; }
    .nav_menu.footer_nav_menu .site_title {
      margin: 0 auto; }
  .nav_menu .nav_menu_box {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; } }
@media (max-width: 1280px) and (max-height: 650px) {
  .nav_menu nav {
    padding: 0 0 100%; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .nav_menu.header_nav_menu nav {
    max-width: 100%; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .nav_menu .site_title {
    width: calc(100% - 80px); }
    .nav_menu .site_title a {
      width: 100%;
      max-width: 255px; }
  .nav_menu.header_nav_menu {
    padding: 0 0 0 20px;
    height: 60px; }
    .nav_menu.header_nav_menu nav {
      top: 60px; }
    .nav_menu.header_nav_menu ul {
      padding: 30px 0 0; }
  .nav_menu.footer_nav_menu {
    height: 60px; }
    .nav_menu.footer_nav_menu .site_title a {
      margin: 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .nav_menu.header_nav_menu {
    padding: 0 0 0 15px; } }
/*max-width:480px*/
/************************************************/
.toggle {
  display: none; }

@media (max-width: 1280px) {
  .toggle {
    display: block;
    background-color: #009B63;
    width: 90px;
    height: 90px;
    position: relative; }
    .toggle span {
      display: block;
      width: 50%;
      height: 2px;
      display: block;
      background-color: #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      position: absolute;
      transition: .3s; }
      .toggle span:nth-of-type(1) {
        top: 20%; }
      .toggle span:nth-of-type(2) {
        top: 35%; }
      .toggle span:nth-of-type(3) {
        top: 50%; }
    .toggle p {
      color: #fff;
      top: auto;
      bottom: 15%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      position: absolute;
      text-align: center;
      font: 1.6rem/1em "Oswald", Arial, Helvetica, "sans-serif"; }
    .toggle.active span:nth-of-type(1) {
      top: 35%;
      transform: translate(-50%, -50%) rotate(45deg); }
    .toggle.active span:nth-of-type(2) {
      top: 35%;
      opacity: 0; }
    .toggle.active span:nth-of-type(3) {
      top: 35%;
      transform: translate(-50%, -50%) rotate(-45deg); } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .toggle {
    display: block;
    background-color: #009B63;
    width: 60px;
    height: 60px; }
    .toggle span {
      display: block;
      width: 50%;
      height: 2px;
      display: block;
      background-color: #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      position: absolute; }
      .toggle span:nth-of-type(1) {
        top: 20%; }
      .toggle span:nth-of-type(2) {
        top: 35%; }
      .toggle span:nth-of-type(3) {
        top: 50%; }
    .toggle p {
      color: #fff;
      top: auto;
      bottom: 12%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      position: absolute;
      text-align: center;
      font: 1.4rem/1em "Oswald", Arial, Helvetica, "sans-serif"; } }
/*max-width:768px*/
/*max-width:480px*/
/************************************************/
aside {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 999;
  display: none; }

.page_top {
  position: relative;
  width: 80px;
  height: 106px;
  display: block; }
  .page_top:before {
    background: url("../image/page_top.svg") center bottom no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0; }
  .page_top:after {
    background: url("../image/page_top_hover.svg") center bottom no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0; }

@media (hover: hover) {
  .page_top:hover {
    cursor: pointer; }
    .page_top:hover:before {
      opacity: 0; }
    .page_top:hover:after {
      opacity: 1; } }
@media (max-width: 768px) {
  .page_top {
    width: 70px;
    height: 92px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_top {
    width: 60px;
    height: 79px; } }
/*max-width:480px*/
/************************************************/
.footer_box {
  background: url("../image/common/footer.jpg") center center no-repeat;
  background-size: cover;
  min-height: 780px;
  width: 100%;
  padding: 140px 0; }

.footer_flex {
  max-width: 1400px;
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .footer_flex > div {
    width: calc((100% - 40px)/2);
    max-width: 640px;
    min-height: 440px;
    padding: 35px;
    color: #fff; }
    .footer_flex > div.contact {
      background-color: #288141; }
      .footer_flex > div.contact small:before {
        background: url("../image/common/contact.svg") center center no-repeat;
        background-size: contain;
        aspect-ratio: 16/19;
        width: 100%;
        max-width: 16px;
        height: auto; }
      .footer_flex > div.contact h3 {
        margin-bottom: 40px; }
    .footer_flex > div.member {
      background-color: #009D5B; }
      .footer_flex > div.member small:before {
        background: url("../image/common/member.svg") center center no-repeat;
        background-size: contain;
        aspect-ratio: 18/17;
        width: 100%;
        max-width: 18px;
        height: auto;
        top: 1px; }
      .footer_flex > div.member h3 {
        margin-bottom: 29px; }
  .footer_flex small {
    font: 2rem/1em "Oswald", Arial, Helvetica, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 0 30px;
    display: block; }
    .footer_flex small:before {
      position: absolute;
      content: "";
      display: block;
      left: 0; }
  .footer_flex h3 {
    font: 3.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center; }
    .footer_flex h3 span {
      padding: 15px 0 0;
      font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      display: block; }
  .footer_flex p {
    padding: 0 10px;
    font: 2rem/2em "Oswald", Arial, Helvetica, "sans-serif";
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph; }
  .footer_flex a {
    font: 3.6rem/1em "Oswald", Arial, Helvetica, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center; }
  .footer_flex address {
    margin: 5px 0 0;
    letter-spacing: 0.05em;
    font: 1.5rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    text-align: center; }
    .footer_flex address span {
      padding: 0 0 0 20px; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_box {
    min-height: 780px;
    padding: 140px 0; }

  .footer_flex {
    max-width: 1400px;
    width: calc(100% - 100px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer_flex > div {
      width: 100%;
      max-width: 640px;
      min-height: auto;
      padding: 35px 35px 50px;
      margin: 0 auto 40px;
      color: #fff; }
      .footer_flex > div.contact {
        margin: 0 auto;
        background-color: #288141; }
        .footer_flex > div.contact small:before {
          background: url("../image/common/contact.svg") center center no-repeat;
          background-size: contain;
          aspect-ratio: 16/19;
          width: 100%;
          max-width: 16px;
          height: auto; }
        .footer_flex > div.contact h3 {
          margin-bottom: 40px; }
      .footer_flex > div.member {
        background-color: #009D5B; }
        .footer_flex > div.member small:before {
          background: url("../image/common/member.svg") center center no-repeat;
          background-size: contain;
          aspect-ratio: 18/17;
          width: 100%;
          max-width: 18px;
          height: auto;
          top: 1px; }
        .footer_flex > div.member h3 {
          margin-bottom: 29px; }
    .footer_flex small {
      font: 2rem/1em "Oswald", Arial, Helvetica, "sans-serif";
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 0 0 0 25px;
      position: relative;
      margin: 0 0 30px;
      display: block; }
      .footer_flex small:before {
        position: absolute;
        content: "";
        display: block;
        left: 0; }
    .footer_flex h3 {
      font: 3.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      letter-spacing: 0.01em;
      text-align: center; }
      .footer_flex h3 span {
        padding: 15px 0 0;
        font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        display: block; }
    .footer_flex p {
      padding: 0 10px;
      font: 2rem/2em "Oswald", Arial, Helvetica, "sans-serif";
      font-weight: 400;
      text-align: justify;
      text-justify: inter-ideograph; }
    .footer_flex a {
      font: 3.6rem/1em "Oswald", Arial, Helvetica, "sans-serif";
      font-weight: 400;
      letter-spacing: 0.05em;
      color: #fff;
      text-decoration: none;
      display: block;
      width: fit-content;
      margin: 0 auto;
      text-align: center; }
    .footer_flex address {
      margin: 5px 0 0;
      letter-spacing: 0.05em;
      font: 1.5rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      text-align: center; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_box {
    padding: 50px 0; }

  .footer_flex {
    width: calc(100% - 60px); }
    .footer_flex > div {
      margin: 0 auto 20px; }
    .footer_flex h3 {
      font: 3.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700; }
    .footer_flex p {
      padding: 0;
      font: 1.8rem/2em "Oswald", Arial, Helvetica, "sans-serif";
      font-weight: 400; }
    .footer_flex a {
      font: 3.2rem/1em "Oswald", Arial, Helvetica, "sans-serif";
      font-weight: 400; }
    .footer_flex address span {
      display: block;
      padding: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_box {
    padding: 0; }

  .footer_flex {
    width: 100%; }
    .footer_flex > div {
      margin: 0 auto;
      padding: 35px 20px 50px; }
    .footer_flex h3 {
      font: 3.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700; }
    .footer_flex p {
      padding: 0;
      font: 1.6rem/2em "Oswald", Arial, Helvetica, "sans-serif";
      font-weight: 400; }
    .footer_flex a {
      font: 3.2rem/1em "Oswald", Arial, Helvetica, "sans-serif";
      font-weight: 400; }
    .footer_flex address span {
      display: block;
      padding: 0; } }
/*max-width:480px*/
/************************************************/
.pagination {
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .pagination a, .pagination span {
    text-decoration: none;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #c9caca;
    text-align: center;
    font: 1.4rem/24px "Oswald", Arial, Helvetica, "sans-serif";
    font-weight: 400;
    margin: 0 8px 16px; }
  .pagination a:hover {
    opacity: 0.5s; }
  .pagination span {
    border: 1px solid #c9caca;
    background-color: #009B63;
    color: #fff; }

/************************************************/
.page_ttl {
  padding: 55px 0 0; }
  .page_ttl h1 {
    color: #009B63;
    text-align: center;
    margin: 0 auto 55px; }
    .page_ttl h1 span {
      display: block;
      width: fit-content;
      padding: 0 90px 0 0;
      font: 17rem/1em "Oswald", Arial, Helvetica, "sans-serif";
      font-weight: 400;
      margin: 0 auto 15px;
      text-align: center;
      position: relative; }
      .page_ttl h1 span br {
        display: block; }
      .page_ttl h1 span:before {
        position: absolute;
        content: "";
        display: block;
        background: url("../image/character.svg") center center no-repeat;
        background-size: contain;
        aspect-ratio: 171/240;
        width: 100%;
        max-width: 115px;
        height: auto;
        right: 0;
        bottom: -10px; }
    .page_ttl h1 small {
      font: 3rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      letter-spacing: 0.05em; }

@media (max-width: 1280px) {
  .page_ttl h1 span br {
    display: block; }
  .page_ttl h1.br span:before {
    right: 30px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .page_ttl h1 span {
    padding: 0 90px 0 0;
    font: 13rem/1em "Oswald", Arial, Helvetica, "sans-serif";
    font-weight: 400; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_ttl h1 span {
    padding: 0 60px 0 0;
    font: 10rem/1em "Oswald", Arial, Helvetica, "sans-serif";
    font-weight: 400; }
    .page_ttl h1 span br {
      display: block; }
    .page_ttl h1 span:before {
      width: 100%;
      max-width: 70px;
      height: auto;
      right: 0;
      bottom: -5px; }
  .page_ttl h1 small {
    font: 2.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    letter-spacing: 0.05em; }
  .page_ttl h1.br span:before {
    right: 30px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_ttl h1 span {
    padding: 0 40px 0 0;
    font: 8rem/1em "Oswald", Arial, Helvetica, "sans-serif";
    font-weight: 400; }
    .page_ttl h1 span br {
      display: block; }
    .page_ttl h1 span:before {
      width: 100%;
      max-width: 55px;
      height: auto;
      right: 0;
      bottom: -5px; }
  .page_ttl h1 small {
    font: 2.2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    letter-spacing: 0.05em; }
  .page_ttl h1.br span:before {
    right: 30px; } }
/*max-width:480px*/
/************************************************/
.no_single {
  display: block;
  padding: 35px 0;
  font: 1.8rem/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-weight: 700 !important; }

/************************************************/
.tab {
  transition: 0.3s;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  height: 40px;
  width: 100%;
  max-width: 300px;
  font: 1.4rem/36px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #333;
  color: #333; }
  .tab.all {
    border: 2px solid #4ABE94;
    color: #4ABE94; }
    .tab.all.current {
      background-color: #4ABE94;
      color: #fff !important; }
  .tab.general {
    border: 2px solid #A0C238;
    color: #A0C238; }
    .tab.general.current {
      background-color: #A0C238;
      color: #fff !important; }
  .tab.request {
    border: 2px solid #65ACE4;
    color: #65ACE4; }
    .tab.request.current {
      background-color: #65ACE4;
      color: #fff !important; }
  .tab.lecture {
    border: 2px solid #D1A102;
    color: #D1A102; }
    .tab.lecture.current {
      background-color: #D1A102;
      color: #fff !important; }
  .tab.forum {
    border: 2px solid #9460A0;
    color: #9460A0; }
    .tab.forum.current {
      background-color: #9460A0;
      color: #fff !important; }
  .tab.salon {
    border: 2px solid #CC528B;
    color: #CC528B; }
    .tab.salon.current {
      background-color: #CC528B;
      color: #fff !important; }
  .tab.tour {
    border: 2px solid #D16B16;
    color: #D16B16; }
    .tab.tour.current {
      background-color: #D16B16;
      color: #fff !important; }
  .tab.generation {
    border: 2px solid #D06D8C;
    color: #D06D8C; }
    .tab.generation.current {
      background-color: #D06D8C;
      color: #fff !important; }
  .tab.officer_training {
    border: 2px solid #C93A40;
    color: #C93A40; }
    .tab.officer_training.current {
      background-color: #C93A40;
      color: #fff !important; }
  .tab.host_tour {
    border: 2px solid #DE9610;
    color: #DE9610; }
    .tab.host_tour.current {
      background-color: #DE9610;
      color: #fff !important; }
  .tab.host_lecture {
    border: 2px solid #BCAE23;
    color: #BCAE23; }
    .tab.host_lecture.current {
      background-color: #BCAE23;
      color: #fff !important; }
  .tab.other {
    border: 2px solid #748B87;
    color: #748B87; }
    .tab.other.current {
      background-color: #748B87;
      color: #fff !important; }
  .tab.symposium {
    border: 2px solid #0074BF;
    color: #0074BF; }
    .tab.symposium.current {
      background-color: #0074BF;
      color: #fff !important; }
  .tab.generation_study {
    border: 2px solid #0074BF;
    color: #0074BF; }
    .tab.generation_study.current {
      background-color: #0074BF;
      color: #fff !important; }
