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

/*==============================*/
/* PHILOSOPHY */
/*==============================*/
.philosophyWrap{
	padding-top: 96px;
	padding-bottom: 80px;
    background: url("/common/img/company/company_bg.png") no-repeat;
    background-position: right 100px;
}
.philosophy{ max-width: 600px; }
.philosophy h2{
	margin-bottom: 20px;
	font-family: "UD Shin Go Conde90 M";
	font-size: 26px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.philosophy h2 span{
	position: relative; top: -6px;
	font-size: 30px;
	color: #058CBC;
	line-height: 1em;
}
.philosophy h3{
	margin-bottom: 12px;
	font-family: "UD Shin Go Conde90 M";
	font-size: 22px;
	line-height: 1.4em;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.philosophyWrap{
			padding-top: 96px;
			padding-bottom: 80px;
			background-size: 440px;
			background-position: right 100px;
		}
		.philosophy{ max-width: 480px; }
		.philosophy h2{
			margin-bottom: 20px;
			font-size: 24px;
		}
		.philosophy h2 span{
			position: relative; top: -4px;
			font-size: 26px;
		}
		.philosophy h3{
			margin-bottom: 10px;
			font-size: 20px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.philosophyWrap{
			padding-top: 72px;
			padding-bottom: 320px;
			background-position: right bottom;
			background-size: 400px;
		}
		.philosophy{ max-width: 100%; }
		.philosophy h2{
			margin-bottom: 20px;
			font-size: 22px;
		}
		.philosophy h2 span{
			position: relative; top: -4px;
			font-size: 24px;
		}
		.philosophy h3{
			margin-bottom: 12px;
			font-size: 18px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 464px) {
		.philosophyWrap{
			padding-bottom: 216px;
			background-size: 280px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 320px) {
		.philosophyWrap{
			padding-bottom: 200px;
			background-size: 80%;
		}
	}

/*==============================*/
/* GALLERY */
/*==============================*/
.galleryWrap{
	padding-top: 32px;
	padding-bottom: 32px;
}
.gallery{
	display: flex; display: -webkit-flex;
	align-items: center; -webkit-align-items: center;
	justify-content: space-between; -webkit-justify-content: space-between;
	padding: 20px 40px 20px 0;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.galleryWrap{
			padding-top: 28px;
			padding-bottom: 28px;
		}
		.gallery{
			padding: 8px 24px 8px 0;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.gallery{
			padding: 20px 24px;
			overflow-x: scroll;
		}
	}

/*-- タイトル
------------------------- */
.gallery div{
	width: 264px;
	padding-top: 24px;
}
.gallery div h2 {
	line-height: 1.3em;
	font-size: 34px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.02em;
	text-align: center;
}
.gallery div h2 small{
	display: block;
	margin-top: 2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.414em;
    font-family: "Noto Sans Japanese"; letter-spacing: -0.04em;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.gallery div{
			width: 160px;
			padding-top: 24px;
		}
		.gallery div h2 {
			font-size: 28px;
		}
		.gallery div h2 small{
			font-size: 15px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.gallery div{ display: none;}
	}


/*-- 画像
------------------------- */
.gallery ul{
	width: calc(100% - 264px);
	display: flex; display: -webkit-flex;
	justify-content: space-between; -webkit-justify-content: space-between;
}
.gallery ul li{
	width: 25%;
	padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
.gallery ul li:first-child{ border-left: 1px solid #ccc;}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.gallery ul{
			width: calc(100% - 160px);
			display: flex; display: -webkit-flex;
			justify-content: space-between; -webkit-justify-content: space-between;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.gallery ul{ width: 1200px;}
		.gallery ul li{	width: 200px;}
	}


/*==============================*/
/* COMPANY */
/*==============================*/
div.companyWrap{
	display: flex; display: -webkit-flex;
	justify-content: space-between; -webkit-justify-content: space-between;
}
div.companyWrap &gt;div:first-child{ width: calc(60% - 20px);}
div.companyWrap &gt;div:last-child{ width: calc(40% - 20px);}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.companyWrap &gt;div:first-child{ width: calc(62% - 10px);}
		div.companyWrap &gt;div:last-child{ width: calc(38% - 10px);}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.companyWrap{ flex-direction: column; -webkit-flex-direction: column;}
		div.companyWrap &gt;div:first-child{ width: 100%;}
		div.companyWrap &gt;div:last-child{ width: 100%;}
	}


/*-- 
------------------------- */
.company *{ font-size: 15px; }
.company dl{
	display: flex; display: -webkit-flex;
	align-items: center; -webkit-align-items: center;
	justify-content: space-between; -webkit-justify-content: space-between;
	padding: 20px 8px 20px 16px;
}
.company dl:nth-child(odd){ background: #F8F8F6;}

.company dl dt{
	width: 136px;
	font-size: 16px;
	font-weight: 500;
    line-height: 1.3em;
    font-family: "UD Shin Go Conde90 M";
}
.company dl dd{
	width: calc(100% - 136px);
	line-height: 1.414em;
}
.company dl dd small{
	margin-left: 16px;
	color: #999;
}
.company dl dd i{
	position: relative;
	top: -3px;
	margin-right: 6px;
	font-size: 22px;
	color: #1C6E8B;
}
.company dl dd a{ line-height: 1.3em;}
.company dl dd ul li{ line-height: 1.414em;}
.company dl dd ul li:not(:last-child){ margin-bottom: 10px;}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.company dl dt{ width: 96px;}
		.company dl dd{ width: calc(100% - 96px);}
		.company dl dd small{
			display: block;
			margin-left: 0px;
			font-size: 13px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.company dl{
			align-items: flex-start; -webkit-align-items: flex-start;
			flex-direction: column; -webkit-flex-direction: column;
			padding: 24px 8px 24px 20px;
		}

		.company dl dt{
			width: 100%;
			margin-bottom: 8px;
			font-size: 17px;
		}
		.company dl dd{
			width: 100%;
		}
		.company dl dd small{
			margin-left: 16px;
			color: #999;
		}
		.company dl dd i{
			position: relative;
			top: -3px;
			margin-right: 6px;
			font-size: 22px;
			color: #1C6E8B;
		}
		.company dl dd a{ line-height: 1.3em;}
		.company dl dd ul li{ line-height: 1.414em;}
		.company dl dd ul li:not(:last-child){ margin-bottom: 12px;}
	}


/*==============================*/
/* ACCESS */
/*==============================*/
.access{
	padding-left: 40px;
	border-left: 1px solid #ccc;
}
.access h3{
	margin-bottom: 16px;
    font-size: 19px;
    line-height: 1em;
	font-family: "UD Shin Go Conde90 M";
}
.access h3 i{
	position: relative; top: -4px; left: -10px;
	font-size: 24px;
	color: #CECEBA;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.access{ padding-left: 28px; }
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.access{
			padding-left: 0;
			border-left: none;
		}
	}


/*-- タイトル
------------------------- */
.station { padding-left: 24px; }
.station .stationTitle{
	display: flex; display: -webkit-flex;
	align-items: center; -webkit-align-items: center;
	justify-content: space-between; -webkit-justify-content: space-between;
	padding-bottom: 3px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.station .stationTitle h4{
	font-size: 17px;
    line-height: 1em;
	font-family: "UD Shin Go Conde90 M";
}
.station .stationTitle h4 small{
	position: relative; top: 0px;
	margin-left: 4px;
}
.station .stationTitle p span{
	position: relative; top: -3px;
	margin: 0 4px 0 6px;
	line-height: 1em;
	font-size: 24px;
	font-weight: 600;
    font-family: 'Roboto', sans-serif; letter-spacing: -0.08em;
}

/*-- 駅アイコン
------------------------- */
.station ul{
	display: flex; display: -webkit-flex;
	flex-wrap: wrap; -webkit-flex-wrap: wrap;
	gap: 8px;
}
.station ul li{
	width: calc(calc(100% - 16px) / 3);
	padding: 4px 0 2px 0;
	background: #ccc;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 15px;
}
.station ul li.chuou_line{ background: #D77337;}
.station ul li.soubu_line{ background: #F5BC00;}
.station ul li.inogashira_line{ background: #B81C72;}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.station ul{ flex-direction: column; -webkit-flex-direction: column;}
		.station ul li{ width: 100%;}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.station ul li{
			width: calc(50% - 4px);
			padding: 4px 0 5px 0;
		}
	}


/*==============================*/
/* ルート */
/*==============================*/
.route *{ font-size: 15px; }
.route{ padding-left: 20px;}
.route dl{
	display: flex; display: -webkit-flex;
	align-items: center; -webkit-align-items: center;
	justify-content: space-between; -webkit-justify-content: space-between;
}
.route dl:not(:last-child){margin-bottom: 16px;}
.route dl dt{ width: 136px;}
.route dl dd{
	width: calc(100% - 136px - 16px);
	font-size: 14px;
}

/* ======= TB =======*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.route dl dt{ width: 104px;}
	.route dl dd{ width: calc(100% - 104px - 16px);}
}

/*==============================*/
/* ルート */
/*==============================*/
	/* ======= SP =======*/
	@media (max-width: 767px) {
		p.googlemap iframe{ height: 240px;}
	}



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