/* front page stylesheet
add date : 0903 */
section{
    margin: 0;
    padding: 0;

}

span{
    color: var(--black, #252729);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section_blue{
    background: var(--blue-50, #F1F8FE);
}
.section_blue_45{
    background: var(--blue-45, #D9EAFE);
}

.section_main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
}
.section_main .title{
    color: var(--black, #252729);
    text-align: center;

}
.section_main .title span,
.section_main .title h2{
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--black, #252729);
}
.section_main .title span br,
.section_main .title h2 br{
    display: none;
}
@media screen and (max-width: 1023px) {
    .section_main #blu_title span br,
    .section_main #blu_title h2 br{
        display: block;
    }
}
@media screen and (max-width: 880px) {
    .section_main .title span,
    .section_main .title h2{
        font-size: 24px;
    }
    .section_main {
        padding-top: 64px;
        padding-bottom: 64px;
        gap: 24px;
    }
}
@media screen and (max-width: 780px) {
    .section_main .title span br,
    .section_main .title h2 br{
        display: block;
    }
}

.section_main.type2{
    gap: 32px;
}
.section_main.casetype{
    gap: 0;
}


/* fv */
#fv_top{
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 96px;
}
#fv_top .fv_main{
    display: flex;
    width: 95%;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    align-items: center;
    max-width: 1280px;
}
#fv_top .left-block{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
#fv_top .left-block .txtbox{
    display: flex;
    text-align: center;
    justify-content: center;
}
#fv_top .left-block .txtbox h1{
    color: var(--blue-0, #0974E8);
    text-align: center;
    /* Heading 1 */
    font-size: 48px;
    line-height: normal;
}

.screen-pc{
    display: block;
}

#fv_top .left-block .hero-right-contents_v2{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 783px;
    align-items: center;
    position: relative;
}
#fv_top .left-block .hero-right-contents_v2 .building-img{
    position: absolute;
    /* position: relative; */
    bottom: 30%;
}
#fv_top .left-block .hero-right-contents_v2 .hero-video.pc_v2{
    max-width: 545px;
    margin: 0;
    height: auto;
    /* display: block; */
    width: 80%;
}
#fv_top .left-block .hero-right-contents_v2 .people-img{
    bottom: 33px;
    position: relative;
}

#fv_top .fv_main .right-block{
    display: flex;
    width: 100%;
    max-width: 513px;
}
#fv_top .fv_main .right-block .gray_box{
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: var(--gray-40, #F7F7F8);
    padding-bottom: 40px;
    gap: 32px;
    min-height: 508px;
}
#fv_top .fv_main .right-block .gray_box .txtbox{
    display: flex;
    flex-direction: column;
}
#fv_top .fv_main .right-block .gray_box .txtbox span{
    color: var(--black, #252729);
    text-align: center;

    font-size: 32px;
    line-height: normal;
}
#fv_top .fv_main .right-block .gray_box .btn_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
#fv_top .fv_main .right-block .gray_box .btn_div a{
    display: flex;
    width: 90%;
    max-width: 400px;
    height: 75px;
    font-size: 24px;
    padding: 0;
    align-items: center;
    border-radius: 40px;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container{
    display: flex;
    width: 95%;
    align-self: center;
    margin: 0;
    max-width: 433px;
    justify-content: center;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container div{
    display: flex;
    width: 100%;
    /* height: fit-content; */
    justify-content: center;
    align-self: start;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container div img{
    /* max-height: 8rem; */
    max-height: unset;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container div:nth-child(1) img{
    mix-blend-mode: darken;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container .logo-with-annotation{
    display: flex;
    flex-direction: column;
    font-weight: 400;
    align-self: baseline;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container .logo-with-annotation img{
    /* max-height: 7rem; */
    mix-blend-mode: darken;
}

#fv_top .fv_main .right-block .gray_box .top-banner-container .logo-users-banner-m{
    height: 71px;
    align-items: center;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container .dap-banner{
    width: 100%;
    /* max-width: 219px; */
    display: flex;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container .user-banner{
    width: 100%;
    /* max-width: 96px; */
    max-width: 22%;
    display: flex;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container .leader-banner{
    width: 100%;
    /* max-width: 72px; */
    max-width: 17%;
    display: flex;
}
#fv_top .fv_main .right-block .gray_box .top-banner-container .dap-banner img,
#fv_top .fv_main .right-block .gray_box .top-banner-container .user-banner img,
#fv_top .fv_main .right-block .gray_box .top-banner-container .leader-banner img{
    display: block;
    width: 100%;
    height: auto;
}

#fv_top .fv_main .right-block .gray_box .txt_infos{
    display: flex;
    flex-direction: column;
    width: 95%;
    align-self: center;
    max-width: 433px;
    gap: 8px;
}
#fv_top .fv_main .right-block .gray_box  .txt_infos .txt_info{
    display: flex;
    gap: 8px;
    font-size: 10px;
}
#fv_top .fv_main .right-block .gray_box  .txt_infos .txt_info div{
    font-size: unset;
    line-height: normal;
}
#fv_top .fv_main .right-block .gray_box .txt_infos .txt_info div:nth-child(1) span{
    color: var(--gray, #8C9197);
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#fv_top .fv_main .right-block .gray_box .txt_infos .txt_info div:nth-child(2) span{
    color: var(--gray, #8C9197);
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top-banner {
    display: block;
    width: 100%;
    height: auto;
    max-height: 6rem;
}


@media screen and (max-width: 1300px) {
    #fv_top .left-block .txtbox h1 {
        font-size: 34px;
    }
    #fv_top .fv_main .right-block .gray_box .txtbox span {
        font-size: 26px;
    }
}
@media screen and (max-width: 1060px) {
    #fv_top .left-block .txtbox h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 880px) {
    .screen-pc{
        display: none;
    }
    #fv_top .left-block .hero-right-contents_v2 .hero-video.pc_v2 {
        display: block;
    }
    #fv_top .fv_main {
        flex-direction: column;
        gap: 0;
    }
    #fv_top .fv_main .right-block .gray_box {
        background-color: var(--white, #fff);
        min-height: unset;
        padding-top: 0px;
        gap: 24px;
    }
    #fv_top .fv_main .right-block .gray_box .btn_div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    #fv_top .left-block {
        align-items: center;
    }
    #fv_top .fv_main .right-block .gray_box .top-banner-container .logo-users-banner-m{
        height: 60px;
    }
}
@media screen and (max-width: 769px) {
    #fv_top {
        margin-top: 0px;
        padding-top: 49px;
    }
    #fv_top .fv_main {
        margin-top: 64px;
    }
    #fv_top .left-block .txtbox h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 470px) {
    #fv_top .fv_main .right-block .gray_box .txtbox span {
        font-size: 18px;
    }
    #fv_top .left-block .txtbox h1 {
        text-align: left;
        width: 87.203%;
    }
    .mini_fv_br{
        display: none;
    }
    #fv_top .fv_main {
        width: 100%;
    }
    #fv_top .fv_main .right-block .gray_box .btn_div a {
        display: flex;
        width: 90%;
        max-width: 327px;

        height: 48px;
        border-radius: 24px;
        font-size: 14px;
    }


    #fv_top .fv_main .right-block .gray_box .top-banner-container {
        width: 87.202%;
    }
    #fv_top .fv_main .right-block .gray_box .txt_infos {
        width: 87.201%;
    }
}

.logo_section{
    padding-bottom: 80px;
}
@media screen and (max-width: 880px) {
    .logo_section{
        padding-bottom: 64px;
    }
}

.wh_box{
    display: flex;
    justify-content: center;
    background-color: var(--white,#fff);
    width: 95%;
    max-width: 1280px;
    
}
.wh_box .wh_box_main{
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
    gap: 32px;
    width: 95%;
}
.wh_box .wh_box_main .imgbox{
    display: flex;
    max-width: 592px;
    width: 100%;
    align-items: center;
}
.wh_box .wh_box_main .imgbox img{
    display: block;
    width: 100%;
    height: auto;
}
.wh_box .wh_box_main .txtbox{
    display: flex;
    flex-direction: column;
    max-width: 592px;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 16px;
    align-self: center;
}
.wh_box .wh_box_main .txtbox div:nth-child(1){
    display: flex;
    flex-direction: column;
}
.wh_box .wh_box_main .txtbox div:nth-child(1) span{
    color: var(--black, #252729);
    font-size: 32px;
}
.wh_box .wh_box_main .txtbox .f_txtbox_title{

}
.wh_box .wh_box_main .txtbox .f_txtbox_title .cmt_mark{
    font-size: 1rem;
    color: var( --gray-10 ,#72777E);
    top: -15px;
    position: relative;
}
.wh_box .wh_box_main .txtbox div:nth-child(2){
    display: flex;
    flex-direction: column;
}
.wh_box .wh_box_main .txtbox div:nth-child(2) p{
    margin: 0;
    display: flex;
    flex-direction: column;
}
.wh_box .wh_box_main .txtbox div:nth-child(2) p span{
    /* Body 1 */
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.wh_box .wh_box_main .txtbox div:nth-child(2) a{
    color: var(--blue, #0974E8);

    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}
.wh_box .wh_box_main .txtbox div:nth-child(2) .cmt_mark_txt{
    margin: 0;
}
.wh_box .wh_box_main .txtbox div:nth-child(2) .cmt_mark_txt span{
    font-size: 1rem;
    color: var( --gray-10 ,#72777E);
}
@media screen and (max-width: 880px) {
    .wh_box {
        width: 87.47%;
    }
    .wh_box .wh_box_main {
        width: 85.37%;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .wh_box .wh_box_main .txtbox {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 1080px) {
    .wh_box .wh_box_main .txtbox div:nth-child(1) span {
        font-size: 25px;
    }
    .wh_box .wh_box_main .txtbox .f_txtbox_title .cmt_mark{
        top: -10px;
    }
}
@media screen and (max-width: 650px) {
    .wh_box .wh_box_main .txtbox div:nth-child(1) span {
        font-size: 18px;
    }
    .wh_box .wh_box_main .txtbox .f_txtbox_title .cmt_mark{
        top: -6px;
    }
}
@media screen and (max-width: 500px) {
    .wh_box .wh_box_main .txtbox div:nth-child(2) p span {
        font-size: 14px;
        line-height: 200%; /* 28px */
    }
    .wh_box .wh_box_main .txtbox div:nth-child(2) a {
        font-size: 14px;
        line-height: 200%; /* 28px */
    }
}

#top_sol_section{
    gap: 16px;
}

.title_sol{
    display: flex;
}
.title_sol span{
    color: var(--black, #252729);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.title_sol span br{
    display: none;
}

@media screen and (max-width: 880px) {
    .title_sol span br{
        display: block;
    }
    .title_sol span{
        text-align: center;
    }
    .title_sol{
        margin-bottom: 16px;
    }
}

/* ソリューションー覧 */
.whbox_type2{
    display: flex;
    width: 95%;
    flex-direction: column;
    background-color: var(--white, #fff);
    max-width: 1280px;
    padding-top: 32px;
    padding-bottom: 64px;
    gap: 32px;
    margin-top: 24px;
}
.whbox_type2 .title_cols{
    display: flex;
    width: 95%;
    align-self: center;
    gap: 80px;
}
.whbox_type2 .title_cols div:nth-child(1){
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: center;
}
.whbox_type2 .title_cols div:nth-child(1) span,
.whbox_type2 .title_cols div:nth-child(1) h3{
    color: var(--blue,#0974E8);
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
.whbox_type2 .title_cols div:nth-child(1) span br,
.whbox_type2 .title_cols div:nth-child(1) h3 br{
    display: none;
}
.whbox_type2 .title_cols div:nth-child(1) p{
    margin: 0;
    display: flex;
    flex-direction: column;
}
.whbox_type2 .title_cols div:nth-child(1) p span{
    color: var(--black,#252729);
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.whbox_type2 .title_cols div:nth-child(2){
    display: flex;
    max-width: 240px;
    align-items: center;
}
.whbox_type2 .title_cols div:nth-child(2) img{
    display: block;
    width: 100%;
    height: auto;
}
.cols_itm{
    width: 95%;
    align-self: center;
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.cols_itm .itm{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 383px;
    width: 100%;
    flex: 1;
}
.cols_itm .itm div:nth-child(1){
    display: flex;
    width: 100%;
    aspect-ratio: 16/9; 
    overflow: hidden;
}
.cols_itm .itm div:nth-child(1) img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cols_itm .itm div:nth-child(1) video{
    display: block;
    width: 100%;
    height: auto;
    object-fit: inherit;
}
.cols_itm .itm div:nth-child(2){

}
.cols_itm .itm p span{
    color: var(--black, #252729);

    font-size: 14px;
    font-weight: 400;
    line-height: 200%; /* 28px */
}
.whbox_type2 .btn_div{
    display: flex;
    width: 100%;
    /* align-self: center; */
    justify-content: center;
}

@media screen and (max-width: 880px) {
    .whbox_type2 {
        gap: 16px;
        width: 87.47%;
        margin: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .whbox_type2 .title_cols {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: 85.37%;
    }
    .whbox_type2 .title_cols div:nth-child(1) {
        gap: 16px;
    }
    .whbox_type2 .title_cols div:nth-child(1) span,
    .whbox_type2 .title_cols div:nth-child(1) h3{
        color: var(--blue, #0974E8);
        font-size: 32px;
        font-weight: 700;
        line-height: normal;
        /* align-self: center; */
        text-align: center;
    }
    .whbox_type2 .title_cols div:nth-child(1) span br,
    .whbox_type2 .title_cols div:nth-child(1) h3 br{
        display: block;
    }


    .cols_itm {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        width: 85.37%;
        gap: 16px;
    }
    .cols_itm .itm {
        max-width: unset;
    }
    .cols_itm .itm div:nth-child(1) {
        max-width: 564px;
        align-self: center;
        height: auto;
    }
    .cols_itm .itm div:nth-child(2) {
        max-width: 564px;
        align-self: center;
    }

    .whbox_type2 .title_cols div:nth-child(1) p span {
        text-align: left;
    }
}
@media screen and (max-width: 650px) {
    .whbox_type2 .title_cols div:nth-child(1) span,
    .whbox_type2 .title_cols div:nth-child(1) h3 {
        font-size: 18px;
    }
    .whbox_type2 .title_cols div:nth-child(1) p span {
        font-size: 14px;
    }
}



.logo_section .logo-slider-container-all{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.logo_section .logo-slider-container-all .logo-slider .slick-list .slick-track{
    gap: 16px;
}
@media screen and (max-width: 880px){
    .logo_section .logo-slider-container-all{
        gap: 0px;
    }
    .logo_section .logo-slider-container-all .logo-slider .slick-list .slick-track{
        gap: 8px;
    }
}


.card_list{
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    width: 95%;
    max-width: 1188px;
}
.btn_div{
    display: flex;
    width: 100%;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .card_list{
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        gap: 16px;
        width: 87.47%;
        margin-top: 32px;
    }
}


.short-list-pc-v2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 95%;
    max-width: 1280px;
    margin-top: 8px;
}
.short-list-pc-v2 li{
    min-width: unset;
}
.short-list-pc-v2 .card-container{
    display: none;
}
.card-tags .tag{
    font-weight: 400;
}

@media screen and (max-width: 1126px) {
    .short-list-pc-v2 {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        max-width: 628px;
        width: 88%;
    }
    .short-list-pc-v2 li {
        width: 100%;
    }
    .card-tags .tag{
        width: fit-content;
    }
}

@media screen and (max-width: 767px) {
    /* .short-list-pc_v2{
        display: none;
    } */
    .short-list-pc-v2 .horizontal-card-container{
        display: none;
    }
    .short-list-pc-v2 .card-container{
        display: flex;
    }
    .short-list-pc-v2 {
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        width: 87.203%;
        gap: 16px;
    }
    .short-list-mobile{
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        width: 87.203%;
        gap: 16px;
    }
    .section_main.type2 {
        gap: 24px;
    }
}

/* case logo box */
.logos-box{
    width: 87.47%;
    max-width: 1188px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);

    margin-top: 24px;
    margin-bottom: 48px;
    gap: 8px;
}
@media screen and (max-width: 780px) {
    .logos-box {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 24px;
    }
}

.resource_top{
    margin-top: 16px;
}
.top-card-description{
    flex-direction: column-reverse;
}

.btn_type2 a{
    max-width: 335px;
}

/* case video custom */
.front_case_section_video{
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    width: 95%;
}
.front_case_section_video .c_subtitle{
    font-size: 40px;
    line-height: normal;
    color: var(--black, #252729);
}
.front_case_section_video .c_video_cols{
    display: flex;
    max-width: 1200px;
    gap: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.front_case_section_video .c_video_cols .casevideobox{
    max-width: 380px;
    width: 100%;
    display: flex;
    cursor: pointer;
    position: relative;
    justify-content: center;
    align-items: center;
}
.front_case_section_video .c_video_cols .casevideobox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    pointer-events: none;  
    border-radius: 6px;
  }
.front_case_section_video .c_video_cols .casevideobox img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.front_case_section_video .c_video_cols .casevideobox:hover img{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    transition: all .25s ease-in-out;
}
.front_case_section_video .c_video_cols .casevideobox svg{
    position: absolute;
    align-self: anchor-center;
    justify-self: anchor-center;
    z-index: 1;
}

@media screen and (max-width: 880px){
    .front_case_section_video .c_subtitle {
        font-size: 24px;
    }
    .front_case_section_video .c_video_cols .casevideobox {
        max-width: unset;
    }
}
@media screen and (max-width: 767px) {
    .front_case_section_video {
        width: unset;
    }
    .front_case_section_video .c_video_cols{
        width: 87.47%;
        margin-top: 0;
        flex-direction: column;
        gap: 16px;
    }
}
