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;
}
.company-info{max-width: 768px;margin:0 auto;}

.company-info tr {
  border-block: solid 1px #ccc;
}
.company-info th, .company-info td {
  background: #fff;
  border: none;
}
.company-info th {
  width: 7em;
}

article.post-15,
article.post-17 {
  /* max-width: 768px; */
  margin-inline: auto;
}

.interview-request-form {
  max-width: 768px;
}

.form-intro {
  border-left: none;
}

.form-submit:hover {
  background: transparent;
}

/* 固定ページの #content-in をインタビュー一覧と同じレイアウトにする */
#content-in {
  width: 1600px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}

/* スマホの追従メニュー分、本文を下げる */
@media (max-width: 834px) {
  body {
    padding-top: 20px; /* 追従メニューの高さに合わせて調整 */
  }
}
@media screen and (max-width: 480px) {
  .entry-title{padding-left:0;padding-right:0;}
}
/*# sourceMappingURL=page.css.map */
