#contents .l-content > .l-content__inner {
  margin-top: 0; }

.article-header {
  padding: min(5vw, 32px); }

.article-discription {
  text-align: center; }

.article-header-separate {
  display: flex;
  justify-content: space-between; }
.article-header__thumbnail {
  padding-bottom: 0; }
@media (min-width: 768px) {
  .article-header__thumbnail {
    width: 72%; }
  .article-header__discription {
    width: 28%;
    padding: calc(8px * 4); } }
@media (max-width: 767px) {
  .article-header__thumbnail {
    width: 55%; }
  .article-header__discription {
    width: 45%;
    padding: min(5vw, 32px); } }

.interview .article-header-full-width {
  aspect-ratio: 1920/1080; }
  .interview .article-header-full-width .u-background-cover {
    height: 100%; }
  .interview .article-header-full-width .l-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: justify; }
  .interview .article-header-full-width .article-title {
    order: 1;
    display: block;
    margin-bottom: min(2.5vw, 32px);
    color: #211815;
    font-family: "Noto Serif JP", serif;
    font-size: min(4vw, 50px);
    letter-spacing: 0.2em; }
    .interview .article-header-full-width .article-title::after {
      content: none; }
    .interview .article-header-full-width .article-title__sub {
      order: 0;
      color: #211815;
      font-family: "Noto Serif JP", serif;
      font-size: min(3vw, 25px);
      font-weight: 900; }
  .interview .article-header-full-width .article-info {
    order: 2;
    font-size: min(2vw, 20px); }
    .interview .article-header-full-width .article-info span {
      display: block;
      font-size: 80%; }
@media (max-width: 767px) {
  .interview .-mini {
    display: flex; } }
.interview .-mini picture {
  position: relative; }
  @media (max-width: 767px) {
    .interview .-mini picture {
      width: 70%; } }
  .interview .-mini picture img {
    position: relative;
    z-index: 1; }
  .interview .-mini picture::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/package/img/common/interview_img_bg.png?u097dbd8p");
    background-size: cover; }
    @media (min-width: 768px) {
      .interview .-mini picture::before {
        transform: translate(1.5em, 1.5em); } }
    @media (max-width: 767px) {
      .interview .-mini picture::before {
        transform: translate(40%, 10%); } }
@media (max-width: 767px) {
  .interview .alternate .-mini {
    justify-content: flex-end; } }
@media (min-width: 768px) {
  .interview .alternate .-mini picture::before {
    transform: translate(-1.5em, 1.5em); } }
@media (max-width: 767px) {
  .interview .alternate .-mini picture::before {
    transform: translate(-40%, 10%); } }

.full-content .article-header-full-width {
  aspect-ratio: 1920/560; }
  .full-content .article-header-full-width__thumbnail {
    background-position: center; }
.full-content .article-header {
  padding-top: 10px; }
  .full-content .article-header .breadcrumb {
    margin-top: 0; }
  .full-content .article-header p {
    text-align: center; }
.full-content .l-content__inner {
  margin-top: 0; }

.main-menu {
  display: flex;
  padding: 0;
  margin: 0; }
  .main-menu a {
    background-color: #87cefa;
    color: white;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    display: block; }
  .main-menu li {
    list-style-type: none;
    width: 100%;
    text-align: center; }
  .main-menu .sub {
    display: none;
    padding: 0; }
  .main-menu li:hover .sub {
    display: block; }
  .main-menu a:hover {
    opacity: 0.8; }
