@charset "UTF-8";
/* ========================================
 * Project Base
 */
/*!
 * 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+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all 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;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  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+ */
}

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;
}

/* # =================================================================
   # 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 */

/* 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 Variables
 */
/* ----------------------------------------
 * Font
 */
/* ----------------------------------------
 * Color
 */
/* ----------------------------------------
 * Width
 */
/* ----------------------------------------
 * MediaQueries
 */
/* ========================================
 * Project Frame
 */
/* ----------------------------------------
 * Clearfix
 */
/* ----------------------------------------
 * Media Queries
 */
/* ========================================
 * Project Base
 */
html {
  height: 100%;
  font-family: sans-serif;
  color: #111111;
}

html.-drawerOpened {
  overflow-y: hidden;
}


* {
  word-wrap: break-word;
}

img {
  vertical-align: bottom;
}

button::-moz-focus-inner {
	outline: none;
 /* border: 0; */
}

a {
  color: #111111;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

a:hover, a:visited {
  opacity: .7;
}

/* ========================================
 * Project Frame
 */
#stl-FrameHeader,
#stl-FrameMain,
#stl-FrameFooter {
  width: 100%;
}

#stl-FrameMainContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px 0;
		background-color: #ebeaea;

}

#stl-FrameMainContentInner {
  width: 100%;
  max-width: 1200px;
  margin-top: -25px;
}

#stl-FrameMainContentInner > * {
  margin-top: 25px;
}

#stl-FrameFooter {
  margin-top: 25px;
  padding: 0 7px;
}

/* ========================================
 * Project View
 */
#stl-Index.-drawerOpened .stl-Header,
#stl-Index.-drawerOpened .stl-Header.-shown {
  background-color: #030303;
  border-bottom-color: #c4c4c4;
}

#stl-Index.-drawerOpened .stl-Header .stl-Icon.-logo,
#stl-Index.-drawerOpened .stl-Header.-shown .stl-Icon.-logo {
  opacity: 1;
}






/* ========================================
 * Project Utility
 */
.-srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.-enSansSerif {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
}



/* ----------------------------------------
 * Project Block
 */


.stl-IndexHero {
  position: relative;
  height: 120vh;
  min-height: 568px;
  padding-top: 41px;
 /*background: transparent url(../images/hero/bg01-1.png) no-repeat center center/cover; */
}



.stl-IndexHero__figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
}

.stl-IndexHero__nextButton {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
	margin-bottom: 10px;
  text-align: center;
}

.stl-IndexHero__nextButton::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: calc(100% - 54px);
  /* background-color: #979797; */
  background-color: #000;
 
  content: "";
}

.stl-IndexHero__nextButton a {
  display: inline-block;
  padding: 1em;
  color: #111111;
  text-decoration: none;
  letter-spacing: 0.48em;
}

.stl-Heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}




.stl-Heading__label {
  position: relative;
  padding: 0 1.5rem;
  font-size: 20px;
  letter-spacing: 0.20em;
}

.stl-Heading__label::before, .stl-Heading__label::after {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 2px;
  background-color: #111111;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.stl-Heading__label::before {
  left: 0;
}

.stl-Heading__label::after {
  right: 0;
}

.stl-Heading__caption {
  margin-top: 0.5em;
  font-size: 14px;
  letter-spacing: 0.20em;
}

.stl-Icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
}

.stl-Icon.-logo {
  width: 187px;
  height: 14px;
}

.stl-Icon.-logo svg {
  fill: #1a1a1a;
}

.stl-Icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000;
}

.stl-Grid {
  padding-right: 1rem;
  padding-left: 1rem;
}

.stl-Grid.-center .stl-Grid__content {
  text-align: center;
}

.stl-Grid.-right .stl-Grid__content {
  text-align: right;
}

.stl-Grid.-left .stl-Grid__content {
  text-align: right;
}

.stl-Grid.-all2Col .stl-Grid__item {
  width: 50%;
}

.stl-Grid.-all3Col .stl-Grid__item {
  width: 33.33333%;
}

.stl-Grid.-all4Col .stl-Grid__item {
  width: 25%;
}

.stl-Grid__content {
  margin-right: -1rem;
  margin-left: -1rem;
  font-size: 0;
  text-align: left;
}

.stl-Grid__item {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  vertical-align: top;
}

.stl-Button {
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #111111;
  border: 2px solid #111111;
  text-decoration: none;
  vertical-align: bottom;
}

.stl-Button.-white {
  color: #fff;
  border-color: #fff;
}

.stl-Button.-white .stl-Icon svg {
  fill: #fff;
}

.stl-Button .stl-Icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-left: 26px;
}

.stl-Button__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.stl-Content {
  padding: 40px 1rem;
}

.stl-Content, .stl-Content.-bgWhite {
  background-color: #fff;
}


/* 編集ポイント*/

.stl-Content.-bgBlack {
  background-color: #212121;
  color: #fff;
}

.stl-Content__header {
  margin-bottom: 40px;
}

.stl-Content__footer {
  margin-top: 40px;
  text-align: center;
}

.stl-Content__footer .stl-Button {
  max-width: 205px;
}

.stl-Item01__image {
  margin-bottom: 16px;
}

.stl-Item01__image img {
  width: 100%;
  height: auto;
}

.stl-Item01__content {
  text-align: center;
}

.stl-Item01__heading {
  font-size: 14px;
  letter-spacing: 0.10em;
}

.stl-Item01__caption {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.10em;
}

.stl-Item02__image {
  margin-bottom: 25px;
}

.stl-Item02__image img {
  width: 100%;
  height: auto;
}

.stl-Item02__content {
  text-align: left;
}

.stl-Item02__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.stl-Item02__headerHeading {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}

.stl-Item02__headerAttach {
  padding-left: 1rem;
}

.stl-Item02__caption {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.20em;
}

.stl-Item02__heading {
  font-size: 13px;
  letter-spacing: 0.20em;
}

.stl-Item02__description {
  margin-top: 16px;
  padding-top: 10px;
  background-color: #f6f6f6;
  font-size: 15px;
  letter-spacing: 0.24em;
}

.stl-Item02__description > p {
  margin-top: 0.5em;
}

.stl-Item02__description > p:first-child {
  margin-top: 0;
}

.stl-Item02__descriptionInner {
  padding: 10px 16px 20px;
}

.stl-Item03 {
  padding: 2px 2px 12px;
}

.stl-Item03__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.stl-Item03__headerHeading {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}

.stl-Item03__headerAttach {
  padding-left: 1rem;
}

.stl-Item03__image {
  margin-bottom: 10px;
}

.stl-Item03__image img {
  width: 100%;
  height: auto;
}

.stl-Item03__content {
  padding: 0 12px;
  text-align: left;
}

.stl-Item03__heading {
  font-size: 15px;
  letter-spacing: 0.2em;
}

.stl-Item03__description {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.20em;
}

.stl-Item03__description > p {
  margin-top: 0.5em;
}

.stl-Item03__description > p:first-child {
  margin-top: 0;
}

.stl-Item03__cta {
  margin-top: 20px;
}

.stl-Item03__ctaList {
  list-style: none;
  margin: -10px;
  font-size: 0;
  text-align: left;
  letter-spacing: normal;
}

.stl-Item03__ctaList > li {
  display: inline-block;
  width: 33.3%;
  padding: 10px;
}

.stl-Item03__ctaList > li img {
  width: 100%;
  height: auto;
}

.stl-Item04 a {
  display: block;
  text-decoration: none;
  color: #111111;
}

.stl-Item04__image {
  margin-bottom: 14px;
}

.stl-Item04__image img {
  width: 100%;
  height: auto;
}

.stl-Item04__heading {
  font-size: 13px;
  letter-spacing: 0.20em;
}

.stl-Item04__caption {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.stl-NewsList__list {
  list-style: none;
}

.stl-NewsList__list > li {
  padding: 18px 0;
  border-bottom: 1px solid #c4c4c4;
  font-size: 15px;
}

.stl-NewsList__news {
  font-weight: bold;
  letter-spacing: 0.20em;
}

.stl-NewsList__news a {
  display: block;
  text-decoration: none;
}

.stl-NewsList__date {
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
  letter-spacing: 0.24em;
}

.stl-Company__map {
  margin-bottom: 40px;
}

.stl-Company__mapInner {
  position: relative;
  /*padding-bottom: 15%;*/
}

.stl-Company__mapInner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stl-Company__infoList {
  list-style: none;
}

.stl-Company__infoList > li {
  margin-top: 14px;
}

.stl-Company__infoList > li:first-child {
  margin-top: 0;
}

.stl-Company__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.stl-Company__description > dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 75px;
  padding-right: 0.5em;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.stl-RecruitInfo__message {
  font-size: 15px;
  text-align: left;
}

/*編集ポイント*/

.stl-RecruitInfo__cta {
  list-style: none;
  margin-top: 30px;
  text-align: center;
}

.stl-RecruitInfo__cta > li {
  margin-top: 22px;
}

.stl-RecruitInfo__cta > li:first-child {
  margin-top: 0;
}

.stl-Drawer {
  background-color: #030303;
  color: #fff;
}

.stl-Drawer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stl-Drawer__menuList {
  list-style: none;
  padding: 37px 1rem 37px;
}

.stl-Drawer__menuList > li {
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 0.24em;
}

.stl-Drawer__menuList > li:first-child {
  margin-top: 0;
}

.stl-Drawer__menuList a {
  color: #fff;
  text-decoration: none;
}

.stl-DrawerButton {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}

.stl-DrawerButton .stl-Icon {
  width: 100%;
  height: 100%;
}

.stl-DrawerButton .stl-Icon svg rect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transform-origin: 64px 64px 0;
      -ms-transform-origin: 64px 64px 0;
          transform-origin: 64px 64px 0;
}

/* 編集ポイント*/

.stl-DrawerButton[aria-selected="true"] .stl-DrawerButton__rect1 {
  -webkit-transform: translate(-40px, 20px) rotate(45deg);
      -ms-transform: translate(-40px, 20px) rotate(45deg);
          transform: translate(-40px, 20px) rotate(45deg);
}

.stl-DrawerButton[aria-selected="true"] .stl-DrawerButton__rect2 {
  -webkit-transform: translate(5px, -40px) rotate(-45deg);
      -ms-transform: translate(5px, -40px) rotate(-45deg);
          transform: translate(5px, -40px) rotate(-45deg);
}

.stl-DrawerButton[aria-selected="true"] .stl-DrawerButton__msButtonRect1 {
  -webkit-transform: translate(0, 5px) rotate(45deg);
      -ms-transform: translate(0, 5px) rotate(45deg);
          transform: translate(0, 5px) rotate(45deg);
}

.stl-DrawerButton[aria-selected="true"] .stl-DrawerButton__msButtonRect2 {
  -webkit-transform: translate(0, -5px) rotate(-45deg);
      -ms-transform: translate(0, -5px) rotate(-45deg);
          transform: translate(0, -5px) rotate(-45deg);
}

.stl-DrawerButton__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.stl-DrawerButton__rect1, .stl-DrawerButton__rect2 {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.stl-DrawerButton__msButton {
  display: none;
}

html.-IE .stl-DrawerButton__inner .stl-Icon, html.-MicrosoftEdge .stl-DrawerButton__inner .stl-Icon {
  display: none;
}

html.-IE .stl-DrawerButton__msButton, html.-MicrosoftEdge .stl-DrawerButton__msButton {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/*編集ポイント */


html.-IE .stl-DrawerButton__msButtonRect1, html.-IE .stl-DrawerButton__msButtonRect2, html.-MicrosoftEdge .stl-DrawerButton__msButtonRect1, html.-MicrosoftEdge .stl-DrawerButton__msButtonRect2 {
  position: absolute;
  left: 3px;
  width: 25px;
  height: 2px;
  background-color: #111111;
}

html.-IE .stl-DrawerButton__msButtonRect1, html.-MicrosoftEdge .stl-DrawerButton__msButtonRect1 {
  top: 10px;
}

html.-IE .stl-DrawerButton__msButtonRect2, html.-MicrosoftEdge .stl-DrawerButton__msButtonRect2 {
  top: 20px;
}

.stl-ExpandedButton {
  display: inline-block;
  vertical-align: bottom;
}

.stl-ExpandedButton .stl-Icon svg .stl-ExpandedButton__rect1 {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transform-origin: 32px 32px 0;
      -ms-transform-origin: 32px 32px 0;
          transform-origin: 32px 32px 0;
}

.stl-ExpandedButton[aria-selected="true"] .stl-Icon svg .stl-ExpandedButton__rect1 {
  -webkit-transform: translate(0, 0) rotate(90deg);
      -ms-transform: translate(0, 0) rotate(90deg);
          transform: translate(0, 0) rotate(90deg);
}

.stl-ExpandedButton[aria-selected="true"] .stl-ExpandedButton__msButtonRect2 {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.stl-ExpandedButton__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #000;
}

.stl-ExpandedButton__inner .stl-Icon {
  width: 18px;
  height: 18px;
}

.stl-ExpandedButton__inner .stl-Icon svg {
  fill: #fff;
}




html.-IE .stl-ExpandedButton__msButton, html.-MicrosoftEdge .stl-ExpandedButton__msButton {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

html.-IE .stl-ExpandedButton__msButtonRect1, html.-IE .stl-ExpandedButton__msButtonRect2, html.-MicrosoftEdge .stl-ExpandedButton__msButtonRect1, html.-MicrosoftEdge .stl-ExpandedButton__msButtonRect2 {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

html.-IE .stl-ExpandedButton__msButtonRect1, html.-MicrosoftEdge .stl-ExpandedButton__msButtonRect1 {
  width: 14px;
  height: 2px;
}

html.-IE .stl-ExpandedButton__msButtonRect2, html.-MicrosoftEdge .stl-ExpandedButton__msButtonRect2 {
  width: 2px;
  height: 14px;
}

.stl-Header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 7px;
  border-bottom: 1px solid #c4c4c4;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .4s linear;
  -o-transition: background-color .4s linear;
  transition: background-color .4s linear;
  z-index: 10000;
}

.-drawerOpened .stl-Header {
  background-color: #030303;
}

.-drawerOpened .stl-Header .stl-Icon svg {
  fill: #fff;
}

.-drawerOpened .stl-Header .stl-DrawerButton__msButtonRect1,
.-drawerOpened .stl-Header .stl-DrawerButton__msButtonRect2 {
  background-color: #fff;
}

.-drawerOpened .stl-Header .stl-Drawer {
  overflow: auto;
}

.stl-Header .stl-Icon svg {
  -webkit-transition: fill .4s linear;
  -o-transition: fill .4s linear;
  transition: fill .4s linear;
}

.stl-Header .stl-DrawerButton__msButtonRect1,
.stl-Header .stl-DrawerButton__msButtonRect2 {
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.stl-Header .stl-Drawer {
  position: fixed;
  top: 41px;
  left: 0;
  width: 100%;
  height: calc(100% - 41px);
  z-index: 10000;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
}

.stl-Header .stl-Drawer[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
}

.stl-Header .stl-Drawer[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.stl-Header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 40px;
}

.stl-Header__menuButton {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  height: 32px;
  visibility:hidden;/*hrt*/
/*  -webkit-animation: menuFadeIn 1.2s 7.5s linear forwards; */
/*  animation: menuFadeIn 1.2s 7.5s linear forwards; */
}
/*hrt*/
@keyframes menuFadeIn{
  100%{
    visibility:visible;
  }
}
.stl-Header__menuButton .stl-DrawerButton {
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none){
  .stl-Header__menuButton{
    visibility:visible;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.stl-MissionStatement {
  position: relative;
}

.stl-MissionStatement .slick-list {
  background-color: #fff;
}

.stl-MissionStatement .slick-dots {
  list-style: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0;
}

.stl-MissionStatement .slick-dots > li {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  background-color: #bcbcbc;
  overflow: hidden;
  text-indent: -200%;
  -webkit-transition: background-color .4s linear;
  -o-transition: background-color .4s linear;
  transition: background-color .4s linear;
}

.stl-MissionStatement .slick-dots > li:first-child {
  margin-left: 0;
}

.stl-MissionStatement .slick-dots > li.slick-active {
  background-color: #5a5a5a;
}

.stl-MissionStatement .stl-MissionStatement__header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  z-index: 10;
}

.stl-MissionStatement__sliderItem {
  position: relative;
  outline: none;
}

.stl-MissionStatement__image {
  position: relative;
  display: none;
}

.stl-MissionStatement__image.-sp {
  display: block;
  padding-bottom: 119.14894%;
}

.stl-MissionStatement__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.stl-MissionStatement__description {
  padding: 32px 33px 46px;
  background-color: #fff;
  font-size: 13px;
}

.stl-MissionStatement__description > p {
  margin-top: 1em;
  letter-spacing: 0.4em;
}

.stl-MissionStatement__description > p:first-of-type {
  margin-top: 0;
}

.stl-MissionStatement__heading {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.22em;
  text-align: center;
}

.stl-MissionStatement__heading small {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: 0.22em;
}

.stl-MissionStatement__heading br {
  display: none;
}

.stl-MissionStatement__heading br.-spBr {
  display: inline;
}

.stl-CoreValue .stl-Content {
  padding-right: 25px;
  padding-left: 25px;
}

.stl-CoreValue .stl-Content__section .stl-Grid {
  padding: 0;
}

.stl-CoreValue .stl-Content__section .stl-Grid__content {
  margin: 0;
}

.stl-CoreValue .stl-Content__section .stl-Grid__item {
  margin-top: 40px;
}

.stl-CoreValue .stl-Content__section .stl-Grid__item:first-child {
  margin-top: 0;
}

.stl-AboutUs .stl-Content {
  padding-right: 0;
  padding-left: 0;
}

.stl-AboutUs .stl-Item02__content {
  padding: 0 18px;
}

.stl-AboutUs .stl-Content__section .stl-Grid {
  padding: 0;
}

.stl-AboutUs .stl-Content__section .stl-Grid__content {
  margin: 0;
}

.stl-AboutUs .stl-Content__section .stl-Grid__item {
  margin-top: 40px;
}

.stl-AboutUs .stl-Content__section .stl-Grid__item:first-child {
  margin-top: 0;
}

.stl-AboutUs .stl-Item02__descriptionInner {
  display: none;
}

.stl-Project .stl-Content {
  padding-right: 18px;
  padding-left: 18px;
}

.stl-Project .stl-Content__section .stl-Grid {
  padding: 0;
}

.stl-Project .stl-Content__section .stl-Grid__content {
  margin: 0 -9px;
}

.stl-Project .stl-Content__section .stl-Grid__item {
  margin-top: 20px;
  padding: 0 9px;
}

.stl-Project .stl-Content__section .stl-Grid__item:nth-child(-n+2) {
  margin-top: 0;
}

.stl-Project .stl-Item03 {
  background-color: #fff;
  color: #111111;
}

.stl-Project .stl-Item03__description {
  margin-top: 0;
}

.stl-Project .stl-Item03__descriptionInner {
  display: none;
  margin-top: 16px;
}

.stl-Member .stl-Content {
  padding-right: 18px;
  padding-left: 18px;
}

.stl-Member .stl-Content__section .stl-Grid {
  padding: 0;
}

.stl-Member .stl-Content__section .stl-Grid__content {
  margin-right: 0;
  margin-left: 0;
}

.stl-Member .stl-Content__section .stl-Grid.-mobile1Col .stl-Grid__content > * {
  margin-top: 40px;
}

.stl-Member .stl-Content__section .stl-Grid.-mobile1Col .stl-Grid__content > *:first-child {
  margin-top: 0;
}

.stl-Member .stl-Content__section .stl-Grid.-mobile2Col {
  margin-top: 50px;
}

.stl-Member .stl-Content__section .stl-Grid.-mobile2Col .stl-Grid__content {
  margin-right: -5px;
  margin-left: -5px;
}

.stl-Member .stl-Content__section .stl-Grid.-mobile2Col .stl-Grid__item {
  margin-top: 20px;
  padding: 0 5px;
}

.stl-Member .stl-Content__section .stl-Grid.-mobile2Col .stl-Grid__item:nth-child(-n+2) {
  margin-top: 0;
}

.stl-NewsAndAccess .stl-Grid {
  padding-right: 0;
  padding-left: 0;
}

.stl-NewsAndAccess .stl-Grid__content {
  margin: 0;
}

.stl-NewsAndAccess .stl-Grid__item {
  margin-top: 24px;
}

.stl-NewsAndAccess .stl-Grid__item:first-child {
  margin-top: 0;
}

.stl-NewsAndAccess .stl-News .stl-Content {
  padding-right: 27px;
  padding-left: 27px;
}

.stl-NewsAndAccess .stl-Access .stl-Content {
  padding-right: 8px;
  padding-left: 8px;
}

.stl-NewsAndAccess .stl-Access .stl-Company__info,
.stl-NewsAndAccess .stl-Access .stl-Content__footer {
  padding-right: 26px;
  padding-left: 26px;
}

.stl-NewsAndAccess__item {
  margin-top: 24px;
}

.stl-NewsAndAccess__item:first-child {
  margin-top: 0;
}

.stl-Recruit {
  position: relative;
  background-color: #fff;
}

.stl-Recruit::before, .stl-Recruit::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stl-Recruit::before {
  background: transparent url(../images/recruit/sp_left_img01-1.png) no-repeat left center/contain;
}

.stl-Recruit::after {
  background: transparent url(../images/recruit/sp_right_img01-1.png) no-repeat right center/contain;
}

.stl-Recruit .stl-Content {
  position: relative;
  z-index: 10;
  background: none;
}

.stl-Recruit .stl-Content__section {
  width: 75%;
  min-width: 215px;
  margin: 0 auto;
}

.stl-Recruit .stl-Button {
  background-color: #212121;
  color: #fff;
  max-width: 210px;
}

.stl-Recruit .stl-Button svg {
  fill: #fff;
}

.stl-Recruit .stl-Heading,
.stl-Recruit .stl-RecruitInfo__message {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 6px #fff;
}

.stl-Recruit .stl-Heading__label::before,
.stl-Recruit .stl-Heading__label::after {
  -webkit-box-shadow: 0 0 4px 1.5px #fff;
          box-shadow: 0 0 4px 1.5px #fff;
}

.stl-Footer {
  text-align: center;
}

.stl-Footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 25px;
  background-color: rgba(0,0,0,0.90);
  color: #fff;
  text-align: center;
	position: relative;
}

.stl-Footer__pageTop {
  margin-top: 3px;
  font-size: 12px;
}

.stl-Footer__pageTop .stl-Icon {
  width: 19px;
  height: 19px;
  margin: 0 auto;
}

.stl-Footer__pageTop .stl-Icon svg {
  fill: #fff;
}

.stl-Footer__pageTop a {
  display: inline-block;
  padding: 0.5em 1em;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}

.stl-Footer__pageTopLabel {
  letter-spacing: 0.14em;
}

.stl-Footer__social {
  margin-top: 12px;
}

.stl-Footer__socialList {
  font-size: 0;
}

.stl-Footer__socialList > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 37px;
  line-height: 0;
}

.stl-Footer__socialList > li:first-child {
  margin-left: 0;
}

.stl-Footer__socialList > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  color: #111111;
  text-decoration: none;
}

.stl-Footer__socialList > li i {
  font-size: 16px;
}

.stl-Footer__copyright {
  margin-top: 14px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.4em;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media all and (min-width: 801px) {
  html {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  body {
    font-size: 14px;
  }
  #stl-FrameMainContent {
    padding: 0 28px 0;
  }
  #stl-FrameMainContentInner {
    margin-top: -50px;
  }
  #stl-FrameMainContentInner > * {
    margin-top: 50px;
  }
  #stl-FrameFooter {
    margin-top: 50px;
    padding: 0 48px;
  }
  .stl-IndexHero {
    min-height: 100%;
  }
  .stl-IndexHero__nextButton a {
    font-size: 17px;
  }
  .stl-Heading__label {
    padding: 0 3rem;
    font-size: 35px;
  }
  .stl-Heading__label::before, .stl-Heading__label::after {
    width: 2rem;
  }
  .stl-Heading__caption {
    font-size: 20px;
  }
  .stl-Grid.-tablet2Col .stl-Grid__item {
    width: 50%;
  }
  .stl-Grid.-tablet3Col .stl-Grid__item {
    width: 33.33333%;
  }
  .stl-Grid.-tablet4Col .stl-Grid__item {
    width: 25%;
  }
  .stl-Button {
    height: 80px;
  }
  .stl-Button .stl-Icon {
    width: 34px;
    height: 34px;
    margin-left: 60px;
  }
  .stl-Button__inner {
    font-size: 22px;
  }
  .stl-Content {
    padding: 140px 1rem 100px;
  }
  .stl-Content__header {
    margin-bottom: 100px;
  }
  .stl-Content__footer {
    margin-top: 100px;
  }
  .stl-Content__footer .stl-Button {
    max-width: 410px;
  }
  .stl-Item01__image {
    margin-bottom: 65px;
  }
  .stl-Item01__heading {
    font-size: 24px;
  }
  .stl-Item01__caption {
    margin-top: 18px;
    font-size: 18px;
  }
  .stl-Item02__image {
    margin-bottom: 55px;
  }
  .stl-Item02__headerAttach {
    display: none;
  }
  .stl-Item02__caption {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .stl-Item02__heading {
    font-size: 24px;
    letter-spacing: 0.20em;
  }
  .stl-Item02__description {
    margin-top: 22px;
    padding: 0;
    background: none;
    font-size: 16px;
  }
  .stl-Item02__descriptionInner {
    padding: 0;
  }
  .stl-Item03 {
    padding: 6px 6px 45px;
  }
  .stl-Item03__headerAttach {
    display: none;
  }
  .stl-Item03__image {
    margin-bottom: 35px;
  }
  .stl-Item03__content {
    padding: 0 40px;
  }
  .stl-Item03__heading {
    font-size: 26px;
    text-align: center;
  }
  .stl-Item03__description {
    margin-top: 13px;
    font-size: 13px;
  }
  .stl-Item03__cta {
    margin-top: 40px;
  }
  .stl-Item04__image {
    margin-bottom: 20px;
  }
  .stl-Item04__heading {
    font-size: 18px;
  }
  .stl-Item04__caption {
    font-size: 18px;
  }
  .stl-NewsList__list > li {
    padding: 30px 0;
    font-size: 18px;
  }
  .stl-NewsList__date {
    margin-bottom: 4px;
  }
  .stl-Company__description {
    font-size: 18px;
  }
  .stl-Company__description > dt {
    min-width: 125px;
  }
  .stl-RecruitInfo__message {
    font-size: 18px;
  }
  .stl-RecruitInfo__cta {
    margin-top: 80px;
  }
  .stl-RecruitInfo__cta > li {
    margin-top: 45px;
  }
  .stl-RecruitInfo__cta .stl-Button {
    max-width: 100%;
  }
  .stl-Drawer__menuList {
    padding: 100px 1rem 100px;
  }
  .stl-Drawer__menuList > li {
    margin-top: 46px;
    font-size: 30px;
    letter-spacing: 0.30em;
  }
  .stl-Header {
    padding: 0 48px;
  }
  .stl-MissionStatement .slick-dots {
    top: auto;
    left: 10%;
    bottom: 10%;
  }
  .stl-MissionStatement .slick-dots > li {
    margin-left: 19px;
  }
  .stl-MissionStatement__image.-sp {
    display: none;
  }
  .stl-MissionStatement__image.-pc {
    display: block;
    padding-bottom: 87.19867%;
  }
  .stl-MissionStatement__description {
    position: absolute;
    bottom: 14%;
    left: 10%;
    width: 390px;
    padding: 0;
    background: none;
    text-align: left;
   /* text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 6px #fff;*/
  }
	
  .stl-MissionStatement__description p {
	  font-size: 16px;
	  line-height: 30px;
	  letter-spacing: 2.5px;

	}
	
  .stl-MissionStatement__heading {
    margin-bottom: 50px;
    font-size: 40px;
    text-align: left;
  }
  .stl-MissionStatement__heading small {
    margin-top: 26px;
    font-size: 28px;
  }
  .stl-MissionStatement__heading br.-spBr {
    display: none;
  }
  .stl-MissionStatement__heading br.-pcBr {
    display: inline;
  }
  .stl-CoreValue .stl-Content {
    padding-right: 55px;
    padding-left: 55px;
  }
  .stl-CoreValue .stl-Content__section .stl-Grid__content {
    margin: 0 -37px;
  }
  .stl-CoreValue .stl-Content__section .stl-Grid__item {
    margin-top: 100px;
    padding: 0 37px;
  }
  .stl-CoreValue .stl-Content__section .stl-Grid__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .stl-AboutUs .stl-Content {
    padding-right: 55px;
    padding-left: 55px;
  }
  .stl-AboutUs .stl-Content__section .stl-Grid__content {
    margin: 0 -37px;
  }
  .stl-AboutUs .stl-Content__section .stl-Grid__item {
    margin-top: 100px;
    padding: 0 37px;
  }
  .stl-AboutUs .stl-Content__section .stl-Grid__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .stl-AboutUs .stl-Item02__descriptionInner {
    display: block;
  }
  .stl-Project .stl-Content {
    padding-right: 55px;
    padding-left: 55px;
  }
  .stl-Project .stl-Content__section .stl-Grid__content {
    margin: 0 -20px;
  }
  .stl-Project .stl-Content__section .stl-Grid__item {
    margin-top: 70px;
    padding: 0 20px;
  }
  .stl-Project .stl-Content__section .stl-Grid__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .stl-Project .stl-Item03__description {
    margin-top: 13px;
  }
  .stl-Project .stl-Item03__descriptionInner {
    display: block;
    margin-top: 0;
  }
  .stl-Member .stl-Content {
    padding-right: 55px;
    padding-left: 55px;
  }
  .stl-Member .stl-Content__section .stl-Grid.-tablet2Col .stl-Grid__content {
    margin-right: -25px;
    margin-left: -25px;
  }
  .stl-Member .stl-Content__section .stl-Grid.-tablet2Col .stl-Grid__item {
    margin-top: 50px;
    padding: 0 25px;
  }
  .stl-Member .stl-Content__section .stl-Grid.-tablet2Col .stl-Grid__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .stl-Member .stl-Content__section .stl-Grid.-tablet3Col .stl-Grid__content {
    margin-right: -20px;
    margin-left: -20px;
  }
  .stl-Member .stl-Content__section .stl-Grid.-tablet3Col .stl-Grid__item {
    margin-top: 50px;
    padding: 0 20px;
  }
  .stl-Member .stl-Content__section .stl-Grid.-tablet3Col .stl-Grid__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .stl-NewsAndAccess .stl-Grid__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -23px;
  }
  .stl-NewsAndAccess .stl-Grid__item {
    margin-top: 0;
    padding: 0 23px;
  }
  .stl-NewsAndAccess .stl-Content {
    padding-top: 90px;
    padding-bottom: 55px;
  }
  .stl-NewsAndAccess .stl-Content__header {
    margin-bottom: 88px;
  }
  .stl-NewsAndAccess .stl-Heading__label {
    font-size: 28px;
  }
  .stl-Recruit::before {
    background-image: url(../images/recruit/pc_left_img01-1.png);
  }
  .stl-Recruit::after {
    background-image: url(../images/recruit/pc_right_img01-1.png);
  }
  .stl-Recruit .stl-Content__section {
    width: 100%;
    max-width: 455px;
  }
  .stl-Recruit .stl-Button {
    max-width: 100%;
  }
  .stl-Recruit .stl-Button {
    background-color: #fff;
    color: #111111;
  }
  .stl-Recruit .stl-Button svg {
    fill: #111111;
  }
  .stl-Footer__inner {
    padding-bottom: 40px;
  }
  .stl-Footer__pageTop {
    margin-top: 24px;
    font-size: 15px;
  }
  .stl-Footer__pageTop .stl-Icon {
    width: 38px;
    height: 38px;
  }
  .stl-Footer__social {
    margin-top: 24px;
  }
  .stl-Footer__socialList > li {
    margin-left: 54px;
  }
  .stl-Footer__socialList > li a {
    width: 40px;
    height: 40px;
  }
  .stl-Footer__socialList > li i {
    font-size: 20px;
  }
  .stl-Footer__copyright {
    margin-top: 40px;
    font-size: 15px;
  }
  .stl-Footer__copyright br {
    display: none;
  }
}

@media all and (max-width: 1000px) {
  a,
  button {
    outline: none;
  }
  .stl-Grid.-mobile2Col .stl-Grid__item {
    width: 50%;
  }
  .stl-Grid.-mobile3Col .stl-Grid__item {
    width: 33.33333%;
  }
  .stl-Grid.-mobile4Col .stl-Grid__item {
    width: 25%;
  }
  .stl-MissionStatement .stl-MissionStatement__header .stl-Heading__label {
    font-size: 17px;
    letter-spacing: normal;
  }
}

@media all and (min-width: 920px) {
  .stl-Grid.-pc2Col .stl-Grid__item {
    width: 50%;
  }
  .stl-Grid.-pc3Col .stl-Grid__item {
    width: 33.33333%;
  }
  .stl-Grid.-pc4Col .stl-Grid__item {
    width: 25%;
  }
  .stl-MissionStatement .stl-MissionStatement__header {
    top: 14%;
  }
}

/*# sourceMappingURL=main.bundle.css.map */
