<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**/@charset "utf-8";
.kv {
	background-color: #1e1e1e;
	height: calc(100% - 60px);
}
.kv article {
	display: flex;
	flex-direction: column;
}
.kv article &gt; div {
	width: 100%;
	order: 2;
}
.kv article &gt; div video {
	width: 100%;
	height: auto;
}
.kv article &gt; p {
	margin: 0 auto;
}
.kv article .catch {
	width: 75%;
	margin: 0 auto;
	padding: 55px 0;
}
.kv article .scroll {
	width: 16%;
	order: 3;
	padding-top: 120px;
}
.kv article .scroll a {
	height: 130px;
	display: block;
}
.kv article .scroll a span {
	content: "";
	width: 1px;
	height: 100px;
	background-color: #fff;
	display: block;
	margin: 10px auto 0;
}
@media screen and (min-width:769px) {
	.kv {
		background-color: transparent;
		height: auto;
		max-width: 1800px;
		margin: 0 auto;
	}
	.kv article &gt; div {
		position: static;
	}
	.kv article {
		position: relative;
		max-width: 1300px;
		margin: 0 auto;
		max-height: 733px;
	}
	.kv article .catch {
		padding: 0;
		position: absolute;
		bottom: 15%;
		left: 0;
		max-width: 736px;
		width: 50%;
	}
	.kv article .scroll {
		display: none;
	}
}
@media screen and (min-width: 1300px) {
	.kv article .catch {
		width: 100%;
	}
}
/* top蜈ｱ騾� */
main section.about {
	margin-top: 86px;
}
main section.values {
	margin-top: 73px;
}
main section.story,
main section.policy {
	margin-top: 82px;
}
main section.people,
main section.recruit_info {
	margin-top: 60px;
}
main .about {
	padding-right: 5%;
}
main .about article {
	border-radius: 0 30px 30px 0;
	padding: 0 5% 40px 10%;
}
main .values{
	padding-left: 5%;
}
main .values article {
	border-radius: 30px 0 0 30px;
	padding: 0 10% 40px 5%;
}
@media screen and (min-width:769px) {
	main section.about {
		margin-top: 135px;
	}
	main section.values,
	main section.people,
	main section.recruit_info {
		margin-top: 90px;
	}
	main section.story {
		margin-top: 120px;
	}
	main section.policy {
		margin-top: 130px;
	}
	main .about {
		padding-right: 50px;
	}
	main .about article {
		border-radius: 0 100px 100px 0;
		flex-direction: row-reverse;
		right: 50%;
		margin-right: -450px;
		padding: 0 40px 40px 0;
	}
	main .about article &gt; div {
		width: 64%;
	}
	main .values article {
		border-radius: 100px 0 0 100px;
		padding: 70px 20px 40px 50px;
	}
	.recruit_info article &gt; div &gt; div &gt; ul li a p {
		font-size: 162.5%;
		letter-spacing: 2px;
	}
	main section article &gt; div &gt; ul li a span {
		width: 52px;
		height: 52px;
		display: inline-block;
	}
}
@media screen and (min-width:1000px) {
	.recruit_info article &gt; div &gt; div &gt; ul li a p {
		font-size: 187.5%;
	}
	main .values article {
		padding: 75px 55px 40px 120px;
	}
}
@media screen and (min-width:1301px) {
	main .values article {
		margin-left: 145px;
	}
}
/* about */
.about article {
	background-color: #80d1a5;
}
.about h2::before {
	content: "";
	background: url("../img/common/img_about.svg") no-repeat;
	height: 37px;
	display: block;
	position: absolute;
	top: -20px;
	width: 148px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.about article &gt; div &gt; ul .message a::after,
.about article &gt; div &gt; ul .bank_overview a::after,
.about article &gt; div &gt; ul li {
	height: 166px;
}
.about article &gt; div &gt; ul .message a::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	background: url("../img/top/bnr_message_sp.jpg") no-repeat;
	background-size: cover;
	width: 100%;
}
.about article &gt; div &gt; ul .bank_overview a::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	background: url("../img/top/bnr_bank_overview_sp.jpg") no-repeat;
	background-size: cover;
	width: 100%;
}
.about article &gt; div &gt; ul li a &gt; p {
	position: absolute;
	top: 36%;
	left: 30px;
	z-index: 100;
}
.about article &gt; div &gt; ul li a span,
.recruit_info article &gt; div &gt; div &gt; ul li a p span {
	margin: 10px auto 0;
}
.about article &gt; div &gt; ul .message a &gt; p::after {
	position: absolute;
	top: 80px;
	left: 70px;
	background-size: contain;
}
@media screen and (min-width:550px) and ( max-width:768px) {
	.about article &gt; div &gt; ul .message a::after,
	.about article &gt; div &gt; ul .bank_overview a::after,
	.about article &gt; div &gt; ul li {
		height: 220px;
	}
}
@media screen and (min-width:769px) {
	.about h2::before {
		height: 64px;
		width: 226px;
		top: -45px
	}
	.about h2::after {
		bottom: -45px;
	}
	.about article &gt; div &gt; ul {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.about article &gt; div &gt; ul li {
		background-color: #fff;
	}
	.about article &gt; div &gt; ul li a span {
		margin: 0 0 0 10px;
		vertical-align: middle;
	}
	.about article &gt; div &gt; ul .message {
		overflow: hidden;
		max-width: 710px;
		height: 310px;
		width: 100%;
	}
	.about article &gt; div &gt; ul .message a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-decoration: none;
	}
	.about article &gt; div &gt; ul li a:hover {
		opacity: 0.8;
	}
	.about article &gt; div &gt; ul .message a::after {
		background: url("../img/top/bnr_message_pc.jpg") no-repeat;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
		height: 310px;
		background-size: cover;
		width: 710px;
		display: block;
		background-color: #fff;
	}
	.about article &gt; div &gt; ul li a:hover:after,
	.recruit_info article &gt; div &gt; div &gt; ul .recruit_info a:hover:after {
		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;
		z-index: 2;
	}
	.about article &gt; div &gt; ul .bank_overview,
	.about article &gt; div &gt; ul .bank_overview a::after {
		overflow: hidden;
		width: 370px;
		height: 310px;
	}
	.about article &gt; div &gt; ul .bank_overview a::after {
		background: url("../img/top/bnr_bank_overview_pc.jpg") no-repeat;
		-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;
		background-color: #fff;
	}
	.about article &gt; div &gt; ul li a &gt; p {
		left: 80px;
		top: 45%;
		margin-top: 0;
		font-size: 200%;
	}
}
@media screen and (min-width:1000px) {
	main .about article {
		margin-right: -625px;
		padding: 0 50px 80px 0;
	}
}
/* story */
main section.story 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;
}
@media screen and (min-width:769px) {
	main section.story h2::after {
		width: 105px;
		bottom: -50px;
	}
}
/* 7 values */
.values article {
	background-color: #75d1e1;
}
.values h2 {
	text-align: left;
}
.values h2 span {
	background: url("../img/common/img_arrow-r_line.png") no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	content: "";
	background-size: contain;
	margin: 0 auto;
	display :inline-block;
	position: absolute;
	top: 55px;
	left: 250px;
}
.values h2::before {
	content: "";
	background: url("../img/common/img_value.svg") no-repeat;
	height: 30px;
	display: block;
	position: absolute;
	top: -16px;
	width: 262px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.values article &gt; div &gt; p {
	margin-top: 50px;
}
@media screen and (min-width:375px) {
	.values h2 span {
		left: 260px;
	}
}
@media screen and (min-width:769px) {
	.values h2 {
		padding-top: 90px;
		margin-bottom: 40px;
	}
	.values h2::before {
		top: 0;
		width: 527px;
		left: 0;
		transform: none;
		height: 56px;
	}
	main section.values h2::after {
		bottom: -40px;
		transform: none;
		left: 0;
	}
	.values h2 span {
		top: 115px;
		right: -160px;
		width: 60px;
		height: 60px;
	}
	.values article &gt; div h2 + p {
		text-align: left;
		margin-top: 80px;
	}
	.values article &gt; div {
		display: flex;
	}
	.values article div div {
		width: 485px;
		width: 42%;
	}
	.values article &gt; div &gt; p {
		margin-left: 60px;
		margin-top: auto;
	}
}
/* recruit */
.recruit_info article {
	background-color: #92e1ca;
	padding: 0 5% 45px;
}
.recruit_info h2 {
	padding-top: 118px;
}
.recruit_info h2::before {
	background: url("../img/common/img_recruit_info_sp.svg") no-repeat;
	content: "";
	height: 54px;
	display: block;
	position: absolute;
	top: 60px;
	width: 284px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.recruit_info article &gt; div &gt; div &gt; ul .recruit_info a::after,
.recruit_info article &gt; div &gt; div &gt; ul li {
	height: 296px;
	width: 100%;
	overflow: hidden;
}
.recruit_info article &gt; div &gt; div &gt; ul .recruit_info a::after {
	content: "";
	display: block;
	top: 0;
	background: url("../img/top/bnr_recruit_info.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
}
.recruit_info article &gt; div &gt; div &gt; ul li {
	position: relative;
}
.recruit_info article &gt; div &gt; div &gt; ul li a &gt; p {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
	text-align: center;
	line-height: 1.8;
	margin-top: 0;
}
.recruit_info article &gt; div &gt; div:nth-of-type(2) {
	margin-top: 25px;
}
@media screen and (min-width:769px) {
	.recruit_info article {
		background-color: transparent;
	}
	.recruit_info h2 {
		padding-top: 145px;
	}
	.recruit_info h2::before {
		height: 43px;
		display: block;
		top: 85px;
		width: 394px;
		left: 0;
		transform: none;
	}
	.recruit_info h2::after {
		bottom: -45px !important;
	}
	.recruit_info article &gt; div {
		background-color: #92e1ca;
		border-radius: 100px;
		padding: 0 70px 75px ;
		position: relative;
	}
	.recruit_info article &gt; div h2 + p {
		letter-spacing: 0;
	}
	.recruit_info article &gt; div &gt; div &gt; ul li,
	.recruit_info article &gt; div &gt; div &gt; ul .recruit_info a::after {
		height: 310px;
		width: 525px;
		margin: 0 auto;
	}
	/* .recruit_info article &gt; div &gt; div &gt; ul li a &gt; p {
		top: 12%;
	} */
	.recruit_info article &gt; div &gt; div &gt; ul li {
		background-color: #fff;
	}
	.recruit_info article &gt; div &gt; div &gt; ul li a:hover {
		opacity: 0.8;
	}
}
@media screen and (min-width:1000px) {
	.recruit_info article &gt; div {
		border-radius: 100px;
		padding: 0 0 75px 70px;
		width: 910px !important;
		height: 470px;
		position: relative;
	}
	.recruit_info article &gt; div &gt; div:nth-of-type(2) {
		position: absolute;
		left: 480px;
		margin-top: 0;
		top: 135px;;
	}
	.recruit_info article &gt; div &gt; div &gt; ul {
		width: auto;
		width: 650px;
	}
		.recruit_info article &gt; div &gt; div:first-of-type {
		width: 355px;
	}
	.recruit_info article &gt; div &gt; div:nth-of-type(2) {
		position: absolute;
		margin-top: 0;
		bottom: -65px;
	}
	.recruit_info article &gt; div &gt; div &gt; ul li,
	.recruit_info article &gt; div &gt; div &gt; ul .recruit_info a::after {
		height: 400px;
		width: 650px;
	}
	/* .recruit_info article &gt; div &gt; div &gt; ul li a &gt; p {
		top: 28%;
	} */
}
@media screen and (min-width:1000px) {
	.recruit_info article {
		width: 1128px;
		margin: 0 auto;
		padding: 0 0 45px;
	}
}
@media screen and (min-width:1024px) {
	footer {
		margin-top: -70px;
	}
}</pre></body></html>