@charset "UTF-8";

/* 下層ページ　共通設定 */
.page-mv {
    background-color: #2680EA;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.page-mv .title-area {
    margin-bottom: 0;
}
.page-mv .title-area .t-big,.page-mv .title-area .t-small {
    color: #fff;
}
@media screen and (max-width: 1250px) {
    .page-mv {
        height: 30vw;
    }
}
@media screen and (max-width: 600px) {
    .page-mv {
        height: 150px;
        margin-bottom: 0;
    }
}

/* information 事業情報 */
#service .section-inner ul {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
#service .section-inner ul li {
    position: relative; 
    list-style: none;
}
#service .content {
    min-height: 450px;
}
#service .list02 .content,
#service .list04 .content {
    direction: rtl;
    text-align: left;
}
#service .list02 .content .text-box {
    direction: ltr; 
}
#service .title-area2 {
    margin-bottom: 30px;
}
#service .title-area2 .t-big {
    color: #2680EA; 
}
#service .img-area {
    width: 48vw;
}   
#service .list01 .img-area {    
    background-image: url(../images/sub/service01.jpg);
}
#service .list02 .img-area {    
    background-image: url(../images/sub/service02.jpg);
}
#service .list03 .img-area {    
    background-image: url(../images/sub/service03.jpg);
}
#service .list04 .img-area {    
    background-image: url(../images/sub/service04.jpg);
}
#service .list02 .img-area,
#service .list04 .img-area {
    right: auto;
    left: 0;
    margin-right: 0;
    left: calc((100vw - 100%) / -2); 
}
@media screen and (max-width: 1024px) {
    #service .title-area2 {
        padding-top: 0;
    }
    #service .content {
        min-height: 400px;
    }
    #service .list03 .content {
        min-height: 360px;
    }
    .layout01 .img-area {
        height: 38vw;
    }
}
@media screen and (max-width: 767px) {
    #service .title-area2 {
        margin-bottom: 20px;
    }
    #service .content,#service .list03 .content {
        min-height: auto;
        margin-bottom: 30px;
    }
    #service .list02 .content, #service .list04 .content {
        direction: initial;
    }
    #service .img-area {
        width: 100%;
        height: 48vw;
    }
    #service .list02 .img-area, #service .list04 .img-area {
        left: initial;
    }
}
@media screen and (max-width: 390px) {
    #service .content, #service .list03 .content {
        margin-bottom: 20px;
    }
}


/* property 物件情報 */
#service.pr-service .list02 .img-area {
    background-image: url(../images/sub/pr-service-img.jpg);
}
#service.pr-service .title-area2 {
    padding-top: 0;
}
#service.pr-service .title-area2 .t-big {
    line-height: 1.4;
}
#sub-property {
    background-color: #fff;
}
#sub-property .title-area .t-big {
    color: #2680EA;
}
#sub-property h3 {
    color: #2680EA;
    border-bottom: 2px solid #D2E5FB;
}
#sub-property .detail-row {
    color: #000;
}
.pagination .page-numbers {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 5px; 
}
.pagination .page-numbers li {
    margin: 0;
    padding: 0;
}
.page-numbers a.page-numbers,
.page-numbers .page-numbers.current {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
    box-sizing: border-box;
}
.page-numbers a.page-numbers:hover {
    background-color: #2680EA;
    color: #fff;
}
.page-numbers .page-numbers.current {
    background-color: #2680EA;
    color: #fff;
    font-weight: bold;
}
.page-numbers a.prev.page-numbers,
.page-numbers a.next.page-numbers {
    font-size: 20px;
}
@media screen and (max-width: 1150px)
{
  #service.pr-service .title-area2 .t-big br {
    display: none;
  }  
}
@media screen and (max-width: 767px)
{
  #service.pr-service .title-area2 .t-big br {
    display: block;
  }
  .page-numbers a.page-numbers,
    .page-numbers .page-numbers.current {
        font-size: 14px;
        width: 32px;
        height: 32px;
        line-height: 32px;
  }
}
@media screen and (max-width: 430px)
{
  #service.pr-service .title-area2 .t-big br {
    display: none;
  }  
}


/* recruit 採用情報 */
#recruit {
  position: relative;
}
#recruit .content {
    display: grid;
    grid-template-columns: 60%;
    position: relative;
    z-index: 2;
    height: 450px;
    direction: rtl;
    margin-top: 40px;
}
#recruit .title-area2 {
  padding-top: 40px;
  margin-bottom: 30px;
}
#recruit .img-area {
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    right: auto;
    left: 0;
    margin-right: 0;
    left: calc((100vw - 100%) / -2); 
}
#recruit .list .img-area {    
    background-image: url(../images/sub/recruit_img.jpg);
}
#recruit .section-inner .list {
    position: relative; 
    list-style: none;
}
#recruit .list .content .text-box {
    direction: ltr; 
    background-color: #fff;
    margin-top: 40px;
    padding: 40px 60px;
}
#recruit .title-area2 .t-big {
    color: #2680EA;
    text-align: center;
} 
@media screen and (max-width: 1024px) {
    #recruit .list .content .text-box {
        padding: 40px;
    }
    #recruit .title-area2 {
        padding-top: 0;
    }
}
@media screen and (max-width: 767px) {
    #recruit .list {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
    #recruit .content {
        display: block;
        height: auto;
        margin-top: 0;
    }
    #recruit .list .content .text-box {
        padding: 0;
        margin-top: 0;
    }
    #recruit .list .img-area { 
        position: relative;
        height: 50vw;
        width: 100%;
        left: initial;
    }
}


/* features 採用情報 */
#features ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
#features ul li {
    border: 3px solid #2680EA;
    border-radius: 20px;
    padding: 40px 20px;
}
#features ul li h3 {
    font-size: 24px;
    color: #2680EA;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.4;
}
#features ul li h3 br {
    display: none;
}
@media screen and (max-width: 1250px) {
    #features ul {
        column-gap: 20px;
    }
    #features ul li h3 {
        font-size: 22px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 1024px) {
    #features ul li .sub-title {
        min-height: 80px;
        display: flex;
        justify-content: center;
    }
    #features ul li h3 {
        display: flex;
        align-items: center;
    }
    #features ul li h3 br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #features ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #features ul li {
        padding: 20px;
    }
    #features ul li .sub-title {
        min-height: auto;
    }
    #features ul li h3 br {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    #features ul li h3 {
        font-size: 18px;
    }
}


/* flow 採用情報 */
#flow {
    background-color: #2680EA;
    color: #fff;
    padding-bottom: 60px;
}
#flow .title-area .t-big {
    color: #fff;
}
#flow ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 40px;
    position: relative;
}
#flow ul li {
    text-align: center;
    flex: 1;
    list-style: none;
    background-color: #fff;
    max-width: 250px;
    padding: 25px 20px;
    position: relative;
}
#flow ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
}
#flow ul li:last-child:after {
    content: none;
}
#flow ul li h3 {
    font-size: 24px;
    color: #2680EA;
}
@media screen and (max-width: 1024px) {
    #flow ul li h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    #flow ul {
        column-gap: 30px;
    }
    #flow ul li:after {
        right: -20px;
        border-width: 10px 0 10px 10px;
    }
    #flow ul li h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    #flow ul {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        justify-content: center;
        align-items: center;
    }
    #flow ul li {
        width: 250px;
        padding: 15px;
    }
    #flow ul li:after {
        top: 55px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        border-width: 10px 10px 0 10px;
        border-color: #fff transparent transparent transparent;
    }
}


/* job-description */
#job-description .content {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
#job-description .info-table th {
    background-color: initial;
    color: #2680EA;
    font-weight: bold;
    width: 25%;
}
@media screen and (max-width: 1024px) {
    #job-description .content {
        padding: 30px 20px;
    }

}
@media screen and (max-width: 767px) {
    #job-description .info-table th {
        width: 30%;
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    #job-description .info-table th,#job-description .info-table td {
        width: 100%;
    }
    #job-description .info-table th {
        background-color: #2680EA;
        color: #fff;
        font-size: 14px;
    }
}


/* profile 会社概要 */
.address-br {
    display: none;
}
@media screen and (max-width: 600px) {
    .address-br {
        display: block;
    }
}