@charset "UTF-8";

.heading.block_header_1 b,
.heading.block_header_6 b {
    border-bottom: 2px solid #EA5514;
}
main .contents_btn01 a,
.widget_form form .submit input {
    background: #EA5514;
}
main .contents_btn01 a:hover,
.widget_form form .submit input:hover {
    background: #e78053;
}
.widget_form form .submit input {
    background: #EA5514;
}
/*---------ヘッダーロゴ置き換え---------*/
header .logo a img {
opacity: 0 !important;
pointer-events: none;
}
header .logo a {
   background:
url(/common/upload_data/polynenet/image/20250523105656.png ) 50% 50% no-repeat;
   background-size: auto 85%;
}
header .logo, header .logo a {
    max-width: 160px;
}
/*---------動画・映像の制作実績---------*/
.contents-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
.contents-box3 {
    position: relative;
    width: 31%;
    margin-bottom: 20px;
    background: #fff;
}
.contents-box3:before {
    display: block;
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    margin-left: -25px;
    transition: all .5s linear;
}
.contents-box3:after {
    display: block;
    content: "";
    position: absolute;
    top: 95px;
    left: 50%;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-left: 15px solid #231815;
    margin-left: -5px;
    transition: all .5s linear;
}
.contents-box3 figure {
    overflow: hidden;
    line-height: 0;
}
.contents-box3 img {
    transition: .5s;
}
.contents-box3 a:hover img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}
.contents-box3 h3 {
    color: #EA5514;
    padding: 10px 15px 5px;
    font-size: 1.8rem;
}
.contents-box3 p {
    padding: 0 15px;
    font-size: 1.6rem;
}
span.time, span.subject {
    margin: 10px 15px 20px;
    width: 40%;
    text-align: center;
    background: #211E1E;
    color: #fff;
    line-height: 2.2;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}
@media screen and (max-width: 1100px) {
    span.time {
        margin: 10px 5px 20px 15px;
    }
    span.subject {
        margin: 10px 15px 20px 5px;
    }
}
@media screen and (max-width: 768px) {
    .contents-box3 {
        width: 100%;
    }
}
/*---------お客様の声---------*/
a#voice+div .inner_item {
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    position: relative;
    margin-bottom: 0;
}
a#voice+div .inner_item:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #211E1E;
    background: #fff;
}
a#voice+div .contents_btn01 {
    margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
    a#voice+div .inner_item {
        width: 100%;
        margin-bottom: 25px;
    }
    a#voice+div .inner_item img {
        height: auto;
    }
}
/*---------動画部分調整---------*/
a#b_movie+section .content_wrapper {
    max-width: 100vw !important;
    padding: 0;
}
/*---------目的に合わせて様々な映像を制作_スライドバージョン---------*/
a#purpose+div .gallery_single_slider .inner_item {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 30px;
}
a#purpose+div .gallery_single_slider .inner_item img {
    height: 230px;
    object-fit: cover;
    width: 90%;
}
a#purpose+div .gallery_single_slider .inner_item p {
    font-size: 1.8rem !important;
    background: #000;
    color: #fff;
    padding: 10px;
    left: -10px;
    position: absolute;
    top: 0;
}
@media screen and (max-width: 768px) {
    a#purpose+div .gallery_single_slider .inner_item p {
        left: 0;
    }
}
/*---------追従フッター調整--------*/
#fixbtn .fixbtnwrap {
    transform: translateY(0);
}