@charset "utf-8";

#mainv{
	background: url(../img/faculty/mainv.jpg) no-repeat center center/cover;
	color: #fff;
	height: 410px;
}
#mainv h2{
	width: 410px;
	height: 410px;
	background-color: rgba(0,0,0,0.8);
	font-size: 50px;
	padding: 130px 0 0 50px;
	font-weight: 400;
}
#mainv h2 span{
	font-size: 16px;
	display: block;
	line-height: 1.5;
	font-weight: 400;
}
/*----------------------------------------------*/
#sec1{
	padding: 80px 0 35px;
	background: #f0f0f0;
}
.sec1_text01{
	letter-spacing: -0.03em;
	margin-bottom: 50px;
}
.sec1_text02{
	margin-bottom: 20px;
}
#sec1 .flex_l > div{
	width: 128px;
	font-size: 13px;
	margin: 0 14px 20px;
	font-weight: 400;
}
#sec1 .flex_l > div > div{
	height: 130px;
}
.name{
	display: block;
	background: #353525;
	text-align: center;
	line-height: 2.2;
	margin-bottom: 15px;
	font-size: 15px;
	color: #fff;
}
.li_01,.li_02{
	display: block;
	line-height: 1.36;
	position: relative;
	width: 116px;
	margin-left: 12px;
	letter-spacing: -0.01em;
	padding-bottom: 5px;
}
.li_01:before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../img/faculty/icon-o2.png) no-repeat 0 0;
	top: 3px;
	left: -14px;
}
.li_02:before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../img/faculty/icon-g2.png) no-repeat 0 0;
	top: 3px;
	left: -14px;
}
.li_03 a,.li_04 a{
	display: block;
	background: #fff;
	border-radius: 5px;
	font-size: 13px;
	line-height: 36px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	padding-left: 28px;
}
.li_03 a:before,
.li_04 a:before{
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(../img/faculty/icon_arrow.png) no-repeat 0 0;
	top: 12px;
	left: 10px;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.li_03 a:after{
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 13px;
	background: url(../img/faculty/icon_link.png) no-repeat 0 0;
	top: 12px;
	right: 14px;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.li_04 a:after{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 16px;
	background: url(../img/faculty/icon_pdf.png) no-repeat 0 0;
	top: 10px;
	right: 14px;
}


.li_03 a:hover:before,
.li_04 a:hover:before{
	background: url(../img/faculty/icon_arrow_on.png) no-repeat 0 0;
}
.li_03 a:hover:after{
	background: url(../img/faculty/icon_link_on.png) no-repeat 0 0;
}

.li_03 a:hover,
.li_04 a:hover{
	background: #000;
	color: #fff;

	opacity: 1;
}


.li_03 a{
	margin-bottom: 50px;
}
/*---------------------------------------*/
#sec4{
	background: url(../img/home/sec4_bg.jpg) no-repeat center center/cover;
	height: 193px;
	padding: 55px 0;
}
#sec4 a{
    display: block;
    color: #fff;
    font-size: 19px;
    width: 700px;
    /* height: 70px; */
    border: 3px solid #fff;
    text-align: center;
    /* line-height: 70px; */
    margin: 0 auto;
    padding: 13px 0;
    line-height: 1.5;
}

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

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
#mainv{
	height: 250px;
}
#mainv h2{
	width: 100%;
	height: auto;
	font-size: 25px;
	padding: 20px;
}
	#mainv h2 br{
		display: none;
	}
#mainv h2 span{
	font-size: 15px;
	padding-top: 10px;
}
/*----------------------------------------------*/
#sec1{
	padding: 30px 0 15px;
}
.sec1_text01{
	letter-spacing: 0;
	margin-bottom: 30px;
}
#sec1 .flex_l{
	justify-content: center;
}
#sec1 .flex_l > div{
/*	margin: 0 15px 0 0;*/
	margin: 0 15px 10px 0;
	}
/*
#sec1 .flex_l > div:nth-child(2){
		margin-right: 0;
	}
*/
#sec1 .flex_l > div > div{
	height: auto;
	padding-bottom: 10px;
}
.name{
	font-size: 14px;
}
.li_01,.li_02{
	display: block;
	line-height: 1.36;
	position: relative;
	width: 116px;
	margin-left: 12px;
	letter-spacing: -0.01em;
	padding-bottom: 5px;
}
.li_03 a,.li_04 a{
	display: block;
	background: #fff;
	border-radius: 5px;
	font-size: 13px;
	line-height: 36px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	padding-left: 28px;
}
.li_04 a{
/*	margin-bottom: 30px;*/
	margin-bottom: 10px;
}
/*---------------------------------------*/
#sec4{
	height: auto;
	padding: 30px 0;
}
#sec4 a{
    font-size: 15px;
    width: 90%;
    border: 2px solid #fff;
    line-height: 1.6;
}

}
