header {
    background: url(../img/meeting/header.jpg) no-repeat center right / cover;
}
p.sans.bold {
    font-weight: 500;
}
.top-ttl p {
    margin-bottom: 20px;
}
.top-ttl p.last {
    margin-bottom: 0;
    font-weight: 500;
}
.top-ttl h3 {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}
.officer-block {
    padding-top: 50px;
}
.officer-block .table {
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}
.officer-block .table1 {
    background-color: #333;
}
.officer-block .table1, .officer-block .table5 {
    border-bottom: none;
}
.officer-block .table p {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 30px;
}
.officer-block .table p:first-of-type {
    justify-content: center;
    width: 340px;
    min-width: 340px;
    text-align: center;
    border-right: 1px solid #c8c8c8;
}
.officer-block .table p:nth-of-type(2) {
    justify-content: center;
    width: 240px;
    min-width: 240px;
    text-align: center;
    border-right: 1px solid #c8c8c8;
}
.officer-block .table p:nth-of-type(3) {
    flex-wrap: wrap;
    width: auto;
}
.officer-block .table p:nth-of-type(3) span {
    display: flex;
    margin: 0 20px 0 0;
    line-height: 1;
}
.officer-block .table p:nth-of-type(3) span:last-of-type {
    margin-right: 0;
}
.officer-block .table.table1 p:nth-of-type(3) {
    justify-content: center;
}
.officer-block .table1 p {
    color: #fff;
}
.text-block .list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.text-block .list.last {
    margin-bottom: 20px;
}
.text-block .list::before {
    content: "●";
    color: #4ca535;
    margin-right: 5px;
}
.recruit-block {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 40px;
}
.recruit-block div {
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}
.recruit-block h3 {
    font-weight: 300;
    font-size: 16px;
    padding: 30px;
    width: 260px;
    min-width: 260px;
    border-right: 1px solid #c8c8c8;
}
.recruit-block p {
    padding: 30px;
    width: 100%;
}
.recruit-block a {
    display: flex;
    background-color: #4ca535;
    color: #fff;
    width: 80%;
    max-width: 460px;
    height: 70px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 40px auto;
}
@media screen and (max-width: 1280px) {
    .officer-block .table p:first-of-type {
        width: 210px;
        min-width: 210px;
    }
    .officer-block .table p:nth-of-type(2) {
        width: 180px;
        min-width: 180px;
    }
}
@media screen and (max-width: 1200px) {
    header {
        background: url(../img/meeting/header_sp.jpg) no-repeat center / cover;
    }
}
@media screen and (max-width: 850px) {
    .officer-block .table p:first-of-type {
        width: 140px;
        min-width: 140px;
    }
    .officer-block .table p:nth-of-type(2) {
        width: 95px;
        min-width: 95px;
    }
    .recruit-block h3 {
        width: 200px;
        min-width: 200px;
    }
}
@media screen and (max-width: 600px) {
    .officer-block .table p {
        height: 90px;
        padding: 10px;
    }
    .officer-block .table1 p {
        height: 60px;
    }
    .officer-block .table p:nth-of-type(3) {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .officer-block .table p:nth-of-type(3) span {
        margin-bottom: 10px;
    }
    .officer-block .table p:nth-of-type(3) span:last-of-type {
        margin-bottom: 0;
    }
    .recruit-block h3 {
        width: 138px;
        min-width: 138px;
        padding: 20px;
    }
    .recruit-block p {
        padding: 20px;
    }
}
@media screen and (max-width: 480px) {
    .officer-block .table p {
        font-size: 14px;
    }
    .officer-block .table p:first-of-type {
        width: 90px;
        min-width: 90px;
    }
    .officer-block .table p:nth-of-type(2) {
        width: 60px;
        min-width: 60px;
    }
    .recruit-block h3 {
        font-size: 14px;
    }
    .recruit-block p {
        font-size: 14px;
    }
}