@charset "utf-8";
/* CSS Document */

/**** 共通 ****/
body {
	font-family: "Noto Sans Japanese",  Meiryo;
	width: 1040px;
	margin: 0 auto;
}
#contents{
    width: 100%;
	overflow: hidden;
}
.pc_no{
    display:none;
}
.tab_on{
	display: none;
}
.sp_no{
    display:block;
}
.txt_l{
	text-align:left;
}
.txt_r{
	text-align: right;
}
.txt_c{
	text-align: center;
}
a:link{
	text-decoration: none;
	color: inherit;
}
a:visited{
	color: inherit;
}

@media screen and (max-width:780px) {
.pc_no{
display: block;
}
.tab_on{
	display: block;
}
.sp_no{
display: none;
}
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
content:"";
display:block;
overflow:hidden;
}
.clearfix:after {
clear:both;
}


/***********CommonStyle***********/
/************header************/
header{
	width: 1040px;
	position: relative;
}
header h1 img{
	padding: 5px 10px;
}
@media screen and (max-width:780px) {
	header h1 img{
		padding: 0;
	}
}
header nav.menu {
	/*background-color: #222222;*/
	color: white;
	position: absolute;
	top: 5px;
	right: 0;
}
header nav.menu h1{
	text-align: left;
}
header nav.menu ul {
	display: flex;
	justify-content: flex-end;
	flex-flow: row;
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
header nav.menu a {
	display: block;
	border-radius: 4px;
	padding: 12px 24px;
	color: white;
	text-decoration: none;
}
header nav.menu li a:hover {
	/*background-color: #8cae47;*/
}

/******ハンバーガーメニュー******/
.inner {
    width: 1040px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width:1020px) {
	
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 6px;
        color: #fff;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #000;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}


/************entry************/
#entry{
    max-width: 900px;
	width: 90%;
    margin: 0 auto 40px;
	height: 100px;
	background-color: #006600;
	position: relative;
}
#entry .entry_txt{
	width: 200px;
	margin: 0 auto;
	position: absolute;
	top:50%;
	left: 50%;
		-webkit- transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
}
#entry h3{
    text-align: center;
}
#entry .entry_btn{
	position: absolute;
	right:20px;
	top:50%;
		-webkit- transform: translateY(-50%);
		transform: translateY(-50%);
}
/***********footer***********/
footer{
	text-align: center;
}
footer .copy{
	font-size: 11px;
	text-align: center;
	padding-bottom: 16px;
}
footer nav.menu {
	/*background-color: #222222;*/
	color: white;
}
footer nav.menu h1{
	text-align: left;
}
footer nav.menu ul {
	display: flex;
	justify-content:center;
	flex-flow: row;
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
footer nav.menu a {
	display: block;
	border-radius: 4px;
	padding: 12px 24px;
	color: white;
	text-decoration: none;
}
footer nav.menu li a:hover {
	/*background-color: #8cae47;*/
}

/***********PageStyle***********/
/***********index***********/
#top #catch{
	position: relative;
}
#top #catch .slide_catch{
	position: absolute;
	top:330px;
	left: 0;
	right: 0;
	margin: auto;
	width: 574px;
}
#catch img {
    width: 100%;
}
#top .message{
	color: #ffffff;
	text-align: center;
	position: relative;
	height: 750px;
	margin-bottom: 45px;
}
#top .message .msg_h2{
	padding-top: 90px;
}
#top .message .msg_h3_img{
	position: absolute;
	top:150px;
}
#top .message .msg_h3_txt{
	font-size: 30px;
	line-height: 55px;
	font-weight: 700;
	position: absolute;
	top:185px;
	left: 0;
	right: 0;
	margin: auto;
	width: 700px;
}
#top .message .msg_p{
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	position: absolute;
	top:305px;
	left: 0;
	right: 0;
	margin: auto;
	width: 700px;
}

#top .group{
	color: #000000;
	text-align: center;
	margin-bottom: 50px;
}
#top .group .grp_h2{
	margin-bottom: 35px;
}
#top .group .box{
	display:flex; 
	width: 912px;
	margin: 0 auto;
}
#top .group .grp_box{
	width: 270px;
	margin: 0 17px 0 17px;
}
#top .group .grp_h3_img{
	margin-bottom: 11px;
}
#top .group .grp_h3_txt{
	margin-bottom: 18px;
}
#top .group .grp_p{
	color: #000000;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}
#top .more{
	width: 200px;
	height: 25px;
	margin: 0 auto;
	background-color:#bababa;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
}
#top .more:hover{
	background-color: #000;
	color: #fff;
}
#top .interview{
	color: #000000;
	text-align: center;
	margin-bottom: 55px;
}
#top .interview .int_ttl{
	position:relative;
	margin-bottom: 50px;
}
#top .interview .int_h2_img{
	
}
#top .interview .int_h2_txt{
	position: absolute;
	top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
  	left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
}
#top .interview .box{
	display:flex; 
	width: 912px;
	margin: 0 auto;
}
#top .interview .int_box{
	margin: 0 17px 0 17px;
}
#top .interview .int_box .int_catch{
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 50px;
	line-height: 33px;
}
#top .interview .int_box .worker_dep{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 11px;
}
#top .interview .int_box .worker_name{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 23px;
}

/***********introduction***********/
#introduction .intro_title{
	position: relative;
    margin-bottom: 48px;
}
#introduction .intro_title .intro_h2{
	position: absolute;
	top:150px;
	left:335px;
}

#introduction .intro_h3{
    text-align: center;
    font-size: 24px;
	font-weight: 700;
    margin-bottom: 93px;
}

#introduction .top_message{
    width: 880px;
    margin: 0 auto 60px;
    display: flex;
}


#introduction .top_message .top_msg_left{
    width: 435px;
    padding-right: 25px;
}
#introduction .top_message .top_msg_left .top_msg_h4{
    text-align: center;
    padding-top: 25px;
    margin-bottom: 70px;
}
#introduction .top_message .top_msg_left .top_msg_name{
    text-align: center;
    font-size: 14px;
	font-weight: 400;
    line-height: 23px;
    margin-bottom: 52px;
}
#introduction .top_message .top_msg_left .top_msg_txt{
    font-size: 16px;
	font-weight: 400;
    line-height: 28px;
}
#introduction .intro_title2{
	position: relative;
    margin-bottom: 44px;
}
#introduction .intro_title2 .intro_h2{
	position: absolute;
	top:142px;
	left:460px;
}
#introduction .group_h3{
    text-align: center;
    font-size: 30px;
	font-weight: 700;
    margin-bottom: 20px;
}
#introduction .group_txt{
    width: 880px;
    margin: 0 auto;
    margin-bottom: 27px;
    line-height: 29px;
    font-size: 16px;
	font-weight: 400;
}
#introduction .group_data{
    display: flex;
    flex-wrap: wrap;
    width: 880px;
    margin: 0 auto;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
    line-height: 50px;
    margin-bottom: 55px;
    
}
#introduction .group_data dt{
    width: 158px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-right: 4px;
    text-align: center;
}
#introduction .group_data dd{
    width: 702px;
    height: 50px;
	background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-left: 16px;
    text-align: left;
}
/***********business***********/
#business{
	text-align: center;
	color: #000000;
}
#business .bus_title{
	position: relative;
	margin-bottom: 50px;
}
#business .bus_title .bus_ttl_h2{
	position: absolute;
	top:112px;
	left: 443px;
}
#business .bus_intro{
	width: 650px;
	margin: 0 auto;
}

#business .bus_intro .bus_intro_h3{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 33px;
}
#business .bus_intro .bus_intro_p{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 87px;
}
#business .bus_detail{
	text-align: left;
	width: 880px;
	margin: 0 auto 80px;
}
#business .bus_detail .bus_detail_h4{
	color: #006600;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 14px;
}
#business .bus_detail .bus_detail_h4 img{
	vertical-align: -3px;
	padding-right: 3px;
}
#business .bus_detail .bus_detail_p{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 49px;
}

/***********work***********/
#work .work_title{
	position: relative;
	margin-bottom: 50px;
}
#work .work_title .work_ttl_h2{
	position: absolute;
	top: 122px;
	left: 442px;
}
#work .work_intro{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 90px;
}
#work .information{
	width: 880px;
	margin: 0 auto 79px;
}
#work .information .person{
	display: flex;
	margin-bottom: 42px;
}
#work .information .flx{
	flex-flow: row-reverse;
}
#work .information .psn_txt{
	width: 400px;
	padding: 15px 20px 0 20px;
}
#work .information .psn_txt_h4{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 31px;
}
#work .information .psn_txt_p{
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
}

/***********interview***********/
#interview .interview_title{
	position: relative;
	margin-bottom: 50px;
}
#interview .interview_title .interview_ttl_h2{
	position: absolute;
	top: 264px;
	left: 393px;
}
#interview .interview_intro{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 41px;
	margin-bottom: 85px;
}
#interview .employee{
	width: 880px;
	margin: 0 auto 80px;
}
#interview .employee .emp_img{
	position: relative;
	margin-bottom: 19px;
}
#interview .employee .emp_img .emp_h3{
	position: absolute;
	top: 196px;
	left: 55px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;

}
#interview .employee .emp_img .h3_bg{
	padding: 0 10px;
	background-color: rgba(0, 102, 0, 0.48);
}
#interview .employee .emp_img .emp_name{
	position: absolute;
	top: 293px;
	left: 112px;
	width: 200px;
	height: 120px;
	background-color: rgba(244, 244, 244, 0.75);
	text-align: center;
}
#interview .employee .emp_img .emp_no{
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	border-bottom: 1px solid #000000;
	width: 160px;
	margin: 8px auto 0;
}
#interview .employee .emp_img .emp_p{
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}
#interview .employee .emp_txt{
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 23px;
}
#interview .employee .emp_img_s{
	width: 440px;
	margin: 0 auto;
}

@media screen and (max-width:780px) {
	body{
		width: 100%;
		max-width: 100%;
	}
	/************entry************/
	#entry{
		max-width: 100%;
		margin: 0 auto 40px;
		height: 200px;
		background-color: #006600;
		position: static;
	}
	#entry .entry_txt{
		width: 200px;
		margin: 0 auto;
		position: static;
		transform: none;
		padding-top: 20px;
	}
	#entry .entry_btn{
		position: static;
		width: 195px;
		margin: 0 auto;
		right: auto;
		padding-top: 90px;
	}
	
	/***********index***********/
	#top #catch {
		padding-top: 56px;
	}
	#top #catch .slider{
		
	}	
	#top #catch .slider img{
		max-width: 100%;
	}
	#top #catch .slide_catch{
		width: 70%;
		text-align: center;
		top: auto;
		bottom: 5px;
	}
	#top .message{
		height: 400px;
	}
	#top .message .msg_h2{
		padding-top: 1em;
	}
	#top .message .msg_h3_img{
		top: 60px;
	}
	#top .message .msg_h3_img img{
		height: 350px;
        width: 100%;
	}
	#top .message .msg_h3_txt{
		width: 80%;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		top:70px;
	}
	#top .message .msg_p{
		width: 90%;
		text-align: center;
		font-size: 0.7em;
		line-height: 1.6em;
		top:130px;
	}
	#top .group .grp_h2{
		margin-bottom: 10px;
	}
	#top .group .box{
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}
	#top .group .grp_box{
		margin: 0 auto 30px;
	}
	#top .interview .int_ttl{
		margin-bottom: 20px;
	}
	#top .interview .int_h2_img img{
		width: 100%;
	}
	#top .interview .box{
		width: 100%;
		display: block;
		margin: 0 auto;
		padding-top: 0px;
	}
	#top .interview .box .int_box{
		margin-bottom: 30px;
	}
	#top .interview .int_box .int_catch{
		margin-bottom: 15px;
	}
/***********introduction***********/
	#introduction .intro_title{
		padding-top: 58px;
	}
	#introduction .intro_title img{
		width: 100%;
	}
	#introduction .intro_title .intro_h2{
	top: 70%;
  	left: 50%;
	  -webkit-transform: translate(-50%, -50%); /* Safari用 */
	  transform: translate(-50%, -50%);
	}
	#introduction .intro_h3{
		margin-bottom: 15px;
	}
	#introduction .top_message{
		width: 100%;
		display: block;
	}
	#introduction .top_message .top_msg_left{
		width: 100%;
		padding-right: 0;
	}
	#introduction .top_message .top_msg_left .top_msg_h4{
		margin-bottom: 15px;
	}
	#introduction .top_message .top_msg_left .top_msg_name{
		margin-bottom: 15px;
	}
	#introduction .top_message .top_msg_left .top_msg_txt{
		padding: 0 20px;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	#introduction .top_message img.pc_no{
		width: 100%;
	}
	#introduction .intro_title2 img{
		width: 100%;
	}
	#introduction .intro_title2 .intro_h2{
		top: 50%;
		left: 50%;
			-webkit-transform: translate(-50%, -50%); /* Safari用 */
			transform: translate(-50%, -50%);
	}
	#introduction .group_h3{
		font-size: 20px;
	}
	#introduction .group_txt{
		width: 95%;
		font-size: 15px;
		line-height: 20px;
	}
	#introduction .group_data{
		width: 95%;
		line-height: 30px;
	}
	#introduction .group_data dt{
		width: 100%;
		height: 30px;
		margin-bottom: 2px;
		margin-right: 0;
	}
	#introduction .group_data dd {
		width: 100%;
		height: 30px;
		margin-bottom: 5px;
		padding-left: 0;
		text-align:center;
	}
	#introduction .group_data dd.line2{
		line-height: 20px;
		height: auto;
		padding: 3px 0;
	}
/***********business***********/
	#business .bus_title{
		padding-top: 58px;
		width: 100%;
		margin-bottom: 30px;
	}
	#business .bus_title img{
		width: 100%;
	}
	#business .bus_title .bus_ttl_h2{
		top: 65%;
		left: 50%;
			-webkit-transform: translate(-50%, -50%); /* Safari用 */
			transform: translate(-50%, -50%);
	}
	#business .bus_intro{
		width: 100%;
	}
	#business .bus_intro .bus_intro_h3{
		font-size: 17px;
		margin-bottom: 15px;
	}
	#business .bus_intro .bus_intro_p{
		font-size: 12px;
		line-height: 18px;
		padding: 0 20px;
		text-align: left;
		margin-bottom: 30px;
	}
	#business .bus_detail{
		width: 90%;
		margin-bottom: 30px;
	}
	#business .bus_detail .bus_detail_h4 img{
		width: 17px;
	}
	#business .bus_detail .bus_detail_h4{
		font-size: 17px;
	}
	#business .bus_detail .bus_detail_p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
}
/***********work***********/	
	#work .work_title{
		padding-top: 58px;
		margin-bottom: 30px;
	}
	#work .work_title img{
		width: 100%;
	}
	#work .work_title .work_ttl_h2{
		top: 65%;
		left: 50%;
			-webkit-transform: translate(-50%, -50%); /* Safari用 */
			transform: translate(-50%, -50%);
	}
	#work .work_intro {
		font-size: 16px;
		line-height: 28px;
		width: 90%;
		margin: 0 auto 30px;
	}
	#work .information{
		width: 100%;
	}
	#work .information .flx{
		flex-flow: nowrap;
	}
	#work .information .person{
		display: block;
		width: 100%;
	}
	#work .information .person .psn_img{
		margin-bottom: 15px;
	}
	#work .information .person .psn_img img{
		width: 100%;
	}
	#work .information .psn_txt_h4 {
		text-align: left;
		font-size: 25px;
		margin-bottom: 15px;
	}
	#work .information .psn_txt{
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	#work .information .psn_txt_p {
		font-size: 16px;
		line-height: 25px;
	}
/***********interview***********/	
	#interview .interview_title{
		padding-top: 58px;
		margin-bottom: 30px;
	}
	#interview .interview_title img{
		width: 100%;
	}
	#interview .interview_title .interview_ttl_h2{
		top: 80%;
		left: 50%;
			-webkit-transform: translate(-50%, -50%); /* Safari用 */
			transform: translate(-50%, -50%);
	}
	#interview .interview_intro {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
	}
	#interview .employee{
		width: 100%;
		margin-bottom: 30px;
	}
	#interview .employee .emp_img{
		margin-bottom: 10px;
	}
	#interview .employee .emp_img img{
		width: 100%;
		margin-bottom: 10px;
	}
	#interview .employee .emp_img .emp_h3{
		position: static;
		top: 0;
		left: 0;
		color: #006600;
		font-size: 16px;
		line-height: 25px;
		text-align: center;
	}
	#interview .employee .emp_img .h3_bg{
		background-color: #fff;
	}
	#interview .employee .emp_img .emp_name {
		position: static;
		top: 0;
		left: 0;
		width: 200px;
		height: 90px;
		background-color: #fff;
		margin: 0 auto;
	}
	#interview .employee .emp_img .emp_no {
		text-align: center;
		font-size: 20px;
		border-bottom: 1px solid #000000;
		width: 200px;
		margin: 8px auto 0;
	}
	#interview .employee .emp_img .emp_p {
		font-size: 13px;
		line-height: 20px;
	}
	#interview .employee .emp_txt{
		font-size: 13px;
		line-height: 18px;
		width: 90%;
		margin: 0 auto 30px;
	}
	#interview .employee .emp_img_s{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#interview .employee .emp_img_s img{
		width: 200px;
	}
	
	
	
	
}/*EndOf @media screen and (max-width:780px)*/

