<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.css =&gt; トップページ用CSS
======================================================== */

#container {
	padding-top: 120px;
}

@media screen and (max-width: 680px) {
	#container {
		padding-top: 50px;
	}
}

/* footer
============================================================================================================ */
#footer {
	margin-top: 0;
}



/* mainArea
============================================================================================================ */
#mainArea {
	overflow: hidden;
	height: 400px;
	background: #F99FB5;
}
#mainArea .main {
	position: relative;
	height: 400px;
}
#mainArea .main a {
	display: block;
	height: 400px;
	text-decoration: none;
	color: #fff;
}
#mainArea p {
	padding-top: 50px;
	color: #fff;
}
#mainArea p span {
	display: block;
}

#mainArea p .title {
	padding-top: 10px;
}
#mainArea p .ff_en.s {
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 3px;
}
#mainArea p .ff_en.l {
	margin-bottom: 30px;
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 7px;
}
#mainArea p .btn {
	position: relative;
	width: 230px;
	margin-top: 40px;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #fff;
	color: #48b3ca;
	text-align: center;
	-webkit-transition: opacity 0.15s;
	-o-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
#mainArea p .btn:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #48b3ca;
	border-right: 2px solid #48b3ca;
	-webkit-transform: rotate(45deg) scale(1.2);
	-ms-transform: rotate(45deg) scale(1.2);
	-o-transform: rotate(45deg) scale(1.2);
	transform: rotate(45deg) scale(1.2);
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
#mainArea a:hover p .btn {
	opacity: 0.7;
}

#mainArea .img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
}
#mainArea .img:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: -260px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#mainArea .main01 .img:after {
	background-position: 50% 0;
	background-image: url(../images/index/main_img01.jpg);
}
#mainArea .main02 .img:after {
	background-image: url(../images/index/main_img02.jpg);
}
#mainArea .main03 .img:after {
	background-image: url(../images/index/main_img03.jpg);
}
#mainArea .main04 .img:after {
	background-image: url(../images/index/main_img04.jpg);
}

@media screen and (max-width: 680px) {
	#mainArea {
		height: 150px;
		-webkit-background-size: 710px;
		background-size: 710px;
	}
	#mainArea .main {
		height: 150px;
	}
	#mainArea .main a {
		height: 150px;
	}
	#mainArea p {
		padding-top: 10px;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	#mainArea p .title {
		padding-top: 0;
		font-size: 1.6rem;
	}
	#mainArea p .ff_en.s {
		margin-bottom: 10px;
		font-size: 1rem;
		line-height: 1;
		letter-spacing: 2px;
	}
	#mainArea p .ff_en.l {
		margin-bottom: 10px;
		font-size: 2.5rem;
		line-height: 1;
		letter-spacing: 5px;
	}
	#mainArea p .txt_s {
		font-size: 1.1rem;
	}
	#mainArea .img:after {
		left: 0;
	}
	#mainArea p .btn {
		width: 45%;
		margin-top: 10px;
		padding: 3px;
		border-width: 1px;
		font-size: 1.1rem;
	}
	#mainArea p .btn:after {
		right: 7px;
		margin-top: -3px;
		width: 5px;
		height: 5px;
	}
}
@media screen and (max-width: 370px) {
	#mainArea .main .w {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/* indexContents
============================================================================================================ */
#indexContents {
	height: 450px;
	border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 680px) {
	#indexContents {
		height: auto;
		border-bottom: 0;
	}
	#indexContents .w {
		padding: 0;
	}
}



/* news
------------------------------------------------------------- */
.news {
	position: relative;
	width: 300px;
	min-height: 450px;
	float: left;
	position: relative;
	background-color: #f6f6f6;
	padding-top: 35px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 300px;
	width: 1000px;
	background-color: #f6f6f6;
}
.news h1 {
	margin-bottom: 15px;
}
.news li + li {
	border-top: 1px dotted #949494;
}
.news li a {
	display: block;
	padding: 12px 0;
	line-height: 1.6;
	text-decoration: none;
}
.news li a span {
}
.news li a .date {
	color: #333;
}
.news li a .category {
	margin-left: 3px;
	color: #333;
}
.news li a .category span {
	display: inline-block;
	padding: 1px 7px;
	border: 1px solid #adadad;
	font-size: 10px;
	font-size: 1rem;
	vertical-align: 3px;
}
.news li a .category span.news-important {
	border: 1px solid #ef747e;
	color: #ef747e;
}
.news li a .title {
	display: block;
	color: #191919;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news li a:hover .title {
	text-decoration: underline;
}

.news .more {
	position: absolute;
	top: 38px;
	right: 25px;
}
.news .more a {
	color: #00a3b7;
	text-decoration: none;
}
.news .more a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 680px) {
	.news {
		width: auto;
		float: none;
		min-height: 0;
		position: relative;
		background-color: #f6f6f6;
		padding: 15px;
	}
	.news:before {
		content: none;
	}
	.news h1 {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	.news li a {
		padding: 10px 0;
	}

	.news .more {
		position: static;
		margin-top: 10px;
	}
	.news .more a {
		display: block;
		margin: 0 auto;
		padding: 8px 0;
		border: 0;
		border: 1px solid;
		text-align: center;
	}
}


/* bnr
------------------------------------------------------------- */
#indexContents .bnr {
	float: left;
	width: 510px;
	padding: 40px 0 0 35px;
}
#indexContents .bnr li {
	float: left;
	padding: 0 20px 30px 0;
}
#indexContents .bnr li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #00a3b7;
}
#indexContents .bnr li a .txt {
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 680px) {
	#indexContents .bnr {
		float: none;
		width: auto;
		padding: 20px 10px 10px;
	}
	#indexContents .bnr:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}

	#indexContents .bnr li {
		float: left;
		padding: 0;
		width: 50%;
	}
	#indexContents .bnr li a {
		padding: 0 5px 15px;
	}
	#indexContents .bnr li a .txt {
		margin-top: 5px;
	}
}

.bannercenter{
	text-align: center;
	width: 490px;
	margin-bottom: 20px;
}
.txt {
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 680px) {
	.bannercenter {
		width: 97%;
		margin-left: 5px;
		}
}



/* time
------------------------------------------------------------------- */
#indexContents .time {
	float: right;
	width: 260px;
	padding-top: 40px;
	line-height: 1.8;
}
#indexContents .time h1 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 30px;
	background: url(../images/index/time_ico.png) no-repeat 0 16px;
	border-top: 2px solid #666666;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
}
#indexContents .time dt {
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}
#indexContents .time dl ~ dl {
	margin-top: 15px;
}
@media screen and (max-width: 680px) {
	#indexContents .time {
		float: none;
		width: auto;
		padding: 0 15px 20px;
	}
	#indexContents .time h1 {
		background-image: url(../images/index/time_ico_sp.png);
		-webkit-background-size: 20px;
		background-size: 20px;
	}
}

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