@charset "UTF-8";

body#diversity div#main h2 {
	position: relative;
	margin: 2em auto;
	padding: 1em 0;
	font-weight: bold;
	text-align: center;
}
body#diversity div#main h2::before,
body#diversity div#main h2::after {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	content: '';
	width: 70%;
	height: 2px;
	margin: 0 auto;
	background-color: #000;
}
body#diversity div#main h2::before{
	top: 0;
}
body#diversity div#main h2::after{
	bottom: 0;
}
body#diversity div#about_ds {
	margin: 0 auto;
	max-width: 92%;
	min-width: 92%;
	width: 92%;
	padding: 20px 0;
}
body#diversity div#ds_list {
	background-color: #fff;
	padding: 1em 0 3em;
}
body#diversity div#ds_list ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0 0 0 4%;
}
body#diversity div#ds_list ul li {
	width: 44%;
	margin-right: 4%;
}
body#diversity div#ds_list ul li .cat_ttl {
	margin: 1em 0 0.3em;
	font-size: 136%;
	text-align: center;
	color: #092c87;
}
body#diversity div#ds_list ul li .cat_img {
	margin: 0;
	background-color: #f3f3f3;
}
body#diversity div#ds_list ul li .cat_txt {
	margin: 0;
	padding: 1em 0 1em 6%;
	background-color: #f3f3f3;
	line-height: 1.4;
}
body#diversity div#ds_list ul li .cat_link {
	margin: 0;
	padding: 0 6% 6%;
	background-color: #f3f3f3;
}
body#diversity div#ds_list ul li .cat_link a {
	position: relative;
	display: block;
	padding: 2px 9px;
	background-color: #092c87;
	color: #fff;
	text-decoration: none;
}
body#diversity div#ds_list ul li .cat_link a::before,
body#diversity div#ds_list ul li .cat_link a::after {
	position: absolute;
	top: 50%;
	right: 10%;
	display: block;
	content: '';
	width: 10px;
	height: 1px;
	background-color: #fff;
}
body#diversity div#ds_list ul li .cat_link a::before {
	margin-left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body#diversity div#ds_list ul li .cat_link a::after {
	margin-right: -6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body#diversity div.section .prof {
}
body#diversity div.section .prof .prof_img {
	margin: 0 auto;
	width: 39%;
}
body#diversity div.section .prof .prof_txt {
	margin-right: 4%;
	margin-left: 4%;
	font-size: 93%;
	font-weight: bold;
}
body#diversity div.section dl {
}
body#diversity div.section dl dt {
	position: relative;
	margin: 0;
	padding: 0 4% 0 2.5em;
	color: #092c87;
	font-weight: bold;
	text-indent: -1.7em;
}
body#diversity div.section dl dt span {
	margin-right: 0.2em;
	font-size: 19px;
	font-weight: normal;
}
body#diversity div.section dl dd {
	margin: 0 0 1em;
	padding: 0.5em 4% 1em 3.2em;
	border-bottom: 1px solid #b8b8b8;
	text-indent: -1.7em;
}
body#diversity div.section dl dd span {
	margin-right: 0.2em;
	font-size: 19px;
	color: #b7a75a;
}
body#diversity div.section dl dd:last-child {
	border-bottom: none;
	margin-bottom: 3em;
}
body#diversity div#certification {
	padding: 1px 4%;
	background-color: #fff;
}
body#diversity div#certification ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}
body#diversity div#certification ul li {
	width: 48%;
	margin-right: 4%;
}
body#diversity div#certification ul li:nth-child(2n) {
	margin-right: 0;
}
body#diversity div#certification ul li dl {
	margin: 0;
}
body#diversity div#certification ul li dl dt {
	margin: 0;
}
body#diversity div#certification ul li dl dd {
	margin: 0;
}
body#diversity div#certification ul li dl dd span {
	font-weight: bold;
}




/*--------------------------------------------------------------------
 *	TB
 *--------------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:1024px) {


body#diversity div#about_ds .chapter {
	width: 56%;
}
body#diversity div#ds_list ul {
	margin: 0 auto;
	width: 92%;
}
body#diversity div#childcare,
body#diversity div#global,
body#diversity div#disabiled {
	width: 92%;
}
body#diversity div#certification ul {
	margin-right: auto;
	margin-left: auto;
	width: 92%;
}

}

/*--------------------------------------------------------------------
 *	PC
 *--------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {

body#diversity div#main h2 {
	font-size: 129%;
}
body#diversity div#main h2::before,
body#diversity div#main h2::after {
	width: 290px;
}
body#diversity div#about_ds {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	padding: 60px 0;
	background: transparent url("../images/culture/pc/diversity_main.jpg") no-repeat left bottom;
	background-size: 100%;
}
body#diversity div#about_ds .chapter {
	margin: 0 auto;
}
body#diversity div#ds_list ul li {
	margin-right: 2.45%;
	width: 31.7%;
}
body#diversity div#ds_list ul li:last-child {
	margin-right: 0;
}
body#diversity div#ds_list ul li .cat_ttl {
	font-size: 158%;
}
body#diversity div#ds_list ul li .cat_img {
	margin: 0;
	background-color: #f3f3f3;
}
body#diversity div#ds_list ul li .cat_txt {
	padding: 3.5%;
	font-size: 115%;
}
body#diversity div#ds_list ul li .cat_link {
	padding: 0 3.5% 3.5%;
}
body#diversity div#ds_list ul li .cat_link a {
	padding: 0.6em 20px;
	font-size: 115%;
}
body#diversity div#childcare,
body#diversity div#global,
body#diversity div#disabiled {
	margin: 0 auto;
}
body#diversity div#childcare{
	padding-top: 30px;
}

body#diversity div.section .prof {
}
body#diversity div.section .prof .prof_img {
	float: left;
	margin-right: 5.47%;
	width: 24.6%;
}
body#diversity div.section .prof .prof_txt {
	margin-right: 0;
	margin-left: 0;
	padding-top: 10%;
	font-size: 115%;
	font-weight: bold;
}
body#diversity div.section dl {
	margin-bottom: 70px;
}
body#diversity div.section dl dt {
	padding: 20px 0 0 52px;
	border-bottom: none;
	font-size: 115%;
	text-indent: -1.9em;
}

body#diversity div.section dl dt span {
	font-size: 26px;
}

body#diversity div.section dl dd {
	display: block;
	margin-bottom: 0;
	padding: 0 0 30px 52px;
	border-bottom: 2px solid #092c87;
	text-indent: -2.2em;
}

body#diversity div.section dl dd span {
	font-size: 26px;
}
body#diversity div.section dl dd:last-child {
	border-bottom: 2px solid #092c87;
}

body#diversity div#certification {
	padding: 40px 0;
}
body#diversity div#certification ul {
	flex-wrap: nowrap;
	margin-left: auto;
	margin-right: auto;
}
body#diversity div#certification ul li {
	width: 23.5%;
	margin-right: 2%;
}
body#diversity div#certification ul li:nth-child(2n) {
	margin-right: 2%;
}
body#diversity div#certification ul li:last-child {
	margin-right: 0;
}




}


/*--------------------------------------------------------------------
 *	PC
 *--------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {


body#diversity div#about_ds .chapter {
	margin: 0 auto;
	width: 43%;
	max-width: 600px;
}
body#diversity div#ds_list ul {
	margin: 0 auto;
	width: 882px;
}
body#diversity div#childcare,
body#diversity div#global,
body#diversity div#disabiled {
	width: 52.4%;
}
body#diversity div#certification p {
	margin-right: auto;
	margin-left: auto;
	width: 43%;
	max-width: 600px;
}
body#diversity div#certification ul {
	width: 52.4%;
}


}

/*-------------------------------------------------------------------------------*
 *	Clear fix
 *-------------------------------------------------------------------------------*/

body#diversity div#ds_list ul,
body#diversity div.section .prof {
	zoom: 100%;
}

body#diversity div#ds_list ul:after,
body#diversity div.section .prof:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
