@charset "utf-8";

h1 {
    text-align: center;
    font-size: 30px;
    padding: 15px;
    border: 2px solid rgb(239, 125, 31);
    margin: 8px 2px;
    color: rgb(239, 125, 31);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background-image: url(jigyonaiyoImgs/doroneImg.svg);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: 10px;
}

/* バナー */

img[src*="banner.png"] {
    display: block;
    width: 70%;
    height: auto;
    margin: 20px auto 30px;
    box-shadow: 4px 4px 4px;
}

/* セクション */

.workSec {
    position: relative;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 33px;
}

.inspection {
    background-image: url(jigyonaiyoImgs/tenken.png);
}

.repair {
    background-image: url(jigyonaiyoImgs/hosyu.png);
}

.infrared {
    background-image: url(jigyonaiyoImgs/sekigaisen.png);
}

.helicopter {
    background-image: url(jigyonaiyoImgs/kusatu.png);
}

.construction {
    background-image: url(jigyonaiyoImgs/construction.png);
    height: 1200px;
}

h2 {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: white;
    background-color: rgb(239, 125, 31);
    height: 30px;
    padding: 3px;
    margin: 8px 0px;
}

.layer {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    bottom: 10px;
    left: 10px;
    height: 100px;
    width: 55%;
}


.repair .layer,
.infrared .layer,
.helicopter .layer {
    left: auto;
    right: 10px;
}


.con1 {
    left: auto;
    right: 10px;
    bottom: 780px;
    height: 130px;
}

.con2 {
    left: auto;
    right: 10px;
    bottom: 380px;
    height: 130px;

}

.con3 {
    left: auto;
    right: 10px;
    bottom: 10px;
    height: 130px;

}

.kaisetu {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    height: 100px;
    color: white;
    bottom: 10px;
    left: 10px;
    width: 55%;
}

.repair .kaisetu,
.infrared .kaisetu,
.helicopter .kaisetu,
.construction .kaisetu {
    left: auto;
    right: 10px;
}

.conA {
    left: auto;
    right: 10px;
    bottom: 780px;
    height: 130px;
}

.conB {
    left: auto;
    right: 10px;
    bottom: 380px;
    height: 130px;
}

.conC {
    left: auto;
    right: 10px;
    bottom: 10px;
    height: 130px;
}

.kaisetuHeading {
    padding: 7px 15px;
    font-size: 25px;
    border-bottom: rgb(255, 173, 105) solid 0.8px;
}

.kaisetuText {
    padding: 0px 6px;
    margin: 5px;
    line-height: 1.4em;
    font-weight: 300;
}

h4 {
    text-indent: 1em;
    padding: 10px 0px 5px;
    font-size: 18px;
    color: rgb(239, 125, 31);
    border-bottom: 1px solid;
}

.sekotaisyo {
    width: 100%;
}

/* 施工対象セクション */

.workforBox {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    background-color: aliceblue;
}

.workforInner {
    display: flex;
    width: 50%;
    margin: 0px 0px 4px;
}

.workforInner .contents {
    width: calc(100% / 3);
    height: 300px;
    margin: 0px 2px;
}

.workforInner .contents img {
    width: 100%;
    height: 70%;
    object-fit: cover;
}

.workforInner .textBox {
    background-color: rgb(255, 167, 96);
    width: 100%;
    height: 30%;
}

.workforInner .textBox h5 {
    color: white;
    font-size: 14px;
    border-bottom: 0.7px solid;
    text-align: center;
    padding: 5px;

}

.workforInner .textBox p {
    font-size: 12px;
    text-align: start;
    line-height: 1.3em;
    padding: 2px;
    margin: 4px;

}



/*====================ブレイクポイント スマホ：768px以下====================*/
@media only screen and (max-width:768px) {

    .kaisetuHeading {
        padding: 4px 15px;
    }


    .kaisetuText {
        font-size: 12px;
    }

    .construction .kaisetu {
        height: 105px;
    }

    .construction .layer {
        height: 105px;
    }

    /* バナー */
    img[src*="banner.png"] {
        width: 80%;
    }

    /* 施工対象セクション */
    .workforBox {
        display: block;

    }

    .workforInner {
        display: flex;
        width: 100%;
    }




}