#about .about_info {
	width: 1040px;
	margin: 100px auto;
	height: 350px;
}

#about .about_info .left_wrap {
	position: relative;
}

#about .about_info img {
    display: block;
    margin: 0 auto 60px;
}

#about .about_info .left_wrap img {
    width: auto;
    height: 380px;
}

#about .bg {
    background: #f7f2df;
    height: 370px;
    position: absolute;
    width: 1000px;
    left: -700px;
    zoom: 1;
}
#about .info_bg {
    background: #eaeaea;
    height: 150px;
    position: absolute;
    width: 1000px;
    left: -600px;
    bottom: -10px;
    z-index: -1;
}

#about .left_wrap img {
    margin: -42px 0;
    position: relative;
    z-index: 10;
}

#about .right_wrap p {
	line-height: 30px;
    text-align: center;
}

#about .company_profile {
	width: 1040px;
    margin: 0 auto;
}
#about .company_profile h2 {
    width: 100%;
    text-align: left;
    border-bottom: solid 1px;
}
#about .company_profile h2 img{
    width: auto;
    height: 20px;
}
#about .left_wrap dl {
    text-align: left;
    margin: 30px auto;
}
#about .left_wrap dt {
    width: 100px;
    height: 50px;
    font-weight: bold;
    float: left;
    padding: 4% 0 0 0;
    position: relative;
}
#about .left_wrap dd {
    height: 50px;
    padding: 1.5%;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#about .company_info {
	width: 80%;
    margin: 80px 0 50px;
    position: relative;
}

#about .company_info span {
	width: 100%;
    display: inline-block;
    border-bottom: solid 1px;
    padding: 10px 0;
}

#about .company_info ul {
	padding: 10px 0;
    line-height: 30px;
}

#about .right_wrap .map {
	margin: 50px 0;
}

#about .free_img {
    width: 30px;
    margin: 0!important;
}

#about .yoyaku_t {
    border: solid 1px;
    padding: 5px 1px!important;
    text-align: center;
    position: absolute;
    left: 230px;
    bottom: 85px;
    width: 100px!important;
}
    .pc{
        display: block!important;
    }
    .sp{
        display: none!important;
    }

@media screen and (max-width: 768px){
    #about .about_info {
        width: 100%;
    }
    #about .about_info .left_wrap {
        position: relative;
    }
    #about .about_info img {
        margin: 15px auto 30px;
        position: relative;
        width: 80%;
    }
    #about .info_bg {
        right: 0;
        left: unset;
    }
    #about .right_wrap p {
        position: relative;
        padding: 0 10px;
        font-size: 1.3rem;
        letter-spacing: -1px;
    }
    #about .right_wrap {
        margin-bottom: 50px;
    }
    #about .company_profile {
        width: 100%;
        clear: both;
        padding: 0 10px;
    }
    #about .left_wrap dl {
        font-size: 1.5rem;
    }
    #about .left_wrap dt {
        padding: 5.3% 0 0 0;
        width: 80px;
    }
    #about .yoyaku_t {
        left: 155px;
    }
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
}

