/*-------------------
about
--------------------*/

#index-feature .feature .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 120px;
}

#index-feature h2 {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
}

#index-feature h2 .en {
	display: block;
	margin: 0 0 10px;
	font-size: 130px;
	font-size: 13.0rem;
	color: #F28E1B;
	line-height: 1;
}

#index-feature .feature .inner .col_wrap .col {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 80px;
	padding: 0 0 80px;
	position: relative;
	z-index: 0;
}

#index-feature .feature .inner .col_wrap .col::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -100px;
	z-index: -1;
	width: 1350px;
	height: 456px;
	background-color: rgba(242,142,27,.2);
}

#index-feature .feature .inner .col_wrap .col:nth-child(even)::before {
	background-color: rgba(242,142,27,.2);
}

#index-feature .feature .inner .col_wrap .col:last-child {
	margin: 0;
}

#index-feature .feature .inner .col_wrap .col .txt {
	width: 410px;
}

#index-feature .feature .inner .col_wrap .col:nth-child(even) .txt {
	order: 1;
}

#index-feature .feature .inner .col_wrap .col .txt .num {
	margin: 0 0 30px -50px;
	padding: 0 0 0 73px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #F28E1B;
	letter-spacing: .05em;
	/* background: url(../images/top-sozai01.jpeg) no-repeat 0 10px; */
}

#index-feature .feature .inner .col_wrap .col .txt .num .em {
	margin: 0 0 0 20px;
	font-size: 100px;
	font-size: 10.0rem;
	color: transparent;
	-webkit-text-stroke: 1px #F28E1B;
	text-stroke: 1px #F28E1B;
	letter-spacing: 0;
	line-height: 1;
}

#index-feature .feature .inner .col_wrap .col .txt h3 {
	margin: 0 0 40px;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .05em;
}

#index-feature .feature .inner .col_wrap .col .img {
	width: 740px;
	margin: 0 -150px 0 0;
}

#index-feature .feature .inner .col_wrap .col:nth-child(even) .img {
	order: 0;
	margin: 0 0 0 -150px;
}

#index-feature .feature .inner .col_wrap .col .img img {
	border-radius: 20px 0 20px 0;
}


@media screen and (max-width: 767.98px) {

#index-feature .feature .inner {
	padding: 70px 5% 100px;
}

#index-feature h2 {
	margin: 0 0 30px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .05em;
}

#index-feature h2 .en {
	display: block;
	margin: 0 0 5px;
	font-size: 5.5rem;
	color: #F28E1B;
	line-height: 1;
}

#index-feature .feature .inner .col_wrap .col {
	margin: 0 0 30px;
	padding: 0 0 30px;
	position: relative;
	z-index: 0;
}

#index-feature .feature .inner .col_wrap .col::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -5vw;
	z-index: -1;
	width: 105%;
	height: calc(100% - 35px);
	/* background: url(../images/top-sozai01.jpeg) 0 bottom; */
	background-size: cover;
}

#index-feature .feature .inner .col_wrap .col:nth-child(even)::before {
	right: -5vw;
	left: auto;
}

#index-feature .feature .inner .col_wrap .col:last-child {
	margin: 0;
}

#index-feature .feature .inner .col_wrap .col .txt {
	margin: 0 5% 40px;
}

#index-feature .feature .inner .col_wrap .col .txt .num {
	margin: 0 0 10px -3vw;
	padding: 0 0 0 33px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #F28E1B;
	letter-spacing: .05em;
	/* background: url(../images/top-sozai01.jpeg) no-repeat 0 10px; */
	background-size: 30px auto;
}

#index-feature .feature .inner .col_wrap .col .txt .num .em {
	margin: 0 0 0 10px;
	font-size: 6.0rem;
	color: transparent;
	-webkit-text-stroke: 1px #F28E1B;
	text-stroke: 1px #F28E1B;
	letter-spacing: 0;
	line-height: 1;
}

#index-feature .feature .inner .col_wrap .col .txt h3 {
	margin: 0 0 25px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .05em;
}

#index-feature .feature .inner .col_wrap .col .img {
	width: 106%;
	position: relative;
}

#index-feature .feature .inner .col_wrap .col:nth-child(even) .img {
	left: -6%;
}

#index-feature .feature .inner .col_wrap .col .img img {
	border-radius: 20px 0 20px 0;
    height: auto;
}



#index-feature .inner{
	width: 90%;
	margin: 0 auto;
}

}




#index-feature {
    padding: 60px auto 90px auto;
}

.feature {
    display: flex;
    flex-direction: column;
    width: 100%;
	max-width: 960px;
    margin: 70px auto 50px auto;
    position: relative;
	/* background-color: #eee; */
}

.feature .inner-text {
    position: relative;
	width: 70%;
	min-width:300px;
	padding: 30px 30px 10px 30px;
	background-color: #fff;
	
}

.feature .inner-text .num {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #F28E1B;
	letter-spacing: .05em;
	background-size: 30px auto;
}

.feature .inner-text h3 {
	font-size: 160%;
}
.feature .inner-text .num .em {
	margin: 0 0 0 10px;
	font-size: 3.0rem;
	color: transparent;
	-webkit-text-stroke: 1px #F28E1B;
	text-stroke: 1px #F28E1B;
	letter-spacing: 0;
	line-height: 1;
}

.feature .inner-img {
	width: 100%;
    display: flex;
    justify-content: flex-end;
	position: relative;
    align-items: flex-end;
}

.feature .inner-img img {
    width: 80%;
    border-radius: 20px 0 20px 0;
    height: auto;
}

/* .feature:last-child .inner-img {
    width: 100%;
    display: flex;
    justify-content: flex-start;
	position: relative;
    align-items: flex-start;
} */

@media screen and (min-width: 992px) {
	.feature {
		flex-direction: row;
		width: 95%;
		margin: 0 auto;
	}

	.feature .inner-text {
		width: 50%;
		margin-bottom: 40px;
		border-bottom: 1px solid rgba(242,142,27,1.0);
	}

	.feature .inner-img {
		width: 45%;
	}

	.feature .inner-img img {
		width: 100%;
	}
}