@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#headerInner {
	height: 1078px;
	padding: 60px 40px 180px;
	position: relative;
}

#headerTxtWrap {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	z-index: 1;
}

#headerLogo {
	width: 400px;
	height: 152px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: transparent url(../../img/logo_ntw.svg) no-repeat center center / contain;
}

#headerLogo span {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
}

#headerTxt {
	color: #ffffff;
	font-size: 4rem;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.04em;
	line-height: 1.75;
}

#headerImgWrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 0;
}

.headerImg {
	width: 50%;
	position: relative;
}

.headerImg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(39, 90, 163, 0.25);
}

.headerImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
}

/* ------------------------------------ */
/* お知らせ一覧 */
/* ------------------------------------ */
#news {
	margin-top: -180px;
	position: relative;
	z-index: 1;
}

#newsRow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.newsBoxWrap {
	width: 50%;
}

.newsBox {
	width: 740px;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 5% 8% 6%;
	background-color: #ffffff;
	border: 2px solid #9d9d9d;
	border-radius: 10px;
}

.newsBoxHead {
	margin-bottom: 60px;
	text-align: center;
}

.newsBoxHeadBtn {
	width: 520px;
	text-align: left;
}

.newsBoxBody .title {
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: 700;
}

.newsBoxBody .accordionHead {
	pointer-events: none;
}

.newsList {
	margin-bottom: 50px;
}

.news li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #CCC solid;
	font-size: 1.6rem;
}

.articleDate {
	font-size: 1.2rem;
}

.newsListItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.newsListItem:not(:last-child) {
	margin-bottom: 20px;
}

.newsListImg {
	width: 120px;
	height: 120px;
	margin-right: 20px;
}

.newsListImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 10px;
}

.newsListBody {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	color: #333333;
}

.newsListInfo {
	margin-bottom: 10px;
}

.newsListBtnWrap {
	text-align: center;
}

.newsListBtn {
	width: 220px;
	padding: 0.4em 1.6em;
	background-size: 1.1em;
	font-size: 1.8rem;
}

/* ------------------------------------ */
/* 行動指針 */
/* ------------------------------------ */
.guidelineList {
	counter-reset: number 0;
}

.guidelineList li {
	min-height: 70px;
	padding: 15px;
	padding-left: 80px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #275aa3;
	background-color: #ccf0ff;
	font-size: 2.4rem;
	font-weight: 700;
	border-radius: 10px;
}

.guidelineList li::before {
	width: 60px;
	height: calc(100% - 30px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 3.2rem;
	border-right: 2px solid #275aa3;
	counter-increment: number 1;
	content: counter(number);
}

.guidelineList li:not(:last-child) {
	margin-bottom: 12px;
}

/* ------------------------------------ */
/* 団体概要 */
/* ------------------------------------ */
.companyList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.companyItem {
	width: calc(33.33% - 30px * 2 / 3);
	margin-right: 30px;
	padding: 15px 15px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	border: 2px solid #9d9d9d;
	border-radius: 10px;
}

.companyItem:nth-child(3n) {
	margin-right: 0;
}

.companyItemTxt {
	margin-bottom: 15px;
	font-size: 1.6rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.625;
}

.companyItemBtn {
	width: 240px;
	max-width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5em 2em 0.5em 1em;
	background-size: 1.2em;
	font-size: 1.8rem;
	text-align: left;
}

/* ------------------------------------ */
/* 取り組み */
/* ------------------------------------ */
.initiativesItem {
	margin-bottom: 30px;
}

.initiativesImg {
	margin-bottom: 10px;
}

.initiativesImg img {
	border-radius: 10px;
}

.initiativesTtl {
	margin-bottom: 5px;
	font-size: 2.8rem;
	font-weight: 700;
}

.initiativesDesc {
	font-size: 1.6rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.375;
	letter-spacing: 0.02em;
}

/* レイアウト */
.initiativesRow {
	margin-bottom: -30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.initiativesRow .initiativesItem {
	width: calc(50% - 30px * 1 / 2);
	margin-right: 30px;
}

.initiativesRow .initiativesItem:nth-child(2n) {
	margin-right: 0;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footerInner {
	padding-bottom: 30px;
}

#footerLinkWrap {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footerLink {
	width: 49%;
}

.footerLink a {
	padding: 80px 20px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.footerLink a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(39, 90, 163, 0.5);
	z-index: -1;
}

.footerLink.chuo a {
	background: transparent url(../../img/footer_chuo.jpg) no-repeat center center / cover;
}

.footerLink.higashi a {
	background: transparent url(../../img/footer_higashi.jpg) no-repeat center center / cover;
}

.footerLinkLogo {
	width: 212px;
	max-width: 100%;
	margin-bottom: 40px;
}

.footerLinkBtn {
	width: 520px;
	max-width: 100%;
	padding: 1em 2.5em 1em 1em;
	display: inline-block;
	color: #275aa3;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #ffffff;
	background-image: url(../../img/icon_arrow-right-blue.svg);
	background-repeat: no-repeat;
	background-position: right 0.6em center;
	background-size: 1.6em;
	border-radius: 10px;
}

#footerCopyright {
	text-align: center;
}

/* -------------------------------------------------- */
/* PC調整 */
/* -------------------------------------------------- */
@media screen and (max-width: 1440px) {
	#headerInner {
		height: 800px;
	}

	#headerLogo {
		width: 360px;
		height: 136px;
	}

	#headerTxt {
		font-size: 3.2rem;
	}

	.newsBox {
		padding: 5% 5% 6%;
	}

	.newsBoxHead {
		margin-bottom: 40px;
	}

	.newsBoxHeadBtn {
		width: 460px;
		font-size: 1.8rem;
	}

	.newsBoxBody .title {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}

	.footerLink a {
		padding: 50px 20px;
	}

	.footerLinkLogo {
		width: 160px;
		margin-bottom: 30px;
	}

	.footerLinkBtn {
		font-size: 1.8rem;
	}
}

/* -------------------------------------------------- */
/* ホバーエフェクト */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	.newsListItem {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.newsListItem:hover {
		opacity: 0.7;
	}

	.footerLink a {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.footerLink a:hover {
		opacity: 0.8;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* ------------------------------------ */
	/* ヘッダー */
	/* ------------------------------------ */
	#headerTxt {
		font-size: 2.4rem;
	}

	/* ------------------------------------ */
	/* お知らせ一覧 */
	/* ------------------------------------ */
	#newsRow {
		display: block;
	}

	.newsBoxWrap {
		width: 100%;
	}

	.newsBoxWrap:not(:last-child) {
		margin-bottom: 30px;
	}

	.newsBoxHead {
		margin-bottom: 30px;
	}

	.newsBoxBody .title {
		margin-bottom: 0;
	}

	.newsBoxBody .accordionHead {
		position: relative;
		pointer-events: all;
	}

	.newsBoxBody .accordionHead::after {
		content: "";
		width: 24px;
		height: 24px;
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		background: transparent url(../../img/icon_accordion.svg) no-repeat center center / contain;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.newsBoxBody .accordionHead.is-open::after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		        transform: translateY(-50%) rotate(180deg);
	}

	.newsBoxBody .accordionBody {
		padding-top: 20px;
		display: none;
	}

	/* ------------------------------------ */
	/* 団体概要 */
	/* ------------------------------------ */
	.companyItem {
		width: 100%;
		margin-right: 0;
	}
	.companyItem:not(:last-child) {
		margin-bottom: 15px;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ------------------------------------ */
	/* 行動指針 */
	/* ------------------------------------ */
	.guidelineList li {
		font-size: 1.8rem;
	}

	.guidelineList li::before {
		font-size: 2.6rem;
	}

	/* ------------------------------------ */
	/* 取り組み */
	/* ------------------------------------ */
	.initiativesTtl {
		font-size: 2.5rem;
	}

	.facilityDesc {
		font-size: 1.5rem;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ------------------------------------ */
	/* ヘッダー */
	/* ------------------------------------ */
	#headerInner {
		height: 600px;
		padding-bottom: 100px;
	}

	#headerLogo {
		width: 200px;
		height: 76px;
	}

	#headerTxt {
		font-size: 1.7rem;
	}

	/* ------------------------------------ */
	/* お知らせ一覧 */
	/* ------------------------------------ */
	#news {
		margin-top: -100px;
	}

	.newsBoxBody .title {
		font-size: 1.7rem;
	}

	.newsList {
		margin-bottom: 30px;
	}

	.newsListItem:not(:last-child) {
		margin-bottom: 10px;
	}

	.newsListImg {
		margin-right: 10px;
	}

	.newsListImg {
		width: 90px;
		height: 90px;
	}

	.newsListInfo {
		margin-bottom: 5px;
	}
	
	.newsListBtn {
		font-size: 1.6rem;
	}

	/* ------------------------------------ */
	/* 行動指針 */
	/* ------------------------------------ */
	.guidelineList li {
		font-size: 1.5rem;
		padding: 10px;
		padding-left: 55px;
	}

	.guidelineList li::before {
		width: 40px;
		height: calc(100% - 20px);
		font-size: 2rem;
	}
	
	/* ------------------------------------ */
	/* 団体概要 */
	/* ------------------------------------ */
	.companyItemTxt {
		font-size: 1.4rem;
	}

	.companyItemBtn {
		font-size: 1.6rem;
	}

	/* ------------------------------------ */
	/* 取り組み */
	/* ------------------------------------ */
	.initiativesItem {
		margin-bottom: 30px;
	}

	.initiativesImg {
		margin-bottom: 5px;
	}

	.initiativesTtl {
		font-size: 1.8rem;
	}

	.initiativesDesc {
		font-size: 1.3rem;
	}

	/* レイアウト */
	.initiativesRow .initiativesItem {
		width: 100%;
		margin-right: 0;
	}

	/* ------------------------------------ */
	/* フッター */
	/* ------------------------------------ */
	#footerInner {
		padding-bottom: 15px;
	}

	.footerLink a {
		padding: 40px 10px;
	}

	.footerLinkLogo {
		width: 120px;
		margin-bottom: 20px;
	}

	.footerLinkBtn {
		padding: 0.5em 2.5em 0.5em 1em;
		font-size: 1.4rem;
		line-height: 1.3;
		background-size: 1.4em;
	}

	#footerCopyright {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
