@charset "UTF-8";

/*******************************
 
トピックスCss
 
*******************************/
.works-cat{
margin-top: 20px;
margin-bottom: 50px;
background: #e4e9ec;
}

.works-cat li{
display: inline-block;
border-right:1px solid #ccc;
}
.works-cat li:last-child{
border: 0;
}
.works-cat li a{
display: block;
padding: 20px;
color: #11579c;
font-weight: bold;
text-decoration: none;
}

.works-cat li a.active,.works-cat li a:hover{
background: #11579c;
color: #fff;
}

.works-list{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.works-list li{
position: relative;
flex-basis: 32%;
margin-right: 2%;
margin-bottom: 40px;
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
}

.works-list>li:after{
content: "\f105";
font-family: FontAwesome;
font-size: 120%;
line-height: 1em;
background: #044484;
color: #fff;
padding: 4px 11px 5px;
position: absolute;
bottom: 0;
right: 0;
transition: 0.5s;
}

.works-list li:nth-child(3n){
margin-right: 0;
}

.works-list li a{
display: block;
height: 100%;
}

.works-list li a:hover{
background: #f9f9f9;
}


.works-list li a .img{
display: block;
overflow: hidden;
}
.works-list li a .img img{
width: 100%;
height: 200px;
object-fit: cover;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.works-list li a:hover .img img{
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.industry-wrap{
text-align: left;
display: block;
padding: 15px;
}
.industry-wrap .industry{
display: block;
color: #999;
margin-bottom: 20px;
}

.industry-wrap .industry span{
color: #000;
font-weight: bold;
}


.topics-body{
max-width: 680px;
padding-top: 60px;
}

.topics-body .sector{
color: #aaa;
}

.topics-body .kinds{
color: #000;
font-weight: bold;
margin-left: 10px;
}

.topics-body .topics-title{
text-align: left;
border-bottom: 1px solid #eee;
padding-bottom: 30px;
margin-bottom: 30px;
}

.topics-body .topics-title .title{
display: block;
font-size: 32px;
font-weight: bold;
line-height: 1.6em;
padding-top: 20px;
}

.topics-contents img{
width: 100%;
height: auto;
}
.topics-contents p{
font-size: 14px;
line-height: 1.6em;
margin: 20px 0;
}

.topics-contents p.htitle{
font-size: 18px;
line-height: 1.6em;
font-weight: bold;
}

.flex2col{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.flex2col .item{
flex-basis: 48%;
}

.topics-body .tagarea{
border-top:1px solid #ccc;
padding-top:30px; 
margin-top:50px; 
margin-bottom: 50px;
}

.pagecontrols{
padding-top: 60px;
margin-bottom: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.pagecontrols li:nth-of-type(1),.pagecontrols li:nth-of-type(3){
flex-basis: 40%;
}
.pagecontrols li:nth-of-type(2){
flex-basis: 20%;
border-left:1px solid #fff;
border-right:1px solid #fff;
}

.pagecontrols li:nth-of-type(2) img{
width: 24px;
height: auto;
}

.pagecontrols li a{
position: relative;
display: block;
background: #0b3a68;
color: #fff;
padding: 15px 0;
}

.pagecontrols li:nth-of-type(1) a:before{
content: "\f104";
font-family: FontAwesome;
font-size: 100%;
position: absolute;
top: 50%;
left: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.pagecontrols li:nth-of-type(3) a:before{
content: "\f105";
font-family: FontAwesome;
font-size: 100%;
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.pagecontrols li a:hover{
opacity: 0.7;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
.works-cat{
margin-top: 20px;
margin-bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.works-cat li{
flex-basis: 33.33%;
border-bottom:1px solid #ccc;
}
.works-cat li:last-child{
border-bottom:1px solid #ccc;
}

.works-list li{
position: relative;
flex-basis: 48%;
margin-right: 2%;
margin-bottom: 40px;
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
}

.works-list li:nth-child(3n){
margin-right: 2%;
}
.works-list li:nth-child(2n){
margin-right: 0;
}

}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
.works-list li{
position: relative;
flex-basis:100%;
margin-right: 0;
margin-bottom: 40px;
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
}

.works-list li:nth-child(3n){
margin-right: 0;
}
.works-list li:nth-child(2n){
margin-right: 0;
}

.pagecontrols li:nth-of-type(2) img{
width: 18px;
height: auto;
}
}