@charset "utf-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

/* overwrite */
body{
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	color: #1A1A1A;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 1240px) {
	body{
		font-size: 1.452vw;
	}
}
@media screen and (max-width: 768px) {
	body{
		font-size: 4vw;
		line-height: 1.8;
	}
	main {
		overflow: visible;
	}
}

*,
*::before,
*::after{
	box-sizing: border-box;
}

ol, ul, li{
	list-style: none;
}

@media screen and (max-width: 1240px) {
	img{
		width: 100%;
	}

	#sticky-menu-content img{
		width: auto;
	}
}


/* header overwrite */
@media screen and (min-width: 769px) {
	.l-auto-local-header__title__link {
		max-width: 250px !important;
		flex-wrap: nowrap !important;
	}
	.l-auto-local-header__title__link > span {
		padding-left: 10px !important;
	}
}

/* common */
.inner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1240px) {
	.inner{
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.inner{
		width: 100%;
		padding: 0 8vw;
		margin: 0 auto;
		position: relative;
	}
}

/* #nav */
#nav{
	display: none;
	position: fixed;
	top: 92.3px;
	left: 0;
	z-index: 10;
}
#nav.on{
	display: block;
}
#nav.none{
	display: none;
}
#nav nav li{
	padding-left: 41.4px;
	position: relative;
	transition: 0.3s;
}

#nav nav li + li{
	margin-top: 20px;
}
#nav nav li a{
	display: block;
}
#nav nav li:nth-child(1) a{
	display: block;
	width: 71px;
	height: 15px;
	background: url(../images/nav_01.png) no-repeat;
	background-size: contain;
}
#nav.blue nav li:nth-child(1) a{
	background: url(../images/nav_01_blue.png) no-repeat;
	background-size: contain;
}
#nav nav li:nth-child(2) a{
	display: block;
	width: 106px;
	height: 33px;
	background: url(../images/nav_02.png) no-repeat;
	background-size: contain;
}
#nav.blue nav li:nth-child(2) a{
	background: url(../images/nav_02_blue.png) no-repeat;
	background-size: contain;
}
#nav nav li:nth-child(3) a{
	display: block;
	width: 135px;
	height: 15px;
	background: url(../images/nav_03.png) no-repeat;
	background-size: contain;
}
#nav.blue nav li:nth-child(3) a{
	background: url(../images/nav_03_blue.png) no-repeat;
	background-size: contain;
}
#nav nav li a img{
	vertical-align: middle;
}
#nav nav li a.is-current::before{
	position: absolute;
	top: 50%;
	left: 0;
	content:'';
	width: 32px;
	height: 2px;
	background: #fff;
	transform: translateY(-50%);
}
#nav.blue nav li a.is-current::before{
	background: #B5CBC8;
}
#nav .sp-menu__btn{
	display: none;
}
#nav .sp-menu__copy{
	display: none;
}
@media screen and (max-width: 1240px) {
	#nav nav li{
		padding-left: 3.339vw;
	}
	#nav nav li + li{
		margin-top: 2.016vw;
	}
	#nav nav li.is-active::before{
		width: 2.581vw;
		height: 0.161vw;
	}
	#nav nav li:nth-child(1) a img{
		width: 5.726vw;
	}
	#nav nav li:nth-child(2) a img{
		width: 8.548vw;
	}
	#nav nav li:nth-child(3) a img{
		width: 10.887vw;
	}
}
@media screen and (max-width: 768px) {
	#nav{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
	#nav .sp-menu__btn {
		display: block;
		position: fixed;
		top: 63px;
		right: 4vw;
		width: 10.667vw;
		height: 10.667vw;
		border: none;
		background: none;
		cursor: pointer;
		z-index: 1000;
	}
	#nav .sp-menu__btn span {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		width: 8vw;
		height: 0.533vw;
		background: #fff;
		position: absolute;
		transition: 0.2s;
		left: 50%;
		top: 50%;
	}
	#nav.blue .sp-menu__btn span{
		background: #C6D5D2;
	}
	#nav .sp-menu__btn span:nth-child(1) {
		transform: translate(-50%, -4px);
	}
	#nav .sp-menu__btn span:nth-child(2) {
		transform: translate(-50%, 4px);
	}
	#nav .sp-menu__btn.is-active span {
		width: 8vw;
		height: 0.533vw;
	}
	#nav .sp-menu__btn.is-active span:nth-child(1) {
		transform: translate(-50%, 50%) rotate(25deg);
	}
	#nav .sp-menu__btn.is-active span:nth-child(2) {
		transform: translate(-50%, 50%) rotate(-25deg);
	}
	#nav.blue .sp-menu__btn.is-active span:nth-child(1) {
		background: #fff;
	}
	#nav.blue .sp-menu__btn.is-active span:nth-child(2) {
		background: #fff;
	}

	#nav .sp-menu__content{
		position: fixed;
		top: 55px;
		left: 0;
		width: 100%;
		height:100%;
		background: url(../images/sp-menu_bg.jpg) no-repeat;
		background-size: cover;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		transition: opacity .6s ease, visibility .6s ease;
		z-index: 100;
	}
	#nav .sp-menu__content.is-active{
		opacity:1;
		visibility: visible;
	}
	#nav .sp-menu__content .sp-menu__copy{
		display: block;
		width: 72.267vw;
		margin: 29.973vw auto 19.467vw;
	}
	#nav nav{
		width: 72.267vw;
		margin: 0 auto;
		padding-bottom: 30.533vw;
	}
	#nav nav li{
		padding-left: 0;
	}
	#nav nav li a{
		display: block;
		margin: 0 auto 0 0;
	}
	#nav nav li:nth-child(1) a,
	#nav nav li:nth-child(2) a,
	#nav nav li:nth-child(3) a,
	#nav.blue nav li:nth-child(1) a,
	#nav.blue nav li:nth-child(2) a,
	#nav.blue nav li:nth-child(3) a{
		background: none;
	}
	#nav nav li:nth-child(1) a{
		width: 37.733vw;
		height: auto;
	}
	#nav nav li:nth-child(1) a img{
		width: 100%;
	}
	#nav nav li:nth-child(2) a{
		width: 56.133vw;
		height: auto;
	}
	#nav nav li:nth-child(2) a img{
		width: 100%;
	}
	#nav nav li:nth-child(3) a{
		width: 71.6vw;
		height: auto;
	}
	#nav nav li:nth-child(3) a img{
		width: 100%;
	}
	#nav nav li + li{
		margin-top: 13.067vw;
	}
	#nav nav li a.is-current::before{
		content:none;
	}
}

/* scroll */
.scroll{
	position: fixed;
	bottom:calc(30px + 58px);
	left: 40px;
	width: 50px;
	height: 62px;
	z-index: 1;
}
.scroll.none{
	display: none;
}
.scroll .bar{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 24px;
	animation: arrowmove 1s ease-in-out infinite;
}
.scroll .text{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 10px;
}
.scroll img{
	width: 100%;
}
@keyframes arrowmove {
	0% {
	  top: 0%;
	}
	80% {
	  top: 50%;
	}
	100% {
		top: 0%;
	}
}
@media screen and (max-width: 768px) {
	.scroll{
		position: fixed;
		bottom:110px;
		left: auto;
		right: 5.333vw;
		/*width: 13.333vw;
		height: 16.533vw;*/
		width: 8.666vw;
		height: 10.746vw;
		z-index: 100;
	}
	.scroll.none{
		display: none;
	}
	.scroll .bar{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		/*width: 0.533vw;*/
		width: 0.346vw;
		height: 3.9vw;
	}
	.scroll .text{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
}

/* kv */
#kv{
	width: 100%;
	position: relative;
}
#kv picture{
	width: 100%;
}
#kv picture img{
	width: 100%;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	#kv{
		height:calc(100vh - 113px);
		background: #D4E9E0;
		z-index: 11;
	}
	#kv .inner .copy{
		position: absolute;
		/*top: 74.4vw;*/
		top: 72.4vw;
		left: 50%;
		width: 84vw;
		height: 46.4vw;
		transform: translateX(-50%);
	}
	#kv .inner .copy img{
		width: 100%;
	}
	#kv picture{
		width: 100%;
		height:66.667vw;
		overflow: hidden;
	}
	#kv picture img{
		width: 100%;
		height: auto;
		object-fit: contain;
	}

}

/* #prologue */
#prologue{
	width: 100%;
	position: relative;
	background-image: url(../images/prologue_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
#prologue .fixed-content{
	position: absolute;
	top: 245px;
	/* transform: translateY(50%); */
	left: calc(50% - 489px);
	width: 559px;
	height: 410px;
}
/* #prologue .fixed-content .figure-inner {
	transform: translateY(-50%);
} */
#prologue .scroll-content{
	width: 450px;
	margin: 0 0 0 auto;
	padding-top: 90px;
	padding-bottom: 489px;
}
#prologue .scroll-content h2{
	margin-bottom: 193px;
}
#prologue .scroll-content .block h3{
	font-size: 22px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.8;
	margin-bottom: 23px;
}
#prologue .scroll-content .block .image{
	margin-top: 30px;
	width: 100%;
	line-height: 1;
}
#prologue .scroll-content .block .summary{
	margin-top: 60px;
	font-size: 26px;
	line-height: 1.769;
}
#prologue .scroll-content .block + .block{
	margin-top: 357px;
}
@media screen and (max-width: 1400px) {
	#prologue .fixed-content{
		left: calc(50% - 35.435vw);
	}
}
@media screen and (max-width: 1240px) {
	#prologue .fixed-content{
		/*left: calc(50% - 39.435vw);*/
		left: calc(50% - 34.435vw);
		width: 43.081vw;
		height: 33.065vw;
	}
	#prologue .fixed-content .figure-inner {
		transform: translateY(0);
	}
	#prologue .scroll-content{
		width: 36.29vw;
		padding-top: 7.258vw;
		padding-bottom: 39.435vw;
	}
	#prologue .scroll-content h2{
		width: 20.323vw;
		margin-bottom: 16.935vw;
	}
	#prologue .scroll-content .block h3{
		font-size: 1.774vw;
		margin-bottom: 2.661vw;
	}
	#prologue .scroll-content .block .image{
		margin-top: 2.903vw;
	}
	#prologue .scroll-content .block .image img{
		width: 100%;
	}
	#prologue .scroll-content .block .summary{
		margin-top: 6.129vw;
		font-size: 2.097vw;
	}
	#prologue .scroll-content .block + .block{
		margin-top: 29.839vw;
	}
}
@media screen and (max-width: 768px) {

	#prologue{
		background: none;
		/* background-attachment: fixed; */
	}
	#prologue .inner{
		position: relative;
		overflow: visible;
	}
	#prologue::before{
		content: "";
		display: block;
		top: 0;
		height: 100vh;
		width: 100%;
		left: 0;
		background: url(../images/prologue_bg_sp.jpg) no-repeat top center / 100% auto;
		/* background-attachment: fixed; */
		position: fixed;
		z-index: -1;
	}
	#prologue::after{
		content: "";
		display: block;
		top: 0;
		height: var(--prologue-after-height, 50vh);
		width: 100%;
		left: 0;
		background: url(../images/prologue_bg_sp.jpg) no-repeat top center / 100% auto;
		/* background-attachment: fixed; */
		position: fixed;
		z-index: 1;
		mask-image: linear-gradient(to bottom, black 0%, black 82%, transparent 98%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 82%, transparent 98%);
	}
	#prologue .fixed-content{
		position: sticky;
		/* position:fixed; */
		padding-top: 42px;
		top: 55px;
		left: 0;
		width: 70%;
		z-index: 5;
		height: auto;
		margin-bottom: 55px;
		margin-left: auto;
		margin-right: auto;
		/* transform: translate3d(0, 0, 0) !important; */
		/* position: sticky;
		top: 55px; */
	}
	#prologue .scroll-content{
		width: 100%;
		margin: 0 auto;
		/*padding-top: 87.96vw;*/
		padding-top: 85.5vw;
		padding-bottom: 28.267vw;
		/* overflow: hidden; */
	}
	#prologue .scroll-content-inner{
		/* height: 50vh;
		overflow: scroll; */
	}
	#prologue .scroll-content h2{
		width: 46.933vw;
		margin: 0 auto 5.13vw 0;
	}
	#prologue .scroll-content .block h3{
		font-size: 6.133vw;
		line-height: 1.52;
		margin-bottom: 2.033vw;
	}
	#prologue .scroll-content .block .image{
		margin-top: 4.833vw;
		width: 100%;
	}
	#prologue .scroll-content .block .summary{
		margin-top: 9.4vw;
		font-size: 6.133vw;
		line-height: 1.52;
	}
	#prologue .scroll-content .block + .block{
		margin-top: 48.467vw;
	}
}


/* #development */
#development{
	width: 100%;
	position: relative;
	z-index: 6;
}
#development .visual{
	width: 100%;
	height:41.667vw;
}
#development .visual img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#development .article{
	width: 100%;
	background: #C6D5D2;
	position: relative;
}
#development .article h2{
	padding-top: 62.7px;
	padding-left: 114px;
	margin-bottom: 27px;
}
#development .article .lead{
	padding-left: 110px;
	font-size: 26px;
	line-height: 1.769;
	margin-bottom: 84px;
}
#development .chapter{
	padding-left: 110px;
}
#development .chapter + .chapter{
	margin-top: 90px;
}
#development .chapter h3{
	margin-bottom: 92px;
}
#development .chapter h3 .num{
	display: inline-block;
	color: #008CA4;
	font-size: 22px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
#development .chapter h3 .num img{
	padding-right: 22.3px;
	vertical-align: middle;
	line-height: 1;
}
#development .chapter h3 .title{
	display: block;
	font-size: 26px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.1;
}
#development .chapter .row{
	padding-left: 110px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#development .chapter._02 .row{
	flex-direction: row-reverse;
}
#development .chapter .row + .row{
	margin-top: 54px;
}
#development .chapter .row .col_narrow{
	width: 340px;
}
#development .chapter .row .col_wide{
	width: 550px;
}
#development .chapter .row .col_text{
	width: 550px;
}
#development .chapter .row .col_image{
	width: 470px;
}
#development .chapter .row .col_narrow picture img{
	vertical-align: top;
}
#development .chapter .intro{
	width: 100%;
	background: #fff;
	padding: 38px 40px 36px;
}
#development .chapter .row._02{
	margin-right: -120px;
}
#development .chapter._02 .row._02{
	margin-right:0;
	margin-left: -110px;
}
#development .chapter._02 .row._03{
	align-items: center;
}
#development .chapter .intro .name {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 37px;
}
#development .chapter .intro .name span{
	display: inline-block;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
#development .chapter .intro .about{
	font-size: 16px;
	line-height: 1.625;
}
#development .chapter .row h4{
	color: #fff;
	font-size: 22px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.3;
	margin-bottom: 31px;
}
#development .chapter .row p + h4{
	margin-top: 50px;
}
/*
#development .chapter .box{
	margin-top: 36px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#development .chapter .box .item{
	width: 49%;
}
#development .chapter .box .item img{
	width: 100%;
}
#development .chapter .box .item p{
	line-height: 1;
}
*/
#development .chapter .sp-image{
	display: none;
}

#development .chapter._01 .row._04{
	margin-left: -220px;
	width: calc(100% + 220px);
	display: block;
}
#development .chapter._01 .row._04 .about{
	font-size: 18px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	margin-bottom: 15px;
}
#development .chapter._01 .row._04 .box{
	display: flex;
	justify-content: space-between;
}
#development .chapter._01 .row._04 .box .item{
	width: 30%;
}
#development .chapter._01 .row._04 .box .item .image{
	width: 100%;
	line-height: 1;
	position: relative;
}
#development .chapter._01 .row._04 .box .item .image img{
	width: 100%;
}
#development .chapter._01 .row._04 .box .item p{
	margin-top: 5px;
	font-size: 16px;
	line-height: 1;
}
#development .chapter._01 .row._04 .box .item:nth-child(1) .image::after{
	position: absolute;
	top: 50%;
	right: -47px;
	transform: translateY(-50%);
	content:'';
	width: 35px;
	height: 35px;
	background: url(../images/icon_plus.png) no-repeat;
	background-size: contain;
}
#development .chapter._01 .row._04 .box .item:nth-child(2) .image::after{
	position: absolute;
	top: 50%;
	right: -48px;
	transform: translateY(-50%);
	content:'';
	width: 35px;
	height: 35px;
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: contain;
}


#development .chapter._01 .row._01 .col_wide h4:nth-of-type(2),
#development .chapter._01 .row._02 .col_text h4:nth-of-type(1),
#development .chapter._01 .row._03 .col_wide h4:nth-of-type(1),
#development .chapter._02 .row._02 .col_text h4,
#development .chapter._02 .row._03 .col_wide h4,
#development .chapter._03 .row._02 h4{
	margin-bottom: 25px;
}
#development .chapter._02 .row._02{
	margin-top: 84px;
}
#development .chapter._03{
	margin-top: 80px;
}
#development .chapter._03 .row._02{
	margin-top: 47px;
}
#development .chapter._03 .row._03{
	margin-top: 85px;
}
#development .summary{
	margin-top: 80px;
	padding-bottom: 114px;
}
#development .summary .title{
	text-align: center;
	font-size: 26px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.76;
	margin-bottom: 92px;
}
#development .summary figure{
	width: 100%;
}
#development .summary figure img{
	width: 100%;
}
#development .summary .detail{
	margin-top: 44px;
	text-align: center;
	font-size: 22px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.63;
}
@media screen and (max-width: 1400px) {
	#development .article h2{
		padding-left: calc(110px + 3.645vw);
	}
	#development .article .lead{
		padding-left: calc(110px + 3.645vw);
	}
	#development .chapter{
		padding-left: calc(110px + 3.645vw);
	}
	#development .summary{
		padding-left: calc(110px + 3.645vw);
	}
}
@media screen and (max-width: 1240px) {

	#development .article h2{
		width: 30.726vw;
		padding-top: 5.056vw;
		padding-left: 14.5vw;
		margin-bottom: 3.581vw;
	}
	#development .article .lead{
		padding-left: 14.5vw;
		font-size: 2.097vw;
		line-height: 1.769;
		margin-bottom: 7.581vw;
	}
	#development .chapter{
		/*padding-left: 8.871vw;*/
		padding-left:14.5vw;
	}
	#development .chapter + .chapter{
		margin-top: 8.065vw;
	}
	#development .chapter._03{
		margin-top: 8.065vw;
	}
	#development .chapter h3{
		margin-bottom: 7.742vw;
	}
	#development .chapter h3 .num{
		font-size: 1.774vw;
	}
	#development .chapter h3 .num img{
		padding-right: 1.798vw;
		width: 9.194vw;
	}
	#development .chapter._01 h3 .num img{
		width: 8.548vw;
	}
	#development .chapter h3 .title{
		font-size: 2.097vw;
	}
	#development .chapter .row{
		padding-left: 4.4vw;
	}
	#development .chapter .row + .row{
		margin-top: 4.839vw;
	}
	#development .chapter._02 .row._02{
		margin-top: 4.839vw;
	}
	#development .chapter._03 .row._02{
		margin-top: 4.839vw;
	}
	#development .chapter._03 .row._03{
		margin-top: 4.839vw;
	}
	#development .chapter .row .col_narrow{
		width: 26.5vw;
	}
	#development .chapter .row .col_wide{
		width: 44.855vw;
	}
	#development .chapter .row .col_text{
		/*width: 44.355vw;*/
		width: 40.5vw;
	}
	#development .chapter .row .col_image{
		/*width: 37.903vw;*/
		width: 33.5vw;
	}
	#development .chapter .intro{
		padding: 3.065vw 3.226vw 2.903vw;
	}
	#development .chapter .row._02{
		margin-right: -20px;
	}
	#development .chapter._02 .row._02{
		margin-left: -4.4vw;
	}
	#development .chapter._02 .row._02 .col_image{
		width: calc(26.5vw + 4.4vw);
	}
	#development .chapter._02 .row._02 .col_text{
		width: 44.855vw;
	}
	#development .chapter .intro .name {
		font-size: 1.935vw;
		margin-bottom: 2.984vw;
	}
	#development .chapter .intro .name span{
		font-size: 1.1vw;
		line-height: 1.8vw;
		margin-bottom: 1.4vw;
	}
	#development .chapter .intro .about{
		font-size: 1.29vw;
	}
	#development .chapter .row h4{
		font-size: 1.774vw;
		margin-bottom: 2.661vw;
	}
	#development .chapter .row p + h4{
		margin-top: 4.839vw;
	}
	/*
	#development .chapter .box{
		margin-top: 2.903vw;
	}
	*/
	#development .summary{
		padding-left: 14.5vw;
		margin-top: 7.258vw;
		padding-bottom: 9.194vw;
	}
	#development .summary .title{
		font-size: 2.097vw;
		margin-bottom: 7.661vw;
	}
	#development .summary .detail{
		margin-top: 5.161vw;
		font-size: 1.774vw;
	}
	#development .chapter._01 .row._04{
		margin-left:calc(-14.5vw - 4.4vw);
		width: calc(100% + (14.5vw + 4.4vw));
		display: block;
	}
	#development .chapter._01 .row._04 .box .item{
		width: 30%;
	}
	#development .chapter._01 .row._04 .box .item:nth-child(1) .image::after{
		right: -3.79vw;
		width: 2.823vw;
		height: 2.823vw;
	}
	#development .chapter._01 .row._04 .box .item:nth-child(2) .image::after{
		right:-3.871vw;
		width: 2.823vw;
		height: 2.823vw;
	}
	#development .chapter._01 .row._04 .about{
		font-size: 1.452vw;
		margin-bottom: 1.21vw;
	}
	#development .chapter._01 .row._04 .box .item p{
		font-size: 1.29vw;
	}
}
@media screen and (max-width: 768px) {
	#development .visual{
		width: 100%;
		height: 88.933vw;
	}
	#development .visual picture{
		width: 100%;
	}
	#development .article h2{
		width: 66.4vw;
		padding-top: 8vw;
		padding-left: 0;
		margin: 0 auto 2.0vw 0;
	}
	#development .article .lead{
		padding-left: 0;
		font-size: 5.333vw;
		line-height: 1.7;
		margin-bottom: 22.533vw;
	}
	#development .chapter{
		padding-left: 0;
	}
	#development .chapter + .chapter{
		margin-top: 26.667vw;
	}
	#development .chapter h3{
		margin-bottom: 11.2vw;
	}
	#development .chapter h3 .num{
		font-size: 4.533vw;
	}
	#development .chapter h3 .num img,
	#development .chapter._01 h3 .num img{
		width: 22.667vw;
		padding-right: 3.653vw;
	}
	#development .chapter h3 .title{
		font-size: 6.133vw;
		line-height: 1.52;
	}
	#development .chapter .row{
		padding-left: 0;
		flex-direction: column;
	}
	#development .chapter._02 .row{
		flex-direction: column;
	}
	#development .chapter .row + .row,
	#development .chapter._02 .row._02,
	#development .chapter._03 .row._02,
	#development .chapter._03 .row._03{
		margin-top: 25.733vw;
	}
	#development .chapter .row .col_narrow{
		width: 100%;
	}
	#development .chapter .row .col_wide{
		width: 100%;
	}
	#development .chapter .row .col_text{
		width: 100%;
	}
	#development .chapter .row .col_image{
		width: 100%;
		line-height: 1;
	}
	#development .chapter._02 .row._02 .col_image{
		width: 100%;
	}
	#development .chapter._02 .row._02 .col_text{
		width: 100%;
	}
	#development .chapter .intro{
		padding: 7.6vw 8vw 7.6vw;
		margin-bottom: 26.667vw;
	}
	#development .chapter .row p{
		font-size: 4vw;
		line-height: 1.8;
	}
	#development .chapter .row._02{
		margin-right: 0;
	}
	#development .chapter._01 .row._03 p + p{
		margin-top: 9.2vw;
	}
	#development .chapter._02 .row._02{
		margin-left: 0;
		flex-direction: column-reverse;
	}
	#development .chapter._02 .row._02 .col_image{
		margin-bottom: 6.667vw;
	}
	#development .chapter._02 .row._03{
		flex-direction: column-reverse;
	}
	#development .chapter._02 .row._02 .col_image{
		margin-bottom: 6.667vw;
	}
	#development .chapter._02 .row._03 .col_wide{
		margin-bottom: 5.733vw;
	}
	#development .chapter._03 .row._02{
		flex-direction: column-reverse;
	}
	#development .chapter._03 .row._02 .col_image{
		margin-bottom: 6.667vw;
	}
	#development .chapter._03 .row._03 .col_narrow{
		margin-bottom: 5.733vw;
	}
	#development .chapter .intro .name {
		font-size: 6.4vw;
		margin-bottom: 5.6vw;
	}
	#development .chapter .intro .name span{
		font-size: 3.2vw;
		line-height: 5vw;
		margin-bottom: 1.467vw;
	}
	#development .chapter .intro .about{
		font-size: 4vw;
		line-height: 1.8;
	}
	#development .chapter .row h4{
		font-size: 6.133vw;
		line-height: 1.52;
		margin-bottom: 2.5vw;
	}
	#development .chapter._01 .row._01 .col_wide h4:nth-of-type(2),
	#development .chapter._01 .row._02 .col_text h4:nth-of-type(1),
	#development .chapter._01 .row._03 .col_wide h4:nth-of-type(1),
	#development .chapter._02 .row._02 .col_text h4,
	#development .chapter._02 .row._03 .col_wide h4,
	#development .chapter._03 .row._02 h4{
		margin-bottom: 4.533vw;
	}
	#development .chapter .row p + h4{
		margin-top: 25.733vw;
	}
	#development .chapter .box{
		margin-top: 4.933vw;
		width: 100%;
	}
	#development .chapter .box .item{
		width: 49%;
	}
	#development .chapter .box .item img{
		width: 100%;
	}
	#development .chapter .box .item p{
		font-size: 3.2vw;
	}
	#development .chapter .sp-image{
		display: block;
		width: 100%;
		margin-top: 9.733vw;
	}
	#development .summary{
		padding-left: 0;
		margin-top: 21.6vw;
		padding-bottom: 12.8vw;
	}
	#development .summary .title{
		text-align: left;
		font-size: 6.133vw;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
		line-height: 1.52;
		margin-bottom: 11.2vw;
	}
	#development .summary .detail{
		margin-top: 10.667vw;
		text-align: left;
		font-size: 6.133vw;
		line-height: 1.52;
	}

	#development .chapter._01 .row._04{
		margin-left: 0;
		margin-top: 4vw;
		width: 100%;
	}
	#development .chapter._01 .row._04 .about{
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	#development .chapter._01 .row._04 .box{
		display: block;
	}
	#development .chapter._01 .row._04 .box .item{
		width:100%;
		position: relative;
	}
	#development .chapter._01 .row._04 .box .item + .item{
		margin-top: 24vw;
	}
	#development .chapter._01 .row._04 .box .item .image{
		position: static;
	}
	#development .chapter._01 .row._04 .box .item p{
		margin-top: 10px;
		font-size: 3.2vw;
	}
	#development .chapter._01 .row._04 .box .item:nth-child(1) .image::after{
		content:none;
	}
	#development .chapter._01 .row._04 .box .item:nth-child(2) .image::after{
		content:none;
	}
	#development .chapter._01 .row._04 .box .item:nth-child(1)::after{
		position: absolute;
		bottom: -13.333vw;
		left: 50%;
		transform:translateX(-50%);
		content:'';
		width: 9.333vw;
		height: 9.333vw;
		background: url(../images/icon_plus_sp.png) no-repeat;
		background-size: contain;
	}
	#development .chapter._01 .row._04 .box .item:nth-child(2)::after{
		position: absolute;
		left: 50%;
		bottom: -17.467vw;
		transform:translateX(-50%);
		content:'';
		width: 5.733vw;
		height: 9.6vw;
		background: url(../images/icon_arrow_sp.png) no-repeat;
		background-size: contain;
	}
}

/* #another */
#another{
	width: 100%;
	background: #F2F2F1;
	padding: 103px 0 157px;
	position: relative;
	z-index: 6;
}
#another .head{
	padding-left: 110px;
	margin-bottom: 76px;
}
#another .head h2{
	margin-bottom: 22.4px;
}
#another .head p{
	font-size: 26px;
}
#another .wrap{
	padding-left: 220px;
}
#another .wrap h3{
	font-size: 22px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.8;
	margin-bottom: 27px;
}
#another .materials-bg{
	width: 100vw;
	height:43.264vw;
	position: relative;
}
#another .materials-bg::after{
	position: absolute;
	left: 0;
	top: -4.514vw;
	content:'';
	width: 75.069vw;
	height: 47.639vw;
	background: url(../images/another_img_01.png) no-repeat;
	background-size: contain;
	z-index: -1;
}
#another .wrap .text_02{
	margin-top: -2.431vw;
	margin-bottom: 48px;
}
#another .wrap .text_03{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 29px;
}
#another .wrap .map_anim{
	margin-left: 65px;
	width: 630px;
	height: 678px;
	position: relative;
}
#another .wrap .map_anim .map span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#another .wrap .map_anim .map span.after{
}
.img-wrap {
  animation: img-wrap 4s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 65% 65%);
    -webkit-clip-path: circle(0 at 65% 65%);
  }

  100% {
    clip-path: circle(100% at 65% 65%);
    -webkit-clip-path: circle(100% at 65% 65%);
  }
}
#another .wrap .map_anim .year span{
	position: absolute;
	top: 136px;
	left: 2px;
	width: 163px;
	height: 57px;
}
#another .wrap .map_anim .year span.after{
	opacity: 0;
}
#another .wrap .caption{
	position: absolute;
	bottom:-30px;
	right: 0;
	font-size: 11px;
	text-align: right;
}
#another .wrap .text_04{
	margin-top: 45px;
}
@media screen and (max-width: 1400px) {
	#another .head{
		padding-left: calc(110px + 3.645vw);
	}
}
@media screen and (max-width: 1240px) {
	#another{
		padding: 8.306vw 0 12.661vw;
	}
	#another .head{
		padding-left: 14.5vw;
		margin-bottom: 94px;
	}
	#another .head h2{
		margin-bottom: 44.4px;
	}
	#another .head h2 img{
		width: 39.113vw;
	}
	#another .head p{
		font-size: 2.097vw;
	}
	#another .wrap{
		padding-left: 14.5vw;
	}
	#another .wrap h3{
		font-size: 1.774vw;
		margin-bottom: 2.661vw;
	}
	#another .wrap .text_02{
		margin-bottom: 4.758vw;
	}
	#another .wrap .text_03{
		font-size: 1.452vw;
		margin-bottom: 2.339vw;
	}
	#another .wrap .text_04{
		margin-top: 3.871vw;
	}
	#another .wrap .map_anim{
		margin-left: 5.242vw;
		width: 50.806vw;
		height: 54.677vw;
		position: relative;
	}
	#another .wrap .map_anim .map{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#another .wrap .map_anim .year{
		position: absolute;
		top: 10.968vw;
		left: 0.161vw;
		width: 13.145vw;
		height: 4.597vw;
	}
}
@media screen and (max-width: 768px) {
	#another{
		padding: 10.627vw 0 28.4vw;
	}
	#another .head{
		padding-left: 0;
		margin-bottom: 15.667vw;
	}
	#another .head h2{
		width: 43.6vw;
		margin: 0 auto 5.567vw 0;
	}
	#another .head p{
		font-size: 5.333vw;
		line-height: 1.75;
	}
	#another .wrap{
		padding-left: 0;
	}
	#another .wrap h3{
		font-size: 6.133vw;
		line-height: 1.52;
		margin-bottom: 3.033vw;
	}
	#another .wrap .text_01{
		font-size: 4vw;
		line-height: 1.8;
		margin-bottom: 6.4vw;
	}
	#another .materials-bg{
		width: 100vw;
		height: 66.667vw;
		position: relative;
	}
	#another .materials-bg::after{
		top: 0;
		width: 100%;
		height: 66.667vw;
		background: url(../images/another_img_01.png);
		background-size: contain;
	}
	#another .wrap .text_02{
		margin-top: 5.333vw;
		font-size: 4vw;
		line-height: 1.8;
		margin-bottom: 18.067vw;
	}
	#another .wrap .text_03{
		font-size: 4vw;
		line-height: 1.8;
		margin-bottom: 1.333vw;
	}
	#another .wrap .map_anim{
		margin-left: 0;
		width: 100%;
		aspect-ratio: 630 / 678;
		height: auto;
	}
	#another .wrap .map_anim .year span{
		top: 18.133vw;
		left: 0.267vw;
		width: 21.733vw;
		height: 7.6vw;
	}
	#another .wrap .caption{
		bottom:-5.5vw;
		font-size: 3.2vw;
	}
	#another .wrap .caption{
		margin-top: 0.5vw;
		font-size: 3.2vw;
	}
	#another .wrap .text_04{
		margin-top: 19.6vw;
		font-size: 4vw;
		line-height: 1.8;
	}

}



#l-auto-local-footer,
#l-auto-footer,
#l-action-router,
.l-footer {
	position: relative;
	z-index: 6;
}