@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}

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

ol, ul {
    list-style: none;
    font-size:0;
    line-height:0;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}


/*===============================

    Base

================================*/
html {
    color: #333333;
    font-size: 16px;
}
@media screen and (max-width: 320px) {
    html {
        font-size: 16px;
    }
}
body {
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','メイリオ',Meiryo,sans-serif;
}
p {
   line-height: 1.6;
    font-size: 16px;
    margin: 0;
}
a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
img, svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
body{
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
@media screen and (min-width: 769px) {
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}
.max_inner {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding-left: 80px;
}
.inner {
    max-width: 980px;
    width: 100%;
    margin: auto;
}
.bold{
    font-weight: bold;
}
.fix_scroll{
    width: 80px;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 10;
    border-right: 2px solid #5FAA58;
}
.fix_scroll p{
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.5em;
    font-size: 22px;
    font-weight: bold;
    color: #5FAA58;
    line-height: 80px;
    margin-top: 30px;
}
.header_menu{
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #5FAA58;
}
.header_menu .top_nav{
    width: 100%;
}
.header_menu .top_nav ul{
    width: auto;
    margin: auto;
    padding-top: 15px;
}
.header_menu .top_nav ul li{
    vertical-align: middle;
}
.header_menu .top_nav ul{
    width: 900px;
    margin: 0 0 0 auto;
}
.nav_join{
    width: 150px;
    display: table;
    text-align: left;
}
.nav_join img{
    width: 35px;
    height: auto;
    margin: 0 0 0 auto;
    position: relative;
    left: 5px;
}
.nav_join p{
    display: table-cell;
    vertical-align: middle;
    color: #5FAA58;
    position: relative;
    right: 5px;
}
.join{
    width: 203px;
    margin: 0 0 0 auto;
}
.join div{
    display: table;
    padding: 22.5px 48px;
}
.join div img{
    display: table-cell;
    width: 35px;
    height: auto;
}
.join div p{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    color: #5FAA58;
}
.top_item{
    margin: 70px auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.top_item .inner > div{
    display: table;
}
.top_item h2{
    font-size: 32px;
    font-weight: bold;
    color: #5FAA58;
    margin-bottom: 25px;
}
.page_content{
    margin-bottom: 80px;
}
.page_content > h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.6;
}
.page_content .signature{
    text-align: right;
    margin-top: 20px;
}
.page_content .signature p{
    font-weight: bold;
}
.page_ttl{
    width: 100%;
    height: 100px;
    background-color: #F5F9EC;
    position: relative;
    margin-bottom: 80px;
}
.page_ttl > div{
    width: 100%;
}
.page_ttl > div > div{
    margin: auto;
    width: 100%;
    position: relative;
    bottom: -75px;
}
.page_ttl p{
    display: inline;
    float: left;
    color: #5FAA58;
    font-size: 32px;
    font-weight: bold;
    padding-right: 10px;
}
.page_ttl h1{
    font-weight: normal;
    line-height: 52px;
}
.footer{
    border-top: 20px solid #F5F9EC;
    padding-left: 80px;
}
.footer_info{
    display: table;
    margin: 42px auto 90px;
}
.footer_info div{
    display: table-cell;
}
.footer_info div:nth-of-type(1) p{
    font-size: 24px;
    font-weight: bold;
}
.footer .copyright{
    text-align: center;
    font-size: 12px;
    margin-bottom: 18px;
}
/* ページネーション */
.page_list li{
    display: none;
    padding: 20px 0;
}
.event_contents_list li{
    display: none;
}
.page_list li.on {
    display: block;
}
.event_contents_list li.on {
    display: inline-block;
}
.pagination .number > a.active {
    background-color: #5FAA58;
    color: #fff;
}
.page_list {
    margin-bottom: 20px;
}
.event_contents_list {
    margin-bottom: 20px;
}
.pagination {
    width: 100%;
    margin: 0 0 0 auto;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content:right;
    gap: 5px;
}
.pagination .number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}
.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #F5F9EC;
    border: solid 1.5px #5FAA58;
    color: #5FAA58;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 0;
}
.pagination .prev a,
.pagination .next a{
    width: 80px;
}
.pagination .prev a{
    padding-left: 5px;
}
.pagination .next a{
    padding-right: 5px;
}
.next_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #5FAA58;
    line-height: 1;
    position: relative;
    width: 9px;
    height: 9px;
    padding-left: 5px;
    transform: translateX(-25%) rotate(45deg);
    position: relative;
    right: -5px;
}
.next_arrow::before, .next_arrow::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}
.next_arrow::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
}
.next_arrow::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}
.prev_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #5FAA58;
    line-height: 1;
    width: 9.5px;
    height: 9.5px;
    border: 1.5px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(25%) rotate(-135deg);
    position: relative;
    right: 5px;
}
@media screen and (max-width: 1200px){
    .inner {
        width: 90%;
    }
    .page_ttl p{
        padding-left: 20px;
    }
}
@media screen and (max-width: 980px){
    .fix_scroll{
        display: none;
    }
    .max_inner {
        padding-left: 0;
    }
    .page_ttl > div{
        width: 90%;
    }
    .footer{
        padding-left: 0;
    }
}
@media screen and (max-width: 768px){
    .page_content h2{
        text-align: left;
    }
    .footer_info{
        display: block;
    }
    .footer_info div{
        display: block;
        max-width: 240px;
        margin: 0 auto;
    }
    .footer_info div:nth-of-type(1) p{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer_info div p:nth-of-type(2){
        margin-top: 20px;
    }
    .page_ttl{
        height: 50px;
        margin-bottom: 50px;
    }
    .page_ttl p{
        font-size: 24px;
    }
    .page_ttl h1{
        line-height: 38px;
    }
    .page_ttl > div > div{
        bottom: -30px;
    }
}
/* メニュー*/
.header_menu > div{
    max-width: 980px;
    width: 100%;
    margin: auto;
}
.common_nav ul{
    margin: 0 0 5px auto;
    max-width: 810px;
    width: 100%;
    font-size:0;
    line-height:0;
}
.common_nav ul li{
    display: inline-block;
    line-height:45px;
    vertical-align: middle;
    margin-top: 9px;
}
.common_nav ul li a > div{
    width: 135px;
    height: 55px;
    text-align: center;
    border-right: 2px solid #5FAA58;
}
.common_nav ul li:not(:last-child) a > div{
    display: grid;
    place-items: center;
}
.common_nav ul li:first-child div{
    border-left: 2px solid #5FAA58;
}
.common_nav ul li div p{
    font-weight: bold;
    font-size:15px;
    color: #5FAA58;
}
.common_nav ul li a div:hover{
    background-color: #F5F9EC;
    transition: 0.8s;
}
.nav_join{
    width: 135px;
    display: table;
    text-align: left;
}
.nav_join img{
    width: 35px;
    height: auto;
    margin: 10px 0 0 auto;
    position: relative;
    left: 0;
}
.nav_join p{
    display: table-cell;
    vertical-align: middle;
    color: #5FAA58;
    position: relative;
    right: 3px;
}
@media screen and (min-width: 981px){
    .tab{
        display: none;
    }
    .pc_tab{
        display: block;
    }
    .top_menu{
        display: none;
    }
}
@media screen and (max-width: 1200px){
    .header_menu > div{
        padding-right: 15px;
    }
}
@media screen and (max-width: 980px){
    .tab{
        display: block;
    }
    .pc_tab{
        display: none;
    }
    .page_ttl p{
        padding-left: 0;
    }
    .common_nav {
        display: flex;
        position: fixed;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        width: 100%;
        height: 60px;
        padding: 1em;
        z-index: 9999;
        border-bottom: 1.5px solid #5FAA58;
    }
    .common_nav > div >a p{
        font-weight: bold;
        color: #5FAA58;
        line-height: 1.3;
    }
    .menu {
        display: flex;
        position: fixed;
        flex-direction: row;
        list-style-type: none;
        margin: 0;
        padding: 0;
        z-index: 9999;
    }
    .menu > li {
        margin: 0 1rem;
        overflow: hidden;
    }
    .menu-button-container {
        display: none;
        height: 100%;
        width: 30px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #menu-toggle {
        display: none;
    }

    .menu-button,
    .menu-button::before,
    .menu-button::after {
        display: block;
        background-color: #5FAA58;
        position: absolute;
        height: 4px;
        width: 30px;
        transition: all 1s ease-out;
        border-radius: 2px;
    }
    .menu-button::before {
        content: '';
        margin-top: -8px;
    }
    .menu-button::after {
        content: '';
        margin-top: 8px;
    }
    #menu-toggle:checked + .menu-button-container .menu-button::before {
        margin-top: 0px;
        transform: rotate(405deg);
    }
    #menu-toggle:checked + .menu-button-container .menu-button {
        background: rgba(255, 255, 255, 0);
    }
    #menu-toggle:checked + .menu-button-container .menu-button::after {
        margin-top: 0px;
        transform: rotate(-405deg);
    }
    .menu-button-container {
        display: flex;
    }
    .common_nav ul{
        margin: 60px 0 0 0;
    }
    .common_nav ul li a > div{
        width: 100%;
        height: 100%;
        text-align: left;
        border-right: none;
    }
    .common_nav ul li:first-child div{
        border-left: none;
    }
    .common_nav ul li div p{
        font-weight: normal;
        color: #333;
        line-height: 1.6;
    }
    .menu {
        position: fixed;
        top: 0;
        margin: 60px auto auto;
        left: 0;
        flex-direction: column;
        width: 100%;
        align-items: center;
        z-index: 9999;
    }
    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: ease-out 0s;
    }
    #menu-toggle:checked ~ .menu{
        height: 100vh;
        max-width: 980px;
        width: 100%;
        background-color: #F5F9EC;
        border-top: 10px solid #5FAA58;
        position: fixed;
        z-index: 9999;
    }
    #menu-toggle:checked ~ .menu li {
        border-bottom: 2px solid #5FAA58;
        text-align: left;
        height: 100px;
        transition: ease-out 1s;
    }
    #menu-toggle:checked ~ .menu li:last-child{
        border-bottom: none;
        text-align: center;
    }
    #menu-toggle:checked ~ .menu li:last-child a{
        background-color: #5FAA58;
        height: 80px;
        width: 345px;
        margin: 25px auto;
        display: block;
    }
    #menu-toggle:checked ~ .menu li:last-child a div{
        display: flex;
        vertical-align: middle;
    }
    #menu-toggle:checked ~ .menu li:last-child a div img{
        margin: 0 8px 0 auto;
        width: 20px;
        height: 20px;
        margin-top: 28px;
    }
    .common_nav ul li:not(:last-child) a > div{
        place-items: unset;
    }
    .nav_join img{
        left: 0;
    }
    #menu-toggle:checked ~ .menu li:last-child a div p{
        margin: 0 auto 0 5px;
        line-height: 75px;
        color: #fff;
        font-weight: bold;
    }
    #menu-toggle:checked ~ .menu li p:nth-of-type(2){
        padding: 0 0 20px 16px;
    }
    #menu-toggle:checked ~ .menu li p:nth-of-type(2) br{
        display: none;
    }
    .common_nav ul li a div:hover{
        background-color: transparent;
        transition: 0.8s;
    }
    .top_nav ul li a div:hover{
        background-color: transparent;
        transition: 0.8s;
    }
    #menu-toggle:checked ~ .menu li .bold{
        font-size: 20px;
        font-weight: bold;
        padding-top: 20px;
        padding-left: 16px;
        color: #5FAA58;
    }
    .menu > li {
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        height: 100px;
        color: white;
        background-color: #F5F9EC;
    }
}
@media screen and (max-width: 500px){
    .top_item{
        margin: 45px auto;
    }
    #menu-toggle:checked ~ .menu li {
        height: 80px;
    }
    #menu-toggle:checked ~ .menu li .bold{
        padding-top: 10px;
    }
    #menu-toggle:checked ~ .menu li p:nth-of-type(2){
        padding: 0 0 0 16px;
    }
    #menu-toggle:checked ~ .menu li:last-child{
        margin-top: 21px;
    }
    #menu-toggle:checked ~ .menu li:last-child a {
        height: 60px;
        margin: 0 auto;
    }
    #menu-toggle:checked ~ .menu li:last-child a div img{
        margin-top: 20px;
    }
    #menu-toggle:checked ~ .menu li:last-child a div p{
        line-height: 60px;
    }
}
/*===============================

    TOP

================================*/

/* 複数画像切り替え*/

.slider_container {
    position: relative;
    overflow: hidden;
}
.top_slide .slider_container {
    height: 662px;
}
.slideitem {
    position: absolute;
    opacity: 0;
}
.slideitem img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.top_slide .slideitem {
    animation: slideAnime 60s infinite;
　 　width: 100%;
    height:100%;
}
.top_slide .slideitem:nth-of-type(1) { background-image: url('../img/top/top01.jpg'); animation-delay: 0s; }
.top_slide .slideitem:nth-of-type(2) { background-image: url('../img/top/top02.jpg'); animation-delay: 10s; }
.top_slide .slideitem:nth-of-type(3) { background-image: url('../img/top/top03.jpg'); animation-delay: 20s; }
.top_slide .slideitem:nth-of-type(4) { background-image: url('../img/top/top04.jpg'); animation-delay: 30s; }
.top_slide .slideitem:nth-of-type(5) { background-image: url('../img/top/top05.jpg'); animation-delay: 40s; }
.top_slide .slideitem:nth-of-type(6) { background-image: url('../img/top/top06.jpg'); animation-delay: 50s; }
@keyframes slideAnime {
    0%, 30%, 100% { opacity: 0; }
    10%, 20% { opacity: 1; }
}

/*削除*/

/*.slider_container {
	width: 100vw;
	height: 60vh;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.slider_container div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}

@keyframes slide-fade {
	0%{
		opacity: 0.6;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0.6;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}
.slider_container div:first-of-type{
	background-image: url(../assets/img/top/top01.jpg);
}
.slider_container div:nth-of-type(2){
	background-image: url(../assets/img/top/top02.jpg);
	animation-delay: 10s;
}
.slider_container div:nth-of-type(3){
	background-image: url(../assets/img/top/top03.jpg);
	animation-delay: 20s;
}
.slider_container div:nth-of-type(4){
	background-image: url(../assets/img/top/top04.jpg);
	animation-delay: 30s;
}
.slider_container div:nth-of-type(5){
	background-image: url(../assets/img/top/top05.jpg);
	animation-delay: 40s;
}
.slider_container div:last-of-type{
	background-image: url(../assets/img/top/top06.jpgg);
	animation-delay: 50s;
}*/

/*削除*/







.top_slide .slideitem p{
    position: absolute;
    background-color: #5FAA58;
    color: #fff;
    font-size: 35px;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 99;
    margin-right: 110px;
    padding: 20px 10px;
}
.top_slide .slideitem p:nth-of-type(1){
    top: 0;
    right: 0;
}
.top_slide .slideitem p:nth-of-type(2){
    bottom: 0;
    right: 80px;
}
/* メニュー*/
.top_nav ul{
    margin: 5px 0 5px auto;
    width: 750px;
    font-size:0;
    line-height:0;
}
.top_nav ul li{
    display: inline-block;
    line-height:45px;
}
.top_nav ul li a > div{
    width: 150px;
    height: 45px;
    text-align: center;
    border-right: 2px solid #5FAA58;
}
.top_nav ul li:first-child div{
    border-left: 2px solid #5FAA58;
}
.top_nav ul li div p{
    font-weight: bold;
    font-size:15px;
    color: #5FAA58;
    line-height: 45px;
}
.top_nav ul li a div:hover{
    background-color: #F5F9EC;
    transition: 0.8s;
}
/* お知らせ*/
.top_news{
    position: relative;
}
.top_news:before{
    position: absolute;
    content: '';
    background-color: #F5F9EC;
    max-width: 980px;
    width: 76%;
    height: 100%;
    right: 0;
}
.top_news h2{
    display: table-cell;
}
.top_news .inner{
    position: relative;
}
.top_news .inner > div > div{
    display: table-cell;
    margin-left: 50px;
}

.home_top2_contents{
    padding: 55px 0 85px 135px;
}

.home_top2_contents li{
    border-bottom: 1.5px solid #5FAA58;
    padding-bottom: 14px;
    margin-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
}
.home_top2_date span{
    font-weight: bold;
    color: #5FAA58;
    padding-left: 8px;
}
.top_news .inner > a{
    position: absolute;
    bottom: 25px;
    right: 0;
}
.top_news .inner > a div{
    display: table;
}
.top_news .inner > a p{
    margin-right: 115px;
    display: table-cell;
    font-size: 20px;
    color: #5FAA58;
}
.top_news .inner > a div > div{
    display: table-cell;
}

/* 私たちについて */

.top_about > div{
    margin: 50px auto;
    text-align: center;
}
.top_about > div h3{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #5FAA58;
    padding: 14px 200px;
}
.top_about > div ul{
    margin: 20px auto;
}
.top_about > div li{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    height: auto;
    min-height: 485px;
    border: 1px solid #5FAA58;
    padding: 18px;
    margin: 0 .5%;
}
.top_about > div li img{
    width: 180px;
    height: auto;
}
.top_about > div li h4{
    background-color: #F5F9EC;
    font-size: 16px;
    line-height: 32px;
    margin: 15px 0;
}
.top_about > div li p{
    text-align: left;
}
.top_about > div > div{
    background-color: #F5F9EC;
    color: #5FAA58;
    text-align: left;
    padding: 25px 35px;
}

/* イベントレポート */
.top_event{
    position: relative;
}
.top_event > a{
    position: absolute;
    top: 0;
    right: 0;
}
.top_event > a div{
    display: table;
}
.top_event > a p{
    margin-right: 115px;
    display: table-cell;
    font-size: 20px;
    color: #5FAA58;
}
.top_event > a div > div{
    display: table-cell;
}
.more_arrow {
    display: flex;
    margin-right: 15px;
}
.more_arrow::after {
    content: '';
    width: 100px;
    height: 15px;
    border-bottom: solid 1.5px #5FAA58;
    border-right: solid 2px #5FAA58;
    transform: skew(45deg);
}
.event_report_item{
    display: inline-block;
    width: 24.2%;
    vertical-align: top;
}
.event_report_item:not(:last-child){
    margin-right: 1%;
}
.event_report_date{
    color: #707070;
    font-weight: bold;
    font-size: 12px;
    margin: 4px 0;
}
.event_report_img{
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.event_report_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_report_item_title{
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* リンク */

.toplink_content{
    background-color: #F5F9EC;
    border: 2px solid #5FAA58;
    border-radius: 10px;
    height: 160px;
    padding: 30px 0;
}
.toplink_content ul{
    display: table;
    width: 100%;
}
.toplink_content ul li{
    display: table-cell;
    width: 33%;
}
.toplink_content ul li:not(:last-child) h2{
    border-right: 2px solid #5FAA58;
}
.toplink_content ul li h2{
    width: 100%;
    color: #5FAA58;
    font-size: 20px;
    line-height: 100px;
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    padding-left: 50px;
}
.toplink_content ul li h2:before {
  content: '';
  width: 24px;
  height: 24px;
  background: #5FAA58;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
}
.toplink_content ul li h2:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 58.5px;
  bottom: 0;
  margin: auto;
}

/* 四国画像切り替え */

.top_shikoku .slider_container {
    min-height: 426px;
    height: auto;
}
.top_shikoku .slideitem {
    animation: slideAnime 64s infinite;
}
.top_shikoku .slideitem img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.top_shikoku .slideitem:nth-of-type(1) { background-image: url('../img/top/slide_sikoku01.jpg'); animation-delay: 0s; }
.top_shikoku .slideitem:nth-of-type(2) { background-image: url('../img/top/slide_sikoku02.jpg'); animation-delay: 8s; }
.top_shikoku .slideitem:nth-of-type(3) { background-image: url('../img/top/slide_sikoku03.jpg'); animation-delay: 16s; }
.top_shikoku .slideitem:nth-of-type(4) { background-image: url('../img/top/slide_sikoku04.jpg'); animation-delay: 24s; }
.top_shikoku .slideitem:nth-of-type(5) { background-image: url('../img/top/slide_sikoku05.jpg'); animation-delay: 32s; }
.top_shikoku .slideitem:nth-of-type(6) { background-image: url('../img/top/slide_sikoku06.jpg'); animation-delay: 40s; }
.top_shikoku .slideitem:nth-of-type(7) { background-image: url('../img/top/slide_sikoku07.jpg'); animation-delay: 48s; }
.top_shikoku .slideitem:nth-of-type(8) { background-image: url('../img/top/slide_sikoku08.jpg'); animation-delay: 56s; }
.top_shikoku  .slideitem p{
    position: absolute;
    color: #fff;
    font-size: 24px;
    z-index: 99;
    bottom: 15px;
    right: 15px;
    text-shadow: 5px 2px 2px #333;
}

@media screen and (max-width: 1200px){
    .top_news:before {
        width: 82%;
    }
}
@media screen and (max-width: 980px){
    .header_menu{
        height: 60px;
    }
    .header_menu .join{
        display: none;
    }
    .top_nav{
        display: none;
    }
    .top_slide .slideitem p{
        margin-right: 5%;
    }
    .top_news .inner > a > div{
        width: 210px;
        margin: 0 auto;
    }
    .more_arrow{
        margin-right: 5px;
    }
    .toplink_content {
        background-color: transparent;
        border: none;
        height: auto;
        padding: 0;
    }
    .toplink_content ul {
        display: block;
    }
    .toplink_content ul li {
        display: block;
        width: 100%;
        border: 2px solid #5FAA58;
        border-radius: 10px;
        background: #F5F9EC;
        margin-bottom: 10px;
    }
    .toplink_content ul li h2{
        line-height: 62px;
    }
    .toplink_content ul li:not(:last-child) h2 {
        border-right: none;
    }
    .top_shikoku .slider_container {
        min-height: 370px;
    }
}
@media screen and (max-width: 768px){
    .top_slide .slider_container{
        max-height: 460px;
    }
    .top_slide .slideitem img {
        min-height: 460px;
    }
    .top_slide .slideitem p{
        font-size: 24px;
    }
    .top_slide .slideitem p:nth-of-type(2){
        right: 64px;
    }
    .top_item .inner > div {
        display: block;
    }
    .top_news{
        padding-bottom: 40px;
    }
    .top_news:before{
        width: 100%;
        top: 50px;
    }
    .top_news .inner > div > div{
        display: block;
        margin: 40px auto 0;
        width: 100%;
    }
    .home_top2_contents {
        padding: 0;
    }
    .top_news .inner > a{
        position: relative;
        bottom: -20px;
    }
    .top_about > div h3{
        display: block;
        padding: 14px 0;
    }
    .top_about > div li{
        display: block;
        width: 100%;
        margin: 0 auto 15px;
        min-height: 0;
    }
    .event_report_item{
        width: 49%;
        margin-bottom: 25px;
    }
    .event_report_item:not(:last-child){
        margin-right: 0;
    }
    .event_report_item:nth-of-type(2n){
        margin-left: 2%;
    }
    .top_event > a {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .top_event > a > div{
        width: 200px;
        margin: 40px auto 0;
    }
    .top_shikoku .slider_container {
        min-height: 220px;
    }
    .top_shikoku .slideitem img{
        max-height: 220px;
    }
}
@media screen and (max-width: 530px){
    .top_slide .slideitem p{
        font-size: 18px;
    }
    .top_slide .slideitem p:nth-of-type(2){
        right: 54px;
    }
    .top_shikoku .slideitem p{
        font-size: 18px;
        bottom: 8px;
        right: 8px;
    }
}
/*===============================

    SHIKOKU

================================*/
.overview_image {
    margin: 20px auto;
    width: 90%;
    max-width: 560px;
    text-align: center;
}
/*===============================

    NEWS

================================*/
.page_content .info_item{
    padding: 25px 0 10px;
    border-bottom: 1px solid #333;
}
.page_content .info_item .date{
    font-size: 15px;
}
.page_content .info_item .date span{
    font-weight: bold;
    color: #5FAA58;
    padding-left: 8px;
}
.page_content .info_item a{
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page_content .info_item a:hover{
    color: #5FAA58;
    text-decoration: underline;
}
.main_contents .date{
    color: #646464;
}
.main_contents h2{
    text-align: left;
    margin-top: 8px;
}
.page_back a{
    display: inline-block;
}
.page_back a div{
    width: 200px;
    height: 50px;
    background: #F5F9EC;
    border: 2px solid #5FAA58;
    border-radius: 5px;
    text-align: center;
}
.page_back a p{
    line-height: 45px;
    color: #5FAA58;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
}
.page_back a p::before,
.page_back a p::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.page_back a p::before{
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #5FAA58;
}
.page_back a p::after{
    right: 48px;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*===============================

    EVENT

================================*/
.event_contents_list li{
    width: 24.2%;
    margin-bottom: 40px;
    vertical-align: top;
}
.event_contents_list li .event_img{
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.event_contents_list li .event_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_contents_list li:not(:nth-of-type(4n)){
    margin-right: 1%;
}
.event_list_text .date{
    color: #707070;
    font-weight: bold;
    font-size: 12px;
    margin: 4px 0;
}
.event_list_text .title{
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.event_deta_contents .date{
    color: #646464;
}
.event_deta_contents h2{
    text-align: left;
    margin-top: 8px;
}
.event_contents_list{
    border-bottom: 1px solid #707070;
}
.event_deta_img_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.event_deta_img_wrap .deta_img {
    width: calc(33.333% - 10px* 2 / 3);
    margin-right: 10px;
}
@media screen and (max-width: 768px){
    .event_contents_list li{
        width: 49%;
    }
    .event_contents_list li:not(:nth-of-type(4n)){
        margin-right: 0;
    }
    .event_contents_list li:not(:nth-of-type(2n)){
        margin-right: 2%;
    }
    .event_deta_img_wrap{
        display: block;
    }
    .event_deta_img_wrap .deta_img{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .event_deta_img_wrap .deta_img img{
        width: 100%;
    }
}
/*===============================

    SAMMARY

================================*/
.member_list h3{
    margin: 40px auto 20px;
    border-bottom: 1.5px solid #5FAA58;
    padding-bottom: 5px;
}
.member_list th,
.member_list td{
    padding-right: 50px;
    text-align: left;
    vertical-align: middle;
}
.member_list th p{
    font-weight: normal;
    color: #5FAA58;
    margin-top: 30px;
    font-size: 18px;
}
.member_list td p{
    line-height: 2;
}
@media screen and (max-width: 650px){
    .member_list table{
        width: 100%;
    }
    .member_list th,
    .member_list td{
        line-height: 1.5;
        padding: 5px 0;
    }
    .member_list td{
        border-bottom: 1px solid #F5F9EC;
    }
    .member_list tr .name,
    .member_list tr .affiliation{
        padding-left: 10px;
    }
    .name{
        width: 35%;
    }
    .affiliation{
        width: 45%;
    }
    .member_list td p{
        font-size: 15px;
    }
}
/*===============================

    SEMINAR

================================*/
.seminar_contents table{
    width: 100%;
}
.seminar_contents table .date{
    width: 12%;
}
.seminar_contents table .theme{
    width: 32%;
}
.seminar_contents table .capacity{
    width: 8%;
}
.seminar_contents table .venue{
    width: 20%;
}
.seminar_contents table .cost{
    width: 16%;
}
.seminar_contents table .more{
    width: 12%;
}
.seminar_contents table th,
.seminar_contents table td{
    border: 1px solid #5FAA58;
}
.seminar_contents table th{
    background-color: #F5F9EC;
    line-height: 37px;
    color: #5FAA58;
}
.seminar_contents table td{
    padding: 12px 10px 18px;
}
.seminar_contents table td > p > span{
    background-color: #AC3838;
    color: #fff;
    border-radius: 2px;
    display: block;
    width:fit-content;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}
.seminar_contents table td a{
    display: block;
}
.seminar_contents table td a p{
    top: 8px;
    text-align: left;
    border: 1.5px solid #5FAA58;
    padding: 8px 20px;
    border-radius: 4px;
    color: #5FAA58;
    position: relative;
}
.detail_arrow{
    position: absolute;
    top: 16px;
    right: 22px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1.5px #5FAA58;
    border-right: solid 1.5px #5FAA58;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.seminar_contents_main h2{
    text-align: left;
    margin-top: 8px;
    Margin-bottom: 15px;
}
.seminar_contents_main table{
    margin-bottom: 30px;
}
.seminar_contents_main th p{
    border: 1.5px solid #5FAA58;
    border-radius: 4px;
    background-color: #F5F9EC;
    color: #5FAA58;
    width: 90px;
    line-height: 36px;
    margin-bottom: 14px;
}
.seminar_contents_main td p{
    margin-left: 15px;
}
.seminar_download{
    margin-bottom: 80px;
}
.seminar_download h3{
    color: #5FAA58;
    border: 1.5px solid #5FAA58;
    border-radius: 4px;
    background-color: #F5F9EC;
    line-height: 45px;
    padding: 0 20px;
    margin-bottom: 14px;
}
.seminar_download a p{
    color:#6279D8;
    text-decoration: underline;
    margin-bottom: 8px;
}
@media screen and (max-width: 1200px){
    .seminar_contents table td a p{
        padding: 8px 12px;
    }
    .detail_arrow{
        right: 16px;
    }
}
@media screen and (max-width: 900px){
    .seminar_contents .seminar_table{
        border-collapse: collapse;
    }
    .seminar_contents .seminar_table .thead {
          display: none;
      }
    .seminar_contents .seminar_table td{
          position: relative;
          display: block;
          text-align: left;
          width: 100%;
          border: 0;
          margin: 0 0 -1px;
       	  border: 1px solid #5FAA58;
	  min-height: 50px;
	  padding: 12px 10px;
      }
    .seminar_contents .seminar_table td:not(:last-child) p{
        padding-left: 100px;
    }
    .seminar_contents .seminar_table td:before{
          content: attr(data-label);
          position: absolute;
          top: -1px;
          width: 100px;
          height: 100%;
          padding: 16px 0 0 10px;
          font-weight: bold;
          background: #F5F9EC;
          top: 0;
          left: 0;
          color: #5FAA58;
          border-right: 1px solid #5FAA58;
      }
    .seminar_contents .seminar_table td:last-child{
        border: 0;
        margin-bottom: 30px;
        max-width: 90px;
        margin: 15px auto 40px;
        padding: 0;
    }
    .seminar_contents .seminar_table td:last-child:before{
          background: #fff;
          border-right: none;
      }
    .seminar_contents .seminar_contents table td a p{
        top: 0;
    }
}
/*===============================

    LINK

================================*/
.link_list{
    
}
.link_list > div{
    display: flex;
    width: 100%;
    padding: 20px 30px;
    align-items: center;
}
.link_list > div:not(:last-child){
    border-bottom: 1px solid #5FAA58;
}
.link_list div img{
    max-width: 510px;
    width: 100%;
}
.link_list div:nth-of-type(2n+1) img{
    margin: 0 0 0 auto;
}
.link_list div:nth-of-type(2n)  > div{
    margin: 0 0 0 30px;
}
.link_list > div h3{
    font-weight: normal;
    font-size: 22px;
}
.link_list > div a p{
    color: #6279D8;
    text-decoration: underline;
    margin-top: 10px;
}
.hp_list{
    margin-top: 80px;
}
.hp_list table{
    width: 100%;
}
.hp_list th , .hp_list td{
    border-bottom: 1.5px solid #BFDDBD;
    padding: 10px;
    line-height: 2;
}
.hp_list th{
    width: 25%;
}
.hp_list th h3{
    text-align: left;
    font-size: 20px;
    padding: 0 30px;
}
.hp_list td p{
    text-align: left;
    color:#6279D8;
    text-decoration: underline;
}
@media screen and (max-width: 980px){
    .hp_list th{
        width: 40%;
    }
    .link_list > div{
        display: block;
        padding: 20px 0 8px;
    }
    .link_list > div:nth-of-type(2n){
        display: flex;
        flex-direction:column-reverse;
        align-items: stretch;
    }
    .link_list div img{
        max-width: 980px;
        width: 100%;
    }
    .link_list > div a p{
        margin-bottom: 8px;
        margin-top: 5px;
    }
    .link_list div:nth-of-type(2n) > div {
        margin: 0;
    }
    .link_list > div h3{
        color: #5FAA58;
    }
}
@media screen and (max-width: 768px){
    .hp_list th,
    .hp_list td{
        display: block;
        border-bottom: 0;
        padding: 0;
    }
    .hp_list th h3{
        font-size: 16px;
        padding: 0;
        color: #5FAA58;
        font-weight: normal;
        margin-top: 15px;
    }
}













