@charset "UTF-8";

/*-----#web_titleの部分-----*/
#web_title + section {
    background: -webkit-linear-gradient(left, #1594e7, #ec0c90) !important;
    background: -o-linear-gradient(left, #1594e7, #ec0c90) !important;
    background: linear-gradient(to right, #1594e7, #ec0c90) !important;
    overflow: visible;
    position: relative;
}
#web_title + section:before{
	display: block;
	content: "";
	width: 338px;
	height: 263px;
	position: absolute;
	top: 150px;
	right: calc((100vw - 1200px)/2 - 60px);
	background: url(/common/upload_data/edge-connect/image/img_web01.png) no-repeat right bottom;
	pointer-events: none;
	background-size: 338px; 
    z-index: 2;
	max-width: 338px;    
}
#web_subtitle + section{
    position: relative;    
}
#web_subtitle + section:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0 30px;
    border-color: #8150bb transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;  
}
@media screen and (max-width: 1250px){
    #web_title + section::before{
        display: none;
    }
}
/*-----#web_toroubleの部分-----*/
#web_torouble + div .inner_item .heading.block_header_4 .h {
    background: var(--i_main_color);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    font-size: 2.3rem !important;
    font-weight: 800;
}
#web_torouble + div .inner_item:nth-of-type(2) .heading.block_header_4 .h{
    background: var(--i_sub_color);  
}
.web_torouble01 {
    background: var(--i_sub2_color);
    padding: 15px;
    border-radius: 5px;
    font-weight: 600;
}
/*-----#web_arrowの部分-----*/
#web_arrow + section .content_wrapper  {
    padding: 0;
}
.arrow_wrap{
    padding-bottom: 100px;
    overflow: hidden;
} 
.arrow{
    position: relative;
}
.arrow::after{
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50vw - 50%);
    width: 0;
    height: 0;
    border-top: 100px solid #f2f7fd;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}
/*-----#web_functionの部分-----*/
#web_function + div .inner_item_img{
    margin-bottom: 0;
}
#web_function + div .inner_item_img img{
    border-radius: 5px 5px 0 0 ;  
}
#web_function + div .heading.block_header_4 {
    background: #f6f6f6;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    margin-bottom: 25px;
}
/*-----#web_flowの部分-----*/
#web_flow + div .inner_item {
    width: 17%;
    margin-left: 3%;
    position: relative;
}
#web_flow + div .inner_item:before{
	display: block;
	content: "";
	width: 17px;
	height: 32px;
	position: absolute;
	top: 20%;
	right: -30px;
	background: url(/common/upload_data/edge-connect/image/insta_flow_arrow.png) no-repeat left bottom;
	pointer-events: none;
	background-size: 17px; 
	max-width: 17px;	
}
#web_flow + div .inner_item:last-of-type:before{
    display: none;
}
#web_flow + div .heading.block_header_4 .h {
    background: #e3eefb;
    padding: 10px;
    border-radius: 5px;  
    letter-spacing: -0.2rem !important;
}
@media screen and (max-width: 1350px){
    #web_flow + div .heading.block_header_4 .h{
        font-size: 1.6rem !important;
    }
}
@media screen and (max-width: 1100px){
    #web_flow + div .inner_item::before{
        right: -25px;
    }
}
@media screen and (max-width: 900px){
    #web_flow + div .inner_item{
        width: 100%;
        margin-bottom: 50px;
    }
    #web_flow + div .inner_item::before {
        right: inherit;
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
        bottom: -45px;
        top: inherit;
    }
    #web_flow + div .heading.block_header_4 .h{
        font-size: 2.1rem !important;
    }    
}
/*-----#web_dataの部分-----*/
#web_data + div {
    position: relative;
}
#web_data + div:before{
	position: absolute;
	display: block;
	content: "";
	width: calc((100vw - 1200px)/2 + 1300px);
	height: 100%;
	top: 0;
	left: 0;
	background: var(--i_main_color);
	pointer-events: none;  
}
#web_data + div .heading.block_header_4 .h{
    font-size: 3.0rem !important;
}
#web_data + div .heading.block_header_4 p{
    font-size: 1.6rem;
    font-weight: 800;
}
#web_data + div .inner_item {
    padding: 50px;
    display: flex;
    position: relative;
}
#web_data + div .inner_item:nth-of-type(1),
#web_data + div .inner_item:nth-of-type(2){
    margin-bottom: 80px !important;
}
#web_data + div .inner_item:before{
	display: block;
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	top: -35px;
	left: 3%;
	background: url(/common/upload_data/edge-connect/image/service_ico01_01.png) no-repeat left bottom;
	pointer-events: none;
	background-size: 70px; 
	max-width: 70px;
	z-index: 2;    
}
#web_data + div .inner_item:nth-of-type(2):before{
	background: url(/common/upload_data/edge-connect/image/service_ico02_01.png) no-repeat left bottom;    
}
#web_data + div .inner_item:nth-of-type(3):before{
	background: url(/common/upload_data/edge-connect/image/service_ico03_01.png) no-repeat left bottom;    
}
#web_data + div .inner_item .inner_item_txt {
    max-width: 90%;
    flex-basis: 90%;
    margin: auto;
}
@media screen and (max-width: 900px){
    #web_data + div .inner_item{
        display: block;
    }
    #web_data + div .heading{
        text-align: center;
    }
}
@media screen and (max-width: 650px){
    #web_data + div .inner_item {
        padding: 25px;
    }
}
/*-----#top_successの部分-----*/
#top_success_subtitle + section .heading.block_header_4 .h {
    font-size: 2.2rem;
}