@charset "UTF-8";
@media  (min-width: 768px) {
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}
.work_2_block, .work_3_block  {
    min-width: 1141px;
}
.gaiyou.complete {
    padding: 78px 0 148px;
}
/*インデックス*/
.index_add_pd {
	padding: 10px 0;
}
/**/
.work_header_block {
    width: 100%;
    height: 350px;
    display: table;
    position: relative;
}
.network .work_header_block,.led .work_header_block {
    width: 100%;
    height: 240px;
    display: table;
    position: relative;
}
.page_triple {
	margin-right: 30px;
}
.page_triple:nth-child(3n) {
	margin-right: 0;
}
.electric .add_btmmrgn {
	margin-bottom: 40px;
}
}


@media  (max-width: 767px) {
.sp_box_keeper {
	margin-bottom: 24px;
}
.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
.sp_mv {
	width: 100%;
}
#sp_mvslider {
	overflow: hidden;
}
.bsc_txt {
	font-size: 15px;
}
.sp_mv_logo {
	display: table;
	width: 55%;
	min-width: 240px;
	height: 50px;
	margin-left: 12px;
	position: absolute;
	top: 0;
	z-index: 98;
}
.sp_mv_logo_cell {
	display: table-cell;
	vertical-align: middle; 
}
.sp_nav {
    display: none;
    width: 100%;
	position: absolute;
    top: 0;
	z-index: 97;
}
.sp_nav ul {
	padding-top: 50px;
	background: #036eb8;
}
.sp_nav ul li {
	width: 100%;
}
.sp_nav ul li a {
	padding: 16px 0;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	transition: .1s;
}
.sp_nav ul li a:hover {
	background: #00466d;
}

/*ハンバーガーメニュー*/
.hamburger {
	width: 50px;
	height: 50px;
	padding: 9px;
	background: #036eb8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.hamb_line {
	content: "";
	width: 32px;
	height: 4px;
	display: block;
	background: #FFFFFF;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}
.hamb_line::before {
	content: "";
	width: 32px;
	height: 4px;
	display: block;
	background: #FFFFFF;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px);
}
.hamb_line::after {
	content: "";
	width: 32px;
	height: 4px;
	display: block;
	background: #FFFFFF;
	-webkit-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	transform: translateY(-16px);
} 
.hamb_line ,.hamb_line::before ,.hamb_line::after {
	border-radius: 2px;
	transition: .3s ease-out;
}
.hamburger.move .hamb_line {
	-webkit-transform: translateY(15px) rotate(45deg);
	-ms-transform: translateY(15px) rotate(45deg);
	transform: translateY(15px) rotate(45deg);
}
.hamburger.move .hamb_line::before {
	-webkit-transform: translateY(0) rotate(90deg);
	-ms-transform: translateY(0) rotate(90deg);
	transform: translateY(0) rotate(90deg);
}
.hamburger.move .hamb_line::after {
	opacity: 0;
	-webkit-transform: translateY(-4px) rotate(-90deg);
	-ms-transform: translateY(-4px) rotate(-90deg);
	transform: translateY(-4px) rotate(-90deg);
}

/*共通ヘッダー*/
.header {
	width: 100%;
}
.main_wrapper {
	width: 100%;
}
.index_logo {
	width: 100%;
}
.sp_sub_nav ul {
	background: #898989;
}
.sp_sub_nav ul li {
	width: 50%;
	float: left;
	background: #898989;
	text-align: center;
	box-sizing: border-box;
}
.sp_sub_nav ul li.bb_01 {
	border-bottom: 1px solid #FFFFFF;
}
.sp_sub_nav ul li:nth-child(odd) {
	border-right: 1px solid #FFFFFF;
}
.sp_sub_nav ul li a {
	display: block;
	padding: 6px 0;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 1px;	
}
.sp_sub_nav ul li a.firstline {
	padding: 14px 0;
}
.sp_sub_nav ul li a.active {
    background: #3e3a39;
}
    
/* インデックス */
.index_h1 {
    width: 40%;
	max-width: 194px;
    padding: 24px 0 20px;
}
.work_block_detail {
    font-size: 12px;
}
.work_2, .work_3 {
    width: 95%;
    float: none;
    margin: 0 auto 16px;
}
.work_bottom_2 {
    width: 90%;
	margin: 0 auto 16px;
    float: none;
}
.work_bottom_2:first-child {
	margin-right: auto;
}
.index_news_wrapper {
	width: 90%;
}
.banners_bottom .main_wrapper {
	width: 85%;
	margin: 0 auto;
}
.banner_b_01 {
	margin-bottom: 16px;
}
.banner_b_01, .banner_b_02 {
	width: 100%;
	max-width: 320px;
    float: none;
    margin: 0 auto 16px;
}


/*NEWS*/
.index_news h2 {
    margin-bottom: 12px;
    font-size: 24px;
}
.index_news table tr th,.index_news table tr td {
	display: block;
	width: 100%;
	padding: 4px 12px;
	text-align: left;
}
.index_news table tr th {
	padding: 8px 12px 2px;
	font-size: 12px;
}
.index_news table tr td {
	padding: 5px 12px 8px;
}
.news_more .index_more {
    margin: 24px auto 0;
}

/*COMMON*/
.page_triple_header {
    margin-bottom: 4px;
    font-size: 12px;
}
.common_triple_header {
    font-size: 12px;
}
.work .gaiyou {
	padding: 0 0 40px !important;
	background: url(../img/inidex_news_bg.png), #eaf8f6;
}
.banners_bottom {
    padding: 28px 0;
}

/* FOOTER */
footer {
    padding: 24px 0 12px;
    background: #505050;
}
.sp_footer {
	width: 90%;
	margin: 0 auto;
}
.sp_ftr_03 ul li {
	width: 33%;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	float: left;
}
.sp_ftr_02 ul li {
	width: 50%;
	padding: 8px 0;
	text-align: center;
	font-size: 12px;
	float: left;
}
.sp_ftr_02,.sp_ftr_03 {
	border-bottom: 1px solid #9fa0a0;
}
.sp_footer_copy {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
}
.sp_footer_logo {
	width: 80%;
	max-width: 400px;
	margin: 24px auto 16px;
}
    
.aisatsu .philosophy {
    margin-bottom: 56px;
}
.aisatsu .philosophy_p_center {
    margin-bottom: 12px;
    font-size: 14px;
}
.aisatsu .philosophy_detail_list {
    margin-bottom: 8px;
}
.aisatsu .philosophy_detail p {
    font-size: 17px;
    font-weight: bold;
}
.aisatsu .philosophy_detail {
    padding: 8px 8px;
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
}
    

/* PAGES */    
.page .page_620_wrapper {
    width: 90%;
    margin: 0 auto;
}
.page .page_850_wrapper {
	width: 85%;
	margin: 0 auto;
}
.page .page_870_wrapper {
	width: 87%;
	margin: 0 auto;
}
.page .page_900_wrapper {
	width: 90%;
	margin: 0 auto;
    padding: 28px 0 0;
}
.page .page_935_wrapper {
	width: 94%;
	margin: 0 auto;
	padding: 28px 0 0;
}
.page .page_1200_wrapper {
	width: 100%;
	margin: 0 auto;
}
.work .page_header {
    display: none;
}
.work.network .page_header ,.work.led .page_header {
    display: block;
    width: 90%;
    margin: 16px auto;
}
.work.network .page_header .h2_subc,.work.led .page_header .h2_subc {
    margin-bottom: 6px;
    font-size: 12px;
}
.work.network .page_header h2,.work.led .page_header h2 {
    margin-bottom: 10px;
    padding-bottom: 4px;
    font-size: 24px;
}
.work_header_pht {
	width: 100%;
	margin-top: 20px;
    position: static;
}
h3.electricity_h3 {
	margin-bottom: 12px;
    padding: 14px 16px 12px;
    font-size: 16px;
	font-weight: normal;
    letter-spacing: 0px;
}
h3.electricity_h3 span {
    font-size: 10px;
}
.page_white_half {
	width: 100%;
	margin-right: auto;
	margin-bottom: 24px;
	float: none;
}
.bsc_square_h {
    margin-bottom: 8px;
}
.work_genre {
	width: 100%;
	margin: 0 auto;
}
.work_genre_link {
    width: 90%;
    margin: 0 auto 32px;
}
.work_genre_link ul li a {
	font-size: 14px;
}
.work_genre_header {
    font-size: 16px;
	line-height: 1.4;
}
.work_genre_link ul li {
    width: 100%;
    margin-right: auto;
	margin-bottom: 12px;
    float: none;
}
.work_genre_link ul li:last-child {
    margin-bottom: 0;
}
.gaiyou_2_block_2 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
    float: none;
}
.work_ex_etc table th,.work_ex_etc table td {
    display: block;	
}
.work_ex_etc table th {
	margin: 12px 0;
	padding: 0;
}
.work_ex_etc table td {
    margin: 0 0 12px;
	padding: 0;
	line-height:1.4;
	font-size: 14px;
}
.work_genre_top_link {
	width: 100%;
	margin: 0 auto 32px;
}
.work_genre_top_link ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 12px;
	float: none;
}
.work_genre_link {
	width: 100%;
	margin: 0 auto 32px;
}
.work_genre_link ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 12px;
	float: none;
}



.work.network .gaiyou h4.network_h4 {
	margin-bottom: 12px;
	font-size: 18px;
	letter-spacing: 0;
}
.work.network .gaiyou h4.network_h4 span {
	font-size: 12px;
}
.page_triple {
    width: 48%;
    margin-right: 4%;
    float: left;
}
.page_triple:nth-child(even) {
    margin-right: 0%;
}
.work.network .page_triple_header {
    font-size: 12px;
}
.electricity_white_header,.electricity_blue_bg_header {
	margin-bottom: 12px;
    font-size: 16px;
}
.work.railway .electricity_white_header,.electricity_blue_bg_header {
    font-size: 15px;
}
.electricity_white_list li {
	margin-bottom: 4px;
    line-height: 1.5;
    font-size: 15px;
}

/*鉄道*/
.railway_area_txt {
    width: 100%;
    margin-right: 0;
	margin-bottom: 24px;
    float: none;
}
.railway_area_txt .bsc_txt {
    font-size: 14px;
    line-height: 1.6;
}
.railway_area_phts,.railway_area_phts_2_left ,.railway_area_phts_2_right  {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: auto;
}
.highway_process_pick_header {
    font-size: 16px;
}
.highway_process_pick_header span {
    font-size: 12px;
}
.highway_process_pick_txt {
	font-size: 14px;
}
.highway_bold_square {
    font-size: 17px;
}

/*高速*/
.highway_process_pick {
    width: 100%;
    margin: auto;
}
.highway_process_pick ul li {
	width: 100%;
    height: auto;
    border: 2px solid #000000;
    float: none;
}
.highway_process_pick ul li:first-child {
    margin-bottom: 1em;
}
/*energy*/
.about_pkcntrlr_header {
    width: 90%;
    margin: 0 auto;
}
.energy_arrow {
    width: 80%;
    margin: 0 auto;
}
/*LED*/
.led_h4 {
    font-size: 20px;
}
.led_h4 span {
    font-size: 14px;
}
.page_white_box {
    padding: 12px 12px;
    background: #FFFFFF;
}
.page_white_table_cell.cellh, .page_white_table_cell.celld{
    display: block;
}
.page_white_table_cell.cellh {
	margin-bottom: 8px;
	padding: 8px 12px 6px;
	font-size: 16px;
}
.page_white_table_cell.celld {
	padding: 0px 12px 6px;
	font-size: 14px;
}
.about_pkcntrlr_cap {
	line-height: 1.4;
    font-size: 16px;
}
.about_pkcntrlr_cap {
    margin-top: 8px;
    margin-bottom: 28px;
    text-align: center;
    font-size: px;
}
.common_triple {
    width: 100%;
    margin-right: auto;
	margin-bottom: 12px;
    float: none;
}
/*事業インデックス*/
.wb_inner_left .wb_colorbox {
    float: none;
}
.windex_box .wb_colorbox .wb_colorbox_inner {
    display: block;
    width: 100%;
    height: auto;
}
.windex_box .wb_colorbox {
    width: 100%;
}
.windex_box .wb_colorbox .wb_colorbox_inner.wb_cb_right {
    float: none;
}
.wb_pht.wp_pht_right, .wb_pht.wp_pht_left {
    /*width: 100%;
    position: static;*/
    display: none;
}
.wb_inner {
    position: static;
}
.windex_box .wb_colorbox .wb_colorbox_inner .wb_colorbox_cell {
    display: block;
}
.wb_pht {
    margin-bottom: 8px;
}
.windex_box .wb_colorbox {
    height: auto;
    margin-bottom: 24px;
    padding-bottom: 24px;
}


/*挨拶*/

.aisatsu .main {
	padding: 0 0 0;
}
.aisatsu .page_header {
    width: 160px;
    margin: 0 auto 16px;
}
.aisatsu .gaiyou {
	padding: 32px 0 48px;
}
.aisatsu_pht {
    width: 60%;
	max-width: 250px;
	margin: 0 auto 16px;
    float: none;
}
.aisatsu_2col .text_area {
    width: 100%;
    float: none;
	font-size: 14px;
}
.aisatsu_1col .text_area {
	margin-top: 30px;
    width: 100%;
    float: none;
	font-size: 14px;
}
.text_area .img_name {
    width: 70%;
	max-width: 320px;
	margin: 20px 20px auto auto;
}

.gaiyou_block_text {
    padding-left: 0;
	font-size: 14px;
}
.gaiyou_2_block {
    width: 100%;
    margin-bottom: 40px;
    margin-right: auto;
    float: none;
}

/*事業所一覧*/
.gaiyou_table table th,.gaiyou_table table td {
    text-align: left;
    display: block;
	padding: 8px 0 6px 0;
	font-size: 14px;
}
.gaiyou_table table th {
	padding: 8px 0 2px 0;
	font-size: 14px;
	font-weight: bold;
}
.gaiyou_table table td {
	padding: 2px 0 6px 0;
	font-size: 14px;
}
.gaiyou_1_block h4, .gaiyou_2_blocks h4 {
    margin-bottom: 12px;
}
.jigyousyo .gaiyou {
	padding-top: 0;
}
.jigyousyo_table td,.jigyousyo_table th {
	font-size: 14px;
	display: block;
}
.jigyousyo_table th {
	padding: 4px 0 0px;
	font-weight: bold;
}
.jigyousyo_table td {
    padding: 4px 0 6px;
}
.map_distance {
	font-size: 12px;
}
.jigyousyo_table {
    float: none;
    letter-spacing: 2px;
}
.jigyousyo_table td {
    width: 100%;
    line-height: 1.4;
}
.jigyousyo_img {
    width: 50%;
	max-width: 275px;
	margin: 0 auto;
    float: none;
}

/*採用*/

.recruit_kv_message {
	position: absolute;
    top: 100px;
    width: 90%;
    left: 5%;
}
.recruit_kv_message h1 {
	width: 40%;
	max-width: 120px;
	margin-bottom: 16px;
}
.recruit_section_2_01 h2,.recruit_section_2_02 h2,.recruit_section_2_03 h2,.recruit_section_2_04 h2  {
    width: 95%;
    margin: 0 auto 24px;
}
.recruit_m_02_box .recruit_m_p_header_01 {
    width: 100%;
    margin: 0 auto 24px;
}
.recruit_m_02_box .recruit_m_p_header_02 {
    width: 100%;
    margin: 0 auto 24px;
}
.recruit_m_03_box .recruit_m_p_header_01,.recruit_m_03_box .recruit_m_p_header_02 {
    width: 100%;
    margin: 0 auto 24px;
}
.rsec p {
    font-size: 13px;
    line-height: 1.66;
    text-align: left !important;
}
.rsec {
    padding: 48px 0 40px;
    text-align: center;
}
.recruite_entry_banners ul li {
    width: 100%;
    margin-right: 0;
	margin-bottom: 16px;
    float: none;
}
.recruit_kv_message_txt {
	margin-bottom: 24px;
}

.recruit_m_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 64px 0;
}
.recruit_m_01 .recruit_m_wrapper {
    padding: 32px 0 32px;
}
.recruit_m_01 .recruit_m_wrapper.recruit_m_lesspd,.recruit_m_02 .recruit_m_wrapper.recruit_m_lesspd {
    padding: 0 0 32px;
}
.recruit_m_01_box .recruit_m_p_header_01 {
    width: 100%;
}
.recruit_m_02 .recruit_m_wrapper {
    padding: 32px 0 32px;
}
.recruit_m_03 .recruit_m_wrapper {
    padding: 32px 0 32px;
}
.recruit_m_03 .recruit_m_wrapper:nth-child(2) {
    padding: 0 0 32px;
}
.recruit_m_p_txt {
    margin-bottom: 0;
    font-size: 14px;
}
    
.recruit_sites {
    width:100%;
    margin-bottom: 24px;
}
    
.senpai_three_wrapper {
    width: 90%;
    margin: 0 auto;
}
.recpht_1 {
    width: 100%;
    margin: 0 auto 32px;
}
.recruit_m_01 .recpht_2 {
    width: 100%;
	margin-bottom: 32px;
}
.recruit_m_03 .recpht_1 {
	margin-bottom: 0;
}
.recruit_m_01_box .recpht_1 {
    width: 100%;
    margin: 0 auto 16px;
}
.recruit_m_01_box .recruit_m_p_header_02 {
    width: 100%;
    margin: 0 auto 24px;
}
h2.senpai_voice_header {
    margin-bottom: 12px;
    padding: 0 0 0px;
	font-size: 22px;
}
.senpai_three {
    padding: 32px 0 0;
}
.senpai_three ul {
    display: block;
}

.senpai_three ul li {
    width: 100%;
    margin-right: 0;
	margin-bottom: 24px;
    float: none;
}
.recruit_message_link a {
	height: auto;
	background: none;
	background-size: cover;
}
.rsec_sp_wrapper {
	width: 92%;
	margin: 0 auto;
}
.recruit_section_2_02 {
    background: url(../img/recruit_section_2_02_bg_sp.png) center top;
    background-size: cover;
}
.recruit_section_2_03 {
    background: url(../img/recruit_section_2_03_bg_sp.png) center top no-repeat;
    background-size: cover;
}
.recruit_section_2_04 {
    background: url(../img/recruit_section_2_04_bg_sp.png) center top;
    background-size: cover;
}
.recruit_message_link {
    width: 100%;
    margin: 64px auto 0;
}
    
    
/*中途採用情報*/
.recruit_new .page_650_wrapper {
    width:90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}
.recruit_middle .page_700_wrapper {
    width:95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 32px;
}
.recruit_middle_ttntn {
    margin-bottom: 24px;
    font-size: 14px;
}
.recruit_middle_table_header {
    margin-bottom: 10px;
    color: #005dc1;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}
.recruit_middle_table {
	width: 100%;
	margin: 0 auto 32px;
}
.recruit_middle_table table {
	width: 100%;
	border: none;
}
.recruit_middle_table table th,.recruit_middle_table table td {
	display: block;
    padding: 8px 0 6px 14px;
	border-top: 1px solid #b5b5b6;
    font-size: 14px;
	line-height: 1.55;
	text-align: left;
}
.recruit_middle_table table th {
	width: 100%;
	background: #efefef;
}
.recruit_middle_table table .recruit_middle_career_bg_pink th,.recruit_middle_table table .recruit_middle_career_bg_pink td {
	border-bottom: 1px solid #b5b5b6;
	background: #fce5f2;
}

.recruit_contact_link a {
    display: block;
    width: 280px;
    margin: 0 auto 48px;
    padding: 12px 0;
    color: #FFFFFF;
    text-align: center;
    background: #0075c1;
}
.recruit_contact_link_back {
    text-align: center;
}
.recruit_contact_link_back a {
    display: inline-block;
    margin-bottom: 32px;
    padding: 12px 32px;
    color: #FFFFFF;
    text-align: center;
    background: #0075c1;
}
.recruit_contact_link a {
    display: block;
    width: 280px;
    margin: 0 auto 48px;
    padding: 12px 0;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background: #0075c1;
}
.recruit_contact_link_back {
    text-align: center;
}
.recruit_contact_link_back a {
    display: inline-block;
    margin-bottom: 32px;
    padding: 12px 32px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background: #0075c1;
}







/*事業所一覧*/
.jigyousyo h2.location_header {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: 4px;
    color: #0075c1;
    text-align: center;
}
.jigyousyo_header {
    margin-bottom: 8px;
	color: #0075c1;
	font-size: 24px;
	font-weight: bold;
}
.page.jigyousyo .main {
    padding: 0 0 0;
}
.jigyousyo_header {
	font-size: 22px;
}

.jigyousyo_header em {
	display:block;
	font-size: 14px;
	font-style: normal;
    margin-bottom: 10px;
}

/*プライバシー*/
.privacy .gaiyou {
    padding: 0px 0 56px;
}
.privacy_inner_txt_1 {
    font-size: 14px;
}
.privacy_inner_txt {
    font-size: 14px;
}
.privacy_inner_header {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #0075c1;
}

/*問い合わせ*/
.contact_box.gaiyou {
    padding: 0 0 56px;
    background: url(../img/inidex_news_bg.png), #eaf6fc;
}
.page.contact .main {
	padding: 0 0 0;
}
.page.contact .contact_form table {
    width: 100%;
}
.page.contact .contact_header {
	margin-bottom: 16px;
    font-size: 22px;
	color: #0075c1;
	font-weight: bold;
	text-align: center;
}
.labelbox th .labelhdr{
    width: 170px;
	padding: 0 0 0;
    font-size: 14px;
	font-weight: bold;
    text-align: left;
}
.labelbox td ,.labelbox th {
	display: block;
} 
.labelbox td {
    padding: 4px 0 16px;
}
.labelbox th {
    vertical-align: middle;
}
.labelbox td input {
    width: 100%;
    padding: 8px 8px;
    font-size: 14px;
}
.labelhdr span.require_sub {
    margin-left: 4px;
    color: #ff0000;
    font-size: 14px;
}
.labelbox .textarea_th {
    vertical-align: top;
}
.labelbox td .contact_textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #727171;
    border-radius: 4px;
}

/*NEWS*/
.page.news .page_900_wrapper {
	width: 100%;
	padding-top: 0;
}
.index_news {
	padding: 40px 0;
}
    
/*サイトマップ*/
.page.sitemap .gaiyou {
    padding: 32px 0 80px;
}
.page.sitemap .page_735_wrapper {
    width: 90%;
    margin:0 auto;
}
.sitemap_three {
    display: block;
    margin-right: 0;
    margin-bottom: 32px;
    float: none;
}
.sitemap_header {
    margin-bottom: 12px;
    font-size: 18px;
}
.sitemap_list li {
    margin-bottom: 12px;
}
.sitemap_list li a{
    font-size: 14px;
}

}