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

@media screen and (min-width: 0px) and (max-width: 768px) {

.sp-no {
	display: none;
}

.pc-no {
	display: inline;
}

.header {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #090021;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,55,90,0.3);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,55,90,0.3);
box-shadow: 0px 2px 5px 0px rgba(0,55,90,0.3);
}

.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: 40%;
    max-width: 200px;
    margin: 0 20px 0 0;
    transition: all 0.3s;
}

.header .hdr-r {
    width: 100% !important;
	height: 100vh;
	display: block;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 100;
    border-radius: 0;
	background-color: rgb(9 0 33 / 90%);
	transform: translateY(-140%);
	transform: translateX(100);
/*transform: translateX(0);*/
	transition: all 0.3s;
    
    backdrop-filter: blur(5px); 
}

.hdr-r nav  {
    width: 100%;
    margin: 20px 0 0;
    display:block;

}

.hdr-r ul.nav-list {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: block;
}

.hdr-r ul.nav-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 0.5px #312058;
}

.hdr-r ul.nav-list a {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.hdr-r .nav-icons {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

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

.hdr-r .nav-icons .lang {
    width: 40%;
    display: flex;
    justify-content: space-between;
    font-size: 120%;
}

/***MAIN***/

.main {
    width: 100%;
    margin: 60px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/common/stars_bk.jpg");
    background-size: contain;
    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: 10px 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: 100%;
    font-weight: 500;
}

h1.page-title {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 160%;
    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: 60px 0;
    position: relative;
    overflow: hidden;
}

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

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

.page-contents .page-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

/***LEFT CONTENT***/

.page-contents .page-wrap .content-left {
    width: 100%;
    margin: 0 0 60px;
}

.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: 100%;
}

.page-contents h2 {
    width: 100%;
    margin: 0 0 60px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    font-size: 160%;
    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: 120%;
    line-height: 140%;
    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%;
}

.page-contents table th,table td {
    padding: 20px 15px;
    color: #000000;
}

.page-contents table th {
    background-color: #120046;
    font-size: 110%;
    font-weight: bold;
    color: #FFF;
}

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

.page-contents ul,.page-contents ol, .page-contents dl {
    width: 90%;
    margin: 30px auto;
    padding: 0;
    overflow: visible;
    font-size: 90%;
    line-height: 160%;
}

.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: 90% !important;
    margin: 30px 0 30px 10%;
    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:last-child {
    margin: 0 0 20px;
}

.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;
}

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

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

.nl-date {
    width: 25%;
    margin: 0 0 10px;
    font-size: 100%;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    color: #9d83e2;
}

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

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

.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: 25%;
}

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

.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;
}

.news-back {
    width: 80%;
    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: 15%;
    max-width: 100px;
    position: fixed;
    right: 1%;
    bottom: 5%;
    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: 80%;
    max-width: 300px;
    margin: 0 auto 10px;
}

.footer .contact-btn {
    width: 70%;
    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: 100%;
    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: 50%;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;

}


}