@charset "UTF-8";
.gHeaderWrap {}
.gHeader {}
.gHeader_side {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 248px;
    height: 100%;
    background: #fff;
    box-shadow: 1px 0 0 rgba(228, 228, 228, 0.7);
    box-sizing: border-box;
}
.gHeader_inner {
    padding-top: 20px;
    overflow: auto;
    max-height: calc(100vh - 0px);
    box-sizing: border-box;
}
.gHeader_logo {
    line-height: 1;
    margin-bottom: 34px;
}
.gHeader_logo > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gHeader_logo > a::before {
    content: "";
}
.gHeader_logo > a::after {
    content: "";
}
.gHeader_title_img {
    display: block;
    fill: #f35481;
    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
}
.gHeader_catch {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.gHeader_title {}
.gHeader_title > b {
    display: block;
    font-size: 25px;
    text-align: center;
}
.gHeader_title > small {
    display: block;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 0.2em;
}
.gNav {}
.gNav_inner {}
.gNav_title {
    display: none;
}
.gNav_list {
    list-style: none;
    margin-bottom: 65px;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    position: relative;
    height: 49px;
    z-index: 1;
    white-space: nowrap;
    padding-left: 47px;
    align-items: center;
    border-right: 5px solid #fff;
    transition-duration: .3s;
    transition-property: background-color, color, border-color;
}
.gNav_list > li > a::before {
    content: "";
    display: block;
    width: 9px;
    height: 1px;
    background: #cccccc;
    margin-right: 7px;
}
.gNav_list > li > a::after {
    content: "";
}
.gNav_dList {
    list-style: none;
    padding-bottom: 60px;
}
.gNav_dList > dt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.gNav_dList > dd {}
.gNav_dList > dd > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gNav_dList > dd.-tel > a {
    color: #f35481;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.gNav_dList > dd.-contact {
    max-width: 206px;
    margin: 14px auto 0;
}
.gNav_dList > dd.-contact > a {
    border: 1px solid #276902;
    background: #276902;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 40px;
    color: #fff;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gNav_dList > dd > a::before {
    content: "";
}
.gNav_dList > dd > a::after {
    content: "";
}
.gNav_dList > dd > a > .icon {
    display: block;
    margin-right: 2px;
    font-size: 21px;
}
.gNav_dList > dd.-contact > a > .icon {
    display: block;
    margin-right: 8px;
    font-size: 20px;
}
.gNav_dList > dd.-tel > a > svg {
    display: block;
    width: 166px;
    height: 19px;
    fill: #f35481;
}
.gNav_insLink {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
}
.gNav_insLink > a {
    display: flex;
    text-decoration: none;
    height: 42px;
    background: #276902;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #276902;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
    font-weight: bold;
}
.gNav_insLink > a > img {
    display: block;
    margin-left: 5px;
}
.gNav_insLink > a::before {
    content: "";
}
.gNav_insLink > a::after {
    content: "";
}
.gNav_insLink > a > .icon {
    display: block;
    margin-left: 7px;
}
.gHeadNav {
    background: #276902;
}
.gHeadNav_list {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    padding-right: 21px;
}
.gHeadNav_list > li {
    position: relative;
    z-index: 1;
}
.gHeadNav_list > li:first-child {}
.gHeadNav_list > li:last-child {}
.gHeadNav_list > li:nth-child(2n+1) {}
.gHeadNav_list > li:nth-child(n+3) {}
.gHeadNav_list > li > a {
    text-decoration: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #276902;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding: 0 16px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gHeadNav_list > li > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #abbea4;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.gHeadNav_list > li:last-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #abbea4;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: 10;
}
.gHeadNav_list > li > a::after {
    content: "";
}
.gHeadNav_list > li > a > .icon {
    display: block;
    margin-left: 6px;
    font-size: 12px;
}
.gMenuBtn {
    display: none;
}
.gMenuBtn::before {}
.gMenuBtn::after {
    content: attr(aria-label);
    display: inline-block;
    vertical-align: middle;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gPageTop {
    position: fixed;
    z-index: 999;
    right: 25px;
    bottom: 25px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.gPageTop.isFixed {
    opacity: 1;
}
.gPageTop_button {
    display: block;
    width: 44px;
    height: 44px;
    background: #276902;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #276902;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gPageTop_button::before {
    content: "";
}
.gPageTop_button::after {
    content: "";
}
.gPageTop_button > .icon {
    display: block;
}
.gFooter {
    background: #333333;
    color: #fff;
    padding-top: 70px;
    font-size: 14px;
}
.gFooter_inner {}
.gFooter_dList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gFooter_dList > dt {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
}
.gFooter_dList > dt > a {
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding-left: 70px;
    line-height: 1;
    text-align: center;
    color: #fff;
    transition-duration: .3s;
    transition-property: opacity;
}
.gFooter_dList > dt > a > small {
    display: block;
    font-size: 11px;
    letter-spacing: 0.2em;
}
.gFooter_dList > dt > a > b {
    display: block;
    font-size: 24px;
    margin-bottom: 7px;
}
.gFooter_dList > dt > a > strong {
    display: block;
    font-weight: normal;
    font-style: inherit;
    font-size: 14px;
    margin-top: 12px;
}
.gFooter_dList > dt > a::before {
    content: "";
}
.gFooter_dList > dt > a::after {
    content: "";
}
.gFooter_dList > dd {
    margin-right: 14px;
}
.gFooter_dList > dd:last-child {
    margin-right: 0;
}
.gFooter_svg {
    fill: #f35481;
    display: block;
    width: 61px;
    height: 61px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 0;
}
.gFooter_svg > use {}
.gFooter_copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    background: #fff;
    color: #626262;
    margin-top: 50px;
}
.gFooter_copyright > small {
    display: block;
    font-size: 14px;
    text-align: center;
}
.gFooter_cdList {
    list-style: none;
    text-align: center;
}
.gFooter_cdList > dt {}
.gFooter_cdList > dd {}
.gVisual {
    background-image: url(/assets/img/common/pt-main-contact.jpg);
    height: 296px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 45px;
}
.gVisual-none {
    height: 0;
}
.gSubNav {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 250px;
    height: 100%;
    left: 248px;
    background: #f8f4e5;
    display: flex;
    text-align: center;
    padding-top: 155px;
    box-sizing: border-box;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .5s, 0s, 0s;
    transition-delay: 0s, .5s, .5s;
}
.gSubNav_dList {
    list-style: none;
    width: 100%;
}
.gSubNav_dList > dt {
    color: #276902;
    font-weight: bold;
}
.gSubNav_dList > dt::after {
    content: "";
    display: block;
    width: 146px;
    height: 1px;
    background: #c6c3b7;
    margin: 30px auto 0;
}
.gSubNav_dList > dd {}
.gSubNav_dList > dd > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gSubNav_dList > dd > a::before {
    content: "";
    border: 5px solid #276902;
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: none;
    border-left-width: 8px;
    margin-right: 7px;
}
.gSubNav_dList > dd > a::after {
    content: "";
}
.p-home .gNav_list > li > a.-home,
.p-guide .gNav_list > li > a.-guide,
.p-guide-group .gNav_list > li > a.-guide-group,
.p-outline .gNav_list > li > a.-outline,
.p-highlights .gNav_list > li > a.-highlights,
.p-event .gNav_list > li > a.-event,
.p-recruit .gNav_list > li > a.-recruit,
.p-fellowship .gNav_list > li > a.-fellowship,
.p-publish .gNav_list > li > a.-publish,
.p-access .gNav_list > li > a.-access,
.p-network .gNav_list > li > a.-network,
.p-policy .gNav_list > li > a.-policy,
.p-sitemap .gNav_list > li > a.-sitemap,
.p-link .gNav_list > li > a.-link,
.p-privacy .gNav_list > li > a.-privacy,
.p-contact .gNav_list > li > a.-contact,
.p-release .gNav_list > li > a.-release,
.p-information .gNav_list > li > a.-information,
.p-news .gNav_list > li > a.-news {
    background-color: #F8F8F8;
    border-right-color: #276902;
}
.gVisual-home {
    background-image: url(/assets/img/common/pt-main-home.jpg);
}
.gVisual-guide {
    background-image: url(/assets/img/common/pt-main-guide.jpg);
}
.gVisual-guide--group {}
.gVisual-outline {
    background-image: url(/assets/img/common/pt-main-outline.jpg);
}
.gVisual-highlights {
    background-image: url(/assets/img/common/pt-main-highlights.jpg);
}
.gVisual-event {
    background-image: url(/assets/img/common/pt-main-event.jpg);
}
.gVisual-recruit {
    background-image: url(/assets/img/common/pt-main-recruit.jpg);
}
.gVisual-fellowship {
    background-image: url(/assets/img/common/pt-main-fellowship.jpg);
}
.gVisual-publish {
    background-image: url(/assets/img/common/pt-main-publish.jpg);
}
.gVisual-access {
    background-image: url(/assets/img/common/pt-main-access.jpg);
}
.gVisual-network {
    background-image: url(/assets/img/common/pt-main-network.jpg);
}
.gVisual-policy {
    background-image: url(/assets/img/common/pt-main-policy.jpg);
}
.gVisual-sitemap {
    background-image: url(/assets/img/common/pt-main-sitemap.jpg);
}
.gVisual-link {
    background-image: url(/assets/img/common/pt-main-link.jpg);
}
.gVisual-privacy {
    background-image: url(/assets/img/common/pt-main-privacy.jpg);
}
.gVisual-contact {
    background-image: url(/assets/img/common/pt-main-contact.jpg);
}
.gVisual-release {
    background-image: url(/assets/img/common/pt-main-release.jpg);
}
.gVisual-information {
    background-image: url(/assets/img/common/pt-main-information.jpg);
}
.gVisual-news {
    background-image: url(/assets/img/common/pt-main-news.jpg);
}
.gPtbl {
    width: 100%;
    overflow: hidden;
}
.gPtbl > thead {}
.gPtbl > thead > tr {
    padding: 0 10px;
    border: 1px solid #ccc;
    white-space: nowrap;
    background: #f5f6f8;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1;
    height: 50px;
}
.gPtbl > thead > tr:first-child {}
.gPtbl > thead > tr:last-child {}
.gPtbl > thead > tr > th {
    white-space: nowrap;
}
.gPtbl > thead > tr > th:nth-child(2n+1) {
    width: 60px;
    border-right: 1px #ccc solid;
    border-left: 1px #ccc solid;
}
.gPtbl > thead > tr > th:first-child {
    border-left: 0;
}
.gPtbl > thead > tr > td {}
.gPtbl > tbody {}
.gPtbl > tbody > tr {}
.gPtbl > tbody > tr:first-child {}
.gPtbl > tbody > tr:last-child {}
.gPtbl > tbody > tr > td {
    border: 1px solid #ccc;
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}
.gPtbl > tbody > tr > td:nth-child(2n+1) {
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.gPtbl_link {}
.gPtbl_link > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    align-items: center;
    padding: 17px 23px;
    line-height: 1;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gPtbl_link > a::before {
    content: "";
}
.gPtbl_link > a::after {
    content: "";
    background-image: url(/assets/img/common/icn-pdf@2x.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    left: 120px;
    display: block;
    width: 32px;
    height: 13px;
    margin-left: 11px;
}
.gBody {
    padding-bottom: 100px;
    overflow: hidden;
    min-height: calc(100vh - 535px);
}
.gBody-noPB {
    padding-bottom: 0;
}
.gEventList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 43px;
}
.gEventList-4col {
    margin-top: 30px;
}
.gEventList > li {
    width: 48%;
    margin-left: 4%;
}
.gEventList-4col > li {
    width: 23.5%;
    margin-left: 2%;
}
.gEventList > li:first-child {}
.gEventList > li:last-child {}
.gEventList > li:nth-child(2n+1) {
    margin-left: 0;
}
.gEventList-4col > li:nth-child(2n+1) {
    margin-left: 2%;
}
.gEventList-4col > li:nth-child(4n+1) {
    margin-left: 0;
}
.gEventList > li:nth-child(n+3) {
    margin-top: 2.5%;
}
.gEventList-4col > li:nth-child(n+3) {
    margin-top: 0;
}
.gEventList > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: flex-start;
    line-height: 1.4;
}
.gEventList-4col > li > a {
    display: block;
}
.gEventList > li > a::before {
    content: "";
}
.gEventList > li > a::after {
    content: "";
}
.gEventList_image {
    min-width: 250px;
    padding-bottom: 172px;
    width: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 15px;
    transition-duration: .3s;
    transition-property: opacity;
    background-image: url(/assets/img/common/img-alt@2x.png);
}
.gEventList_image-4col {
    min-width: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.gEventList_areaText {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
}
.gEventList_update {
    font-size: 87.5%;
    margin-right: 12px;
}
.gEventList_update > time {}
.gEventList_cat {
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 4px 10px;
    color: #1b1b1b;
}
.gEventList_name {
    width: 100%;
    margin-top: 5px;
}
.gEventList_open {
    width: 100%;
    margin-top: 3px;
    font-size: 14px;
}
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
    min-width: 30px;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 6px;
    color: inherit;
    box-sizing: border-box;
    padding: 0 4px;
    margin: 1px 3px;
    transition-duration: .3s;
    transition-property: background-color, color, border-color;
}
.wp-pagenavi > .previouspostslink {
    border-color: #ccc;
    min-width: 50px;
    font-size: 0;
}
.wp-pagenavi > .current {
    color: #276902;
}
.wp-pagenavi > .extend {}
.wp-pagenavi > .nextpostslink {
    min-width: 50px;
    border-color: #ccc;
    font-size: 0;
}
.wp-pagenavi > .nextpostslink::before {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    display: block;
}
.wp-pagenavi > .previouspostslink::before {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    display: block;
    transform: rotate(180deg);
}

[data-slug="exhibition"] {
    background-color: #d2e8f2;
}
[data-slug="course"] {
    background-color: #feeda7;
}
[data-slug="monthly"] {
    background-color: #cee598;
}
@media screen and (max-width:1399px) {
    .gHeader_side {
        width: 200px;
    }
    .gHeader_title > b {
        font-size: 22px;
    }
    .gHeader_title > small {
        letter-spacing: 0.1em;
    }
    .gNav_list > li > a {
        padding-left: 20px;
    }
    .gNav_dList > dd.-contact {
        max-width: 180px;
    }
    .gNav_dList > dd.-tel > a > svg {
        width: 140px;
        height: 16px;
    }
    .gSubNav {
        left: 200px;
        width: 200px;
    }
}
@media screen and (max-width:1199px) {
    .gEventList_image {
        min-width: 180px;
        width: 180px;
        padding-bottom: 120px;
        margin-right: 10px;
    }
    .gEventList_image-4col {
        min-width: 0;
        width: auto;
        margin-right: 0;
    }
    .gEventList > li {
        width: 49%;
        margin-left: 2%;
    }
    .gEventList-4col > li {
        width: 23.5%;
    }
}
@media screen and (min-width:1000px) {
    .wp-pagenavi > a:hover {
        background: #276902;
        color: #fff;
        border-color: #276902;
    }
    .gEventList > li > a:hover {
        color: #006b00;
    }
    a:hover .gEventList_image {
        opacity: .7;
    }
    a:hover .gEventList_name {
        text-decoration: underline;
    }
    .gHeader_logo > a:hover {
        color: #f35481;
    }
    .gNav_list > li > a:hover {
        background-color: #F8F8F8;
        border-right-color: #276902;
    }
    .gNav_dList > dd > a:hover {}
    .gNav_dList > dd.-contact > a:hover {
        background: #fff;
        color: #276902;
    }
    .gNav_insLink > a:hover {
        background: #fff;
        color: #276902;
    }
    .gHeadNav_list > li > a:hover {
        text-decoration: underline;
        background: #56883a;
    }
    .gMenuBtn:hover {}
    .gPageTop_button:hover {
        background: #fff;
        color: #276902;
    }
    .gFooter_dList > dt > a:hover {
        opacity: .7;
    }
    a:hover + .gSubNav {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gSubNav:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gSubNav_dList > dd > a:hover {
        color: #276902;
        background: #f1e6c0;
    }
    .gPtbl_link > a:hover {
        text-decoration: underline;
        color: #006b00;
    }
}
@media screen and (max-width: 999px) {
    .gHeaderWrap {}
    .gHeader {
        height: 50px;
    }
    .gHeader_side {
        position: fixed;
        box-shadow: none;
        padding: 0;
        width: 100%;
        height: 50px;
    }
    .gHeader_inner {
        overflow: visible;
        max-height: none;
        padding: 0;
    }
    .gHeader_logo {
        display: flex;
        margin-bottom: 0;
    }
    .gHeader_logo > a {
        display: flex;
        align-items: center;
        height: 50px;
        padding-left: 10px;
    }
    .gHeader_logo > a::before {}
    .gHeader_logo > a::after {}
    .gHeader_title_img {
        width: 28px;
        height: 28px;
        margin: 0;
        margin-right: 13px;
    }
    .gHeader_catch {
        display: none;
    }
    .gHeader_title {}
    .gHeader_title > b {
        font-size: 19px;
        text-align: left;
    }
    .gHeader_title > small {
        text-align: left;
        font-size: 10px;
        margin-top: 3px;
    }
    .gNav {
        background: rgba(39, 105, 2, 0.89);
        color: #fff;
        position: fixed;
        z-index: 1001;
        top: 0;
        width: 100%;
        padding-top: 50px;
        height: 100%;
        box-sizing: border-box;
        left: 0;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: .5s, 0s, 0s;
        transition-delay: 0s, .5s, .5s;
    }
    .gNav.isShow {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gNav_inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        max-height: calc(100vh - 50px);
        overflow: auto;
    }
    .gNav_title {}
    .gNav_list {
        margin-bottom: 0;
        flex-grow: 1;
    }
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        padding: 0;
        justify-content: center;
        border: none;
    }
    .gNav_list > li > a::before {
        display: none;
    }
    .gNav_list > li > a::after {}
    .gNav_dList {
        display: flex;
        padding: 0;
    }
    .gNav_dList > dt {
        display: none;
    }
    .gNav_dList > dd {
        width: 50%;
        box-sizing: border-box;
    }
    .gNav_dList > dd > a {}
    .gNav_dList > dd.-tel > a {
        height: 40px;
    }
    .gNav_dList > dd.-contact {
        margin: 0;
        max-width: none;
        margin-left: 1px;
    }
    .gNav_dList > dd.-contact > a {
        color: #276902;
        background: #fff;
        border: none;
        height: 40px;
        border-radius: 0;
    }
    .gNav_dList > dd > a::before {}
    .gNav_dList > dd > a::after {}
    .gNav_dList > dd > a > .icon {}
    .gNav_dList > dd.-contact > a > .icon {}
    .gNav_dList > dd.-tel > a > svg {}
    .gNav_insLink {
        position: static;
    }
    .gNav_insLink > a {
        background: #fff;
        color: #276902;
        border: none;
        margin-top: 1px;
    }
    .gNav_insLink > a::before {}
    .gNav_insLink > a::after {}
    .gNav_insLink > a > .icon {}
    .gHeadNav {
        display: none;
    }
    .gHeadNav_list {}
    .gHeadNav_list > li {}
    .gHeadNav_list > li:first-child {}
    .gHeadNav_list > li:last-child {}
    .gHeadNav_list > li:nth-child(2n+1) {}
    .gHeadNav_list > li:nth-child(n+3) {}
    .gHeadNav_list > li > a {}
    .gHeadNav_list > li > a::before {}
    .gHeadNav_list > li:last-child::after {}
    .gHeadNav_list > li > a::after {}
    .gHeadNav_list > li > a > .icon {}
    .gMenuBtn {
        position: fixed;
        z-index: 1002;
        width: 100px;
        height: 50px;
        background: #60a13d;
        top: 0;
        right: 0;
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        transition-duration: .5s;
        transition-property: background-color, color;
    }
    .gMenuBtn.isShow {
        background: rgba(96, 161, 61, 0);
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_barWrap {
        display: inline-flex;
        align-items: center;
        flex-direction: column;
        vertical-align: middle;
        margin-right: 12px;
    }
    .gMenuBtn_bar {
        width: 15px;
        height: 1px;
        background: #fff;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        transition-duration: .3s;
        transition-property: top, -webkit-transform;
        transition-property: transform, top;
        transition-property: transform, top, -webkit-transform;
    }
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {
        margin: 3px auto;
    }
    .gMenuBtn_bar-no3 {}
    .isShow .gMenuBtn_bar-no1 {
        top: 4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .isShow .gMenuBtn_bar-no2 {
        -webkit-transform: scale(0.1, 1);
        transform: scale(0.1, 1);
    }
    .isShow .gMenuBtn_bar-no3 {
        top: -4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .gPageTop {}
    .gPageTop_button {
        background: rgba(39, 105, 2, 0.9);
    }
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gPageTop_button > .icon {}
    .gFooter {
        font-size: 13px;
        padding-top: 50px;
    }
    .gFooter_inner {}
    .gFooter_dList {}
    .gFooter_dList > dt {}
    .gFooter_dList > dt > a {}
    .gFooter_dList > dt > a > small {}
    .gFooter_dList > dt > a > b {}
    .gFooter_dList > dt > a > strong {}
    .gFooter_dList > dt > a::before {}
    .gFooter_dList > dt > a::after {}
    .gFooter_dList > dd {}
    .gFooter_dList > dd:last-child {}
    .gFooter_svg {}
    .gFooter_svg > use {}
    .gFooter_copyright {
        height: 50px;
    }
    .gFooter_copyright > small {
        font-size: 12px;
    }
    .gFooter_cdList {}
    .gFooter_cdList > dt {}
    .gFooter_cdList > dd {}
    .gVisual {
        height: 240px;
        margin-bottom: 35px;
    }
    .gVisual-none {
        height: 0;
    }
    .gSubNav {}
    .gSubNav_dList {}
    .gSubNav_dList > dt {}
    .gSubNav_dList > dt::after {}
    .gSubNav_dList > dd {}
    .gSubNav_dList > dd > a {}
    .gSubNav_dList > dd > a::before {}
    .gSubNav_dList > dd > a::after {}
    .gPtbl {}
    .gPtbl > thead {}
    .gPtbl > thead > tr {}
    .gPtbl > thead > tr:first-child {}
    .gPtbl > thead > tr:last-child {}
    .gPtbl > thead > tr > th {}
    .gPtbl > thead > tr > th:nth-child(2n+1) {}
    .gPtbl > thead > tr > th:first-child {}
    .gPtbl > thead > tr > td {}
    .gPtbl > tbody {}
    .gPtbl > tbody > tr {}
    .gPtbl > tbody > tr:first-child {}
    .gPtbl > tbody > tr:last-child {}
    .gPtbl > tbody > tr > td {}
    .gPtbl > tbody > tr > td:nth-child(2n+1) {}
    .gPtbl_link {}
    .gPtbl_link > a {}
    .gPtbl_link > a::before {}
    .gPtbl_link > a::after {}
    .gBody {
        padding-bottom: 60px;
        min-height: calc(100vh - 435px);
    }
    .gBody-noPB {
        padding-bottom: 0;
    }
    .gEventList {}
    .gEventList > li {}
    .gEventList-4col > li {
        width: 23.5%;
    }
    .gEventList > li:first-child {}
    .gEventList > li:last-child {}
    .gEventList > li:nth-child(2n+1) {}
    .gEventList > li:nth-child(n+3) {}
    .gEventList > li > a {}
    .gEventList > li > a::before {}
    .gEventList > li > a::after {}
    .gEventList_image {}
    .gEventList_areaText {}
    .gEventList_update {}
    .gEventList_update > time {}
    .gEventList_cat {}
    .gEventList_name {}
    .gEventList_open {}
    .wp-pagenavi {
        margin-top: 30px;
    }
    .wp-pagenavi > a,
    .wp-pagenavi > span {}
    .wp-pagenavi > .previouspostslink {}
    .wp-pagenavi > .current {}
    .wp-pagenavi > .extend {}
    .wp-pagenavi > .nextpostslink {}
}
@media screen and (max-width: 767px) {
    .gHeaderWrap {}
    .gHeader {}
    .gHeader_side {}
    .gHeader_inner {}
    .gHeader_logo {}
    .gHeader_logo > a {}
    .gHeader_logo > a::before {}
    .gHeader_logo > a::after {}
    .gHeader_title_img {
        margin-right: 7px;
    }
    .gHeader_catch {}
    .gHeader_title {}
    .gHeader_title > b {}
    .gHeader_title > small {}
    .gNav {}
    .gNav_inner {}
    .gNav_title {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {}
    .p-home .gNav_list > li > a.-home,
    .p-guide .gNav_list > li > a.-guide,
    .p-guide-group .gNav_list > li > a.-guide-group,
    .p-outline .gNav_list > li > a.-outline,
    .p-highlights .gNav_list > li > a.-highlights,
    .p-event .gNav_list > li > a.-event,
    .p-recruit .gNav_list > li > a.-recruit,
    .p-fellowship .gNav_list > li > a.-fellowship,
    .p-publish .gNav_list > li > a.-publish,
    .p-access .gNav_list > li > a.-access,
    .p-network .gNav_list > li > a.-network,
    .p-policy .gNav_list > li > a.-policy,
    .p-sitemap .gNav_list > li > a.-sitemap,
    .p-link .gNav_list > li > a.-link,
    .p-privacy .gNav_list > li > a.-privacy,
    .p-contact .gNav_list > li > a.-contact,
    .p-release .gNav_list > li > a.-release,
    .p-information .gNav_list > li > a.-information,
    .p-news .gNav_list > li > a.-news {
        background-color: rgba(39, 105, 2, 0.89);
        border-right-color: transparent;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_dList {}
    .gNav_dList > dt {}
    .gNav_dList > dd {}
    .gNav_dList > dd > a {}
    .gNav_dList > dd.-tel > a {}
    .gNav_dList > dd.-contact {}
    .gNav_dList > dd.-contact > a {}
    .gNav_dList > dd > a::before {}
    .gNav_dList > dd > a::after {}
    .gNav_dList > dd > a > .icon {
        font-size: 18px;
        margin-right: 5px;
    }
    .gNav_dList > dd.-contact > a > .icon {}
    .gNav_dList > dd.-tel > a > svg {
        width: 120px;
        height: 14px;
    }
    .gNav_insLink {}
    .gNav_insLink > a {}
    .gNav_insLink > a::before {}
    .gNav_insLink > a::after {}
    .gNav_insLink > a > .icon {}
    .gHeadNav {}
    .gHeadNav_list {}
    .gHeadNav_list > li {}
    .gHeadNav_list > li:first-child {}
    .gHeadNav_list > li:last-child {}
    .gHeadNav_list > li:nth-child(2n+1) {}
    .gHeadNav_list > li:nth-child(n+3) {}
    .gHeadNav_list > li > a {}
    .gHeadNav_list > li > a::before {}
    .gHeadNav_list > li:last-child::after {}
    .gHeadNav_list > li > a::after {}
    .gHeadNav_list > li > a > .icon {}
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_barWrap {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gPageTop {
        right: 10px;
        bottom: 10px;
    }
    .gPageTop_button {}
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gPageTop_button > .icon {}
    .gFooter {
        font-size: 12px;
        padding-top: 35px;
    }
    .gFooter_inner {}
    .gFooter_dList {}
    .gFooter_dList > dt {
        margin-bottom: 15px;
    }
    .gFooter_dList > dt > a {
        padding-left: 0;
    }
    .gFooter_dList > dt > a > small {
        font-size: 10px;
        letter-spacing: 0.1em;
    }
    .gFooter_dList > dt > a > b {
        font-size: 19px;
    }
    .gFooter_dList > dt > a > strong {
        font-size: 12px;
        margin-top: 9px;
    }
    .gFooter_dList > dt > a::before {}
    .gFooter_dList > dt > a::after {}
    .gFooter_dList > dd {
        margin: 0 5px;
    }
    .gFooter_dList > dd:last-child {}
    .gFooter_svg {
        width: 30px;
        height: 30px;
        left: -35px;
        top: 0;
    }
    .gFooter_svg > use {}
    .gFooter_copyright {
        height: 36px;
        margin-top: 35px;
    }
    .gFooter_copyright > small {
        font-size: 10px;
    }
    .gFooter_cdList {}
    .gFooter_cdList > dt {}
    .gFooter_cdList > dd {
        margin-top: 10px;
        font-size: 10px;
    }
    .gVisual {
        padding-bottom: 30%;
        height: 0;
        margin-bottom: 25px;
    }
    .gVisual-none {
        padding-bottom: 0;
    }
    .gSubNav {}
    .gSubNav_dList {}
    .gSubNav_dList > dt {}
    .gSubNav_dList > dt::after {}
    .gSubNav_dList > dd {}
    .gSubNav_dList > dd > a {}
    .gSubNav_dList > dd > a::before {}
    .gSubNav_dList > dd > a::after {}
    .gPtbl {}
    .gPtbl > thead {}
    .gPtbl > thead > tr {
        height: 40px;
        font-size: 13px;
    }
    .gPtbl > thead > tr:first-child {}
    .gPtbl > thead > tr:last-child {}
    .gPtbl > thead > tr > th {}
    .gPtbl > thead > tr > th:nth-child(2n+1) {}
    .gPtbl > thead > tr > th:first-child {}
    .gPtbl > thead > tr > td {}
    .gPtbl > tbody {}
    .gPtbl > tbody > tr {
        font-size: 13px;
    }
    .gPtbl > tbody > tr:first-child {}
    .gPtbl > tbody > tr:last-child {}
    .gPtbl > tbody > tr > td {}
    .gPtbl > tbody > tr > td:nth-child(2n+1) {
        padding: 0 5px;
    }
    .gPtbl_link {}
    .gPtbl_link > a {
        padding: 14px 4px;
    }
    .gPtbl_link > a::before {}
    .gPtbl_link > a::after {
        margin-left: 3px;
        width: 25px;
        height: 10px;
    }
    .gBody {
        padding-bottom: 45px;
        min-height: calc(100vh - 382px);
    }
    .gBody-noPB {
        padding-bottom: 0;
    }
    .gEventList {
        display: block;
        margin-top: 0;
    }
    .gEventList > li {
        width: auto;
        margin: 0;
    }
    .gEventList > li:first-child {}
    .gEventList > li:last-child {}
    .gEventList > li:nth-child(2n+1) {
        margin-left: 0;
    }
    .gEventList > li:nth-child(n+3) {}
    .gEventList > li > a {
        align-items: center;
        border-bottom: 1px dashed #ddd;
        padding: 10px 0;
        display: flex;
    }
    .gEventList > li:last-child > a {
        border-bottom: none;
    }
    .gEventList > li > a::before {}
    .gEventList > li > a::after {}
    .gEventList_image {
        width: 90px;
        min-width: 90px;
        padding-bottom: 60px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .gEventList_areaText {}
    .gEventList_update {}
    .gEventList_update > time {}
    .gEventList_cat {
        font-size: 10px;
        padding: 4px 6px;
    }
    .gEventList_name {
        margin-top: 4px;
        font-size: 13px;
    }
    .gEventList_open {
        font-size: 13px;
        margin-top: 9px;
    }
    .wp-pagenavi {
        margin-top: 15px;
    }
    .wp-pagenavi > a,
    .wp-pagenavi > span {
        height: 40px;
        min-width: 20px;
        border-radius: 3px;
    }
    .wp-pagenavi > .previouspostslink {
        min-width: 40px;
    }
    .wp-pagenavi > .current {}
    .wp-pagenavi > .extend {}
    .wp-pagenavi > .nextpostslink {
        min-width: 40px;
    }
}
@media screen and (max-width:374px) {
    .gMenuBtn {
        width: 80px;
    }
    .gMenuBtn_barWrap {
        margin-right: 8px;
    }
}
