:root {
    --max_content_width: 1210px;
    --default_red_color: #DC000B;
    --
}

*{
    font-family: "Noto Sans JP", "arial", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ul li {

    list-style-position: inside;

}

.bold{
    font-weight: bold;
}

/*
.commpn_main_view {
        max-width: 100%;
        width: 100%;
}

.commpn_main_view img{
        width: 100%;
        height: auto;
}
*/

/*
.commpn_main_view #breadcrumbs{
        margin-top: 4rem;
}
*/

#breadcrumbs,
#breadcrumbs span{
    font-size: 13px;
}




.company_color_forside,
.company_color_m{
    color: #000;
    border-color: #000;
}


.company_color_aitech{
    color: #24367C;
    border-color: #24367C;
}

.company_color_break{
    color: #00BAF5;
    border-color: #00BAF5;
}

.company_color_popteen{
    color: #D91679;
    border-color: #D91679;
}

.company_color_antz{
    color: #19499D;
    border-color: #19499D;
}

section.section{
    max-width: var(--max_content_width);
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 2.5rem 0;

}

section.section .sec_title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.75;
    padding-bottom: 2rem;
}

.sec_title span{
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: var(--default_red_color);
}

.sp_only{
   display: none; 
}


a[href$=".pdf"] h3:after,
a[href$=".pdf"] h2:after,
.add_pdf_icon:after{
    content: "";
    background: url(/wordpress/wp-content/themes/fsd20250801/asset/img/icon_pdf.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    display: inline-block;
    margin-left: .5rem;
    position: relative;
    top: 3px;
}    

.top_new_list_btn {
     padding-top: 2rem ;
     width: 100%;
     text-align: center;
     padding: 3rem 0 2rem 0;
        }

.common_btn {
    border: 1px solid #000;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 14px;
    margin-right: .5rem;
    display: inline-block;
    width: 90% ;
    text-align: center;
    max-width: 180px;
    position: relative;
    background : #fff;
}

.common_btn:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/wordpress/wp-content/themes/fsd20250801/asset/img/mv_icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(10%, -50%);
}

@media screen and (max-width: 767px) {
    .common_btn {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 1.5rem 0;
        margin-bottom: 0rem;
        font-size: 18px;
        
    }

    .common_btn:before {
        width: 30px;
        height: 30px;
    }

    section.section{
        padding: 1.5rem 0;
    }
}

@media screen and (max-width: 500px) {
    .common_btn {
        font-size: 3.5vw;

        padding-left: 5%;
    }

    .common_btn:before {
        width: 18px;
        height: 18px;
    }
}



@media screen and (max-width:767px){
    .pc_only {
        display: none;
    }

    .sp_only {
        display: inline;
    }

    section.section{
        width: calc(100% - 40px);
    }
}

/*
**
** page-mainview
**
*/
.page_main_view{
    width: 100%;
}

.page_main_view img {
    width: 100%;
}

/*
**
** page-content
**
*/
.sec_title{
    margin-top: 4rem;
}

.page_content{
    width: calc(100% - 24%);
    margin: 0 auto;
    display: block;
}

.page_content_fullsize{
    width: 100%;
    margin: 0 auto;
    display: block;
}


.page_content h2 {
    font-size: 18px;
    border-bottom: 1px solid #707070;
    line-height: 1.6667;
    text-align: left;
    font-weight: bold;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.page_content p{
    line-height: 2.14;
    font-size: 14px;
}

.page_content .pp_box{
    width: 100%;
    border: 1px solid #E5E5E5;
    padding: 2rem;
}

.page_content .pp_box h2 {
    border: none;
}

@media screen and (max-width:767px){
    .page_content{
        width: 100%;
    }

}

/* page_company*/


/*img*/

    .zoom_img {
        overflow: hidden;
        transform: scale(1);
        position: relative;
        transition: all .5s ease-out;
    }

    .zoom_img h3{
        position: absolute;
        left: 5.3%;
        top: 20%;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

    .zoom_img:after{
        position: absolute;
        content: "";
        background: url(/wordpress/wp-content/themes/fsd20250801/asset/img/arrow_right_white.png) no-repeat;
        background-size: contain;
        height: 12px;
        width: 7px;
        right: 5%;
        top : 0;
        bottom: 0;
        margin: auto;
    }

    .zoom_img img {
        transform: scale(1);
        transition: all .5s ease-out;        
    }

    .zoom_img:hover img {
        transform: scale(1.3);
        transition: all .5s ease-out;
    }

/* wpc7*/

    .wpcf7 input, 
    .wpcf7 select,
    .wpcf7 textarea{
        border: 1px solid #000;
        padding: .2rem 1rem;
    }

    .wpcf7 input.wpcf7-submit{
        padding: 1rem 2rem ;
        display: block;
        border-radius: 50px;
        min-width: 150px;
        text-align: center;
    }

/**/
.archive_year{
        display: block;
        position: absolute;
        top:0;
        right: 5%;
        text-align: center;
        width: 150px;
    }
    .archive_year nav p{
        display: inline-block;
        max-width: 100px;
        text-align: center;
        font-weight: bold;
        font-size: 13px;    
        
    }

    .archive_year nav ul{
        display: flex;
        justify-content: space-around;
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }

    .archive_year nav ul li{
        width: auto;
        text-align: center;
        min-width: 85px;
        max-width: 150px;
        padding: 0 .1rem;
        border-right: none;
        flex-grow: 1;
        text-align: center;
        font-size: 13px;
    }



    .archive_year nav ul li:first-child{
        max-width: 220px;
    }

    .archive_year nav ul li:first-child,
    .archive_year nav ul li:last-child{
        border: none;
    }
    

    .archive_year nav ul li a{
        text-align: center;
        padding: .5rem 1rem;
        display: block;
        font-size: 13px;
        word-break: break-all;
        padding: .5rem 1rem;
        display: block;
        color: var(--default_red_color);
        font-weight: bold;
    }

    .archive_year nav ul li.none {
        padding-right: 5%;
    }

    .archive_year nav ul li.active a {
        border: none;
    }


    .archive_year nav {
        position: absolute;
        right: 0;

    } 
   
    .archive_year nav p{
        max-width: inherit;
        padding-bottom: 1rem;
        display: block;
    }

    .archive_year nav p.click_tag{
        max-width: inherit;
        padding-bottom: 1rem;
        cursor: pointer;
        text-align: center;
        position: relative;
        font-size: 13px;
        color: var(--default_red_color);
    }

    

    .archive_year nav p.click_tag:after{
        content: "";
        background: url(/wordpress/wp-content/themes/fsd20250801/asset/img/down_arrow.png) no-repeat;
        height: 18px;
        width: 11px;
        background-size: contain;
        position: absolute;
        right: -7%;
        top: 22%;
    }
    .archive_year nav ul.child_tag_list{
        display: none;
        opacity: 0;
        transition: all 1s ease-out;
         background: #fff;
         border: 1px solid #000;
         padding: 1.5rem .5rem;
         max-height: 300px;
         overflow: scroll;
    }

    .archive_year nav ul.child_tag_list.open{
        display: block;
        opacity: 1;
        transition: all 1s ease-out;
        z-index: 2;
        position: relative;
    }
    
     .archive_year nav ul.child_tag_list {

     }

     .archive_year nav ul.child_tag_list li{
         padding-bottom: 1rem;
     }

     .archive_year nav ul.child_tag_list li.noshow{
         display: none;
     }
     .archive_year nav ul.child_tag_list li:last-child{
         padding-bottom: 0;
     }
