@charset "UTF-8";

/*==================================================================
	Contents setting
===================================================================*/
.sec-ttl .txt02 {
	font-size: 1.4rem;
	line-height: 1.8;
}
.sec-ttl .jp-ttl02 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.headline.ic-down::before {
    transform: translateY(-50%) rotate(135deg);
	margin-top: -2px;
}
@media screen and (max-width: 767px) {
	.sec-ttl {
		top: 50px !important;
		right: 0 !important; 
		bottom: inherit;
		left: inherit;
	}
	.sec-ttl .jp-ttl02 {
		font-size: 1.6rem;
	}
}
.sec-ttl .headline {
	margin-bottom: 5px;
}

.sec-service {
	overflow: hidden;
}

.bg-prd {
	background: url('../imgs/service/img_product01.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 1000px;
}
.sec-prd .sec-ttl {
	right: 20%;
	top: 25%;
}
.sec-service.sec-prd .slider-wrap {
	padding: 110px 0 110px 16%;
}
.slide-prd {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.sec-prd  .slick-slide {
	margin: 0 15px;
}
.sec-prd .slick-list {
	overflow: visible;
}
.item-prd .block-prd {
	width: 285px;
	height: 350px;
}
.block-prd {
	background: url('../imgs/service/bg_prd.png') no-repeat top left;
	background-size: 100% 100%;
	position: relative;
	/* border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2; */
}
/* .block-prd::after {
	position: absolute;
	top: 0;
	right: 50px;
	content: '';
	height: 29%;
	width: 67%;
	border-top: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	transform: skew(-45deg);
}
.block-prd::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 71%;
	border-left: 1px solid #F2F2F2;
} */
.block-prd .numb {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.2rem;
	font-weight: bold;
}
.block-prd .info {
	position: absolute;
	top: 60px;
	left: 60px;
}
.block-prd .ttl {
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 5px;
}
.block-prd .txt {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.block-prd .read-more {
	position: absolute;
	bottom: 60px;
	left: 60px;
}
.slide-sp button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.slide-sp .slick-arrow {
	cursor: pointer;
	position: absolute;
	text-indent: -99999px;
	color: transparent;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	overflow: hidden;
	z-index: 1;
}
.slide-sp .slick-prev {
	left: -20px;
	transform: translateY(-50%) rotate(-135deg);
}
.slide-sp .slick-next {	
	right: -20px;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
	.bg-prd {
		background: url('../imgs/service/img_product01-sp.jpg') no-repeat center center;
		background-size: cover;
		height: 600px;
	}
	.slide-prd {
		width: 80%;
		margin: 0 auto;
		overflow: visible;
	}
	.sec-prd .slick-slide {
		margin: 0 25px;
	}
	.slide-prd .slick-list {
		overflow: hidden;
	}
	.block-prd .numb {
		font-size: 2.8rem;
	}
	.block-prd .ttl {
		font-size: 2.8rem;
	}
	.block-prd .txt {
		font-size: 1.4rem;
	}
	.item-prd {
		display: flex !important;
		justify-content: center;
	}
	.item-prd .block-prd {
		width: 60vw;
		height: 80vw;
	}
	.block-prd .info {
		left: 20%;
		right: 15px;
	}
	.block-prd .read-more {
		bottom: 30px;
	}
}

.bg-creative {
	background: url('../imgs/service/img_creative01.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 930px;
}
.sec-creative .sec-ttl {
	bottom: 22%;
	left: 20%;
}
.sec-service .slider-wrap {
	background: url('../imgs/service/bg01.jpg') no-repeat center center;
	background-size: cover;
	padding:  105px 0;
}
.slide-creative {
	width: 80%;
	max-width: 490px;
	margin: 0 auto;
	overflow: visible;
}
.slide-creative a {
	display: block;
	transition: all ease 0.25s;
}
.slide-creative  .slick-slide {
	margin: 0 15px;
}
.slide-creative .slick-list {
	overflow: visible;
}
.item-creative {
	position: relative;
}
.item-creative .head-slide .en {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.item-creative .head-slide .en img {
	height: 100%;
	width: auto !important;
}
.item-creative .head-slide .txt {
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: 20px;
	left: 40px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.item-creative .jp {
	color: #fff;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.05em;
	line-height: 1.75;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
}
.item-creative .read-more {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 1;
}
.ic-white::after {
    content: url('../imgs/top/ic_arrow03.svg');
}
@media screen and (max-width: 1200px){
	.sec-creative .sec-ttl {
		left: 8%;
	}
}
@media screen and (max-width: 992px){
	.slide-creative .slick-slide {
		margin: 0 10px;
	}
	.sec-service.sec-prd .slider-wrap {
		padding: 50px 0;
	}
	.slide-creative {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.bg-creative {
		background: url('../imgs/service/img_creative01-sp.jpg') no-repeat center top;
		background-size: cover;
		min-height: 600px;
		height: auto;
	}
	.sec-creative .sec-ttl {
		left: 0;
		width: 100%;
	}
	.item-creative .jp {
		font-size: 1.2rem;
	}
	.item-creative .head-slide .txt {
		font-size: 1.4rem;
		top: 10px;
		left: 20px;
	}
	.item-creative .read-more {
		right: 10px;
		bottom: 10px;
	}
	.item-creative a:hover .read-more:before {
		width: 35px;
		height: 35px;
		left: -20px;
	}
}

.bg-solution {
	background: url('../imgs/service/img_solution01.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 930px;
}
.sec-solution .sec-ttl {
	right: 18%;
	bottom: 35%;
}
.sec-solution .slide-solution {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
	overflow: visible;
}
.slide-solution	 .slick-slide {
	margin: 0 15px;
}
.slide-solution	 .slick-list {
	overflow: visible;
}
.item-solution {
	position: relative;
}
.item-solution .info {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
.item-solution .ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	margin-top: 0;
	line-height: 0.8;
	margin-bottom: 30px;
}
.item-solution .txt {
	font-size: 15px;
	font-weight: bold;
}
a:hover .info .ttl.read-more:before,
a:hover ~ .info .ttl.read-more:before,
.info .ttl.read-more:hover:before {
	width: 145px;
	height: 145px;
}
@media screen and (max-width: 1200px){
	.sec-solution .sec-ttl {
		right: 8%;
	}
}
@media screen and (max-width: 767px) {
	.bg-solution {
		background: url('../imgs/service/img_solution01-sp.jpg') no-repeat center;
		background-size: cover;
		min-height: 600px;
		height: auto;
	}
	.sec-service .slider-wrap {
		padding: 50px 0;
	}
	.slide-solution	 .slick-slide {
		margin: 0 30px;
	}
	.item-solution {
		width: 80vw;
	}
	.item-solution .ttl {
		font-size: 2.4rem;
	}
	.item-solution .txt {
		font-size: 1.2rem;
		padding:  0 15px;
	}
	a:hover .info .ttl.read-more:before,
	a:hover ~ .info .ttl.read-more:before,
	.info .ttl.read-more:hover:before {
		width: 15vw;
		height: 15vw;
	} 
}