@charset "UTF-8";


.main-title {
	position: relative;
	overflow: hidden;
}
.main-title::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(/img/bg_business_sp.png?2) 50% 50% no-repeat;
	background-size: cover;
}

.main-title .inner > * {
	z-index: 10;
}





.compact-title {
	background: url(/img/bg_business_compact_sp.png?2) 50% 50% no-repeat;
	background-size: cover;
}



@media screen and (orientation:landscape) {
	.main-title {
		background-image: url(/img/bg_business.png?2);
	}
}



.main-title .banner {
	position: relative;
	z-index: 10;
	margin: 40px 24px -26px;
}
.main-title .banner a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 240px;
	height: 200px;
	margin: 0 auto;
	padding: 14px 12px;
	border: 1px solid #707070;
	border-radius: 7px;
	background: url(/img/banner_gx.png?2) 0 100% no-repeat;
	background-size: cover;
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
	transition: all 300ms ease-out;
}
.main-title .banner p {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}



.main-title .banner .button {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 196px;
	height: 40px;
	left: calc(50% - 98px);
	bottom: 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
	background: #dc1010;
	border: 1px solid #fff;
	transition: all 300ms ease-out;
}
.main-title .banner .button .arrow {
	position: absolute;
	display: inline-block;
	width: 26px;
	height: 26px;
	right: 5px;
	top: calc(50% - 13px);
	background: #fff url(/img/arrow.svg) 50% 50% no-repeat;
	background-size: 15px auto;
	border-radius: 13px;
	transition: all 150ms ease-out;
}






#floating-banner {
	box-sizing: border-box;
	position: fixed;
	width: calc(100vw - 48px);
	height: 60px;
	left: 24px;
	bottom: 24px;
	z-index: 5000;
	border-radius: 30px;
	background: #dc1010 ;
}

@media screen and (min-width:376px) {
	#floating-banner {
		width: 328px;
		left: calc(50% - 164px);
	}
}


#floating-banner a {
	position: relative;
	display: block;
	height: 60px;
}

#floating-banner button {
	display: none;
}

#floating-banner .text {
	display: none;
}

#floating-banner .link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
#floating-banner .link::after {
	box-sizing: border-box;
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	left: 5px;
	top: 5px;
	border: 1px solid #fff;
	border-radius: 40px;
	pointer-events: none;
}
#floating-banner .link span {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 30px;
	top: calc(50% - 10px);
	background: url(/img/icon_download_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}


#floating-banner {
	visibility: hidden;
	transform: translateY(100px);
	transition: all 400ms ease-out;
}
body.show-banner #floating-banner {
	visibility: visible;
	transform: translateY(0);
}



body.on-footer #floating-banner {
	visibility: hidden;
	transform: translateY(100px) !important;
}







.interlude1 {
	position: relative;
	height: 170px;
	overflow: hidden;
}
.interlude1 span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/assets/business/bg1.jpg?4) 50% 50% no-repeat;
	background-size: 100% auto;
}

.interlude2 {
	position: relative;
	height: 170px;
	overflow: hidden;
}
.interlude2 span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/assets/business/bg2.jpg?4) 50% 30% no-repeat;
	background-size: cover;
}




body.business-index .interlude1,
body.business-index .interlude2 {
	height: 170px;
}

body.business-index .interlude1 span,
body.business-index .interlude2 span {
	height: 300px;
	top: calc(50% - 150px);
}


body.business-index .interlude1 {
	position: relative;
}
.page-nav {
	position: relative;
}



/*
.page-nav {
	display: none;
}
*/


.page-nav {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 4px 4px 10px;
	border-bottom: 1px solid #e6e6e6;
	overflow: auto;
}
.page-nav .nav-inner {
	position: relative;
	font-size: 0;
}
.page-nav .subtitle,
.page-nav ul,
.page-nav li {
}
.page-nav .subtitle a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 36px;
	margin: 0 6px 6px 0;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 500;
	background: #f4f4f4 url(../img/arrow_down_black.svg) right 12px top 50% no-repeat;
	background-size: 10px auto;
	border-radius: 4px;
}
.page-nav ul {
	margin: 8px;
}
.page-nav li a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 0 6px 6px 0;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 500;
}
.page-nav li a::before {
	display: inline-block;
	content: "-";
	margin-right: 8px;
}

/*
.page-nav .subtitle {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	align-items: center;
	width: calc(50% - 5px);
	height: 36px;
	left: 0;
	top: 0;
	padding: 0 12px;
	background: #f4f4f4;
	border-radius: 7px;
}
.page-nav .subtitle a {
	font-size: 14px;
	font-weight: 500;
}
.page-nav .subtitle + ul + .subtitle {
	left: auto;
	right: 0;
}
.page-nav .subtitle + ul {
	padding: 46px 0 5px 10px;
}
.page-nav ul a {
	font-size: 14px;
	font-weight: 500;
}
.page-nav li + li {
	margin-top: 10px;
}
*/
/*
.page-nav a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
}
.page-nav a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: calc(50% + 8px);
	background: #000;
	transform: scaleX(0);
	transform-origin: left bottom;
	transition: all 300ms ease;
}
.page-nav a:active::after {
	transform: scaleX(1);
}


.page-nav ul {
}
.page-nav li {
	position: relative;
}
.page-nav li a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 36px;
}
.page-nav li + li {
	margin-left: 30px;
}
.page-nav li + li::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	left: -15px;
	top: calc(50% - 7px);
	background: #333;
}
*/









.title-column {
}
.title-column h2 {
	font-size: 27px;
	font-weight: 500;
	text-align: center;
}
.title-column dl {
	margin: 20px 0 0;
}
.title-column dt {
	font-size: 20px;
	font-weight: 500;
	color: #dc1010;
	line-height: 1.6;
	text-align: center;
}
.title-column dd {
	margin: 20px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}



#gx {
	box-sizing: border-box;
	position: relative;
	padding: 60px 24px;
	background: #fff;
}


.biz-list {
	padding: 50px 0 0;
}
.biz-list + .biz-list {
	margin-top: 30px;
}

.biz-list li {
	display: flex;
	flex-direction: column-reverse;
}
.biz-list li + li {
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px solid #e6e6e6;
}

.biz-list .box {
	margin: 30px 0 0;
}
.biz-list figure {
	overflow: hidden;
	max-width: 400px;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}

.biz-list h3 {
	position: relative;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 500;
	border-top: 1px solid #e6e6e6;
}
.biz-list h3 span {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 0;
	background: #fff;
	transform: translateY(-50%);
}

.biz-list h4 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
}
.biz-list h4 + dl {
	margin-top: 10px;
}
.biz-list dt {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
	color: #dc1010;
}
.biz-list dd {
	margin: 10px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
.biz-list dd .note {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.9;
	color: #666;
}
.biz-list nav {
	margin: 30px 0 0;
}
.biz-list nav.multi a + a {
	margin-top: 20px;
}
.biz-list nav.multi-row a + a {
	margin-top: 20px;
}






#biz-links {
	box-sizing: border-box;
	position: relative;
	padding: 50px 24px;
	background: #fcfcfc;
	border-top: 1px solid #e6e6e6;
}
#biz-links .inner {
}

#biz-links ul {
}
#biz-links li + li {
	margin-top: 20px;
}
#biz-links li a {
	height: 80px;
	font-size: 16px;
	border-radius: 40px;
	line-height: 1.5;
	text-align: center;
}
#biz-links li a span {
	right: 22px;
}
#biz-links li a em {
	line-height: 1.5;
}







#casestudy {
	box-sizing: border-box;
	position: relative;
	padding: 60px 24px;
	background: #f4f4f4;
	border-top: 1px solid #e6e6e6;
}
#casestudy .inner {
}

#casestudy h2 {
	font-size: 21px;
	font-weight: 500;
}






#casestudy .expander {
	margin: 40px 0 0;
}
#casestudy .slide-item {
}
#casestudy .slide-item + .slide-item {
	margin-top: 35px;
}

#casestudy .slide-item:nth-child(n + 3) {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease-out;
}
#casestudy.show-all .slide-item {
	position: relative;
	visibility: visible;
	opacity: 1;
}
#casestudy.show-all nav {
	display: none;
}

#casestudy .thumb {
	overflow: hidden;
	max-width: 400px;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}
#casestudy dl {
	margin: 15px 0 0;
}
#casestudy dt {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}
#casestudy dd {
	margin-top: 14px;
	padding-top: 18px;
	border-top: 1px solid #e6e6e6;
	font-size: 13px;
	font-weight: 500;
	color: #909090;
}


#casestudy dt span {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 22px;
	right: 2px;
	top: calc(50% - 11px);
	border: 1px solid #dc1010;
	border-radius: 11px;
	background: #fff;
	transition: all 300ms ease-out;
}
#casestudy dt span::after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 10px;
	left: calc(50% - 6px);
	top: calc(50% - 5px);
	background: url(/img/arrow.svg) 50% 50% no-repeat;
	background-size: 12px auto;
	transition: all 150ms ease-out; 
}
#casestudy a:active dt span {
	background: #dc1010;
}
#casestudy a:active dt span::after {
	filter: brightness(0) invert(1);
}


#casestudy nav {
	margin: 40px 0 0;
}









#companies {
	box-sizing: border-box;
	position: relative;
	padding: 60px 0;
	background: #fff;
	border-top: 1px solid #e6e6e6;
}
#companies .inner {
}

#companies h2 {
	margin-left: 24px;
	font-size: 21px;
	font-weight: 500;
}



#logo-list {
	margin: 50px 0 0;
}

#companies .logo-box {
	overflow: hidden;
}
.logo-box ul {
	display: flex;
}
.logo-box li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
}
.logo-box img {
	width: 120px;
	height: auto;
}
.logo-box ul:nth-child(2n) {
	margin-left: 60px;
}
.logo-box .logos {
	position: relative;
	left: -60px;
}
.logo-box:hover .logos {
	animation-play-state: paused !important;
}






#energy {
	box-sizing: border-box;
	position: relative;
	padding: 60px 24px;
	background: #fff;
	border-top: 1px solid #e6e6e6;
}
#energy .inner {
}


.supply-list {
	margin: 50px -24px 0;
	padding: 0 24px;
	border-top: 1px solid #e6e6e6;
}
.supply-list > ul {
	margin: 50px 0 0;
}
.supply-list > ul > li + li {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #e6e6e6;
}

.supply-list figure {
	overflow: hidden;
	max-width: 400px;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}
.supply-list dl {
	margin: 25px 0 0;
}
.supply-list dt {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.6;
}
.supply-list dd {
	margin: 15px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
.supply-list nav {
	margin: 30px 0 0;
}
.supply-list nav a {
	font-size: 15px;
}


.supply-list dd li {
	font-size: 14px;
	line-height: 1.9;
}
.supply-list dd li + li {
}
.supply-list dd li a {
	text-decoration: underline;
}
.supply-list dd li a .popup {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	top: 2px;
	background: url(/img/icon_popup.svg?2) 50% 50% no-repeat;
	background-size: 100% auto;
}











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

#gxcity-intro {
	box-sizing: border-box;
	position: relative;
	padding: 60px 24px;
	background: #f8f8f8;
	border-top: 1px solid #e6e6e6;
}
#gxcity-intro .inner {
}

#gxcity-intro h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}
#gxcity-intro article {
	margin: 30px 0 0;
}
#gxcity-intro article p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}







#gxcity-about {
	position: relative;
	margin-bottom: -1px;
	padding: 60px 0 0;
	/*
	background: linear-gradient(to bottom, #dcfbff, #fff);
	*/
	background: #fff;
}
#gxcity-about .content {
	position: relative;
	margin-top: -30px;
	padding-top: 60px;
	background: linear-gradient(to bottom, #fff 0%, #ddf3ff 45%);
}

#gxcity-about header {
	position: relative;
	padding: 0 24px;
	z-index: 10;
}
#gxcity-about h2 {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
#gxcity-about h2 strong {
	font-size: 30px;
}
#gxcity-about .lead {
	margin: 30px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#gxcity-about .lead br {
	display: none;
}


#gxcity-about .city {
	position: relative;
	height: 76vw;
	margin: 40px 0 0;
	padding: 10vw 0 0;
	overflow: hidden;
}
#gxcity-about .city .pict {
	position: absolute;
	width: 160vw;
	height: 76vw;
	left: -30vw;
	top: 10vw;
	z-index: 10;
	background: url(/assets/gxcity/city.png) 50% 50% no-repeat;
	background-size: cover;
}
#gxcity-about .city .typo {
	position: absolute;
	width: 60vw;
	height: 20vw;
	left: calc(50% - 30vw);
	top: 0;
	background: url(/assets/gxcity/typo_city.png) 50% 50% no-repeat;
	background-size: 100% auto;
}





#gxcity-about h2 {
	opacity: 0;
	transform: translateY(30px);
	transition: all 400ms ease;
}
#gxcity-about .lead {
	opacity: 0;
	transform: translateY(30px);
	transition: all 400ms ease 200ms;
}

#gxcity-about.pass h2,
#gxcity-about.pass .lead {
	opacity: 1;
	transform: translateY(0px);
}



#gxcity-about .city .typo {
	opacity: 0;
	transform: translateY(60px);
	transition: all 800ms ease 0ms;
}
#gxcity-about .city.pass .typo {
	opacity: 1;
	transform: translateY(0px);
}


#gxcity-about .city .pict {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease 400ms;
}
#gxcity-about .city.pass .pict {
	opacity: 1;
	transform: translateY(0px);
}













#gxcity-about .feature {
	position: relative;
	z-index: 10;
	margin: -1px 0 0;
	padding: 40px 0 60px;
	overflow: hidden;
	background: #ddf3ff;
}
#gxcity-about .feature .balloon {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 112vw;
	height: 112vw;
	
	margin: 0 -6vw;
	padding: 0 calc(6vw + 24px);
	border-radius: 56vw;
	background: #fff;
}

#gxcity-about .feature .balloon + .balloon {
	margin-top: -12vw;
}



@media screen and (min-width:480px) {
	#gxcity-about .feature .balloon {
		width: 420px;
		height: 420px;

		margin: 0 auto;
		padding: 0 calc(6vw + 24px);
		border-radius: 210px;
	}
	#gxcity-about .feature .balloon + .balloon {
		margin-top: -40px;
	}
}




#gxcity-about .feature .balloon:nth-child(1) {
}
#gxcity-about .feature .balloon:nth-child(2) {
}
#gxcity-about .feature .balloon:nth-child(3) {
}

#gxcity-about .feature .balloon dt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #dc1010;
}
#gxcity-about .feature .balloon dd {
	margin: 20px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
}







#gxcity-about .feature .balloon i {
	position: absolute;
	z-index: 100;
	transition: all 400ms ease;
}
#gxcity-about .feature .balloon b {
	display: block;
	font-size: 0;
	transform: translate(-50%, -50%) scale(0.6);
}







#gxcity-about .feature .balloon {
	opacity: 0;
	transform: translateY(40px);
	transition: all 400ms ease-out;
}

#gxcity-about .feature .balloon.show {
	opacity: 1;
	transform: translateY(0);
}







#gxcity-steps {
	box-sizing: border-box;
	position: relative;
	padding: 60px 24px;
	border-top: 1px solid #e6e6e6;
	background: #fcfcfc;
}
#gxcity-steps .inner {
}

#gxcity-steps h2 {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

#gxcity-steps .lead {
	margin: 20px 0 10px;
}
#gxcity-steps .lead p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

#gxcity-steps .content {
	margin: 60px 0 0;
}

#gxcity-steps .content ol {
	max-width: 400px;
	margin: 0 auto;
}
#gxcity-steps .content li {
	box-sizing: border-box;
	position: relative;
	padding: 30px 24px;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	background: #fff;
}
#gxcity-steps .content li + li {
	margin-top: 40px;
}

#gxcity-steps .content strong {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: -20px;
	padding: 4px 0 0;
	font-size: 22px;
	font-family: "Josefin Sans", sans-serif;
	border: 1px solid #000;
	border-radius: 20px;
	background: #fff;
}

#gxcity-steps .content figure {
	margin: 0 20px;
}

#gxcity-steps dt {
	font-size: 20px;
	font-weight: 700;
	color: #dc1010;
	line-height: 1.4;
	text-align: center;
}
#gxcity-steps dd {
	margin: 15px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}










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

#casestudy-entry {
	box-sizing: border-box;
	position: relative;
	padding: 45px 24px 60px;
	background: #fff;
}
#casestudy-entry .inner {
}



#casestudy-entry header {
	display: flex;
	flex-direction: column-reverse;
}
#casestudy-entry header .pict {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}

#casestudy-entry header .box {
	margin: 40px 0 0;
}
#casestudy-entry header h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
#casestudy-entry header dl {
	margin: 20px 0 0;
	font-weight: 500;
	color: #909090;
}
#casestudy-entry header dt {
	font-size: 14px;
	line-height: 1.8;
}
#casestudy-entry header dd {
	font-size: 13px;
	line-height: 1.8;
}


#casestudy-entry .abstract {
	box-sizing: border-box;
	margin: 45px 0 0;
	padding: 25px 20px;
	background: #f4f4f4;
	border-radius: 7px;
}
#casestudy-entry .abstract .column + .column {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}
#casestudy-entry .abstract h3 {
	font-size: 15px;
	font-weight: 700;
	color: #dc1010;
}
#casestudy-entry .abstract article {
	margin: 15px 0 0;
}
#casestudy-entry .abstract dl {
	margin: 15px 0 0;
}

#casestudy-entry .abstract article p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#casestudy-entry .abstract dt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#casestudy-entry .abstract dd {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
}


#casestudy-entry .entry-body {
	margin: 60px 0 0;
}

#casestudy-entry .entry-body h3 {
	position: relative;
	margin: 0 0 20px;
	padding-left: 24px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #dc1010;
}
#casestudy-entry .entry-body h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	left: 0;
	top: calc(14px);
	background: #dc1010;
}

#casestudy-entry .entry-body p + h3,
#casestudy-entry .entry-body div + h3 {
	margin-top: 50px;
}

#casestudy-entry .entry-body p,
#casestudy-entry .entry-body div {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

#casestudy-entry .entry-body img {
	width: auto;
	max-width: 100%;
	margin: 50px auto 0;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}




/*
#casestudy-entry .entry-body article {
	margin: 20px 0 0;
}
#casestudy-entry .entry-body article p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

#casestudy-entry .entry-body .column + .column {
	margin-top: 50px;
}

#casestudy-entry .entry-body .image {
	margin: 50px 0;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}
*/


#casestudy-entry .epilogue {
	margin: 50px 0 0;
	padding: 35px 0 0;
	border-top: 1px solid #e6e6e6;
}

#casestudy-entry .epilogue .column + .column {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}

#casestudy-entry .epilogue h3 {
	font-size: 15px;
	font-weight: 700;
	color: #dc1010;
}
#casestudy-entry .epilogue article {
	margin: 15px 0 0;
}
#casestudy-entry .epilogue dl {
	margin: 15px 0 0;
}

#casestudy-entry .epilogue article p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

#casestudy-entry .epilogue dt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#casestudy-entry .epilogue dd {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
}




#casestudy-entry .links {
	box-sizing: border-box;
	padding: 45px 20px;
	margin: 60px 0 0;
	border: 1px solid #dc1010;
	border-radius: 7px;
	background: #fff;
}
#casestudy-entry .links h3 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
#casestudy-entry .links ul {
	margin: 30px 0 0;
}
#casestudy-entry .links li + li {
	margin-top: 10px;
}
#casestudy-entry .links a {
	height: 80px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 40px;
	text-align: center;
}
#casestudy-entry .links a span {
	right: 24px;
}











/* ---------------------------------------------------------------------------------------------------- */
/* OPENING */

.main-title {
	border-bottom-color: rgba(230,230,230,0);
	transition: all 500ms ease;
}
.main-title::after {
	opacity: 0;
	transform: scale(2);
	transform-origin: left top;
	transition: all 500ms ease;
}



.main-title h1 {
	position: relative;
	height: 40px;
	overflow: hidden;
}
.main-title h1 span {
	position: relative;
	display: block;
	transform: translateY(40px);
	transition: all 400ms ease 200ms;
}

.main-title .lead {
	position: relative;
	height: 20px;
	margin-bottom: -10px;
	overflow: hidden;
}
.main-title .lead span {
	position: relative;
	display: block;
	transform: translateY(20px);
	transition: all 400ms ease 400ms;
}




.main-title .caption {
	position: relative;
	opacity: 0;
	transition: all 600ms ease 500ms;
}


.main-title .banner {
	opacity: 0;
	transition: all 600ms ease 500ms;
}


body.start .main-title {
	border-bottom-color: rgba(230,230,230,1);
}
body.start .main-title::after {
	opacity: 1;
	transform: scale(1);
}


body.start .main-title h1 span {
	transform: translateY(0px);
}
body.start .main-title .lead span {
	transform: translateY(0px);
}

body.start .main-title .caption {
	opacity: 1;
}

body.start .main-title .banner {
	opacity: 1;
}



.interlude1 span {
	opacity: 0;
	transform: translateY(30px);
	transition: all 600ms ease 500ms;
}
body.start .interlude1 span {
	opacity: 1;
	transform: translateY(0px);
}



body.business-index main > *:nth-child(n + 3) {
	opacity: 0;
	transition: all 600ms ease 500ms;
}
body.business-index.start main > *:nth-child(n + 3) {
	opacity: 1;
}


/* ---------------------------------------------------------------------------------------------------- */
/* SCROLL MOTION */













