
/* =====　全体　===== */
body#eng {
	font-family:'Nunito Sans', sans-serif;
	font-size: 87.5%;
}


/* 下層共通 */
#eng .cate_tit_sec .tit_jpn { letter-spacing: .1em; }
#eng .cate_tit_sec .tit_jpn span { padding-left: .1em; }

#eng .cont_sec h1.sec_tit {
	letter-spacing: .1em;
	line-height: 1.2;
}


/* 会社案内 */
#eng .cont_sec .cont_wrap .message_cont .signature {
	display: block;
	text-align: right;
	line-height: 1.6;
}
#eng .cont_sec .cont_wrap dl.history dt { width: 4em;  }
#eng .cont_sec .cont_wrap dl.history dd { padding-left: 4em; }
#eng .cont_sec .cont_wrap dl.profile dd .qualify_ttl .logo { top: -48px; }


/* 事業紹介 */
#eng .service_btns_list li a {
	padding: 16px 25px 13px 5px;
	line-height: 1.2;
}
#eng .ntt_list {
	list-style-type: disc;
	margin-left: 2.5em;
}
#eng .ntt_list li { padding-left: 0; }
#eng .ntt_list li.nodot { list-style-type: none; }


/* SDGs */
#eng .cont_sec.sdgs_sec .csr_list.dot_list {
	list-style-type: disc;
	margin-left: 2.5em;
}
#eng .cont_sec.sdgs_sec .csr_list.dot_list li {
	line-height: 1.5;
	margin: 10px 0 0 0;
	text-indent: 0;
}


/* CSR */
#eng .cont_sec.csr_sec .csr_list {
	list-style-type: disc;
	margin-left: 2.5em;
}
#eng .cont_sec.csr_sec .csr_list li {
	line-height: 1.5;
	margin: 10px 0 0 0;
	text-indent: 0;
}


/* 就職案内 */
/* ムービーリンク */
#eng .cont_sec .cont_wrap .mov_area a .cap { white-space: nowrap; }
/* ショート動画 */
#eng .cont_sec .cont_wrap .mov_area.short a .cap {
	width: 100%;
	box-sizing: border-box;
	white-space: normal;
	line-height: 1.2;
}


/* 個人情報保護方針 */
#eng .cont_sec.sec_policy .cont_wrap ul.num_sublist li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#eng .cont_sec.sec_policy .cont_wrap ul.dot_sublist {
	list-style-type: disc;
	margin-left: 2.5em;
}
#eng .cont_sec.sec_policy .cont_wrap ul.dot_sublist li {
	text-indent: 0;
	margin-left: 0;
}
#eng .cont_sec.sec_policy .cont_wrap .policy_note li {
	text-indent: -0.7em;
	margin-left: 0.7em;
}






/* PC用 */
@media only screen and (min-width:768px) {
	
	/* 下層共通 */
	#eng .page_nav ul {
		gap: 35px 20px;
		margin-bottom: 35px;
	}
	#eng .page_nav ul li {
		width: 240px;
		margin: 0;
	}
	#eng .page_nav ul li a {
		padding: 8px 30px 6px;
		box-sizing: border-box;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.2;
	}
	
	/* 会社案内 */
	#eng .cont_sec .cont_wrap dl.profile dt.rows_2 + dd { margin-top: -4.05em; }
	
	/* 事業紹介 */
	#eng .service_btns_list li a {
		box-sizing: border-box;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.2;
	}
	
	/* 事業紹介　下層（solution / nttbiz） */
	#eng ul.solution_box_list li {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.2;
	}

	/* トップページ */
	.top_sec1 h1.lead {
		letter-spacing: .08em;
		padding-left: .08em;
	}
	
}



