@charset "UTF-8";
/* CSS Document */


/*    ▼共通部分　PC
====================================*/
.content {
width: 100%;
padding: 0;
margin: 0 auto;
color: #333;
}

.content-box {
max-width: 1000px;
padding: 50px;
background: #fff;
margin: 50px auto 50px ;
box-shadow:0px 0px 10px 0px #c2c2c2;
}


/*    ▼共通部分　SP
====================================*/
@media only screen and (max-width : 980px) {

.content-box {
max-width: 90%;
padding: 5% 2% 2%;
background: #fff;
margin: 50px auto 30px;
box-shadow:0px 0px 10px 0px #c2c2c2;
}

}




/*    ▼カスタムスペース　PC
====================================*/
.flex {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}

/* メインイメージ */
/*#main_Img { padding: 124px 0 0;}
#main_Img > div {
position: relative;
width: 100%;
height: 0;
padding-top: 26.6%;
}
#main_Img > div h2 {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 30px;
letter-spacing: 1.8px;
}
#main_Img.company_Page > div {
background: url(../img/mainImg.jpg) no-repeat center top;
background-size: cover;
}
#main_Img.company_Page2 > div {
background: url(../img/mainImg_2.jpg) no-repeat center top;
background-size: cover;
}*/
.mainimg {
    margin: 120px auto 0;
    position: relative;
}
.mainimg img {
    max-width: 100%;
}
.mainimg p.txt {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    line-height: 1.8;
}


/* パンくず */
#bread_List {
width: 100%;
padding: 7px 20px 10px;
background-color: #2e4873;
box-sizing: border-box;
}
#bread_List a {
color: #fff;
font-size: 12px;
    transition: 0.3s;
}
#bread_List a::after {
content: '>';
display: inline-block;
padding: 0 10px;
color: #fff;
}
#bread_List a:last-of-type { text-decoration: underline;}
#bread_List a:last-of-type::after { content: none;}
#bread_List a:hover {
    text-decoration: underline;
}

/* 遷移ボタン */
.page_Btn {
justify-content: center;
width: 100%;
}
.page_Btn:first-of-type { padding: 0 0 60px;}
.page_Btn:last-of-type { padding: 70px 0 0;}
.page_Btn li {
width: 407px;
padding-right: 4px;
box-sizing: border-box;
}
.page_Btn li:first-of-type { border-right: 1px solid #a3a3a3;}
.page_Btn li:last-of-type { padding-left: 4px;}
.page_Btn a {
display: block;
width: 100%;
height: 0;
padding-top: 11.69%;
}
.page_Btn li:first-of-type a {
background: url(../img/btn_outline_out.jpg) no-repeat center center;
background-size: cover;
}
.page_Btn li:last-of-type a {
background: url(../img/btn_group_out.jpg) no-repeat center center;
background-size: cover;
}
.page_Btn li.here:first-of-type a,
.page_Btn li:first-of-type a:hover {
background: url(../img/btn_outline_over.jpg) no-repeat center center;
background-size: cover;
}
.page_Btn li.here:last-of-type a,
.page_Btn li:last-of-type a:hover {
background: url(../img/btn_group_over.jpg) no-repeat center center;
background-size: cover;
}

.company_content_Wrap { padding: 0 0 70px;}
.company_content_Wrap:last-of-type { padding-bottom: 0;}

.company_Ttl {
display: block;
width: 100%;
padding: 10px 0 10px 20px;
margin: 0 0 30px;
color: #2e4873;
background-color: #e4ecf3;
border-left: 10px solid #2e4873;
font-size: 20px;
box-sizing: border-box;
}
.subtxt-n {
    line-height: 1.8;
}
.message {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 30px;
}
.message > h4 {
    text-align: center;
    font-weight: bold;
    color: #2e4873;
    font-size: 18px;
    font-weight: 500;
}
.message > p {
    font-size: 16px;
    margin-top: 20px;
}
.message > p.name {
    text-align: right;
}
.minittl {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #333;
    margin: 0 auto 30px;
    line-height: 1.8;
}
h2.kei {
    max-width: 1200px;
    margin: 50px auto 30px;
    color: #024097;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
h2.kei:before, h2.kei:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #024097;
    display: block;
}
h2.kei:before {
    margin-right: .8em;
}
h2.kei:after {
    margin-left: .8em;
} 

.taisei {
    width: 90%;
    margin: 0 auto;
}
.taisei img {
    max-width: 100%;
}

.torikumi {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.torikumi > li {
    width: 100%;
    margin-top: 40px;
    padding: 30px 0;
    background: #F6F9FC;
}
.torikumi li h4 {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.torikumi li > ol {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.torikumi li ol li {
    width: 24.5%;
    min-height: 4em;
    padding-left: 3em;
    position: relative;
    padding-top: 0;
    line-height: 1.6;
    margin-top: 0;
}
.torikumi li ol li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 2em;
    height: 2em;
    background-color: #2e4873;
}
.torikumi li ol li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inherit;
    width: 2rem;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6;
}
.blue_num_list > li:nth-of-type(1)::after {content: "1";}
.blue_num_list > li:nth-of-type(2)::after {content: "2";}
.blue_num_list > li:nth-of-type(3)::after {content: "3";}
.blue_num_list > li:nth-of-type(4)::after {content: "4";}
.blue_num_list > li:nth-of-type(5)::after {content: "5";}
.blue_num_list > li:nth-of-type(6)::after {content: "6";}
.blue_num_list > li:nth-of-type(7)::after {content: "7";}
.blue_num_list > li:nth-of-type(8)::after {content: "8";}
.blue_num_list > li:nth-of-type(9)::after {content: "9";}
.blue_num_list > li:nth-of-type(10)::after {content: "10";}

.torikumi li .kodo_inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.torikumi li.kodo h4 {
    width: 100%;
}
.torikumi li.kodo .kodo_inner div {
    width: 32%;
    display: block;
    background: #fff;
}
.torikumi li.kodo div h5 {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
    font-weight: 600;
    color: #2e4873;
}
.torikumi li.kodo div ol {
    display: block;
    padding: 10px 5% 0;
}
.torikumi li.kodo div ol li {
    width: auto;
}


/*=================================
index2.html
=================================*/
/* 会社概要 */
.company_outline_Wrap {
width: 100%;
border: 1px solid #768b9e;
}
.company_outline_Wrap > li {}
.company_outline_Wrap > li:nth-child(even) { background-color: #eff3f6;}
.company_outline_Wrap > li dl {
align-items: center;
line-height: 1.5;
}
.company_outline_Wrap > li dt {
width: 25%;
padding: 13px 0;
font-size: 15px;
text-align: center;
}
.company_outline_Wrap > li dd {
width: 75%;
padding: 14px 20px;
border-left: 1px solid #fff;
font-size: 13px;
box-sizing: border-box;
}
.company_outline_Wrap > li dd > ul li {
list-style: inside;
font-size: 13px;
}
.company_outline_Wrap .ic_pdf {
text-decoration: underline;
position: relative;
transition: 0.3s;
}
.company_outline_Wrap .ic_pdf:hover {
text-decoration: none;
}
.company_outline_Wrap .ic_pdf:after {
content: "";
position: absolute;
right: -1.3em;
top: 50%;
transform: translateY(-50%);
width: 1em;
height: 1em;
background: url(../img/pdf.png) no-repeat;
background-size: 100%;
background-position: center;
}

/* 三井不動産レジデンシャルサービス九州株式会社 */
#googlemap_Box {
width: 100%;
height: 415px;
}
#googlemap_Box iframe {
width: 100%;
height: 100%;
}

dl.yakuin {
    width:100%;
    flex-wrap: wrap;
}
dl.yakuin dt {
    width:20%;
    padding: 5px 0;
    text-align: left;
}
dl.yakuin dd {
    width:80%;
    padding: 5px 0;
}

/*=================================
index3.html
=================================*/
.lead_Txt {
  padding: 0 0 50px;
  color: #024097;
  font-size: 25px;
  line-height: 1.8;
    font-weight: bold;
  text-align: center;
}

/* 三井不動産グループ会社 */
.company_group_Wrap {
width: 100%;
border: 1px solid #768b9e;
}
.company_group_Wrap > li {}
.company_group_Wrap > li:nth-child(even) { background-color: #eff3f6;}
.company_group_Wrap > li dl {
align-items: center;
line-height: 1.5;
}
.company_group_Wrap > li dt {
width: 37%;
padding: 13px 0;
font-size: 14px;
text-align: center;
}
.company_group_Wrap > li dt a { text-decoration: underline;}
.company_group_Wrap > li dd {
width: 63%;
padding: 14px 20px;
border-left: 1px solid #fff;
font-size: 13px;
box-sizing: border-box;
}
.company_group_Wrap > li dd > ul li {
list-style: inside;
font-size: 13px;
}


/*    ▼カスタムスペース　SP
====================================*/
@media only screen and (max-width : 980px) {

/* メインイメージ */
/*#main_Img { padding: 63px 0 0;}
#main_Img > div h2 { font-size: 24px;}*/
    .mainimg {
        margin: 60px auto 0;
        overflow: hidden;
    }
    .mainimg img {
        max-width: 300%;
        text-align: center;
        margin: 0 0 0 -50%;
    }
    .mainimg p.txt {
        font-size: 25px;
        top: 43%;
    }

/* 遷移ボタン */
.page_Btn { flex-direction: column;}
.page_Btn:first-of-type { padding: 0 0 40px;}
.page_Btn:last-of-type { padding: 40px 0 0;}
.page_Btn li {
width: 100%;
padding-right: 0;
}
.page_Btn li:first-of-type {
  margin: 0 0 15px;
  border-right: none;
}
.page_Btn li:last-of-type { padding-left: 0;}

.company_content_Wrap { padding: 0 0 50px;}
.company_Ttl {
padding: 8px 8px 8px 16px;
margin: 0 0 20px;
font-size: 18px;
line-height: 1.3;
}


/*=================================
index2.html
=================================*/
/* 会社概要 */
    #main_Img.company_Page2 > div {
        padding-top: 80%;
    }
.company_outline_Wrap > li {}
.company_outline_Wrap > li:nth-child(even) { background-color: #fff;}
.company_outline_Wrap > li dl {
flex-direction: column;
align-items: center;
line-height: 1.5;
}
.company_outline_Wrap > li dt {
width: 100%;
padding: 8px 10px;
background-color: #eff3f6;
text-align: left;
box-sizing: border-box;
}
.company_outline_Wrap > li dd {
width: 100%;
padding: 10px 10px 20px;
font-size: 14px;
border-left:  none;
}
.company_outline_Wrap > li dd > ul li {
list-style: inside;
font-size: 13px;
}
    dl.yakuin {
        width:100%;
        flex-wrap: wrap;
        flex-direction:inherit !important;
    }
    dl.yakuin dt {
        width:45%;
        padding: 5px 0;
        text-align: left;
        background-color: #fff;
    }
    dl.yakuin dd {
        width:55%;
        padding: 5px 0;
    }

/*=================================
index3.html
=================================*/
.lead_Txt {
  padding: 0 20px 40px;
  font-size: 18px;
}
.lead_Txt br { display: none;}

/* 三井不動産グループ会社 */
.company_group_Wrap > li {}
.company_group_Wrap > li:nth-child(even) { background-color: #fff;}
.company_group_Wrap > li dl {
flex-direction: column;
align-items: center;
line-height: 1.5;
}
.company_group_Wrap > li dt {
width: 100%;
padding: 8px 10px;
background-color: #eff3f6;
text-align: left;
box-sizing: border-box;
}
.company_group_Wrap > li dd {
width: 100%;
padding: 10px 10px 20px;
font-size: 14px;
border-left:  none;
}
.company_group_Wrap > li dd > ul li {
list-style: inside;
font-size: 13px;
}

/*=================================
index4.html
=================================*/
    .message > p {
        font-size: 14px;
    }
    .torikumi li ol li {
        width: 100%;
    }
    .torikumi li.kodo .kodo_inner div {
        width: 100%;
        margin-bottom: 20px;
    }
    .torikumi li.kodo .kodo_inner div:last-child {
        margin-bottom: 0;
    }
}



/*▼オンマウスで拡大するボタン▼*/
.content ul.btnarea {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap:4%;
    flex-wrap: wrap;
}

.content ul.btnarea li.btn-wrap {
    width:48%;
    overflow: hidden;
    position: relative;
    margin: 0 0 4%;
}
.content ul.btnarea li.btn-wrap img {
    max-width: 100%;
}
.content ul.btnarea li.btn-wrap img.bg {
    transition: 0.5s;
}
.content ul.btnarea li.btn-wrap:hover img.bg {
    transform: scale(1.2);
    transition: 0.s;
}
.content ul.btnarea li.btn-wrap .btn-inner {
    width:90%;
    height: 90%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.content ul.btnarea li.btn-wrap .btn-inner h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    padding: 70px 0 20px;
}
.content ul.btnarea li.btn-wrap .btn-inner p.btn {
    width:80%;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 0;
    text-align: center;
    background: url(../../common/img/arrow.png) no-repeat;
    background-position: top 10px right 15px;
    transition: 0.3s;
}
.content ul.btnarea li.btn-wrap:hover .btn-inner p.btn {
    background: url(../../common/img/aroow-b.png) no-repeat #fff;
    background-position: top 10px right 10px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
/*▲オンマウスで拡大するボタン▲*/
@media only screen and (max-width : 980px) {
.content ul.btnarea li.btn-wrap {
    width:100%;
}
.content ul.btnarea li.btn-wrap .btn-inner h3  {
    padding: 40px 0 20px;
    font-size: 18px;
}
    .content ul.btnarea li.btn-wrap .btn-inner p.btn {
        bottom: 30px;
    }
}