html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 16px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.6;
    width: 100%;
    position: relative;
    background-color: #fff;
}

.colabo_titleArea{
    border-left: 8px solid #A1D7F1;
    margin-bottom: 40px;
    padding-left: 16px;
}
h2{
    font-size: 24px;
}

@media screen and (max-width: 1093px) {
    .minititle4{
        text-align: left !important;
    }
}

@media screen and (max-width: 768px) {
    body{font-size: 12px;}
    h2{font-size: 16px;}
    p{font-size: 12px;
    }
    .minititle4{
        text-align: center!important;
    }


}

/* ヘッダー */

.nav-list__item.sp-only {
    display: none;
}


@media screen and (max-width: 1024px) {

    .nav-list__item.sp-only {
        display: inherit;
    }
}

/* パートナー募集 */

.collabo_pickUp{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.collabo_pickUp::before,
.collabo_pickUp::after {
content: "";
display: block;
width: 3px;
height: 1em;
background-color: #65BDE9;
transform: rotate(25deg)
}

.collabo_pickUp{
font-size:28px ;
text-align: center;
margin-bottom: 40px;

}

.collaboStrong_container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 6.5%; 
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 112px;
}

.collaboStrong_area {
    width: calc((100% - 6.5% * 2) / 3); 
    min-width: 250px; 
    box-sizing: border-box;
}
.collaboStrong_area img {
    width: 100%;
    height: auto;
}


.collabo_minititle{
    font-size: 20px;
    color: #65BDE9;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .collaboStrong_container{
        gap: 30px 6.5%;
        padding-bottom: 0px;
    }
    .collabo_pickUp{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .collabo_minititle{
        font-size: 14px;
        text-align: left!important;
        margin-bottom: 8px;
    }
    .colabo_titleArea{
        margin-top: 40px;
        margin-bottom: 30px;
    }
}
/* リソース */

.colabo_resorce{
    margin-bottom: 96px;
}
.resorcecontents{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5vw;
    
}

.resorce_card{
    max-width:272px;
    height: 93px;
    background-color: #DEF0FA;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.resorce_icon{
    width: 48px;
}

.content1{
    margin-bottom: 96px;
}

@media screen and (max-width: 1250px) {
    .resorcecontents{grid-template-columns: repeat(3, 1fr);
        max-width: 804px;
        margin: auto;
}

}
@media screen and (max-width: 768px) {
    .colabo_resorce{
        margin-bottom: 40px ;
    }
    .resorce_icon{
        width: 25px;
    }
    .resorce_card{
        width: 148px;
        height: 50px;
        gap: 8px;}
    .resorcecontents
        {grid-template-columns: repeat(4, 1fr);
            max-width: none;
            
    }
    .colaba_caption{
        margin-top: 24px;
    }
}
@media screen and (max-width: 664px) {
    .resorcecontents{
        grid-template-columns: repeat(3, 1fr);
        max-width: 500px;
        }
}

@media screen and (max-width: 510px) {
    .resorcecontents{
        grid-template-columns: repeat(2, 1fr);
        max-width: 315px;
}
}


/* テーマ */
.colabo_theme{
    margin-bottom: 120px;
}
.theme_img{
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .colabo_theme{
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 599px) {
    .theme_img{
        width: 90%;
        margin: auto;
}
}


/* お問い合わせ */
.contact_container{
    display: flex;
    justify-content: center;
    gap: 32px;
    position: relative;
    max-width: 800px;
    margin: auto;
}

.contact_text{
    position: absolute;
    bottom: 0px;
    right: -0.1em;

}
.collabo_titleStrong{
    line-height: 1.8;
    text-align: center;
    margin: 120px 0px 64px 0px;
}
.contact_strong {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 48px;
    margin-top: 80px;
}
.contact_btn{
    background-color: #4B4B4B;
    margin: auto;
    width: 320px;
    text-align: center;
    padding: 20px 40px;
}
.btn{color: white;
    text-align: center;
font-size: 24px;}

.text_detail{
    font-size: 20px;
    margin-top: 16px;
    text-align: center;
}

.contactarea {
    display: none;
    width: 80%;
    margin: auto;
    position: relative;
}

.smbr{
    display: none;
}

.background-area {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background-image: url('img/collabo/background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 57px;
    
}
@media screen and (max-width: 900px) {
    .contact_container{
        gap: 16px;
    }

}

@media screen and (max-width: 768px) {
    body{font-size: 12px;}
    h2{font-size: 16px;}
    .contact_container{
        display: none;
    }

    .collabo_titleStrong {
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }

    .contact_strong{
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .contact_btn{
        width: 180px;
        padding: 16px 0px;
    }

    .btn{
        font-size: 14px;
        padding: 20px 0px;
    }

    .text_detail{
        font-size: 14px;
    }

    .contactarea {
        display: block;
        width: 80%;
        margin: auto;
        gap: 8px;
        position: relative;
        padding-bottom: 24px;
    }

    .contactnado{
        position: absolute;
        right: 0;
    }

    .contact_list{
        display: flex;
        border-radius: 40pc;
        align-items: center;
        
        height: 56px;
        background-color:#DEF0FA ;
        padding-right: 16px;
    }

    .cclist1{
        padding-left: 14px;
    }
    .cclist2{
        margin-top: 8px;
        padding-left: 19px;
    }
    .cclist3{
        margin-top: 8px;
        padding-left: 19px;
    }
    .container_img {
        width: auto;
        margin-right: 16px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    .imga {
        width: 39px !important;
    }
    .contact_list .imgb {
        width: 30px !important;
    }
    .contact_list .imgc {
        width: 28px !important;
    }

    .imaga .imageb{
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 470px) {
    .smbr{
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .contactarea{
        
        width: 100%;
}
}

/* パートナー募集 */



.hdg01 .hdg01__en .--no-cap {
    text-transform:initial;
  }

.partmer_container {
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 80px;
  align-items: flex-start;
  margin-top: 48px;
}

.container_explain{
  margin-top: 40px;
  margin-bottom: 48px;
}

.partner__title{
  font-size: 2.4rem;
}



.expalain__detail{
  margin-bottom: 16px;
}

.partmer_container{
  margin-bottom: 130px;
}

.img_detail{
  width: 100%;
  height: 450px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .partmer_container {
    gap: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .partmer_container {
    grid-template-columns: 1fr 400px;
  }
}

@media screen and (max-width: 912px) {
  .partmer_container {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }
  
  .container_explain {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  
  .img_detail {
    height: auto;
    object-fit: contain;
  }
  
  .btn_center {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .partner__title {
    font-size: 1.6rem;
  }
  
  .partmer_container {
    margin-bottom: 32px;
  }
}

