@charset "utf-8";

body {
	color: #010101;
	-webkit-text-size-adjust: none;
}
.first_view img {
	width: 100%;
}

.wraparound_band {
	background-color: #000000;
	color: #ffffff;
}
.wraparound_band_inner {
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}
.wraparound_band dl {
	width: 50%;
	padding: 2em;
	background: url(../img/bg_dd_start.png) no-repeat 10% 10% / 63px auto;
}
.wraparound_band dt {
	text-align: right;
	font-size: clamp(15px, 4vw, 30px);
	font-weight: 600;
}
.wraparound_band dt .name {
	display: block;
	position: relative;
	letter-spacing: .3em;
}
.wraparound_band dt .name::before {
	content: "";
	display: block;
	width: calc( 100% - 6.8em );
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
}
.wraparound_band dl:last-child dt .name::before {
	width: calc( 100% - 5.6em );
}
.wraparound_band dt .profession {
	display: block;
	font-size: clamp(10px, 2.13vw, 16px);
	font-weight: 400;
	margin-right: -0.5em;
}
.wraparound_band dd {
	padding-top: 5px;
	line-height: 1.75;
	font-size: clamp(12px, 2.13vw, 16px);
	margin: 0 0 1.6em;
	background: url(../img/bg_dd_end.png) no-repeat 90% 100% / 63px auto;
}

.statement_inner {
	text-align: center;
	overflow: hidden;
	background-color: #f3f4f8;
}
.statement_inner img {
	width: 1011px;
	max-width: 102%;
	margin-left: -2%;
}
.statement .left-scroll,
.statement .right-scroll {
	display: none;
}

.sustainability-fictions {
	background-color: #f2f3f7;
}
.sf_nav {
	padding: 0 20px;
	background-color: #c3c5cb;
}
.sf_nav_list {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	text-align: center;
	list-style: none;
	padding: 30px 0;
	text-decoration: none;
	color: #010101;
	transition: opacity .5s;
}
.sf_nav_list li {
	flex-grow: 1;
}
.sf_nav_list li:nth-child(3) {
	flex-grow: 0;
}
.sf_nav_list li::after {
	content: "▼";
	font-size: clamp(8px, 1.73vw, 13px);
}
.sf_nav_list li a:hover {
	text-decoration: none;
	color: #010101;
	opacity: .5;
}
.sf_nav_list .sf_no {
	display: inline-block;
	background-color: #333333;
	color: #ffffff;
	font-size: clamp(8px, 1.73vw, 13px);
	border-radius: 14px;
	padding: 3px 2.46em;
  margin-bottom: 10px;
	line-height: 1;
}
.sf_nav_list .sf_title {
	font-size: clamp(22px, 4vw, 30px);
	font-weight: 600;
	transform: scaleX(0.9) skewX(-15deg);
	margin-bottom: 0.05em;
}
.sf_nav_list .sf_title br {
	display: none;
}
.sf_nav_list .sf_author {
	font-size: clamp(11px, 1.73vw, 13px);
	padding-bottom: 15px;
}
.sf_nav_list .sf_author img {
	width: clamp(9px, 1.5vw, 11px);
	vertical-align: middle;
	margin: -0.15em 0.15em 0 .2em;
}

.sf_list {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.sf_list .sf {
	display: flex;
	justify-content: space-between;
	padding: 90px 30px 120px;
	background: url(../img/border.png) no-repeat center bottom;
	box-sizing: border-box;
}
.sf_list .sf:last-child {
	background: none;
}
.sf .left_block {
	width: 45%;
	text-align: center;
	padding-top: 65px;
}
.sf .left_block img {
	max-width: 431px;
	width: 92%;
}
.btn-read {
	display: inline-block;
	background-color: #01a08c;
	color: #fff;
	font-size: clamp(14px, 2.2vw, 22px);
	border-radius: 30px;
	padding: 10px 38px;
	border: none;
	cursor: pointer;
	transition: opacity .5s;
}
.btn-read:hover {
	text-decoration: none;
	opacity: .5;
}
.sf .right_block {
	width: 52%;
}
.sf .right_block .sf_title {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.sf .right_block .sf_title span {
	display: block;
	font-size: clamp(38px, 7.2vw, 78px);
	font-weight: 600;
	transform: scaleX(0.9) skewX(-15deg);
	transform-origin: left;
	width: 112%;
	line-height: 1.1;
}
.sf .right_block .sf_author {
	font-size: clamp(15px, 4vw, 30px);
}
.sf_author img {
	width: clamp(13px, 3.4vw, 26px);
	vertical-align: middle;
	margin: -0.19em 0.19em 0 .26em;
}

.sf .right_block .sf_introduction {
	padding-top: 2em;
	font-size: clamp(12px, 2.13vw, 16px);
	line-height: 1.75;
}
.sf rt {
	transform: translateY(2px);
	margin-bottom: -0.7em;
}
.sf .right_block .sf_introduction .sf_copy {
	font-weight: 600;
	margin-bottom: 1em;
}

.commentary {
	font-size: clamp(12px, 2.13vw, 16px);
	padding-top: 2.8em;
}
.commentary h4 {
	width: 100%;
	color: #666666;
  position: relative;
	text-align: center;
	margin-bottom: 1.75em;
}
.commentary h4:before,
.commentary h4:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: calc(50% - 3em);
	height: 1px;
	background-color: #666666;
}
.commentary h4:before {
	left: 0;
}
.commentary h4:after {
	right: 0;
}
.commentary h4 span {
	display: inline-block;
	background-color: #f2f3f7;
	padding: 0 30px;
}

.biography {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}
.biography img {
	margin-right: 25px;
}
.biography .name {
	font-weight: 600;
}
.biography .position {
	display: block;
}
.commentary .comment {
	line-height: 1.75;
}

#footer-gnavi {
	margin-top: 0;
}


@media (max-width:810px) {
	.first_view .logo img {
		width: 20%;
	}

.wraparound_band_inner {
	display: block;
	padding: 2em;
}
.wraparound_band dl {
	width: 100%;
	background: url(../img/bg_dd_start.png) no-repeat 5% 0 / 8.4vw auto;
	box-sizing: border-box;
	padding: 0;
}
.wraparound_band dl + dl {
	margin-top: 2em;	
}
.wraparound_band dd {
	background: url(../img/bg_dd_end.png) no-repeat 90% 100% / 8.4vw auto;
}


.statement {
	width: 100%;
	direction: rtl;
}
.statement_inner {
	width: 150%;
	direction: ltr;
	position: relative;
}
.statement .left-scroll {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 7%;
	right: 3%;
}
.statement .right-scroll {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 7%;
	left: 3%;
}
.statement .left-scroll img,
.statement .right-scroll img {
	width: 37px;
}
.statement_inner img {
	width: 97%;
	max-width: 97%;
	margin-left: 0;
}


.sf_nav_list {
	flex-wrap: wrap;
}
.sf_nav_list li {
	width: 50%;
}
.sf_nav_list li:first-child,
.sf_nav_list li:nth-child(2) {
	margin-bottom: 1em;
}
.sf_nav_list .sf_author {
	padding-bottom: 0;
}
.sf_nav_list .sf_title br {
	display: block;
}

.sf_list{
	padding: 0 15px;
}
.sf_list .sf {
	display: block;
	padding: 45px 0 60px;
	background: url(../img/border.png) no-repeat center bottom / 180% auto;
}
.sf .left_block,
.sf .right_block {
	width: 100%;
}
.sf .left_block{
	padding-top: 3.6vw;
	display: flex;
	flex-direction: column;
	align-items: center;	
}

.sf .right_block .sf_author {
	margin-top: 2em;
	margin-bottom: .4em;
}
.sf rt {
	transform: translateY(1px);
	margin-bottom: 0em;
}

}


.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  display: none;
}

