@charset "utf-8";
/* CSS Document */
a:hover{
	opacity: 0.7;
}
.whitePageContents{
	width:100%;
	background: #FFF;
}
section,.cv,.heroInterviewlay,.moreBtn{
	z-index: 1;
	position: relative;
}

h2{
	margin-bottom: 60px;
	font-size: 30px;
	text-align: center;
	width:100%;
	padding-top:200px;
}

h3{
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;

}


.show .qaSet__q__arw {
    right: 27px;
    -webkit-transform: translate(0, -35%) rotate(225deg);
            transform: translate(0, -35%) rotate(225deg);
}
.targetfeature{
	width: 1160px;
	margin:0 auto;
}
@media screen and (max-width: 799px) {
	.targetfeature{
		width: 96%;
		margin:0 auto;
	}
}

.targetfeature h3{
	width:100%;
	padding:10% 0 0%;
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;
	
}
@media screen and (max-width: 799px) {
	.targetfeature h3{
		margin-bottom: 4%;
	}

}
.targetfeature ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.targetfeature ul li{
	width:48%;
	text-align: center;
	display: block;
	margin-bottom: 2%;
	position: relative;
}
.targetfeature ul li a{
	display: block;
	width: 100%;

	padding: 25px 0;
	text-align: center;
	border: solid 1px #ccc;
}
@media screen and (max-width: 799px) {
	.targetfeature ul li a{
		font-size: 14px;
	}
	
}
/*.targetfeature ul li a i.anchorList__list__item__arw{
	position: absolute;
	right: 8%;
	top:51%;
	width:19px;
	height:19px;
}
.targetfeature ul li a i.anchorList__list__item__arw:after{

	width:19px;
	height:19px;
}
@media screen and (max-width: 799px) {
.targetfeature ul li a i.anchorList__list__item__arw{
	position: absolute;
	right: 8%;
	top:51%;
	width:8px;
	height:8px;
}
.targetfeature ul li a i.anchorList__list__item__arw:after{

	width:8px;
	height:8px;
}
}*/
.featurelist h2{
	padding-top:8%;
	padding-bottom: 6%;
	margin-bottom: 0px;
}

.featurelist .lists{
	width: 1160px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 799px) {
	.featurelist .lists{
		width: 96%;
		margin:0 auto;
	}
}

.featurelist .lists.last{
	
	margin:0 auto 7%;
}
.featurelist .lists dl{
	width:31%;
	border: solid 1px #c2c2c2;
	display: block;
	margin-bottom: 3%;
}
@media screen and (max-width: 799px) {
	.featurelist .lists dl{
		width:100%;
	}
}
.featurelist .lists dl img{ 
	width:75%;
	display: block;
	margin:8% auto;
	height: auto;
	
}
.featurelist .lists dl dt{
	fotn-size:17px;
	width:100%;
	text-align: center;
	margin: 2% 0;
	font-weight: bold;
}
@media screen and (max-width: 799px) {
	.featurelist .lists dl dt{

		margin: 0% 0 2%;
	}
	
	
}
.featurelist .lists dl dd{
	fotn-size:14px;
	line-height: 2;
	width:86%;
	margin: 2% auto 4%;
}
@media screen and (max-width: 799px) {
.qaSet__q__arw {
    top: 42%;
}
 .show .qaSet__q__arw {
    top: 48%;
    right: 15px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
	.featurelist .lists dl.pconlylay{

		border:none;
	}

@media screen and (max-width: 769px) {
	.featurelist .lists dl.pconlylay{
		display: none;

	}
}

.featurelist .skewTitle__in{
	width: 320px;
}
@media screen and (max-width: 769px) {
	/*.featurelist .skewTitle__in{
		width: 60vw;
	}*/
	
}


.cvarea.featurecv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto 8%;
	max-width: 1160px;
	width:96%;
}
.cvarea.featurecv .line1{
	width:50%;
	border:solid 1px #ea5e79;
	display: flex;
	justify-content: space-between;
	/*align-items: top;*/
	padding:36px 11px 36px 25px;
	height: 288px;
	background: #FFF;
}
.cvarea.featurecv .line1 .image{
	width:100%;
	text-align: center;
	height: 100%;
}
.cvarea.featurecv .line1 .image img{
	width:auto;
	height: 100%;
}
.cvarea.featurecv .line1 .text{
	width:51%;
	display: flex;
	align-items: center;
}
.cvarea.featurecv .line1 .text h3{
	font-size:22px;
	font-weight: bold;
}
.cvarea.featurecv .line1 .text .intext{
	font-size:17px;
	font-weight: bold;
}
.cvarea.featurecv .line1 .text .intext ul{
	list-style: none;
}
.cvarea.featurecv .line1 .text .intext ul li{
	font-size:10px;
	line-height: 2.4;
}
.cvarea.featurecv .line2{
	width:50%;
}
.cvarea.featurecv .line2 .cv__main{
	width:100%;
}
.cvarea.featurecv .line2 .cv__main__lead span{
	font-size: 120%;
}

  .cvarea.featurecv .cv__main__btn {
    padding: 40px 10px 0;
  }

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

	.cvarea.featurecv .line1 .text h3{
		font-size:3.5vw;
	}
	.cvarea.featurecv .line1 .text .intext{
		font-size:12px;

	}
	.cvarea.featurecv{
		display: block;
	}
	.cvarea.featurecv .line1{
		width:100%;
		height: auto;
	}
	.cvarea.featurecv .line2{
		width:100%;
	}
	.cvarea.featurecv .line1{
		padding:25px 8px 25px 15px;
	}
	.cvarea.featurecv .line1 .image img{
		width:100%;
		height:auto;
	}
	.cvarea.featurecv .cv__main__btn {
		padding: 14px 20px 14px;
	}
}
