@charset "UTF-8";


/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

#h_box, #footer_box, #main_img, #main, .box, #topicPath{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------- */
#header{
	background: #FFF;
	padding-top: 15px;
	border-bottom: 1px solid #e1e1e1;
}
#header h1 {
	color: #ccc;
	font-size: 10px;
	padding-top: 2px;
}
#h_left {
	width: 23.5%;
	float: left;
}
#h_right {
	float: right;
	width: 66%;
}

/* mainnav 
---------------------------------------------------------- */
#mainnav {
}
#mainnav .topmenu li{
	width: 108.3px;
	float: left;
	position:relative;
	padding: 10px 0 20px 0;
	text-align: center;
	border-bottom: 5px solid #FFF;
}
#mainnav .topmenu li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #d5d5d5;
}
#mainnav .topmenu li:first-child a{
	border-left: 1px solid #d5d5d5;
}
#mainnav .topmenu li:hover{
	border-bottom: 5px solid #00a04f;
}
#mainnav .topmenu li:hover a{ color: #00a04f; }

/* level2 */
#mainnav .topmenu ul{
	width: 195px;
	display:none;
	position:absolute;
	z-index:9999;
	top: 57px;
}
#mainnav .topmenu li li{
	width: auto;
	border-left: none;
	float: none;
	background: #00562a;
	box-sizing: border-box;
	border: none;
	text-align: left;
	padding: 0 10px;
}
#mainnav .topmenu li li:hover{
	border: none;
	background: #FFF;
}

#mainnav .topmenu li li a,
#mainnav .topmenu li li span{
	border: none;
	display: block;
	color: #FFF !important;
	padding: 10px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #003f20;
}
#mainnav .topmenu li li.sublink a {
	padding-left: 20px;
}
#mainnav .topmenu  li li:first-child a{
	border-left:none;

}
#mainnav .topmenu li li:hover a,
#mainnav .topmenu li li:hover span{
	border:none; padding-bottom: 11px;
		color: #019646 !important;
}
#mainnav li li .parent {
	background-image:url(/assets/img/common/arrow01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
/* level3 */
#mainnav .topmenu ul ul{
	margin:-42px 0 0 -1px;
	padding-top: 0;
  left:100%;
}

/* level4 */
#mainnav ul ul ul {
	margin:-42px 0 0 -1px;
	left:100%;
}
.subInner {
    display:none;
}

/* main 
---------------------------------------------------------- */
main {display: block;}
#main{
	margin-bottom: 50px;
}
#content{
	width: 750px;
	float: left;

}

#snav{
	width: 220px;
	float: right;
	background: #9C0;
}


/* pagetop 
---------------------------------------------------------- */
#bk_top {
	text-align:center;
	background: #fbfbfb;
}
#scrollUp {
	display: block;
	width: 50px;
	height: 50px;
	bottom: 5%;
	right: 5%;
	background:url(/assets/img/common/btn_pagetop.png) no-repeat;
	background-size: contain;
}

/* footer 
---------------------------------------------------------- */
#footer {
	padding: 50px 0 30px 0;
	background:#f2f2f2;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}

/* --- copy_right --- */
#copy_right{
	background: #000;
	padding: 20px 0;
	overflow: hidden;
}
#copy_right p{
	color: #FFF;
	font-size: 80%;
	float: right;
}



#address{
	width: 300px;
	float: right;
	overflow: hidden;
}
#address .logo_f{ 
	padding-right: 20%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#address .add{ margin-bottom: 20px;}
#address .add p{ font-size: 90%; }
#address .add span{ 
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 100%;
}

@media screen and ( min-width : 640px ){
#footer_link {
	float: left;
}
#footer_link ul{ 
	width: 172px;
	float: left;
}
#footer_link ul ul{ 
	width: auto;
	float: none;
}
#footer_link ul a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#footer_link li ul{ margin-top: 10px; }
#footer_link li ul li{ margin-bottom: 5px;}
#footer_link li ul a{
	background:url(/assets/img/common/arrow02.png) no-repeat left center;
	color: #717171;
	font-weight: normal;
	padding-left: 15px;
	font-size: 12px;
}
#footer_link li ul .sublink {
	padding-left: 10px;
}
#footer_link ul a:hover{ color: #999; }


#copy_right ul{
	float: left;
}
#copy_right ul li{
	display: inline-block;
	border-left: 1px solid #FFF;
	line-height: 1;
	padding: 0 10px;
}
#copy_right ul li:first-child{
	border: none;
	padding-left: 0;
}
#copy_right ul a{
	color: #FFF;
	text-decoration: none;
	font-size: 80%;
}
#copy_right ul a:hover{ color: #999;}

} /* End Media 768px */

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom:100px;
}
.container {
	margin-bottom:60px;
}
.case {
	margin-bottom:40px;
}
.pack {
	margin-bottom:30px;
}
.item {
	margin-bottom:20px;
}
.mb_clear{ margin-bottom: 0; }

.section .container:last-child,
.container .case:last-child,
.case .pack:last-child,
.pack .item:last-child {
	margin-bottom:0px;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}
.txt_c{
	text-align:center !important;
}
.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}
.txt_big{ font-size: 110%;}
.txt_green{ color: #029646; }
.txt_green01{ color: #1a6740; }
/* p section 
---------------------------------------------------------- */
main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}


/* tb_style 
---------------------------------------------------------- */
.tb_style{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_style td,
.tb_style th{
	padding: 15px;
	border-bottom: 1px solid #92cfae;
	box-sizing: border-box;
}
.tb_style th{
	background:#ddeae3;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.tb_style table{
	width: 100%;
}
.tb_style table td,
.tb_style table th{
	width: auto;
	padding: 5px;
	background: none;
	border: none;
	font-weight: normal;
}
.tb_style02 td,
.tb_style02 th{
	border: 1px solid #92cfae;
}
/* tb_form 
---------------------------------------------------------- */
.tb_form{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_form th {
	text-align:left;
	background:url(/assets/img/recruit/hissu.jpg) no-repeat right 10px;
}
.tb_form .ninni{
	background-image:url(/assets/img/recruit/ninni.jpg);
}
.tb_form .tb_list li{
	display:inline;
	margin-left:15px;
}
.tb_form .tb_list li:first-child{
	margin-left:0;
}
.tb_form .tb_list li .title{
	margin-right:5px;
}
.tb_form .space_b{
	display:block;
	margin-bottom:15px;
}
.tb_form .imp_txt{
	width:100%;
	padding:3px 0;
}
.tb_form .imp_s{
	width:20%;
	padding:3px 0;
}
.tb_form .imp_space{
	width:20%;
	padding:3px 0;
}
.ime_sel{ 
	padding: 3px 0;
	width: 100%;
}
.tb_form input[type="text"]{ 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 5px;
	box-sizing: border-box;
}


/* tb_line
---------------------------------------------------------- */
.tb_line{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_line td,
.tb_line th{
	padding: 25px 0 30px;
	box-sizing: border-box;
}
.tb_line tr.first td,
.tb_line tr.first th{
	padding-top: 0;
}
.tb_line td{
	padding-left: 60px;
	border-bottom: 1px solid #ccc;
}
.tb_line th{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-bottom: 2px solid #029646;
	color: #029646;
}
.tb_line table{
	width: 100%;
}
.tb_line table td,
.tb_line table th{
	width: auto;
	padding: 5px;
	background: none;
	border: none;
	font-weight: normal;
	color: #333;
}

/* col style 
---------------------------------------------------------- */
.col2_box, .col3_box, .col4_box{
	position:relative;
}
.col2_box .col2, .col3_box .col3, .col4_box .col4{
	float:left;
	box-sizing: border-box;
}
.col2_box .col2:first-child,
.col3_box .col3:first-child,
.col4_box .col4:first-child{
	margin-left:0;
}

/* --- col 2 --- */
.col2_box {
}
.col2_box .col2 {
}

/* --- col 3 --- */
.col3_box {
}
.col3_box .col3 {
}

/* --- col 4 --- */
.col4_box {
}
.col4_box .col4 {
}



/* title style 
---------------------------------------------------------- */
.title_main {
 	font-size: 190%;
	font-weight: bold;
	color: #029646;
	margin-bottom: 30px;
}
.title_sub {
	text-align: center;
	margin-bottom: 30px;
}
.title_sub span{
	font-size: 170%;
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid #029646;
	padding-bottom: 5px;
}
.title_sec {
	font-size: 150%;
	font-weight: bold;
	color: #000;
	border-left: 3px solid #029646;
	padding-left: 10px;
	margin-bottom: 40px;
	height: 20px;
	line-height: 20px;
}
.title_item {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.title_page{
	font-size: 140%;
	color: #029646;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}
.title_page02{
	font-size: 120%;
	color: #029646;
	font-weight:bold;
	margin-bottom: 10px;
}


/* topicPath 
---------------------------------------------------------- */
#topicPath {
	clear:both;
	display: block;
	padding:15px 0 30px 0;
}
#topicPath li {
	display:inline;
	padding-top: 3px;
	list-style-type:none;
	font-size: 90%;
}
#topicPath li a {
	padding-right:15px;
	margin-right: 5px;
	background:url(/assets/img/common/arrow04.png) no-repeat right center;
	background-size: 4px;
	text-decoration:none;
}


/* control_area 
---------------------------------------------------------- */
.control_area{
	text-align:center;
}
.control_area .btn_left{
	float:left;
}
.control_area .btn_right{
	float:right;
}
.control_area .btn_center{
	display:inline-block;
}
.control_txt a{
	color: #FFF;
	font-size: 80%;
	display: block;
	padding:5px 20px;
	border-radius:3px;	
	background: #00A2D9;
	margin-bottom:15px;
	text-decoration: none;
}
.control_txt a:hover{	background: #FFF; color: #00A2D9; }

/* container 
---------------------------------------------------------- */
.container {

}
.container .msg {
	width: 76%;
	word-break: break-all;
}
.container .img {
	width: 24%;
}
.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}

.flow_picl .img{ float:left; margin-right: 15px; margin-bottom: 5px;}
.flow_picr .img{ float:right; margin-left: 15px; margin-bottom: 5px;}

.con_big .img{ width: 45%; }
.con_big .msg{ width: 52%; }
/* switch pc sp 
---------------------------------------------------------- */
.sp{ display: none; }
.pc{ display:block; }


/* list_dot 
---------------------------------------------------------- */
.list_dot{
	list-style:disc;
}
.list_dot li{
	margin-left: 17px;
	margin-bottom: 5px;
}

.list_num{
	list-style: decimal;
}
.list_num li{
	margin-left: 17px;
	margin-bottom: 5px;
}
/* pd_db 
---------------------------------------------------------- */
.pd_db{
	padding: 75px 0;
}
.pd_db02{
	padding: 60px 0;
}


/* contact 
---------------------------------------------------------- */
#contact{
	background: url(/assets/img/common/bg_contact.jpg) no-repeat center #e5c300;
	text-align: center;
}
#contact img{
	height: 30px;
}
#contact p{
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	margin: 20px 0;
}
#contact a{
	display: inline-block;
	border: 1px solid #FFF;
	padding: 10px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contact a span{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	background: url(/assets/img/common/arrow01.png) no-repeat right center;
	background-size: 5px;
	padding-right: 13px;
}
#contact a:hover{
	background-color: #FFF;
}
#contact a:hover span{
	color: #ffce03;
	background-image: url(/assets/img/common/arrow05.png);
}
/* btn_sty 
---------------------------------------------------------- */
.btn_sty{
	display: inline-block;
	border: 1px solid #00a04f;
	background: #FFF;
	text-decoration: none;
	padding: 10px 40px;
}
.btn_sty span{
	display: inline-block;
	background: url(/assets/img/common/arrow03.png) no-repeat right center;
	background-size: 5px;
	padding-right: 13px;
	color: #00a04f;
	font-weight: bold;
}
.btn_sty:hover{
	color: #FFF;
	background-color: #00a04f;
}
.btn_sty:hover span{ 
	color: #FFF !important;
	background-image: url(/assets/img/common/arrow01.png);
}
.btn_sty02{
	padding: 5px 20px;
}

/* btn_sty 
---------------------------------------------------------- */
#main_visual_wrap{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid #e1e1e1;
	padding: 80px 0;
	text-align: center;
}
#main_visual_wrap h2{
	color: #FFF;
	font-weight: bold;
	font-size: 280%;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
#main_visual_wrap h2 span{
	display: block;
	font-family: 'Advent Pro', sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 50%;
	text-transform: uppercase;
}
.main_company{ background-image: url(/assets/img/company/bg_main.jpg);}
.main_solution{ background-image: url(/assets/img/solution/bg_main.jpg);}
.main_recruit{ background-image: url(/assets/img/recruit/bg_main.jpg);}
.main_policy{ background-image: url(/assets/img/include/policy/bg_main.jpg); }
.main_privacy{ background-image: url(/assets/img/include/privacy/bg_main.jpg); }
.main_contact{ background-image: url(/assets/img/contact/bg_main.jpg); }
.main_cocreation{ background-image: url(/assets/img/solution/bg_main.jpg); }
.main_ncc{ background-image: url(/assets/img/sdgs/ncc/bg_main.png); }
.main_education{ background-image: url(/assets/img/recruit/bg_main.jpg); }

.bg_gray{ background: #fafafa; }

.map_i{
	width: 100%;
	height: 250px;
	padding: 4px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}


.line_box{
	border: 1px solid #92cfae;
	padding: 4%;
}
