@charset "UTF-8";
/*----------------------------------------------- 共通 */
body {
	font-size: 16px;
}
.header_logo_area h1 {
	width: 65px;
	left: 30px;
}
.fix_icon {
	left: 15px;
}
.links_title {
	min-height: 54px;
}
.links li:last-of-type,
.links li:nth-last-of-type(2),
.links li:nth-last-of-type(3) {
	margin-bottom: 0;
}
.and_more a {
	margin-top: 80px;
}

@media screen and (min-width: 1200px) {
	.section_inner, .footer_inner {
		max-width: 1000px;
		padding: 135px 0;
	}
	
	.bk_color .section_inner::after {
		width: 1000px;
		left: -75px;
	}
	.bk_color .section_inner {
		max-width: 850px;
	}
	.links li {
		width: 30%;
		flex-direction: column;
		justify-content: flex-start;
	}
	.links_img {
		width: 100%;
		margin-top: 0;
	}
	.links_txt_w {
		width: 100%;
		padding-left: 0;
	}
	.links {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.links_txt {
		line-height: 1.75;
		font-size: 0.9em;
	}
	.links {
		padding: 50px 0 0;
	}
	.links::after {
		content: "";
		width: 30%;
		height: 0;
		display: 0;
	}
}


/*----------------------------------------------- header */
.fv {
	height: 100vh;
	max-height: 1080px;
}
.scroll_w {
	bottom: 5vw;
}

@media screen and (min-width: 1500px) {
	.fv {
		background-position: left top;
	}
}


/*----------------------------------------------- コンセプト .concept*/
@media screen and (min-width: 1200px) {
	.concept_txt {
		width: calc(100% - 320px);
	}
	.minato {
		margin: 50px auto;
	}
	.concept .section_inner {
		padding-bottom: 155px;
	}
}

/*----------------------------------------------- プロジェクト .project*/
.project_name {
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 0;
	border-bottom: solid 1px #3e3b3e;
	padding-bottom: 10px;
}
.project_name br {
	display: none;
}
.project .links_img {
	margin-top: 20px;
}
.project .links_img {
	width: 50%;
}

@media screen and (min-width: 1200px) {
	.project_txt {
		padding-left: 50px;
	}
	.project_name {
		font-size: 21px;
	}
}


/*----------------------------------------------- 2027年国際園芸博覧会 .expo */
.expo {
	margin-bottom: 100px;
	}

@media screen and (min-width: 1200px) {
	.expo {
		margin-bottom: 120px;
	}
}

/*----------------------------------------------- 特集 .topics*/
.topics .section_inner {
	padding-bottom: 100px;
}


/*----------------------------------------------- お知らせ .news*/
@media screen and (min-width: 1200px) {
	.news_w {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.news_w h2 {
		width: 135px;
		margin: 0;
		justify-content: end;
		align-items: flex-start;
	}
	.news ul {
		margin: 0;
		width: calc(100% - 135px);
	}
	.more {
		width: 100%;
	}
	.news_item:last-of-type {
		margin-bottom: 0;
	}
}

/*----------------------------------------------- footer */
.footer_inner {
	padding-bottom: 20px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  改行位置調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sp,
.sp_flex {
	display: none;
}
.tb,
.tb_flex {
	display: none;
}
.pc {
	display: block;
}
.pc_flex {
	display: flex;
}

