@charset "UTF-8";
/* CSS Document */
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery{
columns: 4;/*段組みの数*/
margin:0;
}

.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}
/*画像を出現させるアニメーションCSS*/

.flipLeft{
animation-name: flipLeft;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity: 0;
}

@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
	.gallery{
	columns:3;
	}	
}

@media only screen and (max-width: 768px) {
	.gallery{
	columns: 2;
	}	
}
















.wrapper{
	padding: 170px 0px 60px;
	display: flex;
	justify-content: center;
	gap: 36px;
    margin: 0 auto;
    max-width: 900px;
}
.kind-ul li,.industry-ul li{
	list-style: none;
	margin: 12px 0;
		font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.kind-ul li a,.industry-ul li a{
	text-decoration: none;
	color: #2c2c2c;
}
.title-kind,.title-industry{
font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #2c2c2c;
    margin-bottom: 20px;
    padding-bottom: 10px;
}









.side-bar-wrapper{
	width: 20%;
}
.industry-wrapper{
	margin-top: 40px;
}
.heading10 {
font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding: 0 30px 36px;
    font-size: 20px;
    margin: -50px auto 0px;
    display: block;
    text-align: center;
	color: #2c2c2c;
	font-weight: 600;
	letter-spacing: 0.2rem;
}
.heading10::before {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 2px;
  content: "";
  background-color: #2c2c2c;
}
.heading10 span {
  background-color: #FFF;
  padding: 0 40px;
  position: relative;
}
.section-img{
	padding-top: 50px;
}
/*
.heading10::before {
	font-family: 'Noto Sans JP', sans-serif;
	content: attr(data-en);
	position: relative;
	top: 26px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
	text-align: center;
	    display: block;
    margin: 0 auto;
}*/
.works-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works-wrapper::after{
	display: block;
	content:"";
	width: 45%;
}

.works-block{
	list-style: none;
	width: 30%;
	margin: 10px 0;
}
.contents-left{
	width:100%;
}
.works-block img{
	width: 100%;
	height:100%;
}
/*---ページネーション-------------------------------------------------------------------------------------------------------------------------------------------------*/
.pagenation-wrapper{
	    display: block;
    margin: 40px auto 20px;
    text-align: center;
}
.page-numbers{
	padding: 15px;
	border: 2px solid #2c2c2c;
	text-decoration: none;
	color:#2c2c2c;
}
.prev,.next{
	display: none;
}
.current{
	background-color: #CFCFCF;
}
/*スマホ―-------------------------------------------------------------------------------------------------------------------------------*/
@media(max-width:599px){
	.wrapper{
		display: block;
		max-width: 370px;
		margin: 0 auto;
		padding: 80px 0;
	}
	.contents-left{
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.kind-ul li a, .industry-ul li a {
    text-decoration: none;
    color: #2c2c2c;
}
	.side-bar-wrapper {
    width: 100%;
	display: block;
	margin: 60px auto;
}
	.works-block {
    list-style: none;
    width: 50%;
    margin: 20px 0;
    text-align: center;
}
	.works-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.heading10 {
font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding: 0 30px 20px;
    font-size: 20px;
    margin: -50px auto 0px;
    display: block;
    text-align: center;
	color: #2c2c2c;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
.heading10::before {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 2px;
  content: "";
  background-color: #2c2c2c;
}
.heading10 span {
  background-color: #FFF;
  padding: 0 40px;
  position: relative;
	font-size: 16px;
}
	.works-block img {
    width: 90%;
    height: 90%;
}
}
/*タブレット―-------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:600px) and (max-width:1024px){
.works-block img {
    width: 90%;
    height: 90%;
}
	.wrapper {
    padding: 90px 0px;
    display: flex;
    justify-content: flex-start;
	max-width: 700px;
}
	.side-bar-wrapper {
    width: 30%;
}
	.kind-ul li a, .industry-ul li a {
    text-decoration: none;
    color: #2c2c2c;
}
	.heading10 {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding: 0 30px 30px;
    font-size: 20px;
    margin: -50px auto 0px;
    display: block;
    text-align: center;
    color: #2c2c2c;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
}
	
	
	
	