@charset "UTF-8";
/************************************
** 鳶職人大募集
************************************/

.scaffold .sec01 {
    background-image: url(../img/outline/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}

.scaffold .border_ttl.-type_01 span {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.scaffold .sec_inner {
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .scaffold .sec_inner {
        width: 100%;
    }
}

.scaffold .sec01Flex {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .scaffold .sec01Flex {
        display: block;
    }
}

.scaffold .sec01FlexTxt {
    width: 400px;
    font-size: 21px;
    line-height: 42.92px;
}

@media screen and (max-width: 750px) {
    .scaffold .sec01FlexTxt {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        line-height: 29.92px;
        margin-bottom: 30px;
    }
}

.scaffold .sec01FlexImg {
    width: 500px;
}

@media screen and (max-width: 750px) {
    .scaffold .sec01FlexImg {
        width: 100%;
    }
}

.scaffold .sec02 {
    padding: 80px 0;
}

@media screen and (max-width: 750px) {
    .scaffold .sec02 {
        padding: 40px 0;
    }
}

.sec02ListCircle {
    width: 100px;
    /* 円の幅 */
    height: 100px;
    /* 円の高さ */
    border-radius: 50%;
    /* 円形にする */
    background-color: #181777;
    /* 背景色 */
    display: flex;
    /* 子要素を中央に配置するために使用 */
    align-items: center;
    /* 縦方向中央揃え */
    justify-content: center;
    /* 横方向中央揃え */
    color: white;
    /* 文字色 */
    font-size: 24px;
    /* フォントサイズ */
    font-weight: bold;
    /* 太字 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* 影を追加 */
    margin-right: 40px;
}

@media screen and (max-width: 750px) {
    .sec02ListCircle {
        width: 60px;
        /* 円の幅 */
        height: 60px;
        /* 円の高さ */
    }
}

.sec02Lists {
    margin-top: 100px;
}

@media screen and (max-width: 750px) {
    .sec02Lists {
        margin-top: 50px;
    }
}

.sec02List {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.sec02ListTxt {
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .sec02ListTxt {
        font-size: 16px;
        width: calc(100% - 100px);
    }
}

.sec02Images {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

@media screen and (max-width: 750px) {
    .sec02Images {
        flex-wrap: wrap;
        margin-top: 40px;
    }
}


.sec02Image {
    width: 23%;
}

@media screen and (max-width: 750px) {
    .sec02Image {
        width: 47%;
        margin-bottom: 5%;
    }
}


.sec03 {
    padding: 80px 0;
}

@media screen and (max-width: 750px) {
    .sec03 {
        padding: 40px 0;
    }
}

.scaffold .sec04 {
    background-color: #165a8e;
}

@media screen and (max-width: 750px) {
    .scaffold .item_pc {
        display: none;
    }
}

.scaffold .sec04 .bg_item {
    background-image: url(../img/scaffold/bg_05.jpg);
}

.scaffold .detail {
    margin: 55px 0 0;
    font-size: 21px;
    text-align: justify;
    line-height: 42.92px;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .scaffold .detail {
        font-size: 14px;
        text-align: justify;
        line-height: 29.92px;
        margin-bottom: 30px;
        margin: 25px 0 0;
    }
}

.scaffold .sec05 {
    background-color: #484b53;
}

.scaffold .sec05 .bg_item {
    background-image: url(../img/scaffold/bg_06.jpg);
}

.scaffold .sec06 {
    background-color: #165a8e;
}

.scaffold .sec06 .bg_item {
    background-image: url(../img/scaffold/bg_07.jpg);
}

.sec07 {
    padding: 80px 0;
}

.sec07Txt {
    margin-top: 60px;
    padding: 40px 60px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 10px 10px rgba(81, 81, 81, 0.4);
    font-size: 21px;
    text-align: justify;
    line-height: 42.92px;
}

@media screen and (max-width: 750px) {
    .sec07Txt {
        margin-top: 30px;
        padding: 20px 30px;
        font-size: 14px;
        text-align: justify;
        line-height: 29.92px;
    }
}

.sec08 {
    padding: 80px 0;
}

@media screen and (max-width: 750px) {
    .sec08 {
        padding: 40px 0;
    }
}

.scaffold .read_more a {
    width: 328px;
    margin-top: 50px;
}

.sec09 {
    padding: 160px 0 80px;
}

@media screen and (max-width: 750px) {
    .sec09 {
        padding: 80px 0;
    }
}

.sec09Flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

@media screen and (max-width: 750px) {
    .sec09Flex {
        display: block;
        margin-top: 30px;
    }
}

.sec09FlexItem {
    width: 48%;
    font-size: 21px;
    margin-bottom: 40px;
    line-height: 40px;
}

@media screen and (max-width: 750px) {
    .sec09FlexItem {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        line-height: 29.92px;
    }
}

.sec09FlexItemImg {
    margin-bottom: 20px;
}

.sec09FlexItemName {
    text-align: center;
    font-weight: bold;
}

.sec10 {
    padding: 80px 0;
}

@media screen and (max-width: 750px) {
    .sec10 {
        padding: 80px 0 40px;
    }
}

.sec07Txt table {
    width: 100%;
}

.sec07Txt table th {
    padding-left: 30px;
    width: 150px;
    text-align: left;
}

.sec07Txt table th,
.sec07Txt table td {
    border-bottom: 1px solid #3e3a39;
    padding: 13px 0;
    font-size: 18px;
}

.sec07Txt .line {
    margin-top: 35px;
    text-align: center;
}

@media screen and (max-width: 750px) {

    .sec07Txt table th,
    .sec07Txt table td {
        font-size: 16px;
    }

    .sec07Txt table th {
        padding-left: 10px;
        width: 90px;
        text-align: left;
    }
}