@charset "UTF-8";

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

	features

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

:root{
	--rf_text: #292929;
	--rf_color1: #3cb4e5;
	--rf_color2: #0576d3;
}

.mincho{
	font-family: "Noto Serif JP", serif;
}

.num{
	font-family: "Montserrat", sans-serif;
}



#features_rayface{

}


#features_rayface .main_catch{
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 70px;
}

#features_rayface .h2_wrapp{
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

#features_rayface .h2_wrapp h2{
	font-size: 60px;
	font-weight: 600;
	color: var(--rf_color1);
	line-height: 1;
	letter-spacing: 0.05em;
}

#features_rayface .h2_wrapp h2 small{
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: var(--rf_text);
	letter-spacing: 0.05em;
	margin-top: 14px;
}

#features_rayface .image01_wrapp{
	width: 500px;
	margin: 0 auto;
}

#features_rayface .catch01{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 20px;
}

#features_rayface .sub_catch01{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 65px;
}


.cont_wrapper{
	width: 580px;
	margin: 0 auto 80px;
}

.cont_wrapper:last-of-type{
	margin-bottom: 0;
}

.cont_wrapper h2{
	font-size: 20px;
	font-weight: 600;
	color: var(--rf_color2);
	line-height: 1.4;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--rf_color1);
}

.cont_wrapper .cont_catch{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 20px;
}

.cont_wrapper .cont_caption{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.025em;
}

.cont_wrapper .cont_caption strong{
	font-size: 1.2em;
	font-weight: 700;
}

.cont_wrapper .cont_ul01{
	margin-top: 40px;
}

.cont_wrapper .cont_ul01 li{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 30px;
}

.cont_wrapper .cont_ul01 li:nth-child(even){
	flex-direction: row-reverse;
}

.cont_wrapper .cont_ul01 li:last-child{
	margin-bottom: 0;
}

.cont_wrapper .cont_ul01 li .image_box{
	width: 290px;
}

.cont_wrapper .cont_ul01 li .text_box{
	width: calc(100% - 290px);
	text-align: center;
}

.cont_wrapper .cont_ul01 li .text_box .text_wrapp{
	display: inline-block;
	text-align: left;
}

.cont_wrapper .cont_ul01 li .text_box .text_wrapp .main{
	font-size: 20px;
	font-weight: 600;
	color: var(--rf_color2);
	line-height: 1.8;
}

.cont_wrapper .cont_ul01 li .text_box .text_wrapp .sub{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 12px;
}

.cont_image02{
	margin-top: 40px;
}

.cont_image02 figcaption{
	font-size: 12px;
	font-weight: 500;
	margin-top: 12px;
	text-align: center;
}

.possibility_cont{
	width: 485px;
	margin: 40px auto 0;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.possibility_cont .name_icon{
	width: 134px;
	position: relative;
}

.possibility_cont .name_icon::after{
	content: '';
	display: inline-block;
	width: 64px;
	height: 28px;
	background: url('../images/features/rayface/rf_circle_arrow.png') no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    right: -84px;
    transform: translate(0, -50%);
}

.possibility_cont .name_icon .icon{
	height: 134px;
	line-height: 118px;
	border: 8px solid var(--rf_color2);
	border-radius: 50%;
	box-sizing: border-box;
	background: #fff;
	font-size: 22px;
	font-weight: 600;
	color: var(--rf_color2);
	text-align: center;
}

.possibility_cont .list_box{
	width: 245px;
}

.possibility_cont .list_box ul{
	counter-reset: ul_num01 0;
}

.possibility_cont .list_box ul li{
	font-size: 22px;
	font-weight: 600;
	color: var(--rf_color2);
	line-height: 1;
	padding-left: 48px;
	margin-bottom: 20px;
	position: relative;
}

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

.possibility_cont .list_box ul li::before{
	counter-increment: ul_num01 1;
	content: counter(ul_num01, decimal-leading-zero) '';
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: var(--rf_color2);
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}



#flow.cont_wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--rf_color2);
    line-height: 1;
    margin-bottom: 58px;
    padding-bottom: 0;
    border-bottom: none;
	text-align: center;
}

#flow h2 strong{
	display: inline-block;
    font-weight: 600;
    position: relative;
}

#flow h2 strong::after{
	content: '';
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid var(--rf_color1);
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

#flow .flow_ul{
	margin-bottom: 158px;
	counter-reset: flow_num01 0;
	position: relative;
}

#flow .flow_ul::after{
	content: '';
	display: inline-block;
	width: 28px;
	height: 16px;
	background: url('../images/features/rayface/arrow_flow01.png') no-repeat 0 0 / contain;
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: auto;
}

#flow .flow_ul li{
	margin-bottom: 67px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

#flow .flow_ul li:last-child{
	margin-bottom: 0;
}

#flow .flow_ul li::after{
	content: '';
	display: inline-block;
	width: 28px;
	height: 16px;
	background: url('../images/features/rayface/arrow_flow01.png') no-repeat 0 0 / contain;
    position: absolute;
    bottom: -36px;
    left: 30px;
}

#flow .flow_ul li:last-child::after{
	content: none;
}

#flow .flow_ul li .text_box{
	width: 340px;
}

#flow .flow_ul li .text_box .title{
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 110px;
	position: relative;
}

#flow .flow_ul li .text_box .title::before{
	counter-increment: flow_num01 1;
	content: counter(flow_num01, decimal-leading-zero) '';
	font-size: 70px;
	font-weight: 700;
	color: #b4ecf9;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	position: absolute;
	top: -9px;
	left: 0;
}

#flow .flow_ul li .text_box .title strong{
	display: block;
	font-size: 26px;
	font-weight: 600;
}

#flow .flow_ul li .text_box .title small{
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 9px;
}

#flow .flow_ul li .text_box .caption{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.925;
}

#flow .flow_ul li .image_box{
	width: 220px;
}

#flow .last_catch{
	text-align: center;
	line-height: 1;
	margin-bottom: 88px;
}

#flow .last_catch p{
	display: inline-block;
	font-size: 27px;
	font-weight: 700;
    letter-spacing: 0.025em;
    position: relative;
}

#flow .last_catch p::before{
	content: 'Benefit';
	display: inline-block;
	font-size: 70px;
	font-weight: 600;
	color: #b4ecf9;
	line-height: 1;
	position: absolute;
    top: -110px;
    left: -140px;
}


/********** 20251117 **********/

.center{
	text-align: center;
}

.simulation_ul_wrapp{
	margin: 34px 0;
	text-align: center;
}

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

.simulation_ul_wrapp ul li{
	margin-bottom: 16px;
	padding-left: 1.8em;
	position: relative;
}

.simulation_ul_wrapp ul li::before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--rf_color1);
    position: absolute;
    top: 15px;
    left: 0;
}

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

.simulation_ul_wrapp ul li .catch{
	font-size: 22px;
	color: var(--rf_color2);
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 2px;
}

.simulation_ul_wrapp ul li .caption{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.04em;
}

.utilization_wrapp{

}

.utilization_wrapp ul{

}

.utilization_wrapp ul li{
	display: flex;
	padding: 8px 0;
	border-bottom: 1px solid #ededed;
}

.utilization_wrapp ul li:last-child{
	border-bottom: none;
}

.utilization_wrapp ul li .item{
	width: 180px;
	font-size: 16px;
	font-weight: 500;
	color: var(--rf_color2);
	letter-spacing: 0.04em;
}

.utilization_wrapp ul li .cont{
	width: calc(100% - 180px);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
}


#voice{

}

#voice h2{
	
}

#voice .flex{
	display: flex;
	align-items: flex-start;
}

#voice .flex .image_area{
	width: 180px;
	line-height: 1;
	position: relative;
	z-index: 2;
}

#voice .flex .image_area::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 3px solid #b4ecf9;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: -1;
}

#voice .flex .cont_area{
	width: calc(100% - 180px);
	padding-left: 30px;
	box-sizing: border-box;
}

#voice .flex .cont_area ul li{
	margin-bottom: 30px;
}

#voice .flex .cont_area ul li:last-child{
	margin-bottom: 0;
}

#voice .flex .cont_area ul li .comment{
	font-size: 18px;
	font-weight: 700;
	color: var(--rf_color2);
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

#voice .flex .cont_area ul li .name{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-left: 24px;
	position: relative;	
}

#voice .flex .cont_area ul li .name::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 0;
}


#faq{

}

#faq h2{
	margin-bottom: 58px;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
}

#faq h2 strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
}

#faq h2 strong::after {
    content: '';
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--rf_color1);
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

#faq ul{
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
}

#faq ul::after{
    content: '';
    display: inline-block;
    width: 390px;
    height: 293px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/features/rayface/rf_image01.jpg);
    position: absolute;
    bottom: -30px;
    right: -190px;
    z-index: -1;
    opacity: 0.5;
}

#faq ul li{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
	position: relative;
}

#faq ul li:last-child{
	margin-bottom: 0;
}

#faq ul li .q_data{
	font-size: 20px;
	font-weight: 700;
    color: var(--rf_color2);
    letter-spacing: 0.05em;
    margin-bottom: 18px;
    padding-left: 50px;
    position: relative;
}

#faq ul li .q_data::before{
    content: 'Q';
    display: inline-block;
    font-size: 38px;
    color: #b4ecf9;
	font-weight: 500;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: -5px;
    left: 0;
    line-height: 1;
}

#faq ul li .a_data{
	font-size: 16px;
	font-weight: 500;
    letter-spacing: 0.05em;
    padding-left: 50px;
    position: relative;
}

#faq ul li .a_data::before{
    content: 'A';
    display: inline-block;
    font-size: 38px;
    color: #ffe2ff;
 	font-weight: 500;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: -5px;
    left: 0;
    line-height: 1;
}

#faq ul li .a_data strong{
	font-size: 1.15em;
	font-weight: 700;
    color: var(--rf_color2);
}

.bottom_caption{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 60px;
}

.bottom_caption strong{
	font-size: 1.15em;
	font-weight: 700;
}



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

#features_rayface{

}


#features_rayface .main_catch{
	font-size: 3.28125vw;
	margin-bottom: 5.46875vw;
}

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

#features_rayface .h2_wrapp h2{
	font-size: 4.6875vw;
}

#features_rayface .h2_wrapp h2 small{
	font-size: 1.5625vw;
	margin-top: 1.09375vw;
}

#features_rayface .image01_wrapp{
	width: 39.0625vw;
}

#features_rayface .catch01{
	font-size: 1.71875vw;
	margin-bottom: 1.5625vw;
}

#features_rayface .sub_catch01{
	font-size: 1.25vw;
	margin-bottom: 5.078125vw;
}


.cont_wrapper{
	width: 45.3125vw;
	margin: 0 auto 6.25vw;
}

.cont_wrapper h2{
	font-size: 1.5625vw;
	margin-bottom: 2.34375vw;
	padding-bottom: 0.78125vw;
}

.cont_wrapper .cont_catch{
	font-size: 1.71875vw;
	margin-bottom: 1.5625vw;
}

.cont_wrapper .cont_caption{
	font-size: 1.25vw;
}

.cont_wrapper .cont_ul01{
	margin-top: 3.125vw;
}

.cont_wrapper .cont_ul01 li{
	margin-bottom: 2.34375vw;
}

.cont_wrapper .cont_ul01 li .image_box{
	width: 22.65625vw;
}

.cont_wrapper .cont_ul01 li .text_box{
	width: calc(100% - 22.65625vw);
}

.cont_wrapper .cont_ul01 li .text_box .text_wrapp .main{
	font-size: 1.5625vw;
}

.cont_wrapper .cont_ul01 li .text_box .text_wrapp .sub{
	font-size: 0.9375vw;
	margin-top: 0.9375vw;
}

.cont_image02{
	margin-top: 3.125vw;
}

.cont_image02 figcaption{
	font-size: 0.9375vw;
	margin-top: 0.9375vw;
}

.possibility_cont{
	width: 37.890625vw;
	margin: 3.125vw auto 0;
}

.possibility_cont .name_icon{
	width: 10.46875vw;
}

.possibility_cont .name_icon::after{
	width: 5vw;
	height: 2.1875vw;
    right: -6.5625vw;
}

.possibility_cont .name_icon .icon{
	height: 10.46875vw;
	line-height: 9.21875vw;
	border: 0.625vw solid var(--rf_color2);
	font-size: 1.71875vw;
}

.possibility_cont .list_box{
	width: 19.140625vw;
}

.possibility_cont .list_box ul li{
	font-size: 1.71875vw;
	padding-left: 3.75vw;
	margin-bottom: 1.5625vw;
}

.possibility_cont .list_box ul li::before{
	width: 2.34375vw;
	height: 2.34375vw;
	line-height: 2.34375vw;
	font-size: 1.328125vw;
}


#flow.cont_wrapper h2 {
    font-size: 1.5625vw;
    margin-bottom: 4.53125vw;
}

#flow h2 strong::after{
	bottom: -1.171875vw;
}

#flow .flow_ul{
	margin-bottom: 12.34375vw;
}

#flow .flow_ul::after{
	width: 2.1875vw;
	height: 1.25vw;
    bottom: -3.59375vw;
}


#flow .flow_ul li{
	margin-bottom: 5.234375vw;
}

#flow .flow_ul li::after{
	width: 2.1875vw;
	height: 1.25vw;
    bottom: -2.8125vw;
    left: 2.34375vw;
}

#flow .flow_ul li .text_box{
	width: 26.5625vw;
}

#flow .flow_ul li .text_box .title{
	margin-bottom: 2.34375vw;
	padding-left: 8.59375vw;
}

#flow .flow_ul li .text_box .title::before{
	font-size: 5.46875vw;
	top: -0.703125vw;
}

#flow .flow_ul li .text_box .title strong{
	font-size: 2.03125vw;
}

#flow .flow_ul li .text_box .title small{
	font-size: 1.25vw;
	margin-top: 0.703125vw;
}

#flow .flow_ul li .text_box .caption{
	font-size: 1.25vw;
}

#flow .flow_ul li .image_box{
	width: 17.187500vw;
}

#flow .last_catch{
	margin-bottom: 6.875vw;
}

#flow .last_catch p{
	font-size: 2.109375vw;
}

#flow .last_catch p::before{
	font-size: 5.46875vw;
    top: -8.59375vw;
    left: -10.9375vw;
}



/********** 20251117 **********/

.simulation_ul_wrapp{
	margin: 2.65625vw 0;
}

.simulation_ul_wrapp ul li{
	margin-bottom: 1.25vw;
}

.simulation_ul_wrapp ul li::before{
	width: 0.9375vw;
	height: 0.9375vw;
    top: 1.171875vw;

}

.simulation_ul_wrapp ul li .catch{
	font-size: 1.71875vw;
	margin-bottom: 0.15625vw;
}

.simulation_ul_wrapp ul li .caption{
	font-size: 1.40625vw;
}


.utilization_wrapp{

}

.utilization_wrapp ul{

}

.utilization_wrapp ul li{
	padding: 0.625vw 0;
}

.utilization_wrapp ul li .item{
	width: 14.0625vw;
	font-size: 1.25vw;
}

.utilization_wrapp ul li .cont{
	width: calc(100% - 14.0625vw);
	font-size: 1.25vw;
}



#voice{

}

#voice h2{
	
}

#voice .flex{

}

#voice .flex .image_area{
	width: 14.0625vw;
}

#voice .flex .image_area::after{
	border: 0.234375vw solid #b4ecf9;
	bottom: 0.78125vw;
	right: 0.78125vw;
}

#voice .flex .cont_area{
	width: calc(100% - 14.0625vw);
	padding-left: 2.34375vw;
}

#voice .flex .cont_area ul li{
	margin-bottom: 2.34375vw;
}

#voice .flex .cont_area ul li .comment{
	font-size: 1.40625vw;
	margin-bottom: 0.625vw;
}

#voice .flex .cont_area ul li .name{
	font-size: 1.09375vw;
	padding-left: 1.875vw;	
}

#voice .flex .cont_area ul li .name::before{
	width: 1.25vw;
}



#faq{

}

#faq h2{
	margin-bottom: 4.53125vw;
}

#faq h2 strong::after {
    bottom: -1.171875vw;
}

#faq ul{
	margin-bottom: 4.6875vw;
}

#faq ul::after{
    width: 30.46875vw;
    height: 22.890625vw;
    bottom: -2.34375vw;
    right: -14.84375vw;
}

#faq ul li{
	padding-bottom: 2.34375vw;
	margin-bottom: 2.34375vw;
}

#faq ul li .q_data{
	font-size: 1.5625vw;
    margin-bottom: 1.40625vw;
    padding-left: 3.90625vw;
}

#faq ul li .q_data::before{
    font-size: 2.96875vw;
    top: -0.390625vw;
}

#faq ul li .a_data{
	font-size: 1.25vw;
    padding-left: 3.90625vw;
}

#faq ul li .a_data::before{
    font-size: 2.96875vw;
    top: -0.390625vw;
}

.bottom_caption{
	font-size: 1.25vw;
	margin-bottom: 4.6875vw;
}






}

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

}

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

#features_rayface{

}


#features_rayface .main_catch{
	font-size: 7.466667vw;
	margin-bottom: 10.666667vw;
	text-align: center;
}

#features_rayface .h2_wrapp{
	margin-bottom: 8vw;
}

#features_rayface .h2_wrapp h2{
	font-size: 10.666667vw;
}

#features_rayface .h2_wrapp h2 small{
	font-size: 4.8vw;
	margin-top: 3.2vw;
}

#features_rayface .image01_wrapp{
	width: auto;
	margin: 0 5.333333vw;
}

#features_rayface .catch01{
	font-size: 4.8vw;
	margin-bottom: 1em;
}

#features_rayface .sub_catch01{
	font-size: 3.733333vw;
	margin-bottom: 10.666667vw;
}


.cont_wrapper{
	width: auto;
	margin: 0 5.333333vw 10.666667vw;
}

.cont_wrapper h2{
	font-size: 4.8vw;
	margin-bottom: 6.4vw;
	padding-bottom: 2.133333vw;
}

.cont_wrapper .cont_catch{
	font-size: 4.8vw;
	margin-bottom: 4.8vw;
}

.cont_wrapper .cont_caption{
	font-size: 3.733333vw;
}

.cont_wrapper .cont_ul01{
	margin-top: 8vw;
}

.cont_wrapper .cont_ul01 li{
	display: block;
	margin-bottom: 8vw;
}

.cont_wrapper .cont_ul01 li .image_box{
	width: 80%;
	margin: 0 auto 4.266667vw;
}

.cont_wrapper .cont_ul01 li .text_box{
	width: auto;
}

.cont_wrapper .cont_ul01 li .text_box .text_wrapp{
	display: block;
	text-align: center;
}

.cont_wrapper .cont_ul01 li .text_box .text_wrapp .main{
	font-size: 4.8vw;
}

.cont_wrapper .cont_ul01 li .text_box .text_wrapp .sub{
	font-size: 3.733333vw;
	line-height: 1.8;
	margin-top: 1.6vw;
}

.cont_image02{
	margin-top: 8vw;
}

.cont_image02 figcaption{
	font-size: 3.2vw;
	margin-top: 3.2vw;
}

.possibility_cont{
	width: auto;
	margin: 8vw 5.333333vw 0;
	display: block;
}

.possibility_cont .name_icon{
	width: 26.666667vw;
	margin: 0 auto 17.6vw;
}

.possibility_cont .name_icon::after{
	width: 11.733333vw;
	height: 5.066667vw;
	top: unset;
	right: unset;
	bottom: -10.133333vw;
	left: 50%;
	transform: translate(-50%, 0) rotate(90deg);
}

.possibility_cont .name_icon .icon{
	height: 26.666667vw;
	line-height: 23.466667vw;
	border: 1.6vw solid var(--rf_color2);
	font-size: 4.266667vw;
}

.possibility_cont .list_box{
	width: auto;
	text-align: center;
}

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

.possibility_cont .list_box ul li{
	font-size: 5.333333vw;
	padding-left: 10.133333vw;
	margin-bottom: 5.333333vw;
}

.possibility_cont .list_box ul li::before{
	width: 7.466667vw;
	height: 7.466667vw;
	line-height: 7.466667vw;
	font-size: 4.266667vw;
}


#flow.cont_wrapper h2 {
    font-size: 4.8vw;
    margin-bottom: 11.733333vw;
}

#flow h2 strong::after{
	bottom: -4vw;
}

#flow .flow_ul{
	margin-bottom: 21.333333vw;
}

#flow .flow_ul::after{
	width: 7.466667vw;
	height: 4.266667vw;
    bottom: -9.866667vw;
}

#flow .flow_ul li{
	margin-bottom: 16vw;
	display: block;
}

#flow .flow_ul li::after{
	width: 7.466667vw;
	height: 4.266667vw;
    bottom: -11.2vw;
    left: 0;
    right: 0;
    margin: auto;
}

#flow .flow_ul li .text_box{
	width: auto;
}

#flow .flow_ul li .text_box .title{
	margin-bottom: 5.333333vw;
	padding-left: 21.333333vw;
}

#flow .flow_ul li .text_box .title::before{
	font-size: 12.8vw;
	top: -0.8vw;
}

#flow .flow_ul li .text_box .title strong{
	font-size: 6.4vw;
}

#flow .flow_ul li .text_box .title small{
	font-size: 4.266667vw;
	margin-top: 1.6vw;
}

#flow .flow_ul li .text_box .caption{
	font-size: 3.733333vw;
	line-height: 1.8;
}

#flow .flow_ul li .image_box{
	width: 46%;
	margin: 8vw auto 0;
}

#flow .last_catch{
	margin-bottom: 10.666667vw;
}

#flow .last_catch p{
	font-size: 5.866667vw;
}

#flow .last_catch p::before{
	font-size: 10.666667vw;
    top: -12.533333vw;
    left: -13.333333vw;
}



/********** 20251117 **********/

.simulation_ul_wrapp{
	margin: 6.4vw 0;
}

.simulation_ul_wrapp ul li{
	margin-bottom: 4.266667vw;
}

.simulation_ul_wrapp ul li::before{
	width: 2.666667vw;
	height: 2.666667vw;
    top: 2.4vw;
}

.simulation_ul_wrapp ul li .catch{
	font-size: 4.266667vw;
	margin-bottom: 1.066667vw;
}

.simulation_ul_wrapp ul li .caption{
	font-size: 3.733333vw;
}


.utilization_wrapp{

}

.utilization_wrapp ul{

}

.utilization_wrapp ul li{
	display: block;
	padding: 2.133333vw 0;
}

.utilization_wrapp ul li .item{
	width: auto;
	font-size: 4.266667vw;
	margin-bottom: 1.6vw;
}

.utilization_wrapp ul li .cont{
	width: auto;
	font-size: 3.733333vw;
}



#voice{

}

#voice h2{
	
}

#voice .flex{
	display: block;
}

#voice .flex .image_area{
	width: 37.333333vw;
	margin: 0 auto 6.4vw;
}

#voice .flex .image_area::after{
	border: 0.533333vw solid #b4ecf9;
	bottom: 2.133333vw;
	right: 2.133333vw;
}

#voice .flex .cont_area{
	width: auto;
	padding-left: 0;
}

#voice .flex .cont_area ul li{
	margin-bottom: 6.4vw;
}

#voice .flex .cont_area ul li .comment{
	font-size: 4.266667vw;
	margin-bottom: 2.133333vw;
}

#voice .flex .cont_area ul li .name{
	font-size: 3.733333vw;
	padding-left: 6.4vw;
}

#voice .flex .cont_area ul li .name::before{
	width: 4.266667vw;
}



#faq{

}

#faq h2{
	font-size: 4.8vw;
	margin-bottom: 11.733333vw;
}

#faq h2 strong::after {
	bottom: -4vw;
}

#faq ul{
	margin-bottom: 50.666667vw;
}

#faq ul::after{
	width: 64vw;
	height: 48vw;
	bottom: -48.533333vw;
	right: unset;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 1;
}

#faq ul li{
	padding-bottom: 5.333333vw;
	margin-bottom: 5.333333vw;
}

#faq ul li .q_data{
	font-size: 4.266667vw;
    margin-bottom: 4.266667vw;
    padding-left: 9.066667vw;
}

#faq ul li .q_data::before{
    font-size: 7.466667vw;
    top: 0;
}

#faq ul li .a_data{
	font-size: 3.733333vw;
    padding-left: 9.066667vw;
}

#faq ul li .a_data::before{
    font-size: 7.466667vw;
    top: 0;
}

#faq ul li .a_data strong{
	font-size: 1.1em;
}

.bottom_caption{
	font-size: 4.266667vw;
	margin-bottom: 16vw;
}

.bottom_caption strong{
	font-size: 1.1em;
}



}
