/* CSS Document */
@import url("wp_styles.css");
@import url("reset.css");
@import url("swiper-bundle.min.css");
@import url("common.css");

.more .link_btn{
	min-width: 120px;
	padding: 3px 1rem;
	background-color: #000 !important;
}
.more .link_btn:hover{
	background-color: var(--c-main) !important;
	color: #fff;
}

.more_tit{
	margin: 0 0 30px 0;
	line-height: 1;
	align-items: center;
	justify-items: flex-start;
}
.more_tit h3{ margin: 0;}
.more_tit .more{
	margin: 0;
	padding: 0 0 0 20px;
}
.more_tit .more .link_btn{
	margin: 0;
	padding: 12px 3rem 12px 16px!important;
	font-size: 0.8rem;
}
.more_tit .more .link_btn::after{
	width: 16px !important;
	height: 16px !important;
	right: 10px !important;
	top: calc(50% - 8px) !important;
}

@media screen and (max-width: 768px) {
	.more_tit .more .link_btn{
		min-width: inherit;
	}
	.topics_item dd{ margin-top: 0;}
	.topics_item dd a{ padding: 0 2rem 0 0;}
}

/* intro
---------------------------------------------------------- */
.inrto{
	position: relative;
	margin: 50px 0 0;
	padding: 20px 0;
	height: calc(100vh - 100px);
	max-height: 860px;
	background-color: var(--bg-main);
	overflow: hidden;
}

.mv{
	position: relative;
	height: 100%;
}
.mv_img{
	position: relative;
	z-index: 0;
	width: 76%;
	height: 100%;
	margin: 0;
	border-radius: 0 20px 20px 0;
	overflow: hidden;
}
.mv_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(105%) contrast(90%) hue-rotate(10deg);
}

.mv_txt{
	position: absolute;
	bottom: 10%;
	right: 0;
	width: 800px;
	height: 80%;
	max-width: 80%;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-around;
	display: flex;
}

.mv_copy{ padding: 0 5vw 0 0;}
.mv_copy img{
	width: 300px;
	height: auto;
	-webkit-filter: drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 5px #ffffff);
	filter: drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 5px #ffffff);
}

.pickup{
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding: 20px;
	margin: 40px 0 0 0;
	background-color: #fff;
	border-radius: 99rem 0 0 99rem;
}
.pickup h3{
	margin: 0;
	padding: 0 30px 0 0;
	color: var(--c-main);
	font-size: 1rem;
	line-height: 1;
	white-space: nowrap;
}
.pickup .topics_item{
	margin: 0;
	padding: 0;
}
.pickup .topics_item .news_cat{ display: none;}
.pickup .topics_item dd a{ padding-right: 3rem;}

@media screen and (max-width: 780px) and  (orientation: portrait) {
	.inrto{
		height: 55vh;
		margin: 0;
		padding: 0;
	}
	.mv{
		position: relative;
		display: block;
	}
	.mv_img{
		width: 100%;
		border-radius: 0;
	}
	.mv_txt{ max-width: 90%;}
	.mv_copy{
		width: 50%;
		max-width: 240px;
	}
	.mv_copy img{ min-width: auto;}
	.pickup{
		width: 100%;
		margin-top: 20px;
		padding: 15px;
		border-radius: 20px 0 0 20px;
	}
	.pickup h3{ line-height: 0.8rem;}
	.pickup .topics_item dd{
		margin-top: 0;
		font-size: 0.8rem;
	}
}


/* smp_navi
---------------------------------------------------------- */
.smp_navi ul{
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: subgrid;
	margin: 0;
}
.smp_navi ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #fff;
}
.smp_navi ul li:nth-child(odd){ border-right: 1px solid #fff;}
.smp_navi ul li a{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 2rem 15px 1rem;
	background-color: var(--c-main);
	color: #fff;
	text-decoration: none;
}
.smp_navi ul li a::after{
	content: '';
	position: absolute;
	right: 10px;
	top: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background: url(../img/arrow01_w.svg) no-repeat center / contain;
}


/* News
---------------------------------------------------------- */
.news{
	padding: 50px 20px;
	background-color: var(--bg-main);
}

.news_list{
	grid-auto-flow: column;
	grid-auto-rows: auto;
	grid-template-columns: 1fr 1fr 1.2fr;
}

.news_item{
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}

.news_img{
	margin-bottom: 20px;
	background-color: #fff;
}
.news_img img{
	height: 100%;
	width: auto;
}

.news_txt{ width: 65%;}

.news_item:nth-child(1),
.news_item:nth-child(2){
	grid-row: span 3;
	border-bottom: none;
}

.news_item:nth-child(1) .news_txt,
.news_item:nth-child(2) .news_txt{ width: 100%;}

.news_item:nth-child(3) .news_img,
.news_item:nth-child(4) .news_img,
.news_item:nth-child(5) .news_img{
	width: 30%;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.news_list{
		grid-auto-flow: inherit;
		grid-template-columns: 1fr 1fr;
	}
	.news_item{ border-bottom: none;}
	.news_img{
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.news_txt{ width: 100% !important;}
}


/* about
---------------------------------------------------------- */
.about{
	position: relative;
	margin:0 auto 30px;
	padding: 50px 0;
}
.about::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 5%;
	z-index: -1;
	width: 90%;
	height: 90%;
	background-color: var(--bg-main);
	border-radius: 10px;
}
.about_tit{ align-items: center;}
.about_tit_txt{
	width: 45%;
	padding: 0 4vw;
}
.about_tit_txt h3{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px 40px;
	font-size: 2.0rem;
}
.about_tit_txt h3::before,
.about_tit_txt h3::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/bg_tri.svg) no-repeat center / contain;
}
.about_tit_txt h3::before{
	top: 0;
	left: 0;
}
.about_tit_txt h3::after{
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

.about_tit_img{
	width: 55%;
	line-height: 0;
}
.about_tit_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
}

.about_menu{
	margin: 40px 0 0 0;
	justify-content: center;
}
.about_menu li{
	margin: 0 5px;
	list-style: none;
}
.about_menu li .link_btn{
	width: 100%;
	margin: 0;
	padding: 20px !important;
	background-color: #fff !important;
	border-radius: 10px;
	color: var(--c-main) !important;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center !important;
}
.about_menu li .link_btn::after{ background-image: url(../img/arrow02_g.svg);}
.about_menu li .link_btn:hover{ background-color: rgba(var(--c-main-rgb), 0.2) !important;}

@media screen and (max-width: 768px) {
	.about{
		margin: 0;
		padding: 0 0 30px 0;
	}
	.about::after{
		width: 100%;
		right: 0;
	}
	.about_tit_img,
	.about_tit_txt{ width: 100%;}
	.about_tit_txt{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.about_tit_txt h3{
		margin: 20px 0 0 0;
		padding: 10px 15px;
		font-size: 1.5rem;
	}
	.about_menu{
		width: 90%;
		margin: 20px auto 0;
	}
	.about_menu li{
		width: 100%;
		margin: 0;
	}
}


/* project
---------------------------------------------------------- */
.project{
	position: relative;
	z-index: 0;
	padding: 50px 20px;
	background : linear-gradient(119.52deg, rgba(1, 148, 106, 1) 0%, rgba(0, 127, 77, 1) 56.04%, rgba(0, 80, 45, 1) 100%);
	overflow: hidden;
}
.project::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	-ms-filter: blur(16px);
	filter: blur(16px);
	width: 50%;
	height: 100%;
	background: url(../img/bg01.svg) no-repeat right bottom / contain;
	background-attachment: fixed;
}

.project_inner{
	position: relative;
	z-index: 2;
}

.project h3{ color: #fff;}

.project .more_tit .link_btn:hover{ background-color: rgba(255, 255, 255, 0.30) !important;}

.pro_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.pro_item{
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.pro_item a{
	height: 100%;
	align-items: center;
	color: var(--t-main);
	text-decoration: none !important;
}
.pro_item a:hover p{ text-decoration: none;}

.pro_img{
	width: 35%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	aspect-ratio: 1/1;
}
.pro_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_item a:hover .pro_img img{ transform: scale(1.2);}

.pro_txt{
	width: 65%;
	padding: 20px;
}
.pro_txt p{
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: underline;
	line-height: 1.6;
}

.pro_item a .pro_txt .date{
	margin: 5px 0;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.pro_list{
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.pro_txt{ padding: 5px 15px;}
}


/* topics
---------------------------------------------------------- */
.topics{
	padding: 40px 20px;
	background-color: var(--bg-main);
}
.topics_inner{
	display: grid;
	width: 100%;
	grid-template-columns: 180px, 1fr;
	gap: 40px;
}

.topics .more_tit{ flex-direction: column;}
.topics .more_tit h3,
.topics .more_tit .more{ padding-top: 20px;}

.topics_list{ grid-column: 2/6;}

.topics_item{
	margin: 0 0 15px 0;
	padding: 20px;
	background-color: #fff;
	border-bottom: none;
	border-radius: 10px;
}
.topics_item:last-child{ border: none;}

.topics_item dt{
	margin: 0 3rem 0 0;
	font-size: 0.8rem;
}
.topics_item dd{ margin: 10px 0 0 0;}
.topics_item dd a{
	position: relative;
	display: block;
	padding: 0 2rem 0 0;
}
.topics_item dd a::after{
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 18px;
	height: 18px;
	background: url(../img/arrow01_g.svg) no-repeat center right / contain;
}
.topics_item dd a[target="_blank"]::after{ background-image: url(../img/icon_blank.svg);}
.topics_item dd a[href$=".pdf"]::after{ background-image: url(../img/icon_pdf.svg);}

@media screen and (max-width: 768px) {
	.topics_inner{ gap: 0;}
	.topics .more_tit,
	.topics_list{ grid-column: 1;}
	.topics .more_tit{ flex-direction: row;}
	.topics_item dd{ width: 100%;}
}