<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.contents_wrap {
		max-width: 840px;
}
.vision_top {
		text-align: center;
		margin-bottom: 110px;
}
.vision_top h2 {
		font-size: 40px;
		line-height: 1.6;
		margin: 0 0 25px;
		font-weight: 600;
}
.vision_top p {
		text-align: center;
		line-height: 2.0;
}
.vision_top p.visionCatch {
		text-align: center;
		line-height: 1.8;
		font-size: 18px;
		font-weight: 600;
		margin: 0 0 20px
}
.vision_message {
		position: relative;
		width: 285px;
		float: right;
		margin: 0 0 30px 35px;
}
@media(max-width: 960px) {
		.vision_message {
				width: 40%;
		}
}
@media(max-width: 767px) {
		.vision_message {
				width: auto;
				float: none;
				margin: 0 0 40px;
		}
}
.catch {
		color: #fff;
		font-size: 40px;
		font-family: 'Inter', sans-serif;
		font-weight: 300;
}
@media(max-width: 1200px) {
		.catch {
				line-height: 1.4;
		}
}
@media(max-width: 960px) {
		.catch {
				font-size: 40px;
		}
}
.vision_message img {
		width: 100%;
		height: auto;
}
.message_section, .talk_section {
		margin: 0 0 140px
}
.vision_wrap {
		max-width: 840px;
		margin: 0 auto;
}
.message_section p {
		line-height: 2.0;
		margin: 0 0 2em
}
.vision_hd {
		font-size: 32px;
		font-weight: 500;
		margin: 0 0 40px;
		padding: 0 0 20px;
		border-bottom: 1px solid #005477;
		line-height: 1.6;
}
.vision_sb {
		font-size: 24px;
		font-weight: 600;
		margin: 0 0 30px;
		line-height: 1.6;
}
.message_section p.vision_name {
		font-weight: 600;
		margin-bottom: 0;
}
@media(max-width: 767px) {
		.message_section p.vision_name {
				text-align: right;
		}
}
.vision_talk {
		margin: 0 0 30px;
		position: relative;
}
.vision_talk img {
		width: 100%;
		height: auto;
}
.vision_talk .catch {
		position: absolute;
		text-align: center;
		top: calc(50% - 20px);
		left: 0;
		width: 100%;
}
.vision_talk img {
		width: 100%;
		height: auto;
}
.talk_section p {
		line-height: 2.0;
}
.history_section p {
		line-height: 2.0;
}
.history_figure {
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
}
.history_figure img {
		width: 100%;
		height: auto
}
.vision_btn_center {
		display: flex;
		justify-content: center;
		margin-top: 60px;
}
.talk_section .vision_btn_center {
		margin-top: 60px;
}
.vision_btn {
		width: 500px;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 1.6;
}
.vision_btn a {
		height: 100px;
		box-sizing: border-box;
		color: #fff;
		background: #005477;
		border: 1px solid #005477;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: background 0.3s;
		position: relative;
}
.vision_btn a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: left center;
		transform: scaleX(0);
		z-index: 0;
}
.vision_btn a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 8px);
		right: 25px;
		width: 21px;
		height: 17px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 21px;
		background-image: url("../images/link_viewmore_arw_wht.png");
}
.vision_btn a span {
		display: inline-block;
		position: relative;
		z-index: 5
}
@media (hover: hover) {
		.vision_btn a:hover {
				color: #005477;
		}
		.vision_btn a:hover::before {
				transform: scaleX(1);
		}
		.vision_btn a:hover::after {
				background-image: url("../images/link_viewmore_arw.png");
		}
}
@media(max-width: 767px) {
		.message_section, .talk_section {
				margin: 0 0 120px;
		}
		.vision_top {
				margin-bottom: 60px;
		}
		.vision_top h2 {
				font-size: 28px;
				margin: 0 0 20px;
		}
		.vision_top p.visionCatch {
				margin: 0 0 15px;
		}
		.catch {
				font-size: 30px;
		}
		.vision_hd {
				font-size: 24px;
				margin: 0 0 35px;
				padding: 0 0 10px;
		}
		.vision_sb {
				font-size: 20px;
				margin: 0 0 20px;
		}
		.talk_section .vision_btn_center {
				margin-top: 40px;
		}
		.vision_btn {
				font-size: 16px;
				line-height: 1.6;
		}
		.vision_btn a {
				height: 80px;
				text-align: center;
		}
}
.subAnchor {
		position: relative;
		padding-top: 150px;
		margin-top: -150px;
		pointer-events: none;
}</pre></body></html>