@charset "utf-8";

/*=======*/
/* index */
/*=======*/

/* 共通
-----------------------------------*/


@media screen and (max-width: 767px) {


}

/* main
-----------------------------------*/
.index {
	display: flex;
	flex-wrap: wrap;
}

.index .slide-wrap {
	order: 2;
	position: relative;
	width: 800px;
	/*height: 856px !important;*/
	margin-bottom: 0;
	background: url(../jpg/index_bg01.jpg) no-repeat;
	background-size: 100% auto;
}

.index .slide-wrap::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.7);
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
	animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
}

.index .slide-wrap .slide {
	width: 90% !important;
	height: 900px;
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
	animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
}

.index .slide-wrap .slide h2 {
	position: relative;
	margin-top: 32px;
	padding-left: 48px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1;
}

.index .slide-wrap .slide h2::before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 40px;
	height: 3px;
	margin-top: -1px;
	background-color: #009dac;
}

.index .slide-wrap .slick-dots {
	position: absolute;
	right: 0px;
	top: 50%;
	bottom: auto;
	width: 72px;
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
	animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
}

.index .slide-wrap .slick-dots li {
	display: block;
	margin: 8px 0;
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	}
	@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	}

.index .top-cts-wrap {
	order: 1;
	width: 400px;
    background-color: #333;
}

.index .top-products-wrap {
	order: 3;
	width: 100%;
	background: #292b2c;
}

@media screen and (min-width: 1201px) {
	.index .slide-wrap {
		width: calc(50% + 200px);
	}

	.index .top-cts-wrap {
		width: calc(50% - 200px);
	}
}

.index .top-cts-wrap .inner {
	width: 400px;
	margin: 0 0 0 auto;
	padding-left: 10px;
}

.index .top-lead {
	padding: 40px 20px 32px;
	color: #333;
	line-height: 2.28;
	letter-spacing: .15em;
}
.index .top-lead-wrap {
    background-color: #fff;
}

.index .top-info-wrap {
	background: #333;
}

.index .top-info {
	padding: 20px 50px 20px 20px;
}

.index .top-info h2 {
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .1em;
}

.index .top-info h2 a {
	position: relative;
	display: block;
	padding: 4px 20px 4px 10px;
	background: #212121;
	color: #FFF;
	text-decoration: none;
	transition: all .5s;
}

.index .top-info h2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 9px;
	height: 7px;
	background: url(../svg/com_ic02.svg) no-repeat 50% 50%;
	transform: translate(0, -50%);
}

.index .top-info h2 a:hover {
	background: #555;
}

.index .top-info h2 a:hover::after {
	right: 5px;
}

.index .search-category {
	display: none;
}

.index .information {
	padding-bottom: 15px;
}

.index .information li {
	display: flex;
	font-size: 12px;
	letter-spacing: .15em;
	line-height: 1.3;
    margin-bottom: 10px;
}

.index .information li p {
    max-width: 240px;
}

.index .information .date {
	width: 95px;
	color: #FFF;
}

.index .information a {
	color: #FFF;
    line-height: 1.8;
}

.index .faq {
	padding-bottom: 30px;
	padding-top:15px;
}

.index .faq li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 11px;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: .05em;
}

.index .faq li:last-child {
	margin-bottom: 0;
}

.index .faq li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	border: solid 1px #FFF;
}

.index .faq a {
	color: #FFF;
}

.index .case-study ul {
	display: flex;
	flex-wrap: wrap;
}

.index .case-study li {
	width: calc(50% - 5px);
	margin: 10px 10px 0 0;
	background: #FFF;
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: .15em;
}

.index .case-study li:nth-child(-n+2) {
	margin-top: 0;
}

.index .case-study li:nth-child(2n) {
	margin-right: 0;
}

.index .case-study figure {
	margin-bottom: 3px;
}

.index .case-study a {
	display: block;
	padding: 3px;
	color: #000;
	text-decoration: none;
}

.index .performance-list {
	width: 830px;
	padding: 0 40px;
}

.index .performance-list ul {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.index .performance-list li {
	width: 180px;
	margin: 0 10px 10px 0;
}

.index .performance-list li:nth-child(4n) {
	margin-right: 0;
}

.index .performance-list a {
	display: block;
	background-color: #FFF;
	text-decoration: none;
    cursor: pointer;
}

.index  .performance-list .img {
    padding: 10px 6px 20px;
	text-align: center;
}

.index  .performance-list .img img {
	margin: 0 auto;
	transition: all .5s;
}

.index  .performance-list a:hover .img img {
	transform: scale(1.1);
	opacity: 1 !important;
}

.index .performance-list .img p {
	color: #025C90;
	font-size: 16px;
	font-weight: 700;
	height: 38px;
	line-height: 1.3;
	letter-spacing: .15em;
}

.index .top-products-wrap .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.index .products {
	padding: 30px 0 50px 20px;
}

.index .products h2 {
	margin-bottom: 35px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .15em;
	text-align: center;
}

.index .products ul {
	display: flex;
}

.index .products li {
	width: calc((100% - 65px) / 6);
	margin-right: 13px;
}

.index .products li:last-child {
	margin-right: 0;
}

.index .products .cts {
	padding: 10px 5px 0;
}

.index .products h3 {
	margin-bottom: 4px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .1em;
	text-decoration: underline;
}

.index .products p {
	color: #FFF;
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: .15em;
}

.index .products a {
	text-decoration: none;
}

.index .products a:hover h3 {
	text-decoration: none;
}


@media screen and (max-width: 600px) {

    .index .information li p {
        max-width: 67%;
    }
	.index .slide-wrap {
		order: 1;
		width: 100%;
		background-size: cover;
		height: 100vh;
	}

	.index .slide-wrap .slide {
		width: 100% !important;
		height: 100vh;
	}

	.index .slide-wrap .slick-dots {
		display: block;
		-webkit-animation: none;
		animation: none;
        right: -45px;
	}

	.index .top-cts-wrap {
		order: 2;
		width: 100%;
	}

	.index .top-cts-wrap .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 37.5px;
	}

	.index .top-lead {
		padding: 15px 0 20px;
	}

	.index .top-info {
		padding: 20px 0 40px;
	}

	.index .top-info h2 {
		margin-bottom: 10px;
		font-weight: 700;
		letter-spacing: .1em;
	}

	.index .performance-list .img p {
			font-size: 13px;
			height: 32px;
			line-height: 1.1;
			letter-spacing: .05em;
	}
	.index .performance-list ul li:last-child {
			display: none;
	}

	.index .search-category {
		display: block;
		padding-bottom: 30px;
	}

	.index .search-category ul {
		display: flex;
		justify-content: space-between;
	}

	.index .search-category li {
		width: calc((100% - 30px) / 3);
		margin-right: 15px;
		text-align: center;
		font-size: 10px;
	}

	.index .search-category a {
		display: block;
		color: #FFF;
		text-decoration: none;
	}

	.index .search-category figure {
		margin-top: 8px;
		padding: 22.5%;
		border-radius: 5px;
		border: solid 1px #FFF;
	}

	.index .search-category li:last-child {
		margin-right: 0;
	}

	.index .information {
		padding-bottom: 30px;
	}

	.index .case-study li {
		width: calc(50% - 5px);
		margin: 10px 10px 0 0;
		background: #FFF;
		font-size: 10px;
		line-height: 1.3;
		letter-spacing: .15em;
	}

	.index .case-study li:not(:nth-child(-n+2)) {
		display: none;
	}

	.index .performance-list {
		width: 100%;
		padding: 0 16px;
	}

	.index .performance-list li {
		width: 32%;
		margin: 16px 1% 0 0;
	}

	.index .performance-list li:nth-child(4n) {
		margin-right: 1%;
	}

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


	.index .top-products-wrap .inner {
		width: 100%;
		padding: 0 37.5px;
	}

	.index .products {
		padding: 30px 0;
	}

	.index .products ul {
		padding: 0 8.5%;
	}

	.index .products .slick-prev,
	.index .products .slick-next {
		width: 40px;
		height: 40px;
		background: #000C13;
        display: none !important;
	}

	.index .products .slick-prev {
		left: -37.5px;
	}

	.index .products .slick-next {
		right: -37.5px;
	}

	.index .products .slick-prev:before,
	.index .products .slick-next:before {
		content: "";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
	}

	.index .products .slick-prev:before {
		top: 11px;
		right: 5px;
		transform: rotate(-135deg);
	}

	.index .products .slick-next:before {
		top: 11px;
		left: 5px;
		transform: rotate(45deg);
	}

}

@media screen and (max-width: 390px) {
	.index .performance-list .img p {
		font-size: 0.7rem;
	}
}
