<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 全ページ共通 */
html {
	scroll-padding-top: 60px;
	scroll-behavior: smooth;
}
body{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	color: rgba(30,30,30,1.00);
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: rgb(255, 255, 255);
	font-size: 15px;
}
img {
	width: 100%;
	height: auto;
}
h2 {
	font-size: 118.75%;
	position: relative;
	padding-top: 45px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 30px;
}
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}
.note {
	font-size: 73.3%;
	display: block;
}
.hide{
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transform: translateY(80px);
	transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateX(0) !important;
}
@media screen and (min-width:769px) {
	html {
		scroll-padding-top: 70px;
	}
	body{
		font-size: 16px;
	}
	.pc_only {
	display: block;
}
	.sp_only {
		display: none;
	}
	.note {
		font-size: 87.5%;
	}
	.hide{
		transform: translateY(50px);
		transition: opacity 2s, visibility 2s, transform 2s;
	}
}
/* header */
header {
	height: 60px;
	width: 100%;
	position: fixed;
	z-index: 2;
}
header &gt; .logo {
	background-color: #fff;
	height: 60px;
	position: relative;
}
header &gt; .logo a {
	display: block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding-left: 4%;
	width: 60%;
	max-width: 300px;
}
header &gt; .logo a img {
	max-height: 56px;
}
header &gt; nav {
	position: relative;
}
header &gt; div.active + nav {
	overflow-y: scroll;
	height: 100vh;
}
header &gt; #nav_btn {
	position: absolute;
	height: 23px;
	width: 30px;
	top: 15px;
	right: 75px;
	cursor: pointer;
}
header &gt; #nav_btn span {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 2px;
	background-color: rgb(181, 181, 182);
	transition: all 0.3s ease-out;
}
header &gt; #nav_btn span::before,
header &gt; #nav_btn span::after {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	width: 30px;
	height: 2px;
	background-color: rgb(181, 181, 182);
	transition: all 0.3s ease-out;
}
header &gt; #nav_btn span::after {
	top: 10px;
}
header &gt; #nav_btn.active span {
	background-color: transparent;
	transition: all 0.3s ease-out;
}
header &gt; #nav_btn.active span::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header &gt; #nav_btn.active span::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header &gt; #nav_btn + nav {
	display: none;
}
header &gt; #nav_btn.active + nav {
	background-color: rgb(255, 255, 255);
	padding: 30px 10% 120px;
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	padding-top: 60px;
	z-index: -1;
}
header &gt; #nav_btn.active + nav &gt; ul &gt; li:not(:first-child) {
	margin-top: 20px;
}
header &gt; #nav_btn.active + nav &gt; ul &gt; li div h3 {
	display: none;
}
header &gt; #nav_btn.active + nav ul &gt; li a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid rgba(30,30,30,1.00);
}
header &gt; #nav_btn.active + nav ul &gt; li ul li a {
	padding-left: 10px;
	position: relative;
}
header &gt; #nav_btn.active + nav ul &gt; li ul li a::after {
	background: url("../img/common/img_arrow-r_grey.png") no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	content: "";
	position: absolute;
	right: 10px;
	top: 30%;
	background-size: contain;
}
header &gt; #nav_btn.active + nav ul &gt; li ul li a img {
	display: none;
}
header &gt; #nav_btn.active + nav ul .l_people div ul li a p {
	position: relative;
}
header &gt; #nav_btn.active + nav ul .l_people div ul li a span:nth-child(2) {
	position: absolute;
	left: 140px;
}
header .btn_entry {
	position: absolute;
	right: 0;
	top: 0;
}
header &gt; .btn_entry a {
	width: 65px;
	background-color: #00b0eb;
	height: 60px;
	display: block;
}
header &gt; .btn_entry &gt; a img {
	width: 40px;
	position: absolute;
	top: 45%;
	right: 17%;
}
main {
	padding-top: 60px;
}
.contents {
	padding-top: 60px;
}
.contents_inner {
		padding-top: 60px !important;
		margin-top: -120px;
}
.contents_2 {
	padding-top: 120px;
}
.contents_inner_2 {
		padding-top: 120px !important;
		margin-top: -240px;
}
@media screen and (min-width:569px) {
	header &gt; .logo a {
		width: auto;
	}
}
@media screen and (min-width:769px) {
	.contents {
		padding-top: 150px;
	}
	.contents_inner {
			padding-top: 150px !important;
			margin-top:-300px;
	}
	.contents_2 {
		padding-top: 200px;
	}
	.contents_inner_2 {
			padding-top: 200px !important;
			margin-top: -400px;
	}
}
@media screen and (min-width:1024px) {
	header {
		height: 95px;
		background-color: #ffffff;
		width: 100%;
		position: fixed;
		z-index: 2;
	}
	header &gt; div {
		display: flex;
	}
	header &gt; .logo {
		width: 325px;
		position: absolute;
		left: 0;
		height: 95px;
		max-width: none;
	}
	header &gt; .logo a {
		padding: 20px 0 20px 10px;
		max-width: none;
	}
	header .logo a img {
		width: 315px;
	}
	header &gt; nav {
		position: initial;
		font-size: 87.5%;
		width: fit-content;
		margin-left: auto;
		margin-right: 95px;
	}
	header &gt; #nav_btn {
		display: none;
	}
	header &gt; #nav_btn + nav {
		display: block;
	}
	header &gt; #nav_btn + nav &gt; ul {
		display: flex;
		font-weight: 500;
		
	}
	header &gt; #nav_btn + nav &gt; ul &gt; li &gt; a {
		padding: 40px 15px;
		display: block;
		height: 95px;
	}
	header &gt; #nav_btn + nav &gt; ul li .menuSub {
		display: none;
	}
	header &gt; #nav_btn + nav &gt; ul li &gt; div {
		display: block;
		background-color: #ffffff;
		position: absolute;
		width: 100%;
		top: 95px;
		padding: 20px;
		left: 0;
		z-index: 2;
		height: 175px;
	}
	header &gt; #nav_btn + nav &gt; ul &gt; li.l_people div h3 {
		text-align: center;
		margin-bottom: 10px;
	}
	header &gt; #nav_btn + nav &gt; ul li.l_people &gt; div {
		margin: 0 auto;
		padding-top: 0;
	}
	header &gt; #nav_btn + nav &gt; ul li.l_people &gt; div &gt; div {
		justify-content: center;
		display: flex;
		padding: 0 20px 20px;
		    width: 100%;
    margin: 0 auto;
	}
	header &gt; #nav_btn + nav &gt; ul li.l_people &gt; div &gt; div &gt; div {
		justify-content: center;
		display: inline-block;
		padding: 0 20px 20px;
	}
	header &gt; #nav_btn + nav &gt; ul li div ul {
		max-width: 1150px;
		margin: 0 auto;
		display: flex;
		text-align: center;
		justify-content: center;
	}
	header &gt; #nav_btn + nav &gt; ul li div ul li:not(:last-child),
	header &gt; #nav_btn + nav &gt; ul li.l_people &gt; div &gt; div:first-child {
		margin-right: 20px;
	}
	header &gt; #nav_btn + nav &gt; ul li div ul li a img {
		margin-bottom: 5px;
		width: 160px;
		display: block;
		margin: 0 auto 5px;
	}
	header &gt; #nav_btn + nav &gt; ul li div ul li a p::after {
		content: "";
		background: url("../img/common/img_arrow-r_grey.png") no-repeat;
		display: inline-block;
		height: 20px;
		width: 20px;
		margin-left: 5px;
		vertical-align: middle;
		margin-bottom: 2px;
		background-size: contain;
	}
	header &gt; #nav_btn + nav &gt; ul li:hover div ul li a:hover p::after {
		content: "";
		background: url("../img/common/nav_arrow_pc.png") no-repeat;
		display: inline-block;
		height: 20px;
		width: 20px;
		margin-left: 5px;
		vertical-align: middle;
		margin-bottom: 2px;
	}
	header &gt; #nav_btn + nav &gt; ul li:hover div ul li a:hover p,
	header &gt; #nav_btn + nav &gt; ul li:hover div ul li a:hover img {
		opacity: 0.8;
	}
	header &gt; #nav_btn + nav &gt; ul li.l_people div ul li a p span:first-of-type {
		display: none;
	}
	header &gt; nav &gt; #nav &gt; li &gt; a::after {
		border-bottom: 1px solid #1e1e1e;
		content: "";
		display: block;
		margin-top: 4px;
		transform: scale(0, 1); /* アンダーラインの縮尺比率。ホバー前はx方向に0 */
		transform-origin: left top; /* 変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端 */
		transition: transform 0.3s; /* 変形の時間 */
	}
	header &gt; nav &gt; #nav &gt; li &gt; a:hover::after {
		transform: scale(1, 1); 
	}
	header &gt; nav &gt; #nav &gt; li.present &gt; a::after {
		border-bottom: 1px solid #1e1e1e;
		content: "";
		display: block;
		margin-top: 4px;
		transform: none;
	}
	header &gt; .btn_entry a {
		top: 0;
		height: 95px;
		width: 95px;
	}
	header &gt; .btn_entry a:hover {
		background-color: #0690fe;
	}
	header &gt; .btn_entry &gt; a img {
		right: -3px;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 50px;
	}
	main {
		padding-top: 95px;
	}
}
@media screen and (min-width:1301px) {
	header &gt; .logo {
		transform: translateX(-650px );
		left: 50%;
	}
	header &gt; nav {
		margin: 0 calc(50% - 555px) 0 auto;
	}
	header &gt; .btn_entry {
		right: 50%;
		transform: translateX(650px);
	}
}
/* footer */
footer {
	position: relative;
}
footer article {
	padding: 30px 5% 60px;
	display: block;
}
footer .footer_logo {
	text-align: center;
}
footer .footer_logo a &gt; img {
	width: 62%;
}
footer .footer_logo a p {
	padding-top: 20px;
	
	text-align: center;
}
footer .footer_logo a p img {
	height: 15px;
	width: auto;
	padding-left: 0.5em;
}
footer .page_top span {
	background: url("../img/common/img_arrow-u_line.png") no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	content: "";
	left: 50%;
	bottom: 95px;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	background-size: contain;
	position: absolute;
}
footer .copyright {
	margin-top: 125px;
	font-size: 73.33%;
	line-height: 1.3;
text-align: center
}
@media screen and (min-width:769px) {
	footer article {
		width: 100%;
		margin: 90px 0;
		padding: 0;
		display: flex;
		align-items: center;
		position: relative;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	footer .footer_logo {
		position: absolute;
		left: 0;
	}
	footer .footer_logo a p {
		padding-top: 25px;
		padding-left: 20px;
		width: 225px;
	}
	footer .footer_logo a &gt; img {
		width: 215px;
		margin-left: 0;
	}
	footer .footer_logo &gt; a {
		display: flex;
		padding-left: 20px;
	}
	footer .copyright {
		margin-top: 0;
		position: absolute;
		right: 80px;
	}
	footer .page_top span {
		transform: none;
		left: auto;
		right: 0;
		width: 60px;
		height: 60px;
		bottom: -30px;
	}
	footer .page_top:hover span {
		background: url("../img/common/img_arrow-u_line_pc.png") no-repeat;
		width: 60px;
		height: 60px;
		display: block;
		content: "";
		right: 0;
		bottom: -30px;
		transform: none;
		background-size: contain;
	}
}
@media screen and (min-width:1024px) {
	footer {
		height: 245px;
		margin-top: -90px;
	}
	footer .footer_logo &gt; a {
		padding-left: 20px;
	}
	footer .page_top span,
	footer .page_top:hover span {
		bottom: 95px;
	}
}
@media screen and (min-width:1301px) {
	footer .footer_logo {
		transform: translateX(-635px );
		left: 50%;
		position: absolute;
	}
	footer .footer_logo &gt; a {
		padding-left: 0;
	}
	footer .copyright {
		right: 0;
		margin: 0 calc(50% - 555px) 0 auto;
	}
	footer .page_top span,
	footer .page_top:hover span {
		margin: 0 calc(50% - 635px) 0 auto;
	}
}
/* コンテンツ共通 */
main section.about h2::after,
main section.values h2::after,
main section.policy h2::after,
main section.people h2::after,
main section.recruit_info h2::after {
	content: "";
	height: 3px;
	display: block;
	position: absolute;
	bottom: -30px;
	width: 68px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-bottom: 1px solid #1e1e1e;
	bottom: -30px;
}
section article &gt; div h2 + p {
	margin-top: 60px;
	line-height: 1.93;
	letter-spacing: 1px;
}
main section article &gt; div &gt; ul {
	margin-top: 25px;
}
main section article &gt; div &gt; ul li {
	position: relative;
}
main section article &gt; div &gt; ul li:not(:first-child) {
	margin-top: 20px;
}
main section article &gt; div &gt; ul li a p,
.recruit_info article &gt; div &gt; div &gt; ul li a p {
	font-size: 125%;
	color: #fff;
	font-weight: bold;
	z-index: 1;
	letter-spacing: 4px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	text-align: center;
	margin-top: 15px;
}
@media screen and (min-width:769px) {
main section article &gt; div &gt; ul li:not(:first-child) {
		margin-top: 0;
		margin-left: 20px;
	}
	main section.about h2::after,
	main section.values h2::after,
	main section.policy h2::after,
	main section.people h2::after,
	main section.recruit_info h2::after {
		width: 105px;
		bottom: -50px;
	}
}
main .story {
	padding-right: 5%;
	position: relative;
	margin-top: 75px;
}
main .story article {
	border-radius: 0 30px 30px 0;
	padding: 0 5% 40px 10%;
}
main .story article &gt; div &gt; ul li:not(:first-child) {
	margin-top: 0;
}
main .people {
	padding-left: 5%;
	position: relative;
}
main section.people article {
	border-radius: 30px 0 0 30px;
	padding: 0 10% 40px 5% !important;
}
main section article div &gt; ul li a span,
/*.values h2 span,*/
.people article &gt; div &gt; div &gt; ul &gt; li &gt; a &gt; dl dd::after {
	background: url("../img/common/img_arrow-r_line.png") no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	content: "";
	background-size: contain;
	margin: 0 auto;
}
@media screen and (min-width:769px) {
	main section.people article {
		/*padding: 0 0 0 275px !important;*/
		padding: 0 !important;
	}
}
@media screen and (min-width:1301px) {
	main section.people article {
		margin-left: 50px;
	}
}
/* story */
.story article {
	background-color: #ffe18c;
}
.story h2::before {
	content: "";
	background: url("../img/common/img_story.svg") no-repeat;
	height: 54px;
	display: block;
	position: absolute;
	top: -16px;
	width: 134px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
main section.story  article &gt; div &gt; ul li:not(:first-child) {
	margin-top: 20px;
}
.story article &gt; div &gt; ul li a span,
.policy article &gt; div &gt; ul li a span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
}
.story article &gt; div &gt; ul li a &gt; p {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
	text-align: center;
	margin-top: 0;
}
.story article &gt; div &gt; ul .st_locality a::after,
.story article &gt; div &gt; ul .st_customers a::after,
.story article &gt; div &gt; ul .st_staff a::after,
.story article &gt; div &gt; ul li {
	height: 256px;
	width: 100%;
}
.story article &gt; div &gt; ul .st_locality a::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	background: url("../img/common_2/bnr_st_locality.jpg") no-repeat center;
	background-size: contain;
	width: 100%;
}
.story article &gt; div &gt; ul .st_customers a::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	background: url("../img/common_2/bnr_st_customers.jpg") no-repeat center;
	background-size: contain;
	width: 100%;
}
.story article &gt; div &gt; ul .st_staff a::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	background: url("../img/common_2/bnr_st_staff.jpg") no-repeat center;
	background-size: contain;
	width: 100%;
}
@media screen and (min-width:769px) {
	main .story {
		padding-right: 50px;
	}
	main .story article {
		border-radius: 0 100px 100px 0;
		flex-direction: row-reverse;
		right: 50%;
		margin-right: -510px;
		padding: 0 40px 40px 0;
		height: 682px;
		position: relative;
	}
	.story h2::before {
		height: 78px;
		width: 194px;
		top: -30px
	}
	.story article &gt; div {
		position: absolute;
		right: -40px;
		width: 68%;
	}
	.story article &gt; div h2 + p {
		width: 90%
	}
	.story article &gt; div &gt; ul {
		margin-top: 42px;
	}
	.story article &gt; div &gt; ul,
	.policy article &gt; div &gt; ul {
		display: flex;
	}
	main section.story  article &gt; div &gt; ul li:not(:first-child) {
		margin-top: 0;
	}
	.story article &gt; div &gt; ul .st_locality a::after,
	.story article &gt; div &gt; ul .st_customers a::after,
	.story article &gt; div &gt; ul .st_staff a::after,
	.story article &gt; div &gt; ul li {
		width: 352px;
		height: 300px;
		overflow: hidden;
		background-color: #fff;
	}
	.story article &gt; div &gt; ul .st_locality a::after {
		background: url(../img/common_2/bnr_st_locality_pc.jpg) no-repeat center;
	}
	.story article &gt; div &gt; ul .st_customers a::after {
		background: url(../img/common_2/bnr_st_customers_pc.jpg) no-repeat center;
	}
	.story article &gt; div &gt; ul .st_staff a::after {
		background: url(../img/common_2/bnr_st_staff_pc.jpg) no-repeat center;
	}
	.story article &gt; div &gt; ul li a span,
	.policy article &gt; div &gt; ul li a span {
		width: 52px;
		height: 52px;
	}
	.story article &gt; div &gt; ul li a &gt; p {
		width: 100%;
		top: 42%;
		text-align: center;
	}
	.story article &gt; div &gt; ul li a::after {
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
		background-size: cover;
		display: block;
	}
	.story article &gt; div &gt; ul li a:hover {
		opacity: 0.8;
	}
}
@media screen and (min-width:1000px) {
	.story article &gt; div {
		position: absolute;
		right: -80px;
		width: auto;
	}
	.story article &gt; div h2 + p {
		width: auto;
	}
}

/* policy */
.policy {
	margin-left: 5%;
}
.policy article {
	background-color: #ffcad3;
	border-radius: 30px 30px 30px 30px !important;
	margin-right: 5%;
	padding: 0 5% 40px !important;
}
.policy h2::before {
	content: "";
	background: url("../img/common/img_policy.svg") no-repeat;
	height: 54px;
	display: block;
	position: absolute;
	top: -20px;
	width: 146px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.policy article &gt; div &gt; ul li a p.text {
	color: inherit;
	text-shadow: none;
	text-align: center;
	margin-top: 15px;
}
.policy article &gt; div &gt; ul li:not(:first-child) {
	margin-top: 30px;
}
@media screen and (min-width:769px) {
	.policy {
		margin-right: 2%;
		margin-left: 2%;
	}
	main section article &gt; div &gt; ul li a p {
		font-size: 162.5%;
		letter-spacing: 2px;
	}
	.policy article {
		padding: 0 5% 80px !important;
		border-radius: 100px !important;
		max-width: 1200px;
		margin: 0 auto;
	}
	.policy article &gt; div {
		width: 100%;
	}
	.policy h2::before {
		height: 82px;
		width: 224px;
		top: -40px;
	}
	.policy article &gt; div &gt; ul li:not(:first-child) {
		margin-top: 0;
		margin-left: 2%;
	}
	.policy article &gt; div &gt; ul li a .photo {
		overflow: hidden;
		background-color: #fff;
	}
	.policy article &gt; div &gt; ul li a p img {
		height: auto;
		overflow: hidden;
		transition-duration: .3s;
	}
	.policy article &gt; div &gt; ul li a p img:hover {
	transform:scale(1.1);
	-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
		display: block;
		opacity: 0.8;
	}
	main .policy article &gt; div &gt; ul li {
		width: 32%;
		height: auto;
	}
}
/* people */
.people article {
	background-color: #10b366;
	color: #fff;
}
.people h2 {
	padding-top: 105px;
}
.people h2::before {
	background: url("../img/common/img_people_sp.svg") no-repeat;
	content: "";
	height: 54px;
	display: block;
	position: absolute;
	top: 40px;
	width: 146px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.people h2::after {
	border-bottom: 1px solid #fff !important;
}
.people article &gt; div &gt; div &gt; ul {
	display: flex;
	flex-wrap: wrap;
}
.people article &gt; div &gt; div:nth-of-type(2) {
	margin-top: 30px;
}
.people article &gt; div &gt; div &gt; ul li {
	width: 48%;
	margin-top: 0;
}
.people article &gt; div &gt; div &gt; ul li:nth-child(even) {
	margin-left: 4%;
}
.people article &gt; div &gt; div &gt; ul li:not(:first-child) {
	margin-top: 0;
}
.people article &gt; div &gt; div &gt; ul li:nth-child(n+3) {
	margin-top: 25px;
}
.people article &gt; div &gt; div &gt; ul li dl {
	margin-top: 15px;
	letter-spacing: 1px;
}
.people article &gt; div &gt; div &gt; ul li dl dt {
	padding-bottom: 15px;
}
.people article &gt; div &gt; div &gt; ul li dl dd {
	font-size: 100%;
	position: relative;
}
.people article &gt; div &gt; div &gt; ul li dl dd::before {
	content: "";
	border-top: 1px solid #fff;
	width: 40px;
	display: block;
	padding-top: 15px;
}
.people article &gt; div &gt; div &gt; ul li dl dd span {
	font-size: 80%;
	background: none;
	width: auto;
	margin-top: 10px;
	display: block;
}
.people article &gt; div &gt; div &gt; ul &gt; li &gt; a &gt; dl dd::after {
	position: absolute;
	top: 25px;
	left: 90px;
}
@media screen and (min-width:769px) {
	main .people {
		height: 475px;
	}
	main section:not(.kv) article {
		display: flex;
		position: relative;
	}
	h2 {
		font-size: 175%;
		padding-top: 65px;
		line-height: 1.6;
		margin-bottom: 50px;
	}
	section article &gt; div h2 + p {
		margin-top: 90px;
		text-align: center;
		font-size: 100%;
		line-height: 2.25;
		letter-spacing: 1px;
	}
	.story article &gt; div &gt; ul li a:hover:after {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		overflow: hidden;
	}
	.people article {
		color: inherit;
		background-color: transparent;
	}
	.people h2,
	.recruit_info h2{
		text-align: left;
		padding-top: 0;
	}
	.people h2 &gt; span {
		margin-top: 30px;
		display: block;
	}
	.people h2::before {
		background: url("../img/common/img_people_pc.svg") no-repeat;
		content: "";
		height: 82px;
		position: static;
		top: 40px;
		width: 250px;
		left: 50%;
		transform: none;
	}
	.people h2::after,
	.recruit_info h2::after {
		border-bottom: 1px solid #1e1e1e !important;
		left: 0 !important;
		transform: none !important;
	}
	.people article &gt; div {
		display: flex;
		position: relative;
		max-width: none !important;
	    padding-left: 30px;
	}
	.people article &gt; div &gt; div:first-of-type {
		width: 23%;
	}
	.people article &gt; div h2 + p,
	.recruit_info article &gt; div h2 + p {
		text-align: left;
	}
	.people article &gt; div &gt; div:nth-of-type(2) {
		border-radius: 100px 0 0 100px;
		display: flex;
		position: absolute;
		right: 0;
		width: 73%;
		height: 405px;
		background-color: #10b366;
		top: 40px;
	}
	.people article &gt; div &gt; div &gt; ul {
		padding: 0 0 0 50px;
		margin-top: 0;
		position: relative;
		right: 0;
		top: -70px;
		max-width: 780px;
	}
	.people article &gt; div &gt; div &gt; ul li {
		width: 23.5%;
		overflow: hidden;
	}
	.people article &gt; div &gt; div &gt; ul li:nth-child(even) {
		margin-left: 0;
	}
	.people article &gt; div &gt; div &gt; ul li:not(:first-child) {
		margin-left: 2%;
	}
	.people article &gt; div &gt; div &gt; ul li:nth-child(n+3) {
		margin-top: 0;
	}
	.people article &gt; div &gt; div &gt; ul li dl {
		color: #fff;
	}
	.people article &gt; div &gt; div &gt; ul li a p {
		overflow: hidden;
		background-color: #fff;
	}
	.people article &gt; div &gt; div &gt; ul li a p img {
		transition-duration: .3s;
	}
	.people article &gt; div &gt; div &gt; ul li a p img:hover {
		transform:scale(1.1);
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
		display: block;
		opacity: 0.8;
	}
}
@media screen and (min-width:1000px) {
	main section:not(.kv) article &gt; div {
		max-width: 1104px;
		width: 100%;
	}
	main section article &gt; div &gt; ul li a p {
		font-size: 168.75%;
	}
}
</pre></body></html>