/* Color Definitions */
/* line 30, ../sass/_core.sass */
a {
  word-wrap: break-word;
}

/* line 33, ../sass/_core.sass */
ul {
  margin-left: 0;
}
/* line 35, ../sass/_core.sass */
ul li {
  list-style: none;
}

/* line 38, ../sass/_core.sass */
.row {
  max-width: 87.5rem;
}

/* line 41, ../sass/_core.sass */
h2, h3 {
  color: #3c96ad;
}

@font-face {
  font-family: "IGYuGothicM";
  font-weight: normal;
  src: local("Yu Gothic Medium") format("opentype"), local("Yu Gothic Medium") format("opentype"), local("YuGothic-Regular") format("opentype");
}
@font-face {
  font-family: "IGYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold") format("opentype"), local("YuGothic-Bold") format("opentype");
}
@font-face {
  font-family: "IGYuGothicM";
  font-weight: 500;
  src: local("YuGothic-Bold") format("opentype"), local("YuGothic-Bold") format("opentype");
}
/* line 66, ../sass/_core.sass */
table tbody tr:nth-child(even) {
  background-color: #EBF4F5;
}

/* line 69, ../sass/_core.sass */
html {
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: none;
}
/* line 75, ../sass/_core.sass */
html body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #f9f9f9;
  font-family: IGYuGothicM, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
  font-feature-settings: "palt";
  color: #3F3F3F;
}
/* line 85, ../sass/_core.sass */
html body.category-index h2 {
  letter-spacing: 0.25rem;
}
/* line 87, ../sass/_core.sass */
html body.category-index h2, html body.category-index h3 {
  margin-top: 1rem;
}
/* line 89, ../sass/_core.sass */
html body.category-index h4 {
  margin-top: 1.4rem;
  background: #62B4C8;
  padding: 0.125rem 0.4rem;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

/* line 98, ../sass/_core.sass */
#container {
  min-height: 100%;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  /* line 104, ../sass/_core.sass */
  h2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
  }

  /* line 109, ../sass/_core.sass */
  h3 {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: bold;
  }

  /* line 113, ../sass/_core.sass */
  h4, h5, h6 {
    font-size: 0.875em;
    margin: 0.5rem 0;
    line-height: 1.2rem;
    font-weight: bold;
  }

  /* line 118, ../sass/_core.sass */
  h5, h6 {
    font-size: 0.85rem;
  }

  /* line 120, ../sass/_core.sass */
  p, dt, dd, li, td, th {
    font-size: 0.875rem;
  }
}
/* Medium and up 640 */
@media screen and (min-width: 40em) {
  /* line 126, ../sass/_core.sass */
  h2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: bold;
  }

  /* line 131, ../sass/_core.sass */
  h3 {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 1.40625rem;
    font-weight: bold;
  }

  /* line 136, ../sass/_core.sass */
  h4, h5, h6 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    line-height: 1.6rem;
    font-weight: bold;
  }

  /* line 142, ../sass/_core.sass */
  h5, h6 {
    font-size: 0.85rem;
  }

  /* line 144, ../sass/_core.sass */
  a:hover {
    opacity: 0.75;
  }
}
/* Medium only.   */
/* Large and up  */
@media screen and (min-width: 64em) {
  /* line 153, ../sass/_core.sass */
  h2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
  }

  /* line 158, ../sass/_core.sass */
  h3 {
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: bold;
  }

  /* line 162, ../sass/_core.sass */
  h4, h5, h6 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    line-height: 1.6rem;
    font-weight: bold;
  }

  /* line 168, ../sass/_core.sass */
  h5, h6 {
    font-size: 0.85rem;
  }
}
/* Large only */
/* XLarge and up 1200 */
/* XLarge only */
/* XXLarge and up 1440px */
/* line 4, ../sass/recruit.sass */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #62B4C8;
  z-index: 20;
}
/* line 12, ../sass/recruit.sass */
#loader-bg #loading {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -7.5%;
}
/* line 17, ../sass/recruit.sass */
#loader-bg #loading img {
  max-width: 100%;
}

/* Main Layout settings */
/* line 22, ../sass/recruit.sass */
body.recruit {
  background: #62B4C8;
}
/* line 24, ../sass/recruit.sass */
body.recruit #main {
  background: none;
}
/* line 26, ../sass/recruit.sass */
body.recruit h1 span,
body.recruit h2 span,
body.recruit h3 span,
body.recruit h4 span {
  display: block;
}
/* line 32, ../sass/recruit.sass */
body.recruit h1 {
  font-weight: bold;
}
/* line 35, ../sass/recruit.sass */
body.recruit h1, body.recruit h2, body.recruit h3, body.recruit h4, body.recruit p, body.recruit time, body.recruit a, body.recruit figcaption, body.recruit ul, body.recruit li, body.recruit dt, body.recruit dd, body.recruit dl {
  color: white;
}
/* line 38, ../sass/recruit.sass */
body.recruit #header-menu {
  display: flex;
  flex-direction: column;
}
/* line 42, ../sass/recruit.sass */
body.recruit .fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
}
/* line 48, ../sass/recruit.sass */
body.recruit .button {
  background: #fff;
  color: #3c96ad;
  border-radius: 2rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  /* line 56, ../sass/recruit.sass */
  #loader-bg #loading {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -16%;
  }
  /* line 61, ../sass/recruit.sass */
  #loader-bg #loading img {
    max-width: 40%;
  }

  /* line 65, ../sass/recruit.sass */
  body.recruit table tbody {
    background-color: #62B4C8;
  }
  /* line 67, ../sass/recruit.sass */
  body.recruit table tbody tr:nth-child(even) {
    background-color: #62B4C8;
    color: white;
  }
  /* line 70, ../sass/recruit.sass */
  body.recruit table tbody th, body.recruit table tbody td {
    display: block;
    text-align: left;
    color: white;
  }
  /* line 74, ../sass/recruit.sass */
  body.recruit table tbody th {
    background: #3c96ad;
  }
  /* line 77, ../sass/recruit.sass */
  body.recruit #index-movie {
    overflow: hidden;
    position: relative;
  }
  /* line 80, ../sass/recruit.sass */
  body.recruit #index-movie video {
    width: 100%;
    z-index: 5;
    opacity: 0.75;
  }
  /* line 84, ../sass/recruit.sass */
  body.recruit #index-movie .index-movie-title {
    z-index: 10;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
  }
  /* line 91, ../sass/recruit.sass */
  body.recruit a.recruit-banner {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 3rem auto 1rem;
    border: 1px solid #EBF4F5;
  }
  /* line 97, ../sass/recruit.sass */
  body.recruit a.recruit-banner figure {
    text-align: center;
  }
  /* line 99, ../sass/recruit.sass */
  body.recruit a.recruit-banner figure img {
    width: 50%;
    margin-bottom: 0;
  }
  /* line 103, ../sass/recruit.sass */
  body.recruit #main h1 {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  /* line 106, ../sass/recruit.sass */
  body.recruit #main h2 {
    margin-top: 3rem;
    padding: 0.5rem;
    background-size: auto auto;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(78, 165, 186, 0.75) 4px, rgba(78, 165, 186, 0.75) 12px);
  }
  /* line 112, ../sass/recruit.sass */
  body.recruit #main .entry-list ul li a {
    border-bottom: none;
    color: #fff;
  }
}
/* Medium and up 640 */
@media screen and (min-width: 40em) {
  /* line 119, ../sass/recruit.sass */
  body.recruit #content {
    overflow: visible;
  }
  /* line 121, ../sass/recruit.sass */
  body.recruit #header-menu {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 15;
  }
  /* line 126, ../sass/recruit.sass */
  body.recruit #header-menu ul {
    display: flex;
    flex-direction: row;
    background: white;
    color: #62B4C8;
    font-weight: bold;
  }
  /* line 132, ../sass/recruit.sass */
  body.recruit #header-menu ul a {
    display: inline-block;
    padding: 1rem 1.5rem;
    color: #62B4C8;
  }
  /* line 137, ../sass/recruit.sass */
  body.recruit a.recruit-banner {
    overflow: hidden;
    margin-top: 2rem;
    display: block;
    border: 1px solid #EBF4F5;
  }
  /* line 142, ../sass/recruit.sass */
  body.recruit a.recruit-banner figure {
    text-align: center;
  }
  /* line 144, ../sass/recruit.sass */
  body.recruit a.recruit-banner figure img {
    width: 50%;
    margin-bottom: 0;
  }
  /* line 148, ../sass/recruit.sass */
  body.recruit #index-movie {
    overflow: hidden;
    background: #3c96ad;
    margin-top: -3rem;
    position: relative;
  }
  /* line 153, ../sass/recruit.sass */
  body.recruit #index-movie video {
    width: 100%;
    z-index: 5;
    opacity: 0.75;
  }
  /* line 157, ../sass/recruit.sass */
  body.recruit #index-movie .index-movie-title {
    z-index: 10;
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
  }
  /* line 163, ../sass/recruit.sass */
  body.recruit #index-movie a.recruit-banner {
    width: 240px;
    position: absolute;
    bottom: 2rem;
    right: 0;
  }
  /* line 168, ../sass/recruit.sass */
  body.recruit #index-movie a.recruit-banner img {
    width: 75%;
  }
  /* line 172, ../sass/recruit.sass */
  body.recruit #main h1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  /* line 175, ../sass/recruit.sass */
  body.recruit #main h2 {
    margin-top: 4rem;
    padding: 0.5rem;
    background-size: auto auto;
    text-align: center;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(78, 165, 186, 0.75) 4px, rgba(78, 165, 186, 0.75) 12px);
  }
  /* line 182, ../sass/recruit.sass */
  body.recruit #main h3.latest {
    margin-top: 3.5rem;
  }
  /* line 184, ../sass/recruit.sass */
  body.recruit #main .lead {
    margin-bottom: 4rem;
  }
  /* line 186, ../sass/recruit.sass */
  body.recruit #main .lead p {
    font-size: 1.125rem;
    font-weight: bold;
  }
  /* line 189, ../sass/recruit.sass */
  body.recruit .entry-list ul li a {
    color: white;
    font-size: 1rem;
  }
  /* line 192, ../sass/recruit.sass */
  body.recruit .entry-body {
    margin-top: 4rem;
  }
  /* line 195, ../sass/recruit.sass */
  body.recruit table tbody {
    background-color: #62B4C8;
  }
  /* line 197, ../sass/recruit.sass */
  body.recruit table tbody tr:nth-child(even) {
    background-color: #62B4C8;
    color: white;
  }
  /* line 200, ../sass/recruit.sass */
  body.recruit table tbody tr:nth-child(odd) {
    background-color: #499FB4;
    color: white;
  }
}
/* Medium only.   */
/* Large and up  */
/* Large only */
/* XLarge and up 1200 */
/* XLarge only */
/* XXLarge and up 1440px */
