/* 私たちついて */



/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
#aboutus .strength-hello::after{
    content: "";
    background: url(../img/title/aboutus-list-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#aboutus .ttl_area{
    width: 45%;
}
@media(max-width:1194px){
    #aboutus .strength-hello::after{
        background: url(../img/title/aboutus-list-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        height: 75%;
    }
    #aboutus .ttl_area{
        width: 45%;
    }
}
@media (max-width:768px) {
    #aboutus .strength-hello::after{
        height: 78%;
        top: 70px;
    }
    #aboutus .ttl_area{
        width: 45%;
        margin-top: 0;
    }
}
@media (max-width:480px) {
    #aboutus .strength-hello::after{
        height: 40vw;
        display: none;
    }
    #aboutus .strength-hello .mv_area01 {
        height: 37vw;
        width: 100%;
    }
    #aboutus .ttl_area{
        width: 100%;
        text-align: center;
    }
}

#aboutus{
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#aboutus p.page-title{
    font-size: 32px !important;
    text-align: center;
    line-height: 1.7;
    font-family: 'Shippori Mincho Medium','Noto Serif CJK JP','Noto Serif JP','メイリオ',serif;
}
#aboutus p.page-title .text-bg{
    font-size: 46px;
    background-color: #ce6c56;
    color: #fff;
    padding: 0 8px;
    margin-right: 10px;
}
#aboutus .text-box{
    margin: 40px 0;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#aboutus .aboutus-flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 220px;
}
#aboutus .aboutus-flex .l-box,#aboutus .aboutus-flex .r-box{
    max-width: 380px;
    width: 47.5%;
    background-color: #e0eded;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*#aboutus .aboutus-flex .r-box{
    max-width: 400px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/
#aboutus .aboutus-flex .content{
    font-size: 36px;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
}
#aboutus .aboutus-flex .content p{
    font-size: 36px !important;
    font-family: 'Shippori Mincho SemiBold','Noto Serif CJK JP','Noto Serif JP','メイリオ',serif;
}
#aboutus .aboutus-flex .content .big{
    color: #29b3b9;
    font-size: 86px;
}
#aboutus .aboutus-flex .content .small{
    font-size: 30px;
}
#aboutus .aboutus-flex .l-box .content::before{
    content: "";
    background: url(../img/about/lawyer_icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 3em;
    height: 3em;
    display: inline-block;
    margin-right: 0.4em;
}
#aboutus .aboutus-flex .r-box .content::before{
    content: "";
    background: url(../img/about/staff_icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 3em;
    height: 3em;
    display: inline-block;
    margin-right: 0.4em;
}
#aboutus .aboutus-flex .r-box .top-box{
    width: 100%;
    height: 100px;
    background-color: #e0eded;
    display: flex;
    align-items: center;
    justify-content: center;
}
#aboutus .aboutus-flex .r-box .bottom-box{
    width: 100%;
    height: 100px;
    background-color: #e0eded;
    display: flex;
    align-items: center;
    justify-content: center;
}
#aboutus .aboutus-flex .r-box p{
    font-size: 30px;
}
#aboutus .aboutus-flex .r-box p .big{
    font-size: 86px;
    margin-top: -10px;
}
#aboutus .aboutus-flex .r-box .top-box .content::before,
#aboutus .aboutus-flex .r-box .bottom-box .content::before{
    content: "";
    background: url(../img/about/judiciary_icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 1.6em;
    height: 1.6em;
    display: inline-block;
    margin-right: 0.5em;
}
#aboutus .aboutus-flex .r-box .bottom-box .content::before{
    background-image: url(../img/about/staff_icon.png);
    width: 2em;
    height: 2em;
}
#aboutus .aboutus-flex .r-box .small{
    margin-top: 0.8em;
}
#aboutus .aboutus-flex-note{
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}

#aboutus p.about-lawyer-title{
    font-size: 28px !important;
    text-align: center;
    margin: 70px 0 40px;
    line-height: 1.4;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#aboutus .about-lawyer-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#aboutus .about-lawyer-flex .lawyer-box{
    max-width: 390px;
    width: 49%;
    margin-bottom: 20px;
    border: 1px solid #d9dae7;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
}
#aboutus .about-lawyer-flex .lawyer-box .img-box{
    margin-right: 20px;
    max-width: 110px;
}
#aboutus .about-lawyer-flex .lawyer-box .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#aboutus .about-lawyer-flex .lawyer-box .text p{
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#aboutus .about-lawyer-flex .lawyer-box .text p.lawyer{
    font-size: 18px;
}
#aboutus .about-lawyer-flex .lawyer-box .text p.post{
    font-size: 16px !important;
}
#aboutus .about-lawyer-flex .lawyer-box .text p.name{
    font-size: 26px !important;
    font-weight: bold;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#aboutus .about-lawyer-flex .lawyer-box .text p + p{
    margin-top: 0;
}
@media(max-width:1194px){
    #aboutus p.page-title{
        font-size: 28px !important;
    }
    #aboutus p.page-title .text-bg{
        font-size: 40px;
    }
    #aboutus .text-box{
        max-width: 800px;
        width: 90%;
        margin: 30px auto;
    }
    #aboutus .aboutus-flex{
        max-width: 800px;
        width: 90%;
        margin: 0 auto;
        height: 220px;
    }
    #aboutus .aboutus-flex .content{
        font-size: 32px;
    }
    #aboutus .aboutus-flex .content p{
        font-size: 32px !important;
    }
    #aboutus .aboutus-flex .content .big{
        font-size: 70px;
    }
    #aboutus .aboutus-flex .content .small{
        font-size: 26px;
    }
    #aboutus .aboutus-flex .r-box p{
        font-size: 26px;
    }
    #aboutus .aboutus-flex .r-box p .big{
        font-size: 70px;
    }
    #aboutus .aboutus-flex-note{
        max-width: 800px;
        width: 90%;
        font-size: 13px;
        text-align: right;
        margin: 10px auto 0;
    }
    
    #aboutus p.about-lawyer-title{
        font-size: 24px !important;
        margin: 50px 0 30px;
    }
    #aboutus .about-lawyer-flex{
        max-width: 800px;
        width: 90%;
        margin:0 auto 40px;
    }
    #aboutus .about-lawyer-flex .lawyer-box{
        padding: 18px 10px;
    }
    #aboutus .about-lawyer-flex .lawyer-box .text p.lawyer{
        font-size: 16px !important;
    }
    #aboutus .about-lawyer-flex .lawyer-box .text p.post{
        font-size: 14px !important;
    }
    #aboutus .about-lawyer-flex .lawyer-box .text p.name{
        font-size: 22px !important;
    }
    #aboutus .about-lawyer-flex .lawyer-box .img-box{
        margin-right: 15px;
        max-width: 100px;
    }
}
@media(max-width:768px) {
    #aboutus p.page-title{
        font-size: 5vw !important;
    }
    #aboutus p.page-title .text-bg{
        font-size: 6.5vw;
    }
    #aboutus .text-box{
        margin: 20px 0;
        width: 100%;
    }
    #aboutus .about-lawyer-flex{
        width: 100%;
    }
    #aboutus .aboutus-flex{
        display: block;
        height: auto;
        width: 100%;
    }
    #aboutus .aboutus-flex .l-box{
        max-width: none;
        width: 100%;
        margin-bottom: 15px;
    }
    #aboutus .aboutus-flex .r-box{
        max-width: none;
        width: 100%;
    }
    #aboutus .aboutus-flex .content{
        font-size: 4.5vw;
        padding: 3vw 0;
    }
    #aboutus .aboutus-flex .content p{
        font-size: 4.5vw !important;
    }
    #aboutus .aboutus-flex .content .big{
        font-size: 9vw;
    }
    #aboutus .aboutus-flex .content .small{
        font-size: 4vw;
    }
    #aboutus .aboutus-flex .l-box .content::before{
        width: 2.5em;
        height: 2.5em;
    }
    #aboutus .aboutus-flex .r-box .top-box{
        width: 100%;
        height: auto;
        padding: 3vw 0;
        margin-bottom: 15px;
    }
    #aboutus .aboutus-flex .r-box .bottom-box{
        width: 100%;
        height: auto;
        padding: 3vw 0;
    }
    #aboutus .aboutus-flex .r-box p{
        font-size: 4.5vw;
    }
    #aboutus .aboutus-flex .r-box p .big{
        font-size: 9vw;
    }
    #aboutus .aboutus-flex-note{
        font-size: 12px;
        width: 100%;
    }
    
    #aboutus p.about-lawyer-title{
        font-size: 5vw !important;
        margin: 8% 0 5%;
    }
    #aboutus .about-lawyer-flex{
        margin-bottom: 30px;
    }
    #aboutus .about-lawyer-flex .lawyer-box{
        max-width: 390px;
        width: 49%;
        display: block;
    }
    #aboutus .about-lawyer-flex .lawyer-box .img-box{
        margin:0 auto 10px;
        max-width: 100px;
    }
    #aboutus .about-lawyer-flex .lawyer-box .text{
        align-items: center;
    }
}
@media(max-width:480px) {
    #aboutus #lower .article_wrap p{
        display: block;
    }
    #aboutus #lower .article_wrap .aboutus-flex .r-box p{
        line-height: 1;
    }
    #aboutus .aboutus-flex .content p{
        line-height: 1;
    }
    #aboutus .aboutus-flex .content .big{
        line-height: 1;
    }
}
@media(max-width:400px) {
    #aboutus .about-lawyer-flex{
        display: block;
    }
    #aboutus .about-lawyer-flex .lawyer-box{
        width: 100%;
        display: flex;
        letter-spacing: 0;
    }
    #aboutus .about-lawyer-flex .lawyer-box .img-box{
        max-width: 80px;
        margin: 0 10px 0 0;
    }
    #aboutus .about-lawyer-flex .lawyer-box .text p.name{
        font-size: 18px !important;
    }
    #aboutus .about-lawyer-flex .lawyer-box .text p.lawyer{
        font-size: 14px !important;
    }
    #aboutus .about-lawyer-flex .lawyer-box .text p.post{
        font-size: 14px !important;
    }
}