@charset "utf-8";
/* --------------------------------------------------
*
    #about_body
*
-------------------------------------------------- */
#about_body{
    margin: -40px 0 0 0;
    overflow: hidden;
    position: relative;
}

#about_body .row.r{
    background-color: #eee4c9;
}

#about_body .row .inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 20px;
    box-sizing: border-box;
}

#about_body .row p{
    margin-bottom: 2em;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: .025em;
}

#about_body .row p:last-child{ margin-bottom: 0;}

#about_body .row p.pic img{
    width: 100%;
}
#about_body .il{ 
    background-repeat: no-repeat;
}

@media screen and (min-width : 751px){
#about_body .row .inner{
    display: flex;
    gap: 40px;
}
#about_body .row:first-of-type .inner{
    align-items: center;
}
#about_body .row .inner.reverse {
    flex-direction: row-reverse;
}
#about_body .row .inner > div {
    width: 50%;
    white-space: nowrap;
}
#about_body .row.r:last-of-type{
    border-radius: 0 0 40px 40px;
}
#about_body .il01{ 
    background-image:url(../images/about/img_il_01.png);
    background-size: 100%;
    width: 472px !important;
    height: 442px;
    margin: -70px 0 -80px -40px;
}
#about_body .il02{ background-image:url(../images/about/img_il_02.png); background-size: 359px; background-position: left center !important;}
#about_body .il03{ background-image:url(../images/about/img_il_03.png); background-size: 393px; background-position: left center !important;}
#about_body:after{
    content: '';
    display: block;
    background-image: url(../images/about/img_il_btm.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: right bottom;
    position: absolute;
    right: 32px;
    bottom: -70px;
}
} /* ----- min-width : 751px ----- */
@media screen and (max-width: 1360px) {
    #about_body {
        border-radius: 0 0 40px 40px;
    }
    #about_body:after {
        right: -3vw;
    }
}
@media screen and (max-width: 1200px) {
    #about_body:after {
        right: -10vw;
    }
}
@media screen and (max-width: 1200px) {
    #about_body:after {
        display: none;
    }
}
@media screen and (max-width: 750px) {
#about_body {
    border-radius: 0 0 20px 20px;
}
#about_body .row .inner{
    padding: 25px 15px;
}
#about_body .row p{
    font-size: 1rem;
}
#about_body .row p.pic{
    margin: .5em 0 15px 0;
    text-align: center;
}
#about_body .row p.pic img{
    max-width: 360px;
}
#about_body .row.r:last-of-type {
    border-radius: 0 0 20px 20px;
}

/* .r */
#about_body .il01{ background-image:url(../images/about/img_il_01.png); background-size: 60%; height: 50vw; background-position: calc(50% + 10px) 5px;}
#about_body .il02{ background-image:url(../images/about/img_il_02.png); background-size: 90%; height: 24vw; background-position: center; }
#about_body .il03{ background-image:url(../images/about/img_il_03.png); background-size: 100%; height: 24vw; background-position: center;}
} /* ----- max-width: 750px ----- */
