@charset "utf-8";
/* CSS Document */

#diversity {
	background-color: #ffffff;
	color: #000000;
}

#diversity  .page_title .title br {
	display: none;
}



#diversity .contents {
	padding: 130px 0px 100px;
}

#diversity .contents > .inner {
    max-width: 1180px;
}



#diversity #page_link_list {
    width: 90%;
    margin: auto;
	padding:20px 0px 120px;
	animation-delay: 1.5s;
}

#diversity #page_link_list .link_wrap {
	width: 32%;
}



#diversity .target1,
#diversity .target3 {
	background-color: #F0F0F0;
}

#diversity .target1 .flow_box {
	margin-top: 50px;
	background-color: #ffffff;
    padding: 60px;
    border-radius: 10px;
}

#diversity .target1 .flow_box p {
	display: none;
}

#diversity .target1 .flow_box img {
	max-width: 1030px;
	width: 100%;
	margin: auto;
}

#diversity .target1 .diversity_list {
    margin-top: 50px;
}

#diversity .target1 .diversity_list .card_item:nth-of-type(1) img {
	max-width: 140px;
	width: 100%;
	margin:30px auto 0px;
}

#diversity .target1 .diversity_list .card_item:nth-of-type(5) img {
	max-width: 200px;
	width: 100%;
	margin:30px auto 0px;
}



#diversity .target2 .diversity_list {
    margin-top: 20px;
}

#diversity .target2 .diversity_list .fl {
    align-items: flex-start;
}

#diversity .target2 .diversity_list .certification {
	width: 62%;
	padding: 40px 50px;
    border: solid 1px #007db9;
    border-radius: 10px;
	margin-top: 30px;
}

#diversity .target2 .diversity_list .certification h3 {
    color: #007db9;
    font-size: 20px;
	margin-bottom: 30px;
    font-weight: 500;
}

#diversity .target2 .diversity_list .certification img {
	max-width: 500px;
    width: 100%;
	margin: auto;
}

#diversity .target2 .diversity_list .certification p {
	margin-top: 15px;
    line-height: 1.7;
    letter-spacing: 1.2px;
}


#diversity .target3 {
	position: relative;
    padding-bottom: 180px;
}

#diversity .target3:after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
}

#diversity .target3 .diversity_list {
    margin-top: 50px;
}




@media screen and (max-width: 1024px) {	

#diversity .target1 .flow_box {
    padding: 40px;
}


}



@media screen and (max-width: 768px) {

#diversity #page_link_list {
    padding: 20px 0px 70px;
}

#diversity #page_link_list .link_wrap,
#diversity #page_link_list .link_wrap:nth-of-type(2) {
    width: 48%;
}



#diversity .target2 .diversity_list .certification {
    width: 100%;
    padding: 30px 30px;
}




}




@media screen and (max-width: 560px) {


#diversity  .page_title .title br {
	display: block;
}

#diversity #page_link_list {
    padding: 20px 0px 50px;
}

#diversity #page_link_list .link_wrap,
#diversity #page_link_list .link_wrap:nth-of-type(2) {
    width: 100%;
}

#diversity .contents {
    padding: 110px 0px 80px;
}

#diversity .target1 .flow_box {
    padding: 30px;
}

#diversity .target1 .flow_box p {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
}

#diversity .target1 .flow_box .sp_scroll {
    overflow-x: scroll;
    padding-bottom:15px;
}

#diversity .target1 .flow_box .sp_scroll img {
	width: 185%;
}




#diversity .target2 .diversity_list .certification h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

#diversity .target2 .diversity_list .certification p {
    font-size: 12px;
}

#diversity .target3 .diversity_list {
    padding-bottom: 80px;
}






}



