@charset "utf-8"; 


/*
*WEB Fonts
*/

/* Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');




/*=============================== base ================================*/

html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	color:#4c4948;
	font-size: 1.6rem;
	position: relative;
	letter-spacing: .03em;
	line-height: 1.5;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	min-width: 320px;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: 500;
}
strong {
	font-style:normal;
	font-weight: 700;
}
em {
	font-style:normal;
	font-weight: 600;
}

fieldset {border:none}
.clear { clear: both ; }
.clearfix:after{
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;	
}
.clearfix{
	min-height:1px;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: 0 ;
}
a{
	color: #be9c5a;
	background: transparent;
	text-decoration: underline;
	outline-style: none;
}
a:hover {
	text-decoration: none;
}
a img {
	line-height:0;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
input[type="text"],
textarea {
	background-color:#DCDDDD;
	width:100%;
}

.txt_small {
	font-size: 0.8em;
}
.bld {
	font-weight: bold;
}
.bld_L {
	font-weight: bold;
	font-size: 120%;
}
.txt_r {
	text-align: right;
}
.important {
	color: #d93932;
}
.important.large {
	font-size: 150%;
}
.is-sp {
	display: none;
}


/* btn */

.btn {
	width: 194px;
	margin: 0 auto;
}
.btn a {
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 40px;
	background-color: #4C4948;
	border-radius: 20px;
	transition: background-color .5s ease;
}
.btn a:hover {
	background-color: #be9c5a;
}

/* 例外 */
.is-about-life-graduate .btn {
	width: 255px;
}


/*=============================== レイアウト ================================*/
.l-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	z-index: 1;
}
.is-home .l-wrap {
	opacity: 0;/**/
}
.l-container {
	width: 100%;
}
.l-section {
	position: relative;
	width: 100%;
	margin:0;
}
.section_ttl {
	font-size: 3rem;
	font-weight: 500;
}
.is-home .section_ttl {
	font-size:2.8rem;
	text-align: center;
	font-weight: 600;
}





/*=============================== 冒頭アニメ ================================*/
/*
.is-anime.on_anime {
	display: block;
}*/
.is-anime {
	/*display: none;*/
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
}
.anime_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.scene01,
.scene02 {
	width: 100%;
	height: 100%;
	background-position: center;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.scene01 {
	background-image: url("../images/anime_scene01.png");
	background-repeat: no-repeat;
	z-index: 2;
}
.scene02 {
	background-image: url("../images/anime_scene02.png");
	background-repeat: repeat-x;
}
.scene_inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.start_logo {
	display: none;
	width: 543px;
	height: 66px;
	margin-top: -40px;
}

@media screen and (max-width: 850px) {
	.scene01 {
		background-image: url("../images/anime_scene01_sp.png");
		background-size: 100% auto;
	}
	.scene02 {
		background-image: url("../images/anime_scene02_sp.png");
		background-size: 100% auto;
	}
	.start_logo {
		width: 80%;
		height: auto;
		min-width: 300px;
		margin-top: -35%;
	}
}







/*=============================== header ================================*/

.header {
	width: 100%;
	height: 140px;
	top:0;
	z-index:4;
	position: relative;
}
.header a {
	color: #4c4948;
	text-decoration: none;
}
.header_inner {
	width:850px;
	margin: 0 auto;
	position: relative;
	height:100%;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.logo_wrap {
	width: 530px;
}
.logo_wrap a {
	color: #000;
}
.logo_wrap_inner {
	display: flex;
}
.logo_wrap span {
	display: block;
}
.header .logo {
	width: 84px;
	height: 80px;
	margin-right: 17px;
}
.logo_org {
	padding-top: 10px;
	font-weight: bold;
}
.uni_name {
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.org_name {
	font-size: 2rem;
	letter-spacing: .01em;
	white-space: nowrap
}


.header_nav_group {
	font-size: 1.2rem;
	font-weight: bold;
	width: 267px;
}
.header_nav_group li {
	position: relative;
	margin-left: 12px;
}
.header_nav_group li::before {
	content: " ";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #4c4948;
	position: absolute;
	top: 50%;
	left: -8px;
	margin-top: -2px;
	border-radius: 100%;
}
.header_nav_group a:hover {
	color: #be9c5a;
	text-decoration: underline;
}

.lang_nav {
	margin-bottom: 8px;
	float: left;
	position: relative;
	top: -4px;
}
.lang_nav_body {
	display: flex;
}
.lang_nav_item:first-child {
	margin-left: 0;
}
.lang_nav_item:first-child::before {
	display: none;
}
.lang_nav_item a {
	letter-spacing: 0;
	white-space: nowrap;
}
.lang_nav_item .txt_jp {
	margin-right: .5em;
}

.header_nav {
	clear: both;
	margin-bottom: 10px;
}
.header_nav_body {
	display: flex;
}
nav .header_nav_body:first-child {
	margin-bottom: 5px;
}
.header_nav_item:first-child {
	margin-left: 0;
}
.header_nav_item:first-child::before {
	display: none;
}
.header_nav_item a {
	letter-spacing: .08em;
	white-space: nowrap;
}
.header_nav_item.home a::before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 12px;
	margin-right: 5px;
	background-image: url( "../images/icon_home_bk.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	position: relative;
	top: 1px;
}
.header_nav_item.home a:hover::before {
	background-image: url( "../images/icon_home.svg");
}


/*
* site_search_area
*/
.site_search_area {
	position: relative;
	border: solid 2px #000;
	height: 100%;
	border-radius: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
.site_search_btn {
	display: none;
}
.site_search_area * {
	height: 100%;
}
.cse .gsc-control-cse,
.gsc-control-cse {
	padding: 0!important;	
}
form.gsc-search-box {
	margin-bottom: 0!important;
}
table.gsc-search-box {
	margin-bottom: 0!important;
}
.gsc-input-box {
	border: 0!important;
	background-color: transparent!important;
}
.gsib_a {
	padding: 0!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0;
	background-image: none!important;
}
.gsc-input::placeholder {
	color: #fff;
}

.gsc-search-button-v2 {
	background-color: transparent;
	width: 30px!important;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent!important;
	border: 0!important;
	padding: 0 15px!important;
}
.gsc-search-button-v2 svg {
	fill:#000!important;
	position: relative;
	right: 8px;
}
.gsc-search-button-v2:hover {
	cursor: pointer;
}

/* × */
.gsst_a .gscb_a {
	color: #ccc!important;
	line-height: 22px!important;
}






/*=============================== main_nav ================================*/

#menuList,
.main_nav {
	position: relative;
	z-index: 3;	
}
.main_nav {
	margin-bottom: 65px;
}
.is-home .main_nav {
	margin-bottom: 40px;
}
.is-index .main_nav {
	margin-bottom: 47px;
}
.is-record .main_nav {
	margin-bottom: 70px;
}


/*
* グローバルナビ
*/
.global_nav {
	background-color:#ece5de;
	margin-bottom: 10px;
	position: relative;
}
.global_nav_body {
	width: 850px;
	margin: 0 auto;
	display: flex;
}
.global_nav_item {
	width: 212.5px;
	height: 40px;
}
.global_nav_item > span {
	font-size: 1.6rem;
	color: #4c4948;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 40px;
	cursor: pointer;
	transition: background-color .5s ease,color .5s ease;
}
.global_nav_item > span.active,
.global_nav_item > span:hover {
	background-color: #be9c5a;
	color: #fff;
}
.pulldown {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	background-color: #be9c5a;
	width: 100%;
	padding-bottom: 48px;
	z-index: 3;
}
.pulldown_inner {
	width: 850px;
	margin: 0 auto;
	display: flex;
	position: relative;
}
.pulldown_wrap {
	width: 263px;
	padding-top: 28px;
}
.col2 .pulldown_wrap {
	width: 50%;
}
.pulldown_wrap + .pulldown_wrap,
.pulldown_wrap + .pulldown_wrap + .pulldown_wrap {
	margin-left: 30.5px;
}
.pulldown_label {
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: .01em;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	/*margin-bottom: 10px;*/
	margin-top: -2px;
}
.pulldown_nav_body {
	margin-bottom: 40px;
}
.pulldown_nav_body:last-child {
	margin-bottom: 0;
}
/*.pulldown li {
	margin-bottom: 10px;
}*/
.pulldown a {
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0;
	line-height: 36px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	padding-left: 24px;
	display: block;
}
.pulldown a::before,
.pulldown a::after {
	content: " ";
	display: block;
	width: 22px;
	height: 12px;
	background-repeat: repeat;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 12px;
	/*transition: opacity .5s ease;*/
}
.pulldown a::before {
	background-image: url("../images/arrow_global_nav_wh.svg");
	z-index: 2;
}
.pulldown a::after {
	background-image: url("../images/arrow_global_nav_bk.svg");
	opacity: 0
}
.pulldown a:hover::before {opacity: 0;}
.pulldown a:hover::after {opacity: 1;}

.pulldown a:hover {
	color: #000;
	text-decoration: underline;
}
.pulldown_btn_close {
	width: 45px;
	height: 63px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-image: url( "../images/pulldown_btn_close.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	display: none;
}




/*
* サイトナビ
*/
.site_nav {
	width: 850px;
	margin: 0 auto;
}
.site_nav_body {
	display: flex;
}
.site_nav_item {
	width: 205px;
	margin-left: 10px;
}
.site_nav_item.home {
	font-family: 'Noto Sans', sans-serif;
}
.site_nav_item a {
	font-size: 1.6rem;
	color: #4c4948;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	display: block;
	border-radius: 20px;
	background-color: #ece5de;
	transition: background-color .5s ease,color .5s ease;
}
.site_nav_item:first-child {
	margin-left: 0;
}
.site_nav_item.act a,
.site_nav_item a:hover {
	background-color: #be9c5a;
	color: #fff;
}








/*=============================== WordPress ===============================*/

.container {
	background-color: #ece5de;
}
.is-voice .container {
	background-color: #fff;
}
.is-laboratory .container {
	background-image: url( "../images/deco_laboratory_bg.svg");
	background-repeat: no-repeat;
	background-position: center bottom 15px;
}

.container_inner {
	width: 850px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.container #main {
	width: 640px;
}
.container .contents {
	width: auto;
}
.container .page_ttl {
	letter-spacing: .2em;
	width: auto;
	height: 107px;
	background: none;
	border-bottom: solid 2px #4c4948;
	margin-bottom: 11px;
}
.media {
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: solid 1px #4c4948;
}


/*
* WordPress／アーカイブ
*/

.post_list {
	padding-top: 17px;
}
.is-home .post_list,
.is-voice .post_list,
.is-laboratory .post_list{
	padding-top: 0;
}
.l-main .media {
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
.media_thumb {
	width: 250px;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.is-information .media_thumb img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.is-event .media_thumb {
	width: 160px;
	height: auto;
}
.l-main .media_body {
	width: 362px;
}
.is-event .l-main .media_body {
	width: 460px;
}
.l-main time {
	display: block;
	font-size: 1.2rem;
}
.l-main .date {
	margin-bottom: 5px;
}
.is-event .l-main .date {
	font-size: 2.4rem;
	letter-spacing: 0;
}
.l-main .media_ttl {
	font-size: 1.6rem;
	font-weight: bold;
}
.madia_link::after {
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 22px;
	height: 12px;
	background-image: url( "../images/arrow_link_brn.svg");
	margin-left: 5px;
}
.media_thumb.none_img {
	background-color: #ccc;
	height: 226px;
}



/* アーカイブ／archive_sub_ttl */
.category_ttl {
	text-align: center;
	letter-spacing: .1em;
	padding-top: 20px;
	padding-bottom: 31px;
	border-bottom: solid 1px #4c4948;
	margin-bottom: 17px;
}
.category_ttl:first-child {
	padding-top: 31px;
	border-top: solid 1px #4c4948;
}


/* アーカイブ／voice */

.media_ttl .num {
	font-size: 1.4rem;
	line-height: 1.4;
	display: block;
}
.media_ttl .name {
	font-size: 2rem;
}
.media_ttl .furigana {
	font-size: 1.4rem;
	line-height: 1.4;
}
.madia_voice_caption {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
}



/* side */
.side {
	width: 160px;
}
.side a {
	color: #4c4948;
	text-decoration: none;
}
.side a:hover {
	color: #be9c5a;
	text-decoration: underline;
}
.side aside {
	border-bottom: solid 2px #4c4948;
	margin-bottom: 50px;
}
.side_ttl {
    font-size: 2rem;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 14px;
	border-bottom: solid 2px #4c4948;
	line-height: 37px;
}
.new_list .side_ttl {
	height: 107px;
	padding-top: 61px;
}
.is-voice .new_list .side_ttl,
.is-laboratory .new_list .side_ttl {
	padding-top: 0;
	height: auto;
}

/* side/最新記事 */
.side .media_ttl {
	font-size: 1.4rem;
}
.side .media {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.side .media:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.side .date {
	font-size: 1.6rem;
}

/* side/月別アーカイブ */
.archive_list li {
	font-size: 1.4rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #4c4948;
}
.archive_list li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.archive_list li a {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* side/年別アーカイブ折り畳み式 */
.year_ttl {
	font-weight: bold;
	position: relative;
	padding: 10px 0 10px 5px;
	cursor: pointer;
}
.year_ttl::before,
.year_ttl::after {
	content: " ";
	display: block;
	position: absolute;
	width: 8px;
	height: 2px;
	background-color: #4c4948;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform .5s;
}
.year_ttl::after {
	transform: translateY(-50%) rotate(90deg);
}
.active .year_ttl::after {
	transform: translateY(-50%) rotate(0);
}
.year_group {
	border-bottom: solid 1px #4c4948;
}
.year_group:last-child {
	border-bottom: 0;
}
.year_group ul {
	display: none;
	padding: 8px 0;
	border-top: solid 1px #4c4948;
}
.year_group li {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.year_group li a {
	font-size: 1.3rem;
	padding-left: 1em;
	padding-top: 5px;
	margin-bottom: 0;
	display: block;
}


/* side/カテゴリー */

.side aside.category_list {
	border-bottom: 0;
}
.category_list .side_ttl {
	border-bottom: 0;
	padding-bottom: 0;
}
.category_list li {
	margin-bottom: 10px;
}


/* side/研究室へようこそ */

.side_btn_archive {
	margin-bottom: 30px;
}
.side_btn_archive a {
	display: block;
	color: #fff;
	background-color: #4c4948;
	text-align: center;
	padding: 5px 0;
}
.side_btn_archive a:hover {
	color: #fff;
}
.side_labo_name {
	margin-top: 1em;
}







/*
* WordPress／cate
*/

.post_list .cate_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 250px;
}
.is-home .post_list .cate_list {
	width: auto;
	margin-bottom: 15px;
}
.is-home .post_list.event .cate_list {
	justify-content: flex-start;
}
.post_list .cate {
	width: 122px;
	height: 20px;
	margin-bottom: 5px;
}
.is-home .post_list .cate {
	width: calc(50% - 2.5px);
}
.is-home .post_list.event .cate {
	width: 122px;
	margin-left: 3px;
}
.is-home .post_list.event .cate:first-child {
	margin-left: 0;
}
@media screen and (min-width: 851px) {
	.is-home .post_list.event .cate:nth-child(3n+1) {
		margin-left: 0;
	}

}

.post_list .cate:nth-child(2n+1) {
	margin-left: 0;
}
.cate,
.cate a {
	color: #fff;
	font-size: 1.1rem;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
.cate {
	background-color: #999;
}
.cate a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.cate a:hover {
	color: #fff;
	text-decoration: underline;
}
.cate.general { background-color: #db5443; }
.cate.researcher { background-color: #e0803a; }
.cate.applicant { background-color: #74a455; }

.cate.info-research { background-color: #DB5443; }
.cate.info-award { background-color: #E0803A; }
.cate.info-media { background-color: #74A455; }
.cate.info-activity { background-color: #38A1DB; }
.cate.info-international { background-color: #796BAF; }

.cate.all { background-color: #4c4948; }


/*=============================== footer ===============================*/

.footer {
	background-color:#fff;
	width: 100%;
}
.footer_inner {
	width: 850px;
	height: 210px;
	margin: 0 auto;
	position:relative;
	padding-top: 40px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

/* footer_nav */

.footer_nav_group {
	width: 390px;
	margin-top: -6px;
}
.footer_nav_body {
	display: flex;
}
.footer_nav_body:first-child {
	margin-bottom: 9px;
}
.footer_nav_item {
	position: relative;
	margin-left: 16px;
	white-space: nowrap;
}
.footer_nav_item::before {
	content: " ";
	display: block;
	width: 1px;
	height: 13px;
	background-color: #4c4948;
	position: absolute;
	top: 50%;
	left: -8px;
	margin-top: -6.5px;
}
.footer_nav_item:first-child {
	margin-left: 0;
}
.footer_nav_item:first-child::before {
	display: none;
}
.footer_nav_item a {
	color: #4c4948;
	font-size: 1.4rem;
	text-decoration: none;
}
.footer_nav_item a:hover {
	text-decoration: underline;
}

.sns_nav {
	margin-left: -4px;
	margin-bottom: 26px;
}
.sns_nav_body {
	display: flex;
}
.sns_nav_item {
	margin-right: 20px;
}
.sns_nav_item img {
	width: auto;
	height: 43px;
}




/* vcard */

.vcard {
	width: 460px;
	display: flex;
}
.footer_logo {
	width: 84px;
	margin-right: 16px;
}
.adr_group {
	width: calc(100 - 100px);
	margin-top: -3px;
}
.vcard .org {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.vcard .org span {
	display: block;
}
.vcard .uni_name {
	font-size: 1.6rem;
	margin-bottom: 2px;
}
.vcard .org_name {
	font-size: 1.6rem;
}
.vcard .adr {
	font-size: 1.4rem;
}







/*
* footer／コピーライト
*/
.footer_copyright {
	background-color: #be9c5a;
	text-align: center;
	padding: 14px 0;
}
.footer_copyright small {
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
}






/*=============================== pagetop ===============================*/

.onheader .page_nav_group {
	opacity: 1;
}
.page_nav_group {
	opacity: 0;
	position: fixed;
	right: 10px;
	bottom: 14px;
	transition: opacity .5s ease;
	z-index: 10;
}
.page_nav {
	width: 60px;
	height: 60px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.25));
}
.page_nav.btn_home {
	margin-bottom: 14px;
}
.page_nav a {
	display: block;
	transition: opacity .5s ease;
}
.page_nav a:hover {
	opacity: .6;
}
.page_nav img {
	width: 100%;
	height: 100%;
}


/*=============================== icon ===============================*/

.blank_icon::after,
.contents p a[target="_blank"]::after,
.contents td a[target="_blank"]::after,
.contents .is-items li a[target="_blank"]::after,
.entry_body li a[target="_blank"]::after {
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 18px;
	height: 13px;
	margin-left: 5px;
	position: relative;
}
.blank_icon::after {
	background-image: url( "../images/icon_blank.svg");
	background-size: auto 100%;
}

/* 文中 */
.contents p a[target="_blank"]::after,
.contents td a[target="_blank"]::after,
.contents .is-items li a[target="_blank"]::after,
.entry_body li a[target="_blank"]::after {
	background-image: url( "../images/icon_blank_brn.svg");
	margin-right: 2px;
}

/* btn内 */
.btn .blank_icon::after {
	background-image: url( "../images/icon_blank_wh.svg");
	margin-right: 0;
}

/* アコーディオンのタイトル内 */
.acco_ttl .blank_icon::after {
	background-image: url( "../images/icon_blank_wh.svg");
	margin-right: 0;
}

/* フッター内 */
.footer .blank_icon::after {
	width: 15px;
	height: 10px;
}




/*=============================== deco ================================*/

.deco_group {
	position: relative;
}
.deco {
	position: absolute;
	z-index: 2;
}

/*
* HOME
*/
/* ナビゲーション下 */
.deco_group.home01 {
	width: 850px;
	margin: 0 auto;
}
.deco_group.home01 .deco {
	top: -26px;
	right: 98px;
	width: 239px;
	height: 70px;
}

/* topics付近 */
.deco_group.home02 {
	width: 900px;
	margin: 0 auto;
}
.deco_group.home02 .deco01 {
	top: -39px;
	left: -97px;
	width: 450px;
	height: 182px;
}
.deco_group.home02 .deco02 {
	top: 0;
	right: -125px;
	width: 465px;
	height: 155px;
}

/* 入試情報付近 */
.deco.exam01 {
	top: -84px;
	left: -103px;
	width: 354px;
	height: 124px;
}
.deco.exam02 {
	top: -80px;
	right: -115px;
	width: 373px;
	height: 113px;
}
.deco.exam03 {
	bottom: 23px;
	left: -62px;
	width: 335px;
	height: 101px;
}
.deco.exam04 {
	bottom: 13px;
	right: -15px;
	width: 289px;
	height: 122px;
}

/* 教育・研究付近 */
.deco.education01 {
	bottom: 26px;
	left: -112px;
	width: 360px;
	height: 124px;
}
.deco.education02 {
	bottom: 15px;
	right: -75px;
	width: 334px;
	height: 99px;
}

/* イベント付近 */
.deco.event01 {
	bottom: 26px;
	left: -50px;
	width: 344px;
	height: 110px;
}
.deco.event02 {
	bottom: 38px;
	right: -83px;
	width: 334px;
	height: 99px;
}



/*
* 下層
*/
/* 生命環境系 */

.deco.faculty01 {
	top: -46px;
	left: -105px;
	width: 116px;
	height: 119px;
}
.deco.faculty02 {
	top: -62px;
	right: -85px;
	width: 82px;
	height: 100px;
}
.deco.faculty03 {
	top: -31px;
	left: -66px;
	width: 74px;
	height: 89px;
}
.deco.faculty04 {
	top: -9px;
	right: -100px;
	width: 129px;
	height: 81px;
}
.deco.faculty05 {
	bottom: 31px;
	right: 55px;
	width: 122px;
	height: 74px;
}


/* 生命地球科学研究群 */

.deco.graduate01 {
	top: -23px;
	left: -92px;
	width: 94px;
	height: 87px;
}
.deco.graduate02 {
	top: -27px;
	right: -91px;
	width: 120px;
	height: 38px;
}
.deco.graduate03 {
	top: 0;
	left: -36px;
	width: 105px;
	height: 96px;
}
.deco.graduate04 {
	top: 0;
	right: -10px;
	width: 180px;
	height: 63px;
}
.deco.graduate05 {
	bottom: 21px;
	right: 42px;
	width: 101px;
	height: 76px;
}



/* 生命環境学群 */

.deco.colleges01 {
	top: -35px;
	left: -98px;
	width: 99px;
	height: 88px;
}
.deco.colleges02 {
	top: -30px;
	right: -113px;
	width: 119px;
	height: 101px;
}
.deco.colleges03 {
	top: 0;
	left: -74px;
	width: 186px;
	height: 70px;
}
.deco.colleges04 {
	top: -25px;
	right: -77px;
	width: 121px;
	height: 97px;
}
.deco.colleges05 {
	bottom: 31px;
	right: 95px;
	width: 133px;
	height: 60px;
}



/* 関連センター・関連拠点 */

.is-center .deco {
	position: static;
	text-align: center;
	padding-top: 20px;
}
.is-center .deco img {
	width: auto;
	margin-bottom: -10px;
}
/*
.deco.center01 {
	right: 154px;
	bottom: 13px;
}
.deco.center02 {
	left: 11px;
	bottom: 18px;
}
.deco.center03 {
	right: 178px;
	bottom: 15px;
}
.deco.center04 {
	left: 265px;
	bottom: 9px;
}
.deco.center05 {
	right: 175px;
	bottom: 15px;
}
.deco.center06 {
	left: 37px;
	bottom: 16px;
}
.deco.center07 {
	right: 142px;
	bottom: 19px;
}
.deco.center08 {
	left: 56px;
	bottom: 15px;
}
.deco.center09 {
	right: 158px;
	bottom: 11px;
}
.deco.center10 {
	left: 175px;
	bottom: 13px;
}
.deco.center11 {
	right: 184px;
	bottom: 14px;
}
.deco.center12 {
	left: 56px;
	bottom: 16px;
}
.deco.center13 {
	right: 82px;
	bottom: 17px;
}
.deco.center14 {
	left: 109px;
	bottom: 14px;
}
*/




