@charset "utf-8";
/* CSS Document */

/*===============================================
students
===============================================*/


.flexbox{
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}


.zaikousei.p_link .inner .box {
	width: 32.4%;
}

@media screen and (max-width: 767px) {
	.zaikousei.p_link .inner .box{
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.zaikousei.p_link .inner .box.item01,
	.zaikousei.p_link .inner .box.item02,
	.zaikousei.p_link .inner .box.item05,
	.zaikousei.p_link .inner .box.item03{
		margin-right: 1.3%;
	}
	.p_link .flexbox .item01{
		order: 1;
	}
	.p_link .flexbox .item02{
		order: 2;
	}
	.p_link .flexbox .item03{
		order: 5;
	}
	.p_link .flexbox .item04{
		order: 3;
	}
	.p_link .flexbox .item05{
		order: 4;
	}
	.p_link .flexbox .item06{
		order: 6;
	}
}

.student .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.student .inner .box{
	/* border: #6fba2d solid 1px; */
	background: #eaeaeaab;
	border-radius: 5px;
	margin-bottom: 2%;
	overflow:hidden;
	position:relative;
	padding: 4%;
}
.student .inner .box.item01{
	background: none;
}
.student .inner .box.item01,
.student .inner .box.item02,
.student .inner .box.item03,
.student .inner .box.item04,
.student .inner .box.item05,
.student .inner .box.item06{
	width: 100%;
}

@media screen and (min-width: 768px) {
	.student .inner .box.item03,
	.student .inner .box.item05{
		margin-right: 2%;
	}
}

.student .inner .box h4{
	/* background: #e7f4e4; */
	font-size: 22px;
	padding: 15px;
	width: 100%;
	color: #53a048;
	font-weight: bold;
}
.item01 .more{
	position: absolute;
	right: 43px;
	top: 17px;
	display: flex;
	font-weight: normal;
}
#subpage .item01 .more .txt{
	line-height: 1.7;
}
#btn {
	display: block;
	/* background: #53a048; */
	width: 28px;
	margin-left: 10px;
}
#btn-icon {
	position: relative;
	top: 12px;
	display: block;
	width: 18px;
	height: 2px;
	margin: 0 auto;
	background: #88c159;
	transition: .2s;
}
#btn-icon:before, #btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 80%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #88c159;
	transition: .3s;
}
#btn-icon:before {
	margin-top: -8px;
}
#btn-icon:after {
	margin-top: 4px;
}
.student .inner .box .box-bottom{
	padding: 15px 15px 25px;
}

.student .inner .box .box-bottom .mb{
	margin-bottom: 25px;
}

.student .inner .box.item01 ul li:not(:last-child){
	border-bottom: 1px dotted #b3b3b3;
}

.student .inner .box.item01 ul li span{
	color: #b3b3b3;
	font-size: 13px;
	margin-right: 10px;
}

.student .inner .box.item01 ul li a{
	color: #555;
	font-size: 16px;
	font-weight: 500;
}


.student .inner .box2{
	width:100%;
}
.student .inner .box2 .box{
	margin-bottom: 5%;
}

.student .inner .box .img_link{
	margin-top: 15px;
	position:relative;
	border-radius: 8px;
	overflow: hidden;
}
.student .inner .box .img_link img {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
}
.student .inner .box .img_link img:first-child {
	filter: hue-rotate(178deg) opacity(0.8);
	transition: .4s;
}
.student .inner .box .img_link:hover  img:first-child:hover {
	opacity: 0;
}
.student .inner .box .img_link a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 37%;
	top: 0;
}

.student .inner .box .img_link a span{
	position: absolute;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	bottom: 2%;
	z-index: 10;
}

.student .inner .box .img_link a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 12%;
	height: 0;
	padding-top: 24%;
}
.student .inner .box.item02 .img_link a:after {
	background: url(../images/student/icon_student01.svg) no-repeat;
}
.student .inner .box.item03 .img_link a:after {
	background: url(../images/student/icon_student02.svg) no-repeat;
}
.student .inner .box.item05 .img_link a:after {
	background: url(../images/student/icon_student03.svg) no-repeat;
	top: 30px;
}
.student .inner .box.item04 .img_link a:after {
	background: url(../images/student/icon_student04.svg) no-repeat;
	top: 30px;
}

.student .inner .box .right ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}

.student .inner .box .right ul li{
	width: 48%;
}
.student .inner .box.item04 .tw_box{
	height: 346px;
	overflow: scroll;
	margin: 17px 10px;
}
.diplist{
	padding: 10px;
}
.diplist .btn a{
	margin: 15px auto;
}

@media screen and (min-width: 768px) {
	.student .inner .box.item02 .left, .student .inner .box2 .left{
		float: left;
		width: 50%;
		padding-right: 2%;
		border-right: 1px dashed #b3b3b3;
	}
	.student .inner .box2 .left{
		border:none;
	}
	.student .inner .box.item02 .right, .student .inner .box2 .right{
		float: left;
		width: 48%;
		margin-left: 2%;
	}
	.student .inner .box.item02 .right ul li:first-child{
		margin-right: 2%;
	}
}


@media screen and (max-width: 767px) {
	.student .flexbox .item01{
		order: 1;
	}
	.student .flexbox .item02{
		order: 2;
	}
	.student .flexbox .box2{
		order: 3;
	}
	.student .inner .box .img_link{
		margin-bottom: 20px;
	}
	#subpage .item01 .more .txt{
		line-height: 1.7;
		padding: 3px;
	}
}
#subpage .item01 .more .txt{
	color: #6e6e6e;
}


/*===============================================
PC CSS
===============================================*/
@media screen and (min-width: 768px) {
}

/*===============================================
1000px CSS
===============================================*/
@media screen and (max-width: 1000px) {
}


/*===============================================
SP CSS
===============================================*/
@media screen and (max-width: 767px) {
}



/*===============================================
414px CSS
===============================================*/
@media screen and (max-width: 414px) {

}

/*===============================================
320px CSS
===============================================*/
@media screen and (max-width: 320px) {
}
