@charset "utf-8";

/* .edit_area.type01  */
.edit_area.type01{
    margin-bottom: 80px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01{
        margin-bottom: 40px;
    }
}
.edit_area.type01 .list01{
}
.edit_area.type01 .list01:after{
    content: " "; display: block; height: 0; clear: both;
}

.edit_area.type01 .list01 li{
    float: left;
    width: 233px;
    margin-left: 9px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li{
        width: calc(50% - 5px);
        margin-left: 10px;
    }
}
.edit_area.type01 .list01 li:first-child,
.edit_area.type01 .list01 li:nth-child(4n+1){
    clear: both;
    margin-left: 0;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li:first-child{
        margin-left: 0;
    }
    .edit_area.type01 .list01 li:nth-child(2n+1){
        clear: both;
        margin-left: 0;
    }
    .edit_area.type01 .list01 li:nth-child(4n+1){
        clear: none;
        margin-left: 0;
    }
}
.edit_area.type01 .list01 li .photo{
}
.edit_area.type01 .list01 li .photo img{
  vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li .photo img{
      object-fit: cover;
      width: 100%;
      height: 100px;
    }
}

.edit_area.type01 .job_list{
}
.edit_area.type01 .job_list:after{
    content: " "; display: block; height: 0; clear: both;
}
.edit_area.type01 .job_list dt{
    clear: both;
    float: left;
    display: inline-block;
    width: 120px;
}
.edit_area.type01 .job_list dd{
    float: left;
}

.edit_area.type01 .bank_box{
}
.edit_area.type01 .bank_box span{
    display: inline-block;
    width: 140px;
}




/* .edit_area.type02  */
.edit_area.type02{
    margin-bottom: 80px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02{
        margin-bottom: 40px;
    }
}
.edit_area.type02 .googlemap{
    margin: 0 0 20px;
}
.edit_area.type02 .googlemap iframe{
    display: block;
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .googlemap iframe{
        height: 200px;
    }
}
.edit_area.type02 .t01{
    margin: 0 0 30px;
    font-size: 1.4rem;
    line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .t01{
        margin: 0 0 20px;
        line-height: 160%;
    }
}


/* .edit_area.type03  */
.edit_area.type03{
    margin: 0 0 80px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03{
        margin: 0 0 40px;
    }
}

/* .edit_area.type04  */
.edit_area.type04{
    margin-bottom: 80px;
}
@media screen and (max-width: 1080px){
    .edit_area.type04{
        margin: 0 0 40px;
    }
}

.edit_area.type04 .photo{
    text-align: center;
}
.edit_area.type04 .photo img{
    vertical-align: top;
}

@media screen and (max-width: 1080px){
    .edit_area.type04 .photo img{
        width: 100%;
        height: auto;
    }
}

