@charset "UTF-8";

.l-header-nav__link[target="_blank"] {
    padding-right:24px;
}
.l-header-nav__link[target="_blank"]:after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url("../imgs/icon_window.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    margin: 0 0 0 6px;
    top:36px;
    right:0;
}
.c-hamburger-open__link[target="_blank"]:after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 32px;
    background: url("../imgs/icon_window_w.png") no-repeat center center;
    background-size: contain;
    position: relative;
    margin: 0 0 0 8px;
    top:8px;
}

.p-newslist__link[href$=".pdf"] p:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 32px;
    background: url("../imgs/icon_pdf.png") no-repeat center center;
    background-size: contain;
    position: relative;
    margin: 0 0 0 6px;
    top:10px;
}

.service-mov{
    width:100%;
    background: #fff;
    padding:64px 0;
}
.service-mov-inner {
    width: 100%;
    max-width: 1240px;
    padding: 0 80px;
    margin: 0 auto;
}
@media screen and (max-width: 1080px) {
    .service-mov{
        padding:40px 0;
    }
    .service-mov-inner {
        width: 100%;
        max-width: 1240px;
        padding: 0 16px;
        margin: 0 auto;
    }
}

.youtube {
  width: 100%;
  max-width:640px;
  aspect-ratio: 16 / 9;
  margin:0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


/* 追加 */
.to_service {
    margin:56px 0 0 0;
}
.p-client-item__img,
.p-client-modal__img{
    width: auto!important;
    height: 100%!important;
}

.p-company-table__iso {
    display: flex;
    margin:32px 0 0 0;
    font-size: 14px;
    line-height: 1.75em;
    align-items: center;
}
.p-company-table__iso figure {
    margin:0 16px 0 0;
}