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

#mv {
	overflow: hidden;
}

#mv .swiper-wrapper{
	position: relative;

}
#mv .swiper-slide img{
	width: 100%;
}
#mv .swiper-slide img {
    opacity: 0.3;
    transition: 0.5s ease;
}	
#mv .swiper-slide-active img{
	opacity: 1;
}
#mv .mv_img{
	position: absolute;
	z-index: 1;
	width: calc( 100% / 1.53 );
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	
}
#mv .mv_img01{
	position: absolute;
	right:25px;
	top: 25px;
	z-index: 1;
	width: 46.8%;
}
#mv .mv_img02{
	position: absolute;
	left: 40px;
	bottom: 0;
	z-index: 1;
	width: 35.9%;
}

/*---------------------- #three ---------------*/

#three_cnt{
	padding: 50px 0 45px;
}

.three_list{
	display: flex;
	justify-content: center;
}
.three_list li + li{
	margin-left: 60px;
}
.three_list li a{
	text-decoration: none;
}
.three_list li .three_txt{
	text-align: center;
	font-size: 210%;
	line-height: 1.25;
	font-weight: bold;
	color: #1a6688;
	margin-top: 12px;
}
@media screen and (min-width: 769px){
.three_list li img.pc{
	display: block;
	margin: auto;
}
}



/*---------------- news -------------------*/

#news{
	margin-top: 40px;
	padding-bottom: 60px;
}

.news_ttl{
	position: relative;
	top: -40px;
	margin-bottom: -35px;
}
.news_ttl img{
	display: block;
	margin: auto;
}
.news_ttl_after{
	text-align: center;
	font-size: 200%;
	letter-spacing: 0.05em;
	color: #000000;
}
.news_list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 45px;
	margin-top: 40px;
}
.news_list li{
	width: 360px;
	max-width: 100%;
	margin-right: 35px;
}
.news_list li:nth-of-type(3n){
	margin-right: 0;
}
.news_list li:nth-of-type(n+4){
	margin-top: 55px;
}
.news_list a{
	color: #000000;
	text-decoration: none;
}
.news_img img{
	max-width: 100%;
}
.news_date{
	font-size: 170%;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #000;
	margin: 11px 0 5px;
}
.news_txt{
	font-size: 140%;
	letter-spacing: 0.05em;
	line-height: 1.56;
}



/*--------------- twitter ----------------*/

#twitter{
	padding: 75px 0 0;
}

#twitter .wrap{
	display: flex;
	justify-content: space-between;
}
#twitter .tw_ttl{
	width: 100%;
	position: relative;
}
#twitter .tw_ttl::before{
	content: "";
	width: 100%;
	height: 5px;
background: rgba(217,223,117,.40);
background: -moz-linear-gradient(left,  rgba(217,223,117,0.40) 0%, rgba(88,185,211,0.40) 100%);
background: -webkit-linear-gradient(left,  rgba(217,223,117,0.40) 0%,rgba(88,185,211,0.40) 100%);
background: linear-gradient(to right,  rgba(217,223,117,0.40) 0%,rgba(88,185,211,0.40) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9df75', endColorstr='#58b9d3',GradientType=1 );
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
}
#twitter .tw_ttl img{
	display: block;
	margin: auto;
	position: relative;
}
#twitter .tw_txt{
	text-align: center;
	font-size: 140%;
	letter-spacing: 0.05em;
	color: #000;
	margin-bottom: 15px;
}
.timeline{
	width: 408px;
	max-width: 100%;
}
#twitter .recommend{
	margin-left: 100px;
	width: calc( 100% - 408px - 100px);
}
.recommend .rec_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recommend .box > *{
	margin-top: 0 !important;
}
.recommend .box{
	width: 359px;
}
#twitter .timeline_inn{
	border: 1px solid rgba(15,70,100,.12);
	border-radius: 15px;
	padding: 0 15px;
}



/*----------------- f_info --------------*/

#f_info{
	padding: 90px 0 65px;
}

#f_info p{
	text-align: center;
	font-size: 90%;
	line-height: 1.7;
	color: #4c4948;
}

@media screen and (max-width: 768px){
	
	#mv .swiper-container_sp{
		position: relative;
	}
	
	#mv .mv_img{
		width: 100%;
	}
	#mv .mv_img01{
		bottom: 0;
		left: 0;
		right: auto;
		top: auto;
	}
	#mv .mv_img img{
		max-width: 95%;
		display: block;
		margin: auto;
	}
	#three_cnt {
    	padding: 25px 0 45px;
	}
	.three_list{
		flex-wrap: wrap;
		justify-content: center;
	}
	.three_img img:not(.pc){
		max-width: 100%;
		display: block;
		margin: auto;
	}
	.three_list li .three_img{
		width: 80%;
		margin: auto;
	}
	.three_list li:first-of-type{
		margin-bottom: 30px;
	}
	.three_list li:first-of-type .three_img{
		width: 69%;
		margin: auto;
	}
	.three_list li + li{
		margin: auto;
		width: 50%;
	}
	.three_list li .three_txt{
		font-size: 4.3vw;
		margin-top: 6px;
	}
	
	#news{
		padding-bottom: 30px;
	}
	.news_ttl{
		width: 48.8vw;
		margin-left: auto;
		margin-right: auto;
	}
	.news_ttl_after{
		font-size: 3.9vw;
		line-height: 1.4;
		margin-top: -30px;
	}
	.news_list{
		padding: 0;
		margin-top: 20px;
	}
	.news_list li,
	.news_list li:nth-of-type(n+4){
		width: 100%;
		margin: auto;
	}
	.news_list li + li,
	.news_list li:nth-of-type(n+4){
		margin-top:15px;
	}
	.news_list a{
		display: flex;
	}
	.news_list .news_img{
		width: 35.9vw;
		margin-top: 6px;
	}
	.news_list .news_cnt{
		width: calc( 100% - 35.9vw);
		padding-left: 3.8vw;
		box-sizing: border-box;
	}
	.news_date,
	.news_txt{
		font-size: 3.1vw;
	}
	.news_date{
		margin-top: 0;
		font-weight: bold;
	}
	#twitter {
		padding: 40px 0 0;
	}
	
	#twitter .wrap{
		display: block;
	}
	#twitter .tw_txt{
		font-size: 3.9vw;
	}
	.timeline{
		width: 100%;
	}
	#twitter .recommend{
		width: 100%;
		display: block;
		margin: 40px auto auto;
	}
	.recommend .rec_area{
		display: block;
	}
	.recommend .box{
		max-width: 100%;
		margin: auto;
	}
	
	#f_info p{
		font-size: 2.8vw;
	}
	#f_info p a{
		color: #4c4948;
		text-decoration: none;
		display: inline;
	}
	
}