.hero{
	position: relative;
    overflow: hidden;
}
.hero ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.hero ul li{
	overflow: hidden;
}
.hero ul li img{
	max-width: 100%;
	height: auto;
}
.hero h1{
	color: #fff001;
	line-height: 1;
	transform:rotate(-10deg);
}
@media screen and (max-width:640px){
	.hero ul{
		filter: url('#uyemura-blue');
	-webkit-filter:url('#uyemura-blue');
	-moz-filter:url('#uyemura-blue');
	-o-filter:url('#uyemura-blue');
	-ms-filter:url('#uyemura-blue');
	}
	.hero ul.fx li{
		flex-basis: 50%;
		max-width:50%;
	}
	.hero ul li img{
    width: 100%;
    height:40vh;
    object-fit: cover;
    object-position: 50% 35%;
    vertical-align: top;
	}
	.hero ul.fx{
		webkit-flex-wrap:wrap;
		-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	}
	.hero > .container{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		text-align: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
	}
	.hero h1{
		font-size: 30vw;
		text-align: center;
		transform-origin: center center;
		transform:translateY(4rem) rotate(-10deg);
	}
	.hero div.recruit2020{
		width: 40vw;
		margin: 0 auto;
	}
    .hero h1,
    .hero div.recruit2020{
        display: table-cell;
        vertical-align: middle;
    }
.hero div.recruit2020 use.use-recruit-a{
 --primary-color: #fff;
	--secondary-color: #fff;
}
}

@media screen and (min-width:641px){
	.hero{
		padding-top: 5rem;
	}
	.hero::before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 60%;
	background-color:#dae7ef;
	}
	.hero .container{
		z-index:2;
	padding-bottom: 10rem;
}
.hero ul{
	padding-left: 7vw;
	position: relative;
	z-index:1;
}
.hero h1{
	position: absolute;
	right: 0;
	bottom: -6rem;
	font-size: 20rem;
	text-align: right;
	transform-origin: right top;
}
.hero div.recruit2020{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 18%;
}
.hero div.recruit2020 use.use-recruit-a{
 --primary-color: #333333;
	--secondary-color: #005293;
}
}

.intro{
	padding-top:6rem;
}
.intro .fx .msg{
   flex-basis: 65%;
}
.intro .fx .msg p{
	line-height: 2.2;
}
.intro .fx .news{
   flex-basis: 30%;
}
.intro .fx .news h2{
	margin-bottom: .5em;
}
.intro h1{
	margin: 0 0 .5em 0;
	color: #525252;
}
.intro .news p.list{
	text-align: right;
}
@media screen and (max-width:640px){
	.intro .msg{
		margin-bottom: 4rem;
	}
}
@media screen and (min-width:641px){
	.intro .msg{
		position: relative;
		top: -10rem;
		margin-bottom: -10rem;
	}
	.intro .msg h1{
		font-size: 42px;
	}
	.intro .msg p{
		font-size: 16px;
	}
}
.strength{
 position: relative;
	background-image:url(../images/bg-strength.jpg);
	background-size: cover;
}
.strength::before{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: '';
  background-color: rgba(190,198,205,.6);
}
.strength header{
	margin-bottom: 2rem;
}
.strength header h2{
	color: #fff;
	font-size:24px;
}
.strength header h2 strong{
	color: #fff001;
	font-size:72px;
	vertical-align: middle;
	margin-left: .2em;
	margin-right: .2em;
}
.strength ul{
  width: 100%;
  list-style: none;
}
.strength ul li{
  padding:2em;
		margin:.05%;
		vertical-align: top;
  background-color: rgba(0,0,0,.2);
	border-radius:4px;
	position: relative;
}
.strength ul.fx li{
  flex-basis: 24%;
	margin-bottom:4rem;
}
@media screen and (max-width:640px){
	.strength ul li{
		width:70%;
		margin:0 auto;
		vertical-align: top;
		margin-bottom: 2rem;
	}
}
@media all and (-ms-high-contrast: none) {
	.strength ul li{
		max-width: 23%;
	}
}
.strength ul li em{
    position: absolute;
    top:-.6em;
    left: 50%;
    width: 100%;
    color: #fff001;
    text-align: center;
    display: block;
    background-color: #005293;
    width: 1.4em;
    height: 1.4em;
    margin-left: -.7em;
    font-size:36px;
    line-height: 1.4;
    border-radius:50%;
}
.strength ul li i{
  display: block;
  width: 60%;
    margin: 2rem auto;
}
.strength ul li i svg path{
	fill:#fff;
}
.strength ul li h3{
  text-align: center;
	font-size:24px;
	margin-bottom: .5em;
}
.strength ul li p{
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
.strength ul li h3{
  color: #fff;
  min-height: 3em;
}
.strength ul li svg .st0{fill: #fff;}

.company header{
	margin-bottom: 1rem;
}
.company p a.btn{
	font-size:18px;
	font-weight: bold;
}
.company.prlx-bg .bg{
    background-image:url(../../company/images/header.jpg);
}