.ts_ai_lab_ttl01 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
}

.ts_ai_lab_ttl01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    top: 50%;
    left: 0;
}

.ts_ai_lab_ttl01 span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 3;
    padding-right: 10px;
}

.ts_ai_lab_index {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.ts_ai_lab_index ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ts_ai_lab_index ul li {
    width: 23%;
}

.ts_ai_lab_index ul li a {
    display: block;
    padding: 10px;
    padding-bottom: 30px;
    border: 1px solid #d6d6d6;
}

.ts_ai_lab_index ul li a .txt {
    text-align: center;
    font-size: .7rem;
    line-height: 1.3;
}

.ts_ai_lab_index_logo {
    padding: 10px;
}

@media screen and (max-width:1000px) {
    .ts_ai_lab_index  {
        margin-right: 20px;
        margin-left: 20px;
    }
}


@media screen and (max-width:768px) {

    .ts_ai_lab_index ul li {
    width: 48%;
    margin-bottom: 10px;
}
}




.ts_ai_lab_fv {
    margin-top: 30px;
}
@media screen and (max-width:768px) {
    .ts_ai_lab_fv {
    margin-top: 0px;
}
}





.ts_ai_lab_lead_ttl {
    position: relative;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ts_ai_lab_lead_ttl::before {
    content: "";
    position: absolute;
    background: url(../img/ts_ai_lab/ts_ai_lab_img01.png) no-repeat;
    background-size: 100%;
    width:330px;
    height: 348px;
    left: -50px;
    top: 0;
}
.ts_ai_lab_lead_ttl::after {
    content: "";
    position: absolute;
    background: url(../img/ts_ai_lab/ts_ai_lab_img02.png) no-repeat;
    background-size: 100%;
    width:343px;
    height: 343px;
    right: -50px;
    top: 0;
}

.ts_ai_lab_lead_ttl h2 {
    text-align: center;
}

.ts_ai_lab_lead_ttl h2 span {
    display: inline; /* ← flexの影響を受けずに扱える */
    font-size: 2rem;
    line-height: 1.5;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #faf9d8 0);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 .25em;
    position: relative;
    z-index: 3;
}

.ts_ai_lab_lead_txt {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.ts_ai_lab_lead_txt .txt {
    line-height: 2;
    font-size: 1.2rem;
    position: relative;
    z-index: 3;
}



@media screen and (max-width:768px) {

.ts_ai_lab_lead_ttl h2 span {
    font-size: 1.5rem;
}


.ts_ai_lab_lead_ttl::before {

    width:330px;
    height: 348px;
    left: -100px;
    top: 0;
    opacity: .5;
}
.ts_ai_lab_lead_ttl::after {

    width:343px;
    height: 343px;
    right: -150px;
    top: 150px;
    opacity: .5;
}





.ts_ai_lab_lead_txt .txt {
    font-size: 1rem;
}

}



.ts_ai_lab_box_cont {
    margin-top: 100px;
}

.ts_ai_lab_contents {
    margin-bottom: 100px;
}

.ts_ai_lab_contents dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.ts_ai_lab_contents dl.rev {
    flex-direction:row-reverse;
}

.ts_ai_lab_contents dl dt {
    width: 40%;
}

.ts_ai_lab_contents dl dd {
    width: 55%;
}

.ts_ai_lab_contents_logo {
    max-width: 300px;
    margin-bottom: 10px;
}

.ts_ai_lab_contents dl dt .txt {
    margin-bottom: 20px;
    line-height: 1.4;
}

.txt_link a {
    color: #2275c2;
}

.txt_link span {
    color: #666;
}

.ts_ai_lab_contents_txt_box {
    background: #f8f4e9;
    border-radius: 20px;
    padding: 30px;
}

.ts_ai_lab_contents_txt_box .txt {
    line-height: 1.5;
    font-size: 1.1rem;
}

.ts_ai_lab_contents_txt_box .txt_center {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width:768px) {

.ts_ai_lab_box_cont {
    margin-top: 50px;
}

.ts_ai_lab_contents {
    margin-bottom: 50px;
}

    .ts_ai_lab_contents dl {
    display: block;
    margin-bottom: 30px;
}

.ts_ai_lab_contents dl dt {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ts_ai_lab_contents dl dd {
    width: 70%;
    margin: 0 auto;
}

.ts_ai_lab_contents_txt_box {
    border-radius: 10px;
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.ts_ai_lab_contents_txt_box .txt {
    font-size: 1rem;
}


}



#scooply,#zicolog,#complyzer,#busqual {
    padding-top: 100px;
    margin-top: -100px;
}