* {
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.contentMainTitle {
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    margin: 50px auto 0;
}

.contentMainTitle2 {
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
}

.contentMainImg {
    display: block;
    margin: 50px auto;
    max-width: 1042px;
    width: 100%;
}

.contentSubTitle {
    font-size: 48px;
    text-align: center;
    font-weight: 500;
}
.contentSubTitle2 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

.contentMainText {
    max-width: 800px;
    width: 100%;
    margin: 50px auto 0;
    font-size: 18px;
    line-height: 2;
}
 /*message*/
.messageImgFlex {
    display: flex;
    justify-content: center;
    max-width: 1042px;
    width: 100%;
    margin: 50px auto;
}

.messageImgFlex img {
    width: 100%;
}

.centerImg {
    padding-top: 50px;
}
.rightImg {
    padding-top: 100px;
}
.wantedly {
    margin: 50px auto;
    background-color: #ededed;
    padding-bottom: 50px;
}
.wantedlyFlex {
    display: flex;
    justify-content: center;
    max-width: 1042px;
    width: 100%;
    margin: 50px auto 0;
}

.wantedlyLeft,
.wantedlyRight {
    margin: 50px;
    width: 50%;
}
.wantedlyLeft {
    align-content: center;
    font-size: 36px;
}
.wantedlyRight {
    font-size: 24px;
}
.wantedlyRight p {
    margin: 24px 0;
    font-size: 24px;
}
.wantedlyRight p::before {
    font-family: 'font Awesome 5 Free';
    font-weight: 700;
    content: '\f058';
    padding-right: 24px;
}
.wantedlyBtn {
    display: block;
    background-color: #000;
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    padding: 24px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.wantedlyBtn span::after {
    font-family: 'font Awesome 5 Free';
    content: "\f054";
    font-weight: 700;
    color: #fff;
    padding-left: 48px;
}
/*message*/
/*company*/
.companyHistory {
    display: flex;
    margin: 50px auto;
    max-width: 800px;
    width: 100%;
    flex-wrap: wrap;
}

.historyLeft,
.historyRight {
    font-weight: 700;
    margin-bottom: 18px;
}

.historyLeft {
    width: 30%;
}

.historyRight {
    width: 70%;
}

.companyData {
    padding-top: 50px;
}

.companyDataFlex {
    display: flex;
    margin: 50px auto;
    max-width: 800px;
    width: 100%;
    flex-wrap: wrap;
}

.companyDataFlexLeft,
.companyDataFlexRight {
    font-size: 16px;
    padding: 18px 0;
    border-bottom: #999 1px solid;
}

.companyDataFlexLeft {
    width: 25%;
    background-color: #ddd;
    padding-left: 12px;
    box-sizing: border-box;
}

.companyDataFlexRight {
    width: 75%;
    padding-left: 12px;
    box-sizing: border-box;
}
/*company*/
/*shop*/
.shopList {
    margin: 50px auto;
    max-width: 1042px;
    width: 100%;
}
.shopList .companyName {
    font-size: 24px;
    margin-top: 48px;
}
.shopListFlex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
}
.shopCard {
    width: calc(100%/3 - 10px);
    padding: 0 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: #999 1px solid;
    margin: 24px 5px 0;
}
.shopCard .shopCardImg {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    flex-grow: 1;
    margin-bottom: 24px;
    margin-top: 24px;
}
.shopCard .shopCardImg img {
    width: 100%;
}
.shopCard p {
    padding: 10px;
    box-sizing: border-box;
    flex-grow: 1;;
    margin-bottom: 24px;
}
.mallFlex {
    display: flex;
    justify-content: center;
    margin: 24px auto;
    align-items: center;
    flex-grow: 1;
}
.mallFlex a {
    display: block;
    padding: 6px;
    box-sizing: border-box;
}

.mallFlex img {
    max-width: 100px;
    width: 100%;
}
/*shop*/
/*contact*/
.contactTitle {
    font-size: 36px;
}
.contactBtn {
    max-width: 600px;
    width: 100%;
    padding: 100px 0;
    margin: 50px auto;
    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;
}

/*contact*/
@media only screen and (max-width: 768px) {
    .contentMainTitle {
        font-size: 36px;
    }
    .contentMainTitle2 {
        font-size: 28px;
    }

    .contentMainImg {
        max-width: 768x;
        width: 100%;
    }

    .contentSubTitle {
        font-size: 24px;
    }

    .contentMainText {
        max-width: 768px;
        font-size: 16px;
        padding: 0 24px;
        box-sizing: border-box;
    }
/*message*/
    .messageImgFlex {
        flex-wrap: wrap;
        margin: 50px auto 0;
    }
    .leftImg {
        width: 100%;
        padding: 0;
    }
    .centerImg,
    .rightImg {
        width: 50%;
        padding: 0;
    }
    .wantedlyFlex {
        flex-direction: column;
        margin: 50px auto 0;
        text-align: center;
    }

    .wantedlyLeft,
    .wantedlyRight {
        margin: 0px;
        width: 100%;
    }
    .wantedlyLeft {
        font-size: 24px;
        margin-top: 50px;
    }
    .wantedlyRight {
        padding: 0 15px 50px;
        box-sizing: border-box;
    }
    .wantedlyRight p {
        margin: 12px 0;
        font-size: 16px;
    }
    .wantedlyBtn {
        max-width: 300px;
        font-size: 16px;
    }
    .wantedlyBtn span::after {
        padding-left: 48px;
    }
/*message*/
/*company*/
    .companyHistory {
        flex-direction: column;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .historyLeft,
    .historyRight {
        width: 100%;
    }
    .historyLeft {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .companyDataFlex {
        flex-direction: column;
        padding: 18px 12px;
        box-sizing: border-box;
    }
    .companyDataFlexLeft,
    .companyDataFlexRight {
        width: 100%;
        box-sizing: border-box;
    }
/*company*/
/*shop*/
    .shopList .companyName {
        font-size: 20px;
        padding-left: 12px;

    }
    .shopCard {
        width: calc(100%/1 - 10px);
    }
    .shopCard p {
        font-size: 16px;
    }
/*shop*/
/*contact*/
    .contactTitle {
        font-size: 24px;
    }
    .contactBtn {
        padding: 60px 0;
    }

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