<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box1 {
	left: 0;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}

body.no-scroll {
	overflow: hidden;
}

#loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #4d3086;
	z-index: 200;
}

.globalwrap {
	opacity: 0;
}

body.is-show .globalwrap {
	opacity: 1;
	transition: 1800ms all ease-out;
}

.preload {
	display: none;
}


/* .contentsWrap
----------------------------------------------------------- */
.contentsWrap {
	background: repeating-linear-gradient(-45deg, rgba(60, 225, 150, 1), rgba(60, 225, 150, 1) 1px, #31c78b 0, #31c78b 9px);
	overflow: hidden;
}

.container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 100;
}


@media screen and (max-width: 940px) {
	.container {
		width: 100%;
		margin: 0 auto;
	}
}


/* Header
----------------------------------------------------------- */
#header {
	position: relative;
	width: 100%;
	background: #002759;
	z-index: 100;
}

#header .header-inner {
	position: relative;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 100%;
	height: 57px;
	background: #fff;
}

@media screen and (max-width: 940px) {

	#header .header-inner {
		padding: 0 2%;
		height: 11.33333333vw;
	}

	#header .head-logo {
		width: 45%;
	}

	#header .head-logo img {
		width: 100%;
		height: auto;
	}
}


/*	.header-contentsWrap
========================================== */
.header-contentsWrap {
	position: relative;
	height: 765px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: url('../img/header_back_pc.jpg') center / cover no-repeat;
}

.header-contents {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 940px) {
	.header-contentsWrap {
		height: 0;
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 128.67%;
		background: url('../img/header_back_sp.jpg') center / cover no-repeat;
	}

	.header-contents {
		width: 100%;
	}
}

/* SECTION
----------------------------------------------------------- */
.section {
	position: relative;
}

.section img {
	width: 100%;
}

@media screen and (max-width: 940px) {
	.section {
		position: relative;
		width: 100%;
		margin: 0;
	}
}


/* .sec01
----------------------------------------------------------- */

.sec01 {
	height: 476px;
	margin-top: -2px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 50px calc(50vw - 50%) 50px calc(50vw - 50%);
	background: url('../img/sec01_title_back_pc.jpg') center / cover no-repeat;
}

@media screen and (max-width: 940px) {
	.sec01 {
		height: 0;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		padding: 6.93% 0 66.94% 0;
		background: url('../img/sec01_title_back_sp.jpg') center / cover no-repeat;
	}
}

/* .sec02
----------------------------------------------------------- */

.sec02 {
	padding: 80px 0 0;
}

.sec02 .sec02-cotntents01 img {
	padding: 20px 0;
}

@media screen and (max-width: 940px) {
	.sec02 {
		padding: 10% 0 0;
	}
}


/* .btn-contact
----------------------------------------------------------- */

.btn-contact {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.btn-contact a {
	margin: 4% 0 20%;
	display: inline-block;
}

.btn-contact img {
	width: 100%;
	height: auto;
	transition: 200ms;
}

.btn-contact img:hover {
	transform: scale(0.9);
}

@media screen and (max-width: 940px) {
	.btn-contact {
		padding: 0 8%;
	}

	.btn-contact a {
		margin: 4% 0 20%;
	}
}




/*
footer
====================*/
footer {
	background-color: #fff;
}

.footer-ouen {
	background: #4d3086;
	height: 100px;
	padding: 1.8rem 0;
	text-align: center;
}

@media screen and (max-width: 940px) {
	.footer-ouen {
		height: auto;
		padding: 4% 8%;
	}

	.footer-ouen img {
		width: 100%;
	}
}

footer .footer-inner {
	position: relative;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 900px;
	max-width: 100%;
	padding: 20px 0 15px;
}

footer .footer-logo {
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .footer-logo img{
	width: 60%;
}

.copyright {
	color: #333;
	font-size: 14px;
}

@media screen and (max-width: 940px) {
	footer .footer-inner {
		display: block;
		width: 96%;
		padding: 8% 0;
	}

	footer .footer-logo {
		width: 50%;
		margin: 0 auto 8px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	footer .footer-logo img{
	width: 100%;
}

	.copyright {
		text-align: center;
		font-size: 12px;
	}
}




.animation-a {
	background-size: 200% auto !important;
}

.play-animation .animation-a {
	-webkit-animation: keyframe-A 1.8s steps(2) infinite;
	animation: keyframe-A 1.8s steps(2) infinite;
}

@keyframes keyframe-A {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 200% 0;
	}
}</pre></body></html>