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




/*********** common変更 *************/


/*********** ↑common変更 *************/



/*********** 共通 *************/





/*********** ↑共通 *************/





.access_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 100px;
}

.access_01-wrap li:nth-child(1) {
	width: 38.92%;
}

.access_01-wrap li:nth-child(2) {
	width: 54.17%;
}

.access_02-wrap {
	padding-top: 100px;
}

.access_02-wrap .cap {
	padding-top: 60px;
}






/*********** chuo *************/

.chuo_ip01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 100px;
}

.chuo_ip01-wrap li:nth-child(1) {
	width: 33.58%;
}

.chuo_ip01-wrap li:nth-child(2) {
	width: 61.75%;
}

.chuo_ip01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.chuo_ip01 p {
	width: 31.71%;
}

.chuo_ip01 p:nth-child(n+4) {
	padding-top: 20PX;
}




/** 共通 **/

.chuo_cont-wrap {
	padding-top: 140px;
}

.chuo_cont-wrap.first {
	padding-top: 0;
}

.chuo_cont-wrap .txt-headcopy {
	color: #43616f;
}

/** ↑共通 **/




.chuo_01-wrap {
	padding-top: 20px;
}

.chuo_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 60px;
}

.chuo_02-wrap li:nth-child(1) {
	width: 24.92%;
	margin-right: 1.92%;
}

.chuo_02-wrap li:nth-child(2) {
	width: 55.75%;
}

.chuo_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 60px;
}

.chuo_03-wrap li:nth-child(1) {
	width: 41.58%;
	margin-right: 5.5%;
}

.chuo_03-wrap li:nth-child(2) {
	width: 48.92%;
}

.chuo_04-wrap {
	padding-top: 60px;
}

.chuo_05-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 88.58%;
	margin: 0 auto;
	padding-top: 60px;
}

.chuo_05-wrap li:nth-child(1) {
	width: 58%;
}

.chuo_05-wrap li:nth-child(2) {
	width: 40%;
}

.chuo_05-wrap .txt-lead {
	padding-top: 0;
}

.chuo_05 {
	background: #811c21;
	padding: 15px 70px;
}

.chuo_05 p {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.4rem;
	line-height: 1.2;
	text-align: center;
}

.chuo_05 p .large {
	font-size: 1.5em;
}

/*********** ↑chuo *************/







/*********** musashino *************/

.musashino_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 100px;
}

.musashino_01-wrap li:nth-child(1) {
	width: 33.58%;
}

.musashino_01-wrap li:nth-child(2) {
	width: 63.5%;
}


.musashino_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.musashino_02-wrap li {
	width: 22.92%;
}

.musashino_02-wrap .title {
	font-size: 1.8rem;
}


/*********** ↑musashino *************/






/*********** bus *************/

.bus_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 100px;
}

.bus_01-wrap li:nth-child(1) {
	width: 46.25%;
}

.bus_01-wrap li:nth-child(2) {
	width: 47.5%;
}

.bus_01 {
	padding-top: 40px;
}

.bus_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bus_02 p {
	width: 48.42%;
}

.bus_02 p:nth-child(n+3) {
	padding-top: 20px;
}

.bus_03 {
	width: 82.81%;
	margin: 0 auto;
	margin-top: 40px;
}

/*********** ↑bus *************/




/*********** car *************/

.car_01-wrap {
	display: grid;
	grid-template-columns: 36.92% 58.58%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	padding-top: 100px;
}

.car_01-wrap &gt; li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.car_01-wrap &gt; li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.car_01-wrap &gt; li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

.car_01 {
	padding-top: 40px;
}

.car_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.car_02 li {
	width: 48.08%;
	padding-top: 20px;
}

.car_02 li p:nth-child(2) {
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.4;
	padding-top: 2px;
}

.car_02 li p:nth-child(2) .large {
	font-size: 1.6em;
}


.car_03-copy {
	font-size: 2.0rem;
	text-align: center;
}

.car_03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
}

.car_03 li {
	width: 47.51%;
	padding-top: 20px;
}




/*********** ↑car *************/






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