<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
mainVisuallower
---------------------------*/
#mainVisuallower {
	background-image: url(../img/staff/mv-bg.png);
}
#mainVisuallower .mvInner {
	padding: 10px 0;
}
#mainVisuallower .mvTitle {
	height: 52px;
}
@media (min-width: 768px) {
	#mainVisuallower .mvInner {
		padding: 52px 0;
	}
	#mainVisuallower .mvTitle {
		height: 28px;
	}
}

#greeting {
	position: relative;
}
#greeting &gt; div {
	padding-top: 30px;
	padding-bottom: 60px;
}
#greeting .greetingImage {
	text-align: right;
}
#greeting .greetingImage img {
	width: 150px;
}
#greeting .greetingMessage {
	margin-top: -18px;
}
#greeting .greetingTitle {
	padding-bottom: 15px;
}
#greeting .greetingTitle img {
	height: 24px;
}
#greeting .footprint {
	width: 138px;
	position: absolute;
	top: 10px;
	left: 5%;
}
@media (min-width: 768px) {
	#greeting {
		background-image: url(../img/staff/footprint01.png);
		background-position: right 10px;
		background-repeat: no-repeat;
	}
	#greeting &gt; div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#greeting .greetingImage {
		text-align: center;
		width: 40%;
	}
	#greeting .greetingImage img {
		width: auto;
	}
	#greeting .greetingMessage {
		width: 56%;
		margin-top: 0;
	}
	#greeting .footprint {
		width: auto;
		position: absolute;
		top: auto;
		bottom: 30px;
		left: 25px;
	}
}

#profile {
	padding-top: 50px;
}
#profile &gt; div {
	position: relative;
	background-image: url(../img/staff/footprint02-sp.png);
	background-repeat: no-repeat;
	background-position: right -20% top 210px;
	background-size: 260px auto;
	padding-bottom: 50px;
}
#profile .profileTop,
#profile .staffList {
	padding-bottom: 20px;
}
#profile .profileTop p, #profile .profileTop li,
#profile .staffList p,
#profile .staffList li {
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#profile .profileTop ul,
#profile .staffList ul {
	padding-left: 15px;
}
#profile .profileTop .name,
#profile .staffList .name {
	margin-left: -10px;
	margin-top: -8px;
	padding-bottom: 10px;
}
#profile .staffImage {
	text-align: center;
	padding-top: 30px;
}
@media (min-width: 768px) {
	#profile {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	#profile &gt; div {
		background-image: url(../img/staff/footprint04.png);
		background-repeat: no-repeat;
		background-position: 30px bottom;
		background-size: auto;
		padding-bottom: 40px;
	}
	#profile .profileTop,
#profile .staff {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-bottom: 30px;
	}
	#profile .profileTop &gt; div,
#profile .staff &gt; div {
		width: 50%;
	}
	#profile .profileTop p, #profile .profileTop li,
#profile .staff p,
#profile .staff li {
		line-height: 1.5;
		letter-spacing: 0;
	}
	#profile .profileTop .name,
#profile .staff .name {
		margin-left: -20px;
	}
	#profile .footprint {
		position: absolute;
		top: -120px;
		right: 30px;
	}
	#profile .staffImage {
		padding-top: 0;
	}
}

#staffWrap .staffList {
	padding: 10px 0;
}
#staffWrap .staffList .staff {
	padding-bottom: 70px;
}
#staffWrap .staffList p {
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#staffWrap .staffList .name {
	margin-left: -10px;
	margin-top: -8px;
	padding-bottom: 10px;
}
#staffWrap .staffList .footprint {
	display: none;
}
#staffWrap .staffImage {
	text-align: center;
	padding-top: 25px;
}
#staffWrap .license {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#staffWrap .license + p {
	padding-top: 20px;
}
#staffWrap .license + .license {
	padding-top: 0;
}
@media (min-width: 768px) {
	#staffWrap .staffList {
		padding: 20px 0;
	}
	#staffWrap .staffList .staff {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-bottom: 50px;
	}
	#staffWrap .staffList .staff &gt; div {
		position: relative;
		width: 50%;
		z-index: 1;
	}
	#staffWrap .staffList .staff p {
		line-height: 1.5;
		letter-spacing: 0;
		padding-right: 15px;
	}
	#staffWrap .staffList .staff .name {
		margin-left: -20px;
	}
	#staffWrap .staffList .staff .footprint {
		display: block;
		position: absolute;
		left: -50px;
		bottom: 60px;
		z-index: 0;
	}
	#staffWrap .staffList .staff .footprint02 {
		bottom: 55px;
	}
	#staffWrap .staffImage {
		padding-top: 0;
	}
}</pre></body></html>