@charset "utf-8";
/* ルート階層のcss設定 */

section > div.content{
	padding-bottom: 4em;
}
section > div.content h2{
	text-align: center;
	font-size: large;
}
section > div.content h2 span{
	font-size: 4em;
	display: block;
}

#HeroArea{
	height: 18em;
	
	background-image: url(../images/hero_sky.jpg);
    background-size: cover;
    background-blend-mode: lighten;
    animation: ami 45s infinite alternate;
    overflow: hidden;
/*
	background: linear-gradient(var(--base-color), var(--sub-color));
	background-color: var(--base-color);
*/
}
@keyframes ami {
	0%		{background-position: top left; }
	100%	{background-position: bottom right; }
}
#heroBack{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 18em;
}
#HeroArea .content{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;

	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	
/*	background-image: url(../images/hero.png);*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}
#HeroArea .content::before{
	content: '';
	position: absolute;
	width: 100%; height: 100%;
	background: inherit;
	z-index: -1;
}
#HeroArea p{
	font-size: 1.2em;
	color: #FFFFFF;
	text-shadow: 3px 3px 2px #000000;
	filter: drop-shadow(3px 3px 10px var(--base-color));
}
#HeroArea p:first-of-type{
	margin-bottom: 0.25em;
}
#HeroArea p em{
	font-size: 1.5em;
	color: #FFFFFF;
}
#spSection{margin-bottom: -3em;}
#spSection > div.content{padding: 0 1em;}
#spSection p{margin-top: 0.5em;font-size: 0.9em;}
#spSection ul li{display: inline-block; padding: 0 0.5em; text-align: center;}
#spSection ul li img{height: 4.5em;}
#spSection ul li span{display: block; font-size: 0.7em;}


#NewsArea{margin: 0 auto;position: relative;z-index: 5;}
#NewsArea > div.content{padding-top: 0;}
.newsList{
	margin: 0 1em;
	background-color: #FFFFFF;
	border: solid 3px #D9D9D9;
	border-radius: 1em;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.newsList li{
	border-bottom: solid 1px #D9D9D9;
	padding: 1em;
}
.newsList li:last-of-type{
	border-bottom: none;
}
.newsList a{
	display: block;
	position: relative;
	transition: .3s;
}
.newsList a:hover{
	transform: scale(1.01);
}
.newsList a::after{
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
}
.newsList time{
	font-weight: bold;
	color: #30A3D3;
}
.newsList p{
	width: calc(100% - 1em);
	padding-right: 1em;
	color: #333333;
}
.newsList .tag{margin: 0.25em 0;}
.newsList .tag li{
	padding: 0 0.5em;
	display: inline-block;
	color: #333;
	border: solid 1px #999;
	border-radius: 0.5em;
	font-size: small;
}

.businessList{grid-template-columns: 1fr 1fr; column-gap: 1em;}
.businessList img{
	width: 75%;
	margin: 0 auto;
}
.businessList p{text-align: left; padding: 0.5em;}


#ServiceArea{
	background-color: var(--base-color);
	background-image: url('../images/back-service.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#ServiceArea h2
,#ServiceArea h2 span{color: #FFFFFF;}
.drivereport{
	padding: 1em;
	border-radius: 1em;
	background-color: #FFFFFF;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.drivereport h3 img{
	max-width: 100%;
	display: block;
}
.drivereport p{margin: 0.5em 0;}
.drivereport .linkButton{
	max-width: 15em;
	margin: 1em auto;
}
.drivereport .gridList img{
	width: calc(100% - 1em);
	margin: 0 0.5em;
	border-radius: 0.5em;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}

.bannerList li{
	border-radius: 0.5em;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}
.bannerList p{
	padding: 0.5em 0;
	background-color:  var(--base-color);
	color: #FFFFFF;
}
.bannerList a{
	position: relative;
	display: block;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bannerList a::before{
	content: '';
	display: block;
	padding-top: 66.6%;
}
.banner_recruit{background-image:url('../images/banner-recruit.png');}
.banner_businessidea{background-image:url('../images/banner-businessidea.png');}
.banner_worklifebalance{background-image:url('../images/banner-worklifebalance.png');}
.banner_aichi150{
	 background-image:url('../images/banner-aichi150.jpg');
	 background-size: 90% !important;
}
.banner_otonaband{background-image:url('../images/banner-otonaband.jpg');}


#GroupLinks{background-color: #EEEEEE;}
.groupList{grid-template-columns: 1fr 1fr;}
.groupList li{
	border-radius: 0.5em;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
	
	justify-content: center;
	align-items: center;
}
.groupList li a{
	display: block;
	color: #333333;
	height: 100%;
}
.groupList img{width: 70%;}
.groupList p{
	font-size: 0.9em;
	padding: 0.5em;
}

.certification{position: relative;}
.ceList{
/*
	display: flex;
	overflow-x: auto;
	text-align: center;
*/
	font-size: 0;
}
.ceList li{
	display: inline-block;
	margin: 1rem;
	height: 5rem;
	text-align: center;
}
.ceList img{
	width: auto;
	height: 100%;
}

@media screen and (max-width: 768px) {
	#HeroArea .content::before{
		filter: blur(4px);
	}
/*
	.groupList{
		display: flex;
		overflow-x: auto;
	}
	.groupList li{
		flex-shrink: 0;
		margin: 1em;
		width: 75%;
	}
*/
	.ceList li{width: 50%; margin: 1rem 0;}
	.ceList li.ryoritu{width: 100%;}
}

/* ----- PC -------------------- */
@media screen and (min-width: 768px) {
	#HeroArea .content{
		justify-content: left;
		background-position: center right;
		background-size: contain;
	}
	#HeroArea .content div{
		width: 55%;
	}
	#HeroArea p{
		font-size: 1.3em;
	}
	
	#spSection > div.content{text-align: right;}
	
	.newsList{
		max-width: 900px;
		margin: 0 auto;
	}
	.businessList{grid-template-columns: 1fr 1fr 1fr 1fr; column-gap: 2em;}
	
	.drivereport{
		max-width: 900px;
		margin: 0 auto;
	}
	.drivereport h3 img{
		max-width: auto;
		height: 5em;
	}
	.drivereport .gridList{grid-template-columns: 1fr 1fr 1fr;}
	.bannerList{grid-template-columns: 1fr 1fr 1fr;}
	.groupList{grid-template-columns: 1fr 1fr 1fr 1fr;}
}