@charset "utf-8";
/* first view */
.top_fv__inner {
	justify-content: space-between;
}
{
	font-size: 7.2rem;
}
.top_fv__left {
	width: 40%;
	padding: 1.5rem 0 1.5rem 5rem;
}
.top_fv__ttl {
	font-size: 7.2rem;
	margin: 0;
}
.top_fv__txt {
	font-size: 1.8rem;
	line-height: 2;
}
.top_fv__right {
	width: 60%;
}
/* about */
.top_content {
	padding: 14rem 0;
}
.top_about {
	display: flex;
	justify-content: flex-end;
}
.top_about__inner {
	width: 92%;
	background: #fff;
	padding: 8rem;
	border-top-left-radius: 3rem;
	border-bottom-left-radius: 3rem;
	justify-content: space-between;
}
.top_about__left {
	width: 48%;
}
.top_about__left .common_ttl1 {
	margin-bottom: 6rem;
}
.top_about__txt {
	margin: 0;
	font-size: 1.7rem;
	line-height: 2.5;
	position: relative;
	padding: 3rem 0;
	margin-bottom: 4rem;
}
.top_about__txt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/common/bolt_red.svg) no-repeat;
	background-size: 45px 17px;
	width: 45px;
	height: 17px;
}
.top_about__left .common_btn1 {
	text-align: right;
}
.top_about__right {
	width: 48%;
}
/* product */
.top_product {
	padding: 14rem 0 0;
	width: 74%;
	margin: 0 auto;
}
.top_product__ttl {
	margin-bottom: 8rem;
}
.top_product__txt {
	font-size: 1.7rem;
	color: #fff;
	line-height: 2.5;
	position: relative;
	margin: 0 6rem;
	padding: 4rem 6rem 0;
}
.top_product__txt::before {
	content: "";
	position: absolute;
	top: 2.5rem;
	left: -2.5rem;
	background: url(../img/common/bolt_white.svg) no-repeat;
	background-size: 45px 17px;
	width: 45px;
	height: 17px;
	transform: rotate(90deg);
}
.top_product ul {
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_product li {
	width: 46%;
	margin-bottom: 8rem;
}
.top_product li a {
	display: block;
	color: #fff;
}
.top_product li span {
	text-align: center;
	display: block;
	font-size: 2.4rem;
	margin-top: 1rem;
}
.top_product .common_btn1 {
	text-align: center;
}
/* company */
.top_company {
	padding: 14rem 0;
}
.top_company__inner {
	justify-content: space-between;
}
.top_company__left {
	width: 46%;
}
.top_company__right {
	width: 46%;
}
.top_company__right .common_ttl1 {
	margin-bottom: 6rem;
}
.top_company__txt {
	margin: 0;
	font-size: 1.7rem;
	line-height: 2.5;
	position: relative;
	padding: 3rem 0;
	margin-bottom: 4rem;
}
.top_company__txt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/common/bolt_red.svg) no-repeat;
	background-size: 45px 17px;
	width: 45px;
	height: 17px;
}
.top_company__right .common_btn1 {
	text-align: right;
	padding-right: 18rem;
}

@media screen and (max-width: 768px){
	/* fv */
	.top_fv__inner {
		flex-direction: column-reverse;
	}
	.top_fv__left {
		width: 100%;
		padding: 1.5rem 0 8rem 4rem;
	}
	.top_fv__ttl {
		font-size: 4.6rem;
	}
	.top_fv__txt {
		font-size: 1.5rem;
	}
	.top_fv__right {
		width: 100%;
	}
	/* about */
	.top_content {
		padding: 8rem 0;
	}
	.top_about__inner {
		width: 100%;
		padding: 5rem 2rem;
		flex-direction: column;
		margin-left: 3rem;
	}
	.top_about__left {
		width: 100%;
	}
	.top_about__left .common_ttl1 {
		margin-bottom: 4rem;
	}
	.top_about__txt {
		font-size: 1.5rem;
		padding: 2rem 0;
		margin-bottom: 1rem;
	}
	.top_about__txt::before {
		background-size: 33px auto;
		width: 33px;
		height: 14px;
	}
	.top_about__left .common_btn1 {
		text-align: center;
		margin-bottom: 4.5rem;
	}
	.top_about__right {
		width: 100%;
	}
	/* product */
	.top_product {
		padding: 8rem 3rem 0;
		width: 100%;
	}
	.top_product__ttl {
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.top_product .common_ttl1 {
		margin-bottom: 4rem;
	}
	.top_product__txt {
		font-size: 1.5rem;
		padding: 2rem 0;
		margin: 0;
	}
	.top_product__txt::before {
		top: 0;
		left: 0;
		background-size: 33px auto;
		width: 33px;
		height: 14px;
		transform: rotate(0);
	}
	.top_product ul {
		width: 90%;
		margin: 0 auto;
	}
	.top_product li {
		width: 100%;
		margin-bottom: 5rem;
	}
	.top_product li span {
		font-size: 1.5rem;
	}
	/* company */
	.top_company {
		padding: 0;
	}
	.top_company__inner {
		flex-direction: column;
	}
	.top_company__left {
		width: 100%;
	}
	.top_company__right {
		width: 100%;
		padding: 2rem 3rem 8rem;
	}
	.top_company__right .common_ttl1 {
		margin-bottom: 4rem;
	}
	.top_company__txt {
		font-size: 1.5rem;
		padding: 2rem 0;
		margin-bottom: 1rem;
	}
	.top_company__txt::before {
		background-size: 33px auto;
		width: 33px;
		height: 14px;
	}
	.top_company__right .common_btn1 {
		text-align: center;
		padding-right: 0;
	}
}
