<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sitecatch &gt; .border, #visualstage &gt; .border, .block2 &gt; .border, .block3 &gt; .border {
	position: absolute;
	width: 50%;
	max-width: 960px;
	height: 100%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}
.sp #sitecatch &gt; .border, .sp #visualstage &gt; .border, .sp .block2 &gt; .border, .sp .block3 &gt; .border {
	display: none;
}
#sitecatch &gt; .border:before, #visualstage &gt; .border:before, .block2 &gt; .border:before, .block3 &gt; .border:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0px;
	left: 50%;
	background: #EFEFEF;
}

.block2 .button, .block3 .button {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.block2 .right.button, .block3 .right.button {
	align-items: flex-end;
	justify-content: flex-end;
}
.block2 .center.button, .block3 .center.button {
	align-items: center;
	justify-content: center;
}
.block2 .wrap.button, .block3 .wrap.button {
	flex-direction: row;
	flex-wrap: wrap;
}
.block2 .button a, .block3 .button a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 5px 35px 5px 10px !important;
	min-width: 160px;
	min-height: 44px;
	font-size: min(1.25vw, 16px);
	line-height: 1;
	font-weight: 500;
	color: #fff !important;
	background: #960023;
	overflow: hidden;
}
.tablet .block2 .button a, .block2 .tablet .button a, .tablet .block3 .button a, .block3 .tablet .button a {
	font-size: min(1.4634146341vw, 12px);
}
.sp .block2 .button a, .block2 .sp .button a, .sp .block3 .button a, .block3 .sp .button a {
	font-size: min(3.4330798898vw, 12.8740495868px);
}
.sp .block2 .button a, .block2 .sp .button a, .sp .block3 .button a, .block3 .sp .button a {
	min-width: 140px;
	min-height: 35px;
}
.block2 .button a[target="_blank"]:before, .block3 .button a[target="_blank"]:before {
	background-image: url(../images/blank.svg);
}
.block2 .button a[target="_blank"]:after, .block3 .button a[target="_blank"]:after {
	background-image: url(../images/blank.svg);
}
.block2 .button a[href$=".pdf"]:before, .block3 .button a[href$=".pdf"]:before {
	background-image: url(../images/pdfw.svg);
}
.block2 .button a[href$=".pdf"]:after, .block3 .button a[href$=".pdf"]:after {
	background-image: url(../images/pdfw.svg);
}
.block2 .button a:before, .block3 .button a:before {
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 100%;
	left: auto;
	right: 35px;
	top: 0px;
	bottom: auto;
	background: url(../images/arrow.svg) no-repeat center center;
	transition: 0ms;
	opacity: 0;
}
.block2 .button a:after, .block3 .button a:after {
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 100%;
	right: 0px;
	top: 0px;
	margin-top: 0;
	background: url(../images/arrow.svg) no-repeat center center;
	transition: 0ms;
}
.block2 .button a:hover:before, .block3 .button a:hover:before {
	right: 0px;
	opacity: 1;
	transition: right 250ms 250ms, opacity 250ms 250ms;
}
.block2 .button a:hover:after, .block3 .button a:hover:after {
	right: -35px;
	opacity: 0;
	transition: right 250ms, opacity 250ms;
}

#sitecatch {
	position: absolute;
	top: 80px;
	width: 100%;
	max-height: 450px;
	background: #fff;
	overflow: hidden;
}
.sp #sitecatch {
	top: 50px;
}
#sitecatch &gt; div:not(.border) {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: auto;
	padding: 60px 40px;
	z-index: 5;
}
.tablet #sitecatch &gt; div:not(.border) {
	padding: 40px 20px;
}
.sp #sitecatch &gt; div:not(.border) {
	padding: 30px 15px;
}
#sitecatch p {
	font-size: min(2.5vw, 32px);
	line-height: 1.2;
	font-weight: 500;
	color: #000;
}
.sp #sitecatch p {
	font-size: min(4.2666666667vw, 16px);
}
#sitecatch p.catch {
	width: min(700px, 55%);
}
.sp #sitecatch p.catch {
	width: min(360px, 70%);
}
#sitecatch p.catch strong {
	display: block;
	padding-top: 31.7934782609%;
	height: 0;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/catch.svg) no-repeat center center;
	background-size: cover;
}
#sitecatch p + p {
	margin-top: 25px;
}
#sitecatch canvas {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120% !important;
	height: 120% !important;
	opacity: 0.35;
}

#sitecatch2 {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 80px;
	width: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 0;
}
#sitecatch2 &gt; div {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: auto;
	padding: 60px 40px;
	z-index: 5;
	display: flex;
	aspect-ratio: 16 / 9;
	max-height: calc(100vh - 280px);
}
.tablet #sitecatch2 &gt; div {
	padding: 40px 20px;
}
.sp #sitecatch2 &gt; div {
	padding: 30px 15px;
}
#sitecatch2 &gt; div:before {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc(50% - 50vw);
	background: url(../images/catchbg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
#sitecatch2 p {
	margin: auto;
	width: 60%;
	max-width: 1080px;
	text-indent: -10000px;
	background: url(../images/catch2.svg) no-repeat center center;
	background-size: 100% auto;
	aspect-ratio: 1079.158 / 410.22;
	overflow: hidden;
}
.sp #sitecatch2 p {
	width: 75%;
}

#_sitecatch2 {
	position: absolute;
	display: flex;
	align-items: center;
	top: 80px;
	width: 100%;
	height: calc(100vh - 80px);
	background: #fff;
	overflow: hidden;
	z-index: 0;
}
.sp #_sitecatch2 {
	top: 50px;
	height: 300px;
}
#_sitecatch2:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/catchbg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
#_sitecatch2 &gt; div {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: auto;
	padding: 60px 40px;
	z-index: 5;
}
.tablet #_sitecatch2 &gt; div {
	padding: 40px 20px;
}
.sp #_sitecatch2 &gt; div {
	padding: 30px 15px;
}
#_sitecatch2 p {
	margin: auto;
	width: 60%;
	max-width: 1080px;
	text-indent: -10000px;
	background: url(../images/catch2.svg) no-repeat center center;
	background-size: 100% auto;
	aspect-ratio: 1079.158 / 410.22;
	overflow: hidden;
}
.sp #_sitecatch2 p {
	width: 75%;
}

#visualstage {
	position: fixed;
	width: 100%;
	height: calc(100% - 80px);
	top: 80px;
	left: 0px;
	z-index: -1;
}
.sp #visualstage {
	height: calc(100% - 50px);
	top: 50px;
}
#visualstage .border {
	opacity: 0;
	transition: opacity 600ms;
	z-index: 1;
}
.scroll #visualstage .border {
	opacity: 1;
}
#visualstage:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(23, 44, 62, 0.4);
	mix-blend-mode: multiply;
	z-index: 2;
	opacity: 0;
	transition: opacity 600ms;
}
.sp #visualstage:before, .scroll #visualstage:before {
	opacity: 1;
}
#visualstage &gt; div:not(.border) {
	position: absolute;
	width: max(115vh, 115vw);
	padding-top: max(115vh, 115vw);
	height: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#visualstage img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 15vh;
	left: 0px;
	object-fit: cover;
}

#sitecatch2 + main {
	margin-top: 0px;
	background: #bdc2c5;
}
.sp #sitecatch2 + main {
	margin-top: 0px;
}
#sitecatch2 + main .block1 &gt; div {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: auto;
	padding: 40px 40px 100px;
}
.tablet #sitecatch2 + main .block1 &gt; div {
	padding: 20px 20px 50px;
}
.sp #sitecatch2 + main .block1 &gt; div {
	padding: 20px 15px 50px;
}

main {
	margin-top: max(500px, 75vh);
	background: transparent;
}
.sp main {
	margin-top: calc(60px + 31.7934782609vw + 25px + (min(4.2666666667vw, 16px) * 1.2) + 40px);
}

.block1 {
	position: relative;
}
.block1 &gt; div {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: auto;
	padding: 0px 40px 100px;
}
.tablet .block1 &gt; div {
	padding: 0px 20px 50px;
}
.sp .block1 &gt; div {
	padding: 0px 15px 50px;
}
.block1 h2 {
	margin: 0px 0px 50px;
	padding: 0px;
	font-size: min(2.5vw, 32px);
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
}
.tablet .block1 h2 {
	font-size: min(2.9268292683vw, 24px);
}
.sp .block1 h2 {
	font-size: min(5.2906666667vw, 19.84px);
}
.block1 h2:before {
	content: attr(data-entitle);
	display: block;
	margin-bottom: 10px;
	font-size: min(5.46875vw, 70px);
	line-height: 1.3;
	font-weight: 900;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
.tablet .block1 h2:before {
	font-size: min(6.4024390244vw, 52.5px);
}
.sp .block1 h2:before {
	font-size: min(8.6170798898vw, 32.3140495868px);
}
.block1 .pagecolumn .blogcontentslist &gt; ul &gt; li {
	background: #fff;
}
.sp .block1 .pagecolumn .blogcontentslist &gt; ul &gt; li {
	background: transparent;
}
.block1 .pagecolumn .blogcontentslist .large {
	color: #fff;
}
.block1 .pagecolumn .blogcontentslist .large .body {
	background: #000;
}
.sp .block1 .pagecolumn .blogcontentslist .large .body {
	background: transparent;
}
.block1 .pagecolumn .blogcontentslist .large a {
	color: #fff;
}
.block1 .pagecolumn .blogcontentslist .date {
	color: #960023;
}
.sp .block1 .pagecolumn .blogcontentslist .date {
	color: #fff;
}
.sp .block1 .pagecolumn .blogcontentslist a {
	color: #fff;
}
.block1 .pagecolumn .sidecolumn h3 {
	color: #fff;
	border-bottom-color: #fff;
}
.block1 .pagecolumn .sidecolumn a {
	color: #fff;
}
.block1 .pagecolumn .sidecolumn .most ol li:before {
	color: #fff;
	border-bottom-color: #fff;
}

.block2 {
	position: relative;
	background: #fff;
}
.block2 &gt; div:not(.border) {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: auto;
	padding: 100px 40px;
}
.tablet .block2 &gt; div:not(.border) {
	padding: 66.6666666667px 20px;
}
.sp .block2 &gt; div:not(.border) {
	padding: 50px 15px;
}
.block2 h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: min(2.5vw, 32px);
	line-height: 1.3;
	font-weight: 500;
	color: #8B8B8C;
}
.tablet .block2 h2 {
	font-size: min(2.9268292683vw, 24px);
}
.sp .block2 h2 {
	font-size: min(5.2906666667vw, 19.84px);
}
.pc .block2 h2 {
	margin-top: 0px;
}
.block2 h2:before {
	content: attr(data-entitle);
	display: block;
	margin-bottom: 10px;
	font-size: min(5.46875vw, 70px);
	line-height: 1.3;
	font-weight: 900;
	color: #960023;
	font-family: 'Lato', sans-serif;
}
.tablet .block2 h2:before {
	font-size: min(6.4024390244vw, 52.5px);
}
.sp .block2 h2:before {
	font-size: min(8.6170798898vw, 32.3140495868px);
}
.block2 &gt; div &gt; h3 {
	margin: 100px 0px 30px;
	padding: 0px 0px 10px;
	font-size: min(1.875vw, 24px);
	line-height: 1;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	border-bottom: 1px solid #8B8B8C;
}
.tablet .block2 &gt; div &gt; h3 {
	font-size: min(2.1951219512vw, 18px);
}
.sp .block2 &gt; div &gt; h3 {
	font-size: min(4.3957245179vw, 16.4839669421px);
}
.sp .block2 &gt; div &gt; h3 {
	margin-top: 50px;
}
.block2 .lead {
	font-size: min(1.40625vw, 18px);
	line-height: 1.3;
	font-weight: 500;
	color: #8B8B8C;
}
.tablet .block2 .lead {
	font-size: min(1.6463414634vw, 13.5px);
}
.sp .block2 .lead {
	font-size: min(3.6800881543vw, 13.8003305785px);
}
.block2 .button {
	margin-top: 30px;
}
.block2 &gt; div &gt; .image {
	margin-top: 30px;
}
.block2 &gt; div &gt; .image img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.block2 .boxlink {
	margin-top: 40px !important;
}

.block3 {
	position: relative;
	background: #FAFAFA;
}
.block3 &gt; div:not(.border) {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: auto;
	padding: 100px 40px;
}
.tablet .block3 &gt; div:not(.border) {
	padding: 66.6666666667px 20px;
}
.sp .block3 &gt; div:not(.border) {
	padding: 50px 15px;
}
.block3 h2 {
	margin: 0px 0px 30px;
	padding: 0px;
	font-size: min(2.5vw, 32px);
	line-height: 1.3;
	font-weight: 500;
	color: #8B8B8C;
}
.tablet .block3 h2 {
	font-size: min(2.9268292683vw, 24px);
}
.sp .block3 h2 {
	font-size: min(5.2906666667vw, 19.84px);
}
.block3 h2:before {
	content: attr(data-entitle);
	display: block;
	margin-bottom: 10px;
	font-size: min(5.46875vw, 70px);
	line-height: 1.3;
	font-weight: 900;
	color: #960023;
	font-family: 'Lato', sans-serif;
}
.tablet .block3 h2:before {
	font-size: min(6.4024390244vw, 52.5px);
}
.sp .block3 h2:before {
	font-size: min(8.6170798898vw, 32.3140495868px);
}
.block3 .newstab {
	margin-top: 30px;
}

.block4 {
	position: relative;
}
.block4:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(23, 44, 62, 0.6);
	mix-blend-mode: multiply;
}
.block4 .bg {
	position: absolute;
	width: 100%;
	height: calc(100% + 100px);
	background: url(../../images/b4bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.block4 &gt; div:not(.bg) {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: auto;
	padding: 100px 40px;
}
.tablet .block4 &gt; div:not(.bg) {
	padding: 66.6666666667px 20px;
}
.sp .block4 &gt; div:not(.bg) {
	padding: 50px 15px;
}
.block4 h2 {
	margin: 0px 0px 50px;
	padding: 0px;
	font-size: min(2.5vw, 32px);
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
}
.tablet .block4 h2 {
	font-size: min(2.9268292683vw, 24px);
}
.sp .block4 h2 {
	font-size: min(5.2906666667vw, 19.84px);
}
.block4 h2:before {
	content: attr(data-entitle);
	display: block;
	margin-bottom: 10px;
	font-size: min(5.46875vw, 70px);
	line-height: 1.3;
	font-weight: 900;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
.tablet .block4 h2:before {
	font-size: min(6.4024390244vw, 52.5px);
}
.sp .block4 h2:before {
	font-size: min(8.6170798898vw, 32.3140495868px);
}
</pre></body></html>