@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  position: relative;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #181818;
  background: #fff;
  line-break: strict;
}
body * {
  box-sizing: border-box;
}
body img {
  max-width: 100%;
  height: auto;
}

#content {
  overflow: hidden;
}

#header-container {
  background: #181818;
  color: #fff;
}
@media (max-width: 1024px) {
  #header-container {
    display: none;
  }
}

#header-container-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1600px;
  max-width: calc(100% - 10px * 2);
  margin-inline: auto;
}

.mobile-menu-buttons .menu-button > a {
  line-height: 1.4;
}

.header {
  background: transparent none;
  width: 400px;
}
.header h1 a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  padding-block: 1rem;
}

.navi {
  background: transparent none;
}

#navi-in {
  width: 100%;
}
#navi-in a {
  color: #fff;
}
#navi-in a:hover {
  background: transparent;
  transform: translateY(-5px);
}

.content-footer {
  margin-block: 2rem;
  display: flex;
}
@media (max-width: 768px) {
  .content-footer {
    flex-direction: column;
  }
}
.content-footer h3 {
  flex-shrink: 0;
  margin: 3px;
  margin-right: 2rem;
  background: #181818;
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .content-footer h3 {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.content-footer .sc-industries-terms li {
  display: inline-block;
}
.content-footer .sc-industries-terms a {
  display: block;
  margin: 3px;
  padding: 0 5px;
  border: solid 1px #181818;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.9375rem;
  color: #181818;
  text-align: center;
  transition: 0.4s;
}
.content-footer .sc-industries-terms a:hover {
  transform: translateY(-5px);
}

#footer {
  background: #181818;
  color: #fff;
}

.footer-contents {
  width: 1600px;
  max-width: calc(100% - 10px * 2);
  margin-inline: auto;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.footer-contents h2 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding-block: 1rem;
}
.footer-contents a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-contents {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-contents h2 {
    font-size: 1.5rem;
  }
}

.footer-nav {
  font-size: 0.9375rem;
}
.footer-nav a {
  color: #e0e0e0;
}
.footer-nav a:hover {
  color: #fff;
}

.footer-nav-flex {
  display: flex;
}
.footer-nav-flex > div {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .footer-nav-flex {
    flex-direction: column;
  }
  .footer-nav-flex > div {
    margin-bottom: 2rem;
  }
}

.footer-sns h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-sns h2 {
    text-align: left;
  }
}
.footer-sns ul {
  display: flex;
}
.footer-sns ul li {
  margin-inline: 1rem;
}
.footer-sns ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.footer-sns ul li a:hover {
  transform: translateY(-5px);
}
.footer-sns ul i {
  text-align: center;
  font-size: 3rem;
}
.footer-sns ul span {
  display: block;
  font-size: 0.75rem;
}

.footer-copy {
  text-align: center;
  font-size: 0.875rem;
}

#breadcrumb {
  display: none;
}

#content-in {
  width: 1600px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}

#archive-header {
  margin-bottom: 2rem;
}
#archive-header h2 {
  font-size: 2.4rem;
  font-weight: 900;
}

#list {
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -2rem;
}
#list .entry-card-wrap {
  width: calc(33.3% - 2rem);
  padding: 0;
  margin-right: 2rem;
  margin-bottom: 3rem;
}
#list .entry-card-wrap:hover {
  background: transparent;
  transform: translateY(-5px);
}
@media (max-width: 1420px) {
  #list .entry-card-wrap {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 768px) {
  #list {
    margin-right: 0;
  }
  #list .entry-card-wrap {
    margin-right: 0;
    width: 100%;
  }
}

.entry-interviews-card-head {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  height: 240px;
  overflow: hidden;
}

.entry-interviews-card-thumb {
  width: 100%;
  position: relative;
}
.entry-interviews-card-thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.entry-interviews-card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
  background: #000;
  color: #fff;
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 1420px) {
  .entry-interviews-card-info {
    width: 50%;
  }
}

.entry-interviews-card-name {
  word-break: keep-all;
  line-height: 1.4;
}

.affiliation,
.person-title {
  font-size: 0.875rem;
}

.magician-name {
  font-size: 1.25rem;
  font-weight: 900;
  display: block;
}

.interviews-taxonomy {
  font-size: 0.75rem;
}

.entry-card-title {
  font-size: 1.125rem;
  padding-block: 0.5rem;
}

.entry-card-excerpt {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.entry-card-btn {
  display: block;
  width: fit-content;
  border: solid 2px #000;
  padding: 0 3em;
  font-weight: 900;
  margin-left: auto;
}
.entry-card-btn::after {
  content: "▶";
  margin-left: 0.5em;
}

#feas-searchform-0 {
  background: #fff;
  border-radius: 10rem;
  padding-left: 2rem;
  width: fit-content;
  margin-top: 1.25em;
}
#feas-searchform-0 input[type=text] {
  width: 15em;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.4em 0.6em;
}
#feas-searchform-0 input[type=submit] {
  width: fit-content;
  padding: 1rem 2rem;
  border: solid 1px #fff;
  border-radius: 10rem;
  background: #181818;
  color: #fff;
}
@media (max-width: 768px) {
  #feas-searchform-0 {
    margin-left: 0;
    margin-right: auto;
  }
  #feas-searchform-0 input[type=text] {
    width: 10em;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-block: 0.3em;
    padding-inline: 0.6em;
  }
  #feas-searchform-0 input[type=submit] {
    padding-block: 0.5rem;
  }
}


/*# sourceMappingURL=interviews.css.map */
