/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#interview #main {
  background: #e1e9ea;
  padding: 0 0 3em;
}
#interview #footer {
  background: #e1e9ea;
}

@media screen and (min-width: 960px) {
  .main-visual {
    width: 750px;
    margin: 0 auto;
    padding: 2em 0;
  }
}

.nav-wrap {
  width: 90%;
  margin: 1em auto;
}
@media screen and (min-width: 960px) {
  .nav-wrap {
    width: 600px;
    margin: 0 auto 5em;
  }
}

.nav-ttl {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 1.7em;
}

.nav-item-wrap {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.nav-item {
  display: flex;
  margin: 0 auto;
  padding: 7px 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.168627451);
  color: #000;
  width: 95%;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .nav-item {
    transition: all 0.4s ease;
  }
  .nav-item:hover {
    color: #e1e9ea;
    background: #000;
  }
  .nav-item:hover .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #e1e9ea;
    border-bottom: 0;
  }
}
.nav-item:last-child {
  border-bottom: none;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #000000;
  border-bottom: 0;
}

@media screen and (min-width: 960px) {
  .article {
    width: 900px;
    margin: 0 auto;
  }
}

.interview-box {
  width: 90%;
  margin: 1em auto;
}

.interview-q {
  color: #036eb8;
  border-left: solid 2px #036eb8;
  margin: 3em auto 1em;
  padding-left: 5px;
  font-size: 1.1em;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}

.interview-img {
  width: 100%;
  margin: 2em auto;
}
@media screen and (min-width: 960px) {
  .interview-img {
    width: 50%;
  }
}

.top-link {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  width: 16em;
  height: 3em;
  font-weight: bold;
  color: #e1e9ea;
  background: #000;
  border-radius: 50px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .top-link {
    transition: all 0.4s ease;
  }
  .top-link:hover {
    color: #000;
    background: #fff;
  }
}

.cc {
  font-size: 11px;
  text-align: center;
  padding: 2em 0 0.5em;
}

.top-scroll {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Goudy Bookletter 1911", serif;
  flex-direction: column;
  font-size: 0.9em;
  letter-spacing: 2px;
  gap: 2px;
}
@media screen and (min-width: 960px) {
  .top-scroll {
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
  }
}
.top-scroll::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  position: relative;
  display: block;
  transform: rotate(45deg);
}/*# sourceMappingURL=style.css.map */