/*

■2026リニューアル共通css

*/


@charset 'UTF-8';


/*------------------------------------------------------------
    font
------------------------------------------------------------*/


.font-en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




/*------------------------------------------------------------
    Base Fix
------------------------------------------------------------*/

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video,
input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
main{
    overflow: hidden;
}
main > .basic-page > #sections{
    font-family: "Noto Sans JP", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.89;
    word-break: break-word;
    color: #1C1C1C;
}
.basic-page a{
    transition: all .3s;
    word-break: break-all;
    color: #1C1C1C;
}
.basic-page a:hover{
    transition: all .3s;
}
.holdings-footer.page-in-menu {
    padding-bottom: 75px;
}
.holdings-header a, .holdings-titlenav a, .holdings-footer a, .holdings-cta a {
    word-break: break-word;
    white-space: normal;
}
.holdings-titlenav {
    position: relative;
    z-index: 9;
}
.titlenavigation {
    position: relative;
    z-index: 9;
}
.bgWhite{
    background: #fff;
}
.holdings-breadcrumbs__list__item a{
    word-break: break-word;
    white-space: normal;
}
img{
    max-width: 100%;
    height: auto;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .basic-page {
        width: 100%;
    }
    main > .basic-page > #sections{
        
    }
    .holdings-footer.page-in-menu {
        padding-bottom: 0;
    }


}


/*------------------------------------------------------------
    header Parts
------------------------------------------------------------*/


.holdings-header__sub__nav{
    border-bottom: 1px solid #ccc;
}
.holdings-header__subchild {
    background-color: #F2F2F2;
    border-top: none;
    color: #666;
    text-align: center;
    font-size: 12px;
    position: relative;
}


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

    


}



/*------------------------------------------------------------
    common Parts
------------------------------------------------------------*/

.unicom-pc{
    display: block;
}
.unicom-sp{
    display: none;
}

.unicom-container-sm{
    width: 900px;
    margin: 0 auto;
}
.unicom-container{
    width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.unicom-container-md{
    max-width: 1320px;
    margin: 0 auto;
}

article#top-article{

}
article#top-article > section{
    padding: 92px 0;
}

.top-section-head{
    margin-bottom: 64px;
}
.top-section-title-en {
    font-size: 58px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
}
.top-section-title-jp {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
}
.top-section-description{
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}


.tag-item {
    font-size: 11px;
    display: inline;
    color: #2343C8;
}
.tag-item:before {
    content: "#";
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .unicom-pc{
        display: none !important;
    }
    .unicom-sp{
        display: block;
    }
    .unicom-container-sm{
        width: 100%;
    }
    .unicom-container{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .unicom-container-md{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .unicom-container-lg{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    article#top-article > section{
        padding: 56px 0;
    }
    .top-section-title-en{
        font-size: 44px;
    }
    .top-section-head{
        margin-bottom: 32px;
    }
    .top-section-description{
        margin-top: 32px;
    }



}

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

    .top-media-section-control .main-btn a .w320{
        display: none;
    }


}




/*------------------------------------------------------------
    btn Parts
------------------------------------------------------------*/

/* main-btn */
.main-btn{
    margin-top: 48px;
    text-align: center;
}
.main-btn a{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    border-radius: 32px;
    width: 240px;
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #2343C8;
    background: #2343C8;
}
.main-btn a:hover{
    color: #2343C8;
    background: #fff;
}
.main-btn.sm-btn a{
    width: 178px;
    height: 32px;
    font-size: 14px;
}
.main-btn.sm-btn{
    margin-top: 0;
}
.main-btn.btn-white a{
    color: #2343C8;
    background: #fff;
}
.main-btn.btn-white a:hover{
    color: #fff;
    background: #2343C8;
}

.main-btn-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
}
.main-btn-flex > .main-btn{
    margin: 0 10px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .main-btn{
        margin-top: 32px;
    }
    .main-btn a {
        font-size: 16px !important;
        width: 100% !important;
        padding: 12px 24px 13px;
        height: auto !important;
    }

    .main-btn-flex{
        display: block;
        margin-top: 40px;
    }
    .main-btn-flex > .main-btn{
        margin: 10px 0 0;
    }

}


/*------------------------------------------------------------
    swiper Parts
------------------------------------------------------------*/

.swiper-section-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.slider-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.swiper-btn-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    background: #3DA5D3;
    border: 1px solid #089FCE;
    color: #fff;
    transition: all .3s;
    cursor: pointer;
}
.swiper-btn-prev .material-symbols-outlined {
    position: relative;
    right: 1px;
}
.swiper-btn-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #3DA5D3;
    color: #fff;
    border: 1px solid #3DA5D3;
    font-weight: 700;
    transition: all .3s;
    cursor: pointer;
}
.swiper-btn-next .material-symbols-outlined {
    position: relative;
    left: 1px;
}
.swiper-button-disabled {
    background: none !important;
    cursor: auto;
    border: none;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    .slider-btn{
        margin-top: 32px;
        justify-content: center;
    }

}





/*------------------------------------------------------------
    highlights Parts
------------------------------------------------------------*/

.highlights-list-thumb{
    overflow: hidden;
    height: 174px;
}
.highlights-list-thumb img{
    height: 174px;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: all .3s;
    transform: scale(1);
}
.highlights-list-content {
    background: #F4F4F4;
    padding: 16px 16px 20px 16px;
}
.highlights-list-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.highlights-list-date {
    font-size: 13px;
    color: #717171;
    line-height: 1.6;
}
.highlights-list-category{
    font-size: 10px;
    color: #717171;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #717171;
    padding: 4px 10px 4px;
    display: inline-block;
    border-radius: 25px;
}
.highlights-list-title{
    font-weight: 500;
    line-height: 1.625;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* ← 行数指定 */
    overflow: hidden;
}
.highlights-list-tags{
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1;
}
.highlights-list-tags .tag-item:not(:first-of-type) {
    margin-left: 8px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .highlights-list-thumb{
        height: 156px;
    }
    .highlights-list-thumb img{
        height: 156px;
    }

}





/*------------------------------------------------------------
    interview Parts
------------------------------------------------------------*/

.interview-list-thumb{
    overflow: hidden;
}
.interview-list-thumb img{
    height: 174px;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: all .3s;
    transform: scale(1);
}
.interview-list-content {
    background: #F4F4F4;
    padding: 16px 16px 20px 16px;
}
.interview-list-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.interview-list-date {
    font-size: 13px;
    color: #717171;
    line-height: 1.6;
}
.interview-list-category{
    font-size: 10px;
    color: #717171;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #717171;
    padding: 4px 10px 4px;
    display: inline-block;
    border-radius: 25px;
}
.interview-list-title{
    font-weight: 500;
    line-height: 1.625;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* ← 行数指定 */
    overflow: hidden;
}
.interview-list-tags{
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1;
}
.interview-list-tags .tag-item:not(:first-of-type) {
    margin-left: 8px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    

}





/*------------------------------------------------------------
    rd-theme Parts
------------------------------------------------------------*/


/* rd-theme-box */
.rd-theme-parts{
    margin-top: 64px;
}
.rd-theme-head-category {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}
.rd-theme-head-description{
    line-height: 2;
    margin-top: 24px;
}
.rd-theme-head{
    margin-bottom: 40px;
}

ul.rd-theme-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
ul.rd-theme-list > li{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 12px;
}
.rd-theme-card{
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    display: block;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
a.rd-theme-card:hover{
    box-shadow: none;
    border: 1px solid #2343C8;
}

.rd-theme-card-main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rd-theme-card-icon{
    width: 72px;
    height: 52px;
}
.rd-theme-card-name{
    line-height: 1.625;
    font-weight: 500;
    color: #2343C8;
    width: calc(100% - 72px);
}
.rd-theme-card-sub{
    margin-top: 16px;
}
.rd-theme-card-description{
    font-size: 12px;
    color: #717171;
    line-height: 1.66667;
}

ul.rd-theme-list > li a .rd-theme-card-name::after {
    font-family: 'Material Symbols Outlined';
    content: "chevron_right";
    font-size: 18px;
    color: #2343C8;
    line-height: 1;
    position: relative;
    top: 3px;
    margin-left: 4px;
}
ul.rd-theme-list > li a[target="_blank"] .rd-theme-card-name::after {
    content: "open_in_new";
    font-size: 14px;
    margin-left: 8px;
    top: 2px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .rd-theme-parts{
        margin-top: 56px;
    }
    .rd-theme-head-description {
        line-height: 1.5;
        margin-top: 16px;
    }
    .rd-theme-head{
        margin-bottom: 32px;
    }
    ul.rd-theme-list{
        margin: 0 -6px;
    }
    ul.rd-theme-list > li{
        width: calc(100% / 2);
        padding: 0 6px;
    }
    .rd-theme-card{
        padding: 20px 12px;
        height: 100%;
    }
    .rd-theme-card-main{
        display: block;
    }
    .rd-theme-card-icon{
        height: 45px;
        width: auto;
        text-align: center;
    }
    .rd-theme-card-name{
        width: 100%;
        margin-top: 16px;
        line-height: 1.5;
    }
    .rd-theme-card-sub{
        margin-top: 8px;
    }
    .rd-theme-card-description{
        /*overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;*/
    }


}




/*------------------------------------------------------------
    project Parts
------------------------------------------------------------*/

ul.project-list{
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
ul.project-list > li{
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 12px;
}
a.project-card{
    background: #F4F4F4;
    display: block;
    padding: 25px;
    border: 1px solid #F4F4F4;
}
a.project-card:hover{
    background: #fff;
    border: 1px solid #2343C8;
}
.project-card-description {
    font-size: 12px;
    color: #717171;
    line-height: 1.66667;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.project-card-thumb{
    width: 180px;
    height: 110px;
}
.project-card-thumb img{
    width: 100%;
    height: 110px;
    object-fit: cover;
}
.project-card-name{
    line-height: 1.625;
    font-weight: 500;
    color: #2343C8;
    width: calc(100% - 180px);
    box-sizing: border-box;
    padding-left: 25px;
}
.project-card-main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.project-card-sub{
    margin-top: 16px;
}

a .project-card-name::after {
    font-family: 'Material Symbols Outlined';
    content: "chevron_right";
    font-size: 18px;
    color: #2343C8;
    line-height: 1;
    position: relative;
    top: 3px;
    margin-left: 4px;
}
a[target="_blank"] .project-card-name::after {
    content: "open_in_new";
    font-size: 14px;
    margin-left: 8px;
    top: 2px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.project-list{
        margin: 0;
    }
    .project-list.swiper {
      overflow: visible;
    }

    .project-list .swiper-wrapper {
      align-items: stretch;
    }

    .project-list .swiper-slide {
      width: 295px;
      flex-shrink: 0;
      height: auto;
    }

    .project-list .swiper-slide .project-card {
      height: 100%;
      box-sizing: border-box;
      padding: 16px 16px 20px;
    }
    .project-card-main{
        display: block;
    }
    .project-card-thumb{
        width: 100%;
        height: auto;
    }
    .project-card-thumb img{
        height: 160px;
        display: block;
    }
    .project-card-name{
        width: 100%;
        padding-left: 0;
        margin-top: 16px;
    }
    .project-card-sub{
        margin-top: 12px;
    }
    .project-card-description{
        line-height: 1.5;
    }

}





/*------------------------------------------------------------
    news Parts
------------------------------------------------------------*/

ul.news-list{

}
ul.news-list > li{
    border-bottom: 1px solid #CCCCCC;
}
ul.news-list > li a{
    padding: 28px 0 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
ul.news-list > li a::after {
    font-family: 'Material Symbols Outlined';
    content: "chevron_right";
    font-size: 20px;
    color: #1C1C1C;
    line-height: 1;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 16px;
    transition: all .3s;
}
ul.news-list > li a[target="_blank"]::after {
    content: "open_in_new";
    font-size: 18px;
    right: 18px;
}
.news-list-info{
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-list-title {
    width: calc(100% - 250px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
    padding-right: 48px;
    transition: all .3s;
}
.news-list-date{
    font-size: 16px;
    line-height: 1.6;
    width: 108px;
    color: #717171;
}
.news-list-category {
    font-size: 12px;
    color: #717171;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #717171;
    padding: 4px 8px 4px;
    width: 120px;
    display: inline-block;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
ul.news-list > li a:hover .news-list-title{
    color: #2343C8;
}
ul.news-list > li a:hover::after{
    color: #2343C8;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.news-list > li a{
        display: block;
        padding: 20px 0 18px;
    }
    .news-list-info{
        width: 100%;
    }
    .news-list-title{
        width: 100%;
        display: block;
        line-height: 1.5;
        margin-top: 10px;
        padding-right: 24px;
    }
    ul.news-list > li a::after{
        top: unset;
        bottom: 8px;
        right: 0;
    }
    ul.news-list > li a[target="_blank"]::after{
        top: unset;
        bottom: 12px;
        right: 0;
        font-size: 16px;
    }
    .news-list-date{
        width: auto;
        margin-right: 16px;
    }

    .news-list-category{
        width: auto;
        display: inline-block;
        padding: 4px 12px 4px;
    }

}




/*------------------------------------------------------------
    list Parts
------------------------------------------------------------*/

/* ul.normal-list */
ul.normal-list{
    margin-top: 40px;
}
ul.normal-list li{

}
ul.normal-list li:not(:first-of-type){
    margin-top: 40px;
}
.normal-list-caption {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}
ul.normal-list li p{
    line-height: 2;
    margin-top: 12px;
}
.normal-list-caption-separate {
    margin: 0 8px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    .normal-list-caption{
        font-size: 20px;
    }
    ul.normal-list li p{
        line-height: 1.5;
    }
    ul.normal-list li:not(:first-of-type){
        margin-top: 32px;
    }
    .normal-list-caption-separate{
        margin: 0 4px;
    }

}



/* ul.thumbnail-list */
ul.thumbnail-list{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -12px 0;
}
ul.thumbnail-list li{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 12px;
}
.thumbnail-list-thumb{

}
.thumbnail-list-thumb img{
    display: block;
}
.thumbnail-list-content{
    padding: 20px 16px 20px;
    background: #fff;
}
.thumbnail-list-tags {
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1;
}
.thumbnail-list-tags .tag-item:not(:first-of-type) {
    margin-left: 8px;
}
.thumbnail-list-title {
    font-weight: 500;
    line-height: 1.625;
}
ul.thumbnail-list li p {
    margin-top: 10px;
    font-size: 12px;
    color: #717171;
    line-height: 1.66667;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    

}



/* ul.check-list */
ul.check-list{
    margin-top: 40px;
}
ul.check-list > li{
    margin-top: 20px;
    position: relative;
    padding-left: 28px;
}
ul.check-list > li:before{
    font-family: 'Material Symbols Outlined';
    content: "check";
    font-size: 14px;
    line-height: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3DA5D3;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 0;
}
.check-list-text{
    font-weight: 500;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.check-list{
        margin-top: 32px;
    }
    ul.check-list > li{
        line-height: 1.5;
    }
    ul.check-list > li:before{
        top: 3px;
    }

}




