.contents {
    height: auto;
    padding-bottom: 100px;
    /* background: rgba(137, 202, 218, 0.5); */
}

.top-item {
    width: 100%;
    height: 60vh;
    position: relative;
}

.top-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.top-image img {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
}

.top-image img::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.title-line {
    background-color: #000;
    content: '';
    display: block;
    height: 2px;
    margin-top: 8px;
}

.ourworks-sub {
    font-size: 30px;
    display: block;
    /* font-family: 'Damion', cursive; */
    font-family: 'Tangerine', cursive;
    font-weight: 800;
    padding-top: 10px;
}

.title-sub {
    font-size: 30px;
    display: block;
    /* font-family: 'Damion', cursive; */
    font-family: 'Tangerine', cursive;
    font-weight: 800;
    padding-top: 10px;
}

.main-txt {
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 70px 20px 20px 20px;
    font-size: 30px;
    letter-spacing: 0.18em;
    margin-bottom: 50px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    white-space: nowrap;
}

/* contents1 ------------------------------------------------------*/
.ourworks-title {
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 30px;
    letter-spacing: 0.18em;
}

.business-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 50px 0;
}

.business-txt-p p{
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1.3px;
}

.business-txt-item {
    width: 70%;
    margin: 100px auto;
    text-align: left;
    font-size: 17px;
}


.business-txt-title {
    text-align: center;
}

.business-txt-title h3 {
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1.3px;
}

.business-txt {
    border: 1px solid #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1.3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-num{
    font-size: 45px;
    font-weight: 600;
    opacity: 0.1;
    height: 100%;
    width: 7%;
}

.business-txt p{
    width: 95%;
}

.business-img-list,
.business-img-list2
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px;
    width: 90%;
    margin: 0 auto;
}

.business-img-list2{
    margin: 50px auto;
}

.business-img-list li,
.business-img-list2 li
{
    width: 30%;
    min-width: 300px;
}

.business-img-list li p,
.business-img-list2 li p{
    padding: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1.3px;
}

.business-img{
    display: table;
    border: 8px solid #f6f3f3;
    max-width: 100%;
    position: relative;
    height: fit-content;
}

.business-img2{
    display: table;
    border: 8px solid #fff;
    max-width: 100%;
    position: relative;
}

.business-img img,
.business-img2 img
{
    width: 100%;
    min-width: 280px;
    height: auto;
}

.business-txt.res {
    display: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    text-align: left;
}

.business-image {
    width: 45%;
    position: relative;
}

/* .business-img::before,
.business-img2::before
{
    content: '準備中';
    position: absolute;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */

.business-image img {
    width: 100%;
    height: 100%;
}

.business-detail-btn {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    margin-top: 50px;
}

.business-detail-btn a {
    display: block;
    border: 1px solid #dadada;
    padding: 15px 50px;
    cursor: pointer;
    color: #000;
}

.business-detail-btn a:hover {
    background: #1f2c5c;
    color: #fff;
    transition: 0.5s;
    font-family: 'Noto Sans JP', sans-serif;
}



/* contents2 ----------------------------------------------------------*/
.contents2 {
    height: auto;
    padding-bottom: 100px;
    background-color: #f6f3f3;
    /* background: rgba(137, 202, 218, 0.5); */
    /* -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);  */
}

@media screen and (max-width:1190px) {
    .business-img-list li{
        width: 41.33%;
    }
}

@media screen and (max-width:1000px) {
    .business-items {
        display: block;
        margin: 0;
    }

    .business-title {
        padding: 50px 0 20px 0;
        font-size: 23px;
    }

    .business-image {
        width: 80%;
        margin: 0 auto;
    }

    .business-txt-item{
        width: 80%;
    }
}

@media screen and (max-width:890px) {
    .business-txt-item{
        width: 100%;
    }
}



@media screen and (max-width:705px) {
    .business-img-list li{
        width: 80%;
    }

    .text-num{
        width: 20%;
    }
    .business-txt p{
        width: 80%;
        text-align: left;
        font-size: 15px;
    }
}


@media screen and (max-width:670px) {
    .business-items {
        display: block;
    }

    .business-title {
        padding: 50px 0 20px 0;
        font-size: 23px;
    }

    .business-image {
        width: 80%;
        margin: 0 auto;
    }

    .business-image-back {
        width: 80%;
        left: 5%;
        top: 5%;
        padding-top: 78%;
    }

    .business2-image-back {
        width: 80%;
        right: 5%;
        top: 5%;
        padding-top: 78%;
    }
/* 
    .business-txt {
        display: none;
    } */
/* 
    .business-txt.res {
        display: block;

    } */
}

@media screen and (max-width:550px) {
    .ourworks-title{
        font-size: 5.4vw;
    }

    .ourworks-sub{
        font-size: 25px;
    }

    .business-txt-p p{
        font-size: 15px;
    }

    .business-txt-item{
        font-size: 15px;
    }
}