@font-face {
	font-family: 'font-awesome';
	src: url('../font/fontawesome-webfont.ttf');
}

/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	src: url('../font/NotoSansCJKjp-Regular.woff');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	src: url('../font/NotoSansCJKjp-Medium.woff');
}

@font-face {
	font-family: 'Open Sans';
	src: url('../font/OpenSans-Bold.eot');
	url('../font/OpenSans-Bold.woff');
}
*/
/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: 'Noto Sans Japanese';
	color: #333;
/* 	background: #fff; */
	font-size: 14px;
}

a:link { text-decoration:none; color: #333;}
a:visited { text-decoration:none; color: #333;}
a:active { text-decoration:none; color: #333;}
a:hover { text-decoration:none; color: #333;}

.bg1{
    background: url('../img/bg1.png')right -160px;
    background-size: contain;
    overflow: hidden;
}

.bg2{
	background-image: url('../img/bg2.png');
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}

.bg4{
	background-image: url('../img/bg4.png');
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}

.bg5{
	background-image: url('../img/bg4.png');
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}

.bg_service{
	background-image: url('../img/bg5.png');
	background-position: center top;
	background-size: cover;
	overflow: hidden;
    font-size: 14px;
    font-family: 'Noto Sans Japanese';
    font-weight: 300;
    line-height: 1.5;
    margin-top: -260px;
    padding-top: 230px;
}
.bg_service.pattern2{
	background-image: url('../img/bg_service02.png');
	background-size: inherit;
	background-repeat: repeat-y;
}

.bg_company{
	position: relative;
    background: url(../img/company_bg01.png)right top no-repeat;
}

.bg_company_after{
	background: url(../img/company_bg02.png)left bottom no-repeat;
	padding-bottom: 200px;
	overflow: hidden;
}

#wrapper{
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 120;
}

section{
	margin: 120px 0 0;
}

.content{
	width: 80%;
	min-width: 900px;
	margin: 0px auto;
}

.pagemain{
}

.pageTitle{
	padding: 50px 0;
}
.orange{
	color: #add8e6;
}
.active a{
	font-size: 30px !important;
	color: #add8e6;
	padding: 5px 0;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	box-sizing: content-box;
}
select::-ms-expand {
	display: none;
}


/* ページャーのスタイル */

.wp-pagenavi {
	position: relative;
    text-align: center;
    padding: 30px 0;
    margin: 30px 0 0;
    border-top: 2px solid #333;
    font-size: 18px;
    font-weight: bold;
}

.wp-pagenavi .current , .wp-pagenavi a:hover {
    color: #fd7c34;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
}

.nextpostslink {
    background: url(../img/next.png) no-repeat;
    background-size: 100%;
    width: 120px;
    max-width: 203px;
    height: 40px;
    max-height: 60px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 25px;
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nextpostslink:hover {
	opacity: .8;
}

.previouspostslink {
    background: url(../img/prev.png) no-repeat;
    background-size: 100%;
    width: 120px;
    max-width: 196px;
    height: 40px;
    max-height: 59px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 25px;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.previouspostslink:hover {
	opacity: .8;
}

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

	.previouspostslink {
		width: 15%;
		max-width: 196px;
		top: 40%;
	}
	
	.nextpostslink {
		width: 15%;
		max-width: 203px;
		top: 40%;
	}

}

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

	.previouspostslink {
		display: none;
	}
	
	.nextpostslink {
		display: none;
	}

}

.link{
	color: #add8e6 !important;
}
.link:hover{
	opacity: 0.8;
}

/*============================================================================================
										00-footer
============================================================================================*/


footer{
	background: #333;
	color: #fff;
	padding-top: 20px;
}


.tri{
float: left;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 5px;
border-color: transparent transparent transparent #add8e6;
margin-top: 4px;
margin-right: 8px;
}

footer p{
	color: white;
	font-size: 12px;
}

footer .footerLogo{
	margin: auto;
	margin-top: 30px;
	overflow: hidden;
    width: 262px;
}

footer img{
	width: 110px;
	float: left;
	margin-right: 20px;
}

footer a.fr{
	display: inline-flex;
	-webkit-display: inline-flex;
	margin-right: 20px;
}

footer > div > span {
	font-size: 13px;
	text-align: center;
	color: white;
	clear: both;
	display: block;
	margin: 40px 0;
}

footer h4{
	color: #fff;
	margin-top: 27px;
	font-size: 20px;
}

footer h6{
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}

.footerLink{
	text-align: center;
}

#page_top img{
	width: 50px;
	height: auto;
}

/******************************
title
******************************/

.titleRightArea span{
	text-align: right;
	font-size: 80px;
	margin-top: -15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border-left: 7px solid #add8e6;
	margin-left: 25px;
	padding-left: 30px;
	float: right;
	line-height: 90px;
}

.titleRightArea {
	text-align: right;
	position: relative;
}

.titleRightArea h2{
	font-size: 16px;
	float: right;
	padding-top: 45px;
}

.titleRightArea h2 span{
	float: right;
}

.titleLeftArea span{
	text-align: left;
	font-size: 80px;
	margin-top: -15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border-right: 7px solid #add8e6;
	margin-right: 25px;
	padding-right: 30px;
	float: left;
	line-height: 90px;
}

.titleLeftArea, subTitleArea {
	text-align: left;
	position: relative;
}

span.subPageSubTitle{
	border-right: none;
	float: none;
}

.subPageTitle{
	border-left: 7px solid #add8e6;
	margin: 20px 0 50px;
	padding: 0px 10px !important;
}

.titleLeftArea h2{
	font-size: 16px;
	float: left;
	padding-top: 45px;
}

.titleLeftArea h2 span{
	float: left;
}

.titleLeftAreaDescription {
	position: absolute;
	left: 50%;
	font-size:  16px;
	line-height: 24px;
}

.clear{
	clear: both;
}


@media screen and (max-width:1600px){
	.titleLeftArea span{
		font-size: 80px;
	}
}
@media screen and (max-width:1350px){
  .titleLeftArea span,
  .titleRightArea span {
    font-size: 64px;
  }
}
@media screen and (max-width:1200px){
  .titleLeftAreaDescription {
    left: 0;
    top: 100px;
  }
}
@media screen and (max-width:900px){
	.content{
		min-width: auto;
	}
	.titleLeftArea span{
		font-size: 60px;
	}
}

/*============================================================================================
page
============================================================================================*/

.company{
	background: url('../img/company_main.png')no-repeat bottom;
	background-size: cover;
	position: relative;
	height: 400px;
}

.news{
	background: url('../img/news_main.png')no-repeat bottom;
	background-size: cover;
	position: relative;
	height: 400px;
}

.privacy{
	background: url('../img/privacy_main.png')no-repeat bottom;
	background-size: cover;
	position: relative;
	height: 400px;
}

.services{
	background: url('../img/service_main.png')no-repeat top right -130px;
	background-size: 1100px;
	position: relative;
	height: 800px;
}

.contact{
	background: url('../img/contact_main.png')no-repeat top;
	background-size: cover;
	position: relative;
	height: 1000px;
}

.about{
	background: url('../img/strengths_main.png')no-repeat 200px top;
	background-size: cover;
	position: relative;
	height: 600px;
}

.careers{
	background: url('../img/careers_visual.png')no-repeat top right;
	position: relative;
	height: 1008px;
}

.aboutus{
	background: url('../img/aboutus_visual.png')no-repeat top right;
	position: relative;
	height: 730px;
}

.sitemap{
	background: url('../img/sitemap_visual.png')no-repeat top center;
	background-size: cover;
	position: relative;
	height: 600px;
}

.requirements{
	background: url('../img/requirements_visual.png')no-repeat top right -130px;
	position: relative;
	height: 730px;
}

.staffvoice{
	background: url('../img/staffvoice_visual.png')no-repeat top right;
	position: relative;
	height: 784px;
}

.schedule{
	background: url('../img/schedule_visual.png')no-repeat top right;
	position: relative;
	height: 728px;
}

.faq{
	background: url('../img/faq_visual.png')no-repeat top right -130px;
	position: relative;
	height: 685px;
	background-size: 1080px;
}

.application{
	background: url('../img/application_bg.png')no-repeat top;
	background-size: cover;
	position: relative;
	height: 1250px;
}

.bg_service .hoverArea{
	height: 99%;
}

.serviceTitleArea,.strengthsTitleArea{
	position: absolute;
	top: 120px;
	left: 100px;
	z-index: 1;
}

.strengthsTitle{
	padding: 50px;
	background: #fff;
}

.strengthsTitle span{
	text-align: left;
	font-size: 80px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 100%;
}
@media screen and (max-width: 1400px){
  .careers {
    background-size: 1000px;
    height: 800px;
  }
}
@media screen and (max-width: 1200px){
  .careers {
    background-size: 800px;
    height: 600px;
  }
  .careers + .bg_service{
	  margin-top: -140px;
	}
}

@media screen and (max-width: 1000px){
  .strengthsTitle span{
    font-size: 60px;
  }
  .services {
    background-size: 900px;
    height: 700px;
  }
}

.strengthsTitle h2{
	border-left: 5px solid #add8e6;
	padding-left: 10px;
	margin-top: 25px;
}

.contactTitleArea{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

.contactTitleArea .titleLeftArea span{
	font-size: 80px;
	margin: 60px 30px 30px;
	text-align: center;
	float: none;
	display: block;
	border: none;
}
.contactTitleArea .titleLeftArea span br {
  display: none;
}
@media screen and (max-width:860px){
  .contactTitleArea .titleLeftArea span br {
    display: block;
  }
}
@media screen and (max-width:800px){
  .strengthsTitleArea{
    left: 30px;
  }
  .about {
    background: url(../img/strengths_main.png)no-repeat 80px top;
    background-size: cover;
  }
}

.contactTitleArea .titleLeftArea h2{
	text-align: center;
	float: none;
	padding: 20px;
	font-size:  16px;
}

.contactTitleArea .titleLeftArea p{
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
}

@media screen and (max-width:1200px){
  .contactTitleArea .titleLeftArea span {
    font-size: 80px;
  }
}
/*============================================================================================
company
============================================================================================*/
.companyLayout01{
	float: left;
	width: 48%;
	margin: 0 1%;
}

.companyLayout02{
	clear: both;
	width: 100%;
	border-bottom: 2px solid #000;
}

.companyTable{
	width: 100%;
}

.companyTable th{
	border-top: 2px solid #000;
	padding: 20px;
	font-size: 14px;
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	vertical-align: top;
	white-space: nowrap;
}
.companyTable th span {
  font-size: 12px;
}

.companyTable td{
	border-top: 2px solid #000;
	padding: 20px;
	font-size: 14px;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	vertical-align: top;
}

.companyTable span{
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	display: block;
}

.companyBusinessList li{
	float: left;
	width: 33.333333333333%;
}


@media screen and (max-width: 1000px){
  .companyTable th,
  .companyTable td {
    padding: 15px;
  }
}
@media screen and (max-width: 840px){
  .companyLayout01{
  	width: 100%;
  }
}

/*============================================================================================
news
============================================================================================*/

.newsMainArea{
	overflow: hidden;
	width: 65%;
	margin-right: 10%;
	float: left;
	margin-top: 50px;
	overflow: visible;
}

.newsMainArea li{
	width: 100%;
	padding: 20px 0;
	border-bottom: 2px solid #000;
}
.newsMainArea li:last-child{
	border-bottom: none;
}

.newsMainArea h3{
	font-size:  16px;
	font-weight: 500;
}

.newsMainArea .newsDate{
	margin: 10px 0;
}

.newsMainArea img{
	max-width: 100%;
	margin: 15px auto;
	height: auto;
}

.newsSubArea{
	float: right;
	width: 25%;
	overflow: hidden;
	margin-top: 120px;
}

.newsSubArea h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.newsSubArea h2 span{
    position: absolute;
    font-size: 14px;
    font-family: 'Noto Sans Japanese';
    font-weight: 300;
    right: 0;
    bottom: 20px;
    border-left: 5px solid #add8e6;
    padding-left: 10px;
}

.newsSubArea.reqSideArea h2{
	border: none;
}

.newsSubArea.reqSideArea h2 span{
	top: inherit;
}

.newsSubArea .reqImg a{
	display: block;
}

.newsSubArea .reqImg img{
	width: 100%;
	height: auto;
}

.latestList {
	margin-bottom: 30px;
}

.latestList li{
	overflow: hidden;
	clear: both;
	margin: 15px 0;
}

.latestListPhoto{
	width: 20%;
	height: 50px;
	overflow: hidden;
	float: left;
}

.latestListPhoto img{
	width: 100%;
}

.latestListText{
	font-size: 12px;
	line-height: 1.4;
	width: 78%;
	margin-left: 2%;
	float: left;
}

@media screen and (max-width: 1300px){
	
	.newsSubArea h2 {
		padding-bottom: 30px;
	}
	
	.newsSubArea h2 span {
		bottom: 10px;
		left: 0;
	}
}

@media screen and (max-width: 960px){
	.newsSubArea h2{
		font-size: 32px !important;
	}
}


/*============================================================================================
service
============================================================================================*/

.serviceList {
	margin-bottom: 40px;
}

.serviceList ul{
	display: table;
	width: 100%;
	margin-top: 40px;
}

.serviceList li{
	vertical-align: bottom;
	display: table-cell;
	width: 45%;
	padding-right: 10%;
	padding-bottom: 5%;
}

.serviceList li:last-child{
	width: 45%;
	padding-right: 0;
}

.serviceSize55{width: 55% !important;}
.serviceSize40{width: 40% !important;}
.serviceSize50{width: 50% !important;}
.serviceSize45{width: 45% !important;}

.servicePhoto{
	position: relative;
}


.servicePhoto img{
	width: 100%;
}

.serviceText{
    position: relative;
    font-size: 10px;
    margin-bottom: 20px;
}

.serviceText h3{
    font-size:  16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}

.serviceText h3 a{
	color: #333;
}

.serviceText h3::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10px;
	height: 4px;
	background-color: #add8e6;
}

.serviceMore {
	position: relative;
	display: flex;
	display: -webkit-flex;
}

.serviceMore .more span{
	font-size: 36px;
}

@media screen and (max-width: 860px){
  .serviceMore .more span{
  	font-size: 24px;
  }
}
@media screen and (max-width: 768px){
  .serviceMore .more span{
  	font-size: 20px;
  }
}

.serviceMore .circleArrow {
    background: #add8e6;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}

.serviceMore .more .text {
    float: right;
    clear: both;
    margin-left: 85px;
    margin-top: -20px;
    /* padding-right: 5px; */
    font-size: 14px;
}

.titleLeftArea p {
	display: block;
	padding: 20px 0 50px;
	clear: both;
	font-size:  16px;
	font-weight: 500;
}

.layout01Topics li{
	line-height: 2em;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 0;
}

.layout01Topics a{
	font-size:  16px;
}

/*============================================================================================
privacy policy
============================================================================================*/

.privacyArea{
	font-size: 16px;
	margin-top: 50px;
	padding: 50px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-family: 'Noto Sans Japanese';
}

.privacyList{
	padding: 50px 0;
}

.privacyList li{
	margin-bottom: 25px;
	display: -webkit-box;
  width: 94%;
  line-height: 1.6;
}


.privacyList li .privacyNum{
    font-size:  16px;
    line-height: 20px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-right: 15px;
    position: relative;
    width: 35px;
    display: block;
    float: left;
}

.privacyList li .privacyNum::after{
    content: "";
    width: 10px;
    height: 4px;
    position: absolute;
    background: blue;
    top: 10px;
    right: 0;
    margin-top: -2px;
}

.privacyCeo{
	text-align: right;
}

/*============================================================================================
contact form
============================================================================================*/
.contactForm, .wpcf7-validation-errors{
	width: 830px;
	margin: 0 auto;
}

.wpcf7-validation-errors{
	padding: 0 !important;
	margin: 0 auto !important;
}

.contactForm ul{
	margin-top: 30px;
}

.contactForm ul li{
	width: calc(50% - 28px/2);
	float: left;
	margin-right: 28px;
	margin-bottom: 20px;
}

.contactForm ul li:nth-child(2n){
	margin-right: 0;
}

.contactForm ul li:last-child{
	clear: both;
	width: 100%;
}

.contactFormBtn input[type='submit']{
	padding: 20px;
	width: 100%;
	border: none;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	background: rgba(55, 68, 253,0.8);
	cursor: pointer;
}

.contactFormBtn input[type='submit']:hover{
	opacity: 0.8;
}

.contactForm ul li input[type='text'], .contactForm ul li input[type='email'], .contactForm ul li input[type='tel'], .contactForm ul li select{
	width: 100%;
	border: none;
	background: rgba(255,255,255,0.8);
	padding: 24px;
	box-sizing: border-box;
	border-radius: 0;
}

.contactForm ul li select{
	height: 68px;
}
span.wpcf7-not-valid-tip{
	color: #FFF !important;
}

.contactForm textarea{
	width: 100%;
	border: none;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	box-sizing: border-box;
	height: 180px;
	resize: none;
}

@media screen and (max-width:1080px){
  .contactForm, .wpcf7-validation-errors {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}

.strengths01{
    position: relative;
    margin: 100px auto;
    width: 1600px;
    height: 500px;
}

.strengths02{
    position: relative;
    margin: 100px auto 0;
/*     width: 980px; */
    height: 1200px;
    background: url(../img/strength02_bg.png) top left no-repeat;
    background-size: 50%;
}

.strengths03{
    position: relative;
    margin: 0 auto 100px auto;
/*     width: 980px; */
    height: 500px;
}

.strengths01Text{
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 60px 40px;
	width: 640px;
	background: #fff;
}

.strengths01Text p{
	width: 70%;
}

.strengths02Text{
	position: absolute;
	top: 50px;
	right: 0;
	padding: 40px 60px 40px;
	width: 400px;
	background: #fff;
}

.strengths02Text p{
	font-size:  16px;
	line-height: 25px;
}

.strengths03Text{
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 60px 40px;
	width: 55%;
	background: #fff;
}

.strengths03Text p{
	width: 75%;
	font-size:  16px;
	line-height: 30px;
}

.strengths01 span,.strengths02 span,.strengths03 span{
	text-align: left;
	font-size: 100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 100%;
}

.strengths01 .orange,.strengths02 .orange,.strengths03 .orange{
	padding: 15px 0;
	color: #add8e6;
	font-weight: 500;
	font-size: 20px;
}

.highQulityPhoto02{
    position: absolute;
    top: 520px;
    right: 35px;
    width: 720px;
}

.highQulityPhoto01 {
    position: absolute;
    top: 100px;
    left: 80%;
    width: 90% !important;
}

.strengths03Text .highQulityPhoto03{
    position: absolute;
    top: 140px;
    left: 73%;
    width: 720px;
}

.highQulityPhoto01 img,.highQulityPhoto02 img,.highQulityPhoto03 img{
	width: 100%;
}
@media screen and (max-width: 1550px){
  .highQulityPhoto02 {
    right: -80px;
  }
}
@media screen and (max-width: 1350px){
  .highQulityPhoto02 {
    width: 600px;
  }
  .strengths03Text .highQulityPhoto03 {
    width: 600px;
  }
}
@media screen and (max-width: 1200px){
  .strengths01 span,.strengths02 span,.strengths03 span{
    font-size: 80px;
  }
  .strengths03Text .highQulityPhoto03 {
    width: 500px;
  }
}
@media screen and (max-width: 1100px){
  .strengths02 {
    background-size: 40%;
  }
  .highQulityPhoto02 {
    right: 0;
  }
  .strengths03Text p {
    width: 100%;
  }
  .strengths03Text .highQulityPhoto03 {
    top: 105%;
    width: 600px;
    left: 50%;
  }
  .strengths03 {
    margin: 0 auto 400px auto;
  }
  .strengths03 span {
    font-size: 60px;
  }
}
@media screen and (max-width: 1100px){
  .highQulityPhoto01 {
    top: 50px;
    left: 70%;
  }
  .strengths02 {
    height: 1100px;
  }
}
@media screen and (max-width: 1000px){
  .strengths02 {
    height: 980px;
    margin: 50px auto 0;
  }
  .strengths02 span {
    font-size: 60px;
  }
  .strengths02Text{
    width: 50%;
  }
  .strengths02Text {
    right: -10%;
  }
  .strengths01 {
    margin: 50px auto;
  }
  .highQulityPhoto02 {
    top: 450px;
  }
}
@media screen and (max-width: 768px){
  .strengths01 span, .strengths02 span, .strengths03 span {
    font-size: 50px;
  }
  .strengths01Text p {
    width: 50%;
    left: 54%;
  }
}

@media screen and (max-width: 940px){
  .strengths03Text .highQulityPhoto03 {
    left: 0;
  }
}
/*============================================================================================
aboutus
============================================================================================*/
.careerTopList.subPage li  {
	vertical-align: bottom;
	display: table-cell;
	width: 45%;
	padding-right: 15%;
	padding-top: 10%;
}
.careerTopList.subPage  li:last-child{
	vertical-align: top;
	padding-top: 0;
}
.subTitleArea span{
	text-align: left;
	font-size: 80px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 90px;
}
.subContentArea p{
	margin-top: 20px;
	font-size:  16px;
	line-height: 1.8em;
}
.subContentArea p strong{
	color: #add8e6;
}
.centerPhotoArea{
	margin: 200px auto;
	position: relative;
}
.centerPhotoArea img{
	width: 100%;
	height: auto;
}
.PhotoAreaText{
	position: absolute;
	padding: 50px;
}
.PhotoAreaText p{
	font-size: 24px;
}
.policyArea{
	margin-left: 25%;
}
.policyArea li:first-child{
	padding-bottom: 0;
	width: 50%;
	vertical-align: top;
}
.policyPhotoArea img{
	position: relative;
	margin-top: -4%;
}
.policyPhotoArea img:nth-child(2){
	margin-left: 20%;
	position: relative;
	margin-bottom: 11%;
}
.policyPhotoArea img:nth-child(3){
	margin-left: 10%;
}
.policyPhotoArea img:nth-child(4){
	padding-bottom: 10%;
}
.policyPhotoArea img:nth-child(5){
	margin-left: 50%;
}
@media screen and (max-width:1100px){
  .PhotoAreaText p {
    font-size: 20px;
  }
}
@media screen and (max-width:900px){
  .PhotoAreaText p br {
    display: none;
  }
  .PhotoAreaText {
    padding: 30px;
  }
  .policyArea li:first-child {
    width: 30%;
  }
  .subContentArea p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px){
	.careerTopList.subPage li {
	    display: block;
	    width: 70%;
	}
	.careerTopList li:last-child {
	    width: 100% !important;
	}
}

/*============================================================================================
requirements
============================================================================================*/
.requirementsTable tr{
	border-bottom: 2px solid #222;
}
.requirementsTable tr:last-child{
	border-bottom: none;
}
.requirementsTable th{
	padding: 20px;
	width: 80px;
	text-align: center;
	vertical-align: top;
}
.requirementsTable td{
	padding: 20px;
}
.reqSideArea .moreLeft{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.reqSideArea .more span{
	margin-top: -15px;
}
.reqImageArea{
	position: relative;
}
.reqImageArea .newMark{
	position: absolute;
	top: 20px;
	left: -50px;
	width: 100px;
	height: auto;
}

@media screen and (max-width:1000px){
	.requirementsTable th{
		width: 50px;
	}
	.requirements .circleArrow {
		width: 40px;
		height: 40px;
	}
	.requirements .circleArrow p {
		line-height: 40px;
	}
	.requirements .more .text {
	    margin-top: 0;
	}
}
@media screen and (max-width:960px){
	.requirements .newsMainArea {
		width: -webkit-calc(100% - 220px);
		width: calc(100% -  220px);
		margin-right: 30px;
	}
	.requirements .newsSubArea {
		width: 190px;
	}
	.reqImageArea .newMark{
		width: 80px;
		left: -40px;
	}
}
@media screen and (max-width:770px){
  .requirements .newsMainArea {
    margin-top: 100px;
  }
}
/*============================================================================================
staffvoice
============================================================================================*/
.staffVoiceTitle{
	text-align: center;
	font-size: 80px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.1em;
}
.staffVoiceTitle br {
  display: none;
}
.staffVoiceTitle p{
	font-size: 20px;
	font-weight: normal;
	padding: 10px;
}
.staffVoiceList{
	margin-top: 80px;
}
.staffVoiceList li{
	width: calc(50% - 40px);
	margin-right: 40px;
	float: left;
}
.staffVoiceList li:nth-child(2n){
	margin-right: 0;
}
.staffVoiceList img{
	width: 100%;
	height: auto;
}
.staffName{
	font-size: 48px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border-bottom: 6px solid #add8e6;
}
.staffName p{
	font-size: 24px;
	font-weight: normal;
}
.staffInfo{
	font-size: 20px;
	margin-top: 20px;
}
.staffInfo strong{
	font-weight: bold;
}
.interviewArea ul{
	margin: 40px 0;
}
.interviewArea .question{
	font-size: 24px;
	padding-left: 90px;
	margin-bottom: 20px;
	position: relative;
}
.interviewArea .question:before{
	content: " ";
	background: url('../img/Q_img.png') center left no-repeat;
	width: 63px;
	height: 47px;
	position: absolute;
	left: 0;
}
.interviewArea .answer{
	font-size:  16px;
	padding-left: 90px;
}
@media screen and (max-width:1170px){
  .staffVoiceTitle br {
    display: block;
  }
}
@media screen and (max-width: 768px){
  .staffInfo {
    font-size:  16px;
  }
}

/*============================================================================================
schedule
============================================================================================*/

.scheduleNav{
	height: 138px;
	background: #333;
}
.scheduleNav ul{
	margin: 0 auto;
	max-width: 1400px;
	display: table;
}
.scheduleNav ul li{
	float: left;
	width: auto;
	margin-right: 25px;
}
.scheduleNav ul li a{
	background: url('../img/arrow_schedule.png') no-repeat center right;
	color: #FFF;
	font-size:  16px;
	padding-right: 30px;
	display: table-cell;
	height: 138px;
	vertical-align: middle;
}
.scheduleNav ul li span{
	font-size: 24px;
	color: #FFF;
	display: table-cell;
	height: 138px;
	vertical-align: middle;
}
.scheduleProfileArea{
	position: relative;
	margin: 70px auto;
/* 	height: 600px; */
}
.profileText{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 60px 40px;
	background: #fff;
	width: 360px;
	z-index: 99;
}
.profileText span{
	text-align: left;
	font-size: 80px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 80px;
	display: block;
	margin-bottom: 40px;
}
.profilePhoto{
	position: relative;
	bottom: 0;
	left: 280px;
	width: 50%;
}
.profilePhoto img{
	width: 100%;
	height: auto;
}
.timeTable{
	font-size: 100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 80px;
}



/*  scheduleNav  */



.scheduleNav{
	display: flex;
	width: 100%;
	height: auto !important;
	margin: 0 auto;
	background: #333;
}

.scheduleNavTitle {
    width: 330px;
	align-items: center;
    display: flex;
    display: -webkit-flex;
    color: #FFF;
    font-size: 24px;
    margin: 0 30px;
    line-height: 1.2;
    vertical-align: middle;
}

.scheduleNav ul {
    width: calc(100% - 390px) !important;
}

.scheduleNav ul li {
    margin: 0 25px 0 0;
}

.scheduleNav ul li a {
    background: url(../img/arrow_schedule.png) no-repeat center right;
    color: #FFF;
    font-size: 16px;
    padding-right: 30px;
    display: table-cell;
    height: 80px !important;
    vertical-align: middle;
}

@media screen and (max-width:1000px){
	
	.scheduleNavTitle {
	    width: 260px;
	    font-size: 20px;
	}
	
	.scheduleNav ul {
	    width: calc(100% - 320px) !important;
	}
	
	.scheduleNav ul li a {
	    font-size: 14px;
	}
	
	.scheduleNav ul li a {
	    height: 60px !important;
	}
}

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

	.scheduleNav ul li {
	    width: auto !important;
	}
}

@media screen and (max-width:640px){
	
	.scheduleNav {
	    padding-top: 30px;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	}

	.scheduleNavTitle {
	    width: auto;
	    font-size: 24px;
	    text-align: center;
	    display: block;
	}
	
	.scheduleNav ul {
	    width: 100% !important;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	
	.scheduleNav ul li {
	    width: 100% !important;
	    text-align: center;
	    margin: 30px auto 0;
	}
	
	.scheduleNav ul li a {
	    height: 60px !important;
	    display: inline;
	    font-size: 16px;
	}
}


/*============================================================================================
faq
============================================================================================*/

.bg_faq{
	position: relative;
	background: url(../img/faq_bg01.png)left top no-repeat;
	
}
.bg_faq_after {
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 500px 500px;
border-color: transparent transparent #e4dcdc transparent;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
}

/*============================================================================================
application
============================================================================================*/

.application .titleLeftArea, .application .logo a.jp{
	color: #333;
}
.application .contactForm ul li:first-child{
	clear: both;
	width: 100%;
	position: relative;
}
.application .contactForm ul li:nth-child(2n){
	margin-right: 28px;
}
.application .contactForm ul li:nth-child(2n+1){
	margin-right: 0;
}
.application .contactForm ul li p{
	white-space: nowrap;
}
.application #app_file01, .application #app_file02{
	display: none;
}
.application .flexbox p{
	border: none;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	box-sizing: border-box;
	color: #333;
	text-align: left;
	width: 100%;
}
.application .flexbox p + p{
	background: rgba(51,51,51,0.8);
	color: #FFF;
	line-height: 38px;
	cursor: pointer;
}
.application .flexbox p label{
	cursor: pointer;
}
.application .flexbox p + p:hover{
	opacity: 0.8;
}
.application input[type='submit']{
	background: rgba(51,51,51,0.8);
}

/*============================================================================================
sitemap
============================================================================================*/

.sitemapArea{
	overflow: hidden;
	margin-top: 50px;
	border-bottom: 2px solid #000;
}

.sitemapLayout01{
	padding: 20px;
	border-top: 2px solid #000;
	clear: both;
	overflow: hidden;
}

.sitemapLayout01 h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    display: inline-block;
    border: none;
    margin: 0;
    margin-top: 10px;
    line-height: 58px;
    padding-right: 0;
}
.sitemapLayout01 h2 span{
	font-family: 'Noto Sans Japanese';
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
}

.sitemapLayout01 ul li{
	width: 50%;
	float: left;
}

.sitemapLayout01 ul li ul li{
	width: 100%;
	position: relative;
    padding-left: 110px;
	line-height: 28px;
	box-sizing: border-box;
}

.sitemapLayout01 ul li ul li:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 90px;
	width: 10px;
	height: 5px;
	background: #add8e6;

}
@media screen and (max-width:1080px){
  .sitemapLayout01 ul li{
    width: 100%;
  }
}

/*============================================================================================
careers
============================================================================================*/

.careersPhoto{
  position: relative;
}
.hoverArea{
  background: rgba(55, 68, 253, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
  right: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.hoverArea:hover{
  opacity: 1;
}
.hoverArea .showDetail{
  margin: 0 auto;
  color: #FFF;
}
.hoverArea .showDetail span{
  width: 100%;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
}
.hoverArea .showDetail p{
  width: 10px;
  height: 4px;
  background: #FFF;
  display: block;
  margin: 14px auto 12px;
  padding: 0;
  position: relative;
}
.hoverArea .showDetail h5{
  font-size: 16px;
  margin: auto;
  text-align: center;
}
.bx-wrapper .hoverArea{
	height: calc(100% - 79px);
}
.applicationImg{
	display: inline-block;
	margin-top: 20px;
	width: 70%;
}
.applicationImg img{
	width: 100%;
	height: auto;
}
.applicationDetail{
	font-size: 18px;
}