@charset "utf-8";
/* CSS Document */


/*//////////// セクション1 ///////////////*/
section .title {
	border-bottom: 1px solid #222;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

section .title span {
	font-family: 'Urbanist', sans-serif;
	font-size: 1.1rem !important;
	font-weight: 500;
}

/*///タブ切り替え　ここから///*/
.tab {
	margin-bottom: 35px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.tab li {
	display: block;
	width: 30%;
}

.tab li a{
	display: block;
	background:#fff;
	color: #222;
	font-family: 'Urbanist', sans-serif;
	font-size: 0.85rem;
	padding: 10px 0 5px;
}

.tab li a:hover {
	background:#DCEEFC;
	color: #222 !important;
}

.area {
	display: none;
	opacity: 0;
	background: #fff;
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

ul{
	list-style:none;
}

.wrapper{
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.contents {
	width: 100%;
	background-color: #fff;
	padding-top: 35px;
}
/*///タブ切り替え　ここまで///*/

.sec1 .contents h4 {
	font-family: 'Urbanist', sans-serif;
	background-color: #f4f4f4;
	font-size: 0.75rem;
	width: auto;
	display: inline-block;
	padding: 0.3rem 0.5rem;
	padding-right: 1.5rem;
	clip-path:polygon(0 0, 100% 0%, 87% 100%, 0 100%);
}

.sec1 .contents p {
	font-size: 0.9rem;
	display: block;
}

.sec1 .contents a {
	color: #222;
}
.sec1 .contents a:hover {
	opacity: 0.6;
}

.sec1 .contents .col-6 {
	margin-bottom: 25px;
}

.sec1 .contents .col-6:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}


.works-ph {
	height: 110px;
}

@media (min-width: 576px) {
	section .title span {
		font-size: 1.2rem !important;
	}
	
	.sec1 .contents h4 {
		font-size: 0.9rem;
		padding: 0.3rem 0.75rem;
		padding-right: 1.5rem;
	}
	
	.sec1 .contents p {
		font-size: 1rem;
	}
	
	/*///タブ切り替え　ここから///*/
	.tab {
		margin-bottom: 50px;
	}

	.tab li a{
		font-size: 0.9rem;
		padding: 13px 0 7px;
	}

	.contents {
		padding-top: 55px;
	}
	/*///タブ切り替え　ここまで///*/
	
	.sec1 .contents .col-6 {
		margin-bottom: 35px;
	}	
}


@media (min-width: 768px) {
	.sec1 .contents h4 {
		font-size: 0.85rem;
		padding-right: 1.5rem;
		display: inline-block;
	}
	
	.sec1 .contents p {
		font-size: 1rem;
		display: inline-block;
		text-align: left;
	}
	
	/*///タブ切り替え　ここから///*/
	.tab {
		margin-bottom: 60px;
	}

	.tab li a{
		font-size: 1rem;
		padding: 15px 0 10px;
	}

	.contents {
		padding-top: 65px;
	}
	/*///タブ切り替え　ここまで///*/
	
	.sec1 .contents .col-6 {
		margin-bottom: 45px;
	}		

	.works-ph {
		height: 250px;
	}
}


@media (min-width: 992px) {
	/*///タブ切り替え　ここから///*/
	.tab {
		margin-bottom: 70px;
	}

	.tab li a{
		padding: 20px 0 17px;
	}
	
	.contents {
		padding-top: 80px;
	}
	/*///タブ切り替え　ここまで///*/
	
	.sec1 .contents .col-6 {
		margin-bottom: 60px;
	}

	.sec1 .contents .col-6:nth-last-of-type(-n+3) {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	/*///タブ切り替え　ここから///*/
	.tab li a{
		padding: 20px 0 17px;
	}
	
	.contents {
		padding-top: 100px;
	}
	/*///タブ切り替え　ここまで///*/
	
	.sec1 .contents .col-6 {
		margin-bottom: 70px;
	}	
}





/*-------------------- detail ---------------------*/

/*//////////// セクション1 ///////////////*/
.detail section .title {
	border-bottom: 1px solid #222;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.detail section .title h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem !important;
	font-weight: 500;
	margin-top: -2px;
	margin-bottom: 8px;
}

.detail .container {
	max-width: 960px;
}

.detail .sec1 h3 {
	font-size: 1.5rem;
}

.detail .sec1 h3 span {
	font-size: 1.0rem;
	display: inline-block;
	margin-left: 1rem;
} 


@media (min-width: 576px) {
	.detail section .title h1 {
		font-size: 1.5rem !important;
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	.detail section .title h1 {
		font-size: 1.6rem !important;
	}
	
	.detail .sec1 h3 {
		font-size: 1.6rem;
	}
}


/*//////////// セクション2 ///////////////*/
#slide {
	padding-top: 60px;
	margin-top: -60px;
}

.works-slider{
	width: 100%;
	height: auto;
}

.works-slider img , .thumb img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
	vertical-align: bottom;
}

.slick-prev:before, .slick-next:before {
	color: #444444;
	font-family: 'slick';
	font-size: 30px;
	line-height: 1;	
}

.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
	padding: 0;
	z-index: 2;	
}

.slick-prev {
	top:50%;
	left:2%;
}

.slick-next {
	top:50%;
	right:-4%;
}

.thumb img {
	padding-left: 2px;
	padding-right: 2px;
}

.slick-arrow:before{
	content:""!important;
	width: 80%!important;
	height: 80%!important;
	position: absolute;
	top: 15%;
	left: 0;
}

.slick-next:before{
	background: url(../../assets/images/common/slider-arrow_right_w.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
}

.slick-prev:before{
	background: url(../../assets/images/common/slider-arrow_left_w.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
}

.sec2 .btn a {
	margin-left: auto;
	margin-right: auto;
}

.main-ph {
	height: 300px;
}
.thumb-ph {
	height: 80px;
}

@media (min-width: 480px) {
	.slick-next {
		right: -3%;
	}
}


@media (min-width: 576px) {
	.slick-arrow:before{
		width: 90%!important;
		height: 90%!important;;
	}
	
	.slick-next {
		right: -1.5%;
	}
}


@media (min-width: 768px) {
	#slide {
		padding-top: 70px;
		margin-top: -70px;
	}
	
	.slick-next {
		right: 0;
	}	
	.main-ph {
		height: 600px;
	}
	.thumb-ph {
		height: 130px;
	}
}

@media (min-width: 992px) {
	#slide {
		padding-top: 80px;
		margin-top: -80px;
	}
	
	.slick-arrow:before{
		width: 100%!important;
		height: 100%!important;;
	}	
}

@media (min-width: 1200px) {
	#slide {
		padding-top: 100px;
		margin-top: -100px;
	}
	
	.thumb {
		height: auto;	
	}	
}

@media (min-width: 1300px) {	
	.thumb {
		height: auto;

	}	
}


/*//////////// アンカーリンク ///////////////*/
#anc1 {
	padding-top: 60px;
	margin-top: -60px;
}

@media (min-width: 768px) {
	#anc1 {
		padding-top: 70px;
		margin-top: -70px;
	}
}

@media (min-width: 992px) {
	#anc1 {
		padding-top: 80px;
		margin-top: -80px;
	}
}	

@media (min-width: 992px) {
	#anc1 {
		padding-top: 80px;
		margin-top: -80px;
	}
}

@media (min-width: 1400px) {
	#anc1 {
		padding-top: 100px;
		margin-top: -100px;
	}
}


