<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mark_1, .mark_2, .mark_3 {
  padding-left: 15px;
  background-position: 0em .5em;
  background-repeat: no-repeat;
}

.mark_1 {
  background-image: url(../img/mark_1.png);
}

.mark_2 {
  background-image: url(../img/mark_2.png);
}

.mark_3 {
  background-image: url(../img/mark_3.png);
}

@font-face {
  font-family: "ns-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ns-regular.woff") format("woff");
}
@font-face {
  font-family: "ns-regular";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ns-medium.woff") format("woff");
}
@font-face {
  font-family: "ns-regular";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/ns-bold.woff") format("woff");
}
/* =======================================================
*
*   Base Style 
* Edit this section
*
* ======================================================= */
html {
  font-size: 62.5%;
}

/* 10px */
html {
  font-size: 62.5%;
}

/* 10px */
body {
  font-size: 1.6rem;
}
@media (min-width: 600px) and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}

/* 16px */
li {
  font-size: 1.6rem;
}
@media (min-width: 600px) and (max-width: 960px) {
  li {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  li {
    font-size: 1.4rem;
  }
}

/* 16px */
li p {
  font-size: 1.6rem;
}
@media (min-width: 600px) and (max-width: 960px) {
  li p {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  li p {
    font-size: 1.4rem;
  }
}

/* 16px */
body {
  font-family: "ns-regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background: #FFF;
  color: #3e3e3e;
  margin: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body.qz-offcanvas {
  overflow-x: hidden;
}

a {
  color: #A4D18E;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none !important;
  color: #A4D18E !important;
}
a:visit {
  text-decoration: none !important;
  color: #A4D18E !important;
}

p {
  color: #3e3e3e;
  font-weight: 400;
  font-family: "ns-regular", Arial, sans-serif;
  margin: 0 !important;
  padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #3e3e3e;
  font-family: "ns-regular", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
}

h2, h3, h4, h5, h6 {
  color: #3e3e3e;
  font-family: "ns-regular", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

figure {
  margin: 0 auto;
  width: 100%;
}
figure figcaption {
  color: #393;
  line-height: 1.6;
  text-decoration: none;
  padding: 5px 0;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#qz-wrapper {
  overflow-x: hidden;
  position: relative;
  font-family: "ns-regular", Arial, sans-serif;
  line-height: 1.5;
  color: #3e3e3e;
  margin: 0;
  width: 100vw;
}
@media only screen and (min-width: 1200px) {
  #qz-wrapper {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  #qz-wrapper {
    font-size: calc(1.56rem + ((1vw - 0.98rem) * (0.18265)));
  }
}
@media only screen and (min-width: 824px) and (max-width: 979px) {
  #qz-wrapper {
    font-size: calc(1.52rem + ((1vw - 0.824rem) * (0.25806)));
  }
}
@media only screen and (min-width: 600px) and (max-width: 823px) {
  #qz-wrapper {
    font-size: calc(1.48rem + ((1vw - 0.6rem) * (0.17937)));
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  #qz-wrapper {
    font-size: calc(1.44rem + ((1vw - 0.4rem) * (0.20101)));
  }
}
@media only screen and (max-width: 399px) {
  #qz-wrapper {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.50633)));
  }
}

#qz-page {
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.qz-offcanvas #qz-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

.cont-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 960px) {
  .cont-wrapper {
    max-width: 960px;
    padding: 10px;
  }
}

.page-wrapper {
  width: 95%;
  margin: 0 auto;
  padding: 5px;
}
@media (min-width: 1200px) {
  .page-wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 10px;
  }
}
.page-wrapper:after {
  clear: both;
  content: " ";
  display: block;
}

.page-wrapper100vw {
  width: 100vw;
  padding: 0;
  margin: 0;
}
.page-wrapper100vw:after {
  clear: both;
  content: " ";
  display: table;
}

.page-wrapper85 {
  width: 98%;
  margin: 0 auto;
  padding: 5px 0;
}
@media (min-width: 1200px) {
  .page-wrapper85 {
    width: 85%;
    margin: 0 auto;
    padding: 10px;
  }
}
.page-wrapper85::after {
  clear: both;
  content: " ";
  display: block;
}

.grid-head {
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  width: 100%;
}
@media (min-width: 841px) {
  .grid-head {
    grid-template-rows: auto;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .grid-head {
    grid-template-rows: auto;
  }
}
.grid-head .cont-left {
  grid-column: 1/13;
  grid-row: 1;
}
@media (min-width: 841px) {
  .grid-head .cont-left {
    grid-column: 1/6;
    grid-row: 1;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .grid-head .cont-left {
    grid-column: 1/6;
    grid-row: 1;
  }
}
.grid-head .cont-left .img-box {
  padding: 10px;
  margin: 0 auto 0 0;
  text-align: left;
}
@media (min-width: 841px) {
  .grid-head .cont-left .img-box {
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .grid-head .cont-left .img-box {
    padding: 10px 0;
  }
}
.grid-head .cont-left .img-box img {
  margin: 0 auto 0 0;
  text-align: left;
}
.grid-head .cont-right {
  grid-column: 1/13;
  grid-row: 2;
  margin: 0 auto;
}
@media (min-width: 841px) {
  .grid-head .cont-right {
    grid-column: 8/13;
    grid-row: 1;
    margin: 0 0 0 auto;
    text-align: right;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .grid-head .cont-right {
    grid-column: 8/13;
    grid-row: 1;
    margin: 0 0 0 auto;
  }
}

.grid-list64 {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  min-height: 10px;
}
@media (min-width: 960px) {
  .grid-list64 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .grid-list64 {
    grid-template-columns: repeat(10, 1fr);
  }
}
.grid-list64 .contA {
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 960px) {
  .grid-list64 .contA {
    grid-column: 1/6;
    grid-row: 1;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .grid-list64 .contA {
    grid-column: 1/6;
    grid-row: 1;
  }
}
.grid-list64 .contB {
  grid-column: 1;
  grid-row: 2;
  padding-top: 10px;
}
@media (min-width: 960px) {
  .grid-list64 .contB {
    grid-column: 6/11;
    grid-row: 1;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .grid-list64 .contB {
    grid-column: 6/11;
    grid-row: 1;
  }
}

.grid-list-rec-top {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  min-height: 10px;
}
@media (min-width: 960px) {
  .grid-list-rec-top {
    grid-template-columns: repeat(10, 1fr);
  }
}
.grid-list-rec-top .contA {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
@media (min-width: 960px) {
  .grid-list-rec-top .contA {
    grid-column: 1/8;
    grid-row: 1;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .grid-list-rec-top .contA {
    width: 100%;
  }
}
.grid-list-rec-top .contB {
  grid-column: 1;
  grid-row: 2;
  padding-top: 10px;
}
@media (min-width: 960px) {
  .grid-list-rec-top .contB {
    grid-column: 8/11;
    grid-row: 1;
  }
}

.footer-box {
  padding: 20px 20px;
  background-color: #A4D18E;
  color: #fff;
  width: 100vw;
  width: 100%;
}

.box-job-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 350px) {
  .box-job-item {
    padding: 0;
  }
}

.list-job-item {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 100%;
}
@media only screen and (min-width: 200px) {
  .list-job-item {
    max-width: 200px;
  }
}
@media only screen and (min-width: 400px) {
  .list-job-item {
    max-width: 400px;
  }
}
@media only screen and (min-width: 600px) {
  .list-job-item {
    max-width: 600px;
  }
}
@media only screen and (min-width: 800px) {
  .list-job-item {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1000px) {
  .list-job-item {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .list-job-item {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .list-job-item {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1600px) {
  .list-job-item {
    max-width: 1600px;
  }
}
@media only screen and (min-width: 1800px) {
  .list-job-item {
    max-width: 1800px;
  }
}
@media only screen and (min-width: 2000px) {
  .list-job-item {
    max-width: 2000px;
  }
}
.list-job-item .flex-item {
  width: 185px;
  padding: 20px 10px 10px 10px;
  margin: 10px 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  .list-job-item .flex-item {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .list-job-item .flex-item {
    font-size: calc(1.56rem + ((1vw - 0.98rem) * (0.18265)));
  }
}
@media only screen and (min-width: 824px) and (max-width: 979px) {
  .list-job-item .flex-item {
    font-size: calc(1.52rem + ((1vw - 0.824rem) * (0.25806)));
  }
}
@media only screen and (min-width: 600px) and (max-width: 823px) {
  .list-job-item .flex-item {
    font-size: calc(1.48rem + ((1vw - 0.6rem) * (0.17937)));
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .list-job-item .flex-item {
    font-size: calc(1.44rem + ((1vw - 0.4rem) * (0.20101)));
  }
}
@media only screen and (max-width: 399px) {
  .list-job-item .flex-item {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.50633)));
  }
}
@media (max-width: 350px) {
  .list-job-item .flex-item {
    padding: 3px;
    margin: 10px 2px;
  }
}
.list-job-item .on {
  background: #A4D18E;
  color: #fff;
}
.list-job-item .on02 {
  background: rgba(229, 147, 1, 0.5);
  color: #fff;
}
.list-job-item .off {
  background: #eee;
  color: #ccc;
}

.box-rec3-list {
  padding: 0 10px 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .box-rec3-list {
    padding: 0 30px 0;
  }
}
@media (min-width: 960px) {
  .box-rec3-list {
    padding: 0 30px 0;
  }
}
.box-rec3-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.box-rec3-list li {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .box-rec3-list li {
    flex: 0 0 50%;
  }
}
@media (min-width: 960px) {
  .box-rec3-list li {
    flex: 0 0 50%;
  }
}
.box-rec3-list li:last-child {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .box-rec3-list li:last-child {
    flex: 0 0 50%;
  }
}
@media (min-width: 960px) {
  .box-rec3-list li:last-child {
    flex: 0 0 50%;
  }
}
.box-rec3-list .box {
  flex: 1;
  margin: 0 auto;
  padding: 10px;
}
.box-rec3-list .box .waku {
  width: 100%;
  margin: 0 auto;
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-rec3-list .box .waku {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .box-rec3-list .box .waku {
    width: 100%;
  }
}
.box-rec3-list .box a:hover {
  opacity: 0.8;
}
.box-rec3-list .box-hc-top {
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  height: 150px;
}
@media (min-width: 600px) and (max-width: 960px) {
  .box-rec3-list .box-hc-top {
    height: 150px;
  }
}
@media (min-width: 960px) {
  .box-rec3-list .box-hc-top {
    height: 150px;
  }
}
.box-rec3-list .box-hc-top .title {
  background: #fff;
  padding: 30px 15px 15px;
  text-align: center;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1200px) {
  .box-rec3-list .box-hc-top .title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .box-rec3-list .box-hc-top .title {
    font-size: calc(1.92rem + ((1vw - 0.98rem) * (0.3653)));
  }
}
@media only screen and (min-width: 824px) and (max-width: 979px) {
  .box-rec3-list .box-hc-top .title {
    font-size: calc(1.84rem + ((1vw - 0.824rem) * (0.51613)));
  }
}
@media only screen and (min-width: 600px) and (max-width: 823px) {
  .box-rec3-list .box-hc-top .title {
    font-size: calc(1.76rem + ((1vw - 0.6rem) * (0.35874)));
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .box-rec3-list .box-hc-top .title {
    font-size: calc(1.68rem + ((1vw - 0.4rem) * (0.40201)));
  }
}
@media only screen and (max-width: 399px) {
  .box-rec3-list .box-hc-top .title {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.01266)));
  }
}
.box-rec3-list .box-hc-top .detail {
  padding: 5px 10px 15px;
  margin: 0;
  color: #080;
}
@media only screen and (min-width: 1200px) {
  .box-rec3-list .box-hc-top .detail {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .box-rec3-list .box-hc-top .detail {
    font-size: calc(1.6rem + ((1vw - 0.98rem) * (0)));
  }
}
@media only screen and (min-width: 824px) and (max-width: 979px) {
  .box-rec3-list .box-hc-top .detail {
    font-size: calc(1.6rem + ((1vw - 0.824rem) * (0)));
  }
}
@media only screen and (min-width: 600px) and (max-width: 823px) {
  .box-rec3-list .box-hc-top .detail {
    font-size: calc(1.6rem + ((1vw - 0.6rem) * (0)));
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .box-rec3-list .box-hc-top .detail {
    font-size: calc(1.6rem + ((1vw - 0.4rem) * (0)));
  }
}
@media only screen and (max-width: 399px) {
  .box-rec3-list .box-hc-top .detail {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0)));
  }
}
.box-rec3-list .box-effect02 {
  position: relative;
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
.box-rec3-list .box-effect02 img {
  width: 100%;
  z-index: 1;
}
.box-rec3-list .box-effect02:hover {
  background: #fff;
  opacity: 0.5;
  z-index: 10;
}
</pre></body></html>