@charset "UTF-8";
#businessWrap section{
    background-color: #fff;
    margin: 40px 0;
}
#businessWrap .cont{
    position: relative;
    margin-bottom: 30px;
}
#businessWrap h3{
    letter-spacing: 0.2em;
    color: #b7a486;
    font-size:100%;
}
#businessWrap h2{
    padding: 20px 0 10px;
    font-weight: 900;
    letter-spacing: 0.3em;
    font-size: 17.5px;
}
#businessWrap section p {
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 12.5px;
}
#businessWrap  figure{
    width: 100%;
    padding-top: 70%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
#businessWrap img{
    width: 110%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}
#businessWrap .cont:before {
    content: "";
    position: absolute;
    display: block;
    width: 75vw;
    height: 75vw;
    max-width: 260px;
    max-height: 260px;
    background: #f4f1ec;
    top: 10%;
    left: 18vw;
    bottom: 0;
    margin: auto;
    z-index: 0;
    border-radius: 10vw;
}
#businessWrap .cont > * {
    position: relative;
    z-index: 1;
}

