@charset "UTF-8";

.top_nav_agri a,
.top_nav_specialty a,
.top_nav_market a,
.top_nav_service a,
.top_nav_bank a,
.top_nav_kyosai a,
.top_nav_aboutus a {
  color:black !important;
  border-color:black !important;
}

section.main_area nav {
  height:45px;
  overflow:hidden;
}


/* パターン1 */
/*
.foodsecurity{
	width:100%;
	height: calc(100vh - 100px);
	position:absolute;
	top:100px;
	left:0;
	background:url(main.jpg) no-repeat center center;
	background-size:cover;
}

.foodsecurity a{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}

.foodsecurity a img {
	width:90%;
	max-width:1400px;
	height:auto;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
}
*/

/* パターン2 ここから */
.foodsecurity{
	width:100%;
	height: calc(100vh - 100px);
	position:absolute;
	top:100px;
	left:0;
	background:url(main.jpg) no-repeat center center;
	background-size:cover;
}

@media screen and (max-width: 1500px) {
.foodsecurity{
	background:url(main_1500.jpg) no-repeat center center;
	background-size:cover;
}
}

@media screen and (max-width: 1200px) {
.foodsecurity{
	background:url(main_1200.jpg) no-repeat center center;
	background-size:cover;
}
}


.foodsecurity a.fs_img_1 {
	position:absolute;
	display:block;
	width:100%;
	margin-top:0px;
	height:calc(45vh - 60px);
	max-height:600px;
}

.foodsecurity a.fs_img_1 img {
	display:block;
	margin:0 auto;
	width:auto;
	height:100%;
}

.foodsecurity .fs_img_2 {
	position:relative;
	display:block;
	width:auto;
	top:37vh;
	height:50vh;
	max-height:600px;
	margin-left:auto;
	margin-right:auto;
}

.foodsecurity .fs_img_2 img {
	display:block;
	margin:0 auto;
	width:auto;
	height:100%;
}

.foodsecurity .fs_img_2 .img_2_3 {
	display:block;
    position: absolute;
    width: min(224px, 18.5vh);
    height: auto;
    left: 50%;
    margin-left: max(-443px, -37vh);
    bottom: 3vh;
    z-index: 5;
}

.foodsecurity .fs_img_2 .img_2_4 {
    display: block;
    position: absolute;
    width: min(224px, 17.5vh);
    height: auto;
    left: 50%;
    margin-left: max(-442px, -1vh);
    bottom: 3vh;
    z-index: 5;
}

.foodsecurity .fs_img_2 .img_2_5 {
    display: block;
    position: absolute;
    width: min(274px, 28.5vh);
    height: auto;
    left: 50%;
    margin-left: max(-442px, 16vh);
    top: 2vh;
    z-index: 5;
}

.foodsecurity .fs_img_2.mb {
	display:none;
}

/* パターン2 ここまで */


/* パターン3 ここから
.foodsecurity .inner {
	width:100%;
	max-width:1400px;
	margin:0 auto;
}

.foodsecurity .inner .sec1 {
	height:40vh;
	width:100%;
	text-align:center;
}

.foodsecurity .inner .sec2 {
	height:48vh;
	width:100%;
	text-align:center;
}

.foodsecurity .inner img {
	height:100%;
	width:auto;
	margin:0 auto;
	max-width:1400px;
}

 パターン3 ここまで */

/*
@media screen and (max-width: 768px) {
*/
@media screen and (max-width: 1024px) {
.top_page_area {
	height: 150vw;
}

.foodsecurity{
	height: 150vw;
	top:0px;
}

.foodsecurity a{
	height: ;
}

/* パターン1 ここから 
.foodsecurity a img {
	width:90%;
	max-width:1400px;
	height:auto;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
}
パターン1 ここまで */

/* パターン2 ここから */
.foodsecurity a.fs_img_1 {
	position:absolute;
	display:block;
	width:100%;
	margin-top:100px;
	height:calc(45vh - 60px);
	max-height:600px;
}
.foodsecurity a.fs_img_1 img {
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
}

.foodsecurity .fs_img_1.pc,
.foodsecurity .fs_img_2.pc {
	display:none;
}

.foodsecurity .fs_img_2.mb {
	display:block;
	width:100%;
	margin-top:120px;
	top:0;
}

.foodsecurity .fs_img_2.mb img {
	width:100%;
	height:auto;
}

/* パターン2 ここまで */

/* パターン3 ここから 
.foodsecurity .inner .sec1 {
	margin-top:120px;
	height:auto;
	width:100%;
	text-align:center;
}

.foodsecurity .inner .sec2 {
	height:auto;
	width:100%;
	text-align:center;
}



.foodsecurity .inner img {
	width:100%;
	height:auto;
}
 パターン3 ここまで */

} /* media */

















