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

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
	font-weight: 500;
    line-height: 210%;
    font-family: "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica", Arial, "メイリオ", Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
/*     background: rgb(2,9,39);*/
background: linear-gradient(0deg, rgba(2,9,39,1) 0%, rgba(9,0,33,1) 100%); 
    background-size: cover;
    color: #FFF;
	text-align: left;
}

wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

a {
    color: #FF2B84;
    text-decoration: underline;
}

.pc-no {
    display: none;
}

.sp-no {
    display: inline;
}

.fade {
	opacity: 1.0;
	transition: all 0.3s;
}

.fade:hover {
    opacity: 0.5;
}

.header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
}

.header a {
    text-decoration: none;
}

.header .hdr-wrap {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hdr-logo {
    width: 25%;
    max-width: 500px;
    transition: all 0.3s;
}

.header .hdr-logo:hover {
    opacity: 0.5;
}

.header .hdr-r {
    width: 70%;
}

.hdr-r a {
    color: #FFF;
}

.hdr-r nav  {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hdr-r nav a {
    transition: all 0.3s;
}

.hdr-r nav a:hover {
    opacity: 0.5;
}

.hdr-r ul.nav-list {
    width: 75%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.hdr-r .nav-icons {
    width: 15%;
    display: flex;
    justify-content: space-between;
}

.hdr-r .nav-icons .sns {
    width: 15%;
}

.hdr-r .nav-icons .lang {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

/***MAIN***/

.main {
    width: 100%;
    min-height: 1000px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/common/stars_bk.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
}

.page-header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
    background-image: url("../img/common/pagehd_bk-profile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.page-header .ph-wrap {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    color: #FFF;
}

h2.page-title-en {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 120%;
    font-weight: 500;
}

h1.page-title {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 210%;
    line-height: 110%;
    font-weight: bold;
    
}

.pankuzu {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
}

.pankuzu a {
    color: #FFF;
}

.sec-wrap {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.sec-about .sec-wrap {
    padding: 100px 0 0;
}

.page-contents {
    width: 95%;
    max-width: 1400px;
    min-height: 1000px;
    margin: 100px auto;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    color: #000;
    border-radius: 10px;
} 

.page-contents .page-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

/***LEFT CONTENT***/

.page-contents .page-wrap .content-left {
    width: 20%;
}

.content-left .cl-title {
    width: 90%;
    margin: 0 auto 10px;
    padding: 10px 5%;
    position: relative;
    overflow: hidden;
    background-color: #120046;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
}

.content-left ul.cl-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

.content-left ul.cl-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.content-left ul.cl-list li a {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #130046;
    text-decoration: none;
}

.content-left ul.cl-list li a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url("../img/common/leftmenu-arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/***RIGHT CONTENT***/

.page-contents .page-wrap .content-right {
    width: 75%;
}

.page-contents h2 {
    width: 100%;
    margin: 0 0 60px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    font-weight: bold;
    color: #120046;
    border-bottom: solid 10px #120046;
}

.page-contents h3 {
    width: 90%;
    margin: 0 auto 30px;
    padding: 10px 2.5%;
    position: relative;
    overflow: hidden;
    font-size: 160%;
    font-weight: bold;
    color: #120046;
    background-color: #E0E0E0;
}

.page-contents h4 {
    width: 95%;
    margin: 0 auto 30px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: bold;
    color: #120046;
    border-bottom: solid 3px #120046;
}

.page-contents h5 {
    width: 94%;
    margin: 0 auto 30px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: bold;
    color: #120046;
    border-left: solid 15px #120046;
}

.page-contents h6 {
    width: 94%;
    margin: 0 auto 30px;
    padding: 0 0 5px;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
    color: #120046;
    border-bottom: solid 2px #120046;
}

.page-contents h7 {
    width: 94%;
    margin: 0 auto 30px;
    padding: 0 0 5px;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
    color: #120046;
}

.page-contents p {
    width: 95%;
    margin: 30px auto;
}


.page-contents table {
    width: 95%;
    margin: 30px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #CECECE;
    border-spacing: 1px;
    color: #000000;
    font-size: 90%;
    line-height: 160%;
    border-collapse: unset !important;
}

.page-contents table th,table td {
    padding: 10px;
    color: #000000;
    height: unset !important;
}

.page-contents table th {
    background-color: #120046;
    font-size: 110%;
    font-weight: bold;
    color: #FFF;
    padding: 20px 10px !important;
}

.page-contents table td {
    background-color: #FFF;
    color: #000;
}

.page-contents ul,.page-contents ol, .page-contents dl {
    width: 98%;
    margin: 30px 0 60px 2%;
    padding: 0;
}

.page-contents ul > li {
    margin: 0 0 20px;
}

.page-contents ul > li:last-child {
    margin: 0;
}

.page-contents dl > dt {
    font-weight: bold;
    font-size: 110%;
    margin: 0 0 10px;
}

.page-contents dl > dd {
    margin: 0 0 30px;
}

.page-publications .content-right ul {
    width: 95%;
    margin: 30px 0 30px 5%;
    counter-reset: ul-numbercounter;
    list-style: none !important;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.page-publications .content-right ul > li {
    width: 100%;
    counter-increment: ul-numbercounter;
}

.page-publications .content-right ul > li:before {
    content: counter(ul-numbercounter) '. ';
    display: inline-block;
	width: 1.5em;
	margin: 0 0.5em 0 -2em;
    font-size: 1.0em;
    font-weight: bold;
}



/***NEWS***/

ul.news-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

.page-contents ul.news-list {
    min-height: 500px;
}

ul.news-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #FFF;
    transition: all 0.3s;
}

ul.news-list li:hover {
    opacity: 0.5;
}

ul.news-list li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #FFF;
    text-decoration: none;
}

.nl-date {
    width: 5%;
    font-size: 100%;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}

.nl-cat {
    width: 15%;
    background-color: #35008B;
    text-align: center;
    padding: 8px 0;
    font-size: 80%;
    line-height: 110%;
}

.page-contents .nl-info {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page-contents .nl-info .nl-date {
    width: 10%;
}

.page-contents .nl-info .nl-cat {
    width: 10%;
    background-color: #35008B;
    text-align: center;
    padding: 8px 0;
    font-size: 80%;
    line-height: 110%;
    color: #FFF;
}

.page-contents .news-contents {
    min-height: 500px;
}

.pagination-area {
	width: 80%;
	max-width: 300px;
	margin: 60px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.pagination-area .pagination {
	width: 14%;
	height: 40px;
	margin: 0;
	text-align: center;
	color: #102670;
	border: solid 1px #120046;
	font-size: 100%;
	line-height: 240%;
}

.pagination-area .pagination:first-child {
	margin: unset;
}

.pagination-area .pagination a {
	width: 100%;
	height: 100%;
	display: block;
	color: #120046;
    text-decoration: none;
}

.pagination-area .page-numbers {
    height: 100%;
}

.pagination-area .current {
    width: 100%;
    display: block;
	background-color: #120046;
	color: #FFF;
}

.cat-new {
    background-color: #35008B !important;
}

.cat-outreach {
    background-color: #01768B !important;
}

.cat-publications {
    background-color: #8A6601 !important;
}

.cat-research {
    background-color: #8B0100 !important;
}

ul.news-list li .nl-title {
    width: 70%;
}

.page-contents ul.news-list li {
    border-bottom: solid 1px #C4C4C4;
}

.page-contents ul.news-list li a {
    color: #000;
}

.page-contents ul.news-list li .nl-cat {
    color: #FFF;
}

.news-back {
    width: 50%;
    max-width: 300px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #120046;
    border-radius: 50px;
    transition: all 0.3s;
}

.news-back:hover {
    background-color: #35008B;
}

.news-back a {
    width: 80%;
    margin: 0 auto;
    padding: 20px 10%;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.news-back:hover a {
    width: 70%;
    padding: 20px 15%;
}

.news-back a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../img/common/arr-r-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
}


/***FOOTER***/

.pagetop {
    width: 8%;
    max-width: 100px;
    position: fixed;
    right: 1%;
    bottom: 22%;
    z-index: 10;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    
    transition: all 0.3s;
}

.pagetop:hover {
    opacity: 0.5;
}

.sticky {
	position: fixed;
    bottom: 10px;
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #090021;
}

.footer .ftr-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.footer .ftr-logo {
    width: 50%;
    max-width: 300px;
    margin: 0 auto 10px;
}

.footer .contact-btn {
    width: 50%;
    max-width: 300px;
    margin: 0 auto 10px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 40px;
    color: #120046;
    font-size: 110%;
    line-height: 110%;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.footer .contact-btn:before {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    display: inline-block;
    background-image: url("../img/common/ftr_contact-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.footer .contact-msg {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
}

.footer .copyright {
    font-size: 80%;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;

}
