.breadcrumb-box {
	margin-bottom: 0;
	background-color: #eee0f8;
}

.breadcrumb__item--active a {
	color: #af6ddb;
}

.title03::before {
	background-color: #af6ddb;
}

main {
	position: relative;
}

main::before {
	content: '';
	width: 100%;
	height: 500px;
	background-color: #fff;
	position: absolute;
	top: -541px;
	left: 0;
	z-index: 0;
}

.about-banner {
	position: relative;
	overflow: hidden;
}

.about-banner__img {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
}

.about-banner__img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.about-banner__img::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(36, 3, 58, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.about-banner__word {
	width: 100%;
	min-height: 735px;
	padding: 120px 0;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.about-banner__word .title03 {
	width: 100%;
	margin-bottom: 50px;
}

.about-banner__word .title03 span {
	color: #fff;
}

.about-banner__text {
	width: 100%;
	max-width: calc(100% - 340px);
	margin: 0 auto;
	padding: 0 20px;
}

.about-wrap {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	background-color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.innovative__word {
	width: 50%;
	padding: 80px;
}

.innovative-list li {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

.innovative-list li i {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #af6ddb;
	border-radius: 20px;
	color: #fff;
	font-size: 20px;
}

.innovative-list__text {
	width: calc(100% - 20px);
	padding-left: 20px;
}

.innovative-list__text sup {
	margin-top: -6px;
	display: inline-block;
	vertical-align: super;
	font-size: xx-small;
}

.innovative__img {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.innovative__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	position: relative;
	z-index: 0;
	-webkit-transition: -webkit-transform 1s ease-out;
	transition: -webkit-transform 1s ease-out;
	-o-transition: transform 1s ease-out;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.innovative__img::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(36, 3, 58, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.innovative__img .icon-lightbulb {
	width: 107px;
	height: 107px;
	margin: auto;
	font-size: 107px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.innovative__img:hover img {
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}

.innovative__img:hover::before {
	opacity: 0;
}

.innovative__img:hover .icon-lightbulb {
	color: #af6ddb;
}

.about-list {
	margin: 0 auto;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.about-list__item {
	margin-bottom: 50px;
}

.about-list__item:last-child {
	margin-bottom: 0;
}

.about-list__img {
	width: 220px;
}

.about-list__img img {
	width: auto;
	height: 146px;
}

.about-list__word {
	width: calc(100% - 220px);
}

.about-list__title {
	margin-bottom: 15px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 2.813rem;
	font-weight: 700;
}

.sales {
	padding-top: 50px;
}

.sales__img {
	width: 52%;
	padding: 0 70px;
}

.sales__img img {
	width: 100%;
	display: block;
}

.sales-list {
	width: 48%;
}

.sales-list li {
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
}

.sales-list li .sales__title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 2.813rem;
	font-weight: 700;
}

.sales-list li span {
	margin-right: 15px;
	display: inline-block;
}

.sales-list li::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #252525;
	position: absolute;
	top: 13px;
	left: 0;
}

.sales-list li:nth-child(1)::before {
	background-color: #d9204c;
}

.sales-list li:nth-child(2)::before {
	background-color: #6cac0f;
}

.sales-list li:nth-child(3)::before, .sales-list li:nth-child(4)::before {
	background-color: #24a3de;
}

@media only screen and (max-width: 1280px) {
	.about-banner__text {
		max-width: 100%;
		padding: 0 50px;
	}
	.about-wrap {
		padding: 60px 0 20px 0;
	}
	.innovative__word {
		padding: 40px 40px 0 40px;
	}
}

@media only screen and (max-width: 1080px) {
	.innovative__word {
		width: 100%;
		padding: 50px 50px 0 50px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.innovative__img {
		width: 100%;
		padding-bottom: 50%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		position: relative;
	}
	.innovative__img img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-o-object-position: 50% 80%;
		   object-position: 50% 80%;
	}
	.about-list {
		padding-top: 50px;
	}
	.sales {
		padding-top: 20px;
	}
	.sales__img {
		width: 100%;
		max-width: 768px;
		margin: 0 auto 10px auto;
		padding: 0 20px;
	}
	.sales-list {
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.sales-list li {
		margin-bottom: 10px;
	}
	.sales-list li::before {
		top: 8px;
	}
	.sales-list li .sales__title {
		font-size: 23px;
		font-size: 1.438rem;
		line-height: 2.188rem;
	}
}

@media only screen and (max-width: 768px) {
	.about-banner__word {
		padding: 80px 0;
	}
	.about-banner__word .title03 {
		margin-bottom: 25px;
	}
	.about-banner__text {
		padding: 0 20px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.about-wrap {
		padding: 40px 0 20px 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.about-list {
		padding-top: 30px;
	}
	.about-list__img {
		width: 130px;
	}
	.about-list__img img {
		height: 90px;
	}
	.about-list__word {
		width: calc(100% - 130px);
	}
	.about-list__title {
		margin-bottom: 10px;
		font-size: 23px;
		font-size: 1.438rem;
		line-height: 2.188rem;
	}
}

@media only screen and (max-width: 480px) {
	.innovative__word {
		padding: 40px 20px 0 20px;
	}
	.about-list__img {
		width: 100%;
	}
	.about-list__word {
		width: 100%;
	}
	.sales {
		padding-top: 0;
	}
}
