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

/* 事業内容ページ設定 */

#contents #title h1 {
	background-image: url(../img/program/title_ph.jpg);
}
#contents #title h1::before {
	content: "\f5fc";
}
#contents #contents_menu li:nth-child(1) a h6 {
	color: #FFF;
	background-color: #016bba;
}
#contents #aboutus .sub_title:before {
    content: "About Us";
}

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

/* PC用設定 */
#contents #aboutus {
	padding:60px 0px;
}
#contents #aboutus .page_menu {
	margin-top:40px;
}
#contents #aboutus .page_menu li {
	float: left;
	width: 32.3%;/* 388px */
	background-color: #e4f5ff;
	padding-bottom:25px;
}
#contents #aboutus .page_menu li:nth-child(3n-1) {
	margin:0px 1.5%;/* 18px */
}
#contents #aboutus .page_menu li img {
	width:100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
#contents #aboutus .page_menu li h5 {
	font-size: 28px;
	line-height: 1.4em;
	text-align: center;
	margin:25px 0px;
}
#contents #aboutus .page_menu li h6 {
	font-size: 16px;
	line-height: 1em;
	color: #016BBA;
	text-align: right;
	margin-right:2.5em;
}
#contents #aboutus .page_menu li h6:after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	margin-left:0.5em;
}
#contents #aboutus .page_menu li h6 a {
	color: #016BBA;
}
#contents #service {
	padding-top:80px;
	padding-bottom:40px;
	background-color: #E4F5FF;
}
#contents #service .section:after {
    content: "";
    clear: both;
    display: block;
}
#contents #service .ph {
	width:25%;/* 300px */
	aspect-ratio: 16 / 9;
	object-fit: cover;
	float:right;
	margin-left:50px;
	margin-top:-60px;
	margin-bottom:40px;
}
#contents #service p:after {
	clear: none;
}
#contents #service h6 {
	font-size: 18px;
	line-height: 1em;
	color: #016BBA;
	width:67.2%;/* 807px */
	text-align:right;
}
#contents #service h6 a {
	color: #016BBA;
}
#contents #service h6:after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	margin-left:0.5em;
}
#webappli,
#business_appli,
#eco_appli {
	position: absolute;
	margin-top: -25px;
	padding-top: 25px;
}
}
@media screen and (max-width: 767px){

/* スマホ用設定 */
#contents #aboutus {
	padding:20px 0px;
}
#contents #aboutus .page_menu {
	margin-top:20px;
}
#contents #aboutus .page_menu li {
	float: left;
	width: 48.5%;
	background-color: #e4f5ff;
	padding-bottom:15px;
	margin-bottom:15px;
}
#contents #aboutus .page_menu li:nth-child(2) {
	float:right;
}
#contents #aboutus .page_menu li:nth-child(3) {
	float:none;
	margin:15px auto;
	clear:both;
}
#contents #aboutus .page_menu li img {
	width:100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
#contents #aboutus .page_menu li h5 {
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	margin:15px 0px;
}
#contents #aboutus .page_menu li h6 {
	font-size: 13px;
	line-height: 1em;
	color: #016BBA;
	text-align: right;
	margin-right:2.5em;
}
#contents #aboutus .page_menu li h6:after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	margin-left:0.5em;
}
#contents #aboutus .page_menu li h6 a {
	color: #016BBA;
}
#contents #service {
	padding:20px 0px;
	background-color: #E4F5FF;
}
#contents #service .section:after {
    content: "";
    clear: both;
    display: block;
}
#contents #service .ph {
	width:70%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	float:none;
	display:block;
	margin:1em auto;
}
#contents #service p:after {
	clear: none;
}
#contents #service h6 {
	font-size: 14px;
	line-height: 1em;
	color: #016BBA;
	text-align:right;
	margin-right:1.5em;
	margin-bottom:1em;
}
#contents #service h6 a {
	color: #016BBA;
}
#contents #service h6:after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	margin-left:0.5em;
}
#webappli,
#business_appli,
#eco_appli {
	position: absolute;
	margin-top: -60px;
	padding-top: 60px;
}

}
