@charset "utf-8";
@media screen and (max-width : 768px) {

	/* ------------------------------------------------------------------------------------------
*
*
    /300million/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
	
	#contents_area {
		background: #e5ecf5;
		color: #595757;
		font-family: "HondaGlobalFontJP-Regular", sans-serif;
		font-weight: normal;
	}

	#contents_area img {
		width: 100%;
		vertical-align: middle;
	}

	.content_wrap {
		width: 100%;
		margin: 0 auto;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}

	.content_wrap .c-head2 {
		font-size: 26px;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
		line-height: 1.5;
		letter-spacing: 0.01em;
		text-align: center;
		padding-bottom: 16px;
		position: relative;
		margin: 0;
	}

	.content_wrap .c-head2::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: '';
		width: 50px;
		height: 4px;
		background: #8398bd;
	}

	.inner {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	/* section-message */
	.section-message {
		margin-bottom: 50px;
	}

	.section-message__topImage {
		width: 100%;
		aspect-ratio: 375 / 493.5;
		position: relative;
		margin-bottom: 160px;
	}

	.section-message__topImage .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.section-message__topImage .logo {
		position: absolute;
		left: 50%;
		bottom: -140px;
		transform: translateX(-50%);
		width: 225px;
		z-index: 1;
	}

	.section-message h2 {
		font-size: 20px;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 20px;
	}

	.section-message__text {
		width: fit-content;
		margin: 0 auto 60px;
	}

	.section-message__text p {
		font-size: 14px;
		line-height: 2;
		text-align: center;
	}

	.section-message__text p+p {
		margin-top: 1.5em;
	}

	.section-message__banner {
		width: 100%;
		margin-bottom: 40px;
	}

	.section-message__btmImage {
		width: 100%;
		margin-bottom: 20px;
	}

	/* graph */
	.graph {
		position: relative;
		width: calc(100% - 30px);
		aspect-ratio: 960 / 600;
		margin: 0 auto;
		overflow: hidden;
		background: #fff;
	}

	/* section-history */
	.section-history {
		margin-bottom: 65px;
	}

	.section-history .c-head2 {
		margin-bottom: 32px;
	}

	.section-history__contents {
		width: 100%;
	}

	.section-history__item {
		width: 100%;
	}

	.section-history__item+.section-history__item {
		margin-top: 20px;
	}

	.section-history__item .text {
		margin-top:14px;
	}

	.section-history__item .text h3 {
		font-size: 40px;
		font-family: "HondaGlobalFontJP-Light", sans-serif;
		font-weight: normal;
		line-height: 1.5;
		letter-spacing: 0.01em;
		margin: 0;
	}

	.section-history__item .text h4 {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.5;
		letter-spacing: 0.01em;
		margin-bottom: 15px;
	}

	.section-history__item .text p {
		font-size: 14px;
		font-family: "HondaGlobalFontJP-Light", sans-serif;
		line-height: 1.85;
		letter-spacing: 0.05em;
	}
	.section-history__item._02 .text{
		margin-top: 5px;
	}
	.section-history__item._03{
		margin-top: 35px;
	}
	.section-history__item._04{
		margin-top: 50px;
	}
	.section-history__item._06{
		margin-top: 40px;
	}

	/* section-value */
	.section-value{
		padding-bottom: 60px;
	}
	.section-value .c-head2 {
		margin-bottom: 40px;
	}

	.section-value__image {
		width: 100%;
		margin-bottom: 40px;
	}
	.section-value__image .caution{
		margin-top: 10px;
		font-family: "HondaGlobalFontJP-Light", sans-serif;
		font-size: 12px;
	}

	.section-value__item {
		width: 100%;
	}

	.section-value__item+.section-value__item {
		margin-top: 40px;
	}
	.section-value__item .image {
		width: 100%;
	}

	.section-value__item h3 {
		margin-bottom: 25px;
		margin-left: 15px;
	}

	.section-value__item h3 span {
		display: inline-block;
		font-family: "HondaGlobalFontJP-Light", sans-serif;
		font-weight: normal;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0.01em;
		padding-bottom: 0.4em;
		border-bottom: #8398bd solid 1px;
	}
	.section-value__item .text{
		width: calc(100% - 30px);
		margin: 0 15px;
		padding-top: 10px;
	}

	.section-value__item h4 {
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 0.01em;
		line-height: 1.4;
		margin-bottom: 13px;
	}

	.section-value__item .text p {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.01em;
		margin-bottom: 15px;
	}

	.c-btn-more {
		display: block;
		width: 178px;
		height: 38px;
		line-height: 38px;
		color: #fff;
		font-size: 13px;
		letter-spacing: 0.05em;
		text-align: center;
		padding-right: 1em;
		text-decoration: none;
		background: #041b42;
		border-radius: 50px;
		position: relative;
		margin: 0 auto;
		transition: 0.3s;
	}

	.c-btn-more::after {
		position: absolute;
		top: 45%;
		right: 18px;
		content: '';
		width: 7px;
		height: 7px;
		border-top: #a9b1be solid 1px;
		border-right: #a9b1be solid 1px;
		transform: rotate(45deg) translateY(-50%);
	}

	.c-btn-more:hover {
		opacity: 0.7;
	}

	.section-value__item .text .c-btn-more {
		margin: 0 auto 0 0;
	}

	.section-value__item._lineup .row+.row {
		margin-top: 50px;
	}

	.section-value__item._lineup .row .pic {
		width: 100%;
	}

	.section-value__item._lineup .row .detail {
		margin-top: -25px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.section-value__item._lineup .row._01 .logo,
	.section-value__item._lineup .row._02 .logo,
	.section-value__item._lineup .row._03 .logo {
		width: 128px;
		margin-bottom: 25px;
	}

	.section-value__item._lineup .row._04 .logo {
		width: 255px;
		margin-bottom: 15px;
	}

	.section-value__item._lineup .row._04 .model {
		text-align: center;
		font-size: 20px;
		letter-spacing: 0.06em;
		margin-top: 0;
		margin-bottom: 15px;
	}

	/* section-bottom */
	.section-bottom {
		width: 100%;
		padding: 120px 0;
	}

	.section-bottom .inner {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.section-bottom .title {
		text-align: center;
		display: block;
		width: 280px;
		color: #444B49;
		font-size: 18px;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
		line-height: 1.84;
		margin: 0 auto 30px;
		position: relative;
	}

	.section-bottom .title::before {
		position: absolute;
		top: 50%;
		left: -30px;
		transform: translateY(-50%);
		content: '';
		width: 26px;
		height: 44px;
		background: url(../image/btm_bg_01.png) no-repeat;
		background-size: contain;
	}

	.section-bottom .title::after {
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translateY(-50%);
		content: '';
		width: 26px;
		height: 44px;
		background: url(../image/btm_bg_02.png) no-repeat;
		background-size: contain;
	}

	.section-bottom .image {
		width: 220px;
		margin: 0 auto 50px;
	}

	.section-bottom .button_box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.section-bottom .c-btn-more {
		width: 220px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		letter-spacing: 0;
	}


	/* ------------------------------------------------------------------------------------------
*
*
    END
*
*
------------------------------------------------------------------------------------------ */
}