@charset "UTF-8";


/*PC*/
@media print, screen and (min-width: 768px) {
#hed .hed_img .bg_img{
background-image:url("../images/new_business/main_img.jpg");
}

#new_business{
margin: 0 auto 160px;
}

#new_business .block{
position: relative;
margin: 0 auto 120px;
}

#new_business .block .s_ttl{
font-size: 3.2rem;
font-weight: 800;
line-height: 1.4;
letter-spacing: .1rem;
text-align: center;
margin: 0 0 40px;
}

#new_business .block .red_txt{
font-size: 1.2rem;
font-weight: 600;
text-align: center;
margin: 0 0 60px;
}

#new_business .block .slider3 .slick-slide{
margin: 0 6px;
}

#new_business .block .slider3 .slick-slide img{
border-radius: .4rem;
overflow: hidden;
}

#new_business .parallax_img{
width: 100%;
height:36vh;
overflow: hidden;
margin:0 auto 160px;
}

#new_business .block:nth-child(2){
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin: 0 auto 100px;
width:90%;
}

#new_business .block:nth-child(2) .s_ttl2{
font-size: 2rem;
font-weight: 800;
line-height: 1.6;
margin-bottom:30px;
text-align: center;
width: 100%;
}

#new_business .block:nth-child(2) .txt_box{
width: 50%;
padding: 35px 0;
box-sizing: border-box;
}

#new_business .block:nth-child(2) .s_ttl{
font-size: 2.4rem;
font-weight: 800;
line-height: 1.4;
letter-spacing: .1rem;
margin: 0 0 40px;
text-align: left;
}

#new_business .block:nth-child(2) .s_ttl span{
display:table;
padding: 3px 15px;
background:#0066a1;
font-size: 1rem;
color: #FFF;
border-radius: 50rem;
margin-bottom: 5px;
}

#new_business .block:nth-child(2) .red_txt{
font-size: 1.2rem;
font-weight: 600;
text-align:left;
margin: 0;
}

#new_business .block:nth-child(2) .img{
width: 45%;
}

#new_business .block:nth-child(3){
position: relative;
margin: 0 auto;
padding:6% 0 6%;
box-sizing: border-box;
background: #f2f5fc;
}

#new_business .block .s_ttl2{
font-size: 2rem;
font-weight: 800;
line-height: 1.6;
margin-bottom:30px;
text-align: center;
}

#new_business .block .car_list{
width:64%;
margin: auto;
min-width: 1200px;
}

#new_business .block .car_list li{
width:100%;
padding: 5px;
box-sizing: border-box;
background: #FFF;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
margin-bottom: 10px;
}

#new_business .block .car_list li:last-child{
margin-bottom: 0;
}

#new_business .block .car_list li:nth-child(odd){
flex-direction: row;
}

#new_business .block .car_list li .img{
width: 40%;
}

#new_business .block .car_list li .txt_box{
width: 60%;
padding:35px;
box-sizing: border-box;
}

#new_business .block .car_list li h3{
font-size: 1.6rem;
font-weight: 800;
line-height: 1.4;
color: #0066a1;
margin: 0 0 15px;
}

#new_business .block .car_list li p{
font-weight: 600;
}

#new_business .parallax_img{
width: 100%;
height:36vh;
overflow: hidden;
margin:0 auto 80px;
}

#new_business .car_list3{
width: 80%;
margin: 0 auto;
min-width: 1000px;
padding: 35px;
box-sizing: border-box;
background: rgba(248,248,248,1);
}

#new_business .car_list3 li{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
overflow: hidden;
margin-bottom: 30px;
}

#new_business .car_list3 li:last-child{
margin-bottom: 0;
}


#new_business .car_list3 li .txt_box{
width:55%;
padding: 30px 0;
box-sizing: border-box;
position: relative;
}

#new_business .car_list3 li .txt_box .ttl_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #03835a;
padding-bottom: 5px;
box-sizing: border-box;
margin: 0 0 15px;
}

#new_business .car_list3 li .txt_box .ttl_box h3{
font-size: 1.5rem;
font-weight: 700;
color: #03835a;
margin: 0;
line-height: 1.4;
}


#new_business .car_list3 li .txt_box .address{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1rem;
line-height: 1.6;
}

#new_business .car_list3 li .txt_box .address dt{
width: 25%;
padding:10px 0;
box-sizing: border-box;
font-weight:700;
color: #03835a;
border-bottom: 1px solid #03835a;
}

#new_business .car_list3 li .txt_box .address dd{
width:75%;
padding:10px;
box-sizing: border-box;
border-bottom: 1px solid rgba(0,0,0,.1);
}

#new_business .car_list3 li .img{
width:40%;
}

#new_business .car_list3 li .img img{
margin-bottom: 15px;
}

#new_business .car_list4{
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 40px;
}

#new_business .car_list4 li{
width:15.5%;
border: 1px solid #24716e;
padding: 5px;
box-sizing: border-box;
}

#new_business .car_list4 li h3{
text-align: center;
font-size: 1rem;
color: #999;
line-height: 1;
}

#new_business .seb500{
width: 30%;
margin: auto;
}


}
/*sp*/
@media only screen and (max-width: 767px) {
#hed .hed_img .bg_img{
background-image:url("../images/new_business/main_img_s.jpg");
}

#new_business{
margin: 0 auto 60px;
}


#new_business .block{
position: relative;
margin: 0 auto 60px;
}

#new_business .block .s_ttl{
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
letter-spacing: .05rem;
text-align: center;
margin: 0 0 20px;
padding: 0 5%;
box-sizing: border-box;
}

#new_business .block .red_txt{
font-size: 1rem;
font-weight: 600;
text-align: center;
margin: 0 0 30px;
padding: 0 5%;
box-sizing: border-box;
}

#new_business .block .slider3 .slick-slide{
margin: 0 5px;
}

#new_business .block .slider3 .slick-slide img{
border-radius: .2rem;
overflow: hidden;
}

#new_business .parallax_img{
width: 100%;
height:120px;
overflow: hidden;
margin:0 auto 60px;
}

#new_business .block:nth-child(2){
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin: 0 auto 30px;
width:90%;
}

#new_business .block:nth-child(2) .s_ttl2{
font-size: 1.2rem;
font-weight: 800;
line-height: 1.6;
margin-bottom:10px;
text-align: center;
width: 100%;
}

#new_business .block:nth-child(2) .txt_box{
width:100%;
margin-bottom: 20px;
}

#new_business .block:nth-child(2) .s_ttl{
font-size: 1.2rem;
font-weight: 800;
line-height: 1.4;
letter-spacing: .1rem;
margin: 0 0 20px;
text-align: left;
}

#new_business .block:nth-child(2) .s_ttl span{
display:table;
padding: 3px 15px;
background:#0066a1;
font-size: 1rem;
color: #FFF;
border-radius: 50rem;
margin-bottom: 5px;
}

#new_business .block:nth-child(2) .red_txt{
font-size: .9rem;
font-weight: 600;
text-align:left;
margin: 0;
}

#new_business .block:nth-child(2) .img{
width: 80%;
margin: auto;
}

#new_business .block:nth-child(3){
position: relative;
margin: 0 auto;
padding:8% 5%;
box-sizing: border-box;
background: #f2f5fc;
}

#new_business .block .s_ttl2{
font-size: 1.4rem;
font-weight: 800;
line-height: 1.6;
margin-bottom:20px;
text-align: center;
}

#new_business .block .car_list{
width:100%;
margin: auto;
}

#new_business .block .car_list li{
width:100%;
padding: 5px;
box-sizing: border-box;
background: #FFF;
margin-bottom: 10px;
}

#new_business .block .car_list li:last-child{
margin-bottom: 0;
}

#new_business .block .car_list li:nth-child(odd){
flex-direction: row;
}

#new_business .block .car_list li .img{
width:100%;
}

#new_business .block .car_list li .txt_box{
width:100%;
padding:5%;
box-sizing: border-box;
}

#new_business .block .car_list li h3{
font-size: 1.2rem;
font-weight: 800;
line-height: 1.4;
color: #0066a1;
margin: 0 0 15px;
}

#new_business .block .car_list li p{
font-weight: 600;
font-size: .8rem;
}

#new_business .parallax_img{
width: 100%;
height:120px;
overflow: hidden;
margin:0 auto 40px;
}

#new_business .car_list3{
width:100%;
margin: 0 auto;
padding:8% 5%;
box-sizing: border-box;
background: rgba(248,248,248,1);
}

#new_business .car_list3 li{
overflow: hidden;
margin-bottom: 30px;
}

#new_business .car_list3 li:last-child{
margin-bottom: 0;
}


#new_business .car_list3 li .txt_box{
width:100%;
margin-bottom: 20px;
position: relative;
}

#new_business .car_list3 li .txt_box .ttl_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #03835a;
padding-bottom: 5px;
box-sizing: border-box;
margin: 0 0 15px;
}

#new_business .car_list3 li .txt_box .ttl_box h3{
font-size: 1rem;
font-weight: 700;
color: #03835a;
margin: 0;
line-height: 1.4;
}

#new_business .car_list3 li .img{
width:80%;
margin: auto;
}

#new_business .car_list3 li .img img{
margin-bottom: 15px;
}

#new_business .car_list4{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 40px;
}

#new_business .car_list4 li{
width:48%;
border: 1px solid #24716e;
padding: 5px;
box-sizing: border-box;
margin-bottom: 2%;
}

#new_business .car_list4 li h3{
text-align: center;
font-size: 1rem;
color: #999;
line-height: 1;
}

#new_business .seb500{
width: 70%;
margin: auto;
}

}