@charset "UTF-8";
/* CSS Document */

/*slick*/
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}

.buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}

/*---------- common ----------*/
.f-Mincho {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*---------- #News ----------*/
#News {
    
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 50px auto 70px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

/*タブのスタイル*/
.tab_item {
  width: calc((100% - 50px) / 5);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  position: absolute;
  bottom: -50px;
  cursor: pointer;
}
.tab_item:nth-of-type(1) {
    left: 0;
}
.tab_item:nth-of-type(2) {
    left: calc(100% / 5);
    background: #49B222;
}
.tab_item:nth-of-type(3) {
    left: calc((100% / 5) * 2);
    background: #A16DC7
}
.tab_item:nth-of-type(4) {
    right: calc((100% / 5) + 10px);
    background: #52AAEA;
}
.tab_item:nth-of-type(5) {
    right: 10px;
    background: #F5A205
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  scrollbar-width: none;
}

.tab_content iframe {
    width: 100%;
    height: 16.5em;
    border: none;
    scrollbar-width: none;
}
.tab_content .all-link {
    text-align: right;
}
.tab_content .all-link a {
    color: #666;
    font-weight: 700;
    text-decoration: none;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#category1:checked ~ #category1_content,
#category2:checked ~ #category2_content,
#category3:checked ~ #category3_content,
#category4:checked ~ #category4_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #FFF;
  color: #555;
  font-weight: 700;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
  /*border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;*/
}

#newsList li {
    border-bottom: 1px dotted #999;
}
#newsList li a {
    display: block;
    padding: 0.65em 0;
}
#newsList li a:hover {
    background: #EEE;
}
.up_ymd {
    color: #707070;
    font-weight: 700;
    display: inline-block;
    width: 7em;
    letter-spacing: 0.03em;
}
.cat-0 .catName,
.cat-1 .catName,
.cat-2 .catName,
.cat-3 .catName{
    color: #FFF;
    display: inline-block;
    width: 7em;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    font-size: 90%;
    letter-spacing: 0.03em;
    margin-right: 1em;
}
.cat-0 .catName {/*お知らせ*/
    background: #49B222;
}
.cat-1 .catName {/*公募情報*/
    background: #A16DC7;
}
.cat-2 .catName {/*セミナー*/
    background: #52AAEA;
}
.cat-3 .catName {/*その他*/
    background: #F5A205;
}

@media screen and (max-width: 780px) {
    .tab_item {
        font-size: 70%;
        line-height: 1.3em;
        padding: 1.5em 0;
        height: 40px;
        bottom: -40px;
    }
    .tab_content {
        padding: 20px 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .tabs {
        padding-bottom: 15px;
        margin-top: 0;
    }
    .tab_item {
        width: calc((100% - 25px) / 5);
    }
    .tab_item:nth-of-type(4) {
        right: calc((100% / 5) + 5px);
    }
    .tab_item:nth-of-type(5) {
        right: 5px;
    }
}


#about {
    margin: 0 auto 5em;
}
#about .h2_top:before {
    content: "";
    background: url("../img/ico_about.svg") no-repeat center;
    background-size: contain;
    width: 43px;
    height: 43px;
    display: block;
    margin: 0 auto 15px;
}

#about .bg-about {
    background: url("../img/bg_about.jpg") no-repeat center;
    background-size: cover;
    padding: 3em 0 3em 3em;
    display: flex;
    align-items: center;
}
#about .bg-about p {
    background: rgba(255,255,255,.65);
    padding: 3em;
    width: 58%;
    line-height: 2.2em;
}
#about .bg-about figure {
    width: 42%;
}

#about .list {
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
    text-align: center;
}
#about .list li {
    width: calc(100% / 4);
    padding: 1em;
}
#about .list h4 {
    font-size: 130%;
    letter-spacing: 0.05em;
    margin: 0.5em;
}
#about .list a {
    background: #EFEFEF;
    display: block;
    padding: 0.75em 1.5em;
    margin-top: 1em;
    font-weight: 700;
}
#about .list li a:hover {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
#about .list li a:after {
    content: "";
    background: url("../img/ico_outlink.svg") no-repeat center;
    background-size: contain;
    width: 1.2em;
    height: 1em;
    display: inline-block;
    margin-left: 7px;
}
#about .list li a:hover:after {
    content: "";
    background: url("../img/ico_outlink-w.svg") no-repeat center;
}
#about .list .ryudai:before {
    content: "";
    background: url("../img/img_logo-ryudai.png") no-repeat center;
    background-size: contain;
    width: 165px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
#about .list .ryudai a {
    color: #C00000;
}
#about .list .ryudai a:hover {
    background: #C00000;
}
#about .list .ryudai p {
    color: #C00000;
    font-weight: 700;
}
#about .list .okadai:before {
    content: "";
    background: url("../img/img_logo-okadai.png") no-repeat center;
    background-size: contain;
    width: 165px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
#about .list .okadai a {
    color: #548235;
}
#about .list .okadai a:hover {
    background: #548235;
}
#about .list .okadai p {
    color: #548235;
    font-weight: 700;
}
#about .list .toridai:before {
    content: "";
    background: url("../img/img_logo-toridai.png") no-repeat center;
    background-size: contain;
    width: 165px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
#about .list .toridai a {
    color: #0070C0;
}
#about .list .toridai a:hover {
    background: #0070C0;
}
#about .list .toridai p {
    color: #0070C0;
    font-weight: 700;
}
#about .list .tsukudai:before {
    content: "";
    background: url("../img/img_logo-tsukudai.png") no-repeat center;
    background-size: contain;
    width: 165px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
#about .list .tsukudai a {
    color: #7030A0;
}
#about .list .tsukudai a:hover {
    background: #7030A0;
}
#about .list .tsukudai p {
    color: #7030A0;
    font-weight: 700;
}

#about .list .osaka-m:before {
    content: "";
    background: url("../img/img_logo-osaka-m.png") no-repeat center;
    background-size: contain;
    width: 165px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
#about .list .osaka-m a {
    color: #d7c231;
}
#about .list .osaka-m a:hover {
    background: #d7c231;
}
#about .list .osaka-m p {
    color: #d7c231;
    font-weight: 700;
}

@media screen and (max-width: 1626px) {
        #about .list .tsukudai:before {
        content: "";
        background: url("../img/img_logo-tsukudai.png") no-repeat center;
        background-size: contain;
        width: 165px;
        height: 85px;
        display: block;
        margin: 0 auto;
    }
    #about .list .tsukudai p {
        line-height: 1.3em;
    }
}


#about .slider img {
    width: 100%;
    padding: 0 1px 0 0;
}

@media screen and (max-width: 780px) {
    #about .bg-about {
        display: block;
        padding: 0;
         background: url("../img/bg_about.jpg") no-repeat bottom right;
    }
    #about .bg-about p,
    #about .bg-about figure{
        width: 100%;
    }
    
    #about .list {
        padding: 1em 0.5em;
    }
    #about .list li{
        width: calc(100% / 2);
    }
    
    #about .list .ryudai:before{
        content: "";
        width: 100px;
        height: 60px;
    }
    #about .list .okadai:before{
        content: "";
        width: 100px;
        height: 60px;
    }
    #about .list .toridai:before{
        content: "";
        width: 100px;
        height: 60px;
    }
    #about .list .tsukudai:before{
        content: "";
        width: 100px;
        height: 60px;
    }
    #about .list .osaka-m:before{
        content: "";
        width: 100px;
        height: 60px;
    }
    
    #about .list p {
        font-size: 90%;
        line-height: 1.3em;
        height: 3em;
    }
    #about .list a {
        padding: 0.75em;
    }
}

@media screen and (max-width: 480px) {
    #about .bg-about {
        
    }
}



#base {
    
}
#base .h2_top:before {
    content: "";
    background: url("../img/ico_base.svg") no-repeat center;
    background-size: contain;
    width: 63px;
    height: 60px;
    display: block;
    margin: 0 auto 20px;
}
#base .maintxt {
    font-size: 180%;
    text-align: center;
    padding: 0 0.5em;
    line-height: 1.4em;
    margin-bottom: 1em;
}

@media screen and (max-width: 1050px) {
    #base {
        padding: 2em 1em;
    }
}

.sdgs-list {
    display: flex;
    flex-wrap: wrap;
}
.sdgs-list li {
    width: calc((100% - 104px) / 9);
    margin-right: 13px;
    margin-bottom: 10px;
}
.sdgs-list li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 480px) {

    .sdgs-list li {
        width: calc((100% - 40px) / 5);
        margin-right: 10px;
    }
    .sdgs-list li:nth-child(5n) {
        margin-right: 0;
    }
}

.link-list {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0 3em;
}
.link-list a {
    display: block;
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
    border: 1px solid #999;
    padding: 0.85em;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: #555;
    font-size: 140%;
}
.link-list a:hover {
    background: #EEE;
}
.link-list a:nth-of-type(even) {
    margin-right: 0;
}
.link-list a span {
    display: block;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 70%;
}
.link-list .ryukyu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #C00000;
    width: 100%;
}
.link-list .okayama:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #548235;
    width: 100%;
}
.link-list .tottori:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #0070C0;
    width: 100%;
}
.link-list .tsukuba:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #7030A0;
    width: 100%;
}
.link-list .osaka-m:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #d7c231;
    width: 100%;
}
.link-list .ryukyu span:after {
    content: "";
    background: url("../img/ico02.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-left: 3px;
}
.link-list .okayama span:after {
    content: "";
    background: url("../img/ico04.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-left: 3px;
}
.link-list .tottori span:after {
    content: "";
    background: url("../img/ico03.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-left: 3px;
}
.link-list .tsukuba span:after {
    content: "";
    background: url("../img/ico05.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-left: 3px;
}
.link-list .osaka-m span:after {
    content: "";
    background: url("../img/ico08.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-left: 3px;
}

.h4_sub {
     font-size: 145%;
     text-align: center;
     margin: 0.5em 0.5em 1em;
     color: #548235;
     letter-spacing: 0.05em;
     line-height: 1.4em;
}

.table2 .check:before {
    content: "";
    background: url("../img/ico07.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
}

@media screen and (max-width: 480px) {
    .link-list a {
        font-size: 120%;
    }
    .link-list a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}


.imgbox {
    display: flex;
    flex-wrap: wrap;
}
.imgbox figure {
    width: calc((100% - 25px) / 2);
    margin-bottom: 1.5em;
}
.imgbox figure:nth-child(odd) {
    margin-right: 25px;
}


#model {
    
}
#model .h2_top:before {
    content: "";
    background: url("../img/ico_model.svg") no-repeat center;
    background-size: contain;
    width: 55px;
    height: 67px;
    display: block;
    margin: 0 auto 20px;
}
