@charset "UTF-8";

p{line-height: 1.6;}
.mt-s{ margin-top: 20px;}
.mt-m{ margin-top: 40px;}
@media screen and (max-width:767px){
.mt-s{ margin-top: 10px;}
.mt-m{ margin-top: 20px;}
}

html {scroll-padding-top: 0;}

.works{
	width: 100%;
	max-width: 840px;
	padding: 0 20px 120px;
	margin: 120px auto 0;
}

.section01{
	margin: 0 auto 110px;
	position: relative;
}

.sec-menu-wrapper{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 40px 0;
}

.sec-menu-wrapper ul{
	font-size: 2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
}


.sec-menu-wrapper ul li img{
	display:inline-block;
	width: 20px;
	margin: 0 0 0 10px;
	transform: rotate(90deg);
	vertical-align: text-bottom;
}

.sec-menu-wrapper ul li{
	font-size: 1.6rem;
	font-weight: 600;
}

.sec-menu-wrapper ul li a{
	color: #2e3037;
}

.sec-menu-wrapper ul li a::after{
	background: none;
}

.sec-menu-wrapper ul li a:hover{
	opacity: .7;
}

.works-ttl01{
	font-size: 3.3rem;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	margin: 80px auto 100px;
	position: relative;
	font-weight: 400;
	color: #2e3037;
}

/* .works-ttl01::after{
    content: '';
    background: url(../../common/images/dot01_2024.png) no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 4px;
    position: absolute;
	  bottom: -60px;
    left: 50%;
    margin-left: -12px;
} */

.works-ttl02{
	font-size: 3.3rem;
	font-weight: 300;
	line-height: 1.0;
	text-align: center;
	padding: 200px 0 0;
	margin: 0 auto 30px;
}

.works-ttl02 span{
	display: inline-block;
	border-bottom: 1px solid #000;
	color: #2e3037;
}

.works-ttl03{
	font-size: 2.0rem;
	line-height: 1.6;
	margin: 70px 70px 10px;
	color: #2e3037;
}

.service{
	display: flex;
	align-items: baseline;
	margin: 20px auto;
}

.service-ttl{
	line-height: 1;
	display: inline-block;
	font-size: 1.5rem;
	margin: 0 50px 0 0;
	border-bottom: solid 1px #000;
	padding: 2px 0 ;
}

.service-list{
	display: flex;
	flex-wrap: wrap;
	width: 646px
}

.service-list li{
	font-size: 1.5rem;
	border: 1px solid #a5a5a6;
	padding: 4px 8px;
	margin: 0 5px 10px;
	color: #2e3037;
}

.sentence{
	font-size: 1.6rem;
	line-height: 2.0;
  letter-spacing: .1rem;
	margin: 10px 70px;
}

.txt-center{
	text-align: center;
}

.border01{
	border: 1px solid #000;
}

.img{
	margin: 30px 20px 40px;
	text-align: center;
}

.img img{
	display: inline-block;
	/* border: 1px solid #dfdfdf; */
}

.works img{
	width: 100%;
	height: auto;
}

.works img.width-fixed{
	width: inherit;
	margin: 0 auto;
}

.link-wrapper{
	text-align: right;
	margin: 0 auto 30px;
	transition: opacity .2s;
}

.link-wrapper:hover{
	opacity: .7;
}

.site-link{
	font-size: 1.2rem;
}

.site-link p{
	display: inline;
	text-decoration: underline;
}


a.site-link::after {
  background: none;
}

.site-link .site-mark{
	border: none;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: text-bottom;
}

.sp-img-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0 40px;
}

.sp-img-list li{
	width: 33.33%;
	min-width: 190px;
	padding: 20px;
}


@media screen and (min-width:768px){
.img-list02{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	margin: 20px 0;
}

.img-list02 li{
	width: 50%;
	padding: 14px;
}
}

.img-list02 li{
	margin-bottom: 10px;
}

.img-list02 li a:hover{
	opacity: .8;
}

.img-list02 li a::after{
	background: none;
}

.img-list03{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	margin: 20px 0;
}

.img-list03 li{
	width: 33.33%;
	padding: 14px;
	min-width: 190px;
}

.client-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.client-wrapper .client-list{
	width: 50%;
	padding: 20px;
	margin: 0 0 30px;
}

.client-wrapper .client-list .cl-name,
.client-wrapper .client-list img{
	margin-bottom: 10px;
}

.client-wrapper .client-list .service-list{
	width: 100%;
	margin: 0;
}

.client-wrapper .client-list .service-list li{
	font-size: 1.3rem;
	margin: 0 5px 5px 0;
}

.client-wrapper .client-list .site-ttl{
	display: block;
	font-size: 1.3rem;
	margin-top: 10px;
	line-height: 1.0;
}

.client-wrapper .client-list .site-link{
	padding: 0;
	line-height: 1.0;
}

.works .worksbtn-area{
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
	margin: 150px auto 0;
	border: 1px solid #e3e3e3;
	border-radius: 50px;
	transition: background .2s;
	position: relative;
}

/* .works .worksbtn-area:hover{
	background: #e3e3e3;
} */

.works .worksbtn-area a{
	padding: 30px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	color: #2e3037;
}

.works .worksbtn-area a::after{
	content: '';
	background-image: url('/common/images/contact-arrow-black.svg');
  background-repeat: no-repeat;
	display: inline-block;
  width: 20px;
  height: 20px;
  transform: none;
	position: absolute;
  right: 50px;
  top: 30px;
	left: unset !important;
	background-color: unset !important;
}

/* .works .worksbtn-area a::before,
.works .worksbtn-area a::after {
  content: "";
  position: absolute;
	display: block;
}

.works .worksbtn-area a::before {
  width: 6px;
  height: 6px;
  left: auto;
  right: 39%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid
}

.works .worksbtn-area a::after {
  width: 32px;
  height: 1px;
  left: auto;
  right: 39%;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
} */

.worksbtn-area a img{
	width: 33px;
	margin-left: 5px;
	vertical-align: baseline;
}

.txt-left{
	text-align: left;
}

@media screen and (max-width:767px){
	html {scroll-padding-top: 40px;}
  .works{
    width: 100%;
    max-width: 840px;
    padding: 0 20px 40px;
    margin: 120px auto 0;
  }

  .sp-img-list li{
    width: 50%;
    min-width: 100px;
    padding: 5%;
  }

  .works-sp-non{
    display: none;
  }

  .img-list03 li{
    width: 50%;
    padding: 10px;
    min-width: 100px;
  }

  .service-ttl{
    font-size: 1.3rem;
    padding: 0;
    margin: 0 20px 0 0;
  }

  .service-list li{
    font-size: 1.3rem;
    padding: 4px 6px;
    margin: 0 3px 6px;
  }
	
	.sec-menu-wrapper ul{
		gap: 40px 0;
	}

  .sec-menu-wrapper ul li{
		font-size: 1.4rem;
    width: 50%;
    text-align: center;
	}

  .works-ttl01{
    font-size: 2.2rem;
    line-height: 1.6;
    margin: 40px auto 120px;
  }

  .works-ttl02{
    font-size: 2.8rem;
    padding: 40px 0 0;
    margin: 100px auto 30px;
  }

  .works-ttl03 {
    font-size: 1.6rem;
    margin: 40px 10px 10px;
  }

  .img{
    margin: 30px auto;
  }

  .img .site-link img.site-mark {
    padding: 0;
  }

  .img-list03{
    padding: 0;
  }

  .client-wrapper .client-list{
    width: 100%;
    padding: 10px;
    margin: 0 0 50px;
  }

  .illust .img .width-fixed{
    width: 100%;
  }
	
	.works .worksbtn-area{
		margin: 110px auto 50px;
	}

  .works .worksbtn-area a::before {
    right: 25%;
  }
  .works .worksbtn-area a::after {
    right: 25%;
  }
	
  .sentence{
		font-size: 1.4rem;
    margin: 10px 10px;
  }
	
	.section01{
		margin: 0 auto 20px;
	}

}
