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


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

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


/* mold */
.mold_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_mold.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.mold_main_img{
    width: 390px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_mold_text.png") no-repeat;
}


/* presswork */
.presswork_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_press.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.presswork_main_img{
    width: 449px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_press_text.png.png") no-repeat;
}


/* order */
.order_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_order.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.order_main_img{
    width: 438px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_order_text.png.png") no-repeat;
}

/*---------------------------------
下層ページ アコーディオンナビ
---------------------------------*/

#dropmenu>li.gnav_current_service>a>span{
    background: #184099;
    padding: 6px 38px;
    color: #fff;
    border-radius: 5px;
}
#dropmenu>li>ul#service_nav{
    display: none;
}
/*
#dropmenu_ac>li>ul#service_ac_nav{
    display: none;
}
*/
.service{
    display: block;
}
/*
.active_nav_service{
    display: none;
}
*/

.home, .active_nav_home{
    display: none !important;
}

.quality, .active_nav_quality, .gnav_current_quality,
.propose, .active_nav_propose, .gnav_current_propose,
.company, .active_nav_company, .gnav_current_company,
.blog, .active_nav_blog, .gnav_current_blog{
    display: none;
}

.service_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: 113px;
    color: #fff;
    font-size: 36px;
}
.ac_nav ul.ac_tongari.hide_sankaku:after{
    content: "";
}
.ac_nav ul{
    width: 1000px;
    margin: 0 auto -48px;
}
.ac_nav ul li{
    display: inline-block;
    width: 18%;
    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;
}
.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: 16px;
    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: 16px;
    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_service,.active_nav_case{
    width: 100%;
    min-width: 700px;
    height: 49px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 10px;
}
.active_nav_service ul.active_nav_service_tongari:after{
    content: "▲";
    position: relative;
    top: -25px;
    left: -623px;
    color: #fff;
    font-size: 36px;
}
.active_nav_service ul.active_nav_service_tongari.active_hide_sankaku:after{
    content: "";
}
.active_nav_service ul{
    width: 1000px;
    margin: 0 auto;
}
.active_nav_service 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_service ul li.active_nav_current{
    border-bottom: 4px solid #184099;
}
.active_nav_service ul li:hover{
    border-bottom: 4px solid #184099;
}
.active_nav_service ul li a{
    font-size: 16px;
    font-weight: bold;
    color: #5e5e5e;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.active_nav_service 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_service ul li a:hover{
    color: #184098;
}

.ac_gnav_cur_service>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: 735px;*/
    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_title_text{
    color: #184098;
    line-height: 1.8;
    font-size: 19px;
    font-family: "Noto Sans CJK JP";
}
.container{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    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: 16px;
    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: 17px;
    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;
}


/*---------------------------------
serviceコンテンツ
---------------------------------*/
.page_section > ul{
    margin: 0 0 30px;
    font-family: "Noto Sans CJK JP";
}
.page_section > ul > li{
    line-height: 1.8;
    font-size: 21px;
}
.page_section > ul > li span{
    color: #184098;
}
.page_section > ul > li span:before{
    content: "◎";
    margin: 0 3px 0 0;
}
.page_section .mold_product_text01{
    font-size: 17px;
    font-family: "Noto Sans CJK JP";
    color: #444;
    line-height: 1.6;
    margin: 0 0 20px;
}
.page_section .mold_product_text02{
    color: #184098;
    letter-spacing: 1px;
    font-family: "Noto Sans CJK JP";
    font-size: 17px;
}
.specialty{
    font-size: 22px;
    font-family: "Noto Sans CJK JP";
    color: #184098;
    padding: 15px 0;
    margin: 0 0 30px;
    letter-spacing: 2px;
    border-top: 2px solid #184098;
    border-bottom: 2px solid #d9d9d9;
}
.specialty_text01{
    font-size: 17px;
    font-family: "Noto Sans CJK JP";
    color: #444;
    line-height: 1.6;
    margin: 0 0 30px;
}
.specialty_contents01{
    margin: 0 0 60px;
}
.specialty_contents01 ul{
    letter-spacing: -0.4em;
    margin: -10px -20px;
}
.specialty_contents01 ul li{
    display: inline-block;
    letter-spacing: 0em;
    width: 25%;
    padding: 10px 20px;
    font-family: "Noto Sans CJK JP";
}
.specialty_contents01 ul li img{
    margin: 0 0 20px;
}
.specialty_contents01 ul li .specialty_contents01_title{
    font-size: 17px;
    color: #444;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.specialty_contents02{
    margin: 0 0 60px;
}
.specialty_contents02 ul{
    letter-spacing: -0.4em;
    margin: -10px -31px;
}
.specialty_contents02 ul li{
    display: inline-block;
    letter-spacing: 0em;
    width: 20%;
    padding: 10px 31px;
}
.specialty_contents02 ul li img{
    margin: 0 0 10px;
    border: 1px solid;/*消す*/
    width: 150px;
    height: 100px;
}
.specialty_contents02 ul li time{
    display: block;
    color: #7a7a7a;
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    margin: 0 0 10px;
}
.specialty_contents02 ul li p{
    line-height: 1.4;
    font-size: 15px;
    font-family: "Noto Sans CJK JP";
    color: #444;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.production{
    font-size: 22px;
    font-family: "Noto Sans CJK JP";
    color: #184098;
    padding: 15px 0;
    margin: 0 0 40px;
    letter-spacing: 2px;
    border-top: 2px solid #184098;
    border-bottom: 2px solid #d9d9d9;
}
.production_contents03{
    overflow: hidden;
    margin: 0 0 40px;
    padding: 0 0 30px;
    border-bottom: 2px solid #eee;
}
.production_contents03:last-child{
    border-bottom: 0;
}
.production_category{
    color: #184098;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 25px;
    font-family: "Noto Sans CJK JP";
}
.production_img{
    float: left;
    width: 330px;
    height: 230px;
}
.production_img img{
    width: 330px;
    height: 230px;
}
.production_text{
    float: right;
    width: 630px;
    overflow: hidden;
    font-family: "Noto Sans CJK JP";
}
.production_text p{
    line-height: 1.7;
    font-size: 16px;
    color: #565656;
}
.production_text p.production_text_tilte{
    color: #184098;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 17px;
}

/*---------------------------------
moldページ
---------------------------------*/



/*---------------------------------
pressworkページ
---------------------------------*/
.specialty_contents03 ul{
    letter-spacing: -0.4em;
    margin: -10px -20px;
    vertical-align: top;
}
.specialty_contents03 ul li{
    display: inline-block;
    letter-spacing: 0em;
    width: 25%;
    padding: 10px 20px;
    font-family: "Noto Sans CJK JP";
    vertical-align: top;
}
.specialty_contents03 ul li img{
    margin: 0 0 20px;
    width: 220px;
    height: 147px;
}
.specialty_contents03 ul li .specialty_contents03_title{
    color: #565656;
    letter-spacing: 1px;
    margin: -10px 0 60px;
    line-height: 1.6;
    width: 220px;
}
.specialty_contents03 ul li .specialty_contents03_title p:first-child{
    font-size: 15px;
    letter-spacing: -1px;
}
.specialty_contents03 ul li .specialty_contents03_title p{
    font-size: 15px;
}

/*---------------------------------
orderページ
---------------------------------*/





