@charset "UTF-8";


/*
.main-title {
	background: url(/img/bg_sustainability_sp.png) 50% 50% no-repeat;
	background-size: cover;
}

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



.main-title {
	position: relative;
	overflow: hidden;
}

.main-title::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	background: url(/img/bg_bar1.png) 50% 0% no-repeat;
	background-size: 100% auto;
}
.main-title::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background: url(/img/bg_bar2.png) 50% 100% no-repeat;
	background-size: 100% auto;
}







#intro {
	position: relative;
	padding: 60px 24px;
	background: #fff;
}
#intro .inner {
}


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


#intro .page-nav {
	margin: 45px 0 0;
}

#intro .page-nav ul {
}
#intro .page-nav li + li {
	margin-top: 20px;
}
#intro .page-nav a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	padding: 0 0 8px;
	text-align: center;
	border: 1px solid #dc1010;
	border-radius: 55px;
	transition: all 300ms ease-out;
}
#intro .page-nav dt {
	font-size: 25px;
	font-weight: 500;
}
#intro .page-nav dd {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 700;
	color: #dc1010;
	transition: all 300ms ease-out;
}
#intro .page-nav a::after {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 6px;
	right: 20px;
	top: calc(50% - 3px);
	background: url(/img/arrow_down.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 150ms ease-out;
}

#intro .page-nav a:active {
	color: #fff;
	background: #dc1010;
}
#intro .page-nav a:active dd {
	color: #fff;
}
#intro .page-nav a:active::after {
	filter: brightness(0) invert(1);
}






#sustainability-column {
	padding: 0 24px 60px;
}
#sustainability-column .inner {
}


.column {
	box-sizing: border-box;
	padding: 45px 24px 40px;
	background: #f4f4f4;
	border-radius: 7px;
}
.column + .column {
	margin-top: 40px;
}

.column header {
	margin: 0 0 40px;
	text-align: center;
}
.column header h3 {
	font-size: 30px;
	font-weight: 500;
}
.column header .lead {
	margin: 15px 0 0;
	font-size: 13px;
	font-weight: 700;
	color: #dc1010;
}


.column .content {
	display: flex;
	flex-direction: column-reverse;
	padding: 40px 0 0;
	border-top: 1px solid #e0e0e0;
}
.column .content + .content {
	margin-top: 40px;
}
.column .content .box {
}
.column .content figure {
	margin: 0 0 25px;
}


.column figure {
	overflow: hidden;
	border-radius: 7px;
}

.column h4 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
.column article {
	margin: 15px 0 0;
}
.column article p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

.column nav {
	margin: 30px 0 0;
}



.content-multi {
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #e0e0e0;
}
.content-multi ul {
	display: flex;
	flex-wrap: wrap;
}
.content-multi li + li {
	margin-top: 40px;
}


.content-multi dl {
	margin: 20px 0 0;
}
.content-multi dt {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}
.content-multi dd {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
}

.content-multi nav {
	margin: 20px 0 0;
}



.column .content .awards {
	display: flex;
	margin: 20px 0 0;
}




.content-list {
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #e0e0e0;
}

.content-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0;
}
.content-list li {
	width: calc(50% - 4px);
	margin-left: 8px;
}
.content-list li:nth-child(2n + 1) {
	margin-left: 0;
}
.content-list li:nth-child(n + 3) {
	margin-top: 20px;
}
.content-list li dd {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.7;
}
.content-list li br {
	display: none;
}








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

.main-title {
	border-bottom-color: rgba(230,230,230,0);
	transition: all 500ms ease;
}
.main-title::before {
	transform: translateX(-100vw);
	transition: all 500ms ease;
}
.main-title::after {
	transform: translateX(100vw);
	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;
}





body.start .main-title {
	border-bottom-color: rgba(230,230,230,1);
}
body.start .main-title::before,
body.start .main-title::after {
	transform: translateX(0px);
}


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;
}






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










