/* 女子求人情報ボックス ---------------------------------------- */
.mainSection01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 15px 0 45px 0;
    background-color: #efefef;
}

.mainSection01__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 800px;
    height: auto;
    padding: 30px 28px;
    background-color: #fefefe;
    border-radius: 12px;
}

.mainSection01__recruitTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.mainSection01__recruitTitleBox h2{
    display: inline;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    color: #fefefe;
    background-color: #eb5050;
    padding: 4px 6px 4px 3px;
    margin-right: 10px;
}

.mainSection01__recruitTitleLink{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #494949;
    border-radius: 50%;
    border: solid #494949 1px;
    transition: .1s;
}

.mainSection01__recruitTitleLink:hover{
    background-color: #fefefe;
    transition: .1s;
}

.mainSection01__recruitTitleLink svg{
    fill: #fefefe;
    transition: .1s;
}

.mainSection01__recruitTitleLink:hover svg{
    fill: #494949;
    transition: .1s;
}

.mainSection01__recruitOverviewBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.mainSection01__recruitOverviewRow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-right: solid #6f6f6f 1px;
    border-left: solid #6f6f6f 1px;
    border-bottom: solid #6f6f6f 1px;
    background-color: #fff8f8;
}

.mainSection01__recruitOverviewTitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 85px;
    height: auto;
    padding: 0 18px;
    font-weight: 600;
    font-size: 12px;
    color: #505050;
}

.mainSection01__recruitOverviewContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 85px);
    height: auto;
    padding: 0 18px;
    font-weight: 400;
    font-size: 12px;
    color: #505050;
    border-left: #616161 solid .5px;
}

.mainSection01__recruitStatusBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 18px 0 30px 0;
}

.mainSection01__recruitStatusRow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 920px) {
    .mainSection01__recruitStatusBox{
        display: none;
    }

    .mainSection01__mapBox{
        margin-top: 30px;
    }
}

.mainSection01__recruitStatus{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(20% - 7px);
    max-width: 120px;
    height: 28px;
    margin: 0 3.5px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 7%;
}

.onStatus{
    border: solid .6px #f87e7e;
    background-color: #f87e7e;
    color: #fefefe;
}

.offStatus{
    border: solid .6px #dedede;
    background-color: #dedede;
    color: #fefefe;
}

.mainSection01__mapBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
}

.mainSection01__mapBox iframe{
    display: block;
    width: 100%;
    height: 100%;
}

.mainSection01__contactBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 580px;
    height: auto;
    margin-top: 30px;
}

.mainSection01__contactBox a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 20px);
    max-width: 280px;
    height: auto;
    border-radius: 8px;
    padding: 10px 20px;
}

@media screen and (max-width: 620px) {
    .mainSection01__contactBox{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mainSection01__contactBox a{
        width: 95%;
        margin: 6px 0;
    }
}

.mainSection01__telBox{
    border: solid 1px #494949;
    background-color: #494949;
    color: #f9f9f9;
    transition: .1s;
}

.mainSection01__telBox svg{
    fill: #f9f9f9;
    transition: .1s;
}

.mainSection01__contactTelText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    font-weight: 600;
}

.mainSection01__contactTelText span{
    font-weight: 400;
    font-size: 10px;
}

.mainSection01__telBox:hover{
    background-color: #fefefe;
    color: #494949;
    transition: .1s;
}

.mainSection01__telBox:hover svg{
    fill: #494949;
    transition: .1s;
}

.mainSection01__lineBox{
    border: solid 1px #06C755;
    background-color: #06C755;
    color: #f9f9f9;
    transition: .1s;
}

.mainSection01__lineBox svg{
    fill: #f9f9f9;
    transition: .1s;
}

.mainSection01__contactLineText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    font-weight: 600;
}

.mainSection01__contactLineText span{
    font-weight: 400;
    font-size: 10px;
}

.mainSection01__lineBox:hover{
    background-color: #fefefe;
    color: #06C755;
    transition: .1s;
}

.mainSection01__lineBox:hover svg{
    fill: #06C755;
    transition: .1s;
}


/* 男子スタッフ情報ボックス ---------------------------------------- */
.mainSection02{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 0 45px 0;
    background-color: #efefef;
}

.mainSection02__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 800px;
    height: auto;
    padding: 30px 28px;
    background-color: #fefefe;
    border-radius: 12px;
}

.mainSection02__recruitTitleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.mainSection02__recruitTitleBox h2{
    display: inline;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    color: #fefefe;
    background-color: #5086eb;
    padding: 4px 6px 4px 3px;
    margin-right: 10px;
}

.mainSection02__recruitTitleLink{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #494949;
    border-radius: 50%;
    border: solid #494949 1px;
    transition: .1s;
}

.mainSection02__recruitTitleLink:hover{
    background-color: #fefefe;
    transition: .1s;
}

.mainSection02__recruitTitleLink svg{
    fill: #fefefe;
    transition: .1s;
}

.mainSection02__recruitTitleLink:hover svg{
    fill: #494949;
    transition: .1s;
}

.mainSection02__recruitOverviewBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.mainSection02__recruitOverviewRow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-right: solid #6f6f6f 1px;
    border-left: solid #6f6f6f 1px;
    border-bottom: solid #6f6f6f 1px;
    background-color: #f7faff;
}

.mainSection02__recruitOverviewTitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 85px;
    height: auto;
    padding: 0 18px;
    font-weight: 600;
    font-size: 12px;
    color: #505050;
}

.mainSection02__recruitOverviewContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 85px);
    height: auto;
    padding: 0 18px;
    font-weight: 400;
    font-size: 12px;
    color: #505050;
    border-left: #616161 solid .5px;
}

.mainSection02__recruitStatusBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 18px 0 30px 0;
}

.mainSection02__recruitStatusRow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 920px) {
    .mainSection02__recruitStatusBox{
        display: none;
    }

    .mainSection02__mapBox{
        margin-top: 30px;
    }
}

.mainSection02__recruitStatus{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(20% - 7px);
    max-width: 120px;
    height: 28px;
    margin: 0 3.5px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 7%;
}

.onStatus2{
    border: solid .6px #7e9eda;
    background-color: #7e9eda;
    color: #fefefe;
}

.offStatus2{
    border: solid .6px #dedede;
    background-color: #dedede;
    color: #fefefe;
}

.mainSection02__mapBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
}

.mainSection02__mapBox iframe{
    display: block;
    width: 100%;
    height: 100%;
}

.mainSection02__contactBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 580px;
    height: auto;
    margin-top: 30px;
}

.mainSection02__contactBox a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 20px);
    max-width: 280px;
    height: auto;
    border-radius: 8px;
    padding: 10px 20px;
}

@media screen and (max-width: 620px) {
    .mainSection02__contactBox{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mainSection02__contactBox a{
        width: 95%;
        margin: 6px 0;
    }
}

.mainSection02__telBox{
    border: solid 1px #494949;
    background-color: #494949;
    color: #f9f9f9;
    transition: .1s;
}

.mainSection02__telBox svg{
    fill: #f9f9f9;
    transition: .1s;
}

.mainSection02__contactTelText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    font-weight: 600;
}

.mainSection02__contactTelText span{
    font-weight: 400;
    font-size: 10px;
}

.mainSection02__telBox:hover{
    background-color: #fefefe;
    color: #494949;
    transition: .1s;
}

.mainSection02__telBox:hover svg{
    fill: #494949;
    transition: .1s;
}

.mainSection02__lineBox{
    border: solid 1px #06C755;
    background-color: #06C755;
    color: #f9f9f9;
    transition: .1s;
}

.mainSection02__lineBox svg{
    fill: #f9f9f9;
    transition: .1s;
}

.mainSection02__contactLineText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    font-weight: 600;
}

.mainSection02__contactLineText span{
    font-weight: 400;
    font-size: 10px;
}

.mainSection02__lineBox:hover{
    background-color: #fefefe;
    color: #06C755;
    transition: .1s;
}

.mainSection02__lineBox:hover svg{
    fill: #06C755;
    transition: .1s;
}