@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:100');

/*----------------------------------------------------
 共通部分
 ----------------------------------------------------*/
#footer{
	background:#003567;
	color:#fff;
}
#footer a{
	color:#fff;
	font-size:11px;
}
.footer_link{
	padding:60px 0 50px;
}
.footer_item_logo{
	width:100%;
	padding:10px;
}
.footer_item{
	padding:10px;
	width:100%;
	white-space: nowrap;
}
.footer_item li{	
	font-size:12px;
	line-height:220%;
}
.footer_copyright{
	font-size:11px;
	text-align:center;
	padding:0 0 90px;
}
.footer_bnr img{
	width: 100%;
}
.footer_bnr{
	padding: 30px 10px;
}
@media ( min-width : 750px ){

	.footer_bnr{
		padding: 30px 0 80px;
	}
}
#page-top{
	position: fixed;
	right:10px;
	opacity:0.5;
	bottom:-100px;
}
#side-bnr{
	display:none;
}
#bottom-bnr{
	display:block;
	position: fixed;
	left:calc((100% - 190px)/2);
	bottom:-100px;
}
@media ( min-width : 750px ){
	.footer_item_logo{
		width:28%;
		text-align:left;
	}
 .footer_item{
		width:18%;
	}
	#side-bnr{
		display:block;
		position: fixed;
		right:-100px;
		top:30%;
	}
	#bottom-bnr{
		display:none;
	}
	.footer_copyright{
		padding:0 0 20px;
	}
}

/*----------------------------------------------------
 共通コンテンツ部分
 ----------------------------------------------------*/
.bg_gray_box{
	background-color:#ececec;
}
.bg_lightgray_box{
	background-color:#F0F0F0;
}
.bg_lightblue_box{
	background-color:#C6D7EB;
}
.bg_lightblue2_box{
	background-color:#EFF2F5;
}
.bg_white_box{
	background-color:#fff;
}
.mybox{
	padding:50px 0;
}
.mybox--mg{
	padding:80px 0;
}
.contentbox{
	margin:0 auto;
}
.mybox__p70{
	padding: 0 5%;
}
.sm_pd{
	padding-left: 10px;
	padding-right: 10px;
}
@media ( min-width : 750px ){
	.mybox__p70{
		padding: 0 70px;
	}
	.sm_pd{
		padding-left: inherit;
		padding-right: inherit;
	}
}
.inquiry_box{
	margin-top: 30px;
	text-align: center;
}

/* ナビゲーションは luxbar.css を参照 */



/*----------------------------------------------------
 TOPメイン
 ----------------------------------------------------*/
#top_main_area{
	min-height:600px;
	position:relative;
}
#top_main_area .topmain_conv{
	background-color:rgba(255,255,255,0.8);
	padding:20px 20px;
	text-align:center;
	position:absolute;
	bottom:2%;
	right:5%;
	left:5%;
	
}
.main_download{
	padding-bottom:15px;
}
.main_contact{
	padding-bottom:7px;
}
.topmain_text{
	padding-top:150px;
	text-align:center;
}
.textlarge{
	font-weight:700;
	font-size:40px;
	line-height:58px;
	color:#fff;
	text-shadow:0px 0px 4px rgba(0,0,0,0.35);
	padding-bottom:20px;
}
.textlarge br{
	display:none;
}
.textmin{
	font-weight:400;
	font-size:16px;
	line-height:32px;
	color:#fff;
	text-shadow:0px 0px 4px rgba(0,0,0,0.35);
}
@media ( min-width : 750px ){
	.textlarge br{
		display:block;
	}
	.topmain_text{
		padding-top:200px;
	}
	.textlarge{
		font-size:50px;
	}
	.textmin{
		font-size:23px;
	}
	#top_main_area .topmain_conv{
		bottom:3%;
		right:3%;
		left:auto;
	}
}



/*----------------------------------------------------
 TOP タイトル リード文 
 ----------------------------------------------------*/
.title_box{
	padding:30px 10px 50px;
	margin:0 auto;
}
.toptitle_en{
	text-align:center;
}
.toptitle_en img{
	height:16px;
}
@media ( min-width : 750px ){
	.toptitle_en img{
		height:22px;
	}
}
.toptitle{
	font-size:20px;
	font-weight:700;
	padding:30px 0;
	text-align:center;
}
@media ( min-width : 750px ){
	.toptitle{
		font-size:30px;
	}
}
.morebtn_area{
	padding:20px 0 10px;
	text-align:center;
}

/* 3つのポイント色違い */
.toptitle--pickupcolor{
	color:#003567;
	line-height:150%;
}
.toptitle--pickupcolor span{
	font-size:40px;
	padding:0 5px;
}
.toplead{
	font-size:15px;
	line-height:166%;	
	text-align:center;
}



/*----------------------------------------------------
 お役立ち情報
 ----------------------------------------------------*/
.top_column_item{
	padding:0 10px;
	display: flex;
  flex-direction: column;
}
.top_column_img{
	height:178px;
	background-size:cover;
	background-position:center 50%;
}
.top_column_img a{
	display: block;
	width: 100%;
	height: 100%;
}
.top_column_img a:hover{
	background-color: #fff;
	opacity: 0.4;
}
.top_column_date {
	font-size:11px;
	color:#a0a0a0;
	margin:10px 0;
}
.top_column_content {
	font-size:13px;
	padding-bottom:40px;
}
.top_column_content h3{
	font-size:15px;
	line-height:20px;
	font-weight:700;
	margin-bottom:10px;
}
.top_column_content h3 a{
	color:#003567;
	text-decoration:none;
}
.top_column_content h3 a:hover{
	color: #ff4000;
}
.top_column_content p{
	font-size:13px;
	line-height:170%;
}
.top_column_content p a{
	text-decoration:none;
	color: #000;
}
.top_column_btn {
	margin-top: auto;
	text-align:center;
	margin-bottom: 80px;
}

/*----------------------------------------------------
 ミッション
 ----------------------------------------------------*/
.top_mission_area{
	background:#f9fafa url(../img2019/top/top_mission750.jpg) no-repeat;
	background-position:right top;
	background-size:cover;
	padding:20px 0;
}
.toptitle_en--left{
	text-align:left;
}
.toptitle--left{
	text-align:left;
}
.toplead--left{
	text-align:left;
	padding-bottom:25px;
}
@media ( min-width : 750px ){
	.top_mission_area{
		background:#EAEBEB url(../img2019/top/top_mission.jpg) no-repeat;		
		background-position:right top;
	}
	.toplead--left{
		width:530px;
	}
}


/*----------------------------------------------------
 よくある質問
 ----------------------------------------------------*/
.top_faq_item{
	padding:10px;
}
.top_faq_title{
	color:#fff;
	background:url(../img2019/top/pickup_grad01.png) no-repeat;
	background-size:cover;
	padding:20px 20px;
}
.top_faq_title p{
	font-weight:100;
	font-size:45px;
	font-family: 'Roboto', sans-serif;
}
.top_faq_title h3{
	font-size:15px;	
	line-height:133%;
}
.top_faq_content{
	background:#fff;
	padding:10px 20px;
	font-size:13px;
	line-height:166%;
}
.icon_question,.icon_answer{
	display:none;
}
.top_faq_conv{
	font-size:25px;
	line-height:166%;
	font-weight:700;
	padding:50px 0 50px;
	text-align:center;
}
 
@media ( min-width : 750px ){
	/*上段*/
	.top_faq_area{
		width:calc(50% + 500px);
		margin-left:calc((100% - 1000px) / 2);
		background:url(../img2019/top/pickup_grad01.png) no-repeat;
		position:relative;
	}
	.top_faq_box{
		width:1000px;
	}
	/*下段*/
	.top_faq_area--bottom{
		margin-top:50px;
		margin-left:0;
		background:url(../img2019/top/pickup_grad03.png) no-repeat;
	}
	.top_faq_area--bottom .top_faq_box{
		width:1000px;
		margin-left:calc(100% - 1000px);
	}
	.top_faq_item{
		width:25%;
		padding:0;
	}
	.top_faq_title{
		height:136px;
		color:#fff;
		padding:15px 20px 10px;
		background:none;
	}
	.icon_question{
		position:absolute;
		top:85px;
		left:-18px;
		display:block;
	}
	.icon_answer{
		position:absolute;
		top:136px;
		left:-18px;
		display:block;
	}
	.top_faq_area--bottom .icon_question{
		position:absolute;
		top:85px;
		right:-18px;
		left:auto;
		display:block;
	}
	.top_faq_area--bottom .icon_answer{
		position:absolute;
		top:136px;
		right:-18px;
		left:auto;
		display:block;
	}
	
}





/*----------------------------------------------------
 3つの理由
 ----------------------------------------------------*/
.pickupcolor01{
	background-color:#9EBEE5;
}
.pickupcolor02{
	background-color:#B2CAE8;
}
.pickupcolor03{
	background-color:#C6D7EB;
}
/* マージン調整 */
.pickupcolor01{
	padding-top:50px;
}
.pickupcolor01 .row{
	margin-top:-50px;
}
.spacer--ptpb40{
	padding-top:50px !important;
	padding-bottom:50px !important;
}


.top_pickup3point_content{
	padding-top:20px;
	text-align:center;
}
.top_pickup3point_content h3{
	color:#000;
	font-size:18px;
	font-weight:700;
	line-height:130%;
	margin-bottom:15px;
}
.top_pickup3point_content p{
	font-size:15px;
	line-height:166%;
	text-align:left;
	padding:0 10px 20px;
}
.top_pickup3point_img{
	padding:0 10px;
	text-align:center;
}
.top_pickup3point_img img{
	width:100%;
	max-width:521px;
}
@media ( min-width : 750px ){
	.top_pickup3point_content{
		min-width:450px;
		text-align:left;
	}
	.top_pickup3point_content h3{
		font-size:23px;
	}
	.top_pickup3point_content p{
		padding:0 0 0 90px;
	}
	.top_pickup3point_img{
		padding:0 0 0 20px;
	}
	/* 逆ならべの時のマージン調整 */
	.pc_flex--reverce .top_pickup3point_img{
		padding:0 20px 0 10px;
	}
	.top_pickup3point_img img{
		width:280px;
	}
}
@media ( min-width : 1000px ){
	.top_pickup3point_img img{
		width:521px;
	}
}
/* 3つの理由 コンバージョン */
.top_pickup3point_conv{
	font-size:16px;
	font-weight:700;
	padding:20px 0 20px;
	text-align:center;
}
.top_pickup3point_contact{
	text-align:center;
	padding:20px 0 10px;
}
.top_pickup3point_tel{
	text-align:center;
	padding:0 0 50px;
}
@media ( min-width : 750px ){
	.top_pickup3point_conv{
		font-size:25px;
	}
}




/*----------------------------------------------------
 サービス実績
 ----------------------------------------------------*/
.top_service_item_wrap{
}
.top_service_item{
	width:calc(100% - 8px);
	padding:0 10px;
	display: flex;
  flex-direction: column;
	position: relative;
	margin-right:4px;
	margin-left:4px;
	margin-top:4px;
	margin-bottom:4px;
}

@media ( min-width : 750px ){
	.top_service_item{
		width:calc(50% - 8px);
	}
}
@media ( min-width : 900px ){
	.top_service_item{
		width:calc(33.3% - 8px);
	}
}
.top_service_item:before {
  content: "";
  display: block;
  padding-top: 100%; /* ここを100％にすることで正方形になる */
}
.top_service_img{
	background-size:cover;
	background-position:center 50%;
}
.top_service_content {
	position:absolute;
	left:5%;
	right:5%;
	top:45%;
	font-size:13px;
	padding-bottom:20px;
	text-align:center;
}
.top_service_content h3{
	font-size:18px;
	line-height:20px;
	font-weight:700;
	margin-bottom:10px;
}
.top_service_content h3 a{
	text-decoration:none;
	color:#fff;
}
.top_service_content h3 a:hover{
	color:#aaa;
}
.top_service_content p{
	font-size:13px;
	line-height:170%;
	color:#fff;
}
.top_service_btn {
	position:absolute;
	bottom:10%;
	left:15%;
	right:15%;
	text-align:center;
}
.scroll{
	overflow: auto;	/*tableをスクロールさせる*/
	white-space: nowrap;	/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll table{
	width:100%;
}
.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
background: #BCBCBC;
}

/*----------------------------------------------------
 メリット
 ----------------------------------------------------*/

.top_merit_box{
	padding: 0 30px 0;
	margin: 0 auto;
	text-align:center;
	width: 100%;
}
.top_merit_box h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	color:#003567;
	margin-top: 30px;
}
.top_merit_box img{
	width: 100%;
}
.top_merit_box p{
	padding-top: 25px;
	font-size: 15px;
	line-height: 166%;
	text-align: left;
	margin-bottom: 40px;
}
.top_merit_box2{
	background-color: #fff;
	margin: 0 10px 20px;
}
.top_merit_icon_box--right{
	text-align: right;
}
.top_merit_icon_box--1{
	background: url(../img2019/top/top_merit_icon01.png) no-repeat;
	background-position: center center;
	height: 200px;
}
.top_merit_icon_box--2{
	background: url(../img2019/top/top_merit_icon02.png) no-repeat;
	background-position: center center;
	height: 200px;
	justify-content: flex-end;
}
.top_merit_icon_box--3{
	background: url(../img2019/top/top_merit_icon03.png) no-repeat;
	background-position: center center;
	height: 200px;
}
.top_merit_text_box{
	padding: 20px 30px 40px;
}
.top_merit_text_box h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color:#003567;
	border-left: 2px solid #003567;
	padding-left: 12px;
}
.top_merit_text_box p{
	padding-top: 25px;
	font-size: 15px;
	line-height: 166%;
	text-align: left;
}
@media ( min-width : 750px ){
	.top_merit_area{
		width: 880px;
		margin: 0 auto;
	}
	.top_merit_box{
		max-width: 440px;
	}
	.top_merit_box--marginleft{

	}
	.top_merit_icon_box{
		width: 320px;
	}
	.top_merit_icon_box--1,.top_merit_icon_box--2,.top_merit_icon_box--3{
		display: flex;
		height: inherit;
		min-height: 200px;
	}
	.top_merit_text_box{
		padding: 50px 60px 50px 0;
		width: calc(100% - 20px -  320px);
	}
	.pc_flex--reverce .top_merit_text_box{
		padding: 50px 0 50px 60px;
	}

}

/*----------------------------------------------------
 企業様へ
 ----------------------------------------------------*/
.top_tocompany_area{
	background:#f9fafa url(../img2019/top/top_tocompany_bg_sm.jpg) no-repeat;
	background-position:left top;
	background-size:cover;
	padding:20px 0;
}
.top_tocompany_area h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color:#003567;
	margin-bottom: 20px;
}
@media ( min-width : 750px ){
	.top_tocompany_area{
		background:#fff url(../img2019/top/top_tocompany_bg.jpg) no-repeat;
		background-position:left top;
		background-size: cover;
		width: 100%;
	}
	.top_tocompany_area .title_box{
		margin-left: 30%;
	}
	.top_tocompany_area .toplead--left{
		width: 100%;
	}
}



/*----------------------------------------------------
 スタッフ外国人登録 
 ----------------------------------------------------*/
.top_staff_item{
	padding:0 35px 60px;
	display: flex;
  flex-direction: column;
}
.top_staff_img{
	text-align:center;
	padding-bottom:20px;
}
.top_staff_img img{
	margin:0 auto;
	width:80%;
	max-width:188px;
}
.top_staff_content h3{
	text-align:center;
	font-size:15px;
	font-weight:700;
	padding-bottom:20px;
}
.top_staff_content h3 span{
	font-size:13px;
}
.top_staff_content h3 a{
	text-decoration:none;
	color:#003567;
}
.top_staff_content h3 a:hover{
	color: #ff4000;
}
.top_staff_content p{
	text-align:left;	
	font-size:13px;
	line-height:170%;
	padding-bottom:30px;
}
.top_staff_content p a{
	color: #000;
	text-decoration: none;
}
.top_staff_btn {
  margin-top: auto;
	text-align:center;
}

/*----------------------------------------------------
 お知らせ一覧
 ----------------------------------------------------*/
.top_news_box{
	padding: 0 10px;
}
.top_news_item{
	padding: 20px 30px;
	border-top: 1px solid #ececec;
}
.top_news_item:last-child{
	border-bottom: 1px solid #ececec;
}

.top_news_date{
	font-size:12px;
	color:#a0a0a0;
	padding-right: 30px;
	margin-top: auto;
	margin-bottom: auto;
	font-weight:700;
}
.top_news_content h3{
	font-size:15px;
	line-height:20px;
	font-weight:700;
	margin-bottom:2px;
}
.top_news_content h3 a{
	color: #003567;
	text-decoration: none;
}
.top_news_content h3 a:hover{
	color: #ff4000;
}
.top_news_content p{
	font-size:13px;
	line-height:170%;
}
@media ( min-width : 750px ){

}



/***********************************************

個別ページ設定

***********************************************/


/*----------------------------------------------------
 メイン画像箇所
 ----------------------------------------------------*/
#mainvisual--service{
	background:url(../img2019/service/main.jpg) no-repeat;
	background-position:center;
	background-size:cover;
}
#mainvisual--staff{
	background:url(../img2019/staff/main.jpg) no-repeat;
	background-position:center;
	background-size:cover;
}
#mainvisual--column{
	background:url(../img2019/column/main.jpg) no-repeat;
	background-position:center;
	background-size:cover;
}
#mainvisual--news{
	background:url(../img2019/news/main.jpg) no-repeat;
	background-position:center;
	background-size:cover;
}
#mainvisual--about{
	background:url(../img2019/about/main.jpg) no-repeat;
	background-position:center;
	background-size:cover;
}
#mainvisual--download{
	background:url(../img2019/download/main.jpg) no-repeat;
	background-position:center;
	background-size:cover;
}
#mainvisual--none .layer_main_area{
	height:80px;
	min-height:inherit;
}
.layer_main_area{
	min-height:500px;
	position:relative;
	text-align:center;
}
.layer_main_area p{
	font-weight:700;
	font-size:16px;
	line-height:28px;
	color:#fff;
	text-shadow:0px 0px 4px rgba(0,0,0,0.35);
	padding-top:230px;
}
.layer_main_area p span{
	font-weight:700;
	font-size:40px;
	line-height:58px;
	color:#fff;
	text-shadow:0px 0px 4px rgba(0,0,0,0.35);
	display:block;
}

/*----------------------------------------------------
 パンクズ箇所
 ----------------------------------------------------*/
#breadcrumbs{
	width: 100%;
	background-color: #4D4D4D;
}
#breadcrumbs .bread_box{
	font-size: 12px;
	color: #fff;
	padding: 10px;
}
#breadcrumbs .bread_box div{
	display: inline;
	line-height: 150%;
}
#breadcrumbs .bread_box .arrow{
	display: inline;
}
#breadcrumbs .bread_box a{
	color: #fff;
}
@media ( min-width : 750px ){
	#breadcrumbs .bread_box{
		width: 1000px;
		margin: 0 auto;
		padding: 0;
		height: 29px;
		line-height: 29px;
		font-size: 12px;
		color: #fff;
	}
	#breadcrumbs .bread_box div{
		line-height: 100%;
	}
	#breadcrumbs .bread_box .arrow{
		display: none;
	}
	#breadcrumbs .bread_box a{
		color: #fff;
		text-decoration: none;
	}
	#breadcrumbs .bread_box a:hover{
		text-decoration: underline;
	}
	#breadcrumbs .self{

	}
	#breadcrumbs .layer1{
		background-color: #323333;
		padding-left: 20px;
	}
	#breadcrumbs .layer2{
		background-color: #080404;
		padding-left: 20px;
	}
	#breadcrumbs .layer3{
		background-color: #0C3561;
		padding-left: 20px;
	}
	#breadcrumbs .layer1::after{
		display: inline-block;
		vertical-align: middle;
		padding-left: 20px;
		content: url(../img2019/cmn/layer1.png);
	}
	#breadcrumbs .layer2::after{
		display: inline-block;
		vertical-align: middle;
		padding-left: 20px;
		content: url(../img2019/cmn/layer2.png);
	}
	#breadcrumbs .layer2--self::after{
		content: url(../img2019/cmn/layer2_self.png);
	}
	#breadcrumbs .layer3::after{
		display: inline-block;
		vertical-align: middle;
		padding-left: 20px;
		content: url(../img2019/cmn/layer3.png);
	}
}

/*----------------------------------------------------
 2段レイアウト
----------------------------------------------------*/
#mycontent_wrap{
	background: #f0f0f0;
	padding: 35px 0;
}
#mycontent{
	background: #fff;
	margin-bottom: 30px;
}
#mysidebar{
	margin-bottom: 30px;
}
@media ( min-width : 750px ){
	#mycontent{
		width: 710px;
	}
	#mysidebar{
		width: 258px;
		margin-left: 33px;
	}
}
/*サイドバーメニュー*/
.sidebar_title{
	background-color: #003567;
	padding: 15px;
}
.sidebar_title--black{
	background-color: #333;
}
.sidebar_title h2{
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.sidebar_menulist{
	padding: 20px;
}
.sidebar_menulist_item{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: stretch;
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
}
.sidebar_menulist_item div{
	margin-top: auto;
	margin-bottom: auto;
}
.sidebar_menulist_item img{
	width: 70px;
	height: 70px;
	border-radius: 35px;
}
.sidebar_menulist a{
	text-decoration: none;
	color: #000;
}
.sidebar_menulist a:hover{
	color:#FF4000;
}
.sidebar_menulist a .date{
	color: #848484;
}
.listTitle{
	font-size: 13px;
	line-height: 133%;
	font-weight: 700;
	padding-bottom: 5px;
}
.sidebar_menulist p{
	font-size: 13px;
	line-height: 133%;
	padding-left: 10px;
}

/*----------------------------------------------------
 個別ページタイトル
----------------------------------------------------*/
/* 個別ページタイトル */
.h1{
	font-size:30px;
	font-weight:700;
	text-align:center;
	padding-bottom:30px;
}
.layerlead{
	font-size:15px;
	line-height:200%;
}
.layerlead--news{
	text-align: center;
	margin-bottom: -80px;
}
.h2{
	font-size:30px;
	line-height:200%;
	font-weight:700;
	color:#003567;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.bg_white_box .h2{
	color:#000;
}
.h3{
	color:#3c80d3;
	font-size:23px;
	text-align:center;
	line-height:150%;
	margin-top:40px;
	margin-bottom:20px;
}
.bg_white_box .h3{
	color:#003567;
}
.mycontent p{
	font-size:15px;
	line-height:166%;
}






/*----------------------------------------------------
サービス一覧ページ
----------------------------------------------------*/
.service_box{
	padding:10px;
	padding-bottom:70px;
	
}
.service_box .h3{
	text-align:left;
}
.service_box_item_img{
	text-align:center;
	padding:10px;
}
.service_price_box .h3{
	margin-top: 80px;
}
.service_price_box .h4{
	font-weight: 700;
	text-align: center;
	margin: 60px 0 20px;
}
.price_caution_box{
	margin-top: 40px;
	padding: 20px;
}
.price_caution_box .h4{
	margin-top: 0;
}

@media ( min-width : 750px ){
	.service_box{
		padding:0 0 70px;
	}
	.service_box_item_img{
			padding:10px 10px 10px 10px;	
	}
}

/*----------------------------------------------------
サービス個別ページ
----------------------------------------------------*/
.serviceTitle--service01{
	background:url(../img2019/service/service01.jpg) no-repeat;
}
.serviceTitle--service02{
	background:url(../img2019/service/service02.jpg) no-repeat;
}
.serviceTitle--service03{
	background:url(../img2019/service/service03.jpg) no-repeat;
}
.serviceTitle--service04{
	background:url(../img2019/service/service04.jpg) no-repeat;
}
.serviceTitle--service05{
	background:url(../img2019/service/service05.jpg) no-repeat;
}
.serviceTitle--service06{
	background:url(../img2019/service/service06.jpg) no-repeat;
}
.serviceTitle--service07{
	background:url(../img2019/service/service07.jpg) no-repeat;
}
.serviceTitle--service08{
	background:url(../img2019/service/service08.jpg) no-repeat;
}
.serviceTitle{
	color: #fff;
	text-align: center;
	min-height: 400px;
	margin-top: 20px;
	margin-bottom: 20px;

	background-position:20% center;
	background-size:cover;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: stretch;
}
.serviceTitle span{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}
.color_price{
	color: #d00;
}
.service_flow_box .h3 span{
	color: #fff;
	font-size: 120%;
	opacity: 0.9;
	font-weight: 100;
}
.service_flow_box .h3{

	line-height: 130%;
}
hr.sep{
	height: 1px;
	background: #ddd;
	border: none;
	padding: 0;
	margin: 30px auto;
	width: 50%;
}


/*----------------------------------------------------
スタッフページ
----------------------------------------------------*/
.staff_h3{
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 15px;
	margin-bottom: -20px;
}
.staff_h4{
	font-size: 18px;
	font-weight: 700;
	margin: 30px auto 40px;
	text-align: center;
}
.staff_h4 a{
	vertical-align: middle;
	text-decoration: none;
	color:#000;
}
.staff_h4 a:hover{
	color:#ff4000;
}
.staff_h4::before{
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
.staff_h4--chi::before{
	content: url(../img2019/icon/c_chi.png);
}
.staff_h4--ct::before{
	content: url(../img2019/icon/c_ct.png);
}
.staff_h4--ind::before{
	content: url(../img2019/icon/c_ind.png);
}
.staff_h4--jpn::before{
	content: url(../img2019/icon/c_jpn.png);
}
.staff_h4--usa::before{
	content: url(../img2019/icon/c_usa.png);
}
.staff_h4--uk::before{
	content: url(../img2019/icon/c_uk.png);
}
.staff_h4--aus::before{
	content: url(../img2019/icon/c_aus.png);
}
.staff_h4--ger::before{
	content: url(../img2019/icon/c_ger.png);
}
.staff_h4--fra::before{
	content: url(../img2019/icon/c_fra.png);
}
.staff_h4--spa::before{
	content: url(../img2019/icon/c_spa.png);
}

/*----------------------------------------------------
 中国人特別ページ 人材紹介
 ----------------------------------------------------*/
.staff_item_img{
	margin: 15px;
}
.staff_item_content{
	margin: 15px 15px 80px;
}
.staff_item_content h3{
	margin: 10px 0 20px;
	font-weight: 700;
	font-size: 23px;
}
.staff_item_content p{
	font-size: 15px;
	line-height: 200%;
}
.contactArea{
	padding: 40px 0;
}
.contactArea a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.contactArea  a{
	display: block;
	width: 300px;
	margin: 0 auto;
	border: 1px solid #003567;
	border-radius: 5px;
	padding: 20px 20px;
	text-align: center;
	color: #003567;
	background-color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.staff_list{
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 20px 0;
	margin-bottom: 60px;
}
.staff_list li{
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	padding-bottom: 20px;
}
.saiyou_flow_box p{
	line-height: 166%;
	font-size: 15px;
}

/*----------------------------------------------------
人材個別ページ
----------------------------------------------------*/
.top_staff_content h1{
	text-align:center;
	font-size:15px;
	font-weight:700;
	padding-bottom:20px;
}
.jinzaiTable{
	margin-top: 20px;
}
.jinzaiTable th,.jinzaiTable td{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px;
	font-size: 13px;
	line-height: 166%;
	vertical-align: top;
}
.jinzaiTable td p{
	line-height: 166%;
}
.jinzaiTable th span{
	background-color: #a0a0a0;
	padding: 5px 0.8em;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
}


/*----------------------------------------------------
コラム一覧ページ
----------------------------------------------------*/
.tagnavi{
	margin-top: -40px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px;
	text-align: center;
	color: #aaa;
}
.tagnavi a{
	font-size: 13px;
	line-height: 150%;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.tagnavi a:hover{
	color: #ff4000;
}
/* ページ下部 タグ一覧 */
.tagnavi_footer{
	background-color: #eee;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tagnavi_footer_text{
	font-size: 13px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 18px;
}
.tagnavi_footer .tag{
	margin-bottom: 6px;
}

.columnIndexTagBox{
	margin-top: -30px;
	margin-bottom: 10px;
}
.columnIndexTagBox .tag{
	display: inline-block;
	font-weight:700;
	padding: 2px 0.4em;
	margin-bottom: 2px;
	margin-right: 3px;
	font-size: 12px;
	background-color: #dedede;
}
@media ( min-width : 750px ){
	.columnIndexTagBox .tag{
		font-size: 10px;
	}

}
/* ページネーション */
.indexPagination{
	padding: 20px 0 0;
}
.indexPages{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
}
.indexPrev{
	padding-right: 20px;
}
.indexBack{
	padding-left: 20px;
}
.indexPrev a,.indexBack a{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
}
.indexNums span{
	display: inline-block;
	background-color: #ddd;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
}
.indexNums span.current{
	background-color: #003567;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.indexNums span a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	height: 30px;
}
.indexPages_all{
	font-weight: 700;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}


/*----------------------------------------------------
コラム詳細ページ
----------------------------------------------------*/
.column_box h1{
	font-size: 26px;
	line-height: 34px;
	font-weight:700;
}
.myDate{
	font-size: 11px;
	color: #848484;
	padding: 12px 0;
}
.tag{
	display: inline-block;
	font-weight:700;
	padding: 5px 0.8em;
	margin-bottom: 2px;
	margin-right: 3px;
	border-radius: 1px;
	font-size: 11px;
	background-color: #dedede;
}
.tag:hover{
	background-color: #848484;
}
.tag a,.tag a:link,.tag a:visited{
	color: #000;
	display: block;
	text-decoration: none;
}
.social_box{
	padding: 12px 0 15px;
	border-bottom: 1px solid #000;
}
/*コラムレイアウト*/
.column_content{
	margin-top: 20px;
}
.column_content img{
	max-width: 100%;
	margin: 0 auto;
	width: inherit;
	display: block;
}
.column_lead p,.column_lead{
	font-size: 15px;
	line-height: 200%;
}
#myColumnContent h2{
	font-size:21px;
	line-height: 133%;
	font-weight:700;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	margin: 60px 0 25px;
}
#myColumnContent h3{
	font-size:18px;
	line-height: 133%;
	font-weight:700;
	color: #003567;
	background-color: #eff2f5;
	padding: 9px 1em;
	margin: 40px 0 20px;
}
#myColumnContent h4{
	font-size:15px;
	line-height: 133%;
	font-weight:700;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 9px 1em;
	margin: 30px 0 15px;
}
#myColumnContent h5{
	font-size:15px;
	line-height: 133%;
	font-weight:700;
	margin: 30px 0 15px;
}
#myColumnContent h6{
	font-size:13px;
	line-height: 133%;
	font-weight:700;
	margin: 30px 0 15px;
}
#myColumnContent p,.myText,.myText p,.myText li{
	font-size:15px;
	line-height: 200%;
	margin: 15px 0 15px;
}
#myColumnContent img{
	max-width: 100%;
	margin: 0 auto;
	width: inherit;
	display: block;
}
#myColumnContent table th{
	background-color: #003567;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 200%;
	padding: 0.4em 1em;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#myColumnContent table td{
	padding: 0.6em 1em;
	font-size: 14px;
	line-height: 180%;
	vertical-align: top;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
/*偶数行の色*/
#myColumnContent table tr:nth-child(even){
	background-color:#e5eaef;
}
/*奇数行の色*/
#myColumnContent table tr:nth-child(odd){
	background-color:#eff2f5;
}

/* この記事を書いた人 */
.writenbox_title{
	margin-top: 50px;
}
.writenbox{
	border: 1px solid #000;
	margin-top: 10px;
}
.writenbox_left{
	padding: 20px 10px 0;
}
#myColumnContent .writenbox_left img{
	width: 200px;
	border-radius: 100px;
	margin: 0 auto;
	display: block;
}

@media ( min-width : 750px ){
	#myColumnContent .writenbox_left img{
		width: 300px;
		border-radius: 150px;
	}
}

.writenbox_right{
	padding: 20px 10px;
}
#myColumnContent p.writenbox_name{
	font-size: 18px;
	font-weight: 700;
}
#myColumnContent p.writenbox_name--hurigana{
	font-size: 13px;
	margin-top: -20px;
}
p.writenbox_url{
	color: #000;
}
.writenbox_url a{
	color: #9e9e9e;
}

/* 前の記事、次の記事 */
.relationArticleBox{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #000 solid 1px;
	padding:50px 0 10px;
}
.relation_prev{
	text-align: left;
	color: #000;
	padding-bottom: 20px;
	font-size: 11px;
}
.relation_next{
	text-align: right;
	color: #000;
	font-size: 11px;
}
.relation_prev a,.relation_next a{
	color: #9e9e9e;
	line-height: 133%;
	font-size: 15px;
}

/* この記事を読んでいる方へ レコメンド */
.rel_title{
	font-size:15px;
	line-height: 133%;
	font-weight:700;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 1em;
	margin-top: 50px;
	margin-bottom: 30px;
}
.rel_text{

}
.pc_item--50per .top_column_img{
	height:90px;
	background-size:cover;
	background-position:center 50%;
}


/*----------------------------------------------------
お知らせ
----------------------------------------------------*/
.newsTitle{
	font-size: 26px;
	line-height: 34px;
	font-weight:700;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.newsDate{
	color: #9e9e9e;
	line-height: 133%;
	font-size: 15px;
	padding-bottom: 10px;
}
.newsLead,.newsLead p{
	font-size: 15px;
	line-height: 200%;
	margin-bottom: 30px;
	font-weight:700;
}
.newsDesc,.newsDesc p{
	font-size: 15px;
	line-height: 200%;
	margin-bottom: 20px;
}

/*
会社概要
*/
.sidebarIconImg{
	width: 70px;
	height: 70px;
	background-position: center;
	background-size: cover;
	border-radius: 35px;
}
.aboutBox{
	padding: 10px;
	margin-bottom: 50px;
	margin-top: -40px;
}

@media ( min-width : 750px ){
	.aboutBox{
		width: 70%;
		margin: -40px auto 70px;
	}
}

.companyBox{
	padding: 10px;
	margin-top: 40px;
}
div.companyBox--first{
	margin-top: 0;
}
.companyBox h3{
	font-size: 18px;
	line-height: 166%;
	font-weight: 700;
	padding: 10px 10px 40px;
	text-align: center;
}
@media ( min-width : 750px ){
	.companyBox{
		margin: 80px auto 0;
	}
}

.companyContents_wrap{
	display: flex;
}


.companyInfoTable th,.companyInfoTable td{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px;
	font-size: 13px;
	line-height: 166%;
	vertical-align: top;
}
.companyInfoTable td p{
	line-height: 166%;
}
.companyInfoTable th{
	font-weight: 700;
}
/* 沿革 */
.companyHistoryTable{
	margin: 0 auto;
}
.companyHistoryTable th,.companyHistoryTable td{
	padding: 15px 20px;
	font-size: 13px;
	line-height: 166%;
	vertical-align: top;
}
.companyHistoryTable th{
	text-align: right;
	width: 30%;
}
.companyHistoryTable td{
	width: 70%;
}

/*
ダウンロードページ
*/
.download_item{
	text-align: center;
}
.download_item .h1{
	margin-top: 60px;
	line-height: 40px;
}
.download_item p{
	padding-right: 0px;
	padding: 0 20px;

}

.download_item2{
	padding: 0 20px;
	text-align: center;
}
.download_item2 .h2{
	margin-top: 20px;
	margin-bottom: 30px;
}
.download_item2 p{
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
.bg_lightblue2_box .h2{
	color: #003567;
	font-size: 30px;
	line-height: 40px;
}
.download_checklist_box{
	padding: 20px 20px 20px;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
.download_checklist_box h3{
	color: #3c80d3;
	font-size: 23px;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	margin: 10px 0 20px;
}
.listnum{
	display: flex;
	align-items: center;
	padding-left: 50px;
	height: 50px;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.listnum--1{
	background: url(../img2019/download/dlist_1.png) no-repeat 0 5px;
}
.listnum--2{
	background: url(../img2019/download/dlist_2.png) no-repeat 0 5px;
}
.listnum--3{
	background: url(../img2019/download/dlist_3.png) no-repeat 0 5px;
}
.listnum--4{
	background: url(../img2019/download/dlist_4.png) no-repeat 0 5px;
}
.listnum--5{
	background: url(../img2019/download/dlist_5.png) no-repeat 0 5px;
}
.listnum--6{
	background: url(../img2019/download/dlist_6.png) no-repeat 0 5px;
}
.listnum--7{
	background: url(../img2019/download/dlist_7.png) no-repeat 0 5px;
}
.bg_lightblue2_box p{
	font-size: 15px;
	line-height: 25px;
}
.download_text_box{
	padding: 0 20px;
}
.download_item3{
	padding: 0 20px;
	text-align: center;
}
.download_item3 .h2{
	color: #003567;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 40px;
}
.download_item3 p{
	text-align: left;
	font-size: 15px;
	line-height: 25px;
}
.download_file_box{
	padding: 20px 20px 20px;
	background-color: #EFF2F5;
	margin-top: 30px;
	margin-bottom: 30px;
}
.download_file_box h3{
	color: #3c80d3;
	font-size: 23px;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	margin: 10px 0 20px;
}
.download_file_box .pc_flex div{
	text-align: center;
	padding:  0 10px 20px;
	font-weight: 700;
	font-size: 15px;
}
.download_file_box .pc_flex div p{
	margin: 10px 0;
	line-height: 20px;
}
.download_file_box .pc_flex div span{
	font-size: 13px;
}
.download_request_box{
}
.download_request_box .h2{
	margin-bottom: 50px;
}
.download_request_box p{
	margin: 30px 0;
	padding-left: 20px;
	padding-right: 20px;
}
.request_white_box{
	background-color: #fff;
	margin: 50px auto 30px;
	width: 80%;
	padding: 10px 30px;
}
.request_white_box p{
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
}
.download_text{
	margin: -30px 0 60px;
	text-align: center;
	padding:0 20px;
}
.form_inquiry_box{
	padding: 30px;
}
.w300{
	width: 100%;
}
.w200{
	width: 50%;
}
.regForm{
	margin: 20px auto;
}
.regForm th{
	font-size: 13px;
	padding: 10px 0 0;
	width: 100%;
}
.regForm td{
	font-size: 15px;
	padding: 10px 0;
	width: 100%;
}
.regForm input[type="text"]{
	border-radius: 4px;
	border: none;
	padding: 10px;
	font-size: 15px;
	line-height: 120%;
}
.bg_white_box .regForm input[type="text"]{
	background-color: #f5f5f5;
}
.form_caution{
	font-size: 11px;
}
.dwonload_checkbox_div{
	margin: 20px 0;
}
.inq_btn{
	font-family: "Verdana", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Sans-Serif";
	width: 60%;
	height: 80px;
	font-weight: 700;
	display: block;
	color: #fff;
	font-size: 21px;
	background-color: #FFBA02;
	margin: 20px auto;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}
.inq_btn:hover{
	opacity: 0.8;
}
.img_resp{
	max-width: 100%;
}

.regForm th,.regForm td{
	display: block;
}

@media ( min-width : 750px ){
	.regForm th,.regForm td{
		display: table-cell;
		width: inherit;
	}
	.regForm th{
		 padding: 10px 0 10px;
	 }
	.download_item .h1{
		text-align: left;
		margin-top: 60px;
	}
	.download_item p{
		padding-left: 0px;
		padding-right: 20px;
		text-align: left;
	}

	.bg_lightblue2_box .h2{

	}
	.download_item2 p{

	}
	.download_checklist_box .pc_flex div{
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.download_item2 .h2{
		text-align: left;
	}
	.download_item3 .h2{
		text-align: left;
	}
	.download_file_box .pc_flex div{
		width: 33%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.download_request_box .h2{
		text-align: center;
	}

	.regForm{
		width: 90%;
	}
}


/*
お問い合わせ
シンプル
*/
.simpleheader{
	padding: 27px 0;
	text-align: center;
}
.footer_copyright--simple{
	padding-top: 20px;
}
.inquiry_img_box{
	text-align: center;margin-bottom: -30px;
}
.inquiry_text{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.tel_text{
	margin-top: -20px;
	margin-bottom: 100px;
	font-size: 30px;
	text-align: center;
	color: #000;
	padding: 30px 10px;
}
.tel_text h3{

}
.tel_text p{
	padding-top: 20px;
	font-size: 15px;
}
.radioselect{
	margin: 20px 0;
}
.hissu{
	color: #d00;
	font-size: 11px;
}


@media ( min-width : 750px ){

}

