@charset "UTF-8";

/* ------------------------------
    area_ttl
------------------------------ */

.area_ttl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 240px;
	background: url(../img/institution/bg_institution.jpg) no-repeat;
	background-size: cover;
}

.area_ttl .ttl_page {
	text-align: center;
	font-weight: 200;
	font-size: 4.14rem;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.area_ttl {
		height: 120px;
	}
	.area_ttl .ttl_page {
		font-size: 1.8rem;
	}
}

/* ------------------------------
    area_lead
------------------------------ */

.area_lead {
	margin-top: 36px;
	padding: 105px 0 117px;
	background: url(../img/institution/bg_area_lead.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.area_lead .box_lead {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	width: 995px;
	max-width: 92%;
	min-height: 470px;
	margin: auto;
	padding: 28px 60px 0;
	background: url(../img/institution/bg_box_lead.png) 3% 0 no-repeat;
	background-size: auto 100%;
}

.area_lead .box_lead .txt_lead {
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    margin-right: auto;
	letter-spacing: 0.16em;
	line-height: 2.2;
	font-weight: 200;
	font-size: 2.8rem;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.area_lead {
		margin-top: 5%;
		padding: 6.5% 0 8%;
	}
	.area_lead .box_lead {
		width: 92%;
		min-height: 0;
		padding: 20px 5%;
	}
	.area_lead .box_lead .txt_lead {
		white-space: nowrap;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}

/* ------------------------------
    sec_inst
------------------------------ */

.sec_inst {
	padding: 95px 0 90px;
}

.sec_inst .ttl {
	line-height: 1.75;
	font-weight: 200;
	font-size: 2.8rem;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin-bottom: 40px;
}

.sec_inst .ttl:after {
	content: "";
	display: block;
	width: 35px;
	height: 36px;
	vertical-align: middle;
	background: url(../img/common/ico_hd.svg) no-repeat;
	margin: 5px auto 0;
}

.sec_inst .list_slider {
	opacity: 0;
	transition: opacity .3s linear;
}

.sec_inst .list_slider.slick-initialized {
	opacity: 1;
}

.sec_inst .list_slider li {
	margin: 0 32px;
}

.sec_inst .list_slider li img {
	width: 100%;
}

.sec_inst .list_slider .slick-dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.sec_inst .list_slider .slick-dots li {
	width: auto;
	margin: 0 10px;
}

.sec_inst .list_slider .slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/common/ico_nav02.svg) no-repeat;
	background-position: center;
}

.sec_inst .list_slider .slick-dots .slick-active button {
	background: url(../img/common/ico_nav01.svg) no-repeat;
}


.sec_inst .txt {
	width: 490px;
	margin: 50px auto 0;
	font-size: 1.7rem;
	line-height: 2.58;
}

.btn_faq {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 625px;
	height: 101px;
	margin: 0 auto 135px;
	padding: 0 6px 6px 0;
	text-decoration: none;
	background: url(../img/institution/btn_faq.png) no-repeat;
	background-size: 100%;
    transition: all 0.3s ease-out;
}
.btn_faq:hover {
	width: 619px;
    height: 95px;
    margin-top: 6px;
    padding: 0;
    background-size: 625px 101px;
    transform: translate(6px,0);
}

.btn_faq .inner_txt {
	font-size: 2.4rem;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.sec_inst {
		padding: 11% 0;
	}
	.sec_inst .ttl {
		font-size: 1.7rem;
		margin-bottom: 6%;
	}
	.sec_inst .ttl:after {
		width: 26px;
		height: 27px;
		background-size: 100% auto;
	}
	.sec_inst .list_slider li {
		margin: 0 10px;
	}
	.sec_inst .list_slider li img {
		width: 100%;
	}
	.sec_inst .list_slider .slick-dots {
		margin-top: 5%;
	}
	.sec_inst .list_slider .slick-dots li {
		margin: 0 6px;
	}
	.sec_inst .list_slider .slick-dots li button {
		width: 15px;
		height: 15px;
		background-size: 80% auto;
	}
	.sec_inst .list_slider .slick-dots .slick-active button {
		background-size: 100% auto;
	}


	.sec_inst .txt {
		width: 92%;
		margin: 6.4% auto 0;
		font-size: 1.25rem;
	}
	.btn_faq,
	.btn_faq:hover {
		max-width: 92%;
		width: 313px;
		height: 52px;
		margin: 0 auto 17%;
		padding: 0 3px 3px 0;
		text-decoration: none;
		background-size: 100% auto;
		background-position: center;
    	transform: translate(0);
	}
	.btn_faq .inner_txt {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 330px) {
	.btn_faq .inner_txt {
		font-size: 1.1rem;
	}
}