@charset "UTF-8";

.m_title {
	margin-bottom: 0;
}

/*---------------------------------------------------------
 fea_inbox
---------------------------------------------------------*/
.fea_wrap {
	list-style: none;
	counter-reset: feaCounter;
}
.fea_inbox {
	position: relative;
	padding: min(12vw,110px) 0 min(10vw,100px);
	counter-increment: feaCounter;
}
.fea_inbox.box__lg {
	background: url(../images/features/bg_drawing@2x.png) no-repeat left top;
	background-size: 58% auto;
}
.fea_inbox::before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(103,173,171,1), rgba(103,173,171,0));
	width: 100%;
	height: 520px;
	left: 0;
	top: 0;
	z-index: -1;
}
.fea_inbox .box_img {
	position: relative;
	max-width: max-content;
	margin: 0 auto;
}
.fea_inbox .com_h__min {
	text-align: center;
	color: #FFF;
	font-size: min(3.7vw,252%);
}
.fea_inbox .com_h__min::before {
	position: absolute;
	display: block;
	content: counter(feaCounter, decimal-leading-zero);
	font: var(--font_fut);
	font-style: normal;
	font-weight: 500;
	text-align: center;
	color: rgba(255,255,255,0.2);
	font-size: 465%;
	line-height: 0.8;
	letter-spacing: -0.04em;
	right: 0;
	top: -0.1em;
	z-index: -1;
}
/* fea_col3 */
.fea_col3 p {
	text-align: center;
	font-size: 112%;
	line-height: 1.4;
	margin-top: 1em;
}
/* com_ccl_txt */
.fea_inbox .com_ccl_txt {
	position: absolute;
	right: 3%;
	bottom: 5%;
}
.fea_inbox .com_ccl_txt small {
	display: block;
	font-size: 66%;
	margin: .2em 0;
}
.fea_inbox .com_ccl_txt span.ft_fut {
	font-size: 150%;
	vertical-align: -0.05em;
}

.fea_inbox:nth-of-type(2)::before {	background: linear-gradient(to bottom, rgba(103,118,173,1), rgba(103,118,173,0));}
.fea_inbox:nth-of-type(3)::before {	background: linear-gradient(to bottom, rgba(222,161,132,1), rgba(222,161,132,0));}
.fea_inbox:nth-of-type(4)::before {	background: linear-gradient(to bottom, rgba(189,171,201,1), rgba(189,171,201,0));}
.fea_inbox:nth-of-type(5)::before {	background: linear-gradient(to bottom, rgba(140,186,111,1), rgba(140,186,111,0));}
.fea_inbox:nth-of-type(6)::before {	background: linear-gradient(to bottom, rgba(103,173,129,1), rgba(103,173,129,0));}
.fea_inbox:nth-of-type(7)::before {	background: linear-gradient(to bottom, rgba(196,187,76,1), rgba(196,187,76,0));}
.fea_inbox:nth-of-type(8)::before {	background: linear-gradient(to bottom, rgba(103,170,173,1), rgba(103,170,173,0));}
.fea_inbox:nth-of-type(9)::before {	background: linear-gradient(to bottom, rgba(217,175,100,1), rgba(217,175,100,0));}
.fea_inbox:nth-of-type(10)::before {	background: linear-gradient(to bottom, rgba(116,175,214,1), rgba(116,175,214,0));}

.fea_inbox:nth-of-type(2) .com_ccl_txt {background: radial-gradient(rgba(103,118,173,0.7), rgba(103,118,173,0.95));}
.fea_inbox:nth-of-type(3) .com_ccl_txt {background: radial-gradient(rgba(173,126,103,0.7), rgba(173,126,103,0.95));}
.fea_inbox:nth-of-type(4) .com_ccl_txt {background: radial-gradient(rgba(189,171,201,0.7), rgba(189,171,201,0.95));}
.fea_inbox:nth-of-type(5) .com_ccl_txt {background: radial-gradient(rgba(130,173,103,0.7), rgba(130,173,103,0.95));}
.fea_inbox:nth-of-type(6) .com_ccl_txt {background: radial-gradient(rgba(103,173,129,0.7), rgba(103,173,129,0.95));}
.fea_inbox:nth-of-type(7) .com_ccl_txt {background: radial-gradient(rgba(196,187,76,0.7), rgba(196,187,76,0.95));}
.fea_inbox:nth-of-type(8) .com_ccl_txt {background: radial-gradient(rgba(103,170,173,0.7), rgba(103,170,173,0.95));}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fea_inbox .img__lg {
	margin-bottom: 1.5em;
}
/* fea_col2 */
.fea_col2 {
	display: grid;
	justify-content: space-between;
	align-items: flex-start;
	grid-auto-rows: auto;
	grid-template-columns: 45% 50%;
	row-gap: 0;
}
.fea_col2 .box_img {
	grid-row: 1/3;
	grid-column: 1/2;
}
.fea_col2 .com_h__min {
	align-self: flex-start;
	grid-row: 1/2;
	grid-column: 2/3;
	text-align: left;
	padding-top: 1em;
	margin-bottom: .5em;
}
.fea_col2 .com_h__min::before {
	font-size: 348%;
}
.fea_col2 .box_txt {
	align-self: flex-start;
	grid-row: 2/3;
	grid-column: 2/3;
}
.fea_col2 .com_ccl_txt {
	font-size: min(2.2vw,141%);
	right: 5%;
	bottom: 6%;
}
.fea_col2 .com_ccl_txt span {
	font-size: 122%;
}
/* fea_col3 */
.fea_col3 {
	display: flex;
	justify-content: center;
	column-gap: 5%;
	margin-top: 4%;
}
.fea_col3 li {
	width: 30%;
}

#feature03 .fea_col2,
#feature04 .fea_col2,
#feature05 .fea_col2,
#feature08 .fea_col2 {
	grid-template-rows: min(12vw,130px);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fea_inbox {
	padding: 14% 0 10%;
}
.fea_inbox.box__lg {
	background-size: 68% auto;
}
.fea_inbox .com_h__min {
	font-size: 145%;
}
.fea_inbox .com_h__min::before {
	font-size: 350%;
	top: -0.3em;
}
.fea_inbox .box_img {
	width: 80%;
	margin: 0 auto 7%;
}
.fea_inbox .box_img.img__lg {
	width: 100%;
}
/* .fea_inbox .box_img.img__lg img {
	aspect-ratio: 26 / 21;
} */
/* fea_col2 */
.fea_col2 .box_img {
	width: 70%;
}
.fea_col2 .com_ccl_txt {
	right: -5%;
}
/* fea_col3 */
.fea_col3 li {
	margin-top: 7%;
}
.fea_col3 .box_img {
	width: 70%;
	margin-bottom: 3%;
}
.fea_col3 p {
	font-size: 105%;
	margin-top: .6em;
}
/* com_ccl_txt */
.fea_inbox .com_ccl_txt {
	bottom: -6%;
}
}




/*---------------------------------------------------------
 
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


}
