.topImg {
    background-image: url('https://hybridstyle.co.jp/wp/wp-content/uploads/2022/08/header_back.jpg');
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.topImg p {
    font-size: 150px;
    line-height: 1.25;
    color: #fff;
    margin: 60px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 50);
}

.contents {
    margin: 60px 0;
}

.contents .inner {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.contents h2 {
    font-size: 48px;
    font-weight: 600;
}

.contents h3 {
    font-size: 20px;
    font-weight: 400;
    padding-top: 12px;
}

.contents h2,
.contents h3 {
	margin: 0;
}

.recruit {
    background-image: url('https://hybridstyle.co.jp/wp/wp-content/img/recruit/2024saiyou_top.jpg');
    width: 100%;
    padding: 100px 0;
    background-position: center;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}

.recruit::before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(30%);
}

.recruit .imgTitle {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 48px;
}

.recruit .imgContents {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 48px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.contents .btn {
    color: #000;
    background-color: rgba(255,255, 255, 0.7);
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    max-width: 600px;
    padding: 30px;
    width: 100%;
}

.contents .btn::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 600;
    padding-left: 24px;
}

.messageImg {
    background-image: url('https://hybridstyle.co.jp/wp/wp-content/img/recruit/2024saiyou_top.jpg');
    width: 100%;
    height: auto;
    background-position: center;
    position: relative;
    z-index: 0;
}

.messageImg::before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(30%);
}

.message {
    padding: 48px 0;
}

.message h2,
.message h3,
.messageTitle,
.messageContents {
    color: #fff;
}

.messageFlex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.messageTitle {
    font-size: 48px;
    text-align: center;
    margin-top: 48px;
}

.messageContents {
    text-align: center;
    margin-top: 48px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.message .btn {
    margin-top: 48px;
}

.work {
    background-image: url('https://hybridstyle.co.jp/wp/wp-content/uploads/2015/12/ecommerce_header.png');
    width: 100%;
    padding: 100px 0;
    background-position: center;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}

.work::before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(30%);
}

.work .imgTitle {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 48px;
}

.work .imgContents {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 48px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.businessFlex {
    display: flex;
    justify-content: space-between;
    max-width: 1042px;
    width: 100%;
    margin: 50px auto 0;
}

.seller,
.logi {
    width: 100%;
    max-width: 500px;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.seller {
    background-image: url('https://hybridstyle.co.jp/wp/wp-content/uploads/2022/08/icon_kikaku.jpg');

}

.logi {
    background-image: url('https://hybridstyle.co.jp/wp/wp-content/img/recruit/butsuryu.jpg');
}

.seller::before,
.logi::before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(30%);
}

.businessFlex .imgTitle {
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.businessFlex .btn {
    font-size: 18px;
    padding: 12px;
    margin-top: 36px;
    max-width: 200px;
}

.flexReverse {
    flex-direction: row-reverse;
}

.businessFlex .flexLeft {
    max-width: 500px;
    width: 100%;
}

.businessFlex .contentImg {
    max-width: 500px;
    width: 100%;
}
.businessFlex .contentTitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 48px;
}
.businessFlex .contentWord {
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 24px;
}

.businessFlex .flexRight {
    font-size: 18px;
    max-width: 500px;
    width: 100%;
    display: block;
}

.company {
    background-image: url('https://hybridstyle.co.jp/wp/wp-content/img/recruit/rinen.jpg');
    width: 100%;
    padding: 100px 0;
    background-position: center;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}

.company::before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(30%);
}

.company .imgTitle {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 48px;
}

.company .imgContents {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 48px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.company .btn {
    margin-top: 24px;
}

.contactBtn {
    max-width: 600px;
    width: 100%;
    padding: 100px 0;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: solid 1px #000;
}

.contactBtn p {
    text-align: center;
    font-size: 18px;
}

.contactBtn span::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0e0';
    font-weight: 600;
    padding-right: 24px;
}


@media only screen and (max-width: 768px) {
    .topImg {
        justify-content: center;
    }
    .topImg p {
        font-size: 60px;
        margin: 24px;
    }
    .contents h2,
    .contents h3 {
        margin-left: 24px;
    }
    .contents .btn {
        font-size: 18px;
        max-width: 300px;
    }
    .messageTitle {
        font-size: 36px;
        text-align: center;
        margin-top: 48px;
    }
    .recruit .imgContents,
    .messageContents,
    .work .imgContents {
        text-align: left;
        margin: 48px 24px;
        font-size: 16px;
    }

    .message .btn {
        margin-top: 48px;
    }
    .businessFlex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 50px auto 0;
        padding: 24px;
        box-sizing: border-box;
    }

    .seller,
    .logi {
        margin-bottom: 24px;
    }

    .businessFlex .btn {
        font-size: 16px;
        max-width: 300px;
    }

    .flexReverse {
        flex-direction: column;
    }

    .businessFlex .flexRight {
        font-size: 16px;
    }
    .company .imgContents {
        font-size: 16px;
    }
    .contactBtn {
        padding: 60px 0;
    }

    .contactBtn p {
        text-align: center;
        font-size: 16px;
    }
}