@charset "UTF-8";
/**
 * Foundation
**/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  line-height: 1.6;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**
 * Project Base
**/
html {
  font-family: "M PLUS 1p", YuGothic, "游ゴシック", Meiryo, "メイリオ", sans-serif;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #333;
}

:focus {
  outline: 0;
}

button:focus,
input:focus,
textarea:focus,
optgroup:focus {
  -webkit-box-shadow: 0 0 0 2px #1f7198;
          box-shadow: 0 0 0 2px #1f7198;
}

/**
 * Layout
**/
.l-header {
  display: block;
  width: 100%;
}
.l-header__inner {
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  display: block;
  width: 100%;
}

/**
 * Component
**/
.Grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Grid[c-option~=nowrap] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.Grid[c-option~=middle] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Grid[c-option~=bottom] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Grid[c-option~=stretch] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.Grid[c-option~=baseline] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.Grid[c-option~=left] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Grid[c-option~=right] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Grid[c-option~=center] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Grid[c-option~=between] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Grid[c-option~=around] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.Grid[c-option~=row] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Grid[c-option~=rowRev] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Grid[c-option~=col] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Grid[c-option~=colRev] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.Cell {
  width: 100%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.Cell[c-option~="1of12"] {
  width: 8.3333333333%;
}
.Cell[c-option~="2of12"] {
  width: 16.6666666667%;
}
.Cell[c-option~="3of12"] {
  width: 25%;
}
.Cell[c-option~="4of12"] {
  width: 33.3333333333%;
}
.Cell[c-option~="5of12"] {
  width: 41.6666666667%;
}
.Cell[c-option~="6of12"] {
  width: 50%;
}
.Cell[c-option~=half] {
  width: 50%;
}
.Cell[c-option~="7of12"] {
  width: 58.3333333333%;
}
.Cell[c-option~="8of12"] {
  width: 66.6666666667%;
}
.Cell[c-option~="9of12"] {
  width: 75%;
}
.Cell[c-option~="10of12"] {
  width: 83.3333333333%;
}
.Cell[c-option~="11of12"] {
  width: 91.6666666667%;
}
.Cell[c-option~="12of12"] {
  width: 100%;
}
.Cell[c-option~=fill] {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .Cell:not([c-option*=sp]) {
    width: 100%;
  }
  .Cell[c-option~=sp1of12] {
    width: 8.3333333333%;
  }
  .Cell[c-option~=sp2of12] {
    width: 16.6666666667%;
  }
  .Cell[c-option~=sp3of12] {
    width: 25%;
  }
  .Cell[c-option~=sp4of12] {
    width: 33.3333333333%;
  }
  .Cell[c-option~=sp5of12] {
    width: 41.6666666667%;
  }
  .Cell[c-option~=sp6of12] {
    width: 50%;
  }
  .Cell[c-option~=spHalf] {
    width: 50%;
  }
  .Cell[c-option~=sp7of12] {
    width: 58.3333333333%;
  }
  .Cell[c-option~=sp8of12] {
    width: 66.6666666667%;
  }
  .Cell[c-option~=sp9of12] {
    width: 75%;
  }
  .Cell[c-option~=sp10of12] {
    width: 83.3333333333%;
  }
  .Cell[c-option~=sp11of12] {
    width: 91.6666666667%;
  }
  .Cell[c-option~=sp12of12] {
    width: 100%;
  }
}
.Cell[c-option=auto] {
  width: auto;
}
.Cell[c-option~=start] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Cell[c-option~=center] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.Cell[c-option~=end] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.Cell[c-option~=stretch] {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.Cell[c-option~=baseline] {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (max-width: 640px) {
  .Cell[c-option~=gap][c-option~=top] {
    padding-top: 4%;
  }
  .Cell[c-option~=gap][c-option~=bottom] {
    padding-bottom: 4%;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .Cell[c-option~=gap][c-option~=left] {
    padding-left: 2%;
  }
  .Cell[c-option~=gap][c-option~=right] {
    padding-right: 2%;
  }
}
@media screen and (min-width: 769px) {
  .Cell[c-option~=gap][c-option~=left] {
    padding-left: 2%;
  }
  .Cell[c-option~=gap][c-option~=right] {
    padding-right: 2%;
  }
}

.Btn {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
[c-option~=radius].Btn {
  border-radius: 0.4em;
}
[c-option~=bold].Btn {
  font-weight: bold;
}
[c-option~=left].Btn {
  text-align: left;
}
[c-option~=center].Btn {
  text-align: center;
}
[c-option~=right].Btn {
  text-align: right;
}
[c-option~=extra].Btn {
  font-size: 1.5em;
}
[c-option~=large].Btn {
  font-size: 1.25em;
}
[c-option~=medium].Btn {
  font-size: 1.1em;
}
[c-option~=small].Btn {
  font-size: 0.75em;
}
[c-option~=micro].Btn {
  font-size: 0.5em;
}

.Btn {
  display: block;
  width: 100%;
  padding: 1em 2em;
  text-align: center;
}
.Btn[c-option~=inline] {
  display: inline-block;
  width: auto;
}
.Btn[c-option~=inline] .fas:first-child {
  margin-right: 0.5em;
}
.Btn[c-option~=inline] .fas:last-child {
  margin-left: 0.5em;
}
.Btn:not([c-option~=inline]) {
  position: relative;
}
.Btn:not([c-option~=inline]) .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Btn:not([c-option~=inline]) .fas:first-child {
  left: 0.8em;
}
.Btn:not([c-option~=inline]) .fas:last-child {
  right: 0.8em;
}
.Btn[c-option~=primary][disabled], .Btn[c-option~=secondary][disabled] {
  color: rgba(0, 0, 0, 0.36);
  background-color: rgba(0, 0, 0, 0.24);
}
.Btn[c-option~=primary]:hover, .Btn[c-option~=secondary]:hover {
  cursor: default;
}
.Btn[c-option~=primary]:not([disabled]):hover, .Btn[c-option~=secondary]:not([disabled]):hover {
  opacity: 0.8;
}
.Btn[c-option~=primary] {
  color: #edf5fd;
  background-color: #1976d2;
}
.Btn[c-option~=primary][c-option~=light] {
  color: white;
  background-color: #63a4ff;
}
.Btn[c-option~=primary][c-option~=dark] {
  color: white;
  background-color: #004ba0;
}
.Btn[c-option~=secondary] {
  color: #281d01;
  background-color: #fbc02d;
}
.Btn[c-option~=secondary][c-option~=light] {
  color: black;
  background-color: #fff263;
}
.Btn[c-option~=secondary][c-option~=dark] {
  color: white;
  background-color: #c49000;
}

.Hr {
  width: 100%;
  height: 0;
  margin: 2.5em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0;
}
.Hr + .Heading01:not(:first-child),
.Hr + .Heading02:not(:first-child),
.Hr + .Heading03:not(:first-child) {
  margin-top: 0;
}

.Pragraph:not(:first-child) {
  margin-top: 1em;
}
.Pragraph[c-option~=left] {
  text-align: left;
}
.Pragraph[c-option~=center] {
  text-align: center;
}
.Pragraph[c-option~=right] {
  text-align: right;
}

.Text:not(:first-child) {
  margin-top: 1em;
}
.Text[c-option~=left] {
  text-align: left;
}
.Text[c-option~=center] {
  text-align: center;
}
.Text[c-option~=right] {
  text-align: right;
}

.Heading03:not(:first-child), .Heading02:not(:first-child), .Heading01:not(:first-child) {
  margin-top: 1.5em;
}
[c-option~=bold].Heading03, [c-option~=bold].Heading02, [c-option~=bold].Heading01 {
  font-weight: bold;
}
[c-option~=normal].Heading03, [c-option~=normal].Heading02, [c-option~=normal].Heading01 {
  font-weight: normal;
}
[c-option~=left].Heading03, [c-option~=left].Heading02, [c-option~=left].Heading01 {
  text-align: left;
}
[c-option~=center].Heading03, [c-option~=center].Heading02, [c-option~=center].Heading01 {
  text-align: center;
}
[c-option~=right].Heading03, [c-option~=right].Heading02, [c-option~=right].Heading01 {
  text-align: right;
}

.Heading01 + .Grid,
.Heading02 + .Grid,
.Heading03 + .Grid {
  margin-top: 0.8em;
}

.Heading01 {
  font-size: 2em;
}
.Heading01 + .Heading02 {
  margin-top: 0.35em;
}
.Heading01 + .Heading03 {
  margin-top: 0.35em;
}

.Heading02 {
  font-size: 1.6em;
}
.Heading02 + .Heading03 {
  margin-top: 0.35em;
}

.Heading03 {
  font-size: 1.2em;
}

.Inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .Inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .Inner {
    max-width: 1200px;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.Section {
  padding: 5% 0;
}
.Section[c-option~=gray] {
  background-color: #f2f2f2;
}

.c-section {
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 1310px) {
  .c-section {
    width: 1310px;
  }
}
@media screen and (max-width: 768px) {
  .c-section {
    width: 100% !important;
    padding-bottom: 50px;
  }
}

.c-table__row:nth-child(odd) {
  background-color: #fff;
}

.p-table__list {
  list-style-type: circle;
}

.Img {
  display: inline-block;
  max-width: 100%;
}
.Img[c-option=full] {
  display: block;
  width: 100%;
}

.c-globalNavi__link {
  position: relative;
  display: inline-block;
}
.c-globalNavi__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  margin: 0;
  border: 0;
  right: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__link {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.c-btn__link:hover {
  opacity: 0.8;
}

.c-404 {
  min-height: 600px;
}
@media screen and (max-width: 640px) {
  .c-404 {
    min-height: 500px;
  }
}
.c-404__inner {
  text-align: center;
}
.c-404__txt {
  margin-top: 60px;
}
.c-404__btn {
  margin-top: 70px;
}
.c-404__link {
  padding: 10px 25px;
  display: inline-block;
  color: #fff;
  background-color: #17375E;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-404__link:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .pc_hide {
    display: none;
  }
}

/**
 * Project
**/
.p-header {
  top: 0;
  z-index: 1400;
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-header {
    position: fixed;
    height: 60px;
    padding: 10px 0;
    background-color: #e7e9e9;
    border-bottom: 1px solid #ccc;
  }
}
.p-header.-lower {
  background-color: #e7e9e9;
}
@media screen and (max-width: 1310px) {
  .p-header.-lower {
    width: 1310px;
  }
}
@media screen and (max-width: 768px) {
  .p-header.-lower {
    width: 100% !important;
  }
}
.p-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1310px;
  margin: 0 auto;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
.p-header__logo {
  font-size: 0;
}
.p-header__logoImg.-whiteLogo {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-header__logoImg.-whiteLogo {
    display: none !important;
  }
}
.p-header__logoImg.-blackLogo {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__logoImg.-blackLogo {
    display: block !important;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logoLink {
    display: block;
    width: 200px;
  }
}
.p-header__logoLink:hover {
  opacity: 0.8;
}
.p-header__toggleBtn {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-header__toggleBtn {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-header__toggleBtn {
    display: none;
  }
}
.p-header__toggleLine {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #17375E;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__toggleLine:nth-child(1) {
  top: 0;
}
.p-header__toggleLine:nth-child(2) {
  top: 10px;
}
.p-header__toggleLine:nth-child(3) {
  top: 20px;
}
.p-header__toggleLine.openNav:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-header__toggleLine.openNav:nth-child(2) {
  opacity: 0;
}
.p-header__toggleLine.openNav:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-header__naviWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-header__naviWrap {
    display: none;
  }
}

.p-globalNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
}
.p-globalNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-globalNavi__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-globalNavi__item:nth-child(n+2) {
  margin-left: 35px;
}
.p-globalNavi__link {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
.p-globalNavi__link.-lower {
  color: #333;
}
.p-globalNavi__link::after {
  height: 1px;
  bottom: -12px;
  background: #17375e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-globalNavi__link:hover::after {
  width: 52px;
}
.p-globalNavi__txt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-globalNavi__txt {
    display: none;
  }
}

.p-btn.-headerBtn {
  margin-left: 80px;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-btn.-headerBtn {
    margin: 20px 0 15px 0;
  }
}
.p-btn.-worksBtn {
  padding: 0 20px;
}
.p-btn__inner {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-btn__inner {
    margin: 0 auto;
  }
}
.p-btn__inner.-phoneBtn {
  padding: 11px 30px 11px 50px;
  background-color: #1f3d61;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 4px 5px 6px -3px #363636;
          box-shadow: 4px 5px 6px -3px #363636;
}
@media screen and (max-width: 768px) {
  .p-btn__inner.-phoneBtn {
    width: 100%;
    max-width: 250px;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-btn__inner.-phoneBtn::before {
  position: absolute;
  content: url(../images/ico_tel.svg);
  left: 23px;
  margin-top: 2px;
}
.p-btn__inner.-newsBtn {
  padding: 11px 60px;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 4px 5px 6px -3px #bcbcbc;
          box-shadow: 4px 5px 6px -3px #bcbcbc;
}
@media screen and (max-width: 768px) {
  .p-btn__inner.-newsBtn {
    width: 100%;
    max-width: 450px;
    margin-top: 15px;
    text-align: center;
  }
}
.p-btn__inner.-mapBtn {
  margin: 0 auto;
  padding: 11px 60px;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 4px 5px 6px -3px #bcbcbc;
          box-shadow: 4px 5px 6px -3px #bcbcbc;
}
@media screen and (max-width: 768px) {
  .p-btn__inner.-mapBtn {
    margin: 10px auto 0;
    width: 100%;
    max-width: 450px;
    text-align: center;
  }
}
.p-btn__inner.-recruitBtn {
  margin: 30px auto 0;
  padding: 11px 35px;
  color: #17375E;
  -webkit-box-shadow: 4px 4px 4px -3px #4b4b4b;
          box-shadow: 4px 4px 4px -3px #4b4b4b;
}
@media screen and (max-width: 768px) {
  .p-btn__inner.-recruitBtn {
    width: 100%;
    max-width: 450px;
    margin-top: 20px;
    text-align: center;
  }
}
.p-btn__inner.-worksBtn {
  margin: 50px auto 100px;
  padding: 11px 35px;
  color: #fff;
  -webkit-box-shadow: 4px 5px 6px -3px #bcbcbc;
          box-shadow: 4px 5px 6px -3px #bcbcbc;
}
@media screen and (max-width: 768px) {
  .p-btn__inner.-worksBtn {
    width: 100%;
    max-width: 450px;
    margin-top: 40px;
    text-align: center;
  }
}
.p-btn__inner.-blueGrad {
  background: -webkit-gradient(linear, left top, right top, from(#429FC0), to(#153F67));
  background: -o-linear-gradient(left, #429FC0, #153F67);
  background: linear-gradient(to right, #429FC0, #153F67);
}
.p-btn__inner.-blueGrad::after {
  position: absolute;
  right: 13px;
  content: url(../images/ico_arrow.svg);
}
.p-btn__inner.-allWhite {
  background-color: #fff;
}
.p-btn__inner.-allWhite::after {
  position: absolute;
  right: 13px;
  content: url(../images/ico_arrow-blue.svg);
}

.p-spNav {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  margin-top: 58px;
  padding: 0 20px;
  background-color: #e7e9e9;
}
@media screen and (min-width: 769px) {
  .p-spNav {
    display: none !important;
  }
}
.p-spNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-spNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  border-top: 1px solid #c2c2c2;
}
.p-spNav__item:nth-child(odd) {
  border-right: 1px solid #c2c2c2;
}
.p-spNav__item:nth-last-child(-n+2) {
  border-bottom: 1px solid #c2c2c2;
}
.p-spNav__link {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .p-spNav__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-spNav__link::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #17375E;
    border-right: 2px solid #17375E;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    right: 17px;
    margin-top: -5px;
    bottom: auto;
    background: none;
  }
}
.p-spNav__txt {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-spNav {
    display: none;
  }
}

.p-scrollNav {
  z-index: 1300;
  position: fixed;
  top: -90px;
  width: 100%;
  padding: 10px 0;
  background-color: #e7e9e9;
  border-bottom: 1px solid #ccc;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-scrollNav {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-scrollNav {
    position: fixed;
  }
}
.p-scrollNav.-transform {
  top: 0px;
}
.p-scrollNav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 35px;
}
.p-scrollNav__logo {
  width: 230px;
}
.p-scrollNav__logoLink {
  font-size: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-scrollNav__logoLink:hover {
  opacity: 0.7;
}
.p-scrollNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}
@media screen and (max-width: 1310px) {
  .p-scrollNav__list {
    margin-left: 30px;
  }
}
.p-scrollNav__item:nth-child(n+2) {
  margin-left: 25px;
}
@media screen and (max-width: 1310px) {
  .p-scrollNav__item:nth-child(n+2) {
    margin-left: 20px;
  }
}
.p-scrollNav__link {
  position: relative;
  color: #333;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1310px) {
  .p-scrollNav__link {
    font-size: 13px;
    letter-spacing: normal;
  }
}
.p-scrollNav__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  margin: 0;
  border: 0;
  right: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: 1px;
  bottom: -9px;
  background: #17375e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-scrollNav__link:hover::after {
  width: 45px;
}
@media screen and (max-width: 1310px) {
  .p-scrollNav__link:hover::after {
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .pcHidden {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .pcHidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .spHidden {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .spHidden {
    display: block;
  }
}

.p-hero {
  width: 100%;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .p-hero {
    width: 100% !important;
    height: 65vh;
  }
}
@media screen and (max-width: 1310px) {
  .p-hero {
    width: 1310px;
  }
}
.p-hero__copy-wrap {
  width: 1250px;
  margin: 0 auto;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .p-hero__copy-wrap {
    width: 100%;
    margin: auto;
    padding: 0;
  }
}
.p-hero__copy {
  position: absolute;
  z-index: 1200;
  top: 35%;
  color: #fff;
  font-size: 35px;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-hero__copy {
    top: 25%;
    right: 0;
    left: 0;
    font-size: 22px;
    text-align: center;
  }
}
.p-hero__scroll {
  position: absolute;
  z-index: 1200;
}

.slick-wrapper {
  position: relative;
  overflow-x: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
}
.slick-slide__img {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .slick-slide__img {
    height: 65vh;
    background-position: 25% 75%;
  }
}

.p-newsBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1225px;
  margin: 0 auto;
  padding: 20px 80px;
}
@media screen and (max-width: 768px) {
  .p-newsBar {
    display: block;
    width: 100%;
    margin-top: 35px;
    padding: 0 20px;
  }
}
.p-newsBar__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-newsBar__wrap {
    display: block;
    padding: 0 20px;
  }
}
.p-newsBar__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-newsBar__ttl {
    display: block;
    text-align: center;
  }
}
.p-newsBar__slash {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-newsBar__slash {
    display: none;
  }
}
.p-newsBar__link {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-newsBar__link {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 10px auto 0;
  }
}
.p-newsBar__link:hover {
  color: #333;
  text-decoration: underline;
}
.p-newsBar__time {
  color: #949494;
}
.p-newsBar__txt {
  color: #333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-newsBar__txt {
    margin-top: 10px;
  }
}

.p-section.-lowerRecruit {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-section.-lowerRecruit {
    padding-bottom: 0;
  }
}
.p-section.-lowerTable {
  padding-bottom: 0;
}
.p-section__inner {
  width: 1225px;
  margin: 0 auto;
  padding: 60px 80px 0;
}
@media screen and (max-width: 768px) {
  .p-section__inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 0;
  }
}
.p-section__inner.-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-section__inner.-news {
    padding: 0;
  }
}
.p-section__inner.-recruit {
  width: 100%;
  margin: auto;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-section__inner.-recruit {
    padding: 50px 0 0;
  }
}
.p-section__inner.-machine {
  width: 100%;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-section__inner.-machine {
    padding: 0;
  }
}
.p-section__inner.-works {
  padding-top: 40px;
}
.p-section__title {
  text-align: center;
}
.p-section__mainTitle {
  position: relative;
  font-size: 30px;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  color: #17375e;
  letter-spacing: 0.1em;
}
.p-section__mainTitle.-recruit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-section__mainTitle {
    font-size: 22px;
    max-height: 100%;
  }
}
.p-section__mainTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  margin: 0;
  border: 0;
  right: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: 1px;
  bottom: -10px;
  background: #17375e;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-section__mainTitle::after {
    width: 65px;
  }
}
.p-section__subTitle {
  margin-top: 35px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.p-section__subTitle a {
  color: #0068D7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-section__subTitle {
    margin-top: 20px;
    font-size: 14px;
    max-height: 100%;
  }
}
.p-section__subTitle.-recruitSub {
  margin-top: 20px;
  font-weight: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-section__subTitle.-recruitSub {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2em;
  }
}
.p-section__subTitle.-recruitSub2 {
  margin-top: 40px;
  font-weight: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-section__subTitle.-recruitSub2 {
    margin-top: 25px;
    font-size: 14px;
    line-height: 2em;
  }
}
.p-section__cardLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.p-section__cardLinkWrap.-recruit {
  margin-top: 30px;
}
.p-section__cardLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 200px;
  margin: 0 12px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-section__cardLink {
    width: 100%;
    height: 100px;
  }
}
.p-section__cardLink:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
@media screen and (max-width: 768px) {
  .p-section__cardLink:nth-child(n+2) {
    margin-top: 20px !important;
  }
}
.p-section__cardLink:nth-child(n+5) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-section__cardLink:nth-child(n+5) {
    margin-top: 0;
  }
}
.p-section__cardLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  border: 1px solid #fff;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .p-section__cardLink::before {
    bottom: auto;
    right: 14px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-section__cardLink.-workBase {
  background-image: url(../images/img_card-link_base.jpg);
}
.p-section__cardLink.-workTemporary {
  background-image: url(../images/img_card-link_temporary.jpg);
}
.p-section__cardLink.-workSteel {
  background-image: url(../images/img_card-link_steel.jpg);
}
.p-section__cardLink.-workRemoval {
  background-image: url(../images/img_card-link_removal.jpg);
}
.p-section__cardLink.-workWelding {
  background-image: url(../images/img_card-link_welding.jpg);
}
.p-section__cardLink.-workBuilding {
  background-image: url(../images/img_card-link_building.jpg);
}
.p-section__cardLink.-workFactory {
  background-image: url(../images/img_card-link_factory.jpg);
}
.p-section__cardLink.-machineOwend {
  background-image: url(../images/img_card-link_owned.jpg);
}
.p-section__cardLink.-machineOffice {
  background-image: url(../images/img_card-link_office.jpg);
}
.p-section__cardLink.-recruitWorks {
  background-image: url(../images/img_card-link_works.jpg);
}
.p-section__cardLink.-recruitMachine {
  background-image: url(../images/img_card-link_machine.jpg);
}
.p-section__cardLink.-recruitNews {
  background-image: url(../images/img_card-link_news.jpg);
}

.p-service {
  background-image: url(../images/img_our-services_bg.jpg);
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-service {
    background-position: bottom;
  }
}
.p-service__cardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-service__cardWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
.p-service__card {
  display: block;
  width: 475px;
  -webkit-box-shadow: 0px 10px 10px -6px #797979;
          box-shadow: 0px 10px 10px -6px #797979;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-service__card {
    width: 100%;
    -webkit-box-shadow: 0px 10px 10px -12px #797979;
            box-shadow: 0px 10px 10px -12px #797979;
  }
}
.p-service__card:hover {
  opacity: 0.9;
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
@media screen and (max-width: 768px) {
  .p-service__card:nth-child(n+2) {
    margin-top: 25px;
  }
}
.p-service__cardImg {
  width: 475px;
  height: 255px;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-service__cardImg {
    width: 100%;
    height: 230px;
    background-position: bottom;
  }
}
.p-service__cardImg.-works {
  background-image: url(../images/img_service_works.jpg);
}
.p-service__cardImg.-machine {
  background-image: url(../images/img_service_machine.jpg);
}
.p-service__cardTitleWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ECEEED;
}
@media screen and (max-width: 768px) {
  .p-service__cardTitleWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
}
.p-service__cardTitleWrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  height: 1px;
  background: #17375e;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .p-service__cardTitleWrap::after {
    display: none;
  }
}
.p-service__cardTtile {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #17375e;
}
@media screen and (max-width: 768px) {
  .p-service__cardTtile {
    font-size: 18px;
  }
}
.p-service__cardSubTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-service__cardSubTitle {
    margin-left: 10px;
  }
}

.p-company {
  background-color: #EBEDEC;
}
.p-company__wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-company__wrap {
    margin-top: 20px;
  }
}
.p-company__greetingWrap {
  width: 160px;
  margin: 0 auto;
  padding: 6px 8px;
  background-color: #17375e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company__greetingWrap {
    width: 115px;
    padding: 8px 0;
  }
}
.p-company__greetingTitle {
  font-size: 18px;
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-company__greetingTitle {
    font-size: 14px;
  }
}
.p-company__readTxt {
  margin-top: 35px;
  text-align: center;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-company__readTxt {
    margin-top: 18px;
    text-align: left;
    font-size: 14px;
    max-height: 100%;
  }
}
.p-company__signature {
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-company__signature {
    margin-top: 7px;
    font-size: 14px;
    max-height: 100%;
  }
}
.p-company__signature span {
  margin-left: 20px;
  font-size: 23px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-company__signature span {
    font-size: 20px;
  }
}
.p-company__table {
  width: 850px;
  margin: 50px auto 0;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-company__table {
    margin-top: 30px;
    width: 100%;
  }
}
.p-company__table tbody th {
  width: 30%;
  padding: 20px 0;
  color: #17375e;
}
@media screen and (max-width: 768px) {
  .p-company__table tbody th {
    padding: 17px 0;
  }
}
.p-company__table tbody td {
  width: 70%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-company__table tbody td {
    padding: 17px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-access {
    padding: 0 !important;
  }
}
.p-access__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-access__wrapper {
    gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-access__cardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-access__cardWrap {
    margin: 30px 0 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-access__cardLeft, .p-access__cardRight {
  width: 100%;
}
.p-access__cardTop {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .p-access__cardTop {
    height: 250px;
  }
}
.p-access__cardTop.-img {
  background-image: url(../images/img_access_building.jpg);
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-access__cardTop.-img {
    background-position: 25% 75%;
  }
}
.p-access__cardTop.-hakodate {
  background-image: url(../images/img_access_hakodate.jpg);
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-access__cardTop.-hakodate {
    background-position: 50% 50%;
  }
}
.p-access__cardTop.-sapporo {
  background-image: url(../images/img_access_sapporo.jpg);
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-access__cardTop.-sapporo {
    background-position: 50% 50%;
  }
}
.p-access__cardTop.-branch {
  padding: 30px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-access__cardTop.-branch {
    padding: 0;
    height: auto !important;
  }
}
.p-access__cardBottom {
  width: 100%;
}
.p-access__cardBottom.-detailsBottom {
  padding: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-access__cardBottom.-detailsBottom {
    padding: 10px 0 0;
  }
}
.p-access__cardBottom.-detailsBottom:first-of-type {
  min-height: 180px;
}
@media screen and (max-width: 768px) {
  .p-access__cardBottom.-detailsBottom:first-of-type {
    min-height: 120px;
  }
}
.p-access__details.-topDetails {
  margin: 100px 0 40px 30px;
}
@media screen and (max-width: 768px) {
  .p-access__details.-topDetails {
    margin: 0;
    padding-top: 10px;
  }
}
.p-access__detailsTitle {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #17375e;
  letter-spacing: 0.6em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-access__detailsTitle {
    text-align: center;
    letter-spacing: normal;
  }
}
.p-access__detailsTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  margin: 0;
  border: 0;
  right: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: 1px;
  bottom: -5px;
  background: #17375e;
  width: 35px;
}
.p-access__detailsSlash {
  margin: 0 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-access__detailsSlash {
    display: none;
  }
}
.p-access__detailsTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-access__detailsTxt {
    position: relative;
    display: block;
    text-align: center;
  }
}

.p-recruit {
  background-image: url(../images/img_recruit_bg.jpg);
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-recruit {
    overflow-x: hidden;
  }
}
.p-recruit.-lowerRecruit {
  padding-bottom: 60px;
}
.p-recruit__cardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-recruit__cardWrap {
    display: block;
    margin-top: 30px;
  }
}
.p-recruit__leftCard {
  z-index: 50;
  width: 450px;
  margin-top: 80px;
  padding: 40px 30px 0;
  background-color: #43A0BF;
}
@media screen and (max-width: 768px) {
  .p-recruit__leftCard {
    width: 100%;
    margin-top: 0;
    padding: 30px 25px 30px;
  }
}
.p-recruit__rightImgWrap {
  z-index: 25;
  width: 700px;
  margin-left: -87px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-recruit__rightImgWrap {
    width: 110%;
    margin-left: -14px;
    padding: 0;
    font-size: 0;
  }
}
.p-recruit__rightImg {
  width: 100%;
}
.p-recruit__title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-recruit__title {
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.1em;
    max-height: 100%;
  }
}
.p-recruit__title span {
  margin-left: -14px;
}
@media screen and (max-width: 768px) {
  .p-recruit__title span {
    margin-left: 0;
  }
}
.p-recruit__txt {
  margin-top: 30px;
  color: #fff;
  letter-spacing: 0.1;
}
@media screen and (max-width: 768px) {
  .p-recruit__txt {
    margin-top: 20px;
    text-align: center;
    max-height: 100%;
  }
}

.p-lowerHero {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1310px) {
  .p-lowerHero {
    width: 1310px;
  }
}
@media screen and (max-width: 768px) {
  .p-lowerHero {
    width: 100% !important;
    height: 280px;
    background-position: 58%;
  }
}
.p-lowerHero.-news {
  background-image: url(../images/img_lower-news_hero.jpg);
}
.p-lowerHero.-works {
  background-image: url(../images/img_lower-works_hero.jpg);
}
.p-lowerHero.-machine {
  background-image: url(../images/img_lower-machine_hero.jpg);
}
.p-lowerHero.-recruit {
  height: 700px;
  background-position: top;
  background-image: url(../images/img_lower-recruit_hero.jpg);
}
@media screen and (max-width: 768px) {
  .p-lowerHero.-recruit {
    height: 550px;
  }
}
.p-lowerHero.-notfound {
  background-image: url(../images/img_lower-404_hero.jpg);
}
.p-lowerHero__inner {
  width: 1225px;
  margin: 0 auto;
  padding: 110px 80px 0;
}
@media screen and (max-width: 768px) {
  .p-lowerHero__inner {
    width: 100%;
    padding: 65px 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lowerHero__inner.-recruit {
    padding: 65px 30px 0;
  }
}
.p-lowerHero__breadcrumb {
  color: #fff;
}
.p-lowerHero__breadcrumb span {
  margin-right: 5px;
}
.p-lowerHero__breadcrumb span:nth-child(n+2) {
  margin-left: 5px;
}
.p-lowerHero__breadcrumb a {
  color: #fff;
}
.p-lowerHero__breadcrumb a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-lowerHero__breadcrumb {
    display: none;
  }
}
.p-lowerHero__titleWrap {
  position: relative;
  margin-top: 70px;
  padding: 45px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lowerHero__titleWrap {
    margin: 50px auto;
    max-width: 350px;
    padding: 20px 0;
  }
}
.p-lowerHero__titleWrap::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 250px;
  top: 5px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #4391AE transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .p-lowerHero__titleWrap::before {
    left: 0;
    border-width: 20px 20px 0 0;
  }
}
.p-lowerHero__titleWrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 250px;
  bottom: 5px;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #4391AE transparent;
}
@media screen and (max-width: 768px) {
  .p-lowerHero__titleWrap::after {
    right: 0;
    border-width: 0 0 20px 20px;
  }
}
.p-lowerHero__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-lowerHero__title {
    font-size: 25px;
  }
}
.p-lowerHero__subTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-lowerHero__subTitle {
    font-size: 14px;
  }
}
.p-lowerHero__recruitTitleWrap {
  margin-top: 35px;
  text-align: center;
}
.p-lowerHero__recruitTitle {
  font-family: "Sawarabi Mincho", serif;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.2em;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-lowerHero__recruitTitle {
    font-size: 20px;
  }
}
.p-lowerHero__recruitTxt {
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-lowerHero__recruitTxt {
    line-height: 2;
  }
}

.p-newsArea {
  width: 750px;
  /*&__pageNumbers {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 7px 10px;
    color: #b4b4b4;
    border: 1px solid #b4b4b4;
    text-align: center;
    transition: $default_transition;
    @include sptab {
      width: 35px;
      height: 35px;
      margin: 0 3px;
      padding: 7px 5px;
      font-size: 13px;
    }
    &:hover {
      color: #fff;
      background-color: #17375E;
    }
    &.-current {
      color: #fff;
      background-color: #17375E;
    }
    &.-dots {
      &:hover {
        color: #b4b4b4;
        background-color: #fff;
      }
    }
  }*/
}
@media screen and (max-width: 768px) {
  .p-newsArea {
    width: 100%;
  }
}
.p-newsArea__item {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-newsArea__item {
    padding: 20px 20px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #bfbfbf;
  }
}
.p-newsArea__item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-newsArea__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-newsArea__item:hover {
  opacity: 0.7;
}
.p-newsArea__itemWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-newsArea__itemWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-newsArea__category {
  position: absolute;
  top: -7px;
  left: -10px;
  padding: 5px 15px;
  color: #fff;
  background-color: #17375E;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-newsArea__category {
    display: none;
  }
}
.p-newsArea__image {
  width: 250px;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/img_lower-news_dummy.jpg);
  border: 2px solid #adadad;
}
@media screen and (max-width: 768px) {
  .p-newsArea__image {
    width: 30%;
    height: 21vw;
    border: none;
  }
}
.p-newsArea__txtWrap {
  width: 500px;
  padding: 20px 20px 10px;
  border: solid #adadad;
  border-width: 2px 2px 2px 0;
}
@media screen and (max-width: 768px) {
  .p-newsArea__txtWrap {
    width: 70%;
    padding: 0 0 0 15px;
    border: none;
  }
}
.p-newsArea__title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-newsArea__title {
    font-size: 16px;
    max-height: 100%;
  }
}
.p-newsArea__txt {
  margin-top: 5px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-newsArea__txt {
    font-size: 14px;
  }
}
.p-newsArea__postTime {
  margin-top: 15px;
  font-size: 13px;
  text-align: right;
  color: #4391AE;
  font-style: italic;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-newsArea__postTime {
    margin-top: 10px;
    font-size: 12px;
  }
}
.p-newsArea__pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.p-newsArea__pagenation a {
  margin: 0 5px;
  padding: 7px 10px;
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-newsArea__pagenation a {
    margin: 0 3px;
    padding: 7px 5px;
    font-size: 13px;
  }
}
.p-newsArea__pagenation a:hover {
  color: #fff;
  background-color: #17375E;
}
@media screen and (max-width: 768px) {
  .p-newsArea__pagenation {
    margin-top: 30px;
  }
}
.p-newsArea__articleTitle {
  position: relative;
  padding: 10px 10px 10px 15px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #E6E7E7;
  border-left: 10px solid #17375E;
}
@media screen and (max-width: 768px) {
  .p-newsArea__articleTitle {
    font-size: 18px;
  }
}
.p-newsArea__articleDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.p-newsArea__articleCategory {
  padding: 5px 15px;
  font-size: 12px;
  color: #fff;
  background-color: #17375E;
}
.p-newsArea__articleDay {
  margin-left: 10px;
  padding: 5px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4391AE;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .p-newsArea__wrap {
    margin-top: 20px;
    padding: 0 20px;
  }
}
.p-newsArea__articleWrap {
  margin-top: 50px;
}
.p-newsArea__articleWrap h1 {
  margin: 40px 0 25px;
  padding-bottom: 5px;
  font-size: 20px;
  border-bottom: 2px solid #4391AE;
}
@media screen and (max-width: 768px) {
  .p-newsArea__articleWrap h1 {
    margin: 35px 0 20px;
    font-size: 18px;
  }
}
.p-newsArea__articleWrap h2 {
  margin: 30px 0 20px;
  padding-bottom: 3px;
  font-size: 18px;
  border-bottom: 1px dotted #3E3A39;
}
@media screen and (max-width: 768px) {
  .p-newsArea__articleWrap h2 {
    margin: 25px 0 15px;
    font-size: 16px;
  }
}
.p-newsArea__articleWrap h4 {
  margin: 25px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-newsArea__articleWrap h4 {
    margin: 20px 0;
    font-size: 14px;
  }
}
.p-newsArea__articleWrap p {
  margin: 25px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-newsArea__articleWrap p {
    margin: 20px 0;
    font-size: 14px;
  }
}
.p-newsArea__articleWrap pre {
  margin: 25px 0;
  font-size: 16px;
  font-family: "M PLUS 1p", YuGothic, "游ゴシック", Meiryo, "メイリオ", sans-serif;
  color: #f00;
}
@media screen and (max-width: 768px) {
  .p-newsArea__articleWrap pre {
    margin: 20px 0;
    font-size: 14px;
  }
}
.p-newsArea__articleWrap ul {
  margin: 25px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-newsArea__articleWrap ul {
    margin: 20px 0;
    font-size: 14px;
  }
}
.p-newsArea__articleWrap ol {
  margin: 25px 0;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-newsArea__articleWrap ol {
    margin: 20px 0;
    font-size: 14px;
  }
}
.p-newsArea__articleWrap blockquote {
  margin: 25px 0;
  padding: 30px 20px;
  background-color: #e8e8e8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-newsArea__articleWrap blockquote {
    margin: 20px 0;
    padding: 20px 15px;
    font-size: 14px;
  }
}
.p-newsArea__articleWrap a {
  color: #0068D7;
  font-weight: bold;
}
.p-newsArea__articleWrap a:hover {
  text-decoration: underline;
}
.p-newsArea__articleWrap img {
  width: 100%;
  height: 100%;
}

.p-sideBar {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .p-sideBar {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
}
.p-sideBar__wrap:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-sideBar__wrap:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-sideBar__title {
  padding: 5px 15px;
  color: #fff;
  font-weight: normal;
  background-color: #17375E;
}
.p-sideBar__list {
  margin-top: 15px;
}
.p-sideBar li {
  margin-left: 15px;
}
.p-sideBar li:nth-child(n+2) {
  margin-top: 10px;
}
.p-sideBar a {
  position: relative;
  padding-left: 20px;
  color: #333;
}
.p-sideBar a:hover {
  text-decoration: underline;
}
.p-sideBar a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 28%;
  left: 0;
  border-top: 2px solid #17375e;
  border-right: 2px solid #17375e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-interview {
    margin-top: 30px;
  }
}
.p-interview__imageArea {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .p-interview__imageArea {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-interview__image {
  width: 100%;
}
.p-interview__txtArea {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .p-interview__txtArea {
    width: 100%;
    margin-top: 20px;
  }
}
.p-interview__name {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-interview__name {
    font-size: 20px;
    max-height: 100%;
  }
}
.p-interview__subName {
  margin-left: 15px;
  font-size: 16px;
  color: #4390AD;
}
@media screen and (max-width: 768px) {
  .p-interview__subName {
    font-size: 13px;
  }
}
.p-interview__txt {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-interview__txt {
    max-height: 100%;
  }
}

.p-lowerColorArea {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 100px;
  background-color: #F4F4F4;
  /*&:nth-child(n+2) {
    margin-top: 0;
  }*/
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.p-lowerColorArea.-machineBottom {
  background-color: #fff;
}
.p-lowerColorArea.-worksBottom {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea.-worksBottom {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
.p-lowerColorArea__inner {
  width: 1225px;
  margin: 0 auto;
  padding: 50px 80px 0;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 0;
  }
}
.p-lowerColorArea__wrap:nth-child(n+2) {
  margin-top: 50px;
}
.p-lowerColorArea__boxTextWrap {
  margin: 0 40px;
  padding: 30px;
  background-color: #17375E;
  background-color: rgba(23, 55, 94, 0.8);
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__boxTextWrap {
    margin: 0;
  }
}
.p-lowerColorArea__mainText {
  font-size: 34px;
  font-family: "Sawarabi Mincho", serif;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__mainText {
    font-size: 22px;
    line-height: 1.5;
    max-height: 100%;
  }
}
.p-lowerColorArea__mainText.-bottomText {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__mainText.-bottomText {
    margin-top: 20px;
    font-size: 18px;
    max-height: 100%;
  }
}
.p-lowerColorArea__subText {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__subText {
    letter-spacing: 0.1em;
    max-height: 100%;
  }
}
.p-lowerColorArea__subText:last-child {
  margin-top: 0;
}
.p-lowerColorArea__worksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__worksList {
    margin-top: 30px;
  }
}
.p-lowerColorArea__worksItem {
  width: 330px;
  margin: 0 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 10px 10px -12px #797979;
          box-shadow: 0px 10px 10px -12px #797979;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__worksItem {
    width: 100%;
  }
}
.p-lowerColorArea__worksItem:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__worksItem:nth-child(n+2) {
    margin-top: 20px !important;
  }
}
.p-lowerColorArea__worksItem:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__worksItem:nth-child(n+4) {
    margin-top: 0px;
  }
}
.p-lowerColorArea__worksItem:nth-child(odd) .p-lowerColorArea__worksTxtWrap::after {
  background-color: #17375E;
}
.p-lowerColorArea__worksItem:nth-child(even) .p-lowerColorArea__worksTxtWrap::after {
  background-color: #4391AE;
}
.p-lowerColorArea__worksTitle {
  position: relative;
  font-size: 18px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__worksTitle {
    font-size: 16px;
  }
}
.p-lowerColorArea__worksTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  margin: 0;
  border: 0;
  right: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: 1px;
  bottom: -7px;
  background: #a1a1a1;
  width: 80%;
}
.p-lowerColorArea__worksTxt {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.p-lowerColorArea__worksImg {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-image: url(../images/img_lower-news_dummy.jpg);
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__worksImg {
    height: 180px;
  }
}
.p-lowerColorArea__worksTxtWrap {
  padding: 20px;
  height: 180px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__worksTxtWrap {
    padding: 20px 20px 30px;
    height: auto;
  }
}
.p-lowerColorArea__worksTxtWrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  margin: 0;
  border: 0;
  right: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: 5px;
  bottom: 0;
  width: 100%;
}
.p-lowerColorArea__machineList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-lowerColorArea__machineItem {
  width: 510px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__machineItem {
    width: 100%;
    margin-top: 30px;
  }
}
.p-lowerColorArea__machineImg {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-image: url(../images/img_lower-news_dummy.jpg);
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__machineImg {
    height: 200px;
  }
}
.p-lowerColorArea__machineTxtWrap {
  height: 240px;
  padding: 20px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px -12px #797979;
          box-shadow: 0px 10px 10px -12px #797979;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__machineTxtWrap {
    height: auto;
  }
}
.p-lowerColorArea__machineTitle {
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__machineTitle {
    font-size: 16px;
    max-height: 100%;
  }
}
.p-lowerColorArea__machineTitle::before {
  content: "";
  position: absolute;
  display: block;
  margin: 0;
  top: 12px;
  left: -57px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: 5px;
  width: 29px;
  background-color: #439CB9;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__machineTitle::before {
    top: 8px;
  }
}
.p-lowerColorArea__machinePdfList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.p-lowerColorArea__machinePdfItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__machinePdfItem {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__machinePdfItem:nth-child(n+2) {
    margin-top: 15px !important;
  }
}
.p-lowerColorArea__machinePdfItem:nth-child(n+3) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__machinePdfItem:nth-child(n+3) {
    margin-top: 0;
  }
}
.p-lowerColorArea__machinePdfLink {
  position: relative;
  max-width: 140px;
  color: #333;
  font-size: 14px;
}
.p-lowerColorArea__machinePdfLink:hover {
  text-decoration: none;
}
.p-lowerColorArea__machinePdfLink.-pdf {
  color: #17375E;
  text-decoration: underline;
}
.p-lowerColorArea__machinePdfLink.-pdf:hover {
  text-decoration: none;
}
.p-lowerColorArea__machinePdfLink.-pdf::after {
  position: absolute;
  top: 3px;
  right: -25px;
  content: url(../images/ico_pdf.svg);
}
.p-lowerColorArea__machinePdfNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.p-lowerColorArea__equipment {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__equipment {
    margin-top: 40px;
  }
}
.p-lowerColorArea__flexItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__flexItemWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-lowerColorArea__flexItem {
  width: 510px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__flexItem {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__flexItem:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-lowerColorArea__flexImg {
  background-size: cover;
  background-position: center;
  height: 300px;
}
.p-lowerColorArea__flexImg.-left {
  background-image: url(../images/img_lower-machine_left.jpg);
}
.p-lowerColorArea__flexImg.-right {
  background-image: url(../images/img_lower-machine_right.jpg);
}
.p-lowerColorArea__flexText {
  margin-top: 10px;
  font-size: 14px;
}
.p-lowerColorArea__subImgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p-lowerColorArea__subImgList:nth-child(n+2) {
  margin-top: 40px;
}
.p-lowerColorArea__subImgWrap {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__subImgWrap {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__subImgWrap:nth-child(n+2) {
    margin-top: 25px;
  }
}
.p-lowerColorArea__subImg {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__subImg {
    width: 100%;
  }
}
.p-lowerColorArea__subImg img {
  width: 100%;
}
.p-lowerColorArea__subTitle {
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__subTitle {
    margin-top: 10px;
  }
}
.p-lowerColorArea__subTxt {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-lowerColorArea__subTxt {
    margin-top: 10px;
  }
}

.p-lowerPage__title {
  padding: 20px;
  font-size: 26px;
  color: #17375E;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-lowerPage__title {
    font-size: 18px;
    letter-spacing: 0.1em;
    max-height: 100%;
  }
}
.p-lowerPage__title span {
  padding: 10px 20px;
  border: 5px solid #9cc2d1;
}
@media screen and (max-width: 768px) {
  .p-lowerPage__title span {
    padding: 5px 15px;
  }
}

.p-lowerTable {
  width: 100%;
  border-spacing: 0;
}
.p-lowerTable.-recruitTable {
  margin-top: 20px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-lowerTable.-recruitTable {
    padding: 0;
  }
}
.p-lowerTable.-machineTable {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-lowerTable.-machineTable {
    margin-top: 30px;
  }
}
.p-lowerTable tbody th {
  width: 20%;
  padding: 20px 0 20px 20px;
  text-align: left;
  border-top: 1px solid #4390AD;
}
@media screen and (max-width: 768px) {
  .p-lowerTable tbody th {
    width: 30%;
    padding: 17px 0 17px 17px;
  }
}
.p-lowerTable tbody td {
  width: 80%;
  padding: 20px 0 20px 20px;
  text-align: left;
  border-top: 1px solid #A0A0A0;
}
@media screen and (max-width: 768px) {
  .p-lowerTable tbody td {
    width: 70%;
    padding: 17px 0 17px 17px;
    max-height: 100%;
  }
}
.p-lowerTable tbody tr:last-child th {
  border-bottom: 1px solid #4390AD;
}
.p-lowerTable tbody tr:last-child td {
  border-bottom: 1px solid #A0A0A0;
}

.p-worksArea__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-worksArea__titleWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-worksArea__title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-worksArea__title {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
}
.p-worksArea__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  color: #fff;
  background-color: #17375E;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-worksArea__cat {
    margin-top: 20px;
  }
}
.p-worksArea__articleWrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-worksArea__articleWrap {
    margin-top: 30px;
  }
}
.p-worksArea__mainImg {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-worksArea__mainImg {
    width: 100%;
    max-width: 450px;
  }
}
.p-worksArea__mainImg:nth-child(n+2) {
  margin-top: 20px;
}
.p-worksArea__mainImg img {
  width: 100%;
}

/*
 * WordPressが自動生成するタグ
*/
.navigation {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .navigation {
    margin-top: 30px;
  }
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 7px 10px;
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-numbers {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 7px 5px;
    font-size: 13px;
  }
}
.page-numbers:hover {
  color: #fff;
  background-color: #17375E;
}
.page-numbers.current {
  color: #fff;
  background-color: #17375E;
}
.page-numbers.dots:hover {
  color: #b4b4b4;
  background-color: #fff;
}
.page-numbers.next {
  width: 100px;
}
.page-numbers.prev {
  width: 100px;
}

.aligncenter {
  display: block;
  margin: 25px auto;
}

.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignleft {
  display: block;
  margin: 25px auto 25px 0;
}

.alignright {
  display: block;
  margin: 25px 0 25px auto;
}

.p-footer {
  min-width: 1310px;
  background-color: #17375E;
}
@media screen and (max-width: 768px) {
  .p-footer {
    min-width: auto;
    width: 100%;
  }
}
.p-footer__top {
  width: 1225px;
  margin: 0 auto;
  padding: 40px 80px 50px;
}
@media screen and (max-width: 768px) {
  .p-footer__top {
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.p-footer__topInner {
  position: relative;
  margin: 0 auto;
  padding: 0 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__topInner {
    padding: 0;
  }
}
.p-footer__logo {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-top: 10px;
    width: 230px;
  }
}
.p-footer__logoLink {
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__logoLink:hover {
  opacity: 0.7;
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    display: none;
  }
}
.p-footer__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px;
}
.p-footer__navLink {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
.p-footer__navLink::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  margin: 0;
  border: 0;
  right: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: 1px;
  bottom: -12px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__navLink:hover::after {
  width: 52px;
}
.p-footer__txt {
  margin-top: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-footer__txt {
    letter-spacing: 0.1em;
    line-height: normal;
    max-height: 100%;
  }
}
.p-footer__txt.-largeTxt {
  margin-top: 0;
  font-size: 16px;
}
.p-footer__bottom {
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    padding: 10px;
    letter-spacing: 0.1em;
    max-height: 100%;
  }
}

.p-raiseBtn {
  z-index: 1800;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50px;
  right: 125px;
  width: 75px;
  height: 75px;
  background-color: #ececec;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media screen and (max-width: 1310px) {
  .p-raiseBtn {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-raiseBtn {
    width: 50px;
    height: 50px;
    bottom: 30px;
  }
}
.p-raiseBtn:hover {
  opacity: 1;
}
.p-raiseBtn__ico {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-raiseBtn__ico {
    width: 20px;
  }
}

/**
 * Utility
**/
.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-hide {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .u-hideSp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hideSpTab {
    display: none !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .u-hideTab {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .u-hideTabPc {
    display: none !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 1360px) {
  .u-hideTabWide {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-hidePc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  .u-hidePc2 {
    display: none !important;
  }
}

@media screen and (min-width: 1361px) {
  .u-hideWide {
    display: none !important;
  }
}

.u-m0 {
  margin: 0em !important;
}

.u-m5 {
  margin: 0.3125em !important;
}

.u-m10 {
  margin: 0.625em !important;
}

.u-m15 {
  margin: 0.9375em !important;
}

.u-m20 {
  margin: 1.25em !important;
}

.u-m25 {
  margin: 1.5625em !important;
}

.u-m30 {
  margin: 1.875em !important;
}

.u-m35 {
  margin: 2.1875em !important;
}

.u-m40 {
  margin: 2.5em !important;
}

.u-m45 {
  margin: 2.8125em !important;
}

.u-m50 {
  margin: 3.125em !important;
}

.u-m55 {
  margin: 3.4375em !important;
}

.u-m60 {
  margin: 3.75em !important;
}

.u-m65 {
  margin: 4.0625em !important;
}

.u-m70 {
  margin: 4.375em !important;
}

.u-m75 {
  margin: 4.6875em !important;
}

.u-m80 {
  margin: 5em !important;
}

.u-m85 {
  margin: 5.3125em !important;
}

.u-m90 {
  margin: 5.625em !important;
}

.u-m95 {
  margin: 5.9375em !important;
}

.u-m100 {
  margin: 6.25em !important;
}

.u-m105 {
  margin: 6.5625em !important;
}

.u-m110 {
  margin: 6.875em !important;
}

.u-m115 {
  margin: 7.1875em !important;
}

.u-m120 {
  margin: 7.5em !important;
}

.u-m125 {
  margin: 7.8125em !important;
}

.u-m130 {
  margin: 8.125em !important;
}

.u-m135 {
  margin: 8.4375em !important;
}

.u-m140 {
  margin: 8.75em !important;
}

.u-m145 {
  margin: 9.0625em !important;
}

.u-m150 {
  margin: 9.375em !important;
}

.u-m155 {
  margin: 9.6875em !important;
}

.u-m160 {
  margin: 10em !important;
}

.u-m165 {
  margin: 10.3125em !important;
}

.u-m170 {
  margin: 10.625em !important;
}

.u-m175 {
  margin: 10.9375em !important;
}

.u-m180 {
  margin: 11.25em !important;
}

.u-m185 {
  margin: 11.5625em !important;
}

.u-m190 {
  margin: 11.875em !important;
}

.u-m195 {
  margin: 12.1875em !important;
}

.u-m200 {
  margin: 12.5em !important;
}

.u-mt0 {
  margin-top: 0em !important;
}

.u-mt5 {
  margin-top: 0.3125em !important;
}

.u-mt10 {
  margin-top: 0.625em !important;
}

.u-mt15 {
  margin-top: 0.9375em !important;
}

.u-mt20 {
  margin-top: 1.25em !important;
}

.u-mt25 {
  margin-top: 1.5625em !important;
}

.u-mt30 {
  margin-top: 1.875em !important;
}

.u-mt35 {
  margin-top: 2.1875em !important;
}

.u-mt40 {
  margin-top: 2.5em !important;
}

.u-mt45 {
  margin-top: 2.8125em !important;
}

.u-mt50 {
  margin-top: 3.125em !important;
}

.u-mt55 {
  margin-top: 3.4375em !important;
}

.u-mt60 {
  margin-top: 3.75em !important;
}

.u-mt65 {
  margin-top: 4.0625em !important;
}

.u-mt70 {
  margin-top: 4.375em !important;
}

.u-mt75 {
  margin-top: 4.6875em !important;
}

.u-mt80 {
  margin-top: 5em !important;
}

.u-mt85 {
  margin-top: 5.3125em !important;
}

.u-mt90 {
  margin-top: 5.625em !important;
}

.u-mt95 {
  margin-top: 5.9375em !important;
}

.u-mt100 {
  margin-top: 6.25em !important;
}

.u-mt105 {
  margin-top: 6.5625em !important;
}

.u-mt110 {
  margin-top: 6.875em !important;
}

.u-mt115 {
  margin-top: 7.1875em !important;
}

.u-mt120 {
  margin-top: 7.5em !important;
}

.u-mt125 {
  margin-top: 7.8125em !important;
}

.u-mt130 {
  margin-top: 8.125em !important;
}

.u-mt135 {
  margin-top: 8.4375em !important;
}

.u-mt140 {
  margin-top: 8.75em !important;
}

.u-mt145 {
  margin-top: 9.0625em !important;
}

.u-mt150 {
  margin-top: 9.375em !important;
}

.u-mt155 {
  margin-top: 9.6875em !important;
}

.u-mt160 {
  margin-top: 10em !important;
}

.u-mt165 {
  margin-top: 10.3125em !important;
}

.u-mt170 {
  margin-top: 10.625em !important;
}

.u-mt175 {
  margin-top: 10.9375em !important;
}

.u-mt180 {
  margin-top: 11.25em !important;
}

.u-mt185 {
  margin-top: 11.5625em !important;
}

.u-mt190 {
  margin-top: 11.875em !important;
}

.u-mt195 {
  margin-top: 12.1875em !important;
}

.u-mt200 {
  margin-top: 12.5em !important;
}

.u-mb0 {
  margin-bottom: 0em !important;
}

.u-mb5 {
  margin-bottom: 0.3125em !important;
}

.u-mb10 {
  margin-bottom: 0.625em !important;
}

.u-mb15 {
  margin-bottom: 0.9375em !important;
}

.u-mb20 {
  margin-bottom: 1.25em !important;
}

.u-mb25 {
  margin-bottom: 1.5625em !important;
}

.u-mb30 {
  margin-bottom: 1.875em !important;
}

.u-mb35 {
  margin-bottom: 2.1875em !important;
}

.u-mb40 {
  margin-bottom: 2.5em !important;
}

.u-mb45 {
  margin-bottom: 2.8125em !important;
}

.u-mb50 {
  margin-bottom: 3.125em !important;
}

.u-mb55 {
  margin-bottom: 3.4375em !important;
}

.u-mb60 {
  margin-bottom: 3.75em !important;
}

.u-mb65 {
  margin-bottom: 4.0625em !important;
}

.u-mb70 {
  margin-bottom: 4.375em !important;
}

.u-mb75 {
  margin-bottom: 4.6875em !important;
}

.u-mb80 {
  margin-bottom: 5em !important;
}

.u-mb85 {
  margin-bottom: 5.3125em !important;
}

.u-mb90 {
  margin-bottom: 5.625em !important;
}

.u-mb95 {
  margin-bottom: 5.9375em !important;
}

.u-mb100 {
  margin-bottom: 6.25em !important;
}

.u-mb105 {
  margin-bottom: 6.5625em !important;
}

.u-mb110 {
  margin-bottom: 6.875em !important;
}

.u-mb115 {
  margin-bottom: 7.1875em !important;
}

.u-mb120 {
  margin-bottom: 7.5em !important;
}

.u-mb125 {
  margin-bottom: 7.8125em !important;
}

.u-mb130 {
  margin-bottom: 8.125em !important;
}

.u-mb135 {
  margin-bottom: 8.4375em !important;
}

.u-mb140 {
  margin-bottom: 8.75em !important;
}

.u-mb145 {
  margin-bottom: 9.0625em !important;
}

.u-mb150 {
  margin-bottom: 9.375em !important;
}

.u-mb155 {
  margin-bottom: 9.6875em !important;
}

.u-mb160 {
  margin-bottom: 10em !important;
}

.u-mb165 {
  margin-bottom: 10.3125em !important;
}

.u-mb170 {
  margin-bottom: 10.625em !important;
}

.u-mb175 {
  margin-bottom: 10.9375em !important;
}

.u-mb180 {
  margin-bottom: 11.25em !important;
}

.u-mb185 {
  margin-bottom: 11.5625em !important;
}

.u-mb190 {
  margin-bottom: 11.875em !important;
}

.u-mb195 {
  margin-bottom: 12.1875em !important;
}

.u-mb200 {
  margin-bottom: 12.5em !important;
}

.u-mr0 {
  margin-right: 0em !important;
}

.u-mr5 {
  margin-right: 0.3125em !important;
}

.u-mr10 {
  margin-right: 0.625em !important;
}

.u-mr15 {
  margin-right: 0.9375em !important;
}

.u-mr20 {
  margin-right: 1.25em !important;
}

.u-mr25 {
  margin-right: 1.5625em !important;
}

.u-mr30 {
  margin-right: 1.875em !important;
}

.u-mr35 {
  margin-right: 2.1875em !important;
}

.u-mr40 {
  margin-right: 2.5em !important;
}

.u-mr45 {
  margin-right: 2.8125em !important;
}

.u-mr50 {
  margin-right: 3.125em !important;
}

.u-mr55 {
  margin-right: 3.4375em !important;
}

.u-mr60 {
  margin-right: 3.75em !important;
}

.u-mr65 {
  margin-right: 4.0625em !important;
}

.u-mr70 {
  margin-right: 4.375em !important;
}

.u-mr75 {
  margin-right: 4.6875em !important;
}

.u-mr80 {
  margin-right: 5em !important;
}

.u-mr85 {
  margin-right: 5.3125em !important;
}

.u-mr90 {
  margin-right: 5.625em !important;
}

.u-mr95 {
  margin-right: 5.9375em !important;
}

.u-mr100 {
  margin-right: 6.25em !important;
}

.u-mr105 {
  margin-right: 6.5625em !important;
}

.u-mr110 {
  margin-right: 6.875em !important;
}

.u-mr115 {
  margin-right: 7.1875em !important;
}

.u-mr120 {
  margin-right: 7.5em !important;
}

.u-mr125 {
  margin-right: 7.8125em !important;
}

.u-mr130 {
  margin-right: 8.125em !important;
}

.u-mr135 {
  margin-right: 8.4375em !important;
}

.u-mr140 {
  margin-right: 8.75em !important;
}

.u-mr145 {
  margin-right: 9.0625em !important;
}

.u-mr150 {
  margin-right: 9.375em !important;
}

.u-mr155 {
  margin-right: 9.6875em !important;
}

.u-mr160 {
  margin-right: 10em !important;
}

.u-mr165 {
  margin-right: 10.3125em !important;
}

.u-mr170 {
  margin-right: 10.625em !important;
}

.u-mr175 {
  margin-right: 10.9375em !important;
}

.u-mr180 {
  margin-right: 11.25em !important;
}

.u-mr185 {
  margin-right: 11.5625em !important;
}

.u-mr190 {
  margin-right: 11.875em !important;
}

.u-mr195 {
  margin-right: 12.1875em !important;
}

.u-mr200 {
  margin-right: 12.5em !important;
}

.u-ml0 {
  margin-left: 0em !important;
}

.u-ml5 {
  margin-left: 0.3125em !important;
}

.u-ml10 {
  margin-left: 0.625em !important;
}

.u-ml15 {
  margin-left: 0.9375em !important;
}

.u-ml20 {
  margin-left: 1.25em !important;
}

.u-ml25 {
  margin-left: 1.5625em !important;
}

.u-ml30 {
  margin-left: 1.875em !important;
}

.u-ml35 {
  margin-left: 2.1875em !important;
}

.u-ml40 {
  margin-left: 2.5em !important;
}

.u-ml45 {
  margin-left: 2.8125em !important;
}

.u-ml50 {
  margin-left: 3.125em !important;
}

.u-ml55 {
  margin-left: 3.4375em !important;
}

.u-ml60 {
  margin-left: 3.75em !important;
}

.u-ml65 {
  margin-left: 4.0625em !important;
}

.u-ml70 {
  margin-left: 4.375em !important;
}

.u-ml75 {
  margin-left: 4.6875em !important;
}

.u-ml80 {
  margin-left: 5em !important;
}

.u-ml85 {
  margin-left: 5.3125em !important;
}

.u-ml90 {
  margin-left: 5.625em !important;
}

.u-ml95 {
  margin-left: 5.9375em !important;
}

.u-ml100 {
  margin-left: 6.25em !important;
}

.u-ml105 {
  margin-left: 6.5625em !important;
}

.u-ml110 {
  margin-left: 6.875em !important;
}

.u-ml115 {
  margin-left: 7.1875em !important;
}

.u-ml120 {
  margin-left: 7.5em !important;
}

.u-ml125 {
  margin-left: 7.8125em !important;
}

.u-ml130 {
  margin-left: 8.125em !important;
}

.u-ml135 {
  margin-left: 8.4375em !important;
}

.u-ml140 {
  margin-left: 8.75em !important;
}

.u-ml145 {
  margin-left: 9.0625em !important;
}

.u-ml150 {
  margin-left: 9.375em !important;
}

.u-ml155 {
  margin-left: 9.6875em !important;
}

.u-ml160 {
  margin-left: 10em !important;
}

.u-ml165 {
  margin-left: 10.3125em !important;
}

.u-ml170 {
  margin-left: 10.625em !important;
}

.u-ml175 {
  margin-left: 10.9375em !important;
}

.u-ml180 {
  margin-left: 11.25em !important;
}

.u-ml185 {
  margin-left: 11.5625em !important;
}

.u-ml190 {
  margin-left: 11.875em !important;
}

.u-ml195 {
  margin-left: 12.1875em !important;
}

.u-ml200 {
  margin-left: 12.5em !important;
}

.u-p0 {
  padding: 0em !important;
}

.u-p5 {
  padding: 0.3125em !important;
}

.u-p10 {
  padding: 0.625em !important;
}

.u-p15 {
  padding: 0.9375em !important;
}

.u-p20 {
  padding: 1.25em !important;
}

.u-p25 {
  padding: 1.5625em !important;
}

.u-p30 {
  padding: 1.875em !important;
}

.u-p35 {
  padding: 2.1875em !important;
}

.u-p40 {
  padding: 2.5em !important;
}

.u-p45 {
  padding: 2.8125em !important;
}

.u-p50 {
  padding: 3.125em !important;
}

.u-p55 {
  padding: 3.4375em !important;
}

.u-p60 {
  padding: 3.75em !important;
}

.u-p65 {
  padding: 4.0625em !important;
}

.u-p70 {
  padding: 4.375em !important;
}

.u-p75 {
  padding: 4.6875em !important;
}

.u-p80 {
  padding: 5em !important;
}

.u-p85 {
  padding: 5.3125em !important;
}

.u-p90 {
  padding: 5.625em !important;
}

.u-p95 {
  padding: 5.9375em !important;
}

.u-p100 {
  padding: 6.25em !important;
}

.u-p105 {
  padding: 6.5625em !important;
}

.u-p110 {
  padding: 6.875em !important;
}

.u-p115 {
  padding: 7.1875em !important;
}

.u-p120 {
  padding: 7.5em !important;
}

.u-p125 {
  padding: 7.8125em !important;
}

.u-p130 {
  padding: 8.125em !important;
}

.u-p135 {
  padding: 8.4375em !important;
}

.u-p140 {
  padding: 8.75em !important;
}

.u-p145 {
  padding: 9.0625em !important;
}

.u-p150 {
  padding: 9.375em !important;
}

.u-p155 {
  padding: 9.6875em !important;
}

.u-p160 {
  padding: 10em !important;
}

.u-p165 {
  padding: 10.3125em !important;
}

.u-p170 {
  padding: 10.625em !important;
}

.u-p175 {
  padding: 10.9375em !important;
}

.u-p180 {
  padding: 11.25em !important;
}

.u-p185 {
  padding: 11.5625em !important;
}

.u-p190 {
  padding: 11.875em !important;
}

.u-p195 {
  padding: 12.1875em !important;
}

.u-p200 {
  padding: 12.5em !important;
}

.u-pt0 {
  padding-top: 0em !important;
}

.u-pt5 {
  padding-top: 0.3125em !important;
}

.u-pt10 {
  padding-top: 0.625em !important;
}

.u-pt15 {
  padding-top: 0.9375em !important;
}

.u-pt20 {
  padding-top: 1.25em !important;
}

.u-pt25 {
  padding-top: 1.5625em !important;
}

.u-pt30 {
  padding-top: 1.875em !important;
}

.u-pt35 {
  padding-top: 2.1875em !important;
}

.u-pt40 {
  padding-top: 2.5em !important;
}

.u-pt45 {
  padding-top: 2.8125em !important;
}

.u-pt50 {
  padding-top: 3.125em !important;
}

.u-pt55 {
  padding-top: 3.4375em !important;
}

.u-pt60 {
  padding-top: 3.75em !important;
}

.u-pt65 {
  padding-top: 4.0625em !important;
}

.u-pt70 {
  padding-top: 4.375em !important;
}

.u-pt75 {
  padding-top: 4.6875em !important;
}

.u-pt80 {
  padding-top: 5em !important;
}

.u-pt85 {
  padding-top: 5.3125em !important;
}

.u-pt90 {
  padding-top: 5.625em !important;
}

.u-pt95 {
  padding-top: 5.9375em !important;
}

.u-pt100 {
  padding-top: 6.25em !important;
}

.u-pt105 {
  padding-top: 6.5625em !important;
}

.u-pt110 {
  padding-top: 6.875em !important;
}

.u-pt115 {
  padding-top: 7.1875em !important;
}

.u-pt120 {
  padding-top: 7.5em !important;
}

.u-pt125 {
  padding-top: 7.8125em !important;
}

.u-pt130 {
  padding-top: 8.125em !important;
}

.u-pt135 {
  padding-top: 8.4375em !important;
}

.u-pt140 {
  padding-top: 8.75em !important;
}

.u-pt145 {
  padding-top: 9.0625em !important;
}

.u-pt150 {
  padding-top: 9.375em !important;
}

.u-pt155 {
  padding-top: 9.6875em !important;
}

.u-pt160 {
  padding-top: 10em !important;
}

.u-pt165 {
  padding-top: 10.3125em !important;
}

.u-pt170 {
  padding-top: 10.625em !important;
}

.u-pt175 {
  padding-top: 10.9375em !important;
}

.u-pt180 {
  padding-top: 11.25em !important;
}

.u-pt185 {
  padding-top: 11.5625em !important;
}

.u-pt190 {
  padding-top: 11.875em !important;
}

.u-pt195 {
  padding-top: 12.1875em !important;
}

.u-pt200 {
  padding-top: 12.5em !important;
}

.u-pb0 {
  padding-bottom: 0em !important;
}

.u-pb5 {
  padding-bottom: 0.3125em !important;
}

.u-pb10 {
  padding-bottom: 0.625em !important;
}

.u-pb15 {
  padding-bottom: 0.9375em !important;
}

.u-pb20 {
  padding-bottom: 1.25em !important;
}

.u-pb25 {
  padding-bottom: 1.5625em !important;
}

.u-pb30 {
  padding-bottom: 1.875em !important;
}

.u-pb35 {
  padding-bottom: 2.1875em !important;
}

.u-pb40 {
  padding-bottom: 2.5em !important;
}

.u-pb45 {
  padding-bottom: 2.8125em !important;
}

.u-pb50 {
  padding-bottom: 3.125em !important;
}

.u-pb55 {
  padding-bottom: 3.4375em !important;
}

.u-pb60 {
  padding-bottom: 3.75em !important;
}

.u-pb65 {
  padding-bottom: 4.0625em !important;
}

.u-pb70 {
  padding-bottom: 4.375em !important;
}

.u-pb75 {
  padding-bottom: 4.6875em !important;
}

.u-pb80 {
  padding-bottom: 5em !important;
}

.u-pb85 {
  padding-bottom: 5.3125em !important;
}

.u-pb90 {
  padding-bottom: 5.625em !important;
}

.u-pb95 {
  padding-bottom: 5.9375em !important;
}

.u-pb100 {
  padding-bottom: 6.25em !important;
}

.u-pb105 {
  padding-bottom: 6.5625em !important;
}

.u-pb110 {
  padding-bottom: 6.875em !important;
}

.u-pb115 {
  padding-bottom: 7.1875em !important;
}

.u-pb120 {
  padding-bottom: 7.5em !important;
}

.u-pb125 {
  padding-bottom: 7.8125em !important;
}

.u-pb130 {
  padding-bottom: 8.125em !important;
}

.u-pb135 {
  padding-bottom: 8.4375em !important;
}

.u-pb140 {
  padding-bottom: 8.75em !important;
}

.u-pb145 {
  padding-bottom: 9.0625em !important;
}

.u-pb150 {
  padding-bottom: 9.375em !important;
}

.u-pb155 {
  padding-bottom: 9.6875em !important;
}

.u-pb160 {
  padding-bottom: 10em !important;
}

.u-pb165 {
  padding-bottom: 10.3125em !important;
}

.u-pb170 {
  padding-bottom: 10.625em !important;
}

.u-pb175 {
  padding-bottom: 10.9375em !important;
}

.u-pb180 {
  padding-bottom: 11.25em !important;
}

.u-pb185 {
  padding-bottom: 11.5625em !important;
}

.u-pb190 {
  padding-bottom: 11.875em !important;
}

.u-pb195 {
  padding-bottom: 12.1875em !important;
}

.u-pb200 {
  padding-bottom: 12.5em !important;
}

.u-pr0 {
  padding-right: 0em !important;
}

.u-pr5 {
  padding-right: 0.3125em !important;
}

.u-pr10 {
  padding-right: 0.625em !important;
}

.u-pr15 {
  padding-right: 0.9375em !important;
}

.u-pr20 {
  padding-right: 1.25em !important;
}

.u-pr25 {
  padding-right: 1.5625em !important;
}

.u-pr30 {
  padding-right: 1.875em !important;
}

.u-pr35 {
  padding-right: 2.1875em !important;
}

.u-pr40 {
  padding-right: 2.5em !important;
}

.u-pr45 {
  padding-right: 2.8125em !important;
}

.u-pr50 {
  padding-right: 3.125em !important;
}

.u-pr55 {
  padding-right: 3.4375em !important;
}

.u-pr60 {
  padding-right: 3.75em !important;
}

.u-pr65 {
  padding-right: 4.0625em !important;
}

.u-pr70 {
  padding-right: 4.375em !important;
}

.u-pr75 {
  padding-right: 4.6875em !important;
}

.u-pr80 {
  padding-right: 5em !important;
}

.u-pr85 {
  padding-right: 5.3125em !important;
}

.u-pr90 {
  padding-right: 5.625em !important;
}

.u-pr95 {
  padding-right: 5.9375em !important;
}

.u-pr100 {
  padding-right: 6.25em !important;
}

.u-pr105 {
  padding-right: 6.5625em !important;
}

.u-pr110 {
  padding-right: 6.875em !important;
}

.u-pr115 {
  padding-right: 7.1875em !important;
}

.u-pr120 {
  padding-right: 7.5em !important;
}

.u-pr125 {
  padding-right: 7.8125em !important;
}

.u-pr130 {
  padding-right: 8.125em !important;
}

.u-pr135 {
  padding-right: 8.4375em !important;
}

.u-pr140 {
  padding-right: 8.75em !important;
}

.u-pr145 {
  padding-right: 9.0625em !important;
}

.u-pr150 {
  padding-right: 9.375em !important;
}

.u-pr155 {
  padding-right: 9.6875em !important;
}

.u-pr160 {
  padding-right: 10em !important;
}

.u-pr165 {
  padding-right: 10.3125em !important;
}

.u-pr170 {
  padding-right: 10.625em !important;
}

.u-pr175 {
  padding-right: 10.9375em !important;
}

.u-pr180 {
  padding-right: 11.25em !important;
}

.u-pr185 {
  padding-right: 11.5625em !important;
}

.u-pr190 {
  padding-right: 11.875em !important;
}

.u-pr195 {
  padding-right: 12.1875em !important;
}

.u-pr200 {
  padding-right: 12.5em !important;
}

.u-pl0 {
  padding-left: 0em !important;
}

.u-pl5 {
  padding-left: 0.3125em !important;
}

.u-pl10 {
  padding-left: 0.625em !important;
}

.u-pl15 {
  padding-left: 0.9375em !important;
}

.u-pl20 {
  padding-left: 1.25em !important;
}

.u-pl25 {
  padding-left: 1.5625em !important;
}

.u-pl30 {
  padding-left: 1.875em !important;
}

.u-pl35 {
  padding-left: 2.1875em !important;
}

.u-pl40 {
  padding-left: 2.5em !important;
}

.u-pl45 {
  padding-left: 2.8125em !important;
}

.u-pl50 {
  padding-left: 3.125em !important;
}

.u-pl55 {
  padding-left: 3.4375em !important;
}

.u-pl60 {
  padding-left: 3.75em !important;
}

.u-pl65 {
  padding-left: 4.0625em !important;
}

.u-pl70 {
  padding-left: 4.375em !important;
}

.u-pl75 {
  padding-left: 4.6875em !important;
}

.u-pl80 {
  padding-left: 5em !important;
}

.u-pl85 {
  padding-left: 5.3125em !important;
}

.u-pl90 {
  padding-left: 5.625em !important;
}

.u-pl95 {
  padding-left: 5.9375em !important;
}

.u-pl100 {
  padding-left: 6.25em !important;
}

.u-pl105 {
  padding-left: 6.5625em !important;
}

.u-pl110 {
  padding-left: 6.875em !important;
}

.u-pl115 {
  padding-left: 7.1875em !important;
}

.u-pl120 {
  padding-left: 7.5em !important;
}

.u-pl125 {
  padding-left: 7.8125em !important;
}

.u-pl130 {
  padding-left: 8.125em !important;
}

.u-pl135 {
  padding-left: 8.4375em !important;
}

.u-pl140 {
  padding-left: 8.75em !important;
}

.u-pl145 {
  padding-left: 9.0625em !important;
}

.u-pl150 {
  padding-left: 9.375em !important;
}

.u-pl155 {
  padding-left: 9.6875em !important;
}

.u-pl160 {
  padding-left: 10em !important;
}

.u-pl165 {
  padding-left: 10.3125em !important;
}

.u-pl170 {
  padding-left: 10.625em !important;
}

.u-pl175 {
  padding-left: 10.9375em !important;
}

.u-pl180 {
  padding-left: 11.25em !important;
}

.u-pl185 {
  padding-left: 11.5625em !important;
}

.u-pl190 {
  padding-left: 11.875em !important;
}

.u-pl195 {
  padding-left: 12.1875em !important;
}

.u-pl200 {
  padding-left: 12.5em !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-tal {
  text-align: left !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fz1x {
  font-size: 1em !important;
}

.u-fz2x {
  font-size: 2em !important;
}

.u-fz3x {
  font-size: 3em !important;
}

.u-fz4x {
  font-size: 4em !important;
}

.u-fz5x {
  font-size: 5em !important;
}

.u-fz6x {
  font-size: 6em !important;
}

.u-fz7x {
  font-size: 7em !important;
}

.u-fz8x {
  font-size: 8em !important;
}

.u-fz9x {
  font-size: 9em !important;
}

.u-fz10x {
  font-size: 10em !important;
}

.u-fz1_1x {
  font-size: 1.1em !important;
}

.u-fz1_2x {
  font-size: 1.2em !important;
}

.u-fz1_3x {
  font-size: 1.3em !important;
}

.u-fz1_4x {
  font-size: 1.4em !important;
}

.u-fz1_5x {
  font-size: 1.5em !important;
}

.u-fz1_6x {
  font-size: 1.6em !important;
}

.u-fz1_7x {
  font-size: 1.7em !important;
}

.u-fz1_8x {
  font-size: 1.8em !important;
}

.u-fz1_9x {
  font-size: 1.9em !important;
}
/*# sourceMappingURL=style.css.map */