@charset "utf-8";
/*-----------------サービス一覧ページ--------------------------*/

#wrapper {
	display: block;
	width: auto;
	margin: 120px auto;
}

#sub_title {
    width: auto;
    height: 296px;
    padding-top: 30px;
}

p.s-title {
    font-family: "Noto Sans JP";
    font-size: 100px; 
    padding-left: 175px;
}

span.s-title {
    display: block;
    font-family: "Yu Gothic";
    font-size: 50px;
    font-weight: bold;
    margin-top: -50px;
}

#servive_ident_sub {
    width: auto;
    height: auto;
    background-color: #444444;
    padding-top: 100px;
    padding-bottom: 1px;
}

.service_item_left, .service_item_right {
    display: block;
    width: 86vw;
    height: auto;
    margin: 0 auto 70px;
    background-color: #FFFFFF;
}

.service_item_left {
    border-radius: 0 50px 50px 0;
    margin-left: 0;
    padding-left: 130px;
}

.service_item_right {
    border-radius: 50px 0 0 50px;
    margin-right: 0;
    padding-right: 130px;
}


.service_img {
    display: inline-block;
    width: 390px;
    margin: 70px 50px 70px 70px;
}

.service_cont_area_left, .service_cont_area_right {
    display: inline-block;
    width: 50vw;
    height: auto;
    vertical-align: top;
    margin-top: 50px;
    margin-bottom: 70px;
}

h2.service_name  {
    font-size: 50px;
    font-weight: bold;
}

p.service_cont {
    font-size: 30px;
    line-height: 50px;
}

/*画面幅1430px以下の設定
----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1430px){
    
.service_item_left, .service_item_right {
        width: 95vw;
        padding: 0;
    }
    
.service_img {
    display: block;
    margin: 0;
    }
    
.service_img_left, .service_img_right {
    margin: 0 auto 30px;
    padding-top: 70px;
    }
    
.service_cont_area_left, .service_cont_area_right {
    display: block;
    width: 800px;
    padding-bottom: 70px;
    margin: 0 auto;
    }
    
}

/*画面幅1000px以下の設定
----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

p.s-title {
    margin-left: 20px;
    padding-left: 0;
}
    
span.s-title {
    margin-top: -60px;
}
    
.service_cont_area_left, .service_cont_area_right {
    width: 85%;
    }
}

/*画面幅800px以下の設定
----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
    
#sub_title {
        height: 200px;
    }

p.s-title {
    font-size: 70px;
}
    
span.s-title {
    font-size: 35px;
    line-height: 100px
}
    
#servive_ident_sub {
    padding-top: 30px;
}
    
.service_item_left, .service_item_right {
        width: auto;
        border-radius: 0;
    margin-bottom: 30px;
    }
    
.service_img {
        padding-top: 30px;
    }
    
.service_cont_area_left, .service_cont_area_right {
        padding-bottom: 30px;
    }
    
h2.service_name {
    font-size: 37px;;
    margin-top: 30px;
    margin-bottom: 15px;
    }
    
p.service_cont {
    font-size: 23px;
    line-height: 35px;
}
}

/*画面幅480px以下の設定
----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
#sub_title {
        height: 114px;
    }

p.s-title {
      font-size: 40PX;
      margin-top: -10px
}
    
span.s-title {
    font-size: 20px;
    line-height: 110px
}
    
    
h2.service_name {
    font-size: 25px;
    margin-top: 30px;
    }
    
p.service_cont {
    font-size: 16px;
    line-height: 25px;
}
    

    
}