@charset "utf-8";
/*---------------
全体共通
-----------------*/
html{
    font-size: 62.5%;
}
section{
    width: 100vw;
}
.cnctor_toppage h1{
    color: var(--main-txt, #333);
    font-family: "Noto Sans JP";
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; 
    padding-top: 136px;
}
.cnctor_toppage h2{
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.cnctor_toppage h4{
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.cnctor_toppage p{
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.cnctor_toppage .red{
    color: #E83A5A;
}
.toppage_img_absolute{
    position: absolute;
    z-index: 1;
}
.arrow_btn{
    width: 60px;
    height: 60px;
}
/*---------------
mv
-----------------*/
.toppage_mv{
    position: relative;
    height: 49vw;
    padding: 0;
}
.toppage_mv_text{
    position: relative;
    z-index: 10;
    left: 20%;
}
.mv_img1{
    width: 20%;
    left: 0;
    top: 10%;
}
.mv_img2{
    width: 60%;
    right: -2%;
    top: 0;
}
.toppage_mv_text h2{
    color:#E4E4E4 ;
}
.cnctor_toppage .green{
    color: #49A45D;
}
.cnctor_toppage .yellow{
    color: #F2D322;
}
.cnctor_toppage .blue{
    color:#44BEE1;
}
.toppage_mv_bottom{
    left: 20%;
    bottom: 3%;
    position: absolute;
}
.toppage_mv_bottom .vertical{
    writing-mode: vertical-rl;
    position: relative;
}
.toppage_mv_bottom .vertical::after{
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #F2D322;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/*---------------
localnavi
-----------------*/
.localnavi_title_layout{
    position: relative;
}
.localnavi_title_layout{
    background: linear-gradient(90deg, #E83A5A 0%, #F4519F 100%);
    height: 300px;
}
.localnavi_title_layout h2{
    color: #fff;
}
.localnavi_title_layout h2{
    margin-left: 16%;
    padding-top: 32px;
}
.localnavi_img1{
    bottom: 0;
    left:5%;
    width: 26%;
}
.localnavi_img2{
    top: 0;
    right: 5%;
    width: 26%;
}
.localnavi_img3{
    bottom: 0;
    right: 20%;
    transform: translateY(50%);
    width: 40%;
}
.localnavi_title_text p{
    margin-top: 64px;
    position: relative;
    width: fit-content;
    left: 50%;
    transform: translateX(-100%);
}
.localnavi_navigation_box{
    display: flex;
    justify-content: right;
    margin-top: 64px;
    margin-right: 12%;

}
.localnavi_navigation li{
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-align: right;
    margin-right:50px ;
}
.localnavi_navigation li:first-child{
    margin-bottom: 10px;
}
.localnavi_navigation li a{
    display: flex;
    align-items: center;
    justify-content: right;
}
.localnavi_navigation li a img{
    margin-left: 30px;
}
/*---------------
WHAT WE DO
-----------------*/
.toppage_whatwedo{
    background-color:#F6F6F6 ;
    padding: 32px 0 40px 0;
}
.toppage_whatwedo_title{
    margin:0 auto;
    width: 1080px;
}
.toppage_whatwedo_title,.whatwedo_list_box{
    margin: 0 auto;
}
.whatwedo_list_box p{
    color: #C1C1C1;
}
.toppage_section_title{
    position: relative;
    border-bottom:2px solid #E83A5A;
    width: 400px;
}
.toppage_section_title::after{
    position: absolute;
    content: "";
    display: block;
    width:15px ;
    height: 15px;
    background-color:#E83A5A ;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    transform: translate(50%,50%);
}
.whatwedo_title_layout{
    display: flex;
}
.whatwedo_title_text{
    display: flex;
    align-items: start;
}
.whatwedo_title_text img{
    position: relative;
    top: -150px;
}
.whatwedo_list_box{
    width: fit-content;
}
.whatwedo_list_box p:first-child{
    width: 1080px;
    text-align: left;
    border-bottom: 2px solid #C1C1C1;
}
.whatwedo_list{
    width: fit-content;
    margin-top:24px ;
}
.whatwedo_list_item{
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 28px 20px;
    background-color: #fff;
    width: fit-content;
    border-radius: 16px;
    margin-bottom: 24px;
}
.whatwedo_list_item h2{
    width: 450px;
}
.whatwedo_list_item p{
    width: 498px;
    color: #000;
}
.btn.toppage_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 396px;
    height: 74px;
    margin: 0 auto;
    background-color: #fff;
    border:3px solid #333;
    border-radius:40px ;
}
.btn.toppage_btn p{
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 2rem;
    white-space: nowrap;
    margin: 0;
}
.btn.toppage_btn img{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
/* ---------------
news
---------------- */
.toppage_latestnews .latestnews_section_title{
    width: 70%;
    max-width: 1120px;
    margin: 0 auto;
}
.toppage_latestnews .toppage_latestnews_box{
    width: 70%;
    max-width: 1120px;
    margin: 0 auto;
}
.toppage_latestnews ul{
    margin-bottom: 40px;
}
.toppage_latestnews .slick-img2{
    width: 70%;
    max-width: 1120px;
    margin: 0 auto;
}
.toppage_latestnews li:nth-child(1) .project-block{
    border-top: 1px solid #E4E4E4;
}
.toppage_latestnews .project-block{
    width: 100%;
    height: 249px;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
}
.toppage_latestnews .project-block-inner{
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: static;
    max-width: 716px;
    width: 64%;
    height: 100%;
    color:#333333;
}
.project-block-inner-text{
    margin-bottom: auto;
}
.toppage_latestnews .project-block-inner h3{
    font-size: 2rem;
}
.toppage_latestnews .project-block-inner h4{
    font-size: 2rem;
    color: #C1C1C1;
}
.toppage_latestnews .project-block:before{
    display: none;
}
.toppage_latestnews .project-block:after{
    display: none;
}
.toppage_latestnews .project-block-img img{
    width: 340px;
    height: 185px;
    border-radius:8px ;
}
.toppage_latestnews .slick-img2{
    overflow: visible;
}
/* ---------------
recruit
---------------- */
.toppage_recruit{
    position: relative;
    background:linear-gradient(90deg, #E83A5A 0%, #FF7B93 100%) ;
    height: 32vw;
    padding: 0;
}
.toppage_recruit .toppage_section_title{
    color: #fff;
    border-color: #fff;
}
.toppage_recruit .toppage_section_title::after{
    background-color: #fff;
}
.toppage_recruit .toppage_recruit_text{
    width: 30vw;
    margin-left: 20%;
    padding-top: 3%;
}
.toppage_recruit .toppage_recruit_text h2{
    color: #fff;
    white-space: nowrap;
}
.toppage_recruit .toppage_img_absolute:nth-child(2){
    top: 0;
    left: 0;
    height: 32vw;
}
.toppage_recruit .toppage_img_absolute:nth-child(3){
    top: 0;
    right: 28%;
    height: 28vw;
}
.toppage_recruit .toppage_img_absolute:nth-child(4){
    bottom: 0;
    right: 10px;
    height: 19vw;
}
.toppage_recruit  .toppage_img_absolute:nth-child(5){
    top: 0;
    right: 0;
    height: 16vw;
}
.toppage_recruit .btn.toppage_btn{
    margin: 0;
}

/*---------------------
contact
--------------------*/
.toppage_contact_flex{
    display: flex;
    width: 60%;
    max-width: 1080px;
    justify-content: space-between;
    margin: 0 auto;
    border-top:1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 50px 0 50px 0;
}
.toppage_contact .btn.toppage_btn{
    margin: 0;
}
@media screen and (min-width:1080px){
    .sp_only{
        display: none;
    }
    /* ---------------
    news
    ---------------- */
    .toppage_latestnews .project-block-inner .pc-only{
        display: block;
    }
}
@media screen and (max-width:1080px){
    /* ---------------
    共通
    ---------------- */
    html{
        font-size: 46%;
    }
    /*---------------
    mv
    -----------------*/

    /* ---------------
    news
    ---------------- */
    .toppage_latestnews .project-block-inner .sp-only{
        display: block;
    }
    .sp_only{
        display: none;
    }

    
}
@media screen and (max-width:768px){
        /* ---------------
    共通
    ---------------- */
    .toppage_section_title{
        width: 238px;
    }
    .arrow_btn{
        width: 50px;
        height: 50px;
    }
    /*---------------
    mv
    -----------------*/
    .cnctor_toppage h1{
        font-size:4rem ;
        padding-top: 115px;
    }
    .cnctor_toppage h2 {
        font-size: 2.6rem;
    }
    .toppage_mv{
        height: 140vw;
        min-height: 716px;
    }
    .toppage_mv .sp_only{
        width: 96%;
        top: 23%;
    }
    .toppage_mv_text{
        left: 5%;
    }
    .toppage_mv_bottom{
        position: absolute;
        bottom: 2%;
    }
    .toppage_mv_bottom .vertical{
        font-size: 14px;
    }

    /*---------------
    localnavi
    -----------------*/
    .localnavi_img1{
        left: 3%;
        width: 60%;
    }
    .localnavi_img3{
        width: 80%;
        right: -3%;
    }
    .localnavi_title_layout h2{
        margin-left: 5%;
    }
    .localnavi_title_layout{
        height: 56vw;
    }
    .localnavi_title_text p{
        transform: translateX(0);
        position: static;
        margin-top: 30vw;
        margin-left: 6%;
    }
    .localnavi_navigation_box{
        display: flex;
    }
    .localnavi_navigation{
        width: fit-content;
    }
    .localnavi_navigation li:nth-child(2){
        margin-bottom: 10px;
    }
    .localnavi_navigation_box.sp_only{
        display: flex;
        justify-content: right;
        margin-left: auto;
        width: 100%;
    }
    .localnavi_navigation li{
        margin-right: 32px;
    }
    .localnavi_navigation li a{
        width: 110px;
        white-space: nowrap;
    }
    .localnavi_navigation li a img{
        margin-left: 8px;
    }
    /*---------------
    WHAT WE DO
    -----------------*/
    .toppage_whatwedo_title{
        width: 100vw;
    }
    .whatwedo_title_inner{
        margin-left: 3%;
    }
    .whatwedo_title_text{
        flex-direction: column;
    }
    .whatwedo_title_text img{
        top: 0;
        width: 130vw;
        margin-left: 20%;
    }
    .whatwedo_list{
        width: 100%;
    }
    .whatwedo_list_box p:first-child{
        width: 90%;
    }
    .whatwedo_list_box{
        width: 96%;
    }
    .whatwedo_list_box p{
        margin-top: 24px;
        margin-left: 3%;
        width: 80%;
    }
    .whatwedo_list_item{
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        width: 90%;
        margin: 8px auto;
        padding: 8px 16px;
    }
    .whatwedo_list_item h2{
        width: auto;
    }
    .toppage_whatwedo .arrow_btn{
        margin-left: auto;
    }
    .sp_absolute{
        position: absolute;
        right: 3%;
        bottom: 5%;
    }
    .btn.toppage_btn{
        width: 296px;
        height: 46px;
    }
    .btn.toppage_btn a img{
        height: 34%;
    }
    /*---------------
    news
    -----------------*/
    .toppage_latestnews .slick-img2{
        width: 90%;
        padding: 10px;
    }
    .toppage_latestnews .project-block{
        flex-direction: column-reverse;
        height: 324px;
    }
    .toppage_latestnews .project-block-inner{
        width: 100%;
        align-items: flex-end;
        height: auto;
        padding: 12px 0 ;
    }
    .toppage_latestnews .project-block-img img{
        width: 335px;
        /* height: 150px; */
    }
    .toppage_latestnews .latestnews_section_title{
        margin: 0 0 0 6%;
    }

    /*---------------
    recruit
    -----------------*/
    .toppage_recruit{
        height: 190vw;
    }
    .toppage_recruit .toppage_recruit_text{
        margin-left: 6%;
        position: relative;
        z-index: 100;
    }
    .toppage_recruit .toppage_img_absolute:nth-child(6){
        right: 0;
        top: 0;
        width: 30%;
        z-index: 1;
    }
    .toppage_recruit .toppage_img_absolute:nth-child(7){
        right: 0;
        bottom: 6%;
        width: 100%;
    }

    .toppage_contact_flex{
        width: 90%;
        flex-direction: column;
    }
    .cnctor_toppage p{
        margin-bottom: 24px;
    }




    .pc_only{
        display: none;
    }
    .sp_only{
        display: block;
    }
}