@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-thin-straight/css/uicons-thin-straight.css");
@import url("https://fonts.googleapis.com/css2?family=Limelight&family=Pacifico&display=swap");
body #wpadminbar {
  top: auto;
  bottom: 0;
  position: fixed; }

.ff_Pacifico {
  font-family: "Pacifico", serif; }

.ff_audio {
  font-family: "Righteous", serif;
  font-family: "Audiowide", serif; }

.ff_maru {
  font-family: "Zen Maru Gothic", serif; }

.ff_goz {
  font-family: "IBM Plex Sans JP", sans-serif; }

.ff-kiwi {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal; }

.ff-notosans {
  font-family: "Noto Sans JP", sans-serif; }

.ff_m {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-top: 48px;
  color: #333;
  background: #f1f0e5 url("../images/common/bg.png");
  background-size: 270px; }

a {
  text-decoration: none;
  color: #444;
  transition-duration: 0.3s; }

a:hover {
  color: #d11; }

time {
  font-family: Verdana, Geneva, "sans-serif"; }

.global-header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background: url("../images/common/header-bg.png") repeat-x 0 0/cover;
  box-shadow: 0 1px 5px #ccc;
  padding: 8px 0;
  font-size: 0.85em; }
  .global-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1600px;
    max-width: 98%; }

.header-logo a {
  display: flex;
  align-items: center;
  color: #fff; }
.header-logo img {
  width: 2rem;
  margin-right: 8px; }
.header-logo b {
  font-weight: 500; }

.header-menu ul {
  display: flex;
  align-items: center; }
.header-menu li {
  padding: 0 8px;
  display: flex;
  position: relative;
  font-weight: 400; }
  .header-menu li a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #fff; }
  .header-menu li a:hover {
    text-decoration: underline; }
  .header-menu li ul {
    position: absolute;
    visibility: hidden;
    top: 90%;
    left: 8px;
    background: #F6FE85;
    min-width: 100%;
    padding: 0 8px;
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    transition-duration: 0.5s;
    opacity: 0;
    display: block; }
  .header-menu li li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd; }
    .header-menu li li a {
      display: block;
      padding: 8px; }
  .header-menu li:hover ul {
    opacity: 1;
    visibility: visible; }

.header-hum {
  display: none; }

.global-footer {
  padding: 40px 0;
  background: #fff; }

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.9em; }
.footer-menu li {
  padding: 12px; }

.footer-copy {
  font-size: 11px;
  font-weight: 400;
  text-align: center; }
  .footer-copy img {
    width: 33%;
    max-width: 200px; }
  .footer-copy p {
    padding: 8px; }

.flotingBanner {
  position: fixed;
  right: 0;
  top: 50%;
  background: url("../images/common/bg-g.jpg");
  background-size: 2em;
  padding: 1em;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 4px #aaa;
  z-index: 20; }
  .flotingBanner a {
    display: block;
    line-height: 1.25;
    width: 1.2em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 3px #666; }
  .flotingBanner a:hover {
    color: #ff0; }

.m-h3 {
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", serif; }
  .m-h3 b {
    font-weight: 500;
    font-size: 1.4em; }
  .m-h3 span {
    color: #56b332;
    font-weight: 300;
    font-size: 0.9em;
    margin-left: 8px;
    vertical-align: super; }

.m-h3-t {
  display: flex;
  flex-direction: column-reverse;
  text-align: center; }
  .m-h3-t span {
    margin-left: 0;
    vertical-align: middle; }

div.home {
  padding-bottom: 4rem; }

.content {
  padding: 4rem 0 2rem;
  line-height: 2; }

.top-about {
  background: url("../images/common/efx-01.png") no-repeat right top;
  background-size: 15%; }
  .top-about .col-4 img {
    transform: translateY(-10%); }
  .top-about p {
    font-size: 0.85em; }

.top-works {
  padding-top: 2rem;
  background: url("../images/common/works-rope.svg") no-repeat center 12rem/120vw, url("../images/common/efx-02.png") no-repeat 4vw 0/10vw; }

.top-program {
  background: url("../images/common/efx-03.png") no-repeat 92% 0%/120px; }
  .top-program .container {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 4px #aaa;
    border-radius: 8px;
    position: relative; }
    .top-program .container::before {
      content: "";
      position: absolute;
      width: 5rem;
      height: 5rem;
      background: url("../images/common/efx-05.png") no-repeat;
      background-size: contain;
      bottom: 0;
      left: 0;
      transform: translate(-5%, 5%); }
    .top-program .container::after {
      content: "";
      position: absolute;
      width: 4rem;
      height: 4rem;
      background: url("../images/common/efx-04.png") no-repeat;
      background-size: contain;
      top: 0;
      right: 50%;
      transform: translate(40%, -20%); }
  .top-program figure {
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    line-height: 0;
    height: 100%; }
    .top-program figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .top-program .top-program-txt {
    padding: 2rem; }
    .top-program .top-program-txt p {
      font-size: 0.9em; }

.top-news .news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .top-news .news-list li {
    flex: 0 0 48%; }

.top-association .container {
  background: url("../images/top/bf-aso.png");
  background-size: cover;
  border-radius: 8px;
  padding: 3rem;
  color: #fff; }
.top-association .m-h3 span {
  color: #fff; }
.top-association .btn {
  background: rgba(255, 255, 255, 0.85); }

.works-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem 0; }
  .works-wrap::after {
    content: "";
    width: 33%; }

.works-list {
  flex: 0 0 31%;
  position: relative;
  background: rgba(221, 220, 189, 0.5);
  border-radius: 0 0 8px 8px;
  line-height: 1.5; }
  .works-list:nth-child(2n) {
    transform: translateY(2rem); }
  .works-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -100%);
    width: 100%;
    aspect-ratio: 839 / 107;
    background: url("../images/common/workd-h.png") 0 0/cover; }
  .works-list a {
    display: block;
    padding: 1rem;
    text-decoration: none; }
  .works-list figure {
    padding-bottom: .5rem; }
    .works-list figure img {
      border-radius: 8px;
      aspect-ratio: 8 / 5;
      width: 100%;
      object-fit: cover; }
  .works-list span {
    display: block;
    color: #56b332; }
  .works-list b {
    font-weight: 400;
    display: block;
    font-size: 0.85em;
    padding-top: 8px; }

.news-list {
  margin-bottom: 2rem; }
  .news-list li {
    padding: 1.5rem 0;
    border-bottom: 1px dashed #c7b299;
    line-height: 1.5; }
    .news-list li time {
      color: #56b332;
      font-size: 13px;
      display: block; }
    .news-list li a {
      display: block;
      text-decoration: none; }
    .news-list li a:hover {
      text-decoration: underline; }

.news-list-archive li {
  display: flex; }
  .news-list-archive li time {
    flex: 0 0 10em;
    padding-top: 3px; }

.page {
  padding-bottom: 3rem; }
  .page h1 {
    font-size: clamp(18px, 5.4vw, 32px);
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;
    margin-bottom: 2rem;
    line-height: 1.5; }
    .page h1 b {
      font-weight: 500; }
    .page h1 span {
      font-size: 0.6em;
      color: #56b332;
      margin-left: 8px; }
    .page h1 time {
      display: block;
      font-size: 0.6em;
      color: #56b332; }
  .page h2 {
    clear: both;
    display: flex;
    align-items: center;
    font-size: clamp(16px, 4.8vw, 24px);
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;
    border-bottom: 1px dashed #c7b299;
    padding: 0 0 8px;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1.5; }
    .page h2::before {
      content: "";
      background: url("../images/common/efx-04.png") no-repeat 0 0;
      background-size: cover;
      width: 1.2em;
      height: 1.2em;
      margin-right: 8px;
      display: inline-block; }
  .page .wp-caption-text {
    font-size: 0.8em;
    text-align: left;
    color: #56b332; }
  .page hr {
    clear: both;
    margin: 0;
    height: 2em;
    opacity: 0; }
  .page .alignright {
    float: right;
    max-width: 48%;
    margin-left: 2%;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.2; }
    .page .alignright em {
      font-size: 12px; }
  .page .alignleft {
    float: left;
    max-width: 48%;
    margin-right: 2%;
    margin-bottom: 1em;
    text-align: center; }
  .page .aligncenter {
    text-align: center;
    margin: auto; }

.page-about .flex {
  align-items: center; }
.page-about .col-3 {
  text-align: center; }
  .page-about .col-3 img {
    max-width: 80%;
    margin: auto; }

.about-graph {
  padding: 2rem 0;
  margin-bottom: 2rem;
  position: relative; }
  .about-graph figure {
    width: 44%;
    margin: 0 auto; }
  .about-graph dl {
    position: absolute;
    display: flex;
    align-items: flex-end;
    background: #fff;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 0.8em;
    width: 30%;
    line-height: 1.5; }
    .about-graph dl.rev {
      flex-direction: row-reverse; }
    .about-graph dl::after {
      content: "";
      background: #fff;
      position: absolute;
      width: 2rem;
      height: 1.5rem;
      bottom: 0;
      transform: translate(0, 100%); }
  .about-graph dt {
    line-height: 0;
    flex: 0 0 70px; }
    .about-graph dt img {
      transform: scale(1.3);
      transform-origin: bottom left; }
  .about-graph dd {
    padding: 1rem 8px; }
  .about-graph dl.g1 {
    top: 2rem;
    right: 0;
    width: 35%; }
    .about-graph dl.g1::after {
      left: 8px;
      clip-path: polygon(0 100%, 16% 0, 100% 0, 4% 90%); }
  .about-graph dl.g2 {
    bottom: 2rem;
    right: 8%; }
    .about-graph dl.g2::after {
      left: 0;
      bottom: 40%;
      transform: translate(-50%, -100%);
      clip-path: polygon(0 12%, 100% 0, 100% 100%, 50% 50%); }
  .about-graph dl.g3,
  .about-graph dl.g4,
  .about-graph dl.g5 {
    width: 30%;
    left: -1rem; }
    .about-graph dl.g3::after,
    .about-graph dl.g4::after,
    .about-graph dl.g5::after {
      right: -1rem;
      bottom: 50%;
      clip-path: polygon(0 12%, 100% 0, 0% 100%); }
    .about-graph dl.g3 dt img,
    .about-graph dl.g4 dt img,
    .about-graph dl.g5 dt img {
      transform-origin: right bottom; }
  .about-graph dl.g3 {
    bottom: 2rem;
    width: 36%; }
    .about-graph dl.g3::after {
      bottom: 80%; }
  .about-graph dl.g4 {
    top: 45%; }
  .about-graph dl.g5 {
    top: 4rem;
    width: 33%; }
    .about-graph dl.g5::after {
      bottom: 30%;
      clip-path: polygon(50% 0, 100% 100%, 0% 50%); }

.contents {
  background: url("../images/common/im-rope.png") no-repeat -2vw -4vw;
  background-size: 25vw;
  background-image: url("../images/common/im-rope.png"), url("../images/common/efx-07.png");
  background-repeat: no-repeat, no-repeat;
  background-position: -2vw -4vw, right bottom;
  background-size: 25vw, 15vw; }

.container {
  width: 1000px; }

.archive-activity .content-page {
  background: url("../images/common/works-rope.svg") no-repeat center 11rem/100vw; }

.page-activity h1 em {
  display: inline-block;
  font-size: 15px;
  border-radius: 40px;
  padding: 8px 2rem;
  line-height: 1;
  background: #6fc5c1;
  color: #fff; }
.page-activity h1 b {
  display: block; }
.page-activity .activity-kv {
  display: block;
  position: relative;
  border-bottom: 0;
  margin-top: 0;
  font-size: clamp(16px, 5.4vw, 24px);
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif; }
  .page-activity .activity-kv img {
    aspect-ratio: 8 / 5;
    width: 100%;
    object-fit: cover; }
  .page-activity .activity-kv b {
    position: absolute;
    left: 0;
    bottom: 4rem;
    width: 100%;
    background: url("../images/common/bg-g.jpg");
    text-align: center;
    color: #fff;
    padding: 8px; }

.activity-meta {
  display: flex;
  flex-wrap: wrap; }
  .activity-meta dl {
    display: flex;
    align-items: flex-start;
    padding-right: 2rem;
    line-height: 1.5;
    font-size: 15px; }
  .activity-meta dt {
    background: #6fc5c1;
    border-radius: 40px;
    padding: 4px 2rem;
    color: #fff; }
  .activity-meta dd {
    padding: 4px 8px;
    font-size: 0.9em; }
    .activity-meta dd a {
      text-decoration: none;
      margin-right: 1em; }

.activity-body h2:first-child {
  margin-top: 0; }

.archive-seminars {
  padding-bottom: 4rem; }
  .archive-seminars h1 em {
    display: inline-block;
    text-indent: -0.5em;
    position: relative; }
    .archive-seminars h1 em::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -4px;
      height: 8px;
      width: 100%;
      background: url("../images/common/bg-g.jpg"); }
  .archive-seminars .alignright {
    max-width: 32%; }

.seminars-table {
  overflow-x: auto; }
  .seminars-table table {
    font-size: 0.9em;
    border-collapse: separate;
    min-width: 100%;
    border-collapse: collapse; }
  .seminars-table tr {
    margin-bottom: 1rem; }
  .seminars-table th {
    white-space: nowrap;
    text-align: left;
    padding: 4px 8px;
    font-weight: 400;
    border-bottom: 1px dashed #c7b299;
    border-right: 1px solid #c7b299; }
    .seminars-table th em {
      display: block;
      border-radius: 32px;
      padding: 4px 16px;
      background: #6fc5c1;
      color: #fff;
      font-size: 0.9em;
      min-width: 6em;
      text-align: center; }
  .seminars-table td {
    padding: 8px;
    border-bottom: 1px solid #c7b299;
    border-right: 1px dashed #c7b299; }
  .seminars-table td.tdplace {
    min-width: 10em; }
  .seminars-table .btn {
    white-space: nowrap;
    padding: 8px 1rem;
    padding-right: 2.5rem;
    margin: 2px 0; }
    .seminars-table .btn::before {
      width: 1rem; }
  .seminars-table .pdflink::before {
    content: none; }
  .seminars-table .pdflink::after {
    top: 35%;
    width: 0.9em; }

.notice {
  color: #d21;
  text-align: right;
  padding-top: 5px;
  font-size: 0.9em; }

.seminars-timeline .container {
  padding: 2rem;
  background: rgba(241, 231, 201, 0.5); }
.seminars-timeline .alignright {
  max-width: 26%; }
.seminars-timeline small {
  font-weight: 400;
  font-size: 11px; }

.timeline {
  padding-left: 3rem;
  padding-bottom: 2rem;
  position: relative;
  clear: both; }
  .timeline::after {
    content: "";
    background: url("../images/common/down.svg") center bottom;
    background-size: 1rem;
    position: absolute;
    left: 4px;
    top: 1rem;
    height: calc(100% - 0.5rem);
    width: 1rem; }
  .timeline h3 {
    position: relative;
    display: flex;
    align-items: center; }
    .timeline h3::before {
      content: "";
      display: block;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      position: absolute;
      left: -3rem;
      background: #fff;
      border: 3px solid #6fc5c1;
      z-index: 3; }
    .timeline h3 em {
      background: #6fc5c1;
      color: #fff;
      border-radius: 24px;
      font-size: 0.9em;
      padding: 4px 12px;
      position: relative;
      white-space: nowrap; }
      .timeline h3 em::before {
        content: "";
        position: absolute;
        right: 100%;
        top: 49%;
        width: 2rem;
        height: 2px;
        background: #6fc5c1;
        z-index: 2; }
    .timeline h3 b {
      font-weight: 500;
      padding-left: .5rem;
      font-size: 1.4em;
      color: #56b332; }
  .timeline blockquote {
    overflow: hidden;
    padding: 8px;
    background: rgba(241, 231, 201, 0.5);
    font-size: 0.9em; }

.timeline-fin {
  clear: both; }
  .timeline-fin::after {
    content: none; }
  .timeline-fin h3 {
    align-items: center; }
    .timeline-fin h3 strong {
      background: url("../images/common/bg2.png");
      color: #fff;
      border-radius: 40px;
      padding: 8px 2rem;
      font-size: 1.2em;
      font-weight: 600;
      position: relative; }
      .timeline-fin h3 strong::after {
        content: "";
        width: 2rem;
        height: 2rem;
        background: url("../images/common/bg2.png");
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        position: absolute;
        left: -1rem;
        top: 50%;
        transform: translate(0, -50%); }

.seminars-column {
  border-radius: 12px;
  background: rgba(241, 231, 201, 0.5);
  padding: 2rem;
  margin-top: 2rem; }
  .seminars-column h3 {
    margin-left: -2.4rem;
    background: url("../images/common/bg2.png");
    color: #fff;
    padding: 8px;
    padding-left: 2.4rem;
    margin-bottom: 2rem;
    font-size: 1.2em; }
  .seminars-column .alignright {
    max-width: 40%; }

.kakomi {
  background: #fff;
  padding: 1rem;
  font-size: 13px;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: inset 0 3px 4px #ddd; }

.postpassform p {
  display: flex; }
.postpassform label {
  padding: 0 8px 0 0; }

.page-contact .firstQ {
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 2rem; }
  .page-contact .firstQ p {
    padding-bottom: 1rem; }
  .page-contact .firstQ .flex {
    justify-content: center; }
    .page-contact .firstQ .flex p {
      padding: 0 1rem; }
    .page-contact .firstQ .flex label {
      display: block;
      border: 1px solid #aaa;
      padding: 1rem; }
.page-contact .in_out {
  display: none;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: inset 0 2px 4px #ddd; }
.page-contact dl {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd; }
.page-contact dt {
  flex: 0 0 12rem; }
  .page-contact dt sup {
    font-size: 11px;
    color: #d11;
    white-space: nowrap; }
.page-contact dd {
  padding-left: 2rem; }
  .page-contact dd input[type="text"],
  .page-contact dd input[type="email"],
  .page-contact dd input[type="mail"],
  .page-contact dd textarea {
    padding: 4px;
    border: 1px solid #aaa;
    border-radius: 2px;
    width: 400px;
    max-width: 100%; }
  .page-contact dd textarea {
    height: 8rem; }
  .page-contact dd select {
    padding: 4px;
    border: 1px solid #aaa;
    border-radius: 2px;
    width: 400px;
    max-width: 100%; }
  .page-contact dd input[type="submit"] {
    padding: 1rem 2rem;
    border-radius: 8px;
    border: 1px solid #888;
    background: linear-gradient(#eee 0%, #ccc 100%);
    cursor: pointer; }
    .page-contact dd input[type="submit"]:hover {
      background: #fff; }
  .page-contact dd p {
    padding-bottom: 1rem; }
    .page-contact dd p:last-of-type {
      padding-bottom: 0; }
  .page-contact dd small {
    color: #888;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block; }

.contact-form dt {
  white-space: nowrap;
  flex: 0 0 15rem; }

.aso-comment .col-7 {
  position: relative;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  flex: 1;
  margin-right: 2rem; }
  .aso-comment .col-7::after {
    content: "";
    position: absolute;
    left: calc(100% - 1px);
    top: 4rem;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff; }
.aso-comment .col-3 {
  text-align: center;
  flex: 0 0 20%; }
  .aso-comment .col-3 p b {
    display: block;
    font-weight: 500;
    font-size: 1.3em;
    color: #56b332; }
  .aso-comment .col-3 p em {
    display: block;
    background: #6fc5c1;
    border-radius: 24px;
    color: #fff;
    font-size: 0.9em;
    padding: 4px 4px; }
  .aso-comment .col-3 p small {
    display: block; }

.aso-column {
  border-radius: 12px;
  background: rgba(241, 231, 201, 0.5);
  padding: 2rem;
  margin-top: 2rem; }
  .aso-column h3 {
    margin-left: -2.4rem;
    background: url("../images/common/bg2.png");
    color: #fff;
    padding: 8px;
    padding-left: 2.4rem;
    padding-right: 4rem;
    margin-bottom: 2rem;
    font-size: 1.2em;
    display: inline-block; }
    .aso-column h3 em {
      display: inline-block;
      background: #fff;
      padding: 3px;
      font-size: 0.8em;
      color: #a3cd4f;
      margin-right: 8px;
      border-radius: 4px; }
  .aso-column dl {
    border-top: 1px dashed #621;
    padding-top: 8px; }
    .aso-column dl dd {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding-top: 8px;
      font-size: 0.9em; }
      .aso-column dl dd em {
        display: inline-block;
        border-radius: 24px;
        font-size: 13px;
        color: #fff;
        padding: 1px 12px;
        background: #6fc5c1;
        margin-right: 4px; }
      .aso-column dl dd span, .aso-column dl dd a {
        margin-right: 1rem;
        display: inline-block; }
  .aso-column .alignright {
    max-width: 30%; }

.page-saiseikai p {
  overflow: hidden; }
.page-saiseikai .alignright {
  max-width: 110px; }
.page-saiseikai hr {
  height: 0; }

.history-table {
  display: flex;
  padding: 0 0 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px dashed #c7b299; }
  .history-table h4 {
    flex: 0 0 1.5em;
    text-align: center;
    background: url("../images/common/bg2.png");
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .history-table ul {
    padding: 0 0 0 1rem; }
  .history-table li {
    display: flex;
    padding: 4px; }
    .history-table li time {
      color: #56b332;
      font-size: 14px;
      flex: 0 0 8em; }
    .history-table li span {
      padding: 0 0 0 1rem;
      font-size: 15px; }

.pagination {
  padding: 2em 0; }
  .pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .pagination li {
    padding: 8px; }
    .pagination li span, .pagination li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 2em;
      height: 2em;
      border-radius: 50%;
      line-height: 1;
      padding-bottom: 2px;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 600; }
    .pagination li span.current {
      background: #56b332;
      color: #fff; }

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .nav-links span, .nav-links a {
    margin: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    line-height: 1;
    padding-bottom: 2px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600; }
  .nav-links span.current {
    background: #56b332;
    color: #fff; }

.Navi-Pre-Next {
  border-top: 1px dashed #777;
  margin-top: 3rem;
  padding: 40px 0;
  display: flex;
  font-size: 0.9em; }
  .Navi-Pre-Next br {
    display: none; }
  .Navi-Pre-Next p {
    flex: 0 0 48%;
    overflow: hidden;
    padding: 0; }
  .Navi-Pre-Next p.Navi-Next {
    text-align: right; }

.pagetopbtn {
  position: sticky;
  bottom: 8px;
  text-align: right;
  z-index: 10; }
  .pagetopbtn a {
    position: absolute;
    right: 4px;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #eee;
    font-size: 0.8em;
    text-align: center; }
  .pagetopbtn i {
    display: block;
    width: 1.2em;
    height: 0.6em;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: #555;
    margin-bottom: 0.253em; }
  .pagetopbtn a:hover {
    background: #56b332; }
    .pagetopbtn a:hover i {
      background: #fff; }

.searchlist {
  padding: 16px 0;
  border-bottom: 1px dashed #ccc; }
  .searchlist a {
    display: flex;
    text-decoration: none;
    align-items: center; }
  .searchlist a:hover {
    text-decoration: underline; }
  .searchlist i {
    flex: 0 0 100px; }
  .searchlist span {
    padding: 0 16px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 0.9em; }
    .searchlist span em {
      font-weight: 600;
      font-size: 1.1em;
      display: inline-block;
      padding-bottom: 8px; }
  .searchlist time {
    display: block;
    font-size: 12px;
    text-decoration: none; }

.sharedaddy {
  padding: 0 1px; }

.page-sitemap .wsp-container ul {
  display: flex;
  flex-wrap: wrap; }
.page-sitemap .wsp-container li {
  padding: 0 16px 0 0;
  line-height: 1.4;
  font-size: 0.9em;
  min-width: 25%; }
  .page-sitemap .wsp-container li br {
    display: none; }
  .page-sitemap .wsp-container li ul {
    display: contents; }
  .page-sitemap .wsp-container li a {
    padding: 8px 0 0;
    display: inline-block; }

/*------------------
//Responsive//
/*-----------------*/
@media screen and (max-width: 1000px) {
  br.lg {
    display: none; }

  .header-menu li {
    padding: 0; }
    .header-menu li a {
      padding: 0 4px; }

  .about-graph figure {
    width: 40%; }
  .about-graph dl.g1 {
    width: 32%;
    right: 0; }
  .about-graph dl.g2 {
    width: 40%;
    right: 0; }
  .about-graph dl.g3 {
    bottom: 0;
    width: 40%; }
  .about-graph dl.g4 {
    top: 40%; }
  .about-graph dl.g5 {
    top: 1.5rem;
    width: 35%; } }
@media screen and (max-width: 768px) {
  body {
    padding-top: 54px; }

  .global-header {
    padding: 0;
    height: auto;
    width: 100%; }
    .global-header .container {
      max-width: 100%; }

  .header-logo {
    z-index: 6;
    flex: 1 1 auto;
    padding: 8px; }

  .header-menu {
    visibility: hidden;
    transform: translateX(100%);
    opacity: 0;
    position: fixed;
    text-align: left;
    padding: 0 0 24px;
    background: #56b332 url("../images/common/bg-g.jpg");
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    transition-duration: 0.6s; }
    .header-menu ul {
      display: block;
      text-align: left;
      padding: 0; }
    .header-menu li {
      display: block;
      padding: 8px;
      border-bottom: 1px dashed #ccc; }
      .header-menu li a {
        display: block;
        padding: 16px; }
      .header-menu li ul {
        display: block;
        position: static;
        border: 0;
        background: #fcfcfc;
        visibility: visible;
        opacity: 1; }
        .header-menu li ul li {
          border: 0;
          padding: 0; }
          .header-menu li ul li a {
            padding: 8px 24px; }

  .header-hum {
    display: flex;
    align-items: center;
    z-index: 100;
    position: relative;
    line-height: 1;
    text-align: center;
    padding: 8px; }
    .header-hum a {
      display: block; }
    .header-hum span {
      position: relative;
      display: block;
      height: 21px; }
      .header-hum span i {
        width: 100%;
        width: 25px;
        height: 2px;
        display: block;
        border-radius: 4px;
        background: #fff;
        position: absolute;
        left: 12%;
        transition-duration: 0.4s; }
        .header-hum span i:nth-child(1) {
          top: 0; }
        .header-hum span i:nth-child(2) {
          top: calc(50% - 1.5px); }
        .header-hum span i:nth-child(3) {
          bottom: 0; }
    .header-hum em {
      font-weight: 400;
      font-size: 10px;
      white-space: nowrap;
      color: #fff;
      display: block;
      padding: 6px 0 0;
      letter-spacing: -0.1em; }

  .header-menu-active {
    overflow: hidden; }
    .header-menu-active .header-menu {
      visibility: visible;
      opacity: 1;
      transform: translateX(0); }
    .header-menu-active .header-hum span i {
      top: calc(50% - 2px); }
      .header-menu-active .header-hum span i:nth-child(1) {
        transform: rotate(45deg); }
      .header-menu-active .header-hum span i:nth-child(2) {
        opacity: 0; }
      .header-menu-active .header-hum span i:nth-child(3) {
        transform: rotate(-45deg); } }
.sp {
  display: none; }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  br.sp {
    display: inline; }

  .content {
    padding: 8vw 0; }

  .about-graph figure {
    width: auto;
    max-width: 400px; }
  .about-graph dl {
    position: static;
    width: auto !important;
    margin: 4px 0;
    align-items: center; }
    .about-graph dl::after {
      content: none; }
    .about-graph dl.rev {
      flex-direction: row; }
    .about-graph dl dt img {
      transform: scale(1); } }
@media screen and (max-width: 640px) {
  .top-association .container {
    padding: 1.5rem; }

  .page h1 span {
    display: block;
    margin-left: 0; }

  .page h2 h2 {
    margin-top: 8vw; }
  .page .alignright {
    float: none;
    max-width: 90%;
    margin: auto;
    margin-bottom: 1rem; }
  .page .alignleft {
    float: none;
    max-width: 90%;
    margin: auto;
    margin-bottom: 1em; }
  .page .wsp-container {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0; }

  .page-about .col-2,
  .page-about .col-3 {
    max-width: 64%;
    margin: 1rem auto; }

  .page-activity .activity-kv b {
    display: block;
    position: relative;
    bottom: 8px; }
  .page-activity .activity-meta dl {
    margin-top: 8px; }
  .page-activity .activity-meta dt {
    flex: 0 0 6em;
    white-space: nowrap;
    padding: 4px 1rem;
    text-align: center; }
  .page-activity .activity-meta dd {
    display: flex;
    flex-wrap: wrap; }

  .seminars-timeline .container {
    max-width: 100%;
    padding: 1rem; }
  .seminars-timeline .timeline {
    padding-left: 2rem; }
    .seminars-timeline .timeline h3::before {
      left: -2rem; }
  .seminars-timeline .alignright {
    max-width: 80%; }
  .seminars-timeline .timeline-fin h3 strong {
    padding: 8px 1rem; }
    .seminars-timeline .timeline-fin h3 strong small {
      display: block; }

  .aso-comment {
    display: block; }
    .aso-comment .col-7 {
      margin-right: 0; }
      .aso-comment .col-7::after {
        left: 50%;
        top: calc(100% - 1px);
        clip-path: polygon(0 0, 100% 0, 50% 100%); }
    .aso-comment .col-3 {
      padding-top: 2rem;
      width: 80%;
      max-width: 320px;
      margin: 0 auto; }

  .seminars-table tr, .seminars-table th, .seminars-table td {
    display: block; }
  .seminars-table tr {
    border-bottom: 3px solid #6fc5c1;
    padding-bottom: 8px; }
  .seminars-table th {
    display: none; }
  .seminars-table td {
    padding: 4px 0; }
    .seminars-table td:last-child {
      border-bottom: 0; }
    .seminars-table td br {
      display: none; }
    .seminars-table td em {
      font-size: 0.8em;
      color: #666;
      display: block; }

  .history-table li {
    display: block; }

  .works-wrap {
    display: block;
    padding-bottom: 0; }

  .works-list {
    margin-bottom: 16vw; }
    .works-list:nth-child(2n) {
      transform: translateY(0); }
    .works-list:last-of-type {
      margin-bottom: 0; }

  .top-program figure {
    border-radius: 8px 8px 0 0; }

  .top-news .news-list {
    display: block;
    margin-bottom: 0; }

  .Navi-Pre-Next {
    flex-direction: column; }

  .related .newslist {
    flex: 0 0 50%;
    min-width: 0; }

  .calendar-nav h2 {
    font-size: 1.4em; } }

/*# sourceMappingURL=style.css.map */
