@charset "UTF-8";


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

	new-business

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


main{
    overflow: hidden;
}


#new_business_head{
    width: 1920px;
    margin: 0 auto;
}

#new_business_head .catch{
    font-size: 64px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 80px;
}

#new_business_head .image_box{
    margin-bottom: 80px;
}

#new_business_head .caption_box{
    width: 1600px;
    margin: 0 auto;
}

#new_business_head .caption_box p{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 1em;
}

#new_business_head .caption_box p:last-of-type{
    margin-bottom: 0;
}

#new_business_head .caption_box p strong{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
}



#service_overview{
    width: 1600px;
    margin: 0 auto 120px;
}

#service_overview h2{
    margin-bottom: 104px;
}

#service_overview h2 strong{
    display: block;
    font-size: 136px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
}

#service_overview h2 small{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
}

#service_overview .corporate_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#service_overview .corporate_list li{
    width: 768px;
    margin-bottom: 120px;
}

#service_overview .corporate_list li .genre{
    font-size: 56px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
}

#service_overview .corporate_list li .caption{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 40px;
}

#service_overview .corporate_list li .logo{
    width: 100%;
    height: 574px;
    overflow: hidden;
}

#service_overview .corporate_list li .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.contact_banner{
    width: 1920px;
    margin: 0 auto;
}

.contact_banner a{
    display: block;
    width: 100%;
    height: 640px;
    background: url('../images/new-business/contact_bg.webp') no-repeat 0 0 / cover;
    position: relative;
}

.contact_banner a .text{
    position: absolute;
    top: 50%;
    right: 240px;
    transform: translate(0, -50%);
    color: #fff;
}

.contact_banner a .text p{
    display: inline-block;
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    padding-right: 112px;
    position: relative;
}

.contact_banner a .text p::after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 40px;
    background: url('../images/new-business/icon_contact.png') no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}







/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {


#new_business_head{
    width: 100%;
}

#new_business_head .catch{
    font-size: 3.333333vw;
    margin-bottom: 4.166667vw;
}

#new_business_head .image_box{
    margin-bottom: 4.166667vw;
}

#new_business_head .caption_box{
    width: 83.333333vw;
}

#new_business_head .caption_box p{
    font-size: 1.25vw;
}

#new_business_head .caption_box p strong{
    font-size: 1.875vw;
}



#service_overview{
    width: 83.333333vw;
    margin: 0 auto 6.25vw;
}

#service_overview h2{
    margin-bottom: 5.416667vw;
}

#service_overview h2 strong{
    font-size: 7.083333vw;
    margin-bottom: 1.25vw;
}

#service_overview h2 small{
    font-size: 1.25vw;
}

#service_overview .corporate_list li{
    width: 40vw;
    margin-bottom: 6.25vw;
}

#service_overview .corporate_list li .genre{
    font-size: 2.916667vw;
    margin-bottom: 2.083333vw;
}

#service_overview .corporate_list li .caption{
    font-size: 1.25vw;
    margin-bottom: 2.083333vw;
}

#service_overview .corporate_list li .logo{
    height: 29.895833vw;
}



.contact_banner{
    width: 100%;
}

.contact_banner a{
    height: 33.333333vw;
}

.contact_banner a .text{
    right: 12.5vw;
}

.contact_banner a .text p{
    font-size: 4.166667vw;
    padding-right: 5.833333vw;
}

.contact_banner a .text p::after{
    width: 4.166667vw;
    height: 2.083333vw;
}





}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){


#new_business_head{
    width: auto;
}

#new_business_head .catch{
    font-size: 8.533333vw;
    font-weight: 400;
    margin-bottom: 17.066667vw;
}

#new_business_head .image_box{
    margin-bottom: 17.066667vw;
}

#new_business_head .caption_box{
    width: auto;
    margin: 0 5.333333vw;
}

#new_business_head .caption_box p{
    font-size: 4.266667vw;
}

#new_business_head .caption_box p strong{
    font-size: 5.866667vw;
}



#service_overview{
    width: auto;
    margin: 0 5.333333vw 32vw;
}

#service_overview h2{
    margin-bottom: 10.666667vw;
}

#service_overview h2 strong{
    font-size: 11.733333vw;
    margin-bottom: 6.4vw;
}

#service_overview h2 small{
    font-size: 4.266667vw;
}

#service_overview .corporate_list{
    display: block;
}

#service_overview .corporate_list li{
    width: auto;
    margin-bottom: 17.066667vw;
}

#service_overview .corporate_list li:last-child{
    margin-bottom: 0;
}

#service_overview .corporate_list li .genre{
    font-size: 7.466667vw;
    margin-bottom: 4.266667vw;
}

#service_overview .corporate_list li .caption{
    font-size: 4.266667vw;
    margin-bottom: 4.266667vw;
}

#service_overview .corporate_list li .logo{
    height: 66.666667vw;
}

#service_overview .corporate_list li .logo img{
    transform: scale(1.4);
}



.contact_banner{
    width: auto;
}

.contact_banner a{
    height: 80vw;
    background: url('../images/new-business/contact_bg_sp.webp') no-repeat 0 0 / cover;
}

.contact_banner a .text{
    position: absolute;
    top: unset;
    right: unset;
    left: 5.333333vw;
    bottom: 16.533333vw;
    transform: translate(0, 0);
}

.contact_banner a .text p{
    font-size: 8.533333vw;
    font-weight: 400;
    padding-right: 29.866667vw;
}

.contact_banner a .text p::after{
    width: 21.333333vw;
    height: 10.666667vw;
}





}
