<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 "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 80px;
	background: url(../images/photo.png) no-repeat right bottom;
	position: relative;
	z-index: 0;
}

#about .h2 {
	line-height: 1.3;
}

#about .h2 span {
	font-size: 60px;
	color: #69c6e7;
}

#about .section {
	height: 400px;
	padding: 75px 0;
	text-align: left;
	position: relative;
}

#about .section:nth-of-type(odd) {
	padding-right: 530px;
}

#about .section:nth-of-type(even) {
	padding-left: 530px;
}

#about h4 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: dotted 3px #eea39f;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 5px;
	color: #eea39f;
}

#about h4 span {
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
}

#about h4 span:first-letter {
	vertical-align: -1px;
	font-size: 20px;
	color: #69c6e7;
}

#about .section p {
	letter-spacing: 1px;
}

#about .section figure {
	width: 667px;
	position: absolute;
	top: 0;
	z-index: 0;
	opacity: 0;
	transition: .6s;
}

#about .section:nth-of-type(odd) figure {
	left: 60%;
}

#about .section:nth-of-type(even) figure {
	right: 60%;
}

#about .section figure.active {
	opacity: 1;
}

#about .section:nth-of-type(odd) figure.active {
	left: 50%;
}

#about .section:nth-of-type(even) figure.active {
	right: 50%;
}

#about .section figure:before {
	content: '';
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

#about .section:nth-of-type(odd) figure:before {
	background: linear-gradient(to right, #ffffff 0%, transparent 100%);
	left: 0;
}

#about .section:nth-of-type(even) figure:before {
	background: linear-gradient(to left, #ffffff 0%, transparent 100%);
	right: 0;
}
</pre></body></html>