@charset "utf-8";

/* --------------------------------
 * reset
 * -------------------------------- */
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,input,textarea,button,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}
ul,ol{list-style:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
table{border-collapse:collapse;border-spacing:0}

html,body {height: 100%;}

body {
  color: #333;
  background:#fff;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  font-size: 16px;
}

a:link { color: #019edd; text-decoration: none; }
a:visited { color: #5601bf; }
a:hover { color: #015b7f; text-decoration: underline; }

.onlyPC {display: block;}
.onlySP {display: none;}

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
}

/* --------------------------------
 * ヘッダー
 * -------------------------------- */
header {
  background: #333;
  border-bottom: 1px solid #fff;
  position: relative;
}

header .inner_top {
  position: relative;
}

header .inner_top h1 {
  position: absolute;
  top: 40px;
  left:50px;
  z-index: 102;
}

header .inner_top h1 img {
  width: 290px;
}

header .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}

header .inner .more.about {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 100;
  font-size: 14px;
}

.slick-list {
  border-bottom: 1px solid #fff;
}

.slideBlock {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
}

header .slide .textBox {
  max-width: 990px;
  margin-left: 50px;
}
header .slide .textBox .inner {
  text-align: left;
  position: absolute !important;
  bottom: 40px !important;
}

header .slide .textBox .thema {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 6px 15px;
  text-shadow:0px 1px 0px #000;
}

header .slide .textBox.bizseed .thema { background: #831eee; }/* ビジネスの種 */
header .slide .textBox.keyperson .thema { background: #e147c7; }/* キーパーソン */
header .slide .textBox.agribusiness .thema { background: #189bfa; }/* アグリビジネス最前線 */
header .slide .textBox.partnership .thema { background: #00c1b2; }/* 企業連携の新しいカタチ */
header .slide .textBox.innovation .thema { background: #6cc300; }/* 改革の旗手 */
header .slide .textBox.newstopics .thema { background: #f8953d; }/* ニューストピック */
header .slide .textBox.trailer .thema { background: #002b60; }/* BSジャパン連動企画 */

header .slide .textBox .update {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
  text-shadow: 1px 1px 1px #000;
}

header .slide .textBox h2 {
  margin: 15px 0 30px;
  font-size: 30px;
  line-height: 1.4;
  text-shadow: 2px 1px 2px #000;
}

header .slide .textBox h2 a { color: #fff; }
header .slide .textBox h2 a:hover { text-decoration: none; }

header .more {
  background: rgba(000,0,0,0.4);
  border: 1px solid #fff;
  width: 280px;
  text-align: center;
}

header .more a {
  padding: 15px 0;
  display: block;
  color: #fff;
}

header .more a:hover {
  text-decoration: none;
  background: rgba(000,0,0,0.2);
}

header .more a small {
  font-size: 10px;
  vertical-align: middle;
  margin-right: 4px;
}

.slick-arrow {
  position: absolute;
  top: 44%;
  z-index: 100;
  font-size: 0;
  height: 40px;
  width: 25px;
}
.slick-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}
.slick-prev {
  left: 20px;
  background:url(header_prev.png) no-repeat;
}
.slick-next {
  right: 20px;
  background:url(header_next.png) no-repeat;
}

.slick-dots {
  position: absolute;
  bottom: 70px;
  right: 70px;
  text-align: right;
/*   max-width: 990px;
  margin-left: auto;
  margin-right: auto; */
  margin-bottom: -28px;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
  margin-left: 10px;
  height: 15px;
  width: 15px;
  background:url(header_dot_off.png) no-repeat;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  background:url(header_dot_on.png) no-repeat;
  cursor: pointer;
}

/*
header .top_bnr{
  position: absolute;
  top: 40px;
  right: 50px;
}

header .top_bnr a:hover img {
  opacity: 0.9;
}
*/

/* #columnBox */
header #columnBox {
  background: #fff;
  height: 145px;
}

header #columnBox .columnBoxHead {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0 15px;
}

header #columnBox ul {
  overflow: hidden;
  margin: auto;
  width: 990px;
}

header #columnBox ul li {
  float: left;
  /* width: 15.6%; */
  width: 13.2%;
  height: 64px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 1.2%;
  background: #333;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

header #columnBox ul li:first-child { margin-left: 0; }

header #columnBox ul li.bizseed { background-image: url(bg_column_bizseed.jpg); }
header #columnBox ul li.keyperson { background-image: url(bg_column_keyperson.jpg); }
header #columnBox ul li.agribusiness { background-image: url(bg_column_agribusiness.jpg); }
header #columnBox ul li.partnership { background-image: url(bg_column_partnership.jpg); }
header #columnBox ul li.innovation { background-image: url(bg_column_innovation.jpg); }
header #columnBox ul li.newstopics { background-image: url(bg_column_newstopics.jpg); }
header #columnBox ul li.trailer { background-image: url(bg_column_trailer.jpg); }

header #columnBox ul li a {
  color: #fff;
  text-shadow: 2px 1px 2px #000;
  display: table-cell;
  /* width: 15.6%; */
  width: 13.2%;
  height: 58px;
  padding: 3px;
  vertical-align: middle;
}

header #columnBox ul li a:hover {
  text-decoration: none;
  border: 3px solid #e34d39;
  padding: 0;
  width: 130px;
  height: 58px;
}

/* #fixedBox */
header #fixedBox {
  background: #d7402c;
  opacity: 0;
  visibility: hidden;
  height: 80px;
  width:100%;
  height: 0;
}

header #fixedBox .inner {
  overflow: hidden;
}

header #fixedBox .logo {
  float: left;
  margin-top: 5px;
  width: 137px;
}

header #fixedBox .logo img {
  height: 65px;
  max-width: 137px !important;
}

header #fixedBox ul {
  float: right;
  margin-top: 17px;
  text-align: right;
}

header #fixedBox ul + ul {
  margin-top: 10px;
}

header #fixedBox ul li {
  font-size: 14px;
  text-align: left;
  display: inline-block;
  margin-left: .5em;
}

header #fixedBox ul li::before {
  content: "▶";
  font-size: 10px;
  margin-right: 4px;
  color: #fff;
}

header #fixedBox nav a { color: #fff; }

.fixed {
  position: fixed !important;
  height: 80px !important;
  top: 0;
  width: 100%;
  z-index: 110;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* --------------------------------
 * コンテンツ
 * -------------------------------- */
main {
  text-align: left;
}

#articledBox {
  padding: 30px 0 0;
  background: #fff;
  border-top: solid 1px #eee;
}

#articledBox .inner {
  width: 985px;
  margin: 0 auto;
}

#articledBox .inner a {
  color: #333;
  text-decoration: none;
}

#articledBox .inner a:hover {
  text-decoration: underline;
}

#articledBox h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

#articledBox ul {
  margin-left: -19px;
  font-size: 0;
}

#articledBox li {
  display: none;
  width: 482px;
  margin: 0 0 40px 19px;
  vertical-align: top;
  transition: 1.0s;
  opacity: 0;
  transform: translate(0,30px); 
  -webkit-transform: translate(0,30px); 
}

#articledBox li.move{
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}

#articledBox li:nth-child(5n+1) {
  width: 983px;
}

#articledBox li.is-hidden {
  display: none;
}

#articledBox li .imageBox {
  width: 100%;
  border: solid 1px #eee;
  overflow: hidden;
}

#articledBox li img {
	display: block;
  width: 100%;
  height: auto;
  transition-duration: 0.5s;
}

#articledBox li img:hover {
  opacity: 0.8;
  transform: scale(1.05);
  transition-duration: 0.5s;
}

#articledBox .textBox {
  padding-top: 15px;
}

#articledBox .textBox .thema {
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

#articledBox .textBox.bizseed .thema { color: #831eee; }/* ビジネスの種 */
#articledBox .textBox.keyperson .thema { color: #e147c7; }/* キーパーソン */
#articledBox .textBox.agribusiness .thema { color: #189bfa; }/* アグリビジネス最前線 */
#articledBox .textBox.partnership .thema { color: #00c1b2; }/* 企業連携の新しいカタチ */
#articledBox .textBox.innovation .thema { color: #6cc300; }/* 改革の旗手 */
#articledBox .textBox.newstopics .thema { color: #f8953d; }/* ニューストピック */
#articledBox .textBox.trailer .thema { color: #002b60; }/* BSジャパン連動企画 */

#articledBox .textBox h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
  clear: both;
}

#articledBox li:nth-child(5n+1) .textBox h3 {
  font-size: 24px;
}

#articledBox .textBox .detail {
  font-size: 14px;
  line-height: 1.4;
}

#articledBox li:nth-child(5n+1) .textBox .detail {
  font-size: 18px;
}

#articledBox .textBox .update {
  float: right;
  font-size: 12px;
}

#articledBox .textBox .support {
  font-size: 11px;
  margin-top: 10px;
  float: right;
}

#articleListMore {
  display: none;
  padding: 30px 0;
  text-align: center;
}

#articleListMore span {
  position: relative;
  display: inline-block;
  width: 500px;
  padding: 15px 0;
  background: #d7402c;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

#articleListMore span::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 10%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#articleListMore span:hover {
  opacity: 0.8;
}

/* --------------------------------
 * ページトップへ
 * -------------------------------- */
#pagetop{
  display: none;
  position: fixed;
  bottom: 2em;
  right: 4em;
  width: 50px;
  height: 50px;
  z-index: 1000;
}

#pagetop a {
  display: block;
  height: 50px;
  width: 50px;
}

#pagetop:hover{
  opacity: 0.8;
}

/* --------------------------------
 * 今後の予定
 * -------------------------------- */
#schedule {
  overflow: hidden;
  padding: 30px 0 40px;
}

#schedule h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

#schedule p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto 10px;
  width: 890px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

#schedule ul {
  margin: 10px auto;
  width: 710px;
  text-align: left;
}

#schedule ul li {
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  width: 300px;
  margin-left: 50px;
}

/* --------------------------------
 * フッター
 * -------------------------------- */

footer{
  background: #fff;
  color: #444;
  overflow: hidden;
}

#Lfooter {
  width: 100%;
  text-align: center;
  margin: 30px auto 20px;
  font-size: 14px;
}

#Lfooter a {
  color: #777;
}

#Lfooter .Lfooter_logo img {
  width: 150px;
  margin: 30px auto;
}

#Lfooter .Lfooter_bottom {
  border-top: 1px solid #575757;
  padding-top: 10px;
}

#Lfooter .Lfooter_bottom p {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 20px;
}

/* 個別スタイル */
.link {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}

.red {
    color: #FF0000 !important;
    font-size: 16px;
}

.center {
    text-align:center;
}

.img_right {
    float: right;
    margin-bottom: 0 !important;
    padding: 10px 0 10px 10px;
}
.img_left {
    float: left;
    margin-bottom: 0 !important;
    padding: 10px 10px 10px 0;
}

.mt0 { margin-top:0 !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mr0 { margin-right:0 !important; }
.mr10 { margin-right:10px !important; }
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
.mb0 { margin-bottom:0 !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.ml0 { margin-left:0 !important; }
.ml10 { margin-left:10px !important; }
.ml20 { margin-left:20px !important; }
.ml30 { margin-left:30px !important; }



@media screen and (min-width:667px) and (max-width: 990px) {
header .inner {
  max-width: 100%;
  padding: 0 10px;
}

header .slide .textBox {
  max-width: 100%;
}

header .slide .textBox h2 {
  max-width: 80%;
}

header #columnBox ul {
  width: 100%;
}

} /* :::End:::@media screen and (max-width: 990px) */

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

} /* :::End:::@media screen and (max-width: 960px) */

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

/* header .inner_top h1 img { width: 180px; }
header .inner { max-width: 768px; }
header .slide .textBox {
  max-width: 768px;
  margin-left: 50px;
} */


} /* :::End:::@media screen and (max-width: 768px) */

@media screen and (max-width: 667px) {
body{
  -webkit-text-size-adjust: 100%;
}

.onlyPC {display: none;}
/*.onlySP {display: block;} */
.onlySP {display: inline-block;}

/* --------------------------------
 * ヘッダー
 * -------------------------------- */

header {
  overflow: hidden;
}

header .inner_top h1 {
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  height: 70px;
  background: #e34d39;
}

header .inner_top h1 img {
  width: 130px;
}

header .inner {
  max-width: 100%;
}

header .inner .more.about {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 100;
  width: 180px;
  font-size: 10px;
}

header .inner .more.about a {
  padding: 8px 0;
  display: block;
  color: #fff;
}

header .inner .more.about a small {
  font-size: 8px;
}

.slideBlock {
  margin-top: 70px;
  height: 330px !important;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideBlock.sp-bgRight {
  background-position: right top;
}
.slideBlock.sp-bgLeft {
  background-position: left top;
}

header .slide .textBox {
  max-width: 90%;
  padding: 0;
  margin: auto;
}
header .slide .textBox .inner {
  position: absolute !important;
  bottom: 10px !important;
  width: 340px;
}

header .slide .textBox .thema {
  background: #000;
  padding: 4px 10px;
  font-size: 12px;
  text-shadow:0px 1px 0px #000;
}

header .slide .textBox .update {
  margin-left: 10px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000;
}

header .slide .textBox h2 {
  width: 100% !important;
  margin: 10px 0 30px;
  font-size: 18px;
  line-height: 1.4;
  text-shadow:0px 2px 0px #000;
}

header .slide .textBox .more { display: none; }

.slick-arrow {
  position: absolute;
  top: 44%;
  font-size: 0;
  height: 40px;
  width: 25px;
}
.slick-prev {
  left: 10px;
  background:url(header_prev.png) no-repeat;
}
.slick-next {
  right: 10px;
  background:url(header_next.png) no-repeat;
}

.slick-dots {
  position: relative;
  bottom: 40px;
  right: 0;
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -28px;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
  margin-left: 10px;
  height: 15px;
  width: 15px;
  background:url(header_dot_off.png) no-repeat;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  background:url(header_dot_on.png) no-repeat;
  cursor: pointer;
}

/*
header .top_bnr{
  position: static;
  padding: 5px;
  background: #fff;
}

header .top_bnr img{
  width: 100%;
}
*/

/* #columnBox */
header #columnBox {
  height: auto;
}

header #columnBox .columnBoxHead {
  color: #fff;
  background: #333;
  font-size: 11px;
  font-weight: normal;
  padding: 8px 0 ;
}

header #columnBox ul {
  width: 100%;
}

header #columnBox ul li {
  float: left;
  width: 50%;
  height: 40px;
  font-size: 11px;
  line-height: 1.4;
  margin-left: 0;
  background-color: #333;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  text-align: left;
}

header #columnBox ul li:nth-child(even) { border-right: none; }

header #columnBox ul li.bizseed,
header #columnBox ul li.keyperson,
header #columnBox ul li.agribusiness,
header #columnBox ul li.partnership,
header #columnBox ul li.innovation,
header #columnBox ul li.newstopics,
header #columnBox ul li.trailer { background-image: none; }

header #columnBox ul li a {
  color: #fff;
  text-shadow: 2px 1px 2px #000;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 39px;
  padding: 0 0 0 8px;
  vertical-align: middle;
}
header #columnBox ul li a::before {
  content: "▶";
  font-size: 8px;
  margin-right: 5px;
}

header #columnBox ul li a:hover {
  text-decoration: none;
  border: none;
  padding: 0 0 0 8px;
  height: 35px;
}

header #menuBtn {
  position: fixed;
  top: 22px;
  right: 18px;
  width: 27px;
  height: 27px;
  background:url(nav_menu.png) no-repeat 0 0 / 27px 27px;
  z-index: 1000;
  text-indent: 100%;
  white-space: nowrap;
}

header #menuBtn.active {
  background:url(nav_menu_close.png) no-repeat 0 0 / 27px 27px;
}

header #fixedBox,
.fixed {
  display: none;
  background: #e34d39;
  position: fixed !important;
  height: 410px !important;
  top: 70px;
  width: 100%;
  z-index: 11000;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header #fixedBox .logo {
  display: none;
}

header #fixedBox ul {
  float: none;
  margin-top: 0;
  width: 100%;
  text-align: left;
}

header #fixedBox ul + ul {
  margin-top: 0;
}

header #fixedBox ul li {
  font-size: 14px;
  text-align: left;
  display: block;
  margin-left: 0;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #fff;
}

header #fixedBox ul li a {
  display: block;
  padding-left: 15px;
}

header #fixedBox ul li::before {
  display: none;
  content: "";
  font-size: 0;
  margin-right: 4px;
}

/* --------------------------------
 * コンテンツ
 * -------------------------------- */

main {
  box-sizing: border-box;
}

#articledBox {
  margin-top: 20px;
  padding: 15px 0 0;
}

#articledBox .inner {
  width: 94%;
}

#articledBox h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

#articledBox ul {
  margin-left: 0;
}

#articledBox li {
  width: 100%;
  margin: 0 0 30px 0;
}

#articledBox li:nth-child(5n+1) {
  width: 100%;
}

#articledBox .textBox .thema {
  font-size: 12px;
}

#articledBox .textBox h3,
#articledBox li:nth-child(5n+1) .textBox h3 {
  font-size: 16px;
}

#articledBox .textBox .detail,
#articledBox li:nth-child(5n+1) .textBox .detail {
  font-size: 13px;
}

#articledBox .textBox .update {
  font-size: 11px;
}

#articleListMore {
  padding: 20px 0;
}

#articleListMore span {
  width: 100%;
}

/* --------------------------------
 * 今後の予定
 * -------------------------------- */
#schedule {
  overflow: hidden;
  padding: 20px 0 15px;
}

#schedule h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

#schedule p {
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
  margin: 0 auto 10px;
  width: 94%;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

#schedule ul {
  margin: 10px auto;
  width: 94%;
  text-align: left;
}

#schedule ul li {
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  margin-left: 0;
}

/* --------------------------------
 * フッター
 * -------------------------------- */

footer{
  background: #fff;
  color: #444;
  overflow: hidden;
}

#Lfooter {
  width: 100%;
  text-align: center;
  margin: 30px auto 20px;
  font-size: 11px;
  line-height: 1.6;
}

#Lfooter a {
  color: #777;
}

#Lfooter .Lfooter_logo img {
  width: 150px;
  margin: 20px auto;
}

#Lfooter .Lfooter_bottom {
  border-top: 1px solid #575757;
  padding-top: 10px;
}

#Lfooter .Lfooter_bottom p {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 10px;
}

/* ------------------------------ *
  ページトップへ
 * ------------------------------ */
 
#pagetop {
  right: 2em;
}

} /* :::End:::@media screen and (max-width: 667px) */


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

header .slide .textBox .inner {
  width: 290px;
}

} /* :::End:::@media screen and (max-width: 320px) */