@charset "UTF-8";
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  line-break: strict; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

img {
  vertical-align: top; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.both {
  clear: both; }

h1,
h2,
h3,
h4,
p,
a,
span {
  white-space: normal;
  word-break: break-word; }

/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none; }
  input:hover,
  button:hover,
  textarea:hover,
  select:hover {
    cursor: pointer; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
@use 'colors';
@use "mixin";
@use 'media';
@use 'font';
html {
  scroll-behavior: smooth; }

html,
body {
  margin: 0;
  font-weight: 400;
  /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: 'Shippori Mincho', serif; }
  html a,
  html button,
  html .children,
  body a,
  body button,
  body .children {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400;
  /* regular */
  color: #000;
  position: relative;
  position: relative; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-a-r {
  text-align: right; }

#container {
  position: relative;
  /*&:before {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    background: {
      image: url(../../_home.jpg);
      size: 100% auto;
    }
    content: "";
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
  }*/ }

.workstyle-section {
  padding-top: 22px;
  padding-top: calc(22 / 375 * 100vw);
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
  margin-bottom: calc(100 / 375 * 100vw); }

.workstyle-content {
  padding-top: 35px;
  padding-top: calc(35 / 375 * 100vw);
  padding-bottom: 55px;
  padding-bottom: calc(55 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #FAFAFA; }

.workstyle-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  top: -35px;
  top: calc(-35 / 375 * 100vw);
  translate: -50% -50%;
  white-space: nowrap; }
  .workstyle-head .label {
    white-space: nowrap;
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    color: #fff;
    height: 43px;
    height: calc(43 / 375 * 100vw);
    background: #5DA804;
    margin-right: 10px;
    margin-right: calc(10 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-left: calc(10 / 375 * 100vw);
    padding-right: 10px;
    padding-right: calc(10 / 375 * 100vw);
    padding-top: 7px;
    padding-top: calc(7 / 375 * 100vw); }

.workstyle-lead {
  font-size: 20px;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  color: #5DA804;
  line-height: 40px;
  line-height: calc(40 / 375 * 100vw);
  margin-bottom: 60px;
  margin-bottom: calc(60 / 375 * 100vw); }

.workstyle-topic__item {
  width: 315px;
  width: calc(315 / 375 * 100vw); }
  .workstyle-topic__item:not(:last-of-type) {
    margin-bottom: 60px;
    margin-bottom: calc(60 / 375 * 100vw); }
  .workstyle-topic__item .num {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    /* bold */
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    color: #5DA804;
    margin-bottom: 15px;
    margin-bottom: calc(15 / 375 * 100vw);
    display: block; }
    .workstyle-topic__item .num:before {
      content: "";
      display: inline-block;
      width: 5px;
      width: calc(5 / 375 * 100vw);
      height: 16px;
      height: calc(16 / 375 * 100vw);
      background: #5DA804;
      margin-right: 8px;
      margin-right: calc(8 / 375 * 100vw);
      position: relative;
      top: 1px;
      top: calc(1 / 375 * 100vw); }
  .workstyle-topic__item .ttl {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    margin-bottom: calc(25 / 375 * 100vw);
    line-height: 2; }
  .workstyle-topic__item .img {
    margin-bottom: 25px;
    margin-bottom: calc(25 / 375 * 100vw); }
    .workstyle-topic__item .img img {
      width: 315px;
      width: calc(315 / 375 * 100vw);
      height: 245px;
      height: calc(245 / 375 * 100vw); }
  .workstyle-topic__item .desc {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 37.5px;
    line-height: calc(37.5 / 375 * 100vw); }

/* ----------------------------------------------------------

アンカー

---------------------------------------------------------- */
#anchors {
  padding-top: 40px;
  padding-top: calc(40 / 375 * 100vw);
  padding-bottom: 60px;
  padding-bottom: calc(60 / 375 * 100vw); }

.anchors-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .anchors-content .txt {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em; }

.anchors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
  margin-top: calc(22 / 375 * 100vw);
  margin-bottom: 0px;
  margin-bottom: calc(0 / 375 * 100vw); }

.anchors-link {
  font-size: 20px;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  color: #fff;
  height: 43px;
  height: calc(43 / 375 * 100vw);
  background: #5DA804;
  margin-left: 8px;
  margin-left: calc(8 / 375 * 100vw);
  margin-right: 8px;
  margin-right: calc(8 / 375 * 100vw);
  margin-bottom: 16px;
  margin-bottom: calc(16 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-left: calc(10 / 375 * 100vw);
  padding-right: 10px;
  padding-right: calc(10 / 375 * 100vw);
  padding-top: 7px;
  padding-top: calc(7 / 375 * 100vw); }

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
  .l-subpage-kv .img {
    background-image: url(../../images/workstyle/kv-1__md.jpg); }
    .workstyle-section {
      padding-top: 25px;
      padding-top: calc(25 / 1366 * 100vw); }
    .workstyle-section {
      height: 965px;
      height: calc(965 / 1366 * 100vw); }
    .workstyle-section {
      margin-bottom: 120px;
      margin-bottom: calc(120 / 1366 * 100vw); }
    .workstyle-content {
      padding-top: 100px;
      padding-top: calc(100 / 1366 * 100vw); }
    .workstyle-content {
      padding-bottom: 0px;
      padding-bottom: calc(0 / 1366 * 100vw); }
    .workstyle-content {
      height: 100%; }
    .workstyle-head {
      font-size: 25px;
      font-size: calc(25 / 1366 * 100vw); }
    .workstyle-head {
      top: -100px;
      top: calc(-100 / 1366 * 100vw); }
      .workstyle-head .label {
        font-size: 25px;
        font-size: calc(25 / 1366 * 100vw); }
      .workstyle-head .label {
        height: 50px;
        height: calc(50 / 1366 * 100vw); }
      .workstyle-head .label {
        margin-right: 14px;
        margin-right: calc(14 / 1366 * 100vw); }
      .workstyle-head .label {
        padding-left: 10px;
        padding-left: calc(10 / 1366 * 100vw); }
      .workstyle-head .label {
        padding-right: 10px;
        padding-right: calc(10 / 1366 * 100vw); }
      .workstyle-head .label {
        padding-top: 6px;
        padding-top: calc(6 / 1366 * 100vw); }
    .workstyle-lead {
      font-size: 25px;
      font-size: calc(25 / 1366 * 100vw); }
    .workstyle-lead {
      line-height: 25px;
      line-height: calc(25 / 1366 * 100vw); }
    .workstyle-lead {
      margin-bottom: 80px;
      margin-bottom: calc(80 / 1366 * 100vw); }
    .workstyle-lead {
      text-align: center; }
  .workstyle-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .workstyle-topic__item {
      width: 450px;
      width: calc(450 / 1366 * 100vw); }
    .workstyle-topic__item:nth-of-type(even) {
      margin-left: auto; }
      .workstyle-topic__item:not(:last-of-type) {
        margin-bottom: 0px;
        margin-bottom: calc(0 / 1366 * 100vw); }
      .workstyle-topic__item .num {
        font-size: 20px;
        font-size: calc(20 / 1366 * 100vw); }
      .workstyle-topic__item .num {
        margin-bottom: 15px;
        margin-bottom: calc(15 / 1366 * 100vw); }
        .workstyle-topic__item .num:before {
          width: 5px;
          width: calc(5 / 1366 * 100vw); }
        .workstyle-topic__item .num:before {
          height: 16px;
          height: calc(16 / 1366 * 100vw); }
        .workstyle-topic__item .num:before {
          margin-right: 8px;
          margin-right: calc(8 / 1366 * 100vw); }
        .workstyle-topic__item .num:before {
          top: 1px;
          top: calc(1 / 1366 * 100vw); }
      .workstyle-topic__item .ttl {
        font-size: 20px;
        font-size: calc(20 / 1366 * 100vw); }
      .workstyle-topic__item .ttl {
        margin-bottom: 25px;
        margin-bottom: calc(25 / 1366 * 100vw); }
      .workstyle-topic__item .img {
        margin-bottom: 25px;
        margin-bottom: calc(25 / 1366 * 100vw); }
        .workstyle-topic__item .img img {
          width: 450px;
          width: calc(450 / 1366 * 100vw); }
        .workstyle-topic__item .img img {
          height: 350px;
          height: calc(350 / 1366 * 100vw); }
      .workstyle-topic__item .desc {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
      .workstyle-topic__item .desc {
        line-height: 37.5px;
        line-height: calc(37.5 / 1366 * 100vw); }
    #anchors {
      padding-top: 120px;
      padding-top: calc(120 / 1366 * 100vw); }
    #anchors {
      padding-bottom: 120px;
      padding-bottom: calc(120 / 1366 * 100vw); }
      .anchors-content .txt {
        font-size: 25px;
        font-size: calc(25 / 1366 * 100vw); }
    .anchors-list {
      margin-top: 22px;
      margin-top: calc(22 / 1366 * 100vw); }
    .anchors-list {
      margin-bottom: 20px;
      margin-bottom: calc(20 / 1366 * 100vw); }
    .anchors-link {
      font-size: 25px;
      font-size: calc(25 / 1366 * 100vw); }
    .anchors-link {
      height: 50px;
      height: calc(50 / 1366 * 100vw); }
    .anchors-link {
      margin-left: 8px;
      margin-left: calc(8 / 1366 * 100vw); }
    .anchors-link {
      margin-right: 8px;
      margin-right: calc(8 / 1366 * 100vw); }
    .anchors-link {
      margin-bottom: 0px;
      margin-bottom: calc(0 / 1366 * 100vw); }
    .anchors-link {
      padding-left: 10px;
      padding-left: calc(10 / 1366 * 100vw); }
    .anchors-link {
      padding-right: 10px;
      padding-right: calc(10 / 1366 * 100vw); }
    .anchors-link {
      padding-top: 6px;
      padding-top: calc(6 / 1366 * 100vw); }
    .anchors-link {
      -webkit-transition: background 0.5s ease;
      transition: background 0.5s ease; }
      .anchors-link:hover {
        background: #4A8B03; } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
  .l-subpage-kv .img {
    background-image: url(../../images/workstyle/kv-1__sm.jpg); }
    .anchors-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media screen and (min-width: 1200px) {
    .workstyle-section {
      padding-top: 25px; }
    .workstyle-section {
      height: 965px; }
    .workstyle-section {
      margin-bottom: 120px; }
    .workstyle-content {
      padding-top: 100px; }
    .workstyle-content {
      padding-bottom: 0px; }
    .workstyle-head {
      font-size: 25px; }
    .workstyle-head {
      top: -100px; }
      .workstyle-head .label {
        font-size: 25px; }
      .workstyle-head .label {
        height: 50px; }
      .workstyle-head .label {
        margin-right: 14px; }
      .workstyle-head .label {
        padding-left: 10px; }
      .workstyle-head .label {
        padding-right: 10px; }
      .workstyle-head .label {
        padding-top: 6px; }
    .workstyle-lead {
      font-size: 25px; }
    .workstyle-lead {
      line-height: 25px; }
    .workstyle-lead {
      margin-bottom: 80px; }
    .workstyle-topic__item {
      width: 450px; }
      .workstyle-topic__item:not(:last-of-type) {
        margin-bottom: 0px; }
      .workstyle-topic__item .num {
        font-size: 20px; }
      .workstyle-topic__item .num {
        margin-bottom: 15px; }
        .workstyle-topic__item .num:before {
          width: 5px; }
        .workstyle-topic__item .num:before {
          height: 16px; }
        .workstyle-topic__item .num:before {
          margin-right: 8px; }
        .workstyle-topic__item .num:before {
          top: 1px; }
      .workstyle-topic__item .ttl {
        font-size: 20px; }
      .workstyle-topic__item .ttl {
        margin-bottom: 25px; }
      .workstyle-topic__item .img {
        margin-bottom: 25px; }
        .workstyle-topic__item .img img {
          width: 450px; }
        .workstyle-topic__item .img img {
          height: 350px; }
      .workstyle-topic__item .desc {
        font-size: 15px; }
      .workstyle-topic__item .desc {
        line-height: 37.5px; }
    #anchors {
      padding-top: 120px; }
    #anchors {
      padding-bottom: 120px; }
      .anchors-content .txt {
        font-size: 25px; }
    .anchors-list {
      margin-top: 22px; }
    .anchors-list {
      margin-bottom: 20px; }
    .anchors-link {
      font-size: 25px; }
    .anchors-link {
      height: 50px; }
    .anchors-link {
      margin-left: 8px; }
    .anchors-link {
      margin-right: 8px; }
    .anchors-link {
      margin-bottom: 0px; }
    .anchors-link {
      padding-left: 10px; }
    .anchors-link {
      padding-right: 10px; }
    .anchors-link {
      padding-top: 6px; } }
