@charset "Shift_JIS";

.pc {
  display: block;
}

.sp {
  display: none;
}

/**
 * Breadcrumbs
 */

#pankuzu {
  overflow: hidden;
  font-family: 'メイリオ', sans-serif;
}

#pankuzu li {
  float: left;
  font-size: 7px;
  margin-left: 3px;
  margin-top: 0;
  font-size: 10px;
  list-style-type: none;
  line-height: 1.5em;
}

#pankuzu li span {
  position: relative;
  padding: 0 1px 0 2px;
  top: -1px;
}

#pankuzu li a {
  text-decoration: none;
}

#pankuzu li a:hover {
  color: #ff7d00;
}

h1 {
  color: #999999;
  font-size: 8px;
  font-weight: 100;
  margin: 0 auto;
  text-align: right;
}

/**
 * Main Contents
 */

#kokuchi_lp,
#error {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    'MS Pゴシック', 'MS PGothic', sans-serif;
}

#kokuchi_lp > *,
#error {
  width: 950px;
  font-size: 14px;
  color: #3b1800;
  text-align: center;
  overflow: hidden;
  margin: 15px auto;
  padding: 0;
  text-align: left;
  overflow-wrap: break-word;
}

#kokuchi_lp a {
  text-decoration: none;
}

#kokuchi_lp a:link {
  color: #1b47ff !important;
}

#kokuchi_lp a:visited {
  color: #9720c9 !important;
}

#kokuchi_lp a:hover {
  color: #ff7d00 !important;
}

#kokuchi_lp h2 {
  color: #e77611;
  font-size: 20px;
  border-bottom: solid 2px #e77611;
  padding-bottom: 4px;
  text-align: left;
  word-break: break-all;
  overflow-wrap: anywhere;
}

#kokuchi_lp h3 {
  color: #3b1800;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}

#kokuchi_lp h3::before {
  background-color: #e77611;
  border-radius: 2px;
  content: '';
  display: inline-block;
  height: 1.2em;
  margin-right: 10px;
  vertical-align: middle;
  width: 4px;
  margin-top: -4px;
}

#error {
  display: none;
  padding: 32px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #3b1800;
  text-align: center;
}

#error button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 32px;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid var(--Button-Normally-Border, #938c89);
  background: var(
    --Button-Normally-Default,
    linear-gradient(180deg, #fff 0%, #eae6e5 96.94%)
  );
}

#error button:hover {
  background: #e8e3e1;
  background: linear-gradient(#f4f0ef, #ddd6d3);
  color: #595656;
}

/**
 * Footer
 */

.footerCustum {
  margin: 0 auto;
  width: 950px;
  font-family: 'メイリオ', sans-serif;
}

.footerCustum a:link {
  color: #1b47ff;
  text-decoration: none !important;
}

.footerCustum a:visited {
  color: #9720c9;
  text-decoration: none !important;
}

.footerCustum a:hover {
  color: #ff7d00;
  text-decoration: none !important;
}

#ft_ul {
  width: 950px;
  border-bottom: #ccc 2px solid;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
}

#ft_ul li {
  float: left;
  list-style-type: none;
  margin: 30px 0 5px;
}

#ft_logo {
  margin: 40px 0;
  text-align: left;
  width: 950px;
}

#ft_logo a {
  color: #435b67;
  font-family: 'メイリオ', sans-serif !important;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
}

#ft_logo {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}

#ft_logo > p:nth-child(2) {
  margin: -15px 0 0 0;
  padding: 0;
  text-decoration: underline;
}

/**
 * SP
 */

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    padding-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /**
   * Header
   */

  #sp-header {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 5px;
    padding: 13px 5px 9px 10px;
    border-bottom: 1px solid #d2d2d2;
  }

  .logoL {
    display: block;
    width: 90px;
    height: 35px;
    margin: 0;
    background: 0 0 / 214px auto no-repeat url(/assets/img/common/sitetitle.png);
    text-indent: -9999px;
  }

  .catch {
    display: none;
  }

  .headerIcons {
    margin-top: 0;
  }

  /**
   * Breadcrumbs
   */

  #header990 {
    width: auto;
  }

  #pankuzu {
    width: 94%;
    margin: 0 auto;
  }

  /**
   * Main Contents
   */

  #kokuchi_lp,
  #error {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  }

  #kokuchi_lp > *,
  #error {
    width: 90% !important;
    line-height: 1.6;
    margin: 20px auto;
    padding: 0;
  }

  #kokuchi_lp > * {
    font-size: 14px;
    text-align: left;
    overflow: hidden;
  }

  #kokuchi_lp h2 {
    color: #3b1800;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
    text-align: left;
    border-bottom: none;
    padding-left: 10px;
    position: relative;
  }

  #kokuchi_lp h2::before {
    background-color: #e77611;
    border-radius: 2px;
    content: '';
    display: inline-block;
    height: 1.2em;
    margin-right: 10px;
    vertical-align: middle;
    width: 4px;
    margin-top: -4px;
  }

  #kokuchi_lp h3 {
    color: #fff;
    font-size: 14px;
    background-color: #e77611;
    padding: 4px 8px 2px 8px;
    text-align: left;
  }

  #kokuchi_lp h3::before {
    display: none;
  }

  /**
   * Footer
   */

  #footerLinks {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
  }

  #footerLinks li {
    list-style: none;
  }

  #footerLinks li.line {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  #footerLinks a {
    color: #444;
    text-decoration: none;
  }

  #footerLinks a.line {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

/**
 * Not Found Error
 */

.error-not-found {
  margin: 24px 8px 8px;
  background-color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN';
  color: #000;
}

.error-not-found .jalan-logo {
  display: block;
  width: 235px;
  height: 95px;
  margin: 0 auto;
}

.error-not-found .error-info {
  margin: 0 auto;
  padding: 5px;
  max-width: 512px;
  border: 1px solid #cc0000;
  background-color: #ffcccc;
  box-sizing: border-box;
}

.error-not-found .error-info .error-info-inner {
  border: 2px solid #cc0000;
  background-color: #fff;
  padding: 27px 28px;
}

.error-not-found .error-info .error-info-inner p {
  margin: 0;
}

.error-not-found .error-info .error-info-inner .error-title {
  margin: 0;
  padding: 6px 0 4px;
  border-top: 3px solid #cc0000;
  border-bottom: 3px solid #cc0000;
  color: #cc0000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.error-not-found .error-info .error-info-inner .error-contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  text-align: center;
}

.error-not-found
  .error-info
  .error-info-inner
  .error-contents
  + .error-contents {
  margin-top: 24px;
  border-top: 1px dashed #000;
}

.error-not-found .error-info .error-info-inner .error-contents .text-left {
  text-align: left;
}

.error-not-found .error-info .error-info-inner .error-contents .link {
  font-weight: bold;
  text-decoration: underline;
}

.error-not-found .error-info .error-info-inner .error-contents .link:visited {
  color: #551a8b;
}

.error-not-found .copyright {
  max-width: 512px;
  margin: 0 auto;
  padding: 20px 6px 10px;
  box-sizing: border-box;
}

.error-not-found .copyright .recruit-logo img {
  vertical-align: top;
}
