<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
/* line 32, ../../scss/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 45, ../../scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 48, ../../scss/_reset.scss */
nav ul {
  list-style: none; }

/* line 51, ../../scss/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 55, ../../scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 59, ../../scss/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
/* line 67, ../../scss/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
/* line 73, ../../scss/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* line 79, ../../scss/_reset.scss */
del {
  text-decoration: line-through; }

/* line 82, ../../scss/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 86, ../../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
/* line 91, ../../scss/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* line 99, ../../scss/_reset.scss */
input, select {
  vertical-align: middle; }

/* line 7, ../../scss/_mixin.scss */
.clearfix, ul.normal_list li, article #main_visual #top_btn ul {
  zoom: 1; }
  /* line 11, ../../scss/_mixin.scss */
  .clearfix:after, ul.normal_list li:after, article #main_visual #top_btn ul:after {
    content: '';
    display: block;
    clear: both; }

/* line 52, ../../scss/_mixin.scss */
body {
  font: 13px/1.231 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic',arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

/* line 52, ../../scss/_mixin.scss */
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

/* line 52, ../../scss/_mixin.scss */
table {
  font-size: inherit;
  font: 100%; }

/* line 52, ../../scss/_mixin.scss */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* line 4, ../../scss/_main.scss */
a {
  color: #0068b7;
  text-decoration: none; }
  /* line 78, ../../scss/_mixin.scss */
  a:hover {
    color: #0044cc;
    text-decoration: none; }

/* line 11, ../../scss/_main.scss */
ul, li {
  list-style: none; }

/* line 14, ../../scss/_main.scss */
body {
  font-size: 91%;
  line-height: 1.5em;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, YuGothic, sans-serif;
  color: #333; }

/* line 23, ../../scss/_main.scss */
h1 {
  font-size: 3.42857em;
  line-height: 1.125em; }

/* line 24, ../../scss/_main.scss */
h2 {
  font-size: 2.57143em;
  line-height: 1.5em; }

/* line 25, ../../scss/_main.scss */
h3 {
  font-size: 1.71429em;
  line-height: 1.5em; }

/* line 26, ../../scss/_main.scss */
h4 {
  font-size: 1.42857em;
  line-height: 1.8em; }

/* line 27, ../../scss/_main.scss */
h5 {
  font-size: 1.28571em;
  line-height: 2em; }

/* line 29, ../../scss/_main.scss */
p {
  margin-top: 1.28571em;
  margin-bottom: 1.28571em; }

/* line 31, ../../scss/_main.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* line 56, ../../scss/_main.scss */
ul, li {
  list-style: none; }

/* line 59, ../../scss/_main.scss */
ul.normal_list {
  margin: 0;
  padding: 0 .5em; }
  /* line 63, ../../scss/_main.scss */
  ul.normal_list li {
    padding: 0 0 0 20px;
    position: relative; }
  /* line 67, ../../scss/_main.scss */
  ul.normal_list li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8px;
    font-family: FontAwesome;
    padding-right: 10px;
    content: "\f111";
    color: #333; }

/* line 79, ../../scss/_main.scss */
p.out_link a {
  color: #0068b7;
  border: 1px solid #0068b7;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0 0 0; }
  /* line 85, ../../scss/_main.scss */
  p.out_link a i {
    margin-right: 7px; }

/* line 89, ../../scss/_main.scss */
p.out_link a:hover {
  background: #0068b7;
  color: white; }

/* line 96, ../../scss/_main.scss */
h1#special::after {
  content: '';
  display: block;
  margin: 8px auto 8px auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #999; }

/* line 14, ../../scss/recruit_top.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

/* line 21, ../../scss/recruit_top.scss */
#contents {
  position: relative;
  min-height: 100%; }

/* line 25, ../../scss/recruit_top.scss */
#wrapper {
  width: 960px;
  margin: auto;
  padding: 50px 0; }

/* line 34, ../../scss/recruit_top.scss */
header {
  margin: 0 0 20px 0; }
  /* line 39, ../../scss/recruit_top.scss */
  header h1 {
    width: 484px; }

/* line 48, ../../scss/recruit_top.scss */
article #main_visual {
  position: relative; }
  /* line 50, ../../scss/recruit_top.scss */
  article #main_visual #copy {
    position: absolute;
    z-index: 9999;
    top: 130px;
    left: 20px;
    width: 599px; }
  /* line 62, ../../scss/recruit_top.scss */
  article #main_visual #top_btn {
    position: absolute;
    bottom: 100px;
    z-index: 9999; }
    /* line 70, ../../scss/recruit_top.scss */
    article #main_visual #top_btn ul {
      background: #fff;
      line-height: 0; }
      /* line 76, ../../scss/recruit_top.scss */
      article #main_visual #top_btn ul li {
        width: 480px;
        float: left; }
        /* line 85, ../../scss/recruit_top.scss */
        article #main_visual #top_btn ul li a {
          line-height: 0; }

/* line 96, ../../scss/recruit_top.scss */
footer {
  width: 100%;
  background: #4d4c4c;
  padding: 10px 0;
  font-size: 77%;
  line-height: 1; }
  /* line 99, ../../scss/recruit_top.scss */
  footer .copyright {
    width: 960px;
    margin: auto;
    text-align: right;
    color: #fff; }
  /* line 113, ../../scss/recruit_top.scss */
  footer p {
    margin: 0; }

@media only screen and (min-width: 801px) and (max-width: 1406px) {
  /* line 14, ../../scss/recruit_top.scss */
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%; }

  /* line 21, ../../scss/recruit_top.scss */
  #contents {
    position: relative;
    min-height: 100%; }

  /* line 25, ../../scss/recruit_top.scss */
  #wrapper {
    width: 960px;
    margin: auto;
    padding: 50px 0; }

  /* line 34, ../../scss/recruit_top.scss */
  header {
    margin: 0 0 20px 0; }
    /* line 39, ../../scss/recruit_top.scss */
    header h1 {
      width: 484px; }

  /* line 48, ../../scss/recruit_top.scss */
  article #main_visual {
    position: relative; }
    /* line 50, ../../scss/recruit_top.scss */
    article #main_visual #copy {
      position: absolute;
      z-index: 9999;
      top: 130px;
      left: 20px;
      width: 599px; }
    /* line 62, ../../scss/recruit_top.scss */
    article #main_visual #top_btn {
      position: absolute;
      bottom: 100px;
      z-index: 9999; }
      /* line 70, ../../scss/recruit_top.scss */
      article #main_visual #top_btn ul {
        background: #fff;
        line-height: 0; }
        /* line 76, ../../scss/recruit_top.scss */
        article #main_visual #top_btn ul li {
          width: 480px;
          float: left; }
          /* line 85, ../../scss/recruit_top.scss */
          article #main_visual #top_btn ul li a {
            line-height: 0; }

  /* line 96, ../../scss/recruit_top.scss */
  footer {
    width: 100%;
    background: #4d4c4c;
    padding: 10px 0;
    font-size: 77%;
    line-height: 1; }
    /* line 99, ../../scss/recruit_top.scss */
    footer .copyright {
      width: 960px;
      margin: auto;
      text-align: right;
      color: #fff; }
    /* line 113, ../../scss/recruit_top.scss */
    footer p {
      margin: 0; } }
@media only screen and (min-width: 641px) and (max-width: 800px) {
  /* line 14, ../../scss/recruit_top.scss */
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%; }

  /* line 21, ../../scss/recruit_top.scss */
  #contents {
    position: relative;
    min-height: 100%; }

  /* line 25, ../../scss/recruit_top.scss */
  #wrapper {
    width: 960px;
    margin: auto;
    padding: 50px 0; }

  /* line 34, ../../scss/recruit_top.scss */
  header {
    margin: 0 0 20px 0; }
    /* line 39, ../../scss/recruit_top.scss */
    header h1 {
      width: 484px; }

  /* line 48, ../../scss/recruit_top.scss */
  article #main_visual {
    position: relative; }
    /* line 50, ../../scss/recruit_top.scss */
    article #main_visual #copy {
      position: absolute;
      z-index: 9999;
      top: 130px;
      left: 20px;
      width: 599px; }
    /* line 62, ../../scss/recruit_top.scss */
    article #main_visual #top_btn {
      position: absolute;
      bottom: 100px;
      z-index: 9999; }
      /* line 70, ../../scss/recruit_top.scss */
      article #main_visual #top_btn ul {
        background: #fff;
        line-height: 0; }
        /* line 76, ../../scss/recruit_top.scss */
        article #main_visual #top_btn ul li {
          width: 480px;
          float: left; }
          /* line 85, ../../scss/recruit_top.scss */
          article #main_visual #top_btn ul li a {
            line-height: 0; }

  /* line 96, ../../scss/recruit_top.scss */
  footer {
    width: 100%;
    background: #4d4c4c;
    padding: 10px 0;
    font-size: 77%;
    line-height: 1; }
    /* line 99, ../../scss/recruit_top.scss */
    footer .copyright {
      width: 960px;
      margin: auto;
      text-align: right;
      color: #fff; }
    /* line 113, ../../scss/recruit_top.scss */
    footer p {
      margin: 0; } }
@media only screen and (max-width: 640px) {
  /* line 14, ../../scss/recruit_top.scss */
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%; }

  /* line 21, ../../scss/recruit_top.scss */
  #contents {
    position: relative;
    min-height: 100%; }

  /* line 25, ../../scss/recruit_top.scss */
  #wrapper {
    width: 960px;
    margin: auto;
    padding: 50px 0;
    width: 100%;
    padding: 0; }

  /* line 34, ../../scss/recruit_top.scss */
  header {
    margin: 0 0 20px 0;
    margin: 0 0 10px 0; }
    /* line 39, ../../scss/recruit_top.scss */
    header h1 {
      width: 484px;
      width: 90%;
      margin: auto; }

  /* line 48, ../../scss/recruit_top.scss */
  article #main_visual {
    position: relative; }
    /* line 50, ../../scss/recruit_top.scss */
    article #main_visual #copy {
      position: absolute;
      z-index: 9999;
      top: 130px;
      left: 20px;
      width: 599px;
      width: 94%;
      top: 10%;
      left: 2%; }
    /* line 62, ../../scss/recruit_top.scss */
    article #main_visual #top_btn {
      position: absolute;
      bottom: 100px;
      z-index: 9999;
      position: relative;
      bottom: 0; }
      /* line 70, ../../scss/recruit_top.scss */
      article #main_visual #top_btn ul {
        background: #fff;
        line-height: 0; }
        /* line 76, ../../scss/recruit_top.scss */
        article #main_visual #top_btn ul li {
          width: 480px;
          float: left;
          width: 100%;
          float: none;
          line-height: 0; }
          /* line 85, ../../scss/recruit_top.scss */
          article #main_visual #top_btn ul li a {
            line-height: 0; }

  /* line 96, ../../scss/recruit_top.scss */
  footer {
    width: 100%;
    background: #4d4c4c;
    padding: 10px 0;
    font-size: 77%;
    line-height: 1; }
    /* line 99, ../../scss/recruit_top.scss */
    footer .copyright {
      width: 960px;
      margin: auto;
      text-align: right;
      color: #fff;
      width: 100%;
      text-align: center; }
    /* line 113, ../../scss/recruit_top.scss */
    footer p {
      margin: 0; } }
</pre></body></html>