<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=Noto+Sans+JP:wght@100..900&amp;display=swap');



/* -------------------------------------------

base

------------------------------------------- */
:root {
	--grey: #353535;
	--green: #daf30a;
	--bg-green: #f6f8e1;
	--bg-grey: #f8f8f8;
	--prime: #daf30a;
}
body {
	color: var(--grey);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
a {
	color: var(--grey);
}



/* -------------------------------------------

class

------------------------------------------- */
/* ---- heading ---- */
.heading-1 {
	line-height: 1;
	writing-mode: vertical-rl;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	position: absolute;
}
.heading-1.left {
	left: -0.85rem;
}
.heading-1.right {
	right: -2.3rem;
	flex-direction: column-reverse;
}
.heading-1 .en {
	color: var(--green);
	font-size: 12rem;
	letter-spacing: -0.02em;
}
.heading-1 .jp {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}
.heading-1 .jp::before {
	content: "";
	width: 0.12rem;
	height: 8rem;
	background: var(--grey);
	margin-bottom: 1rem;
}
.heading-1 .jp {
	margin-left: -0.6rem;
}
.heading-1.right .jp {
	margin-right: 1rem;
}
@media screen and (max-width: 768px) {
	.heading-1 {
		writing-mode: horizontal-tb;
		display: flex;
		flex-direction: column;
		position: relative;
		margin-bottom: 3rem;
	}
	.heading-1.left {
		left: auto;
	}
	.heading-1.right {
		right: auto;
		flex-direction: column;
	}
	.heading-1 .en {
		font-size: 6rem;
	}
	.heading-1 .jp {
		display: flex;
		align-items: center;
		font-size: 1.6rem;
		margin-bottom: 0.5rem;
	}
	.heading-1 .jp::before {
		content: "";
		width: 4rem;
		height: 0.12rem;
		margin-bottom: 0;
		margin-top: 0.15rem;
		margin-right: 1rem
	}
	.heading-1 .jp {
		margin-left: 0;
	}
	.heading-1.right .jp {
		margin-right: 0;
	}
}
/* ---- check-list ---- */
.check-list li {
	display: flex;
	align-items: flex-start;
}
.check-list li:not(:last-child) {
	margin-bottom: 0.8rem;
}
.check-list li img {
	width: 1.8rem;
	margin-top: 0.4rem;
}
.check-list li span {
	width: calc(100% - 1.8rem);
	padding-left: 0.5rem;
	padding-top: 0;
}
.check-list li span i {
	display: block;
	font-size: 1.2rem;
}
/* ---- display ---- */
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}



/* -------------------------------------------

layout

------------------------------------------- */
article &gt; section {
	position: relative;
	overflow: hidden;
}
/* ---- base-width ---- */
.base-width {
	width: 88rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.base-width {
		width: auto;
	}
}
/* ---- page-top ---- */
#page-top {
    position: fixed;
	bottom: 1rem;
	right: 1rem;	
	z-index: 999;	
}
#page-top a {
	background: var(--green);
	color: #000;	
	width: 3.5rem;
	height: 3.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 1;
	font-size: 1.4rem;
	padding-left: 0.1rem;
}
@media screen and (max-width: 768px) {
	#page-top {
		bottom: 6.6rem;
	}
}</pre></body></html>