<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	background-color: #002130;
}
#main .mainImg .image {
	margin: 0 auto;
	padding-bottom: 78px;
	max-width: 1150px;
	height: 808px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/index/main_bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
#main .aboutBox {
	margin: -170px auto 0;
	padding: 97px 125px 83px;
	max-width: 1400px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
#main .aboutBox .imgBox {
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
#main .aboutBox .imgBox .photo {
	width: 329px;
}
#main .aboutBox .imgBox .photo img {
	width: 100%;
}
#main .aboutBox .imgBox .textBox {
	margin: 42px 0 0 103px;
	flex: 1;
}
#main .aboutBox .imgBox h2 {
	font-size: 3rem;
	line-height: 1.66;
	font-weight: 500;
	letter-spacing: 1px;
}
#main .aboutBox .imgBox h2 span {
	margin-bottom: 14px;
	color: #777777;
	display: block;
	font-size: 1.473rem;
}
#main .aboutBox .boldTxt {
	margin-bottom: -1px;
	text-align: center;
	color: #0679a4;
	font-size: 2rem;
	font-weight: 500;
}
#main .aboutBox .headline01 .en {
	color: #0679a4;
}
#main .aboutBox  .centerTxt {
	margin-bottom: 59px;
	font-size: 1.4rem;
}
#main .aboutBox .listUl {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#main .aboutBox .listUl::before {
	margin-left: -7px;
	width: 13px;
	height: 13px;
	position: absolute;
	bottom: 232px;
	left: 50%;
	border-radius: 50%;
	background-color: #0679A4;
	content: "";
}
#main .aboutBox .listUl::after {
	margin-left: -1px;
	width: 1px;
	height: 290px;
	position: absolute;
	bottom: -54px;
	left: 50%;
	background-color: #0679A4;
	content: "";
}
#main .aboutBox .listUl &gt; li {
	width: 500px;
}
#main .aboutBox .listUl .image {
	margin-bottom: 21px;
	position: relative;
}
#main .aboutBox .listUl .image img {
	width: 100%;
}
#main .aboutBox .listUl .image .headline01 {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
#main .aboutBox .listUl .headline01 {
	font-size: 2.4rem;
	color: #fff;
}
#main .aboutBox .listUl .headline01 .en {
	margin-bottom: 6px;
	color: #fff;
	font-size: 4rem;
}
#main .aboutBox .listUl li:last-child .headline01 {
	color: #111;
}
#main .aboutBox .listUl li:last-child .headline01 .en {
	color: #111;
}
#main .aboutBox .textUl {
	margin-left: -5px;
}
#main .aboutBox .textUl li {
	margin-bottom: 1px;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.6px;
}
#main .aboutBox .textUl li:last-child {
	margin-bottom: 0;
}
#main .pageBox {
	padding: 61px 0 67px;
	background: url(../img/index/page_bg.png) no-repeat center center;
	background-size: cover;
}
#main .pageBox .pageUl {
	display: flex;
	justify-content: space-between;
}
#main .pageBox .pageUl li {
	padding-right: 67px;
	width: 575px;
	box-sizing: border-box;
}
#main .pageBox .pageUl .title {
	margin-bottom: 102px;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	display: flex;
	line-height: 1;
}
#main .pageBox .pageUl .title .en {
	margin-bottom: 6px;
	font-size: 4.4rem;
	display: block;
}
#main .pageBox .pageUl .title .icon {
	width: 58px;
}
#main .pageBox .pageUl .title .txt {
	margin: 5px 0 0 10px;
	flex: 1;
}
#main .publications {
	background-color: #111111;
}
#main .publications .comBox {
	padding: 176px 48px 198px 88px;
	background: url(../img/index/publications_bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
}
#main .publications .leftBox {
	margin-top: 97px;
	width: 398px;
}
#main .publications .listUl {
	color: #fff;
	flex: 1;
	font-size: 1.3rem;
}
#main .publications .listUl li {
	margin-bottom: 29px;
	padding: 13px 20px 20px 56px;
	background-color: rgba(17,17,17,0.65);
	position: relative;
}
#main .publications .listUl li a{
    color: #fff;
}
#main .publications .listUl li:last-child {
	margin-bottom: 0;
}
#main .publications .listUl li::before {
	width: 2px;
	height: 44px;
	position: absolute;
	top: -12px;
	left: 32px;
	background-color: #0679A4;
	content: "";
}
#main .publications .headline01 {
	margin-bottom: 124px;
	color: #fff;
	text-align: left;
}
#main .publications .headline01 .en {
	margin-bottom: 4px;
}
#main .publications .title {
	margin: 0 0 8px -3px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}
#main .publications p {
	line-height: 1.61;
	word-break: break-all;
}
#main .publications .link {
	margin-left: 5px;
}
#main .publications .link a {
	color: #fff;
	font-weight: 500;
	display: inline-block;
	text-decoration: underline;
}
#main .bannerBox {
	padding: 93px 0 104px;
	background-color: #f0f9fe;
}
#main .bannerBox .bannerUl {
	display: flex;
	justify-content: center;
}
#main .bannerBox .bannerUl li {
	margin: 0 14px;
}
#main .contactBox {
	padding: 76px 0 51px;
	color: #fff;
	background: url(../img/index/contact_bg.png) no-repeat center center;
	background-size: cover;
}
#main .contactBox .headline01 .en {
	margin-bottom: 3px;
}
#main .contactBox .centerTxt {
	margin-bottom: 30px;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 1px;
}
#main .contactBox .headline01 {
	margin-bottom: 24px;
}
#main .contactBox .btn {
	margin-top: -2px;
}
#main .contactBox .btn a {
	padding: 6px 15px 8px;
	width: 290px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: block;
	background-color: #037aaf;
	box-sizing: border-box;
	letter-spacing: 1.5px;
}
#main .contactBox .telTxt {
	margin: 0 35px;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
}
#main .contactBox .telTxt a {
	color: #fff;
	font-size: 3.4rem;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	letter-spacing: 4px;
	position: relative;
}
#main .contactBox .telTxt a::before {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	left: -33px;
	background: url(../img/common/icon03.png) no-repeat left top;
	content: "";
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#main .aboutBox {
		padding: 97px 90px 83px;
		max-width: 1260px;
	}
	#main .aboutBox .imgBox .textBox {
		margin: 42px 0 0 50px;
	}
}
@media all and (min-width: 897px) {
	#main .publications .link a:hover {
		text-decoration: none;
	}
	#main .bannerBox .bannerUl a:hover {
		opacity: 0.7;
	}
	#main .contactBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .mainImg {
		padding: 0;
	}
	#main .mainImg .image {
		padding: 20px 16px;
		height: 200px;
	}
	#main .mainImg h2 img {
		width: 96%;
		max-width: 300px;
	}
	#main .aboutBox {
		margin: 0;
		padding: 20px 15px 40px;
	}
	#main .aboutBox .imgBox {
		display: block;
	}
	#main .aboutBox .imgBox .photo {
		margin-bottom: 20px;
		width: auto;
	}
	#main .aboutBox .imgBox .textBox {
		margin: 0;
	}
	#main .aboutBox .imgBox h2 {
		font-size: 2.2rem;
		letter-spacing: 1px;
		line-height: 1.3;
	}
	#main .aboutBox .imgBox h2 span {
		margin-bottom: 5px;
		font-size: 1.15rem;
	}
	#main .aboutBox .boldTxt {
		margin-bottom: 3px;
		font-size: 1.7rem;
	}
	#main .aboutBox .centerTxt {
		font-size: 1.2rem;
	}
	#main .aboutBox .listUl {
		display: block;
	}
	#main .aboutBox .listUl &gt; li {
		margin-bottom: 30px;
		width: auto;
	}
	#main .aboutBox .listUl &gt; li:last-child {
		margin-bottom: 0;
	}
	#main .aboutBox .listUl .headline01 .en {
		font-size: 2.6rem;
	}
	#main .aboutBox .listUl .headline01 {
		font-size: 1.7rem;
	}
	#main .aboutBox .listUl .image {
		margin-bottom: 11px;
	}
	#main .aboutBox .listUl::after,
	#main .aboutBox .listUl::before {
		display: none;
	}
	#main .pageBox {
		padding: 40px 15px;
	}
	#main .pageBox .pageUl {
		margin: 0 auto;
		max-width: 400px;
		display: block;
	}
	#main .pageBox .pageUl li {
		margin-bottom: 50px;
		padding-right: 15px;
		width: auto;
	}
	#main .pageBox .pageUl li:last-child {
		margin-bottom: 0;
	}
	#main .pageBox .pageUl .title .icon {
		width: 40px;
	}
	#main .pageBox .pageUl .title {
		margin: 0 auto 50px;
		font-size: 1.4rem;
		max-width: 230px;
		box-sizing: border-box;
		padding-left: 31px;
	}
	#main .pageBox .pageUl .title .en {
		font-size: 3.5rem;
	}
	#main .publications {
		padding: 0;
	}
	#main .publications .comBox {
		padding: 40px 15px;
		display: block;
	}
	#main .publications .leftBox {
		margin: 0 0 30px;
		width: auto;
	}
	#main .publications .headline01 {
		margin-bottom: 40px;
	}
	#main .publications .listUl li {
		padding: 13px 10px 20px 33px;
	}
	#main .publications .listUl li::before {
		left: 18px;
	}
	#main .publications p {
		line-height: 1.4;
	}
	#main .publications .title {
		font-size: 1.6rem;
	}
	#main .publications .listUl {
		font-size: 1.1rem;
	}
	#main .bannerBox {
		padding: 30px 15px;
	}
	#main .bannerBox .bannerUl li {
		margin: 0 0 20px;
	}
	#main .bannerBox .bannerUl li:last-child {
		margin-bottom: 0;
	}
	#main .bannerBox .bannerUl {
		margin: 0 auto;
		max-width: 365px;
		display: block;
	}
	#main .bannerBox .bannerUl img {
		width: 100%;
	}
	#main .contactBox {
		padding: 40px 15px;
	}
	#main .contactBox .centerTxt {
		letter-spacing: 0;
	}
	#main .contactBox .flex {
		display: block;
	}
	#main .contactBox .telTxt {
		margin: 0 0 20px;
		letter-spacing: 0;
	}
	#main .contactBox .telTxt a {
		font-size: 3rem;
		letter-spacing: 1px;
	}
	#main .contactBox .telTxt a::before {
		top: 3px;
	}
	#main .contactBox .btn a {
		margin: 0 auto;
		width: auto;
		max-width: 300px;
	}
	#main .contactBox .btn {
		margin-top: 0;
	}
	#main .publications .link {
		text-align: right;
	}
}

#gHeader{
	z-index: 100;
	position: relative;
}

/*=========================================
subpage
=========================================*/

/*mv*/
.submainbox-wrap{
	background: url("../img/common/sub_mv.jpg") no-repeat center / cover	;
	position: relative;
	height: 300px;
}
.submainbox-wrap h2{
	position: absolute;
	width: 80%;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}
.submainbox-wrap h2 span{
	display: block;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
}

@media all and (max-width: 896px) {
	.submainbox-wrap{
		height: 200px;
	}
	.submainbox-wrap h2{
		top: 40%;
		font-size: 32px;
		width: 98%;
		line-height: 40px;
	}
	.submainbox-wrap h2 span{
		font-size: 18px;
	}
}

/*	Bread_crumb_List
---------------------------------*/
.bcList {
	font-size:15px;
  padding:10px 0;
  width: 90%;
  margin: 0 auto;
	text-align:right;
}
.bcList ul {
	max-width:1200px;
	margin:auto;
	text-align: right;
}
.bcList li a{padding-right:15px;}
.bcList li em {font-weight:bold; font-style:normal;}
.bcList li { display:inline; }
.bcList li:after { content : '/'; }
.bcList li:last-child:after { display: none; }
.bcList li:last-child { padding-left:5px; }

/*	common
---------------------------------*/
#sub section{
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 100px 0;
}

#sub .sub01{background: #f0f9fe;}

#sub h3.ttl_01{
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}
#sub h3.ttl_01 span{
	font-size: 44px;
	font-family: 'Roboto', sans-serif;
	color: #0679a4;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}

#sub h4.ttl_01{
	position: relative;
	font-size: 22px;
	border-left: 3px solid #0679a4;
	padding: 0 0 10px 10px;
	margin-bottom: 15px;
}
#sub h4.ttl_01::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #aaa;
	bottom: -5px;
	left: 0;
}

/*table*/
table.def-table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
	border:1px solid #2798be;
}
table.def-table th{
	width: 24%;
	padding: 20px;
	border: 1px solid #2798be;
	background: #0679a4;
	color: #fff;
	box-sizing: border-box;
}
table.def-table td{
	width: 76%;
	padding: 20px;
	border-bottom: 1px solid #2798be;
	box-sizing: border-box;
}

/*btn*/
.def_btn a{
	position: relative;
	display: block;
	width: 100%;
	max-width: 250px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #0679a4;
	color: #0679a4;
	text-align: center;
	transition: .4s;
}
.def_btn a::before{
	content: "";
	position: absolute;
	background: url(../img/common/btn_icon_c.png) no-repeat top left;
	width: 61px;
	height: 10px;
	top: 40%;
	right: -15%;
	transition: .4s;
}

.def_btn a:hover{
	background: #0679a4;
	color: #fff;
}
.def_btn a:hover::before{
	right: -20%;
}

/*layout*/
#sub p{text-align: left;}
#sub p.top{
    font-size: 18px;
    line-height: 40px;
}
#sub p.center{
    text-align: center;
}
.wd30 li{
	width: 32%;
	margin-bottom: 20px;
}
.wd30 li img,.wd50 dt img,.wd50 dd img{width: 100%;}

.wd50 dt,.wd50 dd{width: 48%;}

.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mt80{margin-top: 80px;}

@media all and (max-width: 896px) {
	#sub section{
		padding: 60px 0;
	}

	#sub h3.ttl_01{
		margin-bottom: 40px;
	}
	#sub h3.ttl_01 span{
		font-size: 35px;
	}

	/*table*/
	table.def-table th{
		width: 100%;
		display: block;
		padding: 1rem .5rem;
		border: none;
		border-bottom: 1px solid #2798be;
	}
	table.def-table td{
		display: block;
		width: 100%;
		padding: 1rem .5rem;
		border-bottom: 1px solid #2798be;
	}

	/*layout*/
	.wd30 li{
		width: 100%;
	}
	.wd50 dt{
		width: 100%;
		order: 0;
		margin-bottom: 10px;
	}
	.wd50 dd{
		width: 100%;
		order: 1;
	}

	.mt20{margin-top: 20px;}
	.mt40{margin-top: 40px;}
	.mt80{margin-top: 80px;}
}


/*	member
---------------------------------*/
.member_list li{
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #0679a4;
	margin-bottom: 20px;
}
.member_list li dt{
	width: 150px;
	text-align: center;
}
.member_list li dd{
	margin-left: 30px;
}
.member_list li .name span{
	font-family: 'Roboto', sans-serif;
	color: #777777;
	font-size: 12px;
	margin-left: 10px;
}

ul.dot li{
	list-style: disc;
	margin: 0 0 0 15px;
	width: unset;
	padding: 5px 0 0;
	border: none;
}

.member_list li h5{
	font-size: 18px;
	padding-left: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.member_list li h5.about{
	background: url(../img/member/icon01.png) no-repeat center left;
	font-weight: bold;
}
.member_list li h5.mail{
	background: url(../img/member/icon02.png) no-repeat center left;
}
.member_list li h5.link{
	background: url(../img/member/icon03.png) no-repeat center left;
}

@media all and (max-width: 896px) {
	.member_list li{
		width: 100%;
	}
	.member_list li dt{
		width: 100%;
	}
	.member_list li dd{
		margin-left: 0px;
		margin-top: 20px;
		width: 100%;
	}
}

.news_list{
	border-top: 2px solid rgb(190, 190, 190);
	padding: 30px 0;
}

.news_list li:first-child{
    border: none;
}
.news_list li{
    border-top: 1px dotted #ddd;
    padding: 20px 0px;
}

.news_list h3{
    color: #0679a4;
    display: block;
		font-size: 18px;
}
.news_list h3::before{
    content: "―";
    margin-right: 10px;
}
.news_list li .line{
	border-bottom: 1px solid #111;
}
.news_list li b{
    font-weight: bold;
}
.news_list li a{
    color: #d81d14;
		margin-top: 10px;
    text-decoration: underline;
    display: block;
}
.news_list li img{
    display: block;
    margin-top: 10px;
		width: 150px;
}
.news_list li strong.em{
	font-style: italic;
}
.news_list li a.more{
    display: block;
    border:none;
		border: 1px solid #0b6283;
    padding: 5px;
    margin-top: 10px;
    background: #0b6283;
    color: #fff;
    width: 150px;
    text-align: center;
    text-decoration: none;
}
.news_list li a.more:hover{
	background: #fff;
	color: #037aaf;
}</pre></body></html>