@charset "UTF-8";

/*-----.bridge_leadの部分-----*/
.bridge_lead_title_sp{
    display: none;
}
.bridge_txt01 {
    margin-top: 30px;
    font-weight: 800;
    font-size: 2.7rem;
    line-height: 1.8;
}
#bridge_lead02 + 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;
}
@media screen and (max-width: 900px){
    #bridge_lead + section .inner_item_txt {
        text-align: center;
    }
    .bridge_lead_title{
        display: none;
    }
    .bridge_lead_title_sp{
        display: block;
    }    
}
@media screen and (max-width: 650px){
    .bridge_txt01{
        font-size: 2.5rem;
    }
}
/*-----#bridge_arrowの部分-----*/
#bridge_arrow + section .content_wrapper  {
    padding: 0;
}
.arrow_wrap{
    padding-bottom: 150px;
    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;
}
/*-----#bridge_jouiの部分-----*/
#bridge_joui_sp + section {
  display: none;
}
@media screen and (max-width: 450px){
    #bridge_joui_pc + section {
      display: none;
    }
    #bridge_joui_sp + section {
      display: block;
    }    
}
/*-----#bridge_stringthの部分-----*/
#bridge_stringth + 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;    
}
#bridge_stringth_blank + section{
    position: relative;    
}
#bridge_stringth_blank + 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;  
}
/*-----#bridge_stringth3の部分-----*/
#bridge_stringth3 + div {
    position: relative;
}
#bridge_stringth3 + 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;  
}
#bridge_stringth3 + div .heading.block_header_4 .h{
    font-size: 3.0rem !important;
}
#bridge_stringth3 + div .heading.block_header_4 p{
    font-size: 1.6rem;
    font-weight: 800;
}
#bridge_stringth3 + div .inner_item {
    padding: 50px;
    display: flex;
    position: relative;
}
#bridge_stringth3 + div .inner_item:nth-of-type(1),
#bridge_stringth3 + div .inner_item:nth-of-type(2){
    margin-bottom: 80px !important;
}
#bridge_stringth3 + 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;    
}
#bridge_stringth3 + div .inner_item:nth-of-type(2):before{
	background: url(/common/upload_data/edge-connect/image/service_ico02_01.png) no-repeat left bottom;    
}
#bridge_stringth3 + div .inner_item:nth-of-type(3):before{
	background: url(/common/upload_data/edge-connect/image/service_ico03_01.png) no-repeat left bottom;    
}
#bridge_stringth3 + div .inner_item .inner_item_txt {
    max-width: 90%;
    flex-basis: 90%;
    margin: auto;
}
@media screen and (max-width: 900px){
    #bridge_stringth3 + div .inner_item{
        display: block;
    }
    #bridge_stringth3 + div .heading{
        text-align: center;
    }
}
@media screen and (max-width: 650px){
    #bridge_stringth3 + div .inner_item {
        padding: 25px;
    }
}
/*-----#bridge_katsuyou3の部分-----*/
#bridge_katsuyou3 + div .heading.block_header_4 .h {
    background: #e3eefb;
    padding: 10px;
    border-radius: 5px;
    font-size: 2.0rem !important;
}
#bridge_katsuyou3 + div .heading.block_header_4 p{
    font-size: 1.7rem;
}
/*-----#bridge_listの部分-----*/
#bridge_list + section .wrapper_item {
    border-top: none;
}
/*-----#bridge_circleの部分-----*/
#bridge_circle + div .inner_item {
    padding: 20px;
    position: relative;
}
#bridge_circle + div .inner_item:before{
	display: block;
	content: "";
	width: 17px;

	height: 32px;
	position: absolute;
	top: 40%;
	right: -24px;
	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;
}
#bridge_circle + div .inner_item:last-of-type:before{
    display: none;
}
@media screen and (max-width: 900px){
    #bridge_circle + div .inner_item{
        width: 100%;
        margin-bottom: 50px;
        margin-left: 0 !important;
    }
    #bridge_circle + div .inner_item:nth-of-type(4){
        margin-top: 50px;
    }
    #bridge_circle + div .inner_item::before {
        right: inherit;
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
        bottom: -45px;
        top: inherit;
    }
    #bridge_circle + div .inner_item_img{
        width: 50%;
    }
}
@media screen and (max-width: 650px){
    #bridge_circle + div .inner_item:nth-of-type(4){
        margin-top: 30px;
    }    
}

/*-----#bridge_jireiの部分-----*/
#bridge_jirei + div .inner_item {
    display: flex;
    align-items: center;
}
#bridge_jirei + div .inner_item .inner_item_txt {
    padding:0 40px;
    margin: auto;
}
#bridge_jirei + div .heading.block_header_4 .h{
    font-size: 3.2rem !important;
}
#bridge_jirei + div .heading.block_header_4 p{
    font-size: 1.9rem;
    font-weight: 800;
}
#bridge_jirei + div .inner_item_txt p {
    font-size: 2.0rem;
    font-weight: 600;
}
#bridge_jirei + div .inner_item_img {
    flex-basis: 60%;
    max-width: 60%;
}
@media screen and (max-width: 900px){
    #insta_trouble + div .inner_item {
        display: block;
    }
    #insta_trouble + div .heading{
        text-align: center;
    }
    #bridge_jirei + div .inner_item_img{
        max-width: none;
    }
}
@media screen and (max-width: 650px){
    #bridge_jirei + div .inner_item .inner_item_txt{
        margin-left: 40px;
    }
    #bridge_jirei + div .inner_item:nth-of-type(2) .inner_item_txt{
        margin-left:0;
        margin-right: 40px;
    }    
}
@media screen and (max-width: 450px){
    #bridge_jirei + div .inner_item {
        display: block;
    }
    #bridge_jirei + div .inner_item .inner_item_txt,
    #bridge_jirei + div .inner_item:nth-of-type(2) .inner_item_txt{
        margin: 0 20px;
    }
    #bridge_jirei + div .heading,
    #bridge_jirei + div .inner_item_txt p{
        text-align: center;
    }
}
/*-----.bridge_lastの部分-----*/
.bridge_last_title_sp,
.bridge_last_subtitle_sp{
    display: none;
}
.bridge_last_title{
    margin-bottom: 30px;
}
.bridge_txt02 {
    margin-top: 30px;
}
#bridge_last + section .inner_item_txt {
    margin-left: 40px;
}
@media screen and (max-width: 900px){
    .bridge_last_title,
    .bridge_last_subtitle{
        display: none;
    }
    .bridge_last_title_sp,
    .bridge_last_subtitle_sp{
        display: block;
    }
    .bridge_last_title_sp{
        margin-bottom: 30px;
    }
    #bridge_last + section .inner_item_txt {
        text-align: center;
    }
    #bridge_last + section .inner_item_txt {
        margin-left: 0;
    }    
}