@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/

/*mainSlider*/
#mainSlider {
	position: relative;
}
#mainSlider .slider {
	width: 61.9%;
	float: right;
	margin-bottom: 0;
}
#mainSlider .slider .sliderItem img {
	width: 100%;
}
#mainSlider .slider .sliderItem img.sp {
	display: none;
}
#mainSlider .inner {
	position: absolute;
	bottom: 36%;
	left: 50%;
	transform: translateX(-50%);
}
#mainSlider .sliderTtl {
	position: absolute;
	left: 0;
	top: 105px;
	/*width: 754px;*/
	width: 51%;
	z-index: -1;
}
#mainSlider .sliderDots {
	margin-left: 45px;
}
#mainSlider .sliderDots .sliderTitle {
	font-size: 48px;
	color: #32363b;
	line-height: 62px;
	letter-spacing: 1px;
	margin-bottom: 26px;
	font-weight: normal;
}
#mainSlider .sliderDots .sliderTitle .bigText {
	font-weight: 600;
	color: #33547c;
}
#mainSlider .sliderDots .sliderSub {
	font-size: 27px;
	line-height: 28px;
	letter-spacing: 5.5px;
}
#mainSlider .sliderDots .slick-dots {
	width: 414px;
	bottom: -137px;
	text-align: left;
	margin-left: 7px;
}
#mainSlider .sliderDots .slick-dots li {
	margin: 0 6px;
}
#mainSlider .sliderDots .slick-dots li button:before {
	font-size: 14px;
	color: #acc5e0;
	opacity: 1;
	transition: all 150ms linear;
}
#mainSlider .sliderDots .slick-dots li.slick-active button:before {
	font-size: 18px;
    color: #33547C;
    opacity: 1;
}
/*mainSlider*/

.areaTop {
	background: #F3F6FA;
}
.areaTop .topItem {
	position: relative;
	min-height: 785px;
}
.areaTop .topItem .inner {
	position: relative;
}
.areaTop .topItem .itemPhoto {
	float: left;
	width: 624px;
	margin: 131px 0 0 -16px;
}
.areaTop .topItem .itemText {
	display: inline-block;
	position: absolute;
	/*float: right;*/
	top: 0;
	right: -1px;
	width: 432px;
	background: #fff;
	padding: 119px 0 124.5px;
	overflow: hidden;
	/*margin-right: -1px;*/
}
.areaTop .topItem:nth-child(2n) .itemText {
	right: auto;
	left: 44px;
	float: left;
	/*margin-left: 44px;*/
	padding: 100px 0 94.5px;
}
.areaTop .topItem:nth-child(2n) .itemPhoto {
	float: right;
	margin: 131px -60px 0 0;
}
.areaTop .topItem .itemText .itemTitle {
	text-align: center;
	/*margin-bottom: 10.5px;*/
}
.areaTop .topItem:first-child {
	background: url(../images/index/top-item-background-01.png) no-repeat right center/auto 624px;
}
.areaTop .topItem:first-child .itemText .itemTitle {
	margin-left: -17px;
	padding-right: 11px;
}
.areaTop .topItem:nth-child(2) {
	background: url(../images/index/top-item-background-02.png) no-repeat left center/auto 624px;
	margin: -80px 0;
}
.areaTop .topItem .wrapText {
	padding: 0 71px;
	margin-top: 11px;
}
.areaTop .topItem:nth-child(2) .wrapText {
	margin-top: 42px;
}

.areaTop .topItem .wrapText .itemTitleEn {
	margin-bottom: 15px;
}
.areaTop .topItem:nth-child(2) .wrapText .itemTitleEn {
	margin-bottom: 20px;
}
.areaTop .topItem .wrapText .itemSub {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: justify;
	margin-bottom: 22px;
}
.areaTop .topItem:nth-child(2) .wrapText .itemSub {
	margin-bottom: 29px;
}

.areaTop .topItem:nth-child(3) {
	background: url(../images/index/top-item-background-03.png) no-repeat right center/auto 624px;
	
} 
.areaTop .topItem:nth-child(3) .itemText {
	padding: 79px 0;
}
.areaTop .topItem:nth-child(3) .itemTitle {
	margin-bottom: 53px;
}
.areaTop .topItem:nth-child(3) .wrapText {
	margin-top: 0;
}
.areaTop .topItem:nth-child(3) .wrapText .itemSub {
	margin-bottom: 25px;
}

.areaTop .topItem:nth-child(3) .itemBG {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 624px;
}
.areaTop .topItem:nth-child(3) .itemBG img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*SP STYLE*/
@media (max-width: 768px) {
	/*mainSlider*/
	#mainSlider .slider {
	    width: 100%;
	}
	#mainSlider .inner {
	    position: static;
	    transform: none;
	}
	#mainSlider .slider .sliderItem img.sp {
		display: block;
	}
	#mainSlider .slider .sliderItem img.pc {
		display: none;
	}
	#mainSlider .sliderDots {
	    position: relative;
		margin: 0;
	    padding: 46px 0 45px;
	    margin-bottom: 27px;
	    text-align: center;
	}
	#mainSlider .sliderDots .sliderTitle {
	    font-size: 28px;
	    line-height: 36px;
	    letter-spacing: 0;
	    margin-bottom: 10px;
	}
	#mainSlider .sliderDots .sliderSub {
		font-size: 16px;
		letter-spacing: 3px;
	}
	#mainSlider .sliderDots .slick-dots {
	    width: 100%;
	    bottom: 0;
	    text-align: center;
	    margin-left: 0;
	}
	#mainSlider .sliderDots .slick-dots li.slick-active button:before {
	    font-size: 16px;
	}
	#mainSlider .sliderDots .slick-dots li button:before {
	    font-size: 12px;
	    color: #acc5e0;
	    opacity: 1;
	}
	#mainSlider .sliderTtl {
	    position: absolute;
	    top: 40%;
	    width: 88%;
	    left: 50%;
	    transform: translateX(-50%);
	}
	/*mainSlider*/

	/*areaTop*/
	.areaTop {
	}
	.areaTop .topItem {
		min-height: auto;
	}
	.areaTop .topItem .inner {
		padding: 0;
	}
	.areaTop .topItem .itemPhoto {
	    width: 100%;
	    margin: 0;
	}
	.areaTop .topItem:nth-child(2n) .itemPhoto {
	    margin: 0;
	}
	.areaTop .topItem:nth-child(n) .itemText {
	    display: block;
	    position: static;
	    width: 100%;
	    padding: 20px 3.8% 32px;
	    background: #F3F6FA;
	}
	.areaTop .topItem .wrapText,
	.areaTop .topItem:nth-child(2) .wrapText {
	    padding: 0;
	    margin: 0; 
	}
	.areaTop .topItem .itemTitle,
	.areaTop .topItem:nth-child(3) .itemTitle {
		background: #fff;
		text-align: center;
		margin: 0;
	}
	.areaTop .topItem .itemTitle img {
		width: 100%;
		max-width: 375px;
	}
	.areaTop .topItem .itemPhoto {
	    width: 100%;
	    margin: 0;
	    padding: 15px 14px;
	    background: url(../images/index/top-item-background-01-sp.png) no-repeat right top/cover;
	}
	.areaTop .topItem .itemPhoto img {
		max-width: 66.9%;
	}
	.areaTop .topItem:nth-child(2n) .itemPhoto {
		text-align: right;
	}
	.areaTop .topItem .wrapText .itemTitleEn,
	.areaTop .topItem:nth-child(2) .wrapText .itemTitleEn {
	    margin-bottom: 9px;
	}
	.areaTop .topItem .wrapText .itemTitleEn img {
		max-width: 26%;
	}
	.areaTop .topItem .wrapText .itemSub,
	.areaTop .topItem:nth-child(2) .wrapText .itemSub,
	.areaTop .topItem:nth-child(3) .wrapText .itemSub {
	    line-height: 24px;
	    margin-bottom: 27px;
	    letter-spacing: 0;
	}

	.areaTop .topItem:first-child,
	.areaTop .topItem:nth-child(2),
	.areaTop .topItem:nth-child(3) {
	    background: transparent;
	    margin: 0;
	}
	.areaTop .topItem:nth-child(2) .itemPhoto {
	    background: url(../images/index/top-item-background-02-sp.png) no-repeat right top/cover;
	}
	.areaTop .topItem:nth-child(3) .itemPhoto {
	    background: url(../images/index/top-item-background-03-sp.png) no-repeat right top/cover;
	}
	.areaTop .topItem:nth-child(3) .wrapText .itemTitleEn img {
		max-width: 30%;
	}
	.areaTop .topItem .itemBtn {
		max-width: 347px;
		margin: 0 auto;
	}
	/*areaTop*/
}