<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#contentsWrap &gt; .inner,
.oneColumn #main {
	width: 1024px;
}
.sub #contentsWrap {
	margin-top: 80px;
}
ul.tab {
	margin-bottom: 80px;
}
ul.tab.three li span, ul.tab.three li a {
	width: 340px;
}
ul.tab.three li.select span, ul.tab.three li.select a {
	width: 342px;
}

h2 {
	background-image: url(../branding/img/future/bg_ttl.png);
}
h2 img {
	margin-left: 0!important;
}
.sub.categoryTop.oneColumn h3 {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
}

.sub.categoryTop.oneColumn h3 b {
	display: block;
	font-size: 40px;
	padding-bottom: 15px;
}
.sub.categoryTop.oneColumn h3 b span {
	color: #5eb6e7;
	padding-left: 15px;
}
.lead {
	font-size: 16px;
}
.dream {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#main section.dream + .dream {
	margin-bottom: 180px;
}
.dream:before {
	content: "";
	width: 200vw;
	height: 340px;
	background-image: linear-gradient(-45deg, #fff 25%, #d9ecf9 25%, #d9ecf9 50%, #fff 50%, #fff 75%, #d9ecf9 75%, #d9ecf9 );
	background-size: 28px 28px;
	position: absolute;
	transform: translateX(-50vw) rotate(-7deg);
	bottom: 60px;
}
.dream .wrap {
	width: 500px;
	position: relative;
	margin-top: 110px;
}
.dream .wrap .person {
	position: absolute;
	top: 0;
}
.dream .wrap .person .img {
	height: 670px;
	z-index: 1;
	position: relative;
}
.dream .wrap .person .comment {
	position: absolute;
	top: -110px;
}
.dream .wrap .person .name {
	text-align: center;
}
.dream .wrap .person .name dt {
	font-size: 16px;
}
.dream .wrap .person .name dt span {
	font-size: 18px;
}
.dream .wrap .person .name dd {
	font-size: 13px;
	margin-top: 15px;
	line-height: 1.8;
}
.dream .wrap .history {
	width: 276px;
}
.dream .wrap .history dl {
	padding-left: 25px;
	border-left: solid 1px #5eb6e7;
	position: relative;
}
.dream .wrap .history dl:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../branding/img/future/icon_history.png) no-repeat;
	position: absolute;
	top: 0;
	left: -13px;
}
.dream .wrap .history dl:last-child {
	border: none;
}
.dream .wrap .history dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #5eb6e7;
	padding-top: 6px;
}
.dream .wrap .history dl dd {
	margin-top: 15px;
	padding-bottom: 20px;
}
.dream .wrap .history dl dd figure {
	margin-bottom: 10px;
}
.dream .wrap .history dl dd .box {
	background: #fff;
	border: solid 1px #5eb6e7;
	padding: 10px;
	font-size: 16px;
	color: #5eb6e7;
	font-weight: bold;
	line-height: 1.5!important;
	margin-bottom: 10px!important;
	text-align: center;
}
.dream .wrap .history dl dd p {
	font-size: 13px;
	margin-bottom: 0!important;
}
.dream .wrap:nth-child(odd) .person {
	right: 0;
}
.dream .wrap:nth-child(odd) .person .comment {
	right: 150px;
}
.dream .wrap:nth-child(odd) .history {
	margin-left: 14px;
}
.dream .wrap:nth-child(even) .person {
	left: 0;
}
.dream .wrap:nth-child(even) .history {
	margin-left: 224px;
}
.dream .wrap:nth-child(even) .person .comment {
	left: 170px;
}
.dream .wrap .person01 .img {
	transform: translateY(20px);
}
.dream .wrap .person02 .img {
	transform: translateY(-10px);
}
.dream .wrap .person03 .img {
	transform: translateY(15px);
}
.dream .wrap .person04 .img {
	transform: translateY(-65px);
}

ul.linkList {
	width: 980px;
	margin: 0 auto 40px;
}

@media screen and (max-width:1024px) {
	#main {
		overflow: hidden;
	}
	}</pre></body></html>