@charset 'utf-8';

body#project .project-interview {
    margin-top: 3.5em;
}
h2.project-interview__ttl {
    position: relative;
    padding-top: 1em;
}
h2.project-interview__ttl:before {
    content: attr(data-en);
    opacity: .05;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3em;
    font-family: Moderat,'Noto Sans JP';
}

@media (min-width: 48em) {
    body#project .project-interview {
        margin-top: 0;
    }
    body#project .article-wysiwyg + .project-interview {
        margin-top: 3.5em;
    }
}