@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	index.css
*/

/*============================================================
	MAIN
*/
.main {
	position: relative;
	height: 810px;
	background: transparent url(../img/index/kv_main.jpg) 50% 100% no-repeat;
	background-size: cover;
}

/*============================================================
	SECTION
*/
.section {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.section .outer {
	position: relative;
	overflow: hidden;
	transform-origin: 100% 0%;
	transform: skewY(-6deg);
}
.section .inner {
	position: relative;
	height: 920px;
	background-color: #61666a;
	transform-origin: 100% 0%;
	transform: skewY(6deg);
}
.section .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	transform-origin: 100% 0%;
	transform: skewY(-6deg);
}
.section .line::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f01d38;
	transform-origin: 0% 0%;
	transform: skewY(-1deg);
}
.section .bg-line01,
.section .bg-line02 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform-origin: 50% 50%;
	background-color: #919497;
}
.section .bg-line01 {
	margin-top: -240px;
	transform: skewY(6deg);
}
.section .bg-line02 {
	margin-top: 260px;
	transform: skewY(-6deg);
}
.section .content {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -650px;
	padding-right: 720px;
	width: 1300px;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 2.1;
	color: #fff;
}
.section .content .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.section .content .h1 {
	font-weight: 900;
	font-size: 36px;
	line-height: 1.4;
}
.section .content .h1 span {
	display: block;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
.section .content .h2 {
	margin-top: 20px;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.4;
}
.section .content p {
	margin-top: 50px;
}
.section .image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: transparent url(../img/index/kv_section.jpg) 50% 50% no-repeat;
	background-size: cover;
}

/*============================================================
	COMPANY
*/
.company {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.company .outer {
	position: relative;
	overflow: hidden;
	transform-origin: 0% 0%;
	transform: skewY(6deg);
}
.company .inner {
	position: relative;
	height: 720px;
	background-color: #fff;
	transform-origin: 0% 0%;
	transform: skewY(-6deg);
}
.company .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	transform-origin: 0% 0%;
	transform: skewY(6deg);
}
.company .line::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f01d38;
	transform-origin: 100% 0%;
	transform: skewY(1deg);
}
.company .content {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -650px;
	padding-left: 650px;
	width: 1300px;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 2.1;
}
.company .content .wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 80px;
	height: 100%;
}
.company .content .h1 {
	font-weight: 900;
	font-size: 36px;
	line-height: 1.4;
}
.company .content .h1 span {
	display: block;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
.company .content .h2 {
	margin-top: 20px;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.4;
}
.company .content p {
	margin-top: 50px;
}
.company .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 46%;
	height: 100%;
	background: transparent url(../img/index/kv_company.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.company .btn {
	display: inline-block;
	margin: 0 auto;
	margin-top: 50px;
	padding: 12px 20px 13px 20px;
	min-width: 280px;
	border: 1px solid #b0b2b4;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.4;
	color: #61666a;
	letter-spacing: 1px;
}
.company .btn:hover {
	background-color: #61666a;
	border-color: #61666a;
	color: #fff;
}
.company .btn span {
	position: relative;
	padding: 0 20px;
}
.company .btn span i {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	font-size: 13px;
	line-height: 1;
	color: #cf1b1e;
}

/*============================================================
	GALLERY
*/
.gallery {
	overflow: hidden;
	position: relative;
}
.gallery .slick-dots-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}
.gallery .slick-dots {
	display: table;
}
.gallery .slick-dots li {
	display: table-cell;
	vertical-align: top;
	width: 40px;
}
.gallery .slick-dots li button {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
	width: 30px;
	height: 0;
	border: 0;
	outline: 0;
	resize: none;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	cursor: pointer;
	text-indent: -999em;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}
.gallery .slick-dots li button::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: height 0.2s ease-out;
	        transition: height 0.2s ease-out;
}
.gallery .slick-dots li.slick-active button::after {
	height: 10px;
}
.gallery .slick-ctr,
.gallery .slick-ctr-sp {
	display: block;
}
.gallery .slick-ctr span,
.gallery .slick-ctr-sp span {
	display: block;
	width: 50px;
	height: 50px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
.gallery .slick-ctr span {
	-webkit-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}
.gallery .slick-ctr-prev span {
	background-image: url(../img/slick_arrow_prev.png);
}
.gallery .slick-ctr-next span {
	background-image: url(../img/slick_arrow_next.png);
}
.gallery .slick-ctr-prev:hover span {
	-webkit-transform: translateX(-5px);
	        transform: translateX(-5px);
}
.gallery .slick-ctr-next:hover span {
	-webkit-transform: translateX(5px);
	        transform: translateX(5px);
}
.gallery .slick-ctr-sp {
	display: none;
}

@media screen and (min-width: 769px) {
	.section .content {
		padding-bottom: 0 !important;
	}
}


/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 768px) {

	/*------------------------------------------------------------
		MAIN
	*/
	.main {
		padding-top: 60%;
		height: 0;
	}

	/*------------------------------------------------------------
		SECTION
	*/
	.section .inner {
		height: auto;
	}
	.section .line {
		height: 12px;
	}
	.section .line::before {
		transform: skewY(-1.5deg);
	}
	.section .bg-line01 {
		display: none;
	}
	.section .bg-line02 {
		top: 72%;
		margin: 0;
		height: 1px;
	}
	.section .content {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 30px 0 0 0;
		width: 100%;
		height: auto;
		font-size: 12px;
	}
	.section .content .wrap {
		display: block;
		padding-bottom: 30px;
		height: auto;
	}
	.section .content .h1 {
		font-weight: 700;
		font-size: 18px;
	}
	.section .content .h2 {
		font-weight: 700;
		margin-top: 15px;
		font-size: 10px;
	}
	.section .content p {
		margin-top: 25px;
		padding: 0 20px;
		line-height: 1.5;
	}
	.section .image {
		position: relative;
		padding-top: 60%;
		width: 100%;
		height: 0;
		background-position: 50% 30%;
	}

	/*------------------------------------------------------------
		COMPANY
	*/
	.company .inner {
		height: auto;
	}
	.company .line {
		height: 12px;
	}
	.company .line::before {
		transform: skewY(1.5deg);
	}
	.company .content {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 30px 0 0 0;
		width: 100%;
		height: auto;
		font-size: 12px;
	}
	.company .content .wrap {
		display: block;
		padding-bottom: 40px;
		height: auto;
	}
	.company .content .h1 {
		font-weight: 700;
		font-size: 18px;
	}
	.company .content .h2 {
		margin-top: 15px;
		font-weight: 700;
		font-size: 10px;
	}
	.company .content p {
		margin-top: 25px;
		padding: 0 20px;
		line-height: 1.5;
	}
	.company .image {
		position: relative;
		padding-top: 60%;
		width: 100%;
		height: 0;
		background-position: 50% 45%;
	}
	.company .btn {
		margin-top: 20px;
		min-width: 240px;
		font-weight: 700;
		font-size: 12px;
	}
	.company .btn span i {
		font-size: 12px;
	}

	/*------------------------------------------------------------
		GALLERY
	*/
	.gallery .slick-dots-wrap {
		display: none;
	}
	.gallery .slick-ctr-sp {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -25px;
	}
	.gallery .slick-ctr-prev {
		left: 0;
	}
	.gallery .slick-ctr-next {
		right: 0;
	}
	.gallery .slick-ctr-prev:hover span,
	.gallery .slick-ctr-next:hover span {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}

}