/* 活動報告 */

img {
    vertical-align: bottom;
}

@media screen and (min-width: 320px) {
    .staff_recruit_sect {
        width: 100%;
        margin: 30px 0;
        padding: 5px;
    }
    .sect_ttl img {
        width: 80%;
        margin: 0 10%;
    }
    .sect_ttl {
        font-size: 24px;
    }
    .ito_area,
    .itoiroha_area {
        margin: 30px 0;
        padding: 10px;
        border: #ccc solid 1px;
    }
    .ito_ttl {
        color: #b2fa5f;
    }
    .itoiroha_ttl {
        color: #d879d3;
    }
    .staff_ttl {
        font-size: 24px;
    }
    .sect_ttl {
        font-size: 28px;
    }
    .sect_txt {
        font-family: "Rounded Mplus 1c";
        font-size: 20px;
    }
    .recruit_txt span {
        font-size: 20px;
        font-weight: bold;
        color: #ffc671;
    }
    .tel_txt {
        font-weight: bold;
    }
    .tel_txt span {
        color: #ffae18;
    }
}

@media screen and (min-width: 568px) {
    .staff_recruit_sect {
        width: 80%;
        margin: 0 10%;
        margin-bottom: 100px;
    }
    .recruit_txt_sect {
        background-image: url(../img/recruit_img.png);
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .staff_txt_sect {
        background-image: url(../img/staff_img.png);
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat;
        width: 100%;
        overflow: hidden;
    }
    .sect_ttl {
        margin-top: 30px;
    }
    .sect_ttl img {
        width: 40%;
        margin: 0 30%;
    }
    .recruit_txt span {
        font-size: 36px;
    }
    .tel_txt span {
        color: #ffae18;
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .sect_ttl img {
        width: 40%;
        margin: 0 30%;
        margin-top: 30px;
    }
    .ito_area,
    .itoiroha_area {
        width: 46%;
        float: left;
        margin: 1%;
        padding: 10px;
    }
    .itoiroha_area {
        padding-left: 20px;
    }
    .sect_ttl {
        font-size: 32px;
    }
    .sect_txt,
    .staff_ttl {
        font-size: 28px;
    }
}