@charset "UTF-8";

/***************************************************

	features

***************************************************/


#features_information{

}

#features_information .h2_wrapp{
	margin-bottom: 40px;
	line-height: 1;
}

#features_information .h2_wrapp h2{
	display: inline-block;
	border-bottom: 1px solid #000;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

#features_information .h2_wrapp h2 small{
	font-size: 20px;
	font-weight: 500;
	color: #25914b;
	margin-left: 20px;
}

#features_information .main_catch{
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

#features_information .main_catch::before{
    content: 'WHY';
    display: inline-block;
    font-size: 110px;
    font-weight: 700;
    color: #efeeee;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#features_information .main_catch p{
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1.6;
	text-align: center;
	position: relative;
	z-index: 2;
}

#features_information .main_catch::after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2030.1%2030.1%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%2325914b%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C0C6.7%2C0%2C0%2C6.7%2C0%2C15s6.7%2C15%2C15%2C15%2C15-6.7%2C15-15S23.4%2C0%2C15%2C0ZM7.9%2C14.2c-.6-.6-.6-1.4%2C0-2%2C.6-.5%2C1.4-.6%2C2%2C0l5.1%2C5.1%2C5.1-5.1c.6-.6%2C1.4-.6%2C2%2C0%2C.5.6.6%2C1.4%2C0%2C2l-6.1%2C6.1c-.6.6-1.4.6-2%2C0l-6.1-6.1Z%22%2F%3E%3C%2Fsvg%3E');
	position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

#features_information .en_caption{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 40px;
}

#features_information .jp_caption{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 160px;
}

#features_information .list_ul_wrapp{
	text-align: center;
	line-height: 1;
	margin-bottom: 120px;
	position: relative;
}

#features_information .list_ul_wrapp .how{
	margin-bottom: 110px;
}

#features_information .list_ul_wrapp .how ul{
	display: inline-block;
	text-align: left;
	position: relative;
}

#features_information .list_ul_wrapp .how ul::before{
	content: 'HOW';
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    color: #d6d6d6;
    letter-spacing: 0.1em;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
}

#features_information .list_ul_wrapp .how ul li{
	padding-left: 116px;
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
}

#features_information .list_ul_wrapp .how ul li:last-child{
	margin-bottom: 0;
}

#features_information .list_ul_wrapp .how ul li::after{
	content: '';
	display: inline-block;
	width: 105px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/features/icon_fea_info01.png');
	position: absolute;
    top: -7px;
    left: 0;
}

#features_information .list_ul_wrapp .how ul li:nth-child(2)::after{
	background-image: url('../images/features/icon_fea_info02.png');
}

#features_information .list_ul_wrapp .how ul li:nth-child(3)::after{
	background-image: url('../images/features/icon_fea_info03.png');
}

#features_information .list_ul_wrapp .how ul li .main{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
}

#features_information .list_ul_wrapp .how ul li .main strong{
	font-size: 26px;
	font-weight: 600;
	margin-left: 0.3em;
}

#features_information .list_ul_wrapp .how ul li .sub{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #646464;
}

#features_information .end_caption{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

.what{
	width: 520px;
	margin: 0 auto 60px;
	border: 2px solid #000;
	border-radius: 6px;
	padding: 36px 0 20px;
	position: relative;
}

.what::before{
	content: 'WHAT';
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    color: #808080;
    letter-spacing: 0.1em;
    background: #fff;
    padding: 0 0.3em;
    position: absolute;
    top: -24px;
    left: 4%;
}

.what ul{
	display: inline-block;
	text-align: left;
}

.what ul li{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
}

.what ul li:last-child{
	margin-bottom: 0;
}

.what ul li::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2030.1%2030.1%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%2325914b%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C0C6.7%2C0%2C0%2C6.7%2C0%2C15s6.7%2C15%2C15%2C15%2C15-6.7%2C15-15S23.4%2C0%2C15%2C0ZM7.9%2C14.2c-.6-.6-.6-1.4%2C0-2%2C.6-.5%2C1.4-.6%2C2%2C0l5.1%2C5.1%2C5.1-5.1c.6-.6%2C1.4-.6%2C2%2C0%2C.5.6.6%2C1.4%2C0%2C2l-6.1%2C6.1c-.6.6-1.4.6-2%2C0l-6.1-6.1Z%22%2F%3E%3C%2Fsvg%3E);
    position: absolute;
	top: 4px;
	left: 0;
	transform: rotate(-90deg);
}




.features_cont_ul{
	line-height: 1;
	margin-bottom: 80px;
}

.features_cont_ul li{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.features_cont_ul li:nth-child(even){
	flex-direction: row-reverse
}

.features_cont_ul li .image_box{
	width: 310px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	position: relative;
}

.features_cont_ul li:nth-child(even) .image_box{
	padding: 0 20px 0 0;
}

.features_cont_ul li .image_box .image_wrapp{
	
}

.features_cont_ul li .image_box .catch_text{
    font-size: 120px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: -0.05em;
    line-height: 1;
    position: absolute;
    bottom: -20px;
    left: 0;
    mix-blend-mode: overlay;
}

.features_cont_ul li:nth-child(even) .image_box .catch_text{
    left: -15px;
}

.features_cont_ul li .cont_box{
	width: calc(100% - 310px);
	padding: 0 0 0 20px;
	box-sizing: border-box;
	text-align: center;
}

.features_cont_ul li:nth-child(even) .cont_box{
	padding: 0 20px 0 0;
}

.features_cont_ul li .cont_box .title{
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.025em;
	margin-bottom: 18px;
}

.features_cont_ul li .cont_box .main_copy{
	font-size: 16px;
	font-weight: 500;
	line-height: 2.0;
	letter-spacing: 0.025em;
}

.features_cont_ul li .cont_box .main_copy small{
	font-size: 20px;
	font-weight: 600;
}

.features_cont_ul li .cont_box .sub_copy{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.6;
	margin-top: 26px;
}



/********************************************************************************
	max-width: 1280px CSS
********************************************************************************/
@media (max-width: 1280px) {

#features_information{

}

#features_information .h2_wrapp{
	margin-bottom: 3.125vw;
}

#features_information .h2_wrapp h2{
	font-size: 2.34375vw;
}

#features_information .h2_wrapp h2 small{
	font-size: 1.5625vw;
	margin-left: 1.5625vw;
}

#features_information .main_catch{
	margin-bottom: 6.25vw;
}

#features_information .main_catch p{
	font-size: 3.4375vw;
}

#features_information .main_catch::before{
    font-size: 8.59375vw;
}

#features_information .main_catch::after{
	width: 2.34375vw;
	height: 2.34375vw;
    bottom: -3.90625vw;
}

#features_information .en_caption{
	font-size: 1.40625vw;
	margin-bottom: 3.125vw;
}

#features_information .jp_caption{
	font-size: 1.5625vw;
	margin-bottom: 12.5vw;
}

#features_information .list_ul_wrapp{
	margin-bottom: 9.375vw;
}

#features_information .list_ul_wrapp .how{
	margin-bottom: 5.46875vw;
}

#features_information .list_ul_wrapp .how ul::before {
    font-size: 4.296875vw;
    top: -6.25vw;
}

#features_information .list_ul_wrapp .how ul li{
	padding-left: 9.0625vw;
	margin-bottom: 3.515625vw;
}

#features_information .list_ul_wrapp .how ul li::after{
	width: 8.203125vw;
	height: 4.53125vw;
    top: -0.546875vw;
}

#features_information .list_ul_wrapp .how ul li .main{
	font-size: 1.5625vw;
	margin-bottom: 1.5625vw;
}

#features_information .list_ul_wrapp .how ul li .main strong{
	font-size: 2.03125vw;
}

#features_information .list_ul_wrapp .how ul li .sub{
	font-size: 1.25vw;
}

#features_information .end_caption{
	font-size: 1.25vw;
}


.what{
	width: 40.625vw;
	margin: 0 auto 4.6875vw;
	border-radius: 0.46875vw;
	padding: 2.8125vw 0 1.5625vw;
}

.what::before{
    font-size: 3.125vw;
    top: -1.875vw;
}

.what ul li{
	font-size: 1.40625vw;
	margin-bottom: 0.9375vw;
	padding-left: 1.953125vw;
}

.what ul li::after {
    width: 1.25vw;
    height: 1.25vw;
	top: 0.3125vw;
}



.features_cont_ul{
	margin-bottom: 6.666667vw;
}

.features_cont_ul li .image_box{
	width: 25.833333vw;
	padding: 0 0 0 1.666667vw;
}

.features_cont_ul li:nth-child(even) .image_box{
	padding: 0 1.666667vw 0 0;
}

.features_cont_ul li .image_box .image_wrapp{
	
}

.features_cont_ul li .image_box .catch_text{
    font-size: 10vw;
    bottom: -1.666667vw;
}

.features_cont_ul li:nth-child(even) .image_box .catch_text{
    left: -1.25vw;
}

.features_cont_ul li .cont_box{
	width: calc(100% - 25.833333vw);
	padding: 0 0 0 1.666667vw;
}

.features_cont_ul li:nth-child(even) .cont_box{
	padding: 0 1.666667vw 0 0;
}

.features_cont_ul li .cont_box .title{
	font-size: 2.833333vw;
	margin-bottom: 1.5vw;
}

.features_cont_ul li .cont_box .main_copy{
	font-size: 1.333333vw;
}

.features_cont_ul li .cont_box .main_copy small{
	font-size: 1.666667vw;
}

.features_cont_ul li .cont_box .sub_copy{
	font-size: 1.666667vw;
	margin-top: 2.166667vw;
}




}

/********************************************************************************
	max-width: 1024px CSS
********************************************************************************/
@media (max-width: 1024px) {

}

/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/
@media (max-width: 768px) {

#features_information{

}

#features_information .h2_wrapp{
	margin-bottom: 8vw;
	text-align: center;
}

#features_information .h2_wrapp h2{
	font-size: 4.8vw;
}

#features_information .h2_wrapp h2 small{
	font-size: 3.733333vw;
	margin-left: 3.733333vw;
}

#features_information .main_catch::before{
    font-size: 21.333333vw;
}

#features_information .main_catch{
	margin-bottom: 10.666667vw;
}

#features_information .main_catch p{
	font-size: 7.466667vw;
}

#features_information .main_catch::after{
	width: 6.4vw;
	height: 6.4vw;
    bottom: -9.066667vw;
}

#features_information .en_caption{
	font-size: 4.266667vw;
	margin-bottom: 5.333333vw;
}

#features_information .jp_caption{
	font-size: 4.266667vw;
	margin-bottom: 21.333333vw;
}

#features_information .list_ul_wrapp{
	margin-bottom: 16vw;
}

#features_information .list_ul_wrapp .how{
	margin-bottom: 13.333333vw;
}

#features_information .list_ul_wrapp .how ul::before{
	font-size: 10.133333vw;
	top: -14.933333vw;
}

#features_information .list_ul_wrapp .how ul li{
	padding-left: 22.4vw;
	margin-bottom: 6.666667vw;
}

#features_information .list_ul_wrapp .how ul li::after{
	width: 20vw;
	height: 11.2vw;
    top: -1.866667vw;
}

#features_information .list_ul_wrapp .how ul li .main{
	font-size: 4.266667vw;
	line-height: 1.5;
	margin-bottom: 3.733333vw;
}

#features_information .list_ul_wrapp .how ul li .main strong{
	font-size: 5.866667vw;
	margin-left: 0;
}

#features_information .list_ul_wrapp .how ul li .sub{
	font-size: 4.266667vw;
}

#features_information .end_caption{
	font-size: 4.266667vw;
}


.what{
	width: auto;
	margin: 0 auto 10.666667vw;
	border: 0.533333vw solid #000;
	border-radius: 1.6vw;
	padding: 8vw 0 5.333333vw;
}

.what::before{
    font-size: 8vw;
    top: -4.8vw;
}

.what ul li{
	font-size: 4.266667vw;
	margin-bottom: 3.2vw;
	padding-left: 5.333333vw;
}

.what ul li::after {
    width: 4.266667vw;
    height: 4.266667vw;
	top: 1.066667vw;
}



.features_cont_ul{
	margin-bottom: 16vw;
}

.features_cont_ul li{
	display: block;
	margin-bottom: 10.666667vw;
}

.features_cont_ul li .image_box{
	width: auto;
	padding: 0;
	margin: 0 -3.90625vw 8.533333vw;
}

.features_cont_ul li:nth-child(even) .image_box{
	padding: 0;
}

.features_cont_ul li .image_box .image_wrapp{
	
}

.features_cont_ul li .image_box .catch_text{
    font-size: 24vw;
    bottom: -8vw;
    left: 4vw;
}

.features_cont_ul li:nth-child(1) .image_box .catch_text{
	color: rgba(0, 0, 0, 0.6);
}

.features_cont_ul li:nth-child(2) .image_box .catch_text{
    left: 4vw;
}

.features_cont_ul li:nth-child(3) .image_box .catch_text{
    left: unset;
    right: 4vw;
}

.features_cont_ul li .cont_box{
	width: auto;
	padding: 0;
}

.features_cont_ul li:nth-child(even) .cont_box{
	padding: 0;
}

.features_cont_ul li .cont_box .title{
	font-size: 9.066667vw;
	margin-bottom: 4.8vw;
}

.features_cont_ul li .cont_box .main_copy{
	font-size: 4.533333vw;
}

.features_cont_ul li .cont_box .main_copy small{
	font-size: 5.333333vw;
}

.features_cont_ul li .cont_box .sub_copy{
	font-size: 5.333333vw;
	margin-top: 5.333333vw;
}






}
