body{
	font-family:"Helvetica","Arial","Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ" ,sans-serif;
	font-size:16px;
	line-height:24px;
	color:#000;
	margin:0px;
	position:relative;
}
/* フォントセット　Serif */
.fs{
	font-family:'YuMincho','Yu Mincho',serif;
}

/* 自力リセット div img a */
div,img{box-sizing:border-box;font-size:0;line-height:0;margin:0;padding:0;}
a{transition:0.2s linear;box-sizing:border-box;}

/* 日付選択時の回避 */
#ui-datepicker-div *{
	font-size:15px;
	line-height:24px;
}

/* テキスト水平寄せ */
.txtc{text-align:center;}
.txtl{text-align:left;}
.txtr{text-align:right;}
.txtb{font-weight:bold;}
.txtatt{color:#c71575;}

/* 幅指定％ */
.tw05{width:5%;}
.tw10{width:10%;}
.tw15{width:15%;}
.tw20{width:20%;}
.tw25{width:25%;}
.tw30{width:30%;}
.tw35{width:35%;}
.tw40{width:40%;}
.tw45{width:45%;}
.tw50{width:50%;}
.tw55{width:55%;}
.tw60{width:60%;}
.tw65{width:65%;}
.tw70{width:70%;}
.tw75{width:75%;}
.tw80{width:80%;}
.tw85{width:85%;}
.tw90{width:90%;}
.tw95{width:95%;}

:root{
	--max_w:1100px;
}

/* メディアスクリーン　PC版 */
@media screen and (min-width:768px){

/* ページ内の特定ブロックをフワッと表示 */
/* translate(横→＋,縦↓＋) */
	.fefup{
		opacity:0;
		transform:translate(0px,50px);
		transition:all 1s ease-in-out;
	}
	.fefl2r{
		opacity:0;
		transform:translate(50px,0px);
		transition:all 0.2s ease-in-out;
	}
	.fefr2l{
		opacity:0;
		transform:translate(-50px,0px);
		transition:all 0.2s ease-in-out;
	}
	
	.fefup.fes , .fefl2r.fes , .fefr2l.fes{
		opacity:1;
		transform:translate(0,0);
	}


/* ヘッダー */
.header_wrap{
	display:block;
	position:fixed;
	top:-80px;
	left:0;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:99;
	background-color:rgba(255,255,255,0.9);
	transition:0.2s linear;
}
.phw{
	top:0 !important;
}
.global_header{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.gh_shadow{
	top:0;
}
.logo_wrap{
	display:block;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:15px
}
.logo_wrap img{
	display:block;
	height:100%;
}
.sp_header_box{
	display:none;
}

.menu_nav{
	display:block;
	max-width:60%;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_nav ul{

}
.menu_nav ul li a{
	letter-spacing:0.15em;
	padding:0px 25px;
	font-weight:bold;
}
.menu_a{
	display:inline-block;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_a a{
	display:block;
	height:80px;
	font-size:16px;
	line-height:80px;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
	text-align:center;
	transition:0.2s linear;
}
.menu_a a:hover{
	color:#AAA;
}
.menu_c{
	display:inline-block;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_c a{
	display:block;
	height:80px;
	font-size:16px;
	line-height:80px;
	box-sizing:border-box;
	text-decoration:none;
	color:#FFF;
	background-color:#C00;
	text-align:center;
	transition:0.2s linear;

}
.menu_c a:hover{
	opacity:0.5;
}




/* フッター */
.global_footer{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:80px;
	border-top:20px solid #C00;
}
.footer_wrap{
	display:block;
	width:100%;
	max-width:var(--max_w);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
	padding:40px 0px;
}

.footer_menu_box{
	display:inline-block;
	width:66%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}

.fm01{
	display:inline-block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.fm02{
	display:inline-block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.menu_f{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_f a{
	display:inline-block;
	width:auto;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	text-decoration:none;
	transition:0.2s linear;
}
.menu_f a:hover{
	color:#C00;
}
.sub-menu{
	padding-left:5px;
}
.sub-menu li a:before{
	content:"- ";
}

.footer_info_box{
	display:inline-block;
	width:34%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:1%;
}
.footer_com_info{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:20px;
}
.footer_com_info img{
	display:block;
	width:200px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-right:0;
	margin-left:auto;
}
.footer_com_info p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	padding-top:10px;
	text-align:right;
}
.footer_contat_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.footer_contat_box a{
	display:block;
	width:200px;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#333;
	border-radius:10px;
	transition:0.2s linear;
	margin-right:0;
	margin-left:auto;
}
.footer_contat_box a:hover{
	background-color:#C00;
}

.footer_sns_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:20px;
}
.footer_sns_box ul{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:right;
}
.ftm_sns{
	display:inline-block;
	width:40px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 10px;
}
.ftm_sns a{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.ftm_sns a:hover{
	opacity:0.5;
}
.ftm_sns img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.footer_copy{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	color:#FFF;
	background-color:#000;
	text-align:center;
}

/* 戻る */
#ptop{
	display:block;
	position:fixed;
	z-index:99;
	bottom:80px;
	right:10px;
	width:48px;
	height:48px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-radius:5px;
	background-color:#000;
}
#ptop a{
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
}
#ptop a img{
	display:block;
	width:30px;
	height:30px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:middle;
	margin:9px auto;
}

/* 採用情報　ENTRYボタン */
#entry_btn{
	display:block;
	position:sticky;
	z-index:99;
	bottom:150px;
	width:100px;
	height:100px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 0px 0 auto;
	overflow:hidden;
	box-shadow:5px 5px 5px #666;
	transition:0.2s linear;
}
#entry_btn a{
	display:block;
	width:150px;
	height:100px;
	font-size:20px;
	line-height:100px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#E51636;
	font-weight:bold;
	transition:0.2s linear;
	padding-right:50px;
}
#entry_btn a:hover{
	background-color:#000;
}
#entry_btn:hover{
	width:150px;
}


/* コンテンツ共通 */

.content_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}

.page_cw{
	padding-top:80px;
}

/* トップページ */
/* トップページ　メイン画像 */
.main_screen{
	display:block;
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
}
.slide_screen{
	display:block;
	width:100%;
	height:100vh;
}
.slide_screen img{
	display:block;
	height:100vh;
	object-fit:cover;
}

.screen_cover{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
/*	background-color:rgba(0,0,0,0.2); */
}

/* メイン画像縮小表示対策　・・・イイのかな */
.slick-slide{
/*	height:800px !important; */
}

.copy_box{
	display:block;
	position:absolute;
	width:450px;
	box-sizing:border-box;
	animation: copy_move 10.0s ease-out;
	animation-fill-mode:forwards;
}
@keyframes copy_move {
	0% {
		top:44vh;
		left:calc(50% - 225px);
	}
	55%{
		top:44vh;
		left:calc(50% - 225px);
		opacity:1;
	}
	65%{
		top:40vh;
		left:calc(50% - 225px);
		opacity:0;
	}
	100%{
		top:100px;
		left:5%;
		opacity:0;
	}
}

.copy_logo{
	display:block;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	width:450px;
	margin:0 auto;
}
.copy_logo svg{
	display:block;
	width:400px;
	margin:0 auto;
}
#logo_path{
	stroke-dasharray: 500px;
	stroke: #E51636;
	stroke-width: 1px;
	animation: svgAnime1 5.0s linear;
	animation-fill-mode:forwards;
}
@keyframes svgAnime1 {
	0% {
		stroke-dashoffset: 500px;
		fill: transparent;
	}
	40% {
		stroke-dashoffset: 0px;
		fill: transparent;
		stroke: #E51636;
		stroke-opacity:1;
		stroke-width: 1px;
	}
	75% {
		fill: #E51636;
		stroke: #E51636;
		stroke-opacity:0.1;
		stroke-width: 2px;
	}
	100% {
		stroke-dashoffset: 0px;
		stroke-opacity:0;
		fill: #E51636;
		stroke-width:0px;
	}
}
.copy_logo_u{
	display:block;
	width:450px;
	margin:10px auto 0px;
}
.copy_logo_u svg{
	display:block;
	width:450px;
	margin:0 auto;
}
#logo_u{
	animation: svgAnime2 5.0s linear;
	animation-fill-mode:forwards;
}
@keyframes svgAnime2 {
	0% {
		fill: transparent;
	}
	80% {
		fill: transparent;
	}
	100% {
		fill: #fff;
	}
}

.scroll_arrow{
	display:block;
	position:absolute;
	bottom:80px;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
	opacity:0;
	animation: scroll_anime 5.0s linear;
	animation-fill-mode:forwards;
}
@keyframes scroll_anime {
	0% {
		opacity:0;
	}
	90% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.scroll_arrow a{
	display:inline-block;
	position:relative;
	width:auto;
	font-size:15px;
	line-height:24px;
	padding:5px 10px;
	box-sizing:border-box;
	margin:0 auto;
	text-decoration:none;
	color:#FFF;
	letter-spacing:0.1em;
	text-shadow:0 0 5px #000;
}
.scroll_arrow a:after{
	content: "";
	/*描画位置*/
	position: absolute;
	top:0;
	left:50%;
	/*線の形状*/
	width: 1px;
	height: 30px;
	background: #C00;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: scroll_path 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes scroll_path{
	0%{
		height:0;
		top:30px;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:80px;
		opacity: 0;
	}
}


/* トップページ　コンセプト */
.top_concept_wrap{
	display:block;
	position:relative;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
/*	background-color:#f5f5f5; */
	padding:80px 0px;
	background-image:url("../img/concept_bk.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top left;
	z-index:1;
}
.top_concept_cover{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	background-color:rgba(245,245,245,0.95);
	z-index:2;
}
.top_concept_title{
	display:block;
	width:100%;
	max-width:var(--max_w);
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	margin:0 auto;
	position:relative;
	z-index:10;
}
.top_concept_title h2{
	display:block;
	width:100%;
	font-size:32px;
	line-height:50px;
	box-sizing:border-box;
	color:#333;
	text-align:center;
	letter-spacing:0.15em;
}

.top_concept_text_box{
	display:block;
	width:100%;
	max-width:var(--max_w);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
	padding:40px 0px 0px;
	position:relative;
	z-index:10;
}
.top_concept_text_box h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:50px;
	box-sizing:border-box;
	padding-bottom:30px;
	color:#333;
	text-align:center;
	letter-spacing:0.1em;
}
.top_concept_text_box p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding-bottom:10px;
	color:#333;
	text-align:center;
	letter-spacing:0.1em;
}
.red{
	color:#C00;
}
/*
.top_concept_img_box{
	display:block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;

	position:absolute;
	bottom:0;
	right:0;
}
.top_concept_img_box img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
*/

/* トップページ　お知らせ */
.top_news_wrap{
	display:block;
	width:100%;
	max-width:var(--max_w);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
	margin:0 auto;
}

.top_news_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:40px;
}
.top_news_header h3{
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:center;
}
.header_en{
	display:inline-block;
	font-size:32px;
	line-height:40px;
	color:#000;
	padding-right:20px;
	letter-spacing:0.1em;
	vertical-align:top;
	border-right:1px solid #333;
}
.header_jp{
	display:inline-block;
	font-size:16px;
	line-height:44px;
	color:#666;
	padding-left:20px;
	letter-spacing:0.1em;
	vertical-align:top;
}

.top_news_inner{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:20px;
}

.top_news_one{
	display:block;
	width:32%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border:1px solid #EEE;
	margin:0 10px;
}
.tno_img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-height:214px;
	height:214px;
	overflow:hidden;
}
.tno_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.tno_date{
	display:inline-block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:10px;
}
.tno_date p{
	display:block;
	width:100%;
	font-size:15px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
}
.tno_cat{
	display:inline-block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
	padding:10px;
	text-align:center;
}
.tno_cat a{
	display:block;
	width:100%;
	font-size:15px;
	line-height:25px;
	box-sizing:border-box;
	color:#FFF;
	text-decoration:none;
	transition:0.2s linear;
}
.tno_cat a:hover{
	opacity:0.5;
}
.tno_title{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:20px;
}
.tno_title a{
	display:block;
	width:100%;
	font-size:15px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	text-decoration:none;
	transition:0.2s linear;
	min-height:60px;
	padding:0px 10px 10px;
}
.tno_title a:hover{
	color:#C00;
}

.tc01 a{
	background-color:#666;
}
.tc02 a{
	background-color:#C00;
}
.tc03 a{
	background-color:#33A;
}

.top_news_more{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:right;
	padding-top:40px;
}
.top_news_more a{
	display:block;
	width:200px;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
	margin:0 auto;
}
.top_news_more a:hover{
	background-color:#000;
	color:#FFF;
}

/* トップページ　PR・バナーエリア */
.top_prb_wrap{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	max-width:var(--max_w);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:0px;
	margin:0 auto;
	padding-top:80px;
}
.top_pr_box{
	display:inline-block;
	height:285px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.top_pr_box iframe{
	display:block;
	width:790px;
	height:285px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.top_banner_box{
	display:block;
	width:285px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
	padding-left:10px;
}
.top_banner_box a{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
}
.top_banner_box a img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_banner_box a:hover{
	opacity:0.5;
}

/* 下層ページ共通　ヘッダー */
.page_header_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 0px;
	/* background-color:#666; */
	background:linear-gradient(135deg,#CC0000 20%, #666 20%, #000);
}
.page_header_wrap h2{
	display:block;
	width:100%;
	font-size:26px;
	line-height:38px;
	text-align:center;
	color:#FFF;
	box-sizing:border-box;
	letter-spacing:0.15em;
}
.ph_en{
	display:block;
	width:100%;
	font-size:15px;
	line-height:22px;
	text-align:center;
	color:#FFF;
	box-sizing:border-box;
	letter-spacing:0em;
	font-weight:normal;
}

/* 会社案内ページ */
.com_message_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.com_ch_wrap{
	display:block;
	width:100%;
	max-width:var(--max_w);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.com_ch_wrap h3{
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:center;
}
.ch_en{
	display:inline-block;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	padding-right:20px;
	color:#333;
	letter-spacing:0.15em;
	border-right:1px solid #333;
}
.ch_jp{
	display:inline-block;
	font-size:15px;
	line-height:40px;
	box-sizing:border-box;
	padding-left:20px;
	color:#999;
	letter-spacing:0.1em;
}

/* 代表挨拶　会社案内ページ */
.com_message_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.com_message_photo{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	overflow:hidden;
	height:500px;
}
.com_message_photo img{
	display:block;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:1;
}
.com_message_photo h4{
	display:block;
	position:relative;
	width:100%;
	max-width:var(--max_w);
	font-size:32px;
	line-height:50px;
	box-sizing:border-box;
	z-index:2;
	margin:200px auto 0;
	color:#000;
	text-shadow:0 0 5px #FFF;
	letter-spacing:0.15em;
}
.com_message_text{
	display:block;
	width:100%;
	max-width:800px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:40px auto 0px;
}
.com_message_text p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	letter-spacing:0.1em;
	padding-bottom:10px;
}
.com_message_sign{
	padding-top:20px;
	text-align:right;
}

/* 会社概要　会社案内ページ */
.com_info_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
	background-color:#F5F5F5;
}
.com_info_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
	padding:80px 0px;
}
.com_info_table{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_info_table table{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_info_table table tr{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_info_table table th{
	width:30%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding:20px 10px;
	border:2px solid #F5F5F5;
	background-color:#FFF;
}
.com_info_table table td{
	width:70%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding:10px;
	border:2px solid #F5F5F5;
	background-color:#FFF;
}
.com_info_table table td a{
	color:#E51636;
	transition:0.2s linear;
}
.com_info_table table td a:hover{
	opacity:0.5;
}

.com_info_img{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;

	width:100%;
	max-width:var(--max_w);
	margin:40px auto 0px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_info_img img{
	display:block;
	width:32%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

/* アクセス　会社案内ページ */
.com_ac_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.com_access_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:40px auto 0px;
}
.com_access_wrap h3{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	margin:40px 0 20px;
	border-bottom:1px solid #999;
	letter-spacing:0.1em;
	text-align:center;
}

.com_access_gaikan{
	display:inline-block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.com_access_img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_access_img_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:5px;
}
.com_access_img_one img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_access_img_one p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:35px;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
}

.com_access_chizu{
	display:inline-block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:20px;
	vertical-align:top;
}
.com_access_map{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_access_map iframe{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.com_access_parking{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_access_p_one{
	display:inline-block;
	width:auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.com_access_p_one img{
	display:block;
	height:310px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_access_p_one p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
}
.ca_parking_sep{
	display:inline-block;
	position: relative;
	width:7%;
	font-size:22px;
	line-height:310px;
	box-sizing:border-box;
	vertical-align:top;
	height:310px;
	text-align:center;
	color:#666;
}

/* コンプライアンス・環境方針・健康宣言　会社案内ページ */
.com_policy_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.com_policy_btn_box{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;

	width:100%;
	max-width:var(--max_w);
	margin:80px auto 0px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_policy_btn_box a{
	display:block;
	width:30%;
	font-size:18px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#333;
	border-radius:10px;
	transition:0.2s linear;
	letter-spacing:0.1em;
	cursor:pointer;
}
.com_policy_btn_box a:hover{
	background-color:#CC0000;
}
.btn_hover{
	background-color:#CC0000 !important;
}

.com_policy_box{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	transition:0.2s linear;
}
.com_policy_box h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:40px;
}
.com_policy_box h4{
	display:block;
	width:100%;
	font-size:18px;
	line-height:25px;
}
.com_policy_box h5{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	padding:20px 0px;
}
.com_policy_box p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	padding-bottom:10px;
}
.env_h4{
	padding-bottom:20px;
}
.health_sign{
	text-align:right;
}
.health_box{
	display:block;
	width:100%;
	padding:40px 0px;
	margin-top:20px;
	border-top:1px solid #DDD;
	box-sizing:border-box;
}
.health_box p{
	display:inline-block;
	width:70%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	vertical-align:top;
	padding-right:20px;
}
.health_box img{
	display:inline-block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}


.box_close{
	height:0;
	position:relative;
	overflow:hidden;
}
.box_open{
	height:auto;
	padding:40px 0px;
	position:relative;
	overflow:visible;
}


/* 採用情報トップ　メイン画像 */
.recruit_mi_wrap{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_mi_img{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-ms-flex-line-pack: start;
	align-content: flex-start;

	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_mi_img img{
	display:block;
	width:calc(100%/6);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_mi_copy{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:calc(100%/6*2);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#f3f3f3;
}
.recruit_mi_copy h2{
	display:block;
	width:100%;
	font-size:50px;
	line-height:80px;
	box-sizing:border-box;
	color:#999;
	text-align:center;
}

.rmi_copy{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:10;
}
.rmi_copy h2{
	display:block;
	width:100%;
	font-size:60px;
	line-height:80px;
	color:#FFF;
	text-align:center;
	letter-spacing:0.1em;
}

/* 採用情報トップ　活動紹介 */
.acrep_slide_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.acrep_slide_box{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;

	width:100%;
	max-width:var(--max_w);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.acrep_one{
	display:block;
	width:25%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 5px;
}
.acrep_one a{
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
	border:1px solid #F5F5F5;
}
.acrep_one a:hover .acrep_title{
	color:#E51636;
}
.acrep_one a:hover .acrep_img img{
	transform:scale(1.2,1.2);
}
.acrep_img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	overflow:hidden;
}
.acrep_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.acrep_date{
	display:block;
	width:100%;
	font-size:15px;
	line-height:25px;
	box-sizing:border-box;
	color:#666;
	padding:5px;
}
.acrep_title{
	display:block;
	width:100%;
	font-size:15px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	min-height:60px;
	padding:5px;
	transition:0.2s linear;
}

.acrep_more_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:right;
	padding-top:40px;
}
.acrep_more_wrap a{
	display:block;
	width:200px;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
	margin:0 auto;
}
.acrep_more_wrap a:hover{
	color:#FFF;
	background-color: #000;
}

/* 採用情報トップ　メッセージと求める人物像 */
.rec_message_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px;
	background-color:#F5F5F5;
}
.rec_message_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px;
}
.rec_message_box p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
}

.rec_icp_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0 0;
}
.rec_icp_list{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.rec_icp_one{
	display:block;
	width:49%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:10px;
	background-color:#FFF;
	box-shadow:5px 5px 10px #D6D6D6;
	margin-bottom:20px;
}
.rec_icp_one img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.rec_icp_one h4{
	display:block;
	width:100%;
	font-size:20px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
}
.rec_icp_one h4:after{
	content:"";
	display:block;
	width:40%;
	height:2px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#EEE;
	margin:0 auto 20px;
}
.rec_icp_one p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	text-align:center;
	min-height:100px;
}

/* 採用情報トップ　インタビュー */
.rec_interview_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px;
}

.rec_interview_box{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}

.rec_iv_one{
	display:block;
/*
	width:30%;
	margin-bottom:40px;
*/
	width:28%;
	margin-bottom:60px;

	font-size:0;
	line-height:0;
	box-sizing:border-box;
	position:relative;
}
.rec_iv_one a{
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.rec_iv_one_img_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	overflow:hidden;
}
.rec_iv_one_img_box img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.fusen_box{
	display:block;
	width:60%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	position:absolute;
	bottom:5%;
	left:50%;
}
.fusen01 , .fusen02 , .fusen03{
    display: block;
    position: relative;
    padding: .5em 1em;
    background-color: #f5f5f5;
    color: #333333;
	font-size:15px;
	line-height:20px;
	margin-top:10px;
}
.fusen01{
    border-right: 20px solid #e51636;
}
.fusen02{
    border-right: 20px solid #333;
}
.fusen03{
    border-right: 20px solid #3333aa;
}
.fusen01:before , .fusen02:before , .fusen03:before{
    position: absolute;
    bottom: 2px;
    right: -17px;
    z-index: -1;
    transform: rotate(5deg);
    width: 100%;
    height: 60%;
    background-color: #AAA;
    content: "";
    filter: blur(4px);
}
.f_name{
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:0.1em;
}
.f_ka{
	font-size:15px;
	line-height:20px;
}
.f_in{
	font-size:15px;
	line-height:20px;
}

.rec_iv_one a:hover .rec_iv_one_img_box img{
	transform:scale(1.2,1.2);
}


/* 採用情報トップ　募集要項とはたプラ */
.requirements_menu_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.req_menu_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
	max-width:var(--max_w);
	margin:0 auto;
	text-align:center;
}
.req_menu_box a{
	display:inline-block;
	width:200px;
	font-size:16px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	color:#000;
	background-color:#EEE;
	transition:0.2s linear;
	margin:0 20px;
	vertical-align:top;
}
.req_menu_box a:hover{
	color:#FFF;
	background-color:#000;
}

.hatapura_box{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;

	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:900px;
	padding:30px;
	margin:0 auto;
	border:1px solid #EEE;
}
.hatapura_box p{
	display:block;
	width:80%;
	font-size:16px;
	line-height:25px;
	color:#000;
	box-sizing:border-box;
}
.hatapura_box a{
	display:block;
	width:20%;
	text-decoration:none;
	box-sizing:border-box;
}
.hatapura_box a img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

/* 採用情報トップ　研修制度 */
.training_system_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
	background-color:#F5F5F5;
}
.training_box{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.training_box table{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.training_box table tr{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.training_box table th{
	width:30%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding:30px;
	border:2px solid #F5F5F5;
	color:#FFF;
	background-color:#666;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:0.1em;
}
.training_box table td{
	width:70%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding:30px;
	border:2px solid #F5F5F5;
	background-color:#FFF;
}

/* 採用情報トップ　FAQ */
.faq_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.faq_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#EDEDED;
}
.faq_one:nth-of-type(2n){
	background-color:#F6F6F6 !important;
}
.faq_q_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:10px;
	cursor:pointer;
}
.faq_q_icon{
	display:inline-block;
	width:10%;
	font-size:36px;
	line-height:50px;
	box-sizing:border-box;
	color:#e51636;
	text-align:center;
	vertical-align:top;
}
.faq_q_box p{
	display:inline-block;
	width:80%;
	font-size:16px;
	line-height:50px;
	box-sizing:border-box;
	vertical-align:top;
}
.faq_acc_icon{
	display:inline-block;
	width:10%;
	height:50px;
	font-size:0px;
	line-height:0px;
	box-sizing:border-box;
	vertical-align:top;
	background-image:url(/img/faq_acc_minus.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.faq_acc_icon img{
	transition:0.2s linear;
}

.faq_a_box{
	display:none;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:30px;
}
.faq_a_icon{
	display:inline-block;
	width:15%;
	font-size:36px;
	line-height:50px;
	box-sizing:border-box;
	color:#e51636;
	text-align:center;
	vertical-align:top;
}
.faq_a_box p{
	display:inline-block;
	width:85%;
	font-size:16px;
	line-height:35px;
	box-sizing:border-box;
	vertical-align:top;
	padding-top:8px;
}

.faq_acc_open > .faq_acc_icon img{
	opacity:0;
}






/*
.fusen {
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    border-right: 27px solid #e51636;
    background-color: #f5f5f5;
    color: #333333;
}

.fusen:before {
    position: absolute;
    bottom: 2px;
    right: -20px;
    z-index: -1;
    transform: rotate(5deg);
    width: 100%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}
*/

/* 部署紹介ページ */
.slo_w{
	background-color:#FFF;
}
.slo_w{
	background-color:#F6F6F6;
}

/* センター */
/*
.section_list_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
	border-bottom:1px solid #F5F5F5;
}

.section_list_one_header{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.section_list_one_header h3{
	display:block;
	width:30%;
	font-size:24px;
	line-height:50px;
	height:100%;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
}
.section_list_one_header p{
	display:block;
	width:70%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	border-left:1px solid #EEE;
	padding-left:20px;
}
.section_snap_box{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:60px;
}
.section_snap_box img{
	display:block;
	width:60%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
*/

/* 普通のセンター寄せ */
/*
.section_list_one{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:60px 0px;
}
.section_list_one_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.section_list_one_header h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
}
.section_list_one_header p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	border-top:1px solid #EEE;
	padding-top:20px;
	text-align:center;
}
.section_snap_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:20px;
}
.section_snap_box img{
	display:block;
	width:60%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
*/

/* 左文字・右画像 */
.section_list_one{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;

	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}

.section_list_one_header{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:calc((100% - var(--max_w)) / 2);
}
.section_list_one_header h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:100px;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	color:#FFF;
	background-color:#000;
}
.section_list_one_header p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	border-top:1px solid #DDD;
	padding-top:50px;
}
.section_snap_box{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:40px;
}
.section_snap_box img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}



/*
.section_list_one_r{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;

	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.section_list_one_l{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;

	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}

.section_list_one_r .section_list_one_header{
	display:block;
	width:60%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:calc((100% - var(--max_w)) / 2);
}
.section_list_one_l .section_list_one_header{
	display:block;
	width:60%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-right:calc((100% - var(--max_w)) / 2);
}
.section_list_one_header h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
}
.section_list_one_header p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	border-top:1px solid #EEE;
	padding-top:20px;
}
.section_list_one_r .section_snap_box{
	display:block;
	width:40%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:40px;
}
.section_list_one_l .section_snap_box{
	display:block;
	width:40%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-right:40px;
}
.section_snap_box img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
*/



/* 採用情報　社員紹介　一覧 */
.member_list_one{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.member_list_one_header{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

}
.member_list_one_header h3{
	display:block;
	width:30%;
	font-size:24px;
	line-height:50px;
	height:100%;
	box-sizing:border-box;
	text-align:center;
}
.member_list_one_header p{
	display:block;
	width:70%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	border-left:1px solid #EEE;
	padding-left:20px;
}

.member_list_one_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:80px;
}

.member_list_person{
	display:block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 1% 20px;
}
.member_list_person a{
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
	transition:0.2s linear;
}
.member_list_person a:hover{

}
.member_list_person img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.member_list_person h4{
	display:block;
	width:100%;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
	padding-top:10px;
}
.memthumb_jp{
	font-size:20px;
	color:#000;
}
.memthumb_en{
	font-size:16px;
	color:#999;
	padding-left:10px;
}
.member_list_person p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#000;
	text-align:center;
}




/* 採用情報　社員紹介　個別 Aタイプ（山野） */
.member_intro_header{
	display:flex;
	flex-direction:row-reverse;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	position:relative;
	height:500px;
	overflow:hidden;
}
.member_photo_box{
	display:block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.member_photo_box img{
	display:block;
	min-width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.member_info_box{
	display:flex;
	flex-direction: column;
	justify-content: center;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:10%;
	background-color:#F8F8F8;
}
.member_info_box h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.member_info_box p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;

}
.mib_en{
	display:block;
	width:100%;
	font-size:15px;
	line-height:30px;
	box-sizing:border-box;
	font-weight:bold;
	padding-left:20px;
}

.ro_message{
	display:none;
	position:relative;
	width:20%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	margin:-100px 100px 0 auto;
	background-color:rgba(255,255,255,0.9);
	box-shadow:2px 2px 7px rgba(0,0,0,0.7);
}
.ro_message h3{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
}
.ro_message p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding-left:10px;
	border-bottom:1px solid #EEE;
	margin-top:10px;
}

/* A　Q&A部分 */
.qa_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.qa_text_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:60px;
}
.ro_qaone_box_a{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;

	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:60px 0px;
}
.ro_qaone_box_b{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;

	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:60px 0px;
}
.ro_qaone_box_c{
	display:block;
	position:relative;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.ro_qaone_text_a , .ro_qaone_text_b{
	display:block;
	width:60%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.ro_qaone_text_a{
	padding-left:calc((100% - var(--max_w)) / 2);
}
.ro_qaone_text_b{
	padding-right:calc((100% - var(--max_w)) / 2);
}
/*
.ro_qaone_text_a{
	padding-right:calc(45% - ((100% - var(--max_w)) / 2));
}
.ro_qaone_text_b{
	padding-left:calc(45% - ((100% - var(--max_w)) / 2));
}
*/
.ro_qaone_img_a{
	display:block;
	width:40%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:20px;
	margin:0 0 0 auto;
}
.ro_qaone_img_b{
	display:block;
	width:40%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-right:20px;
	margin:0 auto 0 0;
}
.ro_qaone_img_a img , .ro_qaone_img_b img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.ro_qaone_text_c{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.ro_qaone_text_a h4 , .ro_qaone_text_b h4 , .ro_qaone_text_c h4{
	display:block;
	width:100%;
	font-size:20px;
	line-height:40px;
	box-sizing:border-box;
	padding-left:40px;
	position:relative;
}
.ro_qaone_text_a h4:before , .ro_qaone_text_b h4:before , .ro_qaone_text_c h4:before{
	content:"";
	display:inline-block;
	width:30px;
	height:20px;
	box-sizing:border-box;
	border-bottom:2px solid #333;
	position:absolute;
	top:0;
	left:0;
}
.ro_qaone_text_a p , .ro_qaone_text_b p , .ro_qaone_text_c p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:32px;
	box-sizing:border-box;
	margin:10px 0 60px;
}

.ro_menu_box{
	display:flex;
	justify-content: space-between;
	width:100%;
	max-width:var(--max_w);
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:60px 0px;
	margin:0 auto;

}
.ro_menu_box a{
	display:block;
	width:30%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	color:#000;
	background-color:#EEE;
	transition:0.2s linear;
}
.ro_menu_box a:hover{
	color:#FFF;
	background-color:#000;
}


/* 募集要項　新卒採用 */
.requirements_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.req_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
	max-width:var(--max_w);
	margin:0 auto;
}
.req_box table{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.req_box table tr{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.req_box table th{
	width:30%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding:20px 10px;
	border:2px solid #FFF;
	background-color:#F5F5F5;
}
.req_box table td{
	width:70%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding:10px;
	border:2px solid #FFF;
	background-color:#F5F5F5;
}

.no_req_box{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.no_req_box p{
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
}


/* お知らせ一覧ページ */
.nws_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
	max-width:var(--max_w);
	margin:0 auto;
}

.nws_one{
	display:inline-block;
	width:32%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
	padding:20px;
	margin-right:2%;
	border:1px solid #EEE;
	vertical-align:top;
	transition:0.2s linear;
}
.nws_one:nth-of-type(3n){
	margin-right:0 !important;
}
.nws_one:hover .nws_img img{
	transform:scale(1.2,1.2);
}
.nws_img{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-height:193px;
	overflow:hidden;
}
.nws_img img{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.nws_date{
	display:inline-block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:10px
}
.nws_date p{
	display:block;
	width:100%;
	font-size:15px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
}
.nws_cat{
	display:inline-block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
	padding:10px;
	text-align:center;
}
.nws_cat a{
	display:block;
	width:100%;
	font-size:15px;
	line-height:25px;
	box-sizing:border-box;
	color:#FFF;
	text-decoration:none;
	transition:0.2s linear;
}

.nws_title{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:20px;
}
.nws_title a{
	display:block;
	width:100%;
	font-size:15px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	text-decoration:none;
	transition:0.2s linear;
	min-height:60px;
	padding:0px 10px 10px;
	transition:0.2s linear;
}
.nws_title a:hover{
	color:#E51636;
}

/* お知らせ　個別ページ */
.nws_single_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.nwss_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto 40px;
	padding-bottom:20px;
	border-bottom:1px solid #333;
}
.nwss_header_img{
	display:inline-block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.nwss_header_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.nwss_header_text{
	display:inline-block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:bottom;
	padding-left:40px;
}
.nwss_cat{
	display:block;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:10px;
}
.nwss_cat a{
	display:inline-block;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	text-decoration:none;
	padding:0px 20px;
	color:#FFF;
	transition:0.2s linear;
}
.nwss_date{
	display:block;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:10px;
}
.nwss_date p{
	display:inline-block;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	color:#333;
}
.nwss_title{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.nwss_title h2{
	display:block;
	font-size:20px;
	line-height:40px;
	box-sizing:border-box;
}

.nwss_content{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding-bottom:80px;
}
/* 投稿内の要素に対して */
.nwss_content img.aligncenter{
	display:block;
	margin:0 auto;
}

.nwss_content img.alignright{
	float:right;
}
.nwss_content img.alignleft{
	float:left;
}



/* ページナビゲーション */
.post_navi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
}
.wp-pagenavi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.wp-pagenavi span{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}
.wp-pagenavi a{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}

.pages{
	color:#000;
	border:1px solid #EEE;
	padding:5px 10px !important;
}
.current{
	color:#FFF;
	background-color:#333;
	border:1px solid #333;
}
.larger , .smaller{
	color:#000;
	border:1px solid #EEE;
}
.nextpostslink , .previouspostslink{
	color:#000;
	border:1px solid #EEE;
}

.sg_navi_box{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left , .sg_navi_right , .sg_navi_center{
	display:block;
	width:20%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left a , .sg_navi_right a , .sg_navi_center a{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
}
.sg_navi_left a:hover , .sg_navi_right a:hover , .sg_navi_center a:hover{
	color:#FFF;
	background-color:#000;
}

.cat_navi{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:40px;
}
.cat_navi a{
	display:block;
	width:20%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
}
.cat_navi a:hover{
	color:#FFF;
	background-color:#000;
}
.cat_navi p{
	display:block;
	width:20%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#FFF;
	background-color:#000;
}


/* 製品案内　一覧ページ */
.products_wrap{
	display:block
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.pdc_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto 80px;
}

.pdc_header{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:20px;
	border-bottom:1px solid #EEE;
}
.pdc_header_img{
	display:block;
	width:25%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.pdc_header_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.pdc_header_text{
	display:block;
	width:75%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:40px;
}
.pdc_header_text h3{
	display:block;
	width:100%;
	font-size:20px;
	line-height:35px;
	box-sizing:border-box;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #E51636;
}
.pdc_header_text p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
}

.pd_content_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}

.pd_cont_one{
	display:inline-block;
	width:32%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	margin-right:2%;
	margin-bottom:20px;
	border:1px solid #F5F5F5;
}
.pd_cont_one:nth-of-type(4n){
	margin-right:0px !important;
}
.pd_cont_one a{
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
	transition:0.2s linear;
}
.pd_cont_one a:hover{
	color:#e51636;
}
.pd_cont_one img{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto 15px;
}
.pd_cont_one h4{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
}
.pd_cont_one p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
}

/* 製品案内　製品詳細ページ */
.product_single_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.pds_header{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #EEE;
}
.pds_header_img{
	display:block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.pds_header_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.pds_header_text{
	display:block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:40px;
}
.pds_header_text h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
}
.pds_header_text p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
}

.pds_content{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
}
.pds_content h1{
	display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.pds_content h2{
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.pds_content h3{
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.pds_content h4{
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.pds_content h5{
	display: block;
	font-size: 0.83em;
	margin-block-start: 1.67em;
	margin-block-end: 1.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.pds_content h6{
	display: block;
	font-size: 0.67em;
	margin-block-start: 2.33em;
	margin-block-end: 2.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

/* お問い合わせ */
.contact_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.contact_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
	padding:40px 0px 0px;
}
.contact_exp{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	text-align:center;
}
.contact_tel{
	display:block;
	width:300px;
	font-size:18px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#000;
	border-radius:5px;
	margin:40px auto;
	letter-spacing:0.1em;
	transition:0.2s linear;

}
.contact_tel:hover{
	background-color:#E51636;
}

#form_wrap{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
	margin:0 auto;
}
#form_wrap table{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
#form_wrap table tr{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-bottom:1px solid #EEE;
}
#form_wrap table th{
	width:40%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
}
#form_wrap table td{
	width:60%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
}
#form_wrap table td input{
	display:inline-block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
}
#form_wrap table td textarea{
	display:inline-block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
}
#pp_btn{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-top:20px;
	text-align:center;
}
#pp_btn a{
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	color:#666;
	transition:0.2s linear;
}
#pp_btn a:hover{
	color:#E51636;
}
.contact_btn_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.btn_bg{
	display:block;
	width:300px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.btn_bg input{
	display:block;
	width:100%;
	font-size:16px;
	color:#FFF;
	padding:15px 0px;
	text-align:center;
	background-color:#000;
	border:1px solid rgba(255,255,255,0);
	border-radius:5px;
	text-decoration:none;
	cursor:pointer;
	transition:0.2s linear;
}
.btn_bg input:hover{
	background-color:#E51636;
}

.wpcf7-response-output{
	font-size:16px;
	line-height:25px;
	text-align:center;
}

/* 採用　お問い合わせ */
.entry_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
#form_wrap table td input[type=radio]{
	width:20px !important;
}
#form_wrap table td label{
	margin-right:20px;
}
/* プライバシーポリシー */
.pp_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.pp_exp{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
	padding:40px 0px;
}
.pp_exp p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
}

.pp_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
	padding:40px 0px;
}
.pp_one h4{
	display:block;
	width:100%;
	font-size:20px;
	line-height:40px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#E51636;
	border-bottom:1px solid #DDD;
}
.pp_one p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#333;
}
.pp_one a{
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#333;
	transition:0.2s linear;
}
.pp_one a:hover{
	color:#E51636;
}

.pp_sign{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:0px;
	max-width:var(--max_w);
	margin:0 auto;
}
.pp_sign p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#333;
	text-align:right;

}





}

