@charset "utf-8";

/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */
#content img,
#visual img{
	width:100%;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
}

#loading.disappear{
     display: none;   
}

@keyframes scrollAnime{
	0% {
		bottom: 15px;
		opacity: 0;
	}
	80% {
		bottom: 0px;
		opacity: 1;
	}
	100% {
		bottom: 0px;
		opacity: 0;
	}
}

#visual{
	width: 100%;
	height: 600px;
	position: relative;
	text-align: center;
	background: url("../../img/main_bg.png") center center/1190px auto repeat;
}
#visual #kumo{
	width: 1022px;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0;
}
#visual #copy_area{
	width: 487px;
	height: 380px;
	position: absolute;
	top: 63px;
	left: 163px;
}
#visual #copy_area #main_01{
	width: 42.889%;
	position: absolute;
	top: 0;
	left: 25%;
	opacity: 0;
}
#visual #copy_area #main_02{
	width: 85.778%;
	position: absolute;
	top: 9%;
	left: 0px;
	transform-origin: center center;
	transform: scale(0.0);
}
#visual #copy_area #main_03{
	width: 95.2595%;
	position: absolute;
	top: 39%;
	left: 6%;
	opacity: 0;
}

#visual #main_img{
	width: 539px;
	position: absolute;
	bottom: -72px;
	right: 120px;
	opacity: 0;
	transform-origin: center center;
	transform: scale(0.0);
}


@media only screen and (max-width: 1190px) {
	#visual{
		width: 100%;
		height: auto;
		background: url("../../img/main_bg.png") center center/100% auto repeat;
		position: relative;
	}
	#visual::before{
		content: "";
		display: block;
		padding-top: 50.4201%;
	}
	
	
	#visual #kumo{
		width: 89.166%;
		position: absolute;
		top: 20px;
		left: 0;
	}
	#visual #copy_area{
		width: 40.02515%;
		height: 66%;
		position: absolute;
		top: 15%;
		left: 13.697%;
	}
	#visual #copy_area #main_01{
		width: 42.889%;
		position: absolute;
		top: 0;
		left: 25%;
	}
	#visual #copy_area #main_02{
		width: 85.778%;
		position: absolute;
		top: 9%;
		left: 0px;
	}
	#visual #copy_area #main_03{
		width: 95.2595%;
		position: absolute;
		top: 39%;
		left: 6%;
	}
	#visual #main_img{
		width: 45.2941%;
		position: absolute;
		bottom: -14%;
		right: 10.084%;
	}
}
@media only screen and (max-width: 768px) {
	#visual{
		width: 100%;
	}
	#visual::before{
		content: "";
		display: block;
		padding-top: 70.4201%;
	}
	
	#visual #kumo{
		width: 120%;
		position: absolute;
		top: 20px;
		left: 0;
	}
	#visual #copy_area{
		width: calc(40.02515% * 1.2);
		height: calc(61% * 1.0);
		position: absolute;
		top: 14%;
		left: 13.697%;
	}
	#visual #copy_area #main_01{
		top: 0;
		left: 25%;
	}
	#visual #copy_area #main_02{
		top: 9%;
		left: 0px;
	}
	#visual #copy_area #main_03{
		top: 39%;
		left: 6%;
	}
	#visual #main_img{
		width: calc(45.2941% * 1.2);
		position: absolute;
		bottom: -14%;
		right: 10.084%;
	}
}
@media only screen and (max-width: 480px) {
	#visual{
		width: 100%;
		height: calc(100vh - 150px);
	}
	#visual::before{
		content: none;
	}
	#visual #kumo{
		width: 102%;
		position: absolute;
		top: 20px;
		left: 0;
	}
	#visual #copy_area{
		width: calc(86%);
		height: auto;
		position: absolute;
		top: 14%;
		left: 8%;
	}
	#visual #copy_area::before{
		content: "";
		display: block;
		padding-top: 78.4201%;
	}
	#visual #copy_area #main_01{
		top: 0;
		left: 25%;
	}
	#visual #copy_area #main_02{
		top: 9%;
		left: 0px;
	}
	#visual #copy_area #main_03{
		top: 39%;
		left: 6%;
	}
	#visual #main_img{
		width: 100%;
		position: absolute;
		bottom: -14%;
		right: 0%;
	}
}


#why_area{
	width: 100%;
	background: url("../img/c_bg1.png") top center/54px 54px repeat;
	padding: 120px 0 90px;
	border-top: #354050 5px solid;
}
#why_area .header_in{
	width: 760px;
	margin: 0 auto;
	padding: 0 0 65px;
	position: relative;
	background-image:
	url("../../img/way_q.png"),
	url("../../img/way_e.png");

	background-position:
	left top,
	right top;

	background-repeat:
	no-repeat,
	no-repeat;

	background-size:
	215px auto,
	100px auto;
}
#why_area .header_in h2{
	width: 100%;
	text-align: center;
	font-size: 2.1875rem;
	font-weight: bolder;
	line-height: 1.6;
	letter-spacing: 0.10em;
	padding: 30px 0 2.0em 0;
}
#why_area .header_in p{
	width: 100%;
	text-align: center;
	padding: 0 0 0 0;
}
#why_area figure{
	width: 155px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0 0;
}

@media only screen and (max-width: 1190px) {
	#why_area{
		background: url("../img/c_bg1.png") top center/54px 54px repeat;
		padding: 120px 0 90px;
	}
	#why_area .header_in{
		width: 760px;
		margin: 0 auto;
		padding: 0 0 65px;
		background-image:
		url("../../img/way_q.png"),
		url("../../img/way_e.png");

		background-position:
		left top,
		right top;

		background-repeat:
		no-repeat,
		no-repeat;

		background-size:
		215px auto,
		100px auto;
	}
	#why_area .header_in h2{
		font-size: 2.1875rem;
		padding: 30px 0 2.0em 0;
	}
	#why_area figure{
		width: 155px;
		margin: 0 auto;
		text-align: center;
		padding: 0 0 0 0;
	}
}
@media only screen and (max-width: 999px) {
	#why_area{
		background: url("../img/c_bg1.png") top center/45px 45px repeat;
		padding: 100px 0 70px;
	}
	#why_area .header_in{
		width: 80%;
		margin: 0 auto;
		padding: 0 0 45px;
		background-image:
		url("../../img/way_q.png"),
		url("../../img/way_e.png");

		background-position:
		left top,
		right top;

		background-repeat:
		no-repeat,
		no-repeat;

		background-size:
		28.289% auto,
		13.15789% auto;
	}
	#why_area .header_in h2{
		font-size: 2.1875rem;
		padding: 30px 0 2.0em 0;
	}
	#why_area figure{
		width: 30%;
	}
}
@media only screen and (max-width: 768px) {
	#why_area{
		background: url("../img/c_bg1.png") top center/45px 45px repeat;
		padding: 70px 0 50px;
	}
	#why_area .header_in{
		width: 90%;
		margin: 0 auto;
		padding: 0 0 45px;
		background-image:
		url("../../img/way_q.png"),
		url("../../img/way_e.png");

		background-position:
		left 0% top,
		right 10% top;

		background-repeat:
		no-repeat,
		no-repeat;

		background-size:
		28.289% auto,
		13.15789% auto;
	}
	#why_area .header_in h2{
		font-size: 1.75rem;
		padding: 0 0 2.0em 0;
	}
	#why_area figure{
		width: 30%;
	}
}
@media only screen and (max-width: 480px) {
	#why_area{
		padding: 100px 0 50px;
	}
	#why_area .header_in{
		width: 90%;
		margin: 0 auto;
		padding: 0 0 45px;
		background-image:
		url("../../img/way_q.png"),
		url("../../img/way_e.png");

		background-position:
		left 0% top,
		right 10% top;

		background-repeat:
		no-repeat,
		no-repeat;

		background-size:
		28.289% auto,
		13.15789% auto;
	}
	#why_area .header_in h2{
		font-size: 7vw;
		padding: 0 0 1.0em 0;
	}
	#why_area figure{
		width: 30%;
	}
	#why_area .header_in p{
		text-align: left;
	}
	#why_area .header_in p br{
		display: none;
	}
}


#about_area{
	width: 100%;
	padding: 0 0 50px;
	position: relative;
	
	background-image:
	url("../img/c_bg3_w.png"),
	url("../img/c_bg2.png");

	background-position:
	bottom center,
	top center;

	background-repeat:
	repeat-x,
	repeat;

	background-size:
	26px auto,
	30px 30px;
}
#about_area .header_in{
	width: 100%;
	margin: 0 auto;
	background: #004ea0;
	position: relative;
	border-top: #354050 3px solid;
	border-bottom: #354050 3px solid;
}
#about_area .header_in h2{
	width: 100%;
	text-align: center;
	font-size: 2.00rem;
	font-weight: bolder;
	color: #FFF;
	line-height: 1.1;
	letter-spacing: 0.10em;
	padding: 1em 0 1em 0;
}
#about_area .header_in .loupe{
	width: 185px;
	position: absolute;
	top: -21%;
	left: 50%;
	margin: 0 0 0 12%;
}
#about_area .header_in .loupe .zoom_obj{
	width: 134px;
    position: absolute;
    top: 2px;
    left: 3px;
	overflow: hidden;
	clip-path: circle(70px at 100% 50%);
}
#about_area .header_in .loupe .zoom_objimg {
	width: 100%;
	display: block;
}

#about_area .header_in .loupe .zoom{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	transform: translate(26%, 0%);
}

#about_area .header_in .loupe .zoom_obj.move{
	animation: clipMove 0.6s ease-in-out forwards;
}
#about_area .header_in .loupe .zoom.move{
	animation: loupeMove 0.6s ease-in-out forwards;
}

@keyframes clipMove {
	from {
		clip-path: circle(70px at 100% 50%);
	}
	to {
		clip-path: circle(70px at 50% 50%);
	}
}
@keyframes loupeMove {
	from {
		transform: translate(26%, 0%);
	}
	to {
		transform: translate(0%, 0%);
	}
}




#about_area ul.page_list{
	width: 100%;
	margin: 0 auto;
	padding: 120px 90px 110px 90px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#about_area ul.page_list::before{
	content: "";
	width: 100%;
	height: 3px;
	background: #354050;
	position: absolute;
	top: 50%;
	left: 0;
}
#about_area ul.page_list li{
	width: 325px;
	box-sizing: border-box;
	position: relative;
}
#about_area ul.page_list li::before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	background: rgba(140,140,140,0.59);
	border-radius: 0 47px 0 47px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(10deg);
	transform-origin: right bottom;
	z-index: 0;
}
#about_area ul.page_list li .inbox{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #FFF;
	border: #354050 2px solid;
	border-radius: 0 47px 0 47px;
	padding: 60px 22px 30px 22px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
#about_area ul.page_list li .inbox > :last-child {
	margin-top: auto;
}
#about_area ul.page_list li i{
	width: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin: 0 0 0 -25px;
	z-index: 10;
}

#about_area ul.page_list li h3{
	width: 100%;
	text-align: center;
	color: #004ea0;
	font-size: 1.3125rem;
	font-weight: bolder;
	letter-spacing: 0.10em;
	padding: 0 0 0.6em 0;
}
#about_area ul.page_list li p{
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
}
#about_area ul.page_list li figure{
	width: 100%;
	padding: 20px 0 0 0;
}
@media only screen and (max-width: 1190px) {
	#about_area{
		width: 100%;
		padding: 0 0 50px;
		position: relative;

		background-image:
		url("../img/c_bg3_w.png"),
		url("../img/c_bg2.png");

		background-position:
		bottom center,
		top center;

		background-repeat:
		repeat-x,
		repeat;

		background-size:
		26px auto,
		30px 30px;
	}
	#about_area .header_in{
	}
	#about_area .header_in h2{
		font-size: 2.00rem;
	}
	#about_area .header_in .loupe{
		width: 185px;
		position: absolute;
		top: -21%;
		left: 50%;
		margin: 0 0 0 129px;
	}
	#about_area .header_in .loupe .zoom_obj{
		width: 134px;
		position: absolute;
		top: 2px;
		left: 3px;
	}
	#about_area .header_in .loupe .zoom{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0%;
	}
	
	
	
	

	#about_area ul.page_list{
		padding: 120px 6% 110px 6%;
	}
	#about_area ul.page_list::before{
		content: "";
		width: 100%;
		height: 3px;
		top: 50%;
		left: 0;
	}
	#about_area ul.page_list li{
		width: 32.5%;
	}
	#about_area ul.page_list li::before{
		content: "";
		width: 95%;
		border-radius: 0 47px 0 47px;
		transform: rotate(10deg);
	}
	#about_area ul.page_list li .inbox{
		border-radius: 0 47px 0 47px;
		padding: 60px 22px 30px 22px;
	}
	#about_area ul.page_list li i{
		width: 50px;
		position: absolute;
		top: -25px;
		left: 50%;
		margin: 0 0 0 -25px;
		z-index: 10;
	}

	#about_area ul.page_list li h3{
		font-size: 1.3125rem;
	}
	#about_area ul.page_list li p{
		font-size: 0.875rem;
		letter-spacing: 0.03em;
		text-align: left
	}
	#about_area ul.page_list li p br{
		display: none;
	}
	#about_area ul.page_list li figure{
		padding: 20px 0 0 0;
	}
}
@media only screen and (max-width: 999px) {
	#about_area{
		padding: 0 0 40px;

		background-image:
		url("../img/c_bg3_w.png"),
		url("../img/c_bg2.png");

		background-position:
		bottom center,
		top center;

		background-repeat:
		repeat-x,
		repeat;

		background-size:
		26px auto,
		30px 30px;
	}
	#about_area .header_in{
	}
	#about_area .header_in h2{
		font-size: 1.75rem;
	}
	#about_area .header_in .loupe{
		width: 150px;
		position: absolute;
		top: -21%;
		left: 50%;
		margin: 0 0 0 129px;
	}
	#about_area .header_in .loupe .zoom_obj{
		width: 71%;
		top: 2px;
		left: 3px;
		clip-path: circle(50% at 100% 50%);
	}
	#about_area .header_in .loupe .zoom{
		width: 100%;
		transform: translate(26%, 0%);
	}

	@keyframes clipMove {
		from {
			clip-path: circle(50% at 100% 50%);
		}
		to {
			clip-path: circle(50% at 50% 50%);
		}
	}
	

	#about_area ul.page_list{
		padding: 90px 6% 80px 6%;
	}
	#about_area ul.page_list::before{
		content: "";
		width: 100%;
		height: 3px;
		top: 50%;
		left: 0;
	}
	#about_area ul.page_list li{
		width: 32.5%;
	}
	#about_area ul.page_list li::before{
		content: "";
		width: 95%;
		border-radius: 0 47px 0 47px;
		transform: rotate(10deg);
	}
	#about_area ul.page_list li .inbox{
		border-radius: 0 47px 0 47px;
		padding: 60px 22px 30px 22px;
	}
	#about_area ul.page_list li i{
		width: 50px;
		top: -25px;
		left: 50%;
		margin: 0 0 0 -25px;
		z-index: 10;
	}

	#about_area ul.page_list li h3{
		font-size: 1.250rem;
	}
	#about_area ul.page_list li p{
		font-size: 0.875rem;
		letter-spacing: 0.03em;
		text-align: left
	}
	#about_area ul.page_list li p br{
		display: none;
	}
	#about_area ul.page_list li figure{
		padding: 20px 0 0 0;
	}
}
@media only screen and (max-width: 768px) {
	#about_area{
		padding: 0 0 40px;

		background-image:
		url("../img/c_bg3_w.png"),
		url("../img/c_bg2.png");

		background-position:
		bottom center,
		top center;

		background-repeat:
		repeat-x,
		repeat;

		background-size:
		26px auto,
		30px 30px;
	}
	#about_area .header_in{
		padding: 0 0 0 6%;
        box-sizing: border-box;
	}
	#about_area .header_in h2{
		font-size: 1.75rem;
		text-align: left;
	}
	#about_area .header_in .loupe{
		width: 150px;
		top: -21%;
		left: 290px;
		margin: 0 0 0 0;
	}
	#about_area .header_in .loupe .zoom_obj{
		width: 71%;
		top: 2px;
		left: 3px;
	}
	#about_area .header_in .loupe .zoom{
		width: 100%;
	}

	#about_area ul.page_list{
		padding: 120px 10% 50px 10%;
	}
	#about_area ul.page_list::before{
		content: "";
		width: 3px;
		height: 100%;
		top: 0;
		left: 50%;
	}
	#about_area ul.page_list li{
		width: 100%;
		margin: 0 0 60px 0;
	}
	#about_area ul.page_list li::before{
		content: "";
		width: 97%;
		border-radius: 0 40px 0 40px;
		transform: rotate(7deg);
	}
	#about_area ul.page_list li:nth-child(2)::before{
		transform: rotate(-7deg);
		transform-origin: left bottom;
	}
	#about_area ul.page_list li .inbox{
		border-radius: 0 40px 0 40px;
		padding: 50px 15px 30px 15px;
	}
	#about_area ul.page_list li i{
		width: 45px;
		top: -25px;
		left: 50%;
		margin: 0 0 0 -25px;
		z-index: 10;
	}

	#about_area ul.page_list li h3{
		font-size: 1.250rem;
	}
	#about_area ul.page_list li p{
		font-size: 0.875rem;
		letter-spacing: 0.03em;
		text-align: left
	}
	#about_area ul.page_list li p br{
		display: none;
	}
	#about_area ul.page_list li figure{
		padding: 20px 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	#about_area .header_in{
		padding: 0 0 0 10%;
        box-sizing: border-box;
	}
	#about_area .header_in h2{
		font-size: 1.375rem;
		text-align: left;
	}
	#about_area .header_in .loupe{
		width: 120px;
		top: -21%;
		left: 230px;
	}
	#about_area .header_in .loupe .zoom_obj{
		width: 71%;
		top: 2px;
		left: 3px;
	}
	#about_area .header_in .loupe .zoom{
		width: 100%;
	}
}


#research_area{
	width: 100%;
	background: #ddeeed;
	padding: 60px 80px 90px;
	box-sizing: border-box;
}
#research_area .header_in{
	width: 100%;
	position: relative;
	padding: 0 0 30px 0;
}
#research_area .header_in h3{
	width: 391px;
	margin: 0 auto;
	padding: 0 0 35px 0;
}
#research_area .header_in p{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#research_area #research_list .header_in {
	padding: 50px 0 30px 0;
}
#research_area #research_list .header_in figure{
	width: 149px;
	margin: 0 0 0 0;
	position: absolute;
	top: 0;
	right: 50px;
}

#research_area #research_list{
	position: relative;
}
#research_area .list_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0 66px 0;
}
#research_area .list_wrap .unit{
	width: 240px;
	height: 160px;
	min-height: 135px;
	z-index: 1;
	display: block;
	position: relative;
	background: #1c8f8a;
	margin: 0 0 20px 0;
}
#research_area .list_wrap .unit a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border: #354050 1px solid;
	position: relative;
	box-sizing: border-box;
	background: #FFF;
	padding: 15px 12px 0 12px;
	z-index: 1;
	transform-origin: center center;
	transition: transform 0.3s ease;
	opacity: 1.0;
	color: #000;
}
#research_area .list_wrap .unit a:hover{
	transform: rotate(-6deg);
}
#research_area .list_wrap .unit a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 24px 0 0;
	border-color: #354050 transparent transparent transparent;
	z-index: 2;
}
#research_area .list_wrap .unit a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 22px 0 0;
	border-color: #e63946 transparent transparent transparent;
	z-index: 3;
}

#research_area .list_wrap .unit h5{
	width: 100%;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	padding: 0 0 0.2em 0;
}

#research_area .list_wrap .unit h6{
	width: 100%;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	padding: 0 0 0.2em 38px;
	background: url("../../img/k_icon_00.png") center left/30px auto no-repeat;
}

#research_area .list_wrap .unit .more{
	width: 100%;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	border-top: #000 1px dotted;
	text-align: left;
	font-size: 0.688rem;
	font-weight: bold;
	background: url("../img/icon_arror_r.png") center right/19px 19px no-repeat;
	padding: 1.1em 0 1.1em 0;
	margin-top: auto;
}
#research_area .list_wrap .annotation {
    display: block;
    text-align: right;
    font-size: 0.625rem;
    font-weight: normal;
    margin: 0 0 0 auto;
	padding: 0 10px;
    color: #333;
}


#research_area .list_wrap .unit.comming a{
	background: #004ea0;
	align-items: center;
	pointer-events: none;
}
#research_area .list_wrap .unit.comming a::after{
	content: "";
	border-color: #eeeb47 transparent transparent transparent;
}
#research_area .list_wrap .unit.comming h6{
	color: #eeeb47;
	background: url("../../img/k_icon_00.png") center left/30px auto no-repeat;
	padding: 0.5em 0 0.5em 45px;
}

#research_area .list_wrap .unit.rikougaku{
	background: #1c8f8a;
}
#research_area .list_wrap .unit.rikougaku a::after{
	content: "";
	border-color: #1c8f8a transparent transparent transparent;
}
#research_area .list_wrap .unit.rikougaku h6{
	color: #1c8f8a;
	background: url("../../img/k_icon_01.png") center left/30px auto no-repeat;
}

#research_area .list_wrap .unit.kougaku{
	background: #004ea0;
}
#research_area .list_wrap .unit.kougaku a::after{
	content: "";
	border-color: #004ea0 transparent transparent transparent;
}
#research_area .list_wrap .unit.kougaku h6{
	color: #004ea0;
	background: url("../../img/k_icon_02.png") center left/30px auto no-repeat;
}

#research_area .list_wrap .unit.ouyouseibutu{
	background: #71a330;
}
#research_area .list_wrap .unit.ouyouseibutu a::after{
	content: "";
	border-color: #71a330 transparent transparent transparent;
}
#research_area .list_wrap .unit.ouyouseibutu h6{
	color: #71a330;
	background: url("../../img/k_icon_03.png") center left/30px auto no-repeat;
}

#research_area .list_wrap .unit.jinbun{
	background: #ff5611;
}
#research_area .list_wrap .unit.jinbun a::after{
	content: "";
	border-color: #ff5611 transparent transparent transparent;
}
#research_area .list_wrap .unit.jinbun h6{
	color: #ff5611;
	background: url("../../img/k_icon_04.png") center left/30px auto no-repeat;
}

#research_area .list_wrap .unit.keieijoho{
	background: #ffb100;
}
#research_area .list_wrap .unit.keieijoho a::after{
	content: "";
	border-color: #ffb100 transparent transparent transparent;
}
#research_area .list_wrap .unit.keieijoho h6{
	color: #ffb100;
	background: url("../../img/k_icon_05.png") center left/30px auto no-repeat;
}

#research_area .list_wrap .unit.gendaikyouiku{
	background: #00acd1;
}
#research_area .list_wrap .unit.gendaikyouiku a::after{
	content: "";
	border-color: #00acd1 transparent transparent transparent;
}
#research_area .list_wrap .unit.gendaikyouiku h6{
	color: #00acd1;
	background: url("../../img/k_icon_06.png") center left/30px auto no-repeat;
}

#research_area .list_wrap .unit.kokusaikankei{
	background: #962c46;
}
#research_area .list_wrap .unit.kokusaikankei a::after{
	content: "";
	border-color: #962c46 transparent transparent transparent;
}
#research_area .list_wrap .unit.kokusaikankei h6{
	color: #962c46;
	background: url("../../img/k_icon_07.png") center left/30px auto no-repeat;
}

#research_area .list_wrap .unit.seimeikenkou{
	background: #ec1234;
}
#research_area .list_wrap .unit.seimeikenkou a::after{
	content: "";
	border-color: #ec1234 transparent transparent transparent;
}
#research_area .list_wrap .unit.seimeikenkou h6{
	color: #ec1234;
	background: url("../../img/k_icon_08.png") center left/30px auto no-repeat;
}


@media only screen and (max-width: 1190px) {
	#research_area{
		padding: 60px 40px 90px;
		box-sizing: border-box;
	}
	#research_area .header_in{
		padding: 0 0 30px 0;
	}
	#research_area .header_in h3{
		width: 391px;
		padding: 0 0 35px 0;
	}
	#research_area .header_in p{
		text-align: center;
	}

	#research_area #research_list .header_in {
		padding: 50px 0 30px 0;
	}
	#research_area #research_list .header_in figure{
		width: 14.521%;
		top: 0;
		right: 3%;
	}

	#research_area #research_list{
		position: relative;
	}
	#research_area .list_wrap{
		padding: 40px 0 66px 0;
	}
	#research_area .list_wrap .unit{
		width: 240px;
		height: 160px;
		min-height: 135px;
		margin: 0 0 15px 0;
	}
	#research_area .list_wrap .unit a{
		padding: 15px 12px 0 12px;
	}
	#research_area .list_wrap .unit a:hover{
		transform: rotate(-6deg);
	}
	#research_area .list_wrap .unit a::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 24px 24px 0 0;
		border-color: #354050 transparent transparent transparent;
		z-index: 2;
	}
	#research_area .list_wrap .unit a::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 22px 22px 0 0;
		border-color: #e63946 transparent transparent transparent;
		z-index: 3;
	}

	#research_area .list_wrap .unit h5{
		width: 100%;
		font-size: 0.875rem;
		padding: 0 0 0.2em 0;
	}
	#research_area .list_wrap .unit h6{
		width: 100%;
		font-size: 0.875rem;
		padding: 0 0 0.2em 38px;
		background: url("../../img/k_icon_00.png") center left/30px auto no-repeat;
	}

	#research_area .list_wrap .unit .more{
		font-size: 0.688rem;
		background: url("../img/icon_arror_r.png") center right/19px 19px no-repeat;
	}
}
@media only screen and (max-width: 1120px) {
	#research_area{
		padding: 60px 40px 90px;
	}
	#research_area .list_wrap{
		width: 730px;
		margin: 0 auto;
		padding: 40px 0 66px 0;
	}
	#research_area .list_wrap .unit{
		width: 240px;
		height: 160px;
		min-height: 135px;
		margin: 0 0 15px 0;
	}
}
@media only screen and (max-width: 860px) {
	#research_area{
		padding: 60px 10px 40px;
	}
	#research_area .list_wrap{
		width: 710px;
		margin: 0 auto;
		padding: 40px 0 66px 0;
	}
	#research_area .list_wrap .unit{
		width: 235px;
		height: 160px;
		min-height: 135px;
		margin: 0 0 15px 0;
	}
}
@media only screen and (max-width: 768px) {
	#research_area .header_in{
		padding: 0 0 30px 0;
	}
	#research_area .header_in h3{
		width: 60%;
		padding: 0 0 35px 0;
	}
	#research_area .header_in p{
		text-align: center;
	}
	
	#research_area #research_list .header_in {
		padding: 50px 0 30px 0;
	}
	#research_area #research_list .header_in figure{
		width: 30.521%;
        top: -49%;
        right: 0%;
	}
	
	#research_area .list_wrap{
		width: 470px;
		margin: 0 auto;
		padding: 40px 0 66px 0;
	}
	#research_area .list_wrap .unit{
		width: 230px;
		height: 155px;
		min-height: 125px;
		margin: 0 0 15px 0;
	}
	#research_area .list_wrap .unit a{
		padding: 15px 12px 0 12px;
	}
	#research_area .list_wrap .unit a:hover{
		transform: rotate(-6deg);
	}
	#research_area .list_wrap .unit h5{
		font-size: 0.813rem;
		padding: 0 0 0.2em 0;
	}
	#research_area .list_wrap .unit h6{
		font-size: 0.813rem;
		padding: 0 0 0.2em 35px;
		background: url("../../img/k_icon_00.png") center left/25px auto no-repeat;
	}

	#research_area .list_wrap .unit .more{
		font-size: 0.625rem;
		background: url("../img/icon_arror_r.png") center right/19px 19px no-repeat;
	}
	#research_area .list_wrap .annotation {
		font-size: 0.625rem;
	}
	
	#research_area .list_wrap .unit.comming h6{
		background: url("../../img/k_icon_00.png") center left/25px auto no-repeat;
		padding: 0.5em 0 0.5em 40px;
	}
	#research_area .list_wrap .unit.rikougaku h6{
		background: url("../../img/k_icon_01.png") center left/25px auto no-repeat;
	}
	#research_area .list_wrap .unit.kougaku h6{
		background: url("../../img/k_icon_02.png") center left/25px auto no-repeat;
	}
	#research_area .list_wrap .unit.ouyouseibutu h6{
		background: url("../../img/k_icon_03.png") center left/25px auto no-repeat;
	}
	#research_area .list_wrap .unit.jinbun h6{
		background: url("../../img/k_icon_04.png") center left/25px auto no-repeat;
	}
	#research_area .list_wrap .unit.keieijoho h6{
		background: url("../../img/k_icon_05.png") center left/25px auto no-repeat;
	}
	#research_area .list_wrap .unit.gendaikyouiku h6{
		background: url("../../img/k_icon_06.png") center left/25px auto no-repeat;
	}
	#research_area .list_wrap .unit.kokusaikankei h6{
		background: url("../../img/k_icon_07.png") center left/25px auto no-repeat;
	}
	#research_area .list_wrap .unit.seimeikenkou h6{
		background: url("../../img/k_icon_08.png") center left/25px auto no-repeat;
	}
}
@media only screen and (max-width: 480px) {
	#research_area .header_in{
		padding: 0 0 30px 0;
	}
	#research_area .header_in h3{
		width: 80%;
		padding: 0 0 35px 0;
	}
	#research_area .header_in p{
		text-align: center;
	}
	
	#research_area #research_list .header_in {
		padding: 10px 0 10px 0;
	}
	#research_area #research_list .header_in figure{
		width: 30.521%;
        top: -64%;
        right: 0%;
	}
	
	#research_area .list_wrap{
		width: 100%;
		margin: 0 auto;
		padding: 40px 3% 66px 3%;
		box-sizing: border-box;
	}
	#research_area .list_wrap .unit{
		width: 48%;
		height: 140px;
		min-height: 125px;
		margin: 0 0 15px 0;
	}
	#research_area .list_wrap .unit:nth-child(4n + 2){
		margin: 0 2% 15px 0%;
	}
	#research_area .list_wrap .unit:nth-child(4n + 3){
		margin: 0 0 15px 2%;
	}
	#research_area .list_wrap .unit a{
		padding: 15px 10px 0 10px;
	}
	#research_area .list_wrap .unit h5{
		font-size: 2.5vw;
		padding: 0 0 0.2em 0;
	}
	#research_area .list_wrap .unit h6{
		font-size: 2.5vw;
		padding: 0 0 0.2em 30px;
		background: url("../../img/k_icon_00.png") top left/20px auto no-repeat;
	}

	#research_area .list_wrap .unit .more{
		font-size: 0.625rem;
		background: url("../img/icon_arror_r.png") center right/19px 19px no-repeat;
	}
	
	#research_area .list_wrap .unit.comming h6{
		background: url("../../img/k_icon_00.png") top left/20px auto no-repeat;
		padding: 0.5em 0 0.5em 30px;
	}
	#research_area .list_wrap .unit.rikougaku h6{
		background: url("../../img/k_icon_01.png") top left/20px auto no-repeat;
	}
	#research_area .list_wrap .unit.kougaku h6{
		background: url("../../img/k_icon_02.png") top left/20px auto no-repeat;
	}
	#research_area .list_wrap .unit.ouyouseibutu h6{
		background: url("../../img/k_icon_03.png") top left/20px auto no-repeat;
	}
	#research_area .list_wrap .unit.jinbun h6{
		background: url("../../img/k_icon_04.png") top left/20px auto no-repeat;
	}
	#research_area .list_wrap .unit.keieijoho h6{
		background: url("../../img/k_icon_05.png") top left/20px auto no-repeat;
	}
	#research_area .list_wrap .unit.gendaikyouiku h6{
		background: url("../../img/k_icon_06.png") top left/20px auto no-repeat;
	}
	#research_area .list_wrap .unit.kokusaikankei h6{
		background: url("../../img/k_icon_07.png") top left/20px auto no-repeat;
	}
	#research_area .list_wrap .unit.seimeikenkou h6{
		background: url("../../img/k_icon_08.png") top left/20px auto no-repeat;
	}
}


#faculty_list{
	width: 100%;
	padding: 135px 0 0 0;
	position: relative;
}

#faculty_list #scroll_icon{
	width: 10px;
	height: 88px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -5px;
	z-index: 300;
}

#research_area #faculty_list .header_in{
	width: 100%;
	position: relative;
	padding: 30px 0 30px 0;
}
#research_area #faculty_list .header_in figure{
	width: 216px;
	margin: 0 0 0 0;
	position: absolute;
	top: -110px;
	right: 20px;
}
#research_area #faculty_list .header_in figure:nth-child(2){
	width: 113px;
	margin: 0 0 0 0;
	position: absolute;
	bottom: 30px;
	left: 80px;
	top: auto;
	right: auto;
}


#faculty_list #gakubu{
	width: 100%;
	padding: 0 0 60px 0;
}

#faculty_list #gakubu #g_tab{
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: #354050 1px solid;
	margin: 0 0 45px 0;
	box-sizing: border-box;
	background: #FFF;
}
#faculty_list #gakubu #g_tab .tab{
	font-size: 0.813rem;
	text-align: left;
	padding: 0 0 0 0;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border: none;
	background: transparent;
	cursor: pointer;
	user-select: none;
	transition: background .2s, border-color .2s, transform .08s;
}
#faculty_list #gakubu #g_tab .tab:nth-child(2){
	color: #ffb100;
}
#faculty_list #gakubu #g_tab .tab:nth-child(3){
	color: #962c46;
}
#faculty_list #gakubu #g_tab .tab:nth-child(4){
	color: #ff5611;
}
#faculty_list #gakubu #g_tab .tab:nth-child(5){
	color: #004ea0;
}
#faculty_list #gakubu #g_tab .tab:nth-child(6){
	color: #20877f;
}
#faculty_list #gakubu #g_tab .tab:nth-child(7){
	color: #71a330;
} 
#faculty_list #gakubu #g_tab .tab:nth-child(8){
	color: #ec1234;
} 
#faculty_list #gakubu #g_tab .tab:nth-child(9){
	color: #00acd1;
}
#faculty_list #gakubu #g_tab .tab sup{
	margin-left: -3px;
}




/* 丸 */
#faculty_list #gakubu #g_tab .tab::before{
	content:"";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #888;
	box-sizing: border-box;
}

/* 選択中 */
#faculty_list #gakubu #g_tab .tab[aria-pressed="true"]{
}
#faculty_list #gakubu #g_tab .tab[aria-pressed="true"]::before{
  box-shadow: inset 0 0 0 4px #333;
}

/* 押した感 */
#faculty_list #gakubu #g_tab .tab:active{
  transform: translateY(1px);
}

/* キーボード操作 */
#faculty_list #gakubu #g_tab .tab:focus-visible{
  outline: 3px solid #000;
  outline-offset: 3px;
}

#faculty_list #gakubu ul#g_tab_in{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#faculty_list #gakubu ul#g_tab_in li.item{
	width: 150px;
	background: #FFF;
	border: #354050 2px solid;
	border-radius: 7px;
	position: relative;
	box-sizing: border-box;
	padding: 7px 3px 0px;
    margin: 0px 10px 15px 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
#faculty_list #gakubu ul#g_tab_in li.item::after{
	content: "";
	width: 100%;
	height: 100%;
	border: #b9a310 2px solid;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
#faculty_list #gakubu ul#g_tab_in li.item > :last-child {
	margin-top: auto;
}
#faculty_list #gakubu ul#g_tab_in li.item > figure {
	margin-top: auto;
}
#faculty_list #gakubu ul#g_tab_in li.item > img {

}
#faculty_list #gakubu ul#g_tab_in li.item[hidden] {
    display: none !important;
}


#faculty_list #gakubu ul#g_tab_in li.item h5{
	width: 100%;
	font-size: 0.688rem;
	font-weight: bolder;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 0.2em 0;
}
#faculty_list #gakubu ul#g_tab_in li.item h5 small{
	font-size: 0.8em;
	font-weight: bolder;
}

#faculty_list #gakubu ul#g_tab_in li.item .more{
	width: 90%;
	z-index: 1;
	display: block;
	position: relative;
	border-top: #000 1px dotted;
	text-align: left;
	font-size: 0.625rem;
	font-weight: bold;
	background: url("../img/icon_arror_r.png") center right/17px 17px no-repeat;
	padding: 1.0em 0 1.0em 0;
	box-sizing: border-box;
	margin: 0 auto;
}

#faculty_list #gakubu ul#g_tab_in li.item.gakubu_a h5 strong{
	color: #ffb100;
}
#faculty_list #gakubu ul#g_tab_in li.item.gakubu_b h5 strong{
	color: #962c46;
}
#faculty_list #gakubu ul#g_tab_in li.item.gakubu_c h5 strong{
	color: #ff5611;
}
#faculty_list #gakubu ul#g_tab_in li.item.gakubu_d h5 strong{
	color: #004ea0;
}
#faculty_list #gakubu ul#g_tab_in li.item.gakubu_e h5 strong{
	color: #20877f;
}
#faculty_list #gakubu ul#g_tab_in li.item.gakubu_f h5 strong{
	color: #71a330;
} 
#faculty_list #gakubu ul#g_tab_in li.item.gakubu_g h5 strong{
	color: #ec1234;
} 
#faculty_list #gakubu ul#g_tab_in li.item.gakubu_h h5 strong{
	color: #00acd1;
}
#faculty_list #gakubu .annotation {
    display: block;
    text-align: right;
    font-size: 0.6rem;
    font-weight: normal;
    margin: 0 0 0 auto;
	padding: 0 10px;
    color: #333;
}

.item_in{
	width: 100% !important;
	height: 100% !important;
	padding: 10px;
	box-sizing: border-box;
}
.item_in .inner{
	width: 100%;
	height: 100%;
	background: #FFF;
	border: #354050 2px solid;
	border-radius: 7px;
	position: relative;
	box-sizing: border-box;
	padding: 15px 10px 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
}
.item_in .inner::after{
	content: "";
	width: 100%;
	height: 100%;
	border: #b9a310 2px solid;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.item_in .inner figure {
	width: 100%;
}
 .item_in .inner .annotation {
    display: block;
    text-align: right;
    font-size: 0.6rem;
    font-weight: normal;
    margin: 0 0 0 auto;
	padding: 0 10px;
    color: #333;
}
.item_in img {
	width:100%;
}
.item_in .cb-close{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -0px;
	right: -0px;
	border: none;
	cursor: pointer;
}

.item_in .inner h3{
	width: 100%;
	font-size: 1.375rem;
	font-weight: bolder;
	text-align: center;
	line-height: 1.4;
	padding: 0 0 0.2em 0;
}
.item_in .inner h3 small{
	font-size: 0.75em;
	line-height: 1.1;
	font-weight: bolder;
	padding: 0 0 0em 0;
}

.item_in .inner .keywords{
	width: 100%;
	background: #f1ebe1;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
}
.item_in .inner .keywords h5{
	width: 100%;
	text-align: left;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0 0 0.6em 0;
}
.item_in .inner .keywords ul{
	width: 100%;
	text-align: left;
}
.item_in .inner .keywords ul li{
	font-size: 0.813rem;
	font-weight: bold;
	text-align: left;
	padding: 0 0.2em 0.5em 1em;
	letter-spacing: -0.01em;
	position: relative;
	display: inline;
	line-height: 1.7;
}
.item_in .inner .keywords ul li::before{
	content: "";
	width: 10px;
	height: 10px;
	background: #ffb100;
	display: block;
	border-radius: 100%;
	position: absolute;
	top: 0.2em;
	left: 0;
}

.item_in.gakubu_a .inner .keywords ul li::before{
	background: #ffb100;
}
.item_in.gakubu_b .inner .keywords ul li::before{
	background: #962c46;
}
.item_in.gakubu_c .inner .keywords ul li::before{
	background: #ff5611;
}
.item_in.gakubu_d .inner .keywords ul li::before{
	background: #004ea0;
}
.item_in.gakubu_e .inner .keywords ul li::before{
	background: #20877f;
}
.item_in.gakubu_f .inner .keywords ul li::before{
	background: #71a330;
}
.item_in.gakubu_g .inner .keywords ul li::before{
	background: #ec1234;
}
.item_in.gakubu_h .inner .keywords ul li::before{
	background: #00acd1;
}

.item_in .inner a.more{
	width: 100%;
	text-align: left;
	font-size: 0.938rem;
	font-weight: bolder;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border: #354050 1px solid;
	border-radius: 30px;
	color: #354050;
	margin: 1em 0 0.3em 0;
	padding: 0.3em 0.8em;
	position: relative;
	z-index: 10;
}
.item_in .inner a.more::after{
	content: "";
	position: absolute;
	top: 6px;
	right: 10px;
	width: 21px;
	height: 21px;
	background: url("../img/icon_arror_r_item.png") center/cover no-repeat;	
}


@media only screen and (max-width: 1190px) {
	#faculty_list{
		padding: 115px 0 0 0;
	}
	
	#faculty_list #scroll_icon{
		width: 10px;
		height: 88px;
		top: 0px;
		left: 50%;
		margin: 0 0 0 -5px;
	}

	#research_area #faculty_list .header_in{
		padding: 30px 0 30px 0;
	}
	#research_area #faculty_list .header_in figure{
		width: 23%;
		top: -110px;
		right: 20px;
	}
	#research_area #faculty_list .header_in figure:nth-child(2){
		width: 14%;
		bottom: 30px;
		left: 40px;
	}
	
	
	#faculty_list #gakubu #g_tab{
		justify-content: flex-start;
		padding: 10px 10px 5px 10px;
	}
	#faculty_list #gakubu #g_tab .tab{
		padding: 0px 13px 5px 0;
	}
}
@media only screen and (max-width: 768px) {
	#faculty_list{
		padding: 85px 0 0 0;
	}
	
	#faculty_list #scroll_icon{
		width: 10px;
		height: 88px;
		top: 0px;
		left: 50%;
		margin: 0 0 0 -5px;
	}

	#research_area #faculty_list .header_in{
		padding: 30px 0 30px 0;
	}
	#research_area #faculty_list .header_in figure{
		width: 33%;
		top: -110px;
		right: 5%;
	}
	#research_area #faculty_list .header_in figure:nth-child(2){
		width: 20%;
		top: -80px;
		bottom: auto;
		left: 5%;
	}


	#faculty_list #gakubu{
		padding: 0 0 60px 0;
	}

	#faculty_list #gakubu #g_tab{
		width: 100%;
		padding: 10px 10px 5px 10px;
		margin: 0 0 45px 0;
		justify-content: flex-start;
	}
	#faculty_list #gakubu #g_tab .tab{
		font-size: 0.75rem;
		text-align: left;
		padding: 0 0.8em 4px 0;
		display: inline-flex;
		align-items: center;
		gap: 5px;
	}
	#faculty_list #gakubu #g_tab .tab:nth-child(1){
		width: 100%;
	}

	/* 丸 */
	#faculty_list #gakubu #g_tab .tab::before{
		content:"";
		width: 14px;
		height: 14px;
		border-radius: 50%;
		border: 2px solid #888;
	}

	#faculty_list #gakubu ul#g_tab_in li.item{
		width: 120px;
		padding: 7px 3px 0px;
		margin: 0px 3px 10px 4px;
	}
	#faculty_list #gakubu ul#g_tab_in li.item::after{
		content: "";
		width: 100%;
		height: 100%;
		border: #b9a310 2px solid;
		border-radius: 5px;
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
	}

	#faculty_list #gakubu ul#g_tab_in li.item h5{
		font-size: 0.688rem;
	}
	#faculty_list #gakubu ul#g_tab_in li.item .more{
		width: 90%;
		font-size: 0.625rem;
		line-height: 1.2;
		font-weight: bold;
		background: url("../img/icon_arror_r.png") center right/17px 17px no-repeat;
		padding: 1.0em 1.9em 1em 0;
	}
	
	
	.item_in .inner h3{
		font-size: 1.000rem;
	}

	.item_in .inner .keywords h5{
		font-size: 0.813rem;
	}
	.item_in .inner .keywords ul{
	}
	.item_in .inner .keywords ul li{
		font-size: 0.750rem;
	}
	.item_in .inner a.more{
		font-size: 0.875rem;
		border-radius: 30px;
	}
	.item_in .inner a.more::after{
		content: "";
		position: absolute;
		top: 4px;
		right: 8px;
		width: 19px;
		height: 19px;
	}
}
@media only screen and (max-width: 480px) {
	#faculty_list #gakubu{
		width: 94%;
		margin: 0 auto;
		padding: 0 0 0px 0;
	}

	#faculty_list #gakubu #g_tab{
		padding: 10px;
		margin: 0 0 45px 0;
	}
	#faculty_list #gakubu #g_tab .tab{
		width: 50%;
		font-size: 0.75rem;
		padding: 0 0.8em 4px 0;
		gap: 5px;
	}
	#faculty_list #gakubu #g_tab .tab:nth-child(1){
		width: 100%;
	}

	/* 丸 */
	#faculty_list #gakubu #g_tab .tab::before{
		content:"";
		width: 14px;
		height: 14px;
		border-radius: 50%;
		border: 2px solid #888;
	}

	#faculty_list #gakubu ul#g_tab_in li.item{
		width: calc((100% / 3) - 1%);
		padding: 7px 3px 0px;
		margin: 0px 0.5% 10px 0.5%;
	}
	#faculty_list #gakubu ul#g_tab_in li.item::after{
		content: "";
		width: 100%;
		height: 100%;
		border: #b9a310 2px solid;
		border-radius: 5px;
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
	}

	#faculty_list #gakubu ul#g_tab_in li.item h5{
		font-size: 2.5vw;
	}
}



.card_unit{
	width: 200px;
	height: 380px;
	position: absolute;
}
.card_unit .cd{
	width: 110px;
	position: absolute;
}
.card_unit .cd.ani1{
	top: 0;
	right: 0;
	transform: rotate(-15deg);
	opacity: 0;
}
.card_unit .cd.ani2{
	top: 100px;
	left: 0;
	transform: rotate(15deg);
	opacity: 0;
}
.card_unit .cd.ani3{
	bottom: 0;
	right: 50px;
	transform: rotate(20deg);
	opacity: 0;
}

.card_unit .cd.move1{
	animation: cdAni1 0.6s ease forwards;
}
.card_unit .cd.move2{
	animation: cdAni2 0.6s ease forwards;
}
.card_unit .cd.move3{
	animation: cdAni3 0.6s ease forwards;
}

@keyframes cdAni1{
	0% {
		opacity: 0;
		right: 15px;
		transform: rotate(-25deg);
	}
	100% {
		opacity: 1;
		right: 0;
		transform: rotate(-15deg);
	}
}
@keyframes cdAni2{
	0% {
		opacity: 0;
		left: 15px;
		transform: rotate(25deg);
	}
	100% {
		opacity: 1;
		left: 0;
		transform: rotate(15deg);
	}
}
@keyframes cdAni3{
	0% {
		opacity: 0;
		right: 30px;
		transform: rotate(-10deg);
	}
	100% {
		opacity: 1;
		right: 50px;
		transform: rotate(20deg);
	}
}

#about_area .card_unit{
	top: -90px;
	left: -90px;
}
#research_list .card_unit{
	top: -170px;
    right: -186px;
}
#faculty_list .card_unit{
	top: -30px;
    left: -180px;
}

@media only screen and (max-width: 1190px) {
	.card_unit{
		width: 150px;
		height: 300px;
		position: absolute;
	}
	.card_unit .cd{
		width: 80px;
		position: absolute;
	}
	.card_unit .cd.ani1{
		top: 0;
		right: 0;
		transform: rotate(-15deg);
	}
	.card_unit .cd.ani2{
		top: 80px;
		left: 0;
		transform: rotate(15deg);
	}
	.card_unit .cd.ani3{
		bottom: 0;
		right: 50px;
		transform: rotate(20deg);
	}

	#about_area .card_unit{
		top: -90px;
		left: -50px;
	}
	#research_list .card_unit{
		top: -190px;
		right: -126px;
	}
	#faculty_list .card_unit{
		top: -30px;
		left: -80px;
	}
}
@media only screen and (max-width: 768px) {
	.card_unit{
		width: 100px;
        height: 200px;
	}
	.card_unit .cd{
		width: 70px;
		position: absolute;
	}
	.card_unit .cd.ani1{
		top: 0;
		right: 0;
		transform: rotate(-15deg);
	}
	.card_unit .cd.ani2{
		top: 40px;
		left: 0;
		transform: rotate(15deg);
	}
	.card_unit .cd.ani3{
		bottom: 0;
		right: 0px;
		transform: rotate(20deg);
	}
	
	@keyframes cdAni3{
		0% {
			opacity: 0;
			right: 20px;
			transform: rotate(-10deg);
		}
		100% {
			opacity: 1;
			right: 0px;
			transform: rotate(20deg);
		}
	}

	#about_area .card_unit{
		top: -200px;
		left: auto;
		right: -10px;
	}
	#research_list .card_unit{
		top: -170px;
        right: auto;
        left: -10px;
	}
	#faculty_list .card_unit{
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.card_unit{
		width: 100px;
        height: 200px;
	}
	.card_unit .cd{
		width: 70px;
		position: absolute;
	}
	.card_unit .cd.ani1{
		top: 0;
		right: 0;
		transform: rotate(-15deg);
	}
	.card_unit .cd.ani2{
		top: 40px;
		left: 0;
		transform: rotate(15deg);
	}
	.card_unit .cd.ani3{
		bottom: 0;
		right: 0px;
		transform: rotate(20deg);
	}

	#about_area .card_unit{
		top: -200px;
		left: auto;
		right: -10px;
	}
	#research_list .card_unit{
		top: -170px;
        right: auto;
        left: -10px;
	}
	#research_list .card_unit .cd.ani1{
		top: 25px;
	}
	#research_list .card_unit .cd.ani2{
		display: none;
	}
	#faculty_list .card_unit{
		display: none;
	}
}