@charset "utf-8";

/*=============================

Reset

=============================*/

ul, ol {
	list-style: none;
}

img {
	border: 0;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

/*=============================

共通

=============================*/

* {
	margin: 0;
	border: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	color: #222;
	background: #fff;
}

.clearboth {
	padding: 0;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden; /* 隙間対応 */
	font-size: 0.1em; /* 隙間対応 */
	line-height: 0; /* 隙間対応 */
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

p {
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 10px 0;
	margin: 0;
}

a {
	text-decoration: none;
	word-wrap: break-word;
}

.font_red {
	color: #FF0000 !important;
}

.alc {
	text-align: center !important;
}
.alr {
	text-align: right !important;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.d_b{
    display: block;
}

.d_ib{
    display: inline-block;
}

.fl {
    display: flex;
    justify-content: space-between;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-40{
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .mb-20sp {
        margin-bottom: 20px;
    }
    .mb-40sp {
        margin-bottom: 40px;
    }
}

.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

#wrapper{
	overflow-x: hidden;
}

.Overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
	display: none;
}

.Container{
	margin-top:-125px;
	padding-top:125px;
}

@media screen and (min-width: 1024px) {
	.Overlay{
		display: none!important;
	}
	.Container{
		margin-top:-60px;
		padding-top:60px;
	}
}
/*-------------------indent------------------------*/
.indent_ptn1 {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}
/*=============================

ヘッダー

=============================*/

header {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 100%;
    z-index: 1000;
    background: #fff;
}

#BlockHeaderInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: 80px;
}

h1 {
	display: block;
	position: relative;
	width: 340px;
	height: 80px;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 1001;
}

h1 a {
	display: inline-block;
	width: 340px;
	height: 80px;
}

h1 a img {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
}

#BlockHeaderInner .prev {
	overflow: hidden;
	width: 240px;
	margin: 0;
	padding: 0;
}

#BlockHeaderInner .prev a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
    color: #E85645;
    border: 1px solid #E85645;
	font-size: 1.3rem;
	text-decoration:none;
    border-radius: 5px;
	padding: 10px 0 10px 10px;
	line-height: 140%;
}

#BlockHeaderInner .prev a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #E85645;
	-webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

#BlockHeaderInner .prev a:hover:before {
	left: 6%;
}

#SearchButton-dropdown {
	display: block;
	width: 46px;
	height: 46px;
	cursor: pointer;
	background: url(../img/icon_search.png),#222;
	background-position: center;
	background-repeat: no-repeat;
}

#SearchForm-dropdown {
	padding: 1.6rem;
	float: left;
	background: #eee;
	width: 92%;
}

.searchbuttun-drawer,.prev-drawer{
	display: none;
}

@media only screen and (max-width: 1024px) {
	
	header{
		position: fixed;
	}
	
	h1 , h1 a{
		width: calc(100vw - 100px);
		max-width: 255px;
		height: auto;
	}

	#BlockHeaderInner{
		height: 60px;
	}
	
	.searchbuttun-drawer{
		display: block;
		width: 90%;
	    margin: 0 auto;
	}

	#SearchButton-drawer {
		display: block;
		width: 46px;
		height: 46px;
		cursor: pointer;
		background: url(../img/icon_search.png),#222;
		background-position: center;
		background-repeat: no-repeat;
	}

	#SearchForm-drawer {
		padding: 1.6rem;
		float: left;
		background: #eee;
		width: calc(100% - 46px);
	}
	
	#BlockHeaderInner .prev {
		display: none;
	}
	
	.prev-drawer {
		display: block;
		overflow: hidden;
		margin: 50px 0 100px;
		padding: 0;
	}

	.prev-drawer a {
		display: block;
		position: relative;
		z-index: 100;
		text-align: center;
		color: #fff;
		border: 1px solid #fff;
		font-size: 1.3rem;
		text-decoration: none;
		border-radius: 5px;
		width: 90%;
		margin: 0 auto;
		padding: 14px 0 12px 10px;
	}

	.prev-drawer a:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5%;
		width: 0;
		height: 0;
		margin-top: -5px;
		border: 5px solid transparent;
		border-left: 5px solid #fff;
	}

}

/*=============================

ファーストビュー

=============================*/

#Splash {
    width: 100%;
    max-height: 900px;
	line-height: 0;
    overflow: hidden;
}

.pcOnly{
	display: block;
}

.spOnly{
	display: none;
}

@media only screen and (max-width: 767px) {
	.pcOnly{
		display: none;
	}

	.spOnly{
		display: block;
		padding-top: 60px;
	}
	#Splash {
		max-height: 100%;
	}
}

/*=============================

フッター

=============================*/

footer {
	display: block;
	padding: 50px 0;
	width: 100%;
	background: #E5574A;
	text-align: center;
}

footer p{
	padding: 10px 0 0 0;
}

#BlockFooterInner {
	display: flex;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
	align-items: flex-end;
}

#BlockFooterInnerL {
	display: block;
	width: 336px;
	color: #fff;
	font-size: 1.3rem;
	text-align: left;
}

#BlockFooterInnerR {
	display: block;
	margin-top: auto;
	color: #fff;
	font-size: 1.2rem;
	text-align: right;
	flex: 1;
}

#BlockFooterInnerR a {
	position: relative;
	font-size: 1.3rem;
	color: #fff;
	padding-right: 1.2em;
	text-decoration: none;
}

#BlockFooterInnerR a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: .4rem;
    height: .4rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all .2s;
}

#BlockFooterInnerR a:hover {
	font-size: 1.3rem;
	color: #fff;
	text-decoration: underline;
}

#BlockFooterInnerR a.gmap {
	display: inline-block;
	padding: 10px 10px 10px 28px;
	font-size: 1.3rem;
	color: #E5574A;
	text-decoration: none;
	background: url(../img/marker01.png) center left 10px no-repeat #fff;
	border-radius: 5px;
}

.copy {
	font-size: 1.1rem;
	color: #fff;
}

@media (max-width: 767px) {

	#BlockFooterInner{
		display: block;
	}
	
	#BlockFooterInnerL{
		width: 100%;
		text-align: center;
	}
	
	#BlockFooterInnerL p{
		margin: 20px auto;
	}
	
	#BlockFooterInnerR {
		text-align: center;
	}
	
	#BlockFooterInnerR a.gmap {
		margin: 0px 0 20px;
	}

}

/**************************************************************/

#Top {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
}

#Top h3 span {
	position: relative;
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 2px 0;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0;
	font-family: 'Dancing Script', cursive;
}

#Top h3 span:before {
	left:0;
}

#Top h3 span:after {
	right: 0;
}

#BlockTopics h3 span::before, #BlockTopics h3 span::after,
#BlockAcademic h3 span::before, #BlockAcademic h3 span::after{
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #E5574A;
}

#BlockSNS h3 span:before, #BlockSNS h3 span:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #fff;
}

/*=============================

バナー

=============================*/

#BlockBanner {
    margin: 50px auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1170px;
}

#BlockBanner ul li {
	display: block;
    max-width: 262px;
	flex: 1;
    margin: 0 13px;
}

#BlockBanner ul li:hover{
	transition: opacity 0.3s;
	opacity: 0.7;
}

#BlockBanner2 {
	margin: 0;
	padding: 40px 0 70px 0;
	width: 100%;
}

#BlockBanner2 ul {
	margin: 0 auto;
	padding: 0;
	max-width: 1230px;
	text-align: center;
}

.statusLink a {
	position: relative;
	display: block;
    width: 90%;
	max-width: 400px;
    font-size: 16px;
    text-align: center;
	padding: 25px;
	letter-spacing: .1rem;
	font-weight: bold;
    cursor: pointer;
    border: 3px solid transparent;
    border-image: linear-gradient(45deg, rgba(247, 110, 93, 1), rgba(254, 149, 64, 1));
    border-image-slice: 1;
    background: linear-gradient(45deg, rgba(247, 110, 93, 1), rgba(254, 149, 64, 1));
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: all .5s;
}

#BlockBanner .statusLink a {
	margin: 30px auto 0;
	max-width: 750px;
}

.opencampus .statusLink a {
	margin: 0 0 80px;
	max-width: 400px;
}

.statusLink a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 2px solid #FE9540FF;
    border-right: 2px solid #FE9540FF;
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all .5s;
}

.statusLink a:hover {
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #fff;
    animation: .5s backgroundAnime;
}

@keyframes backgroundAnime {
    from {
        background-size: 0% 100%;
    }

    to {
        background-size: 100% 100%;
    }
}

.statusLink a:hover:after {
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media (max-width: 767px) {
	
	#BlockBanner ul li {
		max-width: inherit;
		margin: 0 2px;
	}
	
	.statusLink a {
		padding: 20px 25px;
	}

}

/*=============================

トピックス Topics

=============================*/

#BlockTopics {
	width: 100%;
	margin: 0;
	padding: 70px 0;
	background: #F7F7F7;
}

#BlockTopics h3 {
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
	color: #222;
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 130%;
	text-align: center;
}

#BlockTopics h3 span {
	color: #E5574A;
}

#BlockTopicsInner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 0;
}

#BlockTopicsInner a{
	margin: 0 12px 24px;
	-webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
	background: #fff;
}
#BlockTopicsInner .a_blank{
	margin: 0 12px 24px;
	width: 357px;
	background-color: transparent;
}

#BlockTopicsInner a.genre01{
	border: 1px solid #fff;
	border-right: 6px solid #E5574A;
}

#BlockTopicsInner a.genre01:hover{
	border: 1px solid #E5574A;
	border-right: 6px solid #E5574A;
}

#BlockTopicsInner .genre01 span{
	color: #E5574A;
}

#BlockTopicsInner a.genre02{
	border: 1px solid #fff;
	border-right: 6px solid #217FC4;
}

#BlockTopicsInner a.genre02:hover{
	border: 1px solid #217FC4;
	border-right: 6px solid #217FC4;
}

#BlockTopicsInner .genre02 span{
	color: #217FC4;
}

#BlockTopicsInner a.genre03 {
	border: 1px solid #fff;
	border-right: 6px solid #F57A00;
}

#BlockTopicsInner a.genre03:hover {
	border: 1px solid #F57A00;
	border-right: 6px solid #F57A00;
}

#BlockTopicsInner .genre03 span{
	color: #F57A00;
}

#BlockTopicsInner a.genre04 {
	border: 1px solid #fff;
	border-right: 6px solid #73A62E;
}

#BlockTopicsInner a.genre04:hover {
	border: 1px solid #73A62E;
	border-right: 6px solid #73A62E;
}

#BlockTopicsInner .genre04 span{
	color: #73A62E;
}

#BlockTopicsInner dl {
	display: flex;
	padding: 15px 15px;
	width: 350px;
    background-color: #FFFFFF;
}

#BlockTopicsInner dl.genre01 dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
	background: #E5574A;
}

#BlockTopicsInner dl.genre02 dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
	background: #217FC4;
}

#BlockTopicsInner dl.genre03 dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
	background: #F57A00;
}

#BlockTopicsInner dl.genre04 dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
	background: #73A62E;
}

#BlockTopicsInner dl dd {
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
	color: #222;
	font-size: 1.3rem;
	line-height: 150%;
	flex: 1;
}

a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
	font-size: 1.4rem;
	color: #E85645;
	border: 1px solid #E85645;
	width: 85%;
	max-width: 350px;
    height: 60px;
	text-decoration: none;
    position: relative;
	background: #fff;
	border-radius: 50px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: .4rem;
    height: .4rem;
    border-top: 1px solid #E5574A;
    border-right: 1px solid #E5574A;
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all .2s;
}

a.btn:hover {
    color: #fff;
    background-color: #E85645;
}

a.btn:hover::after {
    right: 4%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media (max-width: 1280px) {
	
	#BlockTopicsInner a {
		width: 45%;
	}
	
	#BlockTopicsInner dl,
	#BlockTopicsInner dl dd{
		width: 100%;
	}
	
}

@media (max-width: 767px) {
	
	#BlockTopicsInner a {
		width: 100%;
    	margin: 10px 20px;
	}
}


#BlockTopicsInner2 {
    max-width: 1122px;
    margin: auto;
}
#BlockTopicsInner2 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 0;
}
#BlockTopicsInner2 ul li {
    width: 350px;
    background-color: aqua;
    margin: 10px 12px;
    padding: 15px;
}

/*=============================

学科紹介 Academic

=============================*/

#BlockAcademic {
	width: 100%;
	margin: 0;
	padding: 70px 0;
}

#BlockAcademic h3 {
	display: block;
	margin: 0 0 50px 0;
	padding: 0;
	color: #222;
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 110%;
	text-align: center;
}

#BlockAcademic h3 span {
	width: 110px;
	color: #E5574A;
}

#BlockAcademicInner{
	display:flex;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto 20px;
	padding: 0 20px;
}

#BlockAcademicInner h4 {
    display: block;
    margin: 0 0 10px 0;
    padding: 5px 0;
    font-size: 1.8rem;
	line-height: 1.2em;
	letter-spacing: .025em;
    color: #222;
    font-weight: normal;
}

#BlockAcademicInner h4 span {
    display: block;
    padding: 0;
    font-size: 1.6rem;
    color: #E5574A;
    font-weight: normal;
    font-family: 'Dancing Script', cursive;
}

#BlockAcademicInner p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    color: #222;
    font-weight: normal;
}

#BlockAcademicInner ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
}

#BlockAcademicInner ul li a {
    display: block;
    font-size: 1.4rem;
    padding: 12px 25px;
    text-decoration: none;
    position: relative;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
	color: #222;
}

#BlockAcademicInner ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: .4rem;
    height: .4rem;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all .2s;
}

#BlockAcademicInner ul li a:hover {
    color: #E5574A;
    background-color: #F7F7F7;
}

#BlockAcademicInner ul li a:hover::after {
    right: 4%;
    border-top: 1px solid #E5574A;
    border-right: 1px solid #E5574A;
}

#BlockAcademic01{
	display:flex;
	width: 100%;
	margin: 0 auto 20px;
	background: url("../../top_img/academic01.jpg") 30% 10% no-repeat;
	background-size: cover;
}

#BlockAcademic02{
	display:flex;
	width: 100%;
	margin: 0 auto 20px;
	background: url("../../top_img/academic02.jpg") 40% 10% no-repeat;
	background-size: cover;
}

#BlockAcademicInner .main-content {
    flex: 1;
}

#BlockAcademicInner .Sidebar{
	display:flex;
	flex-flow: column;
	background: rgba(255, 255, 255, 0.7);
    width: 58%;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

#BlockAcademicInner .side-contents-top{
	padding: 20px;
}

#BlockAcademicInner .side-contents-bottom{
	margin-top: auto;
}

@media (max-width: 767px) {
	#BlockAcademicInner{
		display: block;
	}
}
/*=============================

就職・進学

=============================*/
.advance_sc li a{
	font-size: 1.4em;
}
/*=============================

アクセス・お問い合わせ

=============================*/
.campus_1{
	width: 100%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
.campus_1 img{
	border: 1px solid #E3E3E3;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 767px) {
.campus_1{
	border: 1px solid #E3E3E3;
	margin-right: auto;
	margin-left: auto;
	width:100%;
}
}


/*=============================

ソーシャルメディア Social media

=============================*/

#BlockSNS {
	width: 100%;
	margin: 0;
	padding: 80px 0 80px 0;
	background: url(../../top_img/sns01.jpg) bottom center no-repeat;
	background-size: cover;
}

#BlockSNS h3 {
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	color: #fff;
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 130%;
	text-align: center;
}

#BlockSNS h3 span {
	color: #fff;
}

#BlockSNS p {
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 130%;
	text-align: center;
}

#BlockSNSInner {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#BlockSNSInner dl {
	display: flex;
    flex-direction: column;
	width: 340px;
	height: 465px;
	margin: 20px;
	padding: 0;
	overflow: scroll;
}

#BlockSNSInner dl.fb {
	overflow: hidden;
	background-color: #fff;
}

#BlockSNSInner dl.snsLink {
	overflow: hidden;
}

#BlockSNSInner dl.snsLink img {
    display: block;
    max-height: 110px;
    text-align: center;
    margin: 0 auto 20px;
}

#BlockSNSInner dl.snsLink ul {
    margin-top: auto;
}

#BlockSNSInner dl.snsLink ul li a {
	position: relative;
    display: block;
    font-size: 16px;
    padding: 40px 20%;
	border: 1px solid #fff;
	text-align: center;
	letter-spacing: .1em;
}

#BlockSNSInner dl.snsLink ul li:not(:last-child) a {
	border-bottom: none;
}

#BlockSNSInner dl.snsLink ul li:not(:first-child) a {
	border-top: 1px dotted #fff;
}

#BlockSNSInner dl.snsLink ul li:first-child a {
	border-radius: 10px 10px 0 0;
}

#BlockSNSInner dl.snsLink ul li:last-child a {
	border-radius: 0 0 10px 10px;
}

#BlockSNSInner dl.snsLink ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7%;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all .2s;
}

#BlockSNSInner dl.snsLink ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7%;
    width: 25px;
    height: 25px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    background-repeat: no-repeat;
}

#BlockSNSInner dl.snsLink ul li.fbLink a:before {
    background-image: url(../../top_img/logo-fb.svg);
}

#BlockSNSInner dl.snsLink ul li.instagramLink a:before {
    background-image: url("../../top_img/logo-insta.svg");
}

#BlockSNSInner dl.snsLink ul li.ytLink a:before {
    width: 25px;
    height: 18px;
    background-image: url("../../top_img/logo-yt.svg");
}

#BlockSNSInner dl.snsLink ul li a:hover::after {
    right: 4%;
}


@media (max-width: 767px) {

	#BlockSNSInner dl {
		margin: 10px 20px;
	}
	
	#BlockSNSInner dl.fb {
		margin-bottom: 50px;
	}
}
ol{ counter-reset: item; list-style-type: none; padding-left: 0;}
ol ol{ padding-left: 1em;}
li.count{ text-indent: -1.3em; padding-left: 1.3em;}
li.count:before {counter-increment: item; content: counter(item)'.'; padding-right: .5em; font-weight: bold; color: #E5574A;}
ol li.count{ font-size: 1.6rem; font-weight: bold; margin: 0 0 5px 0;}

/*=============================

教員公募のお知らせ 

=============================*/

.Blockprofessor_recruitment {
	width: 100%;
	margin: 0;
	padding: 0px 0;
}

.Blockprofessor_recruitment .bl1_1{
    display: flex;
    justify-content: space-between;
}
    @media (max-width: 767px) {
        .Blockprofessor_recruitment .bl1_1{
            display: block;
        }
    }
.Blockprofessor_recruitment .bl1_1 > div{
    width: 48%;
}
    @media (max-width: 767px) {
        .Blockprofessor_recruitment .bl1_1 > div{
            width: 100%;
        }
    }
.Blockprofessor_recruitment .textbox{
    font-size: 1.4rem;
}









