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


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

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

.case_details_main_images{
    width: 100%;
    min-width: 1100px;
    height: 1px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_case_details.png") no-repeat center;
    background-size: cover;
}


/*---------------------------------
下層ページ アコーディオンナビ
---------------------------------*/
#dropmenu>li.gnav_current_case>a span{
    background: #184099;
    padding: 6px 38px;
    color: #fff;
    border-radius: 5px;
}
#dropmenu>li>ul#case_nav{
    display: none;
}
/*
#dropmenu_ac>li>ul#case_ac_nav{
    display: none;
}
*/
.case{
    display: block;
}
/*
.active_nav_case{
    display: none;
}
*/
.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,
.company, .active_nav_company, .gnav_current_company,
.blog, .active_nav_blog, .gnav_current_blog{
    display: none;
}

.case_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;
    font-size: 36px;
    left: 279px;
    top: -20px;
    color: #fff;
}
.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: 12.7%;
    text-align: center;
    padding: 13px 0 12px;
    margin: 4px 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_case{
    width: 100%;
    min-width: 700px;
    height: 49px;
    margin: 0 auto;
    background: #fff;
/*    border-bottom: 1px solid #eee;*/
    box-shadow: 0px 0px 10px;
}
.active_nav_case ul.active_nav_case_tongari:after{
    color: #fff;
    content: "▲";
    font-size: 36px;
    left: -652px;
    position: relative;
    top: -23px;
}
.active_nav_case ul.active_nav_case_tongari.active_hide_sankaku:after{
    content: "";
}
.active_nav_case > ul{
    width: 1000px;
    height: 49px;
    min-width: 700px;
    margin: 0 auto;
}
.active_nav_case > ul > li{
    display: inline-block;
    width: 12.2%;
    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_case > ul > li.active_nav_current{
    border-bottom: 4px solid #184099;
}
.active_nav_case > ul > li:hover{
    border-bottom: 4px solid #184099;
}
.active_nav_case > ul > li > a{
    font-size: 15px;
    font-weight: bold;
    color: #5e5e5e;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.active_nav_case > 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_case > ul > li > a:hover{
    color: #184098;
}
.ac_gnav_cur_case > 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;
}
.container{
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    font-family: "Noto Sans CJK JP";
}



/*---------------------------------
下層ページ 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;
}



/*---------------------------------
一覧コンテンツ
---------------------------------*/

.details_contents01 ul{
    letter-spacing: -0.4em;
    margin: -10px -18px;
    vertical-align: top;
}
.details_contents01 ul li{
    display: inline-block;
    letter-spacing: 0em;
    width: 33%;
    min-height: 425px;
    padding: 10px 18px;
    margin: 0 0 70px;
    font-family: "Noto Sans CJK JP";
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.details_contents01 ul li .case_imgbox{
    overflow: hidden;
    height: 229px;
    margin: 0 0 30px;
}
.details_contents01 ul li img{
    margin: 0 0 20px;
    width: 310px;
    height: auto;
    
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}
.details_contents01 ul li:hover img{
    transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
.details_contents01 ul li:hover .case_imgbox:after{
    border: 5px solid #11559e;
    content: "";
    height: 219px;
    left: 18px;
    position: absolute;
    top: 10px;
    width: 296px;
}
.details_contents01 ul li .case_details_name{
    margin: -10px 0 0;
}
.details_contents01 ul li .case_details_name tr{
}
.details_contents01 ul li .case_details_name tr th{
    color: #184098;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0 10px;
    width: 70px;
    border-bottom: 1px solid #6694fa;
    letter-spacing: 1px;
}
.details_contents01 ul li .case_details_name tr td{
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0 10px 10px;
    width: 250px;
    border-bottom: 1px solid #d6d6d6;
    letter-spacing: 1px;
}
.case_details_time{
    text-align: right;
    font-size: 15px;
    color: #666;
    margin: 10px 0 0;
    letter-spacing: 1px;
}
.archive_list_title{
	margin: 0 0 15px 0;
	font-weight: normal;
}


/*---------------------------------
詳細ページ
---------------------------------*/

.detail_img{
    float: left;
    width: 430px;
    height: auto;
}
.detail_img img{
    width: 430px;
    height: auto;
}
.detail_article{
    float: right;
    width: 570px;
    overflow: hidden;
    padding: 0 0 0 50px;
}
.detail_text01{
    margin: 0 0 50px;
}
.detail_article_title{
    font-size: 26px;
    font-family: "Noto Sans CJK JP";
    color: #184098;
    padding: 0 0 30px;
    letter-spacing: 2px;
}
.detail_text01 .detail_article_title01{
    font-size: 22px;
    font-family: "Noto Sans CJK JP";
    color: #184098;
    padding: 0 0 15px;
    letter-spacing: 2px;
    border-bottom: 2px solid #184098;
}
.detail_text01 .detail_article_table tr th{
    color: #184098;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    width: 100px;
    border-bottom: 1px solid #6694fa;
    letter-spacing: 1px;
    text-align: left;
}
.detail_text01 .detail_article_table tr td{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0 15px 20px;
    width: 420px;
    border-bottom: 1px solid #d6d6d6;
    letter-spacing: 1px;
}
.detail_text02 .detail_article_title02{
    font-size: 22px;
    font-family: "Noto Sans CJK JP";
    color: #184098;
    padding: 0 0 15px;
    letter-spacing: 2px;
    border-bottom: 2px solid #184098;
}
.detail_text02 .detail_overview{
    color: #666;
    font-size: 17px;
    margin: 10px 0 0;
}
.detail_bottom{
    margin: 50px 0 30px;
    overflow: hidden;
    border-top: 2px solid #d9d9d9;
    padding: 20px 0 0;
}
.detail_link_left{
    float: left;
    position: relative;
	padding: 0 0 0 20px;
	width: 40%;
}
.detail_link_left a:hover .link_img_left:after{
    border: 5px solid #11559e;
    content: "";
    height: 59px;
    left: 20px;
    position: absolute;
    top: 0;
    width: 80px;
}
.detail_link_left a:hover p{
    text-decoration: underline;
    opacity: 0.7;
}
.detail_link_left p a{
    color: #184098;
    font-size: 16px;
}
.link_img_left {
	width: 90px;
	float: left;
}
.link_img_left:before{
    font-family: "FontAwesome";
    content: "\f104";
    padding: 0 10px 0 0;
    color: #184098;
    position: absolute;
    left: 0;
    top:25px;
}
.detail_link_left p{
	padding: 25px 0 0 10px;
	float: left;
}

.detail_link_right{
    float: right;
    position: relative;
	padding: 0 20px 0 0;
	width: 40%;
}
.detail_link_right p a{
    color: #184098;
    font-size: 16px;
}
.detail_link_right a:hover p{
    text-decoration: underline;
    opacity: 0.7;
}
.link_img_right {
	width: 90px;
	float: right;
}
.link_img_right:after{
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 0 0 10px;
    color: #184098;
    position: absolute;
    right: 0;
    top:25px;
}
.detail_link_right p{
	padding: 25px 10px 0 0;
	float: right;
}
.detail_link_right a:hover .link_img_right:before{
    border: 5px solid #11559e;
    content: "";
    height: 59px;
    left: 290px;
    position: absolute;
    top: 0;
    width: 80px;
}





/*---------------------------------
ページ下の『その他の制作実績』項目
---------------------------------*/

.details{
    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;
}
.details_contents02{
    margin: 0 0 60px;
}
.details_contents02 ul{
    letter-spacing: -0.4em;
    margin: -10px -31px;
}
.details_contents02 ul li{
    display: inline-block;
    letter-spacing: 0em;
    width: 20%;
    padding: 10px 31px;
    vertical-align: top;
    position: relative;
}
.details_contents02 ul li img{
    margin: 0 0 10px;
    width: 150px;
    height: 100px;
}
.details_contents02 ul li time{
    display: block;
    color: #7a7a7a;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    margin: 0 0 10px;
}
.details_contents02 ul li p{
    line-height: 1.4;
    font-size: 17px;
    font-family: "Noto Sans CJK JP";
    color: #444;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.details_contents02 ul li:hover p{
    color: #11559e;
}
.details_contents02 ul li:hover .case_details_imgbox:after{
    border: 5px solid #11559e;
    content: "";
    height: 90px;
    left: 31px;
    position: absolute;
    top: 10px;
    width: 140px;
}




/* pagination */
.wp-pagenavi {
  padding: 20px;
 text-align: center;
 font-size: 0;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Montserrat';
  color: #184099;
  width: 45px;
  height: 45px;
  border: 1px solid #184099;
  line-height: 25px;
  text-align: center;
  padding: 8px 0 0;
    transition-property: all;
    transition: 0.3s linear;
}
.wp-pagenavi > a:hover{
  background-color: #184099;
  color:#fff;
  border:solid 1px #184099;
}
.wp-pagenavi > span.extend {
  display: none;
}
.wp-pagenavi > span.current {
  background-color: #184099;
  color: #fff;
  border:solid 1px #184099;
  height: 45px;
  padding: 8px 0 0;
  width: 45px;
}
.wp-pagenavi  > a.previouspostslink {
  margin-right: 30px;
  margin-left: 0;
}
.wp-pagenavi  > a.nextpostslink {
  margin-left: 30px;
}
.wp-pagenavi  > a.previouspostslink,
.wp-pagenavi  > a.nextpostslink {
  background-color: transparent;
  border: none;
  line-height: 27px;
  font-size: 0;
}
.wp-pagenavi  > a.first,
.wp-pagenavi  > a.last {
  display: none;
}
.wp-pagenavi  > a.previouspostslink:after,
.wp-pagenavi  > a.nextpostslink:after {
  display: inline;
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #001f67;
}
.wp-pagenavi  > a.previouspostslink:after {
  content: '\f104';
}
.wp-pagenavi  > a.nextpostslink:after {
  content: '\f105';
}

.wp-pagenavi {
  position: relative;
  padding-top: 60px;
  margin-top: 30px 0 0 0;
}
.wp-pagenavi > span.pages {
  display: none;
}
