dd{
    margin: 0;
}
body{
    padding-top: 0px;
    margin: 0 auto;
}
.topwidth{
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15%;
}
@media screen and (max-width: 768px) {
    body{
        padding-top: 25px;
    }
}
/* よく使うタイトルのcss */
#titlebox .main{
    font-family: Cormorant Garamond,sans-serif;
    font-size: 62px;
    font-style: italic;
    margin: 0;
    line-height: initial;
    font-weight: 500;
    color: #fff;
}
#titlebox .sub{
    font-family: Noto Serif JP, YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #titlebox .main{
        font-size: 45px;
    }
    #titlebox .sub{
        font-size: 14px;
    }
}
/* よく使うタイトルのcss */
.width{
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1300px) {
    .width{
        max-width: calc(100% - 50px);
        padding: 0 50px ;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .width{
        max-width: calc(100% - 40px);
        padding: 0 20px;
        margin: 0 auto;
    }
}

#aboutus{
    padding-top: 70px;
}
#aboutus .top{
    width: 100%;
    position: relative;
}
#aboutus .top .banner{
    width: 100%;
}

#aboutus .top #titlebox{
    position: absolute;
    top: 42%;
    left: 10%;
}

@media screen and (max-width: 768px) {
    #aboutus{
        padding-top: 00px;
    }
    #aboutus .top{
        width: 100%;
        position: relative;
    }
    #aboutus .top .banner{
        width: 100%;
    }
    
    #aboutus .top #titlebox{
        position: absolute;
        top: 42%;
        left: 0px;
    }

}
#company,#message,#Ochart,#Earnings,#Access{
    margin-top: -70px;
    padding-top: 70px;
}
@media screen and (max-width: 768px) {
    #company,#message,#Ochart,#Earnings,#Access{
        margin-top: -50px;
        padding-top: 50px;
    }
}

#aboutus .r_body{
   padding: 50px 0 50px;
}
#aboutus .r_body .top_text{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 2px;
    font-weight: 500;
}
#aboutus .aboutus_title{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    #aboutus .r_body{
        padding: 30px 0 50px;
     }
     #aboutus .r_body .top_text{
         font-size: 16px;
         line-height: 35px;
         letter-spacing: 1px;
         font-weight: 500;
     }
     #aboutus .aboutus_title{
         font-size: 20px;
         letter-spacing: 2px;
         font-weight: 500;
         margin-bottom: 20px ;
     }
}

.navlist{
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 150px;
}
.navlist ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navlist ul .flow_item{
    width: 100%;
    text-align: center;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;

}
.navlist ul a{
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.navlist ul a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #7788b7;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.navlist ul a:hover::after {
    transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
    .navlist{
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 50px;
    }
    .navlist ul{
        display: flex;
        gap: 4px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .navlist ul .flow_item{
        width: calc(50% - 2px);
        font-size: 16px;
        padding: 20px 0;
        background-color: #dcdddd;
    }
    /* .navlist ul .flow_item:last-child{
        width: 100%;
    } */
    .navlist ul a{
        color: #000;
    }
}

/* 募集要項*/
#aboutus .OccupationList{
    width: 90%;
    margin: 0 auto;
    height: auto;
}


#aboutus .OccupationList dl.box{
    width: 90%;
    height: auto;
    padding:0 50px 0 100px;
    margin: 0;
    display: flex;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 17px;
    font-weight: 500;
    border-collapse: collapse;
    border-bottom: solid 1px #999;
}

#aboutus .OccupationList dl.last{
    border-bottom: none;
}
#aboutus .OccupationList dl dt.title{ 
    width: 100px;
    padding: 20px ;
    text-align: left;
    letter-spacing: 2px;
    vertical-align: top;
}

#aboutus .OccupationList dl dd.detail{ 
    width: calc(100% - 140px);
    margin: none;
    padding: 20px;
    letter-spacing: 1px;
}

#aboutus .OccupationList dl dd.detail .occupation{
    margin: 0;
    line-height: 35px;
}
#aboutus .OccupationList dl dd.detail .occupation dd{ 
    margin-left: 0;
    padding-bottom: 30px;
}
#aboutus .OccupationList dl dd.detail .occupation dd:last-child{ 
    margin-left: 0;
    padding-bottom: 0px;
}

#aboutus .OccupationList dl dd.detail .shop{
    margin: 0;
    line-height: 35px;
}
#aboutus .OccupationList dl dd.detail .shop .imgbox{
    max-width: 250px;
    padding-top: 10px;
}
#aboutus .OccupationList dl dd.detail .shop .imgbox img{
    width: 100%;
}

#aboutus .OccupationList dl dd.detail .Salary{
    margin: 0;
    line-height: 35px;
}
#aboutus .OccupationList dl dd.detail .Salary li{
    padding-bottom: 20px;
}
#aboutus .OccupationList dl dd.detail .Salary li:last-child{
    padding-bottom: 0px;
}
@media screen and (max-width: 1300px) {
    #aboutus .OccupationList dl.box{
        width: calc(100% - 100px);
        padding: 0 50px;
        font-size: 17px;
        font-weight: 500;
    }
}

@media screen and (max-width: 768px) {
    #aboutus .OccupationList{
        max-width: 100%;
        padding: 0;
        height: auto;
    }
    
    #aboutus .OccupationList dl.box{
        width: 100%;
        padding: 0;
        font-size: 17px;
        font-weight: 500;
    }
    #aboutus .OccupationList dl.last{
        border-bottom: none;
    }
    #aboutus .OccupationList dl dt.title{ 
        font-size: 15px;
        width: 80px;
        padding: 15px 0px;
        text-align: center;
        letter-spacing: 2px;
        vertical-align: top;
    }
    
    #aboutus .OccupationList dl dd.detail{ 
        font-size: 15px;
        width: calc(100% - 90px);
        padding: 15px 0 15px 10px;
        letter-spacing: 1px;
        margin: none;
    }
    
    
    #aboutus .OccupationList dl dd.detail .occupation{
        margin: 0;
        line-height: 30px;
    }
    #aboutus .OccupationList dl dd.detail .occupation dd{ 
        margin-left: 0;
        padding-bottom: 20px;
    }
    #aboutus .OccupationList dl dd.detail .occupation dd:last-child{ 
        margin-left: 0;
        padding-bottom: 0px;
    }
    
    #aboutus .OccupationList dl dd.detail .shop{
        margin: 0;
        line-height: 30px;
    }
    #aboutus .OccupationList dl dd.detail .shop .imgbox{
        max-width: 200px;
    }
    
    #aboutus .OccupationList dl dd.detail .Salary{
        margin: 0;
        line-height: 30px;
    }
    #aboutus .OccupationList dl dd.detail .Salary li{
        padding-bottom: 20px;
    }
    #aboutus .OccupationList dl dd.detail .Salary li:last-child{
        padding-bottom: 0px;
    }
}
/* 募集要項*/


/* 代表メッセージ　ここから */
#aboutus .message{
    padding-top: 100px;
}
#aboutus .message .message_inner{
    display: flex;
    align-items: center;
    gap: 100px;
    margin: 0;
    padding: 50px 0 40px 0;
}
#aboutus .message .message_inner .imgbox{
    flex-basis: 50%;
}
#aboutus .message .message_inner .imgbox img{
    width: 100%;
}
#aboutus .message .message_inner .text{
    flex-basis: 50%;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 22px;
    line-height: 46px;
    font-weight: 500;
    padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
    #aboutus .message{
        padding-top: 100px;
    }
    #aboutus .message .message_inner{
        display: block;
        margin: 0;
        padding: 20px 0 30px 0;
    }
    #aboutus .message .message_inner .imgbox{
        text-align: center;
        padding-bottom: 50px;
    }
    #aboutus .message .message_inner .imgbox img{
        width: 80%;
        margin: 0 auto;
    }
    #aboutus .message .message_inner .text{
        flex-basis: 50%;
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
        font-size: 18px;
        line-height: 36px;
        font-weight: 500;
        padding-bottom: 70px;
    }
}

#aboutus .message .message_inner2{
    width: 80%;
    margin: 0 auto;
    padding: 70px 0 40px 0;
}
#aboutus .message .message_inner2 .imgbox{
    width: 80%;
    margin: 0 auto;
}
#aboutus .message .message_inner2 .imgbox img{
    width: 100%;
}
#aboutus .message .message_inner2 .text{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 22px;
    line-height: 46px;
    font-weight: 500;
    padding-top: 30px;
}
@media screen and (max-width: 768px) {
    #aboutus .message .message_inner2{
        width: 100%;
        margin: 0 auto;
        padding: 0px 0 70px 0;
    }
    #aboutus .message .message_inner2 .imgbox{
        width: 100%;
        margin: 0 auto;
    }
    #aboutus .message .message_inner2 .imgbox img{
        width: 100%;
    }
    #aboutus .message .message_inner2 .text{
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
        font-size: 18px;
        line-height: 36px;
        font-weight: 500;
        padding-top: 30px;
    }
    

}
/* 代表メッセージ　ここまで */


/* 組織図　ここから */
#aboutus .Ochart{
    padding-top: 100px;
}
#aboutus .Ochart_inner{
}
#aboutus .Ochart_inner img{
    width: 100%;
}

@media screen and (max-width: 768px) {
    #aboutus .Ochart{
        padding-top: 0px;
    }
    #aboutus .Ochart_inner{
    }
    #aboutus .Ochart_inner img{
        width: 100%;
    }
}
/* 組織図　ここまで */

/* 売上データ　ここから */
#aboutus .Earnings{
    padding-top: 100px;
}
#aboutus .Earnings .inner{
    padding-bottom: 50px;
}
#aboutus .Earnings .graph_title{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 23px;
    width: 100%;
    background-color: #7788b7;
    color: #fff;
    padding: 10px 0;
    margin: 30px 0 ;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
}
#aboutus .Earnings .graph{
    text-align: center;
    padding-top: 50px;
}
#aboutus .Earnings .graph .rank{
    width: 40%;
    margin: 0 auto;
    padding: 30px 0;
}
#aboutus .Earnings .graph .graph{
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #aboutus .Earnings{
        padding-top: 100px;
    }
    #aboutus .Earnings .inner{
        padding-bottom: 50px;
    }
    #aboutus .Earnings .graph_title{
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
        font-size: 18px;
        width: 100%;
        background-color: #7788b7;
        color: #fff;
        padding: 10px 0;
        margin: 30px 0 ;
        text-align: center;
        letter-spacing: 2px;
        font-weight: 500;
    }
    #aboutus .Earnings .graph{
        text-align: center;
        padding-top: 20px;
    }
    #aboutus .Earnings .graph .rank{
        width: 90%;
        margin: 0 auto;
        padding: 0px 0 20px;
    }
    #aboutus .Earnings .graph .graph{
        width: 100%;
        margin: 0 auto;
    }
}
/* 売上データ　ここまで */


/* アクセス　ここから */
#aboutus .access{
    padding-top: 100px;
}
#aboutus .access .inner{
    padding-bottom: 50px;
}

#aboutus .access .map{
    text-align: center;
}
#aboutus .access .map img{
    width: 100%;
}

#aboutus .access .address p{ 
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 20px;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 70px 0;
    margin: 0;
}
#aboutus .access .address .addres_box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content:space-between;
}
#aboutus .access .address .addres_box dl{ 
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 50px;
}
#aboutus .access .address .addres_box dl.a{ 
    width:calc(60% - 30px);
    height:auto;
}
#aboutus .access .address .addres_box dl.b{ 
    width:40%;
    height:auto;
}

@media screen and (max-width: 768px) {
    #aboutus .access{
        padding-top: 30px;
    }
    #aboutus .access .inner{
        padding-bottom: 50px;
    }
    
    #aboutus .access .map{
        text-align: center;
    }
    #aboutus .access .map img{
        width: 100%;
    }
    
    #aboutus .access .address p{ 
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
        font-size: 16px;
        width: 100%;
        letter-spacing: 2px;
        font-weight: 500;
        padding: 30px 0;
        margin: 0;
    }
    #aboutus .access .address .addres_box {
        display: block;
    }
    #aboutus .access .address .addres_box dl{ 
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2px;
        padding-bottom: 30px;
    }
    #aboutus .access .address .addres_box dl.a{ 
        width:100%;
        height:auto;
    }
    #aboutus .access .address .addres_box dl.b{ 
        width:100%;
        height:auto;
    }
}
/* アクセス　ここまで */

/* グラフ　ここから */

#earnings {
    max-width: 700px;
    margin: 0px auto 60px;
    position: relative;
}
.earningsG{
    max-width: 700px;
    margin: 0 auto;
}
.earningsG span{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}
.earningsG .value_title{
    font-size: 18px;
}
.earningsG .value{
    font-size: 16px;
}
.earningsG .left-title{
    text-align: right;
    float: left;
}
.earningsG .right-title{
    text-align: left;
    float: right;
}
.earningsG .right{
    padding-right: 20px;
    padding-top: 50px;
    margin: 0;
    float: right;
    font-size: 16px;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {

    #earnings {
        max-width: 700px;
        margin: 0px auto 60px;
        position: relative;
    }
    .earningsG{
        max-width: 700px;
        margin: 0 auto;
    }
    .earningsG .value_title{
        font-size: 15px;
    }
    .earningsG .value{
        font-size: 12px;
    }
    .earningsG .right{
        padding-right: 10px;
        padding-top: 50px;
        font-size: 15px;
    }
}

/* 管理戸数推移 */
#managed {
    max-width: 700px;
    margin: 50px auto 0;
    position: relative;
}
.managedG{
    max-width: 700px;
    margin: 0 auto;
    padding-top: 50px;
}
.managedG span{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}

.managedG .left-title{
    text-align: right;
    float: left;
}
.managedG .right-title{
    text-align: center;
    padding-right: 30px;
    float: right;
}
.managedG .right{
    float: right;
    padding: 15px 30px 0;
    font-size: 15px;
}
#managed::after{
    position: absolute;
    content: "1万戸突破";
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    left: 26%;
    top: 170px;
    width: 100px;
    height: 30px;
    font-size: 17px;
    z-index: 10;
} 
@media screen and (max-width: 768px) {
    #managed{
        margin: 30px auto 0;
    }
    .managedG{
        padding-top: 10px;
    }
    .managedG .left-title{
        text-align: right;
        float: left;
        font-size: 13px;
    }
    .managedG .right-title{
        text-align: center;
        padding-right: 30px;
        float: right;
        font-size: 13px;
    }
    .managedG .right{
        float: right;
        padding: 15px 20px 0 0;
        font-size: 13px;
    }
    #managed::after{
        position: absolute;
        content: "1万戸突破";
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
        left: 28%;
        top: 55px;
        width: 70px;
        height: 20px;
        font-size: 14px;
        z-index: 10;
    } 
}
/* 不動産仲介件数推移 */
#intermediary {
    max-width: 700px;
    margin: 30px auto 0;
    position: relative;
}
/* #intermediary::after{
    position: absolute;
    background: url(https://image.global-center.co.jp/recruiting/aboutus/arrow.svg) no-repeat center center;
    background-size: contain;
    content: "";
    bottom: 26%;
    left: 18%;
    width: 500px;
    height: 210px;
} */
.intermediaryG{
    max-width: 700px;
    margin: 0px auto;
    padding-top: 50px;
}
.intermediaryG span{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}

.intermediaryG .left-title{
    text-align: right;
    float: left;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    #intermediary{
        margin: 30px auto 0;
    }
    /* #intermediary::after{
        position: absolute;
        background: url(https://image.global-center.co.jp/recruiting/aboutus/arrow.svg) no-repeat center center;
        background-size: contain;
        content: "";
        bottom: 34%;
        left: 30%;
        width: 200px;
        height: 100px;
    } */
    .intermediaryG{
        padding-top: 10px;
    }
    .intermediaryG .left-title{
        font-size: 13px;
    }
}
/* 来店数 */
#visit {
    max-width: 700px;
    margin: 30px auto 0;
    position: relative;
}
/* #visit::after{
    position: absolute;
    background: url(https://image.global-center.co.jp/recruiting/aboutus/arrow.svg) no-repeat center center;
    background-size: contain;
    content: "";
    bottom: 26%;
    left: 18%;
    width: 500px;
    height: 210px;
} */
.visitG{
    max-width: 700px;
    margin: 0px auto;
    padding-top: 50px;
}
.visitG span{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}

.visitG .left-title{
    text-align: right;
    float: left;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    #visit{
        margin: 30px auto 0;
    }
    /* #visit::after{
        position: absolute;
        background: url(https://image.global-center.co.jp/recruiting/aboutus/arrow.svg) no-repeat center center;
        background-size: contain;
        content: "";
        bottom: 34%;
        left: 30%;
        width: 200px;
        height: 100px;
    } */
    .visitG{
        padding-top: 10px;
    }
    .visitG .left-title{
        font-size: 13px;
    }
}
    
/* グラフ　ここまで */

/* 取組バナー追加 */
.torikumi{
    display:flex;
    gap:20px;
    /* justify-content: center; */
    align-items: center;
}
.logs{
    width: 60%;
}
@media screen and (max-width: 768px) {
    .torikumi{
        flex-direction: column;
        align-items:flex-start;
    }
    .logs{
        gap: 0px;
    }
}
/* 取組バナーここまで */