@charset "UTF-8";


/* ヘッダー部ここから
----------------------------------------------- */
.header_pc_helper_top li{
  display: inline-block;
  padding-left: 10px;
}

/* ヘッダー部ここまで
----------------------------------------------- */


/* メインビジュアル部ここから
----------------------------------------------- */

.mainvisual {
	position: relative;
	display: block;
	width: 100%;
	margin: 115px auto 20px;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .mainvisual {
    margin: 0 auto 20px;
  }
}

/* responsive: PC */
.mainvisual .slider {
	position: relative;
	height: 380px;
	overflow: hidden;
}
.mainvisual li {
	position: relative;
	height:  380px;
	background-size: cover;
	/* background-position: center; */
}
.mainvisual li.slimg1 {
	background-image: url("/images/top/mainvisual-ph01.png");
}
.mainvisual li.slimg2 {
	background-image: url("/images/top/mainvisual-ph02.png");
}
.mainvisual li.slimg3 {
	background-image: url("/images/top/mainvisual-ph03.png");
}
@media only screen (min-width: 780px) and (max-width: 1199px) {
	.mainvisual li 
		background-size: auto 100%;
	}
}

/* responsive: タブレット */
@media only screen and (min-width: 400px) and (max-width: 779px) {
	.mainvisual {
		margin: 80px auto 20px;
	}
	.mainvisual .slider,
	.mainvisual li {
		height:  350px;
	}
	.mainvisual li.slimg1 {
		background-image: url("/images/top/mainvisual-ph01t.png");
	}
	.mainvisual li.slimg2 {
		background-image: url("/images/top/mainvisual-ph02t.png");
	}
	.mainvisual li.slimg3 {
		background-image: url("/images/top/mainvisual-ph03t.png");
	}
}

/* responsive: スマートフォン */
@media only screen and (max-width: 399px) {
	.mainvisual {
		margin: 80px auto 20px;
	}

	.mainvisual li.slimg1 {
		background-image: url("/images/top/mainvisual-ph01s.png");
	}
	.mainvisual li.slimg2 {
		background-image: url("/images/top/mainvisual-ph02s.png");
	}
	.mainvisual li.slimg3 {
		background-image: url("/images/top/mainvisual-ph03s.png");
	}
}


/* メインビジュアル 画像上の半透明BOX */
.mainvisual_copy_whitebox {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*height: 150px;*/
	background: rgba(255,255,255,0.8);
}

/*
@media only screen and (max-width: 1199px) {
  .mainvisual_copy_whitebox {
	height: 170px;
  }
}

@media only screen and (max-width: 800px) {
  .mainvisual_copy_whitebox {
	height: 160px;  
	}
}

@media only screen and (max-width: 399px) {
  .mainvisual_copy_whitebox {
    height: 190px;  
    }
}
*/

/* メインビジュアル 画像上のテキストBOX */
.mainvisual_copy_box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
  overflow: hidden;
  padding: 10px;
}

.mainvisual_copy_box_left {
  width: 200px;
  float: left;
  text-align: center;
  padding-top: 7px;
  font-size: 1.3em;
  font-weight: bold;
  color: #ffffff;
  opacity: 1.0 !important;
  text-shadow: 
    1px 0 1px #1f509c,
    0 1px 1px #1f509c,
    -1px 0 1px #1f509c,
    0 -1px 1px #1f509c 
}

@media only screen and (max-width: 1199px) {
  .mainvisual_copy_box_left {
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .mainvisual_copy_box_left {
  	float: none;
    width: 100%;  
	}
}

.mainvisual_copy_box_center {
  width: 800px;
  float: left;
  padding-left: 10px;
}

@media only screen and (max-width: 1199px) {
  .mainvisual_copy_box_center {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .mainvisual_copy_box_center {
  	float: none;
    width: 100%;
    text-align: center;
	}
}

.mainvisual_copy_box_center_copy1 {
  font-size: 1.8em;
  font-weight: bold;
  display: inline-block;
  color:  #1f509c;
  margin-top: 3px;
}

@media only screen and (max-width: 1199px) {
  .mainvisual_copy_box_center_copy1 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 820px) {
  .mainvisual_copy_box_center_copy1 {
    font-size: 1.5em;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 399px) {
  .mainvisual_copy_box_center_copy1 {
    font-size: 1.3em;
    line-height: 0.9;
  }
}

.mainvisual_copy_box_center_copy2 {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block; 
  margin: -10px; 
  color:  #1f509c;
}

@media only screen and (max-width: 1199px) {
  .mainvisual_copy_box_center_copy2 {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 399px) {
  .mainvisual_copy_box_center_copy2 {
    font-size: 1.1em;
  }
}

.mainvisual_copy_box_center_copy3 {
  font-size: 1.1em;
  font-weight: bold; 
  color: #000000;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .mainvisual_copy_box_center_copy3 {
    font-size: 0.9em;
  }
}

.mainvisual_copy_box_center_link a{
  display: inline-block;
  padding: 8px 20px;
  color: #ffffff;
  vertical-align: middle;
  background: #1f509c;
  border-radius: 20px;
}

.mainvisual_copy_box_center_link a:hover {
  background: #ad2a4b;
  opacity: 1;
}

.mainvisual_copy_box_right {
  width: 150px;
  float: right;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .mainvisual_copy_box_right {
    width: 20%;
  }
}

@media only screen and (max-width: 769px) {
  .mainvisual_copy_box_right {
  	float: none;
    width: 100%;  
	margin-top: -20px;
	}

  .mainvisual_copy_box_right_link {
    text-align: right;
  }
}

@media only screen and (max-width: 465px) {
  .mainvisual_copy_box_right {
	margin-top: -30px;
	}
}

@media only screen and (max-width: 399px) {
  .mainvisual_copy_box_right {
	margin-top: 3px;
	}
}

.mainvisual_copy_box_right_link a{
  display: inline-block;
  width: 150px;
  text-align: center;
  padding: 5px;
  color: #ffffff;
  background: #1f509c;
}

.mainvisual_copy_box_right_link a:hover {
  background: #ad2a4b;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .mainvisual_copy_box_right_link a{
    width: 110px;
  }
}

 
@keyframes slider{
    0%{
        opacity:0;
    }
    20.83%{
        opacity:1;
    }
    33.33%{
        opacity:1;
    }
    45.83%{
        opacity:0;
    }
    100%{
        opacity:0;
    }   
}


/* メインビジュアル部ここまで
----------------------------------------------- */


/* 新着情報＆TOPICSここから
----------------------------------------------- */
.top_wrapper{
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 130px;
}

.top_wrapper_left{
  float: left;
  width: 48%;
  border-top: 5px solid #17358e;
}

.top_wrapper_right{
  float: right;
  width: 48%;  
  border-top: 5px solid #ad2a4b;  
}

@media only screen and (max-width: 1199px) and (min-width: 801px) {
  .top_wrapper {
    width: 100%;
  }
  .top_wrapper_left{
  float: left;
  width: 48%;
  margin: 0 auto;   
	}

.top_wrapper_right{
  float: right;
  width: 48%; 
  margin: 0 auto;	  
	}
}
  
@media only screen and (max-width: 800px) {
	.top_wrapper{
	  overflow: hidden;
    width: 100%;
    margin: 0 auto 60px;
	  }

.top_wrapper_left{
  float: none;
  width: 90%;
  margin: 0 auto;   
}

.top_wrapper_right{
  float: none;
  width: 90%; 
  margin: 0 auto;   
}
}

.top_wrapper_left h2{
  font-weight: bold;
  font-size: 1.4em;
  padding: 5px;
  color: #17358e;  
}

.top_wrapper_right h2{
  font-weight: bold;
  font-size: 1.4em; 
  padding: 5px; 
  color: #ad2a4b;  
}

.top_wrapper_right h3{
  font-size: 1.1em;  
}

@media only screen and (max-width: 767px) {
  .top_wrapper_right h3{
    font-size: 1.2em; 
  }

}

/* 新着情報 */

.top_newinfo {
  overflow: hidden;
  overflow-y: scroll;  
  height: 500px;
}

@media only screen and (max-width: 800px) {
	.top_newinfo {
  		height: 150px;
	}
}

.top_newinfo dd {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.top_newinfo img{
  float: left;
  display: block;
  width: 59px;
  margin-right: 10px;
}

.top_newinfo p {
  overflow: auto;
}


.top_newinfo_btn{
    margin: 20px 0;
}

.top_newinfo_btn ul{
    margin: 0;
    display: flex;
    justify-content: flex-end;
}


.top_newinfo_btn ul li{
    list-style-type: none;
    margin: 0 0 0 1.5em;
}


.top_newinfo_btn ul li a{
    background-color: #1f509c;
    color: #fff;
    padding: .5em;
}

.top_newinfo_btn ul li a:hover{
    background-color: #ad2a4b;
    opacity: 1;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .top_newinfo_btn ul li a:hover{
        background-color: #1f509c;
    }

}


/* TOPICS */

.top_topics_news {
  overflow: hidden;
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
}

.top_topics_news a{
  float: right;
  margin-left: 10px; 
  margin-bottom: 10px;   
}

.top_topics_news img{
  width: 200px;
}


@media only screen and (max-width: 767px) {

/*
  .top_topics_news {
    text-align: center;
  }

  .top_topics_news p{
    text-align: left;
  }
  */
	.top_topics_news a{
	  float: right;
	  margin-left: 10px; 
	  margin-bottom: 10px;   
	}

	.top_topics_news img{
	  width: 150px;
	  margin: 0 auto;
	} 
}

/* 新着情報＆TOPICSここまで
----------------------------------------------- */


/* フッターここから
----------------------------------------------- */

.footnav_top_only {
	overflow: hidden;
}

.footnav_top_only_left {
	float: left;
}

.footnav_top_only_right{
	float: right;
}

@media only screen and (max-width: 800px) {
	.footnav_top_only_left {
		float: none;
	}

	.footnav_top_only_right{
		float: none;
	}
}


/* フッターここまで
----------------------------------------------- */

/*
.header_pc_helper_top li {
  text-align: right;
  line-height: 1;
  margin-bottom: 8px;
}
.header_pc_helper_top li a {
  color: #000;
}
.header_pc_helper_top li a i {
  color: #1F509C;
  padding-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  .header_pc_helper_top {
    display: none;
  }
}












.outline-history dl{
	overflow: hidden;
}

.outline-history dt{
	float: left;
	width: 5.5em;
		line-height: 1.5;
}

.outline-history dd{
	margin: 0 0 1em 0;
	line-height: 1.5;
}

.history-page-link{
	text-align: right;
}

.license{
	padding-top: 7px;
}

.license dl{
	overflow: hidden;
}

.license dt{
	float: left;
	width: 12em;
}

.license dd{
	float: left;
	margin: 0 0 8px 0;
}

.license dd.touroku{
	width: 10em;
}

.qualified {
	overflow: hidden;
}

.qualified-left{
	float: left;
	width: 50%;
}

.qualified dl{
	overflow: hidden;
}


.qualified dt{
	float: left;
	width: 12em;
}

.qualified dd{
	float: left;
	margin: 0 0 8px 0;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .qualified-left{
        float: none;
		width: 100%;
    }

    .license dd{
        margin: 0 0 4px 0;
    }

    .qualified dd{
        margin: 0 0 4px 0;
    }
}


/* 会社概要ここまで
----------------------------------------------- */

/* 企業理念・行動指針ここから
----------------------------------------------- */
.vision_wrapper {
	overflow: hidden;
}

.vision_left {
	width: 70%;
	float: left;
}
.vision_right {
	width: 30%;
	float: left;
	text-align: center;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .vision_left{
        float: none;
		width: 100%;
    }
	.vision_right {
		width: 30%;
		float: none;
		margin: 0 auto;
	}
}


.vision_wrapper h3{
    position: static;
    background: transparent;
    border: none;
    color: #1f509c;
    padding: 8px 4px;
}

.vision_box{
    padding: 24px 48px 24px 72px;
    border: solid 1px #ddd;
    background: #f8f8f8;
    margin-bottom: 24px;
}

.vision_box p{
    margin-bottom: 0;
	font-size:1.3em;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.vision_box ul{
    margin-left: 50px;
}

.vision_box ul li{
    margin-bottom: 0;
	font-size:1.3em;
	font-weight: 600;
	line-height: 1.3;
	list-style: square;
}

.vision_name{
    float: right;
}

@media only screen and (max-width: 1199px){
    .vision_box{
        padding: 24px 16px;
    }
}

/* 企業理念・行動指針ここまで
----------------------------------------------- */

/* ニュース一覧ここから
----------------------------------------------- */
.news_table tr:hover{
    cursor: default;
	background: #f7eaed;
}

.common_table th.news-day{
    width: 13%;
}

.common_table th.news-page{
    width: 15%;
}

/* ニュース一覧ここまで
----------------------------------------------- */


/* 事業所ここから
----------------------------------------------- */
.network_image {
    width: 100%;
    height: auto;
}

.network_table th{
    width: 25%;
}

.network_table th.shiten {
    height: 60px;
	width: 100%;
	vertical-align: middle;
}

/* 事業所ここまで
----------------------------------------------- */


/* 安全衛生方針、品質方針、環境方針ここから
----------------------------------------------- */
.iso_box{
    padding: 24px 48px 24px 72px;
    border: solid 1px #ddd;
    background: #f8f8f8;
	width: 80%;
	margin: 0 auto 24px;
}

.iso_box ol{
    margin-left: 0;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.3;
}

.iso_box ol li:last-child{
    margin-bottom: 0;
}

.iso_name{
    float: right;
}

.iso_clear-both {
	clear: both;
}

@media only screen and (max-width: 1199px){
    .iso_box{
        padding: 24px 16px;
    }
}

/* 安全衛生方針、品質方針、環境方針ここまで
----------------------------------------------- */

/* メディアクリップここから
----------------------------------------------- */
.mediaClip_table tr:hover{
    cursor: default;
	background: #f7eaed;
}

.common_table th.media-day{
	width: 15%;
}

.common_table th.media-name{
	width: 20%;
}

.media_text p{
    text-align: right;
    border-bottom: 5px solid #1f509c;
    margin-bottom: 24px;
}

#intro_media{
    width: 13rem;
}

#pub_date{
    width: 9rem;
}

.mediaClip_table .fa-file-pdf{
    color:#b30b00;
    font-size: 30px;
    padding-right: .3em;
    vertical-align: bottom;
}

.mediaClip_table .fa-external-link-alt{
    color:#3b3b3b;
    font-size: 24px;
    padding-right: .3em;
    vertical-align: baseline;
}

.mediaClip_table p{
    margin-bottom: 0;
}

.mainContent .mediaClip_table tr td ul li{
    margin:0;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    #intro_media{
        width: 4rem;
    }

    #pub_date{
        width: 6rem;
    }


}

/* メディアクリップここまで
----------------------------------------------- */

/* 関係会社ここから
----------------------------------------------- */
.related-company-link {
    max-width: 80%;
	margin: 0 auto;
	background-color: #f8f8f8;
	border: 1px solid #dadada;
	padding: 20px;
}

.related-company-link .blue_to_red_btn a{
    background-color: #1F509C;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 25px;
}

.groupcompany_table dl{
    overflow: hidden;
}

.groupcompany_table dt{
	float: left;
}

.groupcompany_table dd{
	float: right;
}

.groupcompany_table th{
	background-color: #f8f8f8;
}

.group-postal {
	width: 20%;
}

.group-tel {
	width: 25%;
}

/* 関係会社ここまで
----------------------------------------------- */

/* 地域関係会社ここから
----------------------------------------------- */

.related-company-link p {
    text-align: center;
}

.related-company_top_image {
    width: 100%;
    height: auto;
}

.related-company_top{
    text-align: center;
}

.related-company_top .link_btn{
    display: flex;
    justify-content: center;
}


.related-company_top .link_btn a{
    display: block;
    color: #fff;
    background-color: #1f509c;
    height: 40px;
    line-height: 40px;
    width: 50%;
    text-align: center;
    border-right: 1px solid #fff;
}

.related-company_top .link_btn a:hover{
    background-color: #AD2A4B;
    opacity: 1;
}

.page_btn,
.map_btn{
    color: #fff;
    background-color: #1f509c;
    padding: 0 .5em;
    width: 5em;
    text-align: center;
    float: right;
}

.blue_to_red_btn a{
    color: #fff;
    background-color: #1f509c;
    padding: 0 .5em;
}

.blue_to_red_btn a i{
    padding-right: .3em;
}


.blue_to_red_btn a:hover{
    background-color: #AD2A4B;
    opacity: 1;
}

/* 関係会社ここまで
----------------------------------------------- */


/* ニュース一覧ここから
----------------------------------------------- */
#hizuke{
    width: 8em;
}

#page{
    width: 11rem;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    #hizuke{
        width: 6em;
    }

    #page{
        width: 6rem;
    }
}


/* ニュース一覧ここまで
----------------------------------------------- */

/* TOPナビ修正ここから
----------------------------------------------- */

.header_bottom #headerNav ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 990px)  {

  .header_bottom #headerNav ul li a {
    font-size: 12px;
  }

}


@media only screen and (max-width: 767px) {

  .header_bottom #headerNav ul li a::before {
    height: 40px;
  }

  .header_bottom .spnav_top p {
    line-height: 2.5;
  }

}



/* TOPナビ修正ここまで
----------------------------------------------- */

/* 数字で見るNIPPOここから
----------------------------------------------- */
#hmr-topsec_number .hmr-sec_linkbtn {
  width: 100%;
  margin: 0 auto 45px;
  text-align: center;
}
#hmr-topsec_number .hmr-sec_linkbtn a{
  border-radius: 20px;
  padding: 4px 40px 4px 30px;
  color: #009370;
  text-align: center;
  border: 1px solid #009370;
  background-position: 95% 50%;
  background-color: #fff;
  background-size: 14px auto;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_rt_red.svg");
}

.figure_date{
	color: white;
	text-align: right;
	margin-right: 3em;
}

@media screen and (max-width:768px){
	.top_figures{
		display: block;
	}
	.top_figures_shosai{
		width: 100%!important;
	}
}
/* 数字で見るNIPPOここまで
----------------------------------------------- */


/* 採用情報　バナー写真変更　ここから
----------------------------------------------- */

/*#hmr-topsec_recruit .hmr-topsec_recruit_inner .hmr-topsec_recruit_col{
	max-height: 300px;
	background-image: url("../../images/top_images/top_img_802.png");
	height: 25vw;
}*/

#hmr-topsec_recruit .hmr-topsec_recruit_inner .hmr-topsec_recruit_col{
	max-height: 300px;
	background-image: url("../../images/top_images/recruit_banner.png");
	height: 25vw;
}

/* 採用情報　バナー写真変更　ここまで
----------------------------------------------- */

/* 	主要グループ4社バナー　ここから
----------------------------------------------- */
.group_bana{
	display: flex;
	margin: 0 auto;
	max-width: 1000px;
	margin-bottom: 30px;
}

.group_bana1,.group_bana2{
	display: flex;
}

.group_bana a{
	margin: auto 10px;
}

.group_bana img{
	border: solid #a3a3a2 1px;
	text-align: center;
	width: 250px;
	padding: 0 10px;
}

@media screen and (min-width:768px) and (max-width:1000px){
	.group_bana{
		display: block;
		max-width: 600px;
	}
	
	.group_bana1,.group_bana2{
		display: flex;
		width: 80%;
		margin: 0 auto;
		max-height: 1000px;
	}
}

@media screen and (max-width:767px){
	.group_bana{
		display: block;
		text-align: center;
	}
	
	.group_bana1,.group_bana2{
		display: block;
		
	}
}

.menu1{
	width: 33.3%;
}

.menu_right{
	width: 66.7%;
}

.menu2{
	display: flex;
}

.menu2_1,.menu2_2{
	width: 100%;
}


/*TOPページバナー（企業理念・行動指針）*/
#hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner .hmr-topsec_imgbtns_col.hmr-topsec_imgbtns_col11 {
  background-image: url("../../images/top_images/top_img_711.png");
}
/*TOPページバナー（社長ご挨拶）*/
#hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner .hmr-topsec_imgbtns_col.hmr-topsec_imgbtns_col12 {
  background-image: url("../../images/top_images/top_img_712-2.jpg");
}

.hmr-topsec_imgbtns_col12 a::before{
	background-image: none;
}

.hmr-topsec_imgbtns_inner{
	display: flex;
}

@media screen and (max-width:768px){
	.hmr-topsec_imgbtns_inner{
		display: block;
	}
	
	.menu_right{
		width: 100%;
	}
	
	.menu1{
		display: flex;
		width: 100%;
	}
	
	.menu1.hmr-topsec_imgbtns_col{
		width: 50%;
	}
	
	.menu2{
		width: 100%;
	}
	
	#hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner .hmr-topsec_imgbtns_col{
		flex: initial;
	}
}