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


/*---------------------------------
main-images
---------------------------------*/
.company_wid{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 235px;
}

.company_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_company.jpg") no-repeat center;
    background-size: cover;
}
.company_main_img{
    width: 473px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_company_text.png") no-repeat;
}

/* message */
.message_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_message.jpg") no-repeat center;
    background-size: cover;
}
.message_main_img{
    width: 473px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_message_text.png") no-repeat;
}

/* staff */
.staff_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_staff.jpg") no-repeat center;
    background-size: cover;
}
.staff_main_img{
    width: 473px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_staff_text.png") no-repeat;
}

/* recruit */
.recruit_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_recruit.jpg") no-repeat center;
    background-size: cover;
}
.recruit_main_img{
    width: 473px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_recruit_text.png") no-repeat;
}

/*---------------------------------
下層ページ アコーディオンナビ
---------------------------------*/
#dropmenu>li.gnav_current_company>a span{
    background: #184099;
    padding: 6px 38px;
    color: #fff;
    border-radius: 5px;
}
#dropmenu>li>ul#company_nav{
    display: none;
}
/*
#dropmenu_ac>li>ul#company_ac_nav{
    display: none;
}
*/
.company, .active_nav_company{
    display: block;
}
/*
.home, .active_nav_home{
    display: none !important;
}
*/
.service, .active_nav_service, .gnav_current_service,
.quality, .active_nav_quality, .gnav_current_quality,
.propose, .active_nav_propose, .gnav_current_propose,
.blog, .active_nav_blog, .gnav_current_blog{
    display: none;
}


.company_container{
    background: #fff;
    width: 100%;
    min-width: 1100px;
    margin: 48px auto 0;
}
.ac_nav{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.ac_nav ul.ac_tongari:after{
    content: "▲";
    position: absolute;
    top: -20px;
    left: 777px;
    color: #fff;
    font-size: 36px;
}
.ac_nav ul.ac_tongari.hide_sankaku:after{
    content: "";
}
.ac_nav ul{
    width: 1000px;
    margin: 0px auto -48px;
}
.ac_nav ul li{
    display: inline-block;
    width: 18%;
    text-align: center;
    padding: 12px 0 11px;
    margin: 6px 0 0 10px;
    border-bottom: 4px solid #afafaf;
    -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
}
.ac_nav ul li.nav_current{
    border-bottom: 4px solid #184099;
}
.ac_nav ul li:hover{
    border-bottom: 4px solid #184099;
}
.ac_nav ul li a{
    font-size: 15px;
    font-weight: bold;
    color: #5e5e5e;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.ac_nav ul li.nav_current a{
    font-size: 15px;
    font-weight: bold;
    color: #184098;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.ac_nav ul li a:hover{
    color: #184098;
}
#tonngari img{
    position: relative;
    top: -17px;
    left: 16.8%;
}

/*  スクロール時に表示されるac_nav  */
.active_nav_company{
    width: 100%;
    min-width: 700px;
    height: 49px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 10px;
}
.active_nav_company > ul.active_nav_company_tongari:after{
    content: "▲";
    position: relative;
    top: -25px;
    left: -140px;
    color: #fff;
    font-size: 36px;
}
.active_nav_company > ul.active_nav_company_tongari.active_hide_sankaku:after{
    content: "";
}
.active_nav_company > ul{
    width: 1000px;
    margin: 0 auto;
}
.active_nav_company > ul > li{
    display: inline-block;
    width: 18.8%;
    text-align: center;
    padding: 12px 0 11px;
    margin: 5px 0 0 10px;
    border-bottom: 4px solid #afafaf;
    -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
}
.active_nav_company > ul > li.active_nav_current{
    border-bottom: 4px solid #184099;
}
.active_nav_company > ul > li:hover{
    border-bottom: 4px solid #184099;
}
.active_nav_company > ul > li > a{
    font-size: 15px;
    font-weight: bold;
    color: #5e5e5e;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.active_nav_company > ul > li.active_nav_current > a{
    font-size: 15px;
    font-weight: bold;
    color: #184098;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.active_nav_company > ul > li > a:hover{
    color: #184098;
}
.ac_gnav_cur_company > a > span{
    background: #184099;
    padding: 6px 20px;
    color: #fff;
    border-radius: 5px;
}

/*---------------------------------
下層ページ article
---------------------------------*/
.page_section{
    width: 1000px;
    margin: 50px auto;
}
.page_title{
    display: inline-block;
    width: 1000px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans CJK JP";
    color: #11559e;
    padding: 0 0 15px;
    border-bottom: 2px solid #11559e;
}
.page_title_text{
    color: #184098;
    line-height: 1.8;
    font-size: 18px;
    font-family: "Noto Sans CJK JP";
}
.container{
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    font-family: "Noto Sans CJK JP";
}
.coner01_left{
    float: left;
    width: 490px;
    overflow: hidden;
}
.coner01_left p, .coner02_right p{
    line-height: 1.8;
    margin: 0 0 40px;
    font-size: 15px;
    font-family: "Noto Sans CJK JP";
    color: #444;
}
.coner01_right{
    float: right;
    width: 465px;
}
.coner02_left{
    float: left;
    width: 465px;
}
.coner02_right{
    float: right;
    width: 490px;
    overflow: hidden;
}
.conner_img{
    margin: 0 auto 35px;
}
.page_ft_section{
    width: 1000px;
    margin: 20px auto 70px;
}
.page_ft_text01 span{
    font-size: 30px;
    font-weight: 100;
    font-family: "Noto Sans CJK JP";
    color: #11559e;
    padding: 0 0 5px;
    border-bottom: 2px solid #ffe231;
    line-height: 2.3;
}
.page_ft_text02{
    line-height: 1.8;
    margin: 45px 0 0;
    font-size: 15px;
    font-family: "Noto Sans CJK JP";
    color: #444;
}


/*---------------------------------
footer_bread
---------------------------------*/
.ft_bread{
    width: 1000px;
    height: 124px;
    margin: 0 auto;
    padding: 20px 30px 0;
    background: #eff3f6;
}
.ft_bread_title{
    position: relative;
    bottom: 30px;
    display: inline-block;
    color: #184098;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
    padding: 0 0 10px;
    border-bottom: 2px solid #184098;
}
.ft_bread ul{
    letter-spacing: -0.4em;
}
.ft_bread ul li{
    display: inline-block;
    letter-spacing: 0em;
    margin: 0 25px 0 0;
    width: 157px;
    border: 1px solid #9fadd4;
    font-size: 15px;
    position: relative;
    z-index: 2;
    outline: none;
    overflow: hidden;
    background: #fff;
}
.ft_bread ul li a{
    display: block;
    color: #184098;
    font-weight: bold;
    padding: 15px 0px 15px 30px;
    font-size: 16px;
}
.ft_bread ul li:hover{
    border: 1px solid #184098;
}
.ft_bread ul li a:hover{
    color: #fff;
}
.ft_bread ul li a span:before{
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 16px;
    top: 14px;
/*    color: #136ea7;*/
}
.ft_bread ul li:before,
.ft_bread ul li:after{
    position: absolute;
	  z-index: -1;
	  display: block;
	  content: '';
    top: 0;
    left: -100%;
	  width: 100%;
	  height: 100%;
	  background: #184098;
}
.ft_bread ul li,
.ft_bread ul li:before,
.ft_bread ul li:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ft_bread ul li:hover:before,
.ft_bread ul li:hover:after{
    left: 0;
}

.ft_bread ul li.ft_br_current{
    background: #184098;
    border: 1px solid #184098;
}
.ft_bread ul li.ft_br_current a{
    color: #fff;
}
.ft_bread ul li.ft_br_current a span:before {
    margin: 0 0 0 -8px;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 25px;
    top: 13px;
    color: #fff;
    font-size: 17px;
}

/*---------------------------------
下層ページ footer contact
---------------------------------*/
.contact_bg{
    width: 100%;
    min-width: 1100px;
    background: #eff3f5;
    margin: 110px 0 0;
    padding: 1px 0 0;
}
.other_page_ft{
    width: 1100px;
    margin: 0 auto;
    background: #eff3f5;
}




/*---------------------------------
indexページ　概要テーブル
---------------------------------*/
.page_title_company{
    border-bottom: 2px solid #11559e;
    color: #11559e;
    display: inline-block;
    font-family: "Noto Sans CJK JP";
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 15px;
    width: 700px;
}
.company_overview{
    overflow: hidden;
}
.company_overview_table{
    float: left;
    width: 700px;
    font-size: 14px;
}
.company_overview_contents th{
    width: 150px;
    text-align: left;
    color: #184098;
    padding: 15px 0;
    border-bottom: 1px solid #6694fa;
    font-size: 16px;
}
.company_overview_contents td{
    width: 550px;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 1.5;
}
.company_overview_contents td.location{
    padding: 0 0 15px 30px;
    border-bottom:0;
}
.company_overview_contents td.location_frist{
    padding: 15px 0 15px 30px;
    border-bottom:0;
}
.company_overview_contents td.location_last{
    padding: 0 0 15px 30px;
    border-bottom: 1px solid #d6d6d6;
}
.company_overview_img{
    float: right;
    width: 250px;
    margin: 0 0 20px;
}
.company_overview_img img{
    width: 250px;
}

/*---------------------------------
indexページ　沿革テーブル
---------------------------------*/
.company_history{
    overflow: hidden;
}
.company_history_table{
    float: left;
    width: 700px;
    font-size: 14px;
}
.company_history_contents th{
    width: 150px;
    text-align: left;
    color: #184098;
    padding: 15px 0;
    border-bottom: 1px solid #6694fa;
    font-size: 16px;
}
.company_history_contents td{
    width: 550px;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
}
.company_history_img{
    float: right;
    width: 250px;
}
.company_history_img img{
    width: 250px;
    height: auto;
}

/*---------------------------------
indexページ　アクセス
---------------------------------*/
.company_contents03{
    overflow: hidden;
    margin: 0 0 40px;
    padding: 0 0 30px;
    
}
.company_category{
    color: #184098;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 15px 0 10px;
    font-family: "Noto Sans CJK JP";
}
.company_map{
    float: left;
    width: 500px;
    height: 430px;
}

.company_text{
    float: right;
    width: 450px;
    overflow: hidden;
    font-family: "Noto Sans CJK JP";
}
.company_text p{
    line-height: 1.7;
    font-size: 17px;
    color: #565656;
}
.company_text .access_train{
    margin: 0 0 50px;
}
.company_text p.company_text_tilte{
    color: #184098;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: center;
}
.company_text p.company_text_arrow{
    font-weight: bold;
    margin: 0 0 5px;
    text-align: center;
}


/*---------------------------------
message
---------------------------------*/
.page_title_message{
    display: inline-block;
    font-size: 38px;
    font-weight: 100;
    font-family: "Noto Sans CJK JP";
    color: #11559e;
    padding: 0 0 15px;
    margin: 0 0 35px;
    border-bottom: 4px solid #ffe231;
}
.page_message{
    width: 750px;
    margin: 0 auto;
}
.page_section .message_product_text01{
    font-size: 18px;
    font-family: "Noto Sans CJK JP";
    color: #444;
    line-height: 1.8;
    margin: 0 0 40px;
}
.message_boss{
    text-align: right;
    font-family: "Noto Sans CJK JP";
    margin: 90px 0 0;
    color: #444;
    letter-spacing: 2px;
    font-size: 20px;
}
.message_boss span{
    font-size: 15px;
    padding: 0 10px 0 0;
    letter-spacing: 1px;
}
/*---------------------------------
staff
---------------------------------*/
.staff_page{
    width: 1000px;
    margin: 0 auto;
}
.staff_contents{
    width: 1000px;
    margin: 0 auto 160px;
    overflow: hidden;
}
.staff_contents ul{
    letter-spacing: -0.4em;
    margin: -35px -30px;
}
.staff_contents ul li{
    display: inline-block;
    letter-spacing: 0em;
    width: 50%;
    padding: 35px 30px;
    font-family: "Noto Sans CJK JP";
    vertical-align: top;
    position: relative;
}
.staff_contents ul li .staff_position{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 10px;
    color: #184098;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -65px;
    left: 30px;
}
.staff_contents ul li .staff_name01{
    font-size: 22px;
    letter-spacing: 3px;
    padding: 10px 20px;
    color: #fff;
    background: #184098;
    display: inline-block;
    position: relative;
    top: -25px;
    left: -69px;
}
.staff_contents ul li .staff_name02{
    font-size: 20px;
    letter-spacing: 3px;
    padding: 10px 20px;
    color: #fff;
    background: #184098;
    display: inline-block;
    position: relative;
    top: -25px;
    left: -189px;
}
.staff_contents ul li .staff_name03{
    font-size: 20px;
    letter-spacing: 3px;
    padding: 10px 20px;
    color: #fff;
    background: #184098;
    display: inline-block;
    position: relative;
    top: -25px;
    left: -24px;
}
.staff_contents ul li .staff_name04{
    font-size: 20px;
    letter-spacing: 3px;
    padding: 10px 20px;
    color: #fff;
    background: #184098;
    display: inline-block;
    position: relative;
    top: -25px;
    left: -54px;
}
.staff_contents ul li .staff_name05{
    font-size: 20px;
    letter-spacing: 3px;
    padding: 10px 20px;
    color: #fff;
    background: #184098;
    display: inline-block;
    position: relative;
    top: -25px;
    left: -84px;
}
.staff_contents ul li .staff_comment{
    margin: -10px 0 0;
}
.staff_contents ul li .staff_comment p{
    font-size: 16px;
    line-height: 1.5;
    padding: 0 30px;
}
.staff_contents ul li img{
}



/*---------------------------------
recruit　テーブル
---------------------------------*/
.company_history_title{
    text-align: center;
    width: 17%;
    font-size: 26px;
    color: #184098;
    padding: 0 0 15px;
    margin: -30px 0 20px;
    border-bottom: 3px solid #184098;
}
.company_history_text{
    color: #184098;
    margin: 0 0 30px;
    line-height: 1.5;
    font-size: 18px;
}
.company_history{
    overflow: hidden;
}
.recruit_table{
    font-size: 14px;
    margin: 0 0 50px;
}
.recruit_contents th{
    width: 120px;
    text-align: left;
    color: #fff;
    padding: 15px 0 15px 20px;
    background: #184098;
    border-right: 1px solid #184098;
    border-bottom: 1px solid #fff;
    letter-spacing: 2px;
    font-size: 16px;
}
.recruit_contents th.th_treatment{
    vertical-align: top;
}
.recruit_contents td{
    width: 800px;
    background: #eff4f9;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
.recruit_contents td.td01_wd{
    width: 120px;
    color: #184098;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 0 15px 20px;
    border-right: 1px solid #fff;
    background: #e0eaf0;
}






