@charset "utf-8";
/* ------------------------------------------------------------------------ */

/*  MV
 
/* ------------------------------------------------------------------------ */
#mv {
	position: relative;
	padding-top: 130px;
}
#mv::before{
	content: "";
	position: absolute;
	bottom: -50px;
    right: 360px;
	background-image: url("../img/bg_index_02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 341px;
	height: 220px;
	z-index: 2;
	
}
#mv .container figure {
	padding-top: 60px;
}
#mv .slider .slick-slide img{
	width: 100%;
	height: 660px;
	object-fit: cover;
}
/* スライダー　ドット */

#mv .slider .slick-dots{
	bottom: -40px;
    left: 23vw;
    transform: translate(-50%, 0);
    width: 100px;
}
#mv .slider .slick-dots li{
	margin: 0 3px;
	width: 14px;
	height: 14px;
}
#mv .slider .slick-dots li button{
	padding: 0;
	width: 14px;
	height: 14px;
}
#mv .slider .slick-dots li button:before{
	border:2px solid #00a0e9;
	width:14px;
	height: 14px;
	border-radius: 50%;
	color: #fff;
	font-family: "Segoe UI", "Yu Gothic", sans-serif;
	font-size: 0;
}
#mv .slider .slick-dots li.slick-active button:before{
	background-color: #00a0e9;
	color: #00a0e9;
	border:none;
	width:14px;
	height: 14px;
	border-radius: 50%;
}
#mv .slick-dotted.slick-slider{
	margin-bottom: 0;
}
/* スライダー　再生停止ボタン */
#mv .toggle{
	background-image:  url("/img/icon_start_01.svg");
	background-size: auto;
    background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	display: inline-block;
	left: 19.8vw;
	transform: translate(-50%,0);
    bottom: -50px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #00a0e9;
	border:none;
}
#mv .toggle.start{
	background-image:  url("/img/icon_start_01.svg");
	background-size: auto;
    background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:none;
}
#mv .toggle.stop{
	background-image:  url("/img/icon_stop_01.svg");
	background-size: auto;
    background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:none;
	color: #fff;
}

/* スライダー　文言 */
.slider_content{
	position: absolute;
	top: 22%;
    left: 19%;
    text-align: left;
    width: 800px;
}
#mv .slider_txt{
	color: #fff;
	width: 400px;
}
#mv .slider_txt span{
	display: block;
	font-size: 4.2rem;
	color: #005fad;
	background-color: #fff;
	padding: 20px 10px;
	border-radius: 10px;
	line-height: 1;
}
#mv .slider_txt span + span{
	margin-top: 10px;
}
/* スライダー　お知らせ */
#mv .mv_news{
	z-index: 3;
	background-color: #005fad;
	border-radius: 10px;
	max-width: 800px;
	width: 100%;
	margin-top: 315px;
}
#mv .mv_news a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
	gap:10px;
}
#mv .mv_news h3{
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	padding-right: 30px;
}
#mv .mv_news .date{
	color: #fff;
	width: 120px;
}
#mv .mv_news .category{
	background-color: #fff;
	color: #005fad;
	font-weight: bold;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	max-width: 160px;
}
#mv .mv_news .text{
	color: #fff;
}
@media screen and (max-width: 1900px) {
	#mv::before{
		right: 50px;	
	}
}
@media screen and (max-width: 1600px) {
	#mv .toggle{
		left: 17vw;
	}
}

@media screen and (max-width: 1400px) {
	#mv .slider_txt{
		font-size: 6.0rem;
	}
	
	#mv .mv_news{
		max-width: 600px;
	}
	#mv .mv_news .date{
		width: auto;
	}
	#mv .mv_news .category{
		max-width: auto;
	}
	#mv .slider_txt span{
		display: inline-block;
	}
}
@media screen and (max-width: 1200px) {
	#mv .mv_news{
		margin-top: 200px;
		max-width: 95%;
	}
	.slider_content{
		width: auto;
		left: 40px;
	}
}
@media screen and (max-width: 1024px) {
	#mv .slider_txt{
		font-size: 4.8rem;
	}
}
@media screen and (max-width: 768px) {
	#mv .mv_btn{
		font-size: 1.4rem;
	}
	#mv .container h2{
		font-size: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
	}
	#mv .mv_news a{
		flex-wrap: wrap;
		text-align: left;
	}
	#mv .mv_news{
		max-width: 90%;
	}
	#mv .mv_news h3{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		padding-bottom: 10px;
		font-size: 1.6rem;
	}
	#mv .slider_txt{
		font-size: clamp(1.75rem, 0.557rem + 5.09vw, 3rem);
	}
	#mv .toggle{
		left: 11vw;
	}
	#mv .slider_txt span{
		font-size: 2.4rem;
	}
	#mv .slider .slick-slide img{
		object-position: top;
	}
}
@media screen and (max-width: 600px) {
	#mv .mv_news p{
		margin-top: 0;
	}
	#mv .mv_news .category{
		display: inline-block;
	}
	#mv::before{
		right: 0;
		background-size: 50%;
		background-position: bottom right 10px;
	}
	#mv .slider .slick-slide img{
		height: 78vh;
	}
	#mv .mv_news a{
		padding: 15px;
	}
	#mv .slider_txt{
		width: 300px;
	}
	#mv {
		position: relative;
		padding-top: 80px;
	}
	#mv .mv_news{
		margin-top: 100px;
	}
	.slider_content{
		left: 20px;
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 425px) {
	#mv .toggle{
		left: 7vw;
	}
	.slider_content{
		top: 40%;
	}
	#mv .mv_news{
		margin-top: 20px;
	}
}
/* ------------------------------------------------------------------------ */
 
/*  #sec01 活動速報　資料・データ　共通
 
/* ------------------------------------------------------------------------ */
#sec01 {
	margin-top: 104px;
}
#sec01 .sec01_flexarea{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#sec01 .sec01_flexarea h2{
	font-size: 4.0rem;
	color: #005fad;
	line-height: 1;
	font-weight: bold;
	text-align: left;
}
#sec01 .sec01_flexarea .sec01_contents{
	max-width: 560px;
	width: 100%;
	border-radius: 40px;
	padding: 40px;
}
#sec01 .sec01_flexarea .sec01_contents .btnStyle01 span{
	text-align: center;
}

#sec01 .sec01_flexarea .sec01_wrap{
	margin-top: 40px;
}
#sec01 .sec01_flexarea .sec01_list{
	border-bottom: 1px dotted #005fad;
}
#sec01 .sec01_flexarea .sec01_list + .sec01_list{
	margin-top: 20px;
}
#sec01 .sec01_flexarea .sec01_list a{
	text-decoration: none;
	color: #000;
}
#sec01 .sec01_flexarea .sec01_flex{
	display: flex;
	justify-content: flex-start;
	gap:20px;
}
#sec01 .sec01_flexarea .sec01_wrap .date{
	text-decoration: none;
	text-align: left;
	display: flex;
	align-items: center;
	
}
#sec01 .sec01_flexarea .sec01_wrap .category{
	font-size: 1.4rem;
	background-color: #005fad;
	color: #fff;
	padding: 5px 15px;
	line-height: 1.2;
	text-align: left;
}
#sec01 .sec01_flexarea .sec01_wrap .ttl{
	padding: 5px 0 17px;
	text-align: left;
}



/* 活動速報
--------------------------------------------------------------------------- */
#sec01 .sec01_flexarea .sec01_left{
	background-color: #fffccc;
}

/* 資料・データ
--------------------------------------------------------------------------- */
#sec01 .sec01_flexarea .sec01_right{
	background-color: #fae6ec;
}
#sec01 .sec01_flexarea .sec01_right .sec01_wrap .ttl span{
	font-size: 1.4rem;
}
#sec01 .sec01_flexarea .sec01_right .sec01_wrap .ttl::after{
	content: "\f1c1";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: #bd2626;
}

@media screen and (max-width: 1200px) {
	#sec01 .sec01_flexarea{
		gap:0 20px;
	}
}
@media screen and (max-width: 1024px) {
	#sec01 .sec01_flexarea{
		display: block;
	}
	#sec01 .sec01_flexarea .sec01_contents{
		max-width: 100%;
	}
	#sec01 .sec01_flexarea .sec01_right{
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	#sec01 .sec01_flexarea h2{
		font-size: 2.4rem;
	}
	#sec01 .sec01_flexarea .sec01_contents{
		padding: 40px 20px;
	}
	#sec01 .sec01_flexarea .sec01_flex{
		gap:10px;
		align-items: center;
	}
	#sec01 .sec01_flexarea .sec01_wrap .ttl{
		padding: 10px 0;
	}
	#sec01 .sec01_flexarea .sec01_wrap .category{
		font-size: 1.2rem;	
	}
}
@media screen and (max-width: 375px) {
	#sec01 .sec01_flexarea .sec01_flex{
		display: grid;
		gap:0;
	}
	#sec01 .sec01_flexarea .sec01_wrap .category{
		display: inline-block;
		margin-top: 10px;
	}
}
/* ------------------------------------------------------------------------ */
 
/*  sec02 安心・安全の取り組み
 
/* ------------------------------------------------------------------------ */

#sec02{
	background-image: url("../img/bg_index_01_pc.png");
	background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    margin-top: 60px;
	height: 730px;
}
#sec02 .sec02_contents h2{
	font-size: 4.0rem;
	color: #ffffff;
	padding-top: 160px;
	text-align: left;
}
#sec02 .sec02_contents .sec02_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
#sec02 .sec02_contents .sec02_list{
	text-align: left;
	position: relative;
}
#sec02 .sec02_contents .sec02_left,#sec02 .sec02_contents .sec02_right{
	width: 48.5%;
}
#sec02 .sec02_contents .sec02_left .sec02_list img{
	max-width: 342px;
	width: 100%;
}
#sec02 .sec02_contents .sec02_right .sec02_list img{
	max-width: 344px;
	width: 100%;
}
#sec02 .sec02_contents .sec02_list a{
	display: block;
	border-radius: 40px;
	background-color: #fff;
	text-decoration: none;
	padding: 33px 40px;
	position: absolute;
	bottom: -65px;
	right: 0;
	max-width: 480px;
    width: 100%;
	transition: 0.5s transform;
}
#sec02 .sec02_contents .sec02_list a:hover{
	transform: translateY(-5px);
	opacity: 1;
}
#sec02 .sec02_contents .sec02_list a h3{
	color: #005fad;
	font-weight: bold;
	font-size: 3.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}
#sec02 .sec02_contents .sec02_list a h3 span i{
	font-size: 2.5rem;
}
#sec02 .sec02_contents .sec02_list a p{
	color: #000;
	padding-top: 30px;
}
@media screen and (max-width: 1024px) {

	#sec02{
		height: 100%;
		background-size: cover;
		background-image: url("../img/bg_index_01_sp.png");
	}
	#sec02 .sec02_contents .sec02_flex{
		display: block;
		padding-bottom: 60px;
	}
	#sec02 .sec02_contents .sec02_left, #sec02 .sec02_contents .sec02_right{
		width: 100%;
	}
	#sec02 .sec02_contents .sec02_list{
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		gap:20px;
		margin-top: 30px;
	}
	#sec02 .sec02_contents .sec02_list a{
		position: static;
	}
}
@media screen and (max-width: 768px) {
	#sec02 .sec02_contents h2{
		font-size: 2.4rem;
	}
	#sec02 .sec02_contents .sec02_list{
		display: block;
	}
	#sec02 .sec02_contents .sec02_list a{
		margin: 30px auto 0;
		padding: 20px 30px;
	}
	#sec02 .sec02_contents .sec02_list img{
		margin: 30px auto 0;
		display: block;
	}
	#sec02 .sec02_contents .sec02_list a h3{
		font-size: 2.0rem;
	}
	#sec02 .sec02_contents .sec02_list a h3 span i{
		font-size: 2.0rem;
	}
	#sec02 .sec02_contents .sec02_list a p{
		padding-top: 15px;
	}
}
/* ------------------------------------------------------------------------ */
 
/*  sec03 酪農教育ファーム　バナー
 
/* ------------------------------------------------------------------------ */
#sec03 {
	margin-top: 80px;
}
#sec03 .container{
	max-width:740px; 
}
#sec03 .container .sec03_bnrcontents{
	background-image: url("../img/img_index_03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	height: 200px;
	position: relative;
	overflow: hidden;
	transition: 0.5s transform;
}
#sec03 .container .sec03_bnrcontents:hover{
	transform: translateY(-5px);
	opacity: 1;
}
#sec03 .container .sec03_bnrcontents::before{
	content: "";
	position: absolute;
	background-image: url("../img/img_index_04.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 20px;
	left: 15px;
	width: 34px;
	height: 30px;
}
#sec03 .container .sec03_bnrcontents::after{
	content: "";
	position: absolute;
	background-image: url("../img/img_index_05.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	bottom: -40px;
	left: 38%;
	width: 103px;
	height: 153px;
}
#sec03 .container .sec03_bnrcontents a{
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding: 40px 50px;
}
#sec03 .container .sec03_bnrcontents a:hover{
	opacity: 1;
}
#sec03 .container .sec03_bnrcontents .ttl{
	font-size: 3.0rem;
	display: flex;
	align-items: center;
	gap:20px;
	line-height: 1;
}
#sec03 .container .sec03_bnrcontents .ttl span i{
	font-size: 2.5rem;
}
#sec03 .container .sec03_bnrcontents .text{
	padding-top: 25px;
}
@media screen and (max-width: 1440px) {
	
	#sec03 .container .sec03_bnrcontents{
		background-position: center center;
	}

}
@media screen and (max-width: 1200px) {
	#sec03 .container{
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	#sec03 .container .sec03_bnrcontents .ttl{
		font-size: 2.0rem;
        justify-content: space-between;
	}
	#sec03 .container .sec03_bnrcontents .ttl span i{
		font-size: 2.0rem;
	}
	#sec03 .container .sec03_bnrcontents a{
		padding: 30px 40px;
	}
	#sec03 .container .sec03_bnrcontents{
		height: auto;
	}
}
@media screen and (max-width: 600px) {
	#sec03 .container .sec03_bnrcontents::after{
		left: 65%;
	}
	#sec03 .container .sec03_bnrcontents a{
		padding: 30px 20px;
	}
	#sec03 .container .sec03_bnrcontents::before{
		top: 4px;
		left: 0;
	}
}
/* ------------------------------------------------------------------------ */
 
/*  instagram
 
/* ------------------------------------------------------------------------ */
#instagram{
	margin-top: 85px;
}
#instagram h2{
	font-size: 4.0rem;
	color: #005fad;
	font-weight: bold;
}
#instagram #sbi_images{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
/*#instagram #sbi_images .sbi_item{
	width: 32%;
}*/
#instagram #sbi_images .sbi_item img{
	width: 285px;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
#instagram .btnStyle01 a{
	max-width: 380px;
	width: 100%;
	margin-top: 40px;
}
.sbi-screenreader{
	display: none;
}
@media screen and (max-width: 1200px) {
	#instagram #sbi_images{
		justify-content: space-between;
	}
	#instagram #sbi_images .sbi_item{
		width: 30%;
	}
	#instagram #sbi_images:after {
		content: "";
		display: block;
		width: 30%;
		height: 0;
	}
}
@media screen and (max-width: 768px) {
	#instagram{
		margin-top: 60px;
	}
	#instagram h2{
		font-size: 2.4rem;
	}
	#instagram #sbi_images{
		gap:10px;
	}
	
}