@charset "UTF-8";
.pageMv_img source,
.pageMv_img img {
    object-position : 50% 35%;
}
.culture_wrap {
    background: rgb(38, 38, 38);
    background: linear-gradient(90deg, rgba(38, 38, 38,1) 0%, rgba(74, 74, 74,1) 100%);
}
.pageMv_ttl .ttl {
    color: #fff;
}
.culLst_wrap {
    padding: 120px 0 200px;
}
.culLst_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.culCnt_box {
    box-sizing: border-box;
    background: #FFF;
    margin-top: 24px;
    padding: 48px;
    position: relative;
}
.culCnt_box:first-child {
    margin-top: 0;
}
.culCnt_box .ttl {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .1em;
    font-weight: 700;
    color: #1a1a1a;
}
.culCnt_box .ttl span {
    display: inline-block;
    position: relative;
    padding-left: 36px;
}
.culCnt_box .ttl span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../svg/icn_cp_plus.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.culCnt_box .img {
    position: absolute;
    z-index: 1;
    top: 48px;
    right: 48px;
}
.culCnt_box .img source,
.culCnt_box .img img {
    object-fit: cover;
    object-position: center;
}
.culCnt_box .txt {
    width: 42.5%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .01em;
    font-weight: 400;
}
.culCnt_box:nth-child(4),
.culCnt_box:nth-child(5) {
    width: 48.8%;
}
.culCnt_box:nth-child(4) .txt,
.culCnt_box:nth-child(5) .txt {
    width: 100%;
}
@media screen and (min-width:1280px) and ( max-width:1252px) {

}
@media screen and (min-width:767px) and ( max-width:1024px) {
    .culCnt_box .img {
        width: 44%;
    }
    .culCnt_box .img source,
    .culCnt_box .img img {
        width: 100%;
        height: auto;
    }
    .culCnt_box .txt {
        width: 42.5%;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .pageMv_img source,
    .pageMv_img img {
        object-position : 50% 35%;
    }
    .culLst_wrap {
        padding: 80px 24px 120px;
    }
    .culLst_in {
        display: block;
    }
    .culCnt_box {
        margin-top: 40px;
        padding: 40px 20px;
    }
    .culCnt_box .ttl {
        margin-bottom: 39px;
        font-size: 18px;
        text-align: center;
    }
    .culCnt_box .ttl span {
        padding-left: 26px;
    }
    .culCnt_box .ttl span:before {
        width: 18px;
        height: 18px;
        top: 0;
    }
    .culCnt_box .img {
        text-align: center;
        position: static;
        margin-bottom: 40px;
    }
    .culCnt_box .img source,
    .culCnt_box .img img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }
    .culCnt_box .txt {
        width: 100%;
    }
    .culCnt_box:nth-child(4),
    .culCnt_box:nth-child(5) {
        width: 100%;
    }
}
