.anchorlink_list {
    display: flex;
    margin: 88px 0 32px;
}
.anchorlink_list li {
    flex: 1;
    padding: 0 8px;
}
.anchorlink_list li a {
    display: block;
}
h3 {
    padding: 40px 0;
    text-align: center;
}
h4 {
    padding: 20px 0;
    text-align: center;
}
h3 img {
    height: 100px;
}
h4 img {
    height: 80px;
}
section {
    padding: 40px 0;
}
section > p{
    padding: 0 24px;
}


/* Education */
#education {
    background: #EEE;
}
#education ul.school_list li  {
    margin: 0 0 48px 0;
    overflow: hidden;
}
#education ul.school_list li a.school_list_img {
    float: left;
    width: 50%;
}
#education ul.school_list li .text-spoken {
    margin: 16px 0 0 0;
}
#education ul.school_list li a img {
    width: 100%;
}
#education ul.school_list li .school_list_text {
    float: left;
    width:50%;
    padding: 0 0 0 32px;
    box-sizing: border-box;
}
#education ul.school_list li .school_list_text a {
    margin: 24px 0 0 0;
} 
#education ul.school_list li .school_list_text .text {
    margin: 16px 0 0 0;
}

/* WEB IT */
#web {
    position: relative;
    background: url(../img/common/bg_web.jpg) no-repeat center center;
    background-size: cover;
}
#web::after {
    content: '';
    background-color: rgb(255 249 213 / .6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#it {
    position: relative;
    background: url(../img/service/bg_it.jpg) no-repeat center center;
    background-size: cover;
}
#it::after {
    content: '';
    background-color: rgb(238 230 250 / .8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#web *,
#it * {
    position: relative;
    z-index: 1;
}
#education .container-large > p,
#web > p ,
#it > p {
    line-height: 2.4;
    font-weight: bold;
    padding: 32px 24px;
}
.businesscontent_list {
    margin: 56px auto;
    padding: 16px;
    background-color: rgb(255 255 255 / .8);
}
.businesscontent_list li {
    position: relative;
    line-height: 1.6;
    margin: 8px 0 16px 8px;
    padding: 0 0 0 24px;    
}
.businesscontent_list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border: solid 1px #666;
    background: #FFF;
    transform: rotate(45deg);
}
#web .businesscontent_list li::before {
    background: #fff9d5;
}
#it .businesscontent_list li::before {
    background: #eee6fa;

}

/* ----------------------------------------------

                タブレット（ ~1024px ）

---------------------------------------------- */

@media screen and (max-width: 1024px) {
    
}
/* ----------------------------------------------

            スマートフォン（ ~600px ）

---------------------------------------------- */

@media screen and (max-width: 600px) {
    .anchorlink_list {
        display: block;
        margin: 40px 0;
    }
    .anchorlink_list li {
        flex: none;
        margin: 16px 0;
    }
    h3 img {
        height: 80px;
    }
    h4 img {
        height: 40px;
    }
    #education ul.school_list {
        padding: 0;
    }
    #education ul.school_list li a.school_list_img {
        float: none;
        width: 100%;
    }
    #education ul.school_list li .school_list_text {
        float: none;
        width: 100%;
        padding: 24px 0 0 0;
    }
    #education .container-large > p br ,
    #web > p br ,
    #it > p br {
        display: none;
    }

}
