<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media all and (min-width: 641px) {


a:link, a:visited {
	color: #18827b;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

body {
	font-size: 87.5%; /* 14pt */
}

.container {
	min-width: 1000px;
	width: 100%;
}

.container-inner {
	width: 960px;
	margin: 0 auto;
}

/* HEADER */

#header {
	background-color: #FFF;
}

body.inside #header {
	border-bottom: 2px solid #2cbeb4;
}

#header .container-inner  {
	padding: 30px 0 15px;
}


/* FOOTER */

#footer {
	border-top: 1px dotted #CCC;
	padding-top: 20px;
}

#footer .nav li {
	display: inline-block;
	margin-right: 6px;
}

#footer .nav li a {
	color: #333333;
	background: url(../images/pc/anchor_g.png) 0 1px no-repeat;
	padding-left: 14px;
}

#copyright {
	font-size: 10px;
}


/* CONTENT */

#content .container-inner {
	background: url(../images/pc/content.gif) left repeat-y;
}


/* NAVIGATION */

#toggle {
	display: none;
}

#nav li {
	width: 257px;
	height: 50px;

}

#nav li a {
	display: block;
	width: 257px;
	height: 50px;
	text-indent: -9999px;
}

#nav li.home a {
	background: url(../images/pc/nav0.png) 0 0 no-repeat;
}

#nav li.about a {
	background: url(../images/pc/nav1.png) 0 0 no-repeat;
}

#nav li.staff a {
	background: url(../images/pc/nav2.png) 0 0 no-repeat;
}

#nav li.study a {
	background: url(../images/pc/nav3.png) 0 0 no-repeat;
}

#nav li.achievement a {
	background: url(../images/pc/nav4.png) 0 0 no-repeat;
}

#nav li.recruit a {
	background: url(../images/pc/nav5.png) 0 0 no-repeat;
}

#nav li a:hover {
	background-color: #1aa699;
}

body#about #nav li.about a,
body#staff #nav li.staff a,
body#study #nav li.study a,
body#achievement #nav li.achievement a,
body#recruit #nav li.recruit a {
	background-color: #1aa699;
}

#content-nav {
	background: #FFF;
	padding: 10px 10px 1px;
	border-radius: 6px;
}

#content-nav h3 {
	font-size: 1.23em;
	font-weight: bold;
	color: #088e7f;
}

#content-nav a {
	display: block;
	font-size: 1.15em;
	font-weight: bold;
	color: #FFF;
	background: #1aa699 url(../images/pc/anchor_w.png) 8px center no-repeat;
	padding: 6px 12px 6px 26px;
	margin-bottom: 5px;
	border-radius: 6px;
}

#content-nav a:hover {
	text-decoration: none;
	background-color: #088e7f;
}

#content-nav .current a {
	text-decoration: none;
	background-color: #036c5c;
}



/* TITLE */

#title {
	height: 240px;
	/* border-bottom: 2px solid #219089; */
	background: url(../images/about/title.jpg) top center no-repeat;
}

body#about #title {
	background: url(../images/about/title.jpg) top center no-repeat;
}

body#staff #title {
	background: url(../images/staff/title.jpg?ver=230630) top center no-repeat;
	/* 230630 */
	background-size: 960px auto;
}

body#study #title {
	background: url(../images/study/title.jpg) top center no-repeat;
}

body#achievement #title {
	background: url(../images/achievement/title.jpg) top center no-repeat;
}

body#recruit #title {
	background: url(../images/recruit/title.jpg) top center no-repeat;
}

body#news #title {
	background: url(../images/news/title.jpg) top center no-repeat;
}

#title .title {
	font-size: 28px;
	font-weight: bold;
	font-family: serif;
	letter-spacing: 6px;
	color: #333333;
	text-shadow: 0px 1px 2px #CCC;
	-moz-text-shadow: 0px 1px 2px #CCC; 
	-webkit-text-shadow: 0px 1px 2px #CCC;
	padding: 95px 0 0 50px;
}


.title2 {
	font-size: 1.429em; /*20px;*/
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #FFF;
	background: url(../images/common/back_b.gif) repeat;
	padding: 10px 20px;
	margin-bottom: 20px;
	text-shadow: 0px 1px 2px #2b7f90;
	-moz-text-shadow: 0px 1px 2px #2b7f90; 
	-webkit-text-shadow: 0px 1px 2px #2b7f90;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.title3 {
	font-size: 1.143em; /* 16px */
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.4;
	color: #239890;
	padding: 6px 0;
	margin-bottom: 10px;
}

.title3 span {
	display: block;
	line-height: 1.4;
	border-left: 3px solid #219089;
	padding-left: 6px;
}

.title3d {
	font-size: 1.143em; /* 16px */
	font-weight: bold;
	color: #239890;

}




/* CONTENT */

#content .container-inner {
}

#main {
	float: right;
	width: 660px;
}

#side {
	float: left;
	width: 300px;
	color: #FFF;
}

#main-inner {
	padding: 30px 0 10px 30px;
}

#side-inner {
	padding: 20px;
}

.section {
	margin-bottom: 40px;
}

.section .inner {
	padding: 0 10px;
}

.pagetop {
	text-align: right;
	margin: 20px 0;
}

.pagetop a {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	background: #888888 url(../images/pc/anchor_wu.png) 8px center no-repeat;
	padding: 8px 8px 8px 24px; 
	border-radius: 4px;
}

.pagetop a:hover {
	background-color: #666666;
}

.btn a {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	background: #888888 url(../images/pc/anchor_w.png) 8px center no-repeat;
	padding: 8px 8px 8px 24px; 
	border-radius: 4px;
}

.btn a:hover {
	background-color: #666666;
}

.anchor a,
a.anchor {
	background: url(../images/pc/anchor.png) 0 1px no-repeat;
	padding-left: 14px;
}



/* SIDE CONTENT */

.side-section {
	margin-bottom: 30px;
}

#side-contact .name {
	font-weight: bold;
	font-size: 1.23em;
}


/* MAIN VISUAL */

#mainv {
	max-width: 2000px;
	background: url(../images/pc/mainv.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

#mainv .container-inner {
	height: 340px;
}

#mainv .message {
	width: 300px;
	height: 340px;
	text-indent: -9999px;
	background: url(../images/pc/message.png) 0 0 no-repeat;
}


/* PAGE */

body#home #home-recruit a,
body#home #home-recruit img {
	display: block;
}

body#home #home-news ul {
	border-top: 1px dotted #CCC;
}

body#home #home-news li {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
}

body#home #home-news span {
	display: block;
	/*font-size: .857em;*/
	color: #333333;
	padding-left: 14px;
}

body#home #home-point h3 {
	font-size: 1.385em;
	color: #2DAAA1;
	margin: 8px 0 6px;
}

body#home #home-point .box-2 {
	width: 470px;
}

body#about #main .professor span {
	font-size: 12px;
}
 
body#about #main .professor span span.name {
	font-size: 18px;
	letter-spacing: 2px;
}

body#staff #main .section.staff {
	margin-bottom: 60px;
}

body#staff #main .staff .post {
	margin-bottom: 0;
}

body#staff #main .staff .name {
	font-size: 2em;
	font-family: serif;
	line-height: 1.4;
	letter-spacing: 2px;
}

body#staff #main .staff .name span {
	font-size: 12px;
	letter-spacing: 0;
}

body#staff #main .staff .name-alp {
	letter-spacing: 0;
}


body#staff #main .staff .comment {
	border: 1px solid #CCC;
	padding: 10px 15px;
	border-radius: 10px;
}

body#achievement #main li {
	margin-bottom: 20px;
}

body#recruit #schedule th {
	text-align: center;
}

body#recruit #schedule td {
	width: 40%;
}

body#recruit #schedule .tue td {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

body#recruit #main .contact {
	border: 1px solid #CCC;
	text-align: center;
	padding: 15px 15px 5px;
	border-radius: 10px;
	margin-top: 30px;
}

body#recruit #main .contact span {
	font-weight: bold;
	color: #239890;
}

body#recruit #main .contact span span{
	font-size: 1.429em;
}

body#recruit #message .message {
	background: #d5f2f0;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}

body#news #main .section .title2 {
	letter-spacing: 0;
	margin-bottom: 6px;
}

body#news #main .section .title2 span {
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	margin-right: 10px;
}
body#news #main .section .title2 span.small {
	display: inline-block;
    font-size: 80%;
}
body#news #main .section .title2 &gt; a {
    color: #ffffff;
}
body#news #main .section .title2 &gt; a:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

body#news #main .section .update {
	font-size: 12px;
	text-align: right;
	margin-bottom: 0;
}


/* 220609 pd-icon */
body#news .pdf-icon{
	font-size: 13px;
	display: block;
	text-align: right;
	padding-right: 20px;
	background-image: url(../images/common/icon-pdf.png);
	background-size: auto 16px;
	background-repeat: no-repeat;
	background-position: center right;
}



/* 230629 */
#home #home-recruit .out-flame{
	position: relative;
}
#home #home-recruit .rec_links{
	display: block;
}
#home #home-recruit .banner-links{
	color: #000000;
	text-decoration: none;
}
#home #home-recruit .banner-links:hover{
	text-decoration: none;
}
#home #home-recruit .banner-box{
	box-sizing: border-box;
	border: 2px solid #3db4cc;
	width: 630px;
	height: 150px;
	display: flex;
}
#home #home-recruit .banner-box .image-box{
	width: 300px;
	height: 100%;
	background-image: url(../images/home/message_bg.jpg?ver=230630);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#home #home-recruit .banner-box .text-box{
	flex: 1;
	transition: background-color .3s;
}
#home #home-recruit .banner-links:hover .text-box{
	background-color: #edf8f9;
}
#home #home-recruit .banner-box .text-box .image .sp{
	display: none;
}

#home #home-recruit .banner-box .text-box .upper{
	height: 100%;
	padding-bottom: 32px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home #home-recruit .banner-box .text-box .upper .inner-box{
	padding-top: 10px;
}
#home #home-recruit .banner-box .text-box .upper .text{
	font-size: 0.8125rem;
}

#home #home-recruit .out-flame .bottom-links{
	width: 326px;
	height: 32px;
	position: absolute;
	bottom: 2px;
	right: 2px;
	background-image: url(../images/home/texture_rec.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 32px;
	background-color: #3db4cc;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
	box-sizing: border-box;
}
#home #home-recruit .out-flame .bottom-links:hover{
	text-decoration: none;
}
#home #home-recruit .out-flame .bottom-links .inner_text{
	display: inline-block;
	position: relative;
	font-size: 0.8125rem;
}
#home #home-recruit .out-flame .bottom-links .inner_text.links{
	padding-left: 12px;
}
#home #home-recruit .out-flame .bottom-links:hover .inner_text.links{
	color: #f9f854;
}
#home #home-recruit .out-flame .bottom-links .inner_text.sp{
	display: none;
}
#home #home-recruit .out-flame .bottom-links .inner_text.links::before{
	content: '';
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid #ffffff;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#home #home-recruit .out-flame .bottom-links:hover .inner_text.links::before{
	border-left: 8px solid #f9f854;
}

}
</pre></body></html>