/*==================================================
16 会社案内
 Development Environment Table
==================================================*/
.it-section-company{
	
}


/*----------------------------------
 Company Profile Section
----------------------------------*/

.it-heading + .wp-block-table.it-company{

    margin-top:30px;

}

.wp-block-table.it-company{

    margin:0;

    border-radius:var(--radius-l);

    overflow:hidden;

    box-shadow:var(--shadow-s);

}


/* Table */

.wp-block-table.it-company table{

    width:100%;

    border-collapse:separate;

    border-spacing:0;

    background:var(--white);

}


/* Cell */

.wp-block-table.it-company td{

    padding:22px 28px;

    border:none;

    border-bottom:1px solid #e3e7ed;

    vertical-align:middle;

}


/* Company item */

.wp-block-table.it-company td:first-child{

    width:170px;

    background:#f1f3f6;

    color:var(--primary);

    font-weight:700;

    letter-spacing:0.05em;

    white-space:nowrap;

}


/* Company content */

.wp-block-table.it-company td:last-child{

    color:var(--text);

    line-height:1.9;

}


/* Last row */

.wp-block-table.it-company tr:last-child td{

    border-bottom:none;

}


/* Hover */

.wp-block-table.it-company tr:hover td:first-child{

    background:#e9edf2;

}


/*----------------------------------
 Responsive
----------------------------------*/

@media(max-width:768px){

    .wp-block-table.it-company td{

        display:block;

        width:100%;

        padding:16px 20px;

    }


    .wp-block-table.it-company td:first-child{

        width:100%;

    }

}

/*----------------------------------
 Company Profile Section
----------------------------------*/

/*----------------------------------
 History Timeline
----------------------------------*/

.it-history{
    max-width:900px;
    margin-top:-10px;
    position:relative;
    padding-left:20px;

}



/*--------------------------------
 History Item
--------------------------------*/


.it-history-item{
    position:relative;
    margin-bottom:24px;
    padding-left:35px;
}

/* vertical line */

.it-history-item::before{
     content:"";

    position:absolute;

    left:6px;

    top:15px;

    bottom:-24px;

    width:2px;

    background:var(--border);

}

/* last */

.it-history-item:last-child{

    margin-bottom:0;

}

.it-history-item:last-child::before{

    display:none;

}

/*--------------------------------
 Year
--------------------------------*/


.it-history-year{

    position:relative;

    margin:0;

    font-weight:700;

    font-size:16px;

    color:var(--primary);

}

/*--------------------------------
 Dot
--------------------------------*/



.it-history-year::before{

    content:"";

    position:absolute;

    left:-35px;

    top:5px;

    width:14px;

    height:14px;

    border-radius:50%;

    background:var(--primary);

}



.it-history-year::after{


display:none;


}

/*--------------------------------
 Content
--------------------------------*/


.it-history-content{
    padding:0;
    color:var(--text);
    line-height:1.9;
    
}


.it-history-year p,
.it-history-content p{

    margin:0;

}
/*----------------------------------
 History Timeline Spacing Fix
----------------------------------*/

.it-history-item .it-history-year,
.it-history-item .it-history-content{

    margin:0 !important;

    padding-top:0 !important;

}


.it-history-item .it-history-year p,
.it-history-item .it-history-content p{

    margin:0 !important;

}

/* WordPress block gap reset */

.it-history-item{

    gap:0 !important;

}


.it-history-item > *{

    margin-block-start:0 !important;

    margin-block-end:0 !important;

}

/*----------------------------------
 History Timeline Top Space Fix
----------------------------------*/

/* 一番最初の沿革項目 */
.it-history > .it-history-item:first-child{
    margin-top:0 !important;
    padding-top:0 !important;
}

/* 一番最初の年 */
.it-history > .it-history-item:first-child .it-history-year{
    margin-top:0 !important;
}

/* ブロックエディターの block-gap 対策 */
.it-history > *:first-child{
    margin-block-start:0 !important;
}

/* History Item の WordPress Block Gap を無効化 */
.it-history-item.is-layout-constrained{
    gap:0 !important;
}

.it-history-item.is-layout-constrained > *{
    margin-block-start:0 !important;
}

.it-history-item.is-layout-constrained > * + *{
    margin-block-start:0 !important;
}


.it-card > .it-history > .it-history-item:first-child{
    padding-top:0 !important;
    margin-top:0 !important;
}
}

/*----------------------------------
 History Timeline WordPress Reset
----------------------------------*/

.it-history.is-layout-constrained > * + *{

    margin-block-start:24px !important;

}

/* History Timeline Item Spacing */

.it-history.is-layout-constrained > .it-history-item{

    margin-block-start:0 !important;

    margin-bottom:24px;

}


.it-history.is-layout-constrained > .it-history-item:last-child{

    margin-bottom:0;

}
