<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&amp;display=swap");

/*
Theme Name: SEISHIN
*/
/***************************
 *
 * ベース
 *
 **************************/
*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: black;
}
::before,
::after {
	--tw-content: "";
}
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}

body {
	margin: 0;
	line-height: inherit;
	font-size: 1.5rem;
	min-width: 1124px;
}
hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}
abbr:where([title]) {
	text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
	color: #1e7ae3;
}
a:hover {
	color: #bc2e67;
}
a:visited {
	color: #432692;
}
a &gt; img {
	transition: 0.3s ease;
}
a &gt; img:hover {
	opacity: 0.7;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp,
pre {
	font-family: theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}
:-moz-focusring {
	outline: auto;
}
:-moz-ui-invalid {
	box-shadow: none;
}
progress {
	vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
}
legend {
	padding: 0;
}
ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: theme("colors.gray.400", #9ca3af);
}
button,
[role="button"] {
	cursor: pointer;
}
:disabled {
	cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}
img,
video {
	max-width: 100%;
	height: auto;
}
[hidden] {
	display: none;
}

/***************************
 *
 * レイアウト
 *
 **************************/
body {
	margin: 0;
}
.l-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	color: #211815;
	font-size: 1.6rem;

}

.l-header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 20;
}
.l-header.is-sub {
	position: absolute;
}
.l-header.is-scroll, .l-header.is-sub {
	/* background: #fff;
	height: 90px; */
}
.l-nav {
	position: relative;
}
.is-scroll.is-front .l-nav {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	height: 100%;
	z-index: 35;
	background: url(img/bg-blue.jpg) 0 0 repeat;
	background-size: 1400px 920px;
	transform: translateX(100%);
}
.is-scroll.is-front .l-nav.is-active {
	transform: translateX(0%);
	transition: 0.3s ease;
}
.page-contents {
}
.l-main {
	display: block;
	position: relative;
	z-index: 5;
}
.l-main.is-front {
	margin-top: 100vh;
}
.l-main-page {
}

.l-sidebar {
	width: 260px;
	position: relative;
	box-sizing: border-box;
}
.l-footer:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -7px;
	background: url(img/footer-wave.png) 0 0 repeat-x;
	background-size: 1400px 15px;
	width: 100%;
	height: 15px;
}
.l-footer {
	position: relative;
	z-index: 5;
	background: url(img/bg-green.jpg) 0 0 repeat;
	background-size: 1400px 400px;
}

.sp {
	display: none !important;
}
.br-sp {
	display: none;
}
.none {
	display: none;
}
.no-link {
	pointer-events: none;
}

/* [data-aos] {
	&amp;[data-aos] {
		transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	}
} */
</pre></body></html>