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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-size: calc(72% + 0.5vw);
}
body {
  width: 100%;
  height: auto;
  font-family: Helvetica Neue, "Helvetica Neue", Helvetica, "Helvetica", HiraginoSans, "Hiragino Sans", sans-serif;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body a {
  text-decoration: none;
  color: inherit;
}
body > header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3rem;
  width: 100%;
  height: calc(12rem + 55px);
}
body > header > h1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3rem 0;
  z-index: 1000;
  background-color: #48a0f7;
}
body > header > h1 > img {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 300px;
  height: 55px;
  max-width: 60vw;
  max-height: 11vw;
}
body > header:before,
body > header:after {
  content: '';
  display: block;
  width: 100%;
  height: calc((12rem + 55px) * .5);
  z-index: 100;
}
body > header:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4eff9;
}
body > header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border-top: solid 1px rgba(142,167,186,0.5);
}
body > [name=main] > [name=articles] {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem 0;
  width: 40rem;
  height: auto;
}
@media screen and (max-width: 599px) {
  body > [name=main] > [name=articles] {
    max-width: 80vw;
  }
}
body > [name=main] > [name=articles] > article {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 1.5rem 0;
  height: 0;
}
body > [name=main] > [name=articles] > article.w_large {
  width: 40rem;
}
body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner {
  padding: 2rem 3rem;
}
body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner > header {
  font-size: 1.18321595662rem;
  line-height: 2.011467126254rem;
}
body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner > .logo {
  width: 64.72135955%;
  height: auto;
}
body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner > p {
  font-size: 0.84515425472rem;
  line-height: 1.436762233024rem;
}
body > [name=main] > [name=articles] > article.w_medium {
  width: calc((40rem - 3rem) / 2);
}
body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner {
  padding: 2rem 3rem;
}
body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner > header {
  font-size: 1.18321595662rem;
  line-height: 2.011467126254rem;
}
body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner > .logo {
  width: 64.72135955%;
  height: auto;
}
body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner > p {
  font-size: 0.714285714271319rem;
  line-height: 1.214285714261242rem;
}
body > [name=main] > [name=articles] > article.w_small {
  width: calc((40rem - 6rem) / 3);
}
body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner {
  padding: 1rem 2rem;
}
body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > header {
  font-size: 0.714285714271319rem;
  line-height: 1.214285714261242rem;
}
body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > .logo {
  width: 77.66563146%;
  height: auto;
}
body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > p {
  width: 100%;
  font-size: 0.603681610502119rem;
  line-height: 1.026258737853603rem;
}
body > [name=main] > [name=articles] > article.h_auto {
  height: auto;
}
body > [name=main] > [name=articles] > article.h_auto > .article-content {
  height: auto;
  position: relative;
}
body > [name=main] > [name=articles] > article.h_large {
  height: 40rem;
}
body > [name=main] > [name=articles] > article.h_medium {
  height: calc((40rem - 3rem) / 2);
}
body > [name=main] > [name=articles] > article.h_small {
  height: calc((40rem - 6rem) / 3);
}
body > [name=main] > [name=articles] > article.dummy {
  visibility: hidden;
}
@media screen and (max-width: 719px) {
  body > [name=main] > [name=articles] > article.w_small {
    width: calc((40rem - 3rem) / 2);
  }
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner {
    padding: 2rem 3rem;
  }
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > header {
    font-size: 1.18321595662rem;
    line-height: 2.011467126254rem;
  }
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > .logo {
    width: 64.72135955%;
    height: auto;
  }
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > p {
    font-size: 0.714285714271319rem;
    line-height: 1.214285714261242rem;
  }
  body > [name=main] > [name=articles] > article.h_small {
    height: calc((40rem - 3rem) / 2);
  }
  body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner > header,
  body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner > header,
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > header {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  body > [name=main] > [name=articles] > article.w_large,
  body > [name=main] > [name=articles] > article.w_medium,
  body > [name=main] > [name=articles] > article.w_small {
    width: 40rem;
    max-width: 80vw;
  }
  body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner,
  body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner,
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner {
    padding: 2rem 3rem;
  }
  body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner > header,
  body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner > header,
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > header {
    font-size: 1.18321595662rem;
    line-height: 2.011467126254rem;
  }
  body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner > .logo,
  body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner > .logo,
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > .logo {
    width: 64.72135955%;
    height: auto;
  }
  body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner > p,
  body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner > p,
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > p {
    font-size: 0.84515425472rem;
    line-height: 1.436762233024rem;
  }
  body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner > header,
  body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner > header,
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > header {
    font-size: 1.18321595662rem;
    line-height: 2.011467126254rem;
  }
  body > [name=main] > [name=articles] > article.w_large > .article-content > .article-content-inner > p,
  body > [name=main] > [name=articles] > article.w_medium > .article-content > .article-content-inner > p,
  body > [name=main] > [name=articles] > article.w_small > .article-content > .article-content-inner > p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
  body > [name=main] > [name=articles] > article.h_large,
  body > [name=main] > [name=articles] > article.h_medium,
  body > [name=main] > [name=articles] > article.h_small {
    height: 40rem;
    max-height: 80vw;
  }
  body > [name=main] > [name=articles] > article.dummy {
    display: none;
  }
}
body > [name=main] > [name=articles] > article > .article-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eff5f9;
}
body > [name=main] > [name=articles] > article > .article-content > .article-content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
body > [name=main] > [name=articles] > article > .article-content > .article-content-inner > header {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
body > [name=main] > [name=articles] > article > .article-content > .article-content-inner > .logo {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
body > [name=main] > [name=articles] > article > .article-content > .article-content-inner > p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
body > [name=main] > [name=articles] > article > .article-content > a:hover {
  -webkit-box-shadow: 0 0 0 3px #303335;
  box-shadow: 0 0 0 3px #303335;
}
body > [name=main] > [name=articles] > article[name=hiring].disable:before {
  content: '現在募集なし';
  font-size: 1.656502339268215rem;
  color: rgba(255,255,255,0.8);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0,0,0,0.5);
}
body > [name=main] > [name=articles] > article[name=hiring].disable:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(255,255,255,0.2);
}
body > [name=main] > [name=articles] > article[name=hiring].disable > .article-content > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body > [name=main] > [name=articles] > article[name=message] > .article-content {
  background-color: transparent;
}
body > [name=main] > [name=articles] > article[name=message] > .article-content > .article-content-inner {
  padding: 3rem;
}
body > [name=main] > [name=articles] > article[name=message] > .article-content > .article-content-inner > .message-portrait {
  width: 16rem;
  height: 16rem;
  margin: 1rem;
}
body > [name=main] > [name=articles] > article[name=message] > .article-content > .article-content-inner > header {
  color: #48a0f7;
  padding: 1rem 0;
  font-size: 1.400000000000182rem;
}
body > [name=main] > [name=articles] > article[name=message] > .article-content > .article-content-inner > .message-content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 2rem 0 0;
}
body > [name=main] > [name=articles] > article[name=message] > .article-content > .article-content-inner > .message-content > p {
  margin: 0.5rem 0;
  font-size: 0.84515425472rem;
  line-height: 1.436762233024rem;
}
body > [name=main] > [name=articles] > article[name=message] > .article-content > .article-content-inner > .message-content > p > .message-signature-title {
  font-size: 0.714285714271319rem;
  line-height: 1.214285714261242rem;
}
body > [name=main] > [name=articles] > article[name=message] > .article-content > .article-content-inner > .message-content > p > .message-signature-name {
  font-size: 0.84515425472rem;
  line-height: 1.436762233024rem;
}
body > [name=main] > [name=articles] > article[name=message] > .article-content > .article-content-inner > .message-content > p.message-signature {
  text-align: right;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  padding: 2rem 0 1rem;
}
@media screen and (max-width: 599px) {
  body > [name=main] > [name=articles] > article[name=message] > .article-content > .article-content-inner > header {
    font-size: 1.400000000000182rem;
    line-height: 2.380000000000309rem;
  }
}
body > [name=main] > [name=articles] > article[name=sunflare] > .article-content > .article-content-inner > .logo {
  width: 77.66563146%;
  height: auto;
}
body > [name=main] > [name=articles] > article[name=access] > .article-content > .article-content-inner {
  padding-left: 0;
  padding-right: 0;
}
body > [name=main] > [name=articles] > article[name=access] > .article-content > .article-content-inner > ul {
  list-style: disc;
  padding-bottom: 1rem;
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
body > [name=main] > [name=articles] > article[name=access] > .article-content > .article-content-inner > ul > li {
  font-size: 0.84515425472rem;
  line-height: 1.436762233024rem;
}
body > [name=main] > [name=articles] > article[name=access] > .article-content > .article-content-inner > .map-wrapper {
  padding-top: 64%;
  margin-bottom: 7%;
  width: 100%;
}
body > [name=main] > [name=articles] > article[name=access] > .article-content > .article-content-inner > .map-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  body > [name=main] > [name=articles] > article[name=access] {
    height: 60rem;
    max-height: 120vw;
  }
  body > [name=main] > [name=articles] > article[name=access] > .article-content > .article-content-inner > .map-wrapper {
    padding-top: 0;
    height: 72.65188395727596%;
  }
}
body > footer {
  color: #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #303335;
  margin-top: 2rem;
  padding: 3rem 0;
  font-size: 0.714285714271319rem;
  line-height: 1.214285714261242rem;
}
body > footer > address {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body > footer > address > p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  text-align: center;
  margin: 0.5rem 0;
}
body > footer > address > p > a {
  font-size: 0.84515425472rem;
  line-height: 1.436762233024rem;
  color: #48a0f7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    font-size: 21px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 990px), screen and (-ms-high-contrast: none) and (max-width: 990px) {
  html {
    font-size: 19px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 800px), screen and (-ms-high-contrast: none) and (max-width: 800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 599px), screen and (-ms-high-contrast: none) and (max-width: 599px) {
  html {
    font-size: 16px;
  }
}
@supports (-ms-ime-align: auto) {
  html {
    font-size: 21px;
  }
@media screen and (max-width: 990px) {
    html {
      font-size: 19px;
    }
}
@media screen and (max-width: 800px) {
    html {
      font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    html {
      font-size: 16px;
    }
}
}
/*# sourceMappingURL=index.css.map */