@charset "utf-8";


/*
 			英語サイト top
								*/


/*--------------------------------------------------------
	MV
--------------------------------------------------------*/
.mv_img{
	height:500px;
}
.mv_img img{
	display: block;
    width:100%;
	height:100%;
    object-fit: cover;
}

/*--------------------------------------------------------
	slick
--------------------------------------------------------*/
.slick-prev{left:-10px;}
.slick-next{right:-10px;}

.slick-dotted.slick-slider{margin-bottom: 30px;}
	.slick-dots{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	margin:0 7px;
	padding: 0;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width:5px;
	height:5px;
	padding:0;
	border-radius:50px;
	background:#ccc;
	cursor: pointer;
	border: 0;
	outline: none;
	cursor: pointer;
	transition:backogrund .3s;
}
.slick-dots li.slick-active button , .slick-dots li button:hover{
	background:#0088CD;
	}
.slick-prev,.slick-next{
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	top:calc(50% - 20px);
	border:none;
	font-size:0;
	cursor:pointer;
	padding:0;
	z-index:2;
}
.slick-next{
	background:url(../img/right_arrow.svg) no-repeat center center;
}
.slick-prev{
	background:url(../img/left_arrow.svg) no-repeat center center;
}


/*--------------------------------------------------------
	find list
--------------------------------------------------------*/
.index_list{
	background:#E4F2F9;
	padding:0 20px 50px 20px;
}
.index_list h3{
	position:relative;
	font-size:112.5%;
	font-weight:700;
	padding-bottom:13px;
	margin-bottom:20px;
	border-bottom:1px dotted #999;
	
}
.index_list h3 a{
	display:block;
	padding-left:35px;
	background: url(../img/arrow_right_blue.svg)left 12px center no-repeat;
	background-size:16px;
}
.index_list h3 a:hover{
	color:#0088CD;
}

.ilst_area{
	position:relative;
	max-width:1100px;
	padding:40px;
	margin:-100px auto 0 auto;
	display:flex;
	flex-wrap:wrap;
	background:#fff;
	border-radius:5px;
}
.list_box{
	width:30%;
	margin-right:5%;
}
.list_box:last-child{
	margin-right:0;
}
.list_item{
	margin-bottom:20px;
}
.list_item a{
	position:relative;
	display:block;
	padding-left:35px;
}
.list_item a:before{
	content:"";
	position:absolute;
	top:calc(50% - 4px);
	left: 15px;
	width:8px;
    height: 8px;
    border-top: 2px solid #0088CD;
    border-right: 2px solid #0088CD;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list_item a:hover{
	color:#0088CD;
}


@media screen and (max-width: 1024px) {
	/*--------------------------------------------------------
	MV
	--------------------------------------------------------*/
	.mv_img{
		height:260px;
	}
	.mv_img img{
		height:100%!important;
	}
	/*--------------------------------------------------------
	find list
	--------------------------------------------------------*/
	.list_box{
		width:32%;
		margin-right:2%;
	}
	/*.index_list h3{
		font-size:100%;
	}
	.index_list h3 a{
		padding-left:30px;
		background-position:left 8px center;
	}
	.list_item a{
		padding-left:30px;
	}
	.list_item a:before{
		left:8px;
	}*/
}

@media screen and (max-width: 959px) {
	.list_box{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.list_box:last-child{
		margin-bottom:0;
	}
}

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

	/*--------------------------------------------------------
	MV
	--------------------------------------------------------*/
	#index_wrap{
		padding-top:70px;
	}
	.mv_img{
		height:190px;
	}
	/*--------------------------------------------------------
	find list
	--------------------------------------------------------*/
	.ilst_area{
		padding:20px 20px 10px 20px;
		margin-top:-50px;
	}
	.list_box{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.list_box:last-child{
		margin-bottom:0;
	}
	.index_list h3{
		padding-bottom:5px;
		margin-bottom:15px;
	}
	.index_list h3 a{
		background-position:left 3px center;
		padding-left:30px;
	}
	.list_item{
		margin-bottom:15px;
	}
	.list_item a{
		padding-left:30px;
	}
	.list_item a:before{
		left:8px;
	}
}