#craftmans {
    margin-bottom: 25px;
}
#craftmans h2 {
    margin-bottom: 20px;
    text-align: center;
	font-family: var(--mi);
	font-size: 2rem;
    line-height: 1.5;
	font-weight: 500;
    span {
    background:linear-gradient(transparent 60%, #F9F4EF 60%);
    }
}
#craftmans #intro {
    margin-bottom: 48px;
}
#craftmans #intro h3 {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 16px;
}
#craftmans #intro p {
    margin-bottom: 14px;
}
#craftmans .craftmans-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#craftmans .craftmans-list .item {
    background-color: #fafafa;
    padding: 16px;
    position: relative;
}
#craftmans .craftmans-list .item::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 10%;
    background-color: gray;
    top: 0;
    left: 0;
}
#craftmans .craftmans-list .item dt {
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 16px;
    margin-bottom: 16px;
}
#craftmans .craftmans-list .item dd {
    margin-bottom: 20px;
}
#check > p {
    text-align: center;
}
#check .--border-box {
    width: 90%;
    margin: 24px auto 60px;
    line-height: 1.2;
}
#check .check-item {
    gap: 15px;
    margin-bottom: 36px;
}
#check .check-item h3 {
    font-size: 1.8rem;
    display: flex;
    gap: 14px;
    span {
        display: inline-block;
        background-color: var(--c3);
        font-family: var(--go);
        font-size: 1.6rem;
        align-content: center;
        width: 32px;
        height: 32px;
        text-align: center;
        color: white;
    }
}
#check .check-item .check-contents {
    display: contents;
}
#check .check-item img {
    order: 1;
}
#check .check-item p {
    order: 2;
}
@media screen and (min-width: 960px) {
    section.wrapper {
        max-width: 1180px;
    }
    #craftmans {
        margin-bottom: 110px;
    }
    #craftmans #intro {
        max-width: 1000px;
        margin: 0 auto 100px;
    }
    #craftmans h2 {
        margin-bottom: 72px;
        font-size: 4rem;
    }
    #craftmans #intro h3 {
        font-size: 3.2rem;
        margin-bottom: 32px;
    }
    #craftmans #intro p {
        margin-bottom: 32px;
    }
    #craftmans .craftmans-list .item {
        padding: 0;
        margin-bottom: 30px;
    }
    #craftmans .craftmans-list .item img{
        object-fit: cover;
    }
    #craftmans .craftmans-list .item:last-child {
        margin-bottom: 0;
    }
    #craftmans .craftmans-list .item::before {
        width: 4px;
        height: 21%;
    }
    #craftmans .craftmans-list .item .item-contents {
        padding: 50px;
    }
    #craftmans .craftmans-list .item dt {
        font-size: 3rem;
        margin-bottom: 32px;
    }
    #craftmans .craftmans-list .item dd {
        line-height: 2;
    }
    #craftmans .craftmans-list .item img {
        max-width: 520px;
        width: 47%;
    }
    #check .--border-box {
        margin: 45px auto 90px;
    }
    #check .check-item {
        gap: 56px;
        align-items: flex-start;
        margin-bottom: 100px;
    }
    #check .check-item:nth-of-type(2n-1) {
        flex-direction: row-reverse;
    }
    #check .check-item h3 {
        font-size: 3.2rem;
        gap: 20px;
        margin-bottom: 40px;
        span {
            font-size: 3rem;
            width: 54px;
            height: 54px;
        }
    }
    #check .check-item .check-contents {
        display: block;
    }
    #check .check-item img {
        max-width: 580px;
        width: 53%;
    }
}