@charset "UTF-8";
/**************************************************
    sass
***************************************************/
/* -----------------------------------------------
	Variables
-------------------------------------------------- */
/* -----------------------------------------------
	Mixins
-------------------------------------------------- */
/* ---------- Media Query --------- */
/* ---------- CSS Hack --------- */
/* ---------- Common --------- */
/* ---------- Image --------- */
/* ---------- Arrow --------- */
/* ---------- Icon --------- */
/* ---------- Animation --------- */
/* -----------------------------------------------
	Functions
-------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**************************************************
	base
***************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  font-size: 16px;
  font-size: min(16px, 1.3vw);
}
@media (max-width: 767px) {
  html {
    font-size: 4.27vw;
  }
}

body, button, input, textarea, select {
  color: #000;
  font-weight: 300;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  body, button, input, textarea, select {
    padding-top: 76px;
  }
}

::-moz-selection {
  background: rgba(0, 143, 76, 0.7);
  color: #fff;
}

::selection {
  background: rgba(0, 143, 76, 0.7);
  color: #fff;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

img, svg, video {
  border: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #008F4C;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ---------- image ---------- */
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1em;
  font-size: 0.88em;
}

/* ---------- plain ---------- */
ul.plain, ol.plain {
  margin-left: 1em;
  margin-bottom: 1em;
}

.plain ul, .plain ol {
  margin: 0 0 0 1em;
}

ul.plain {
  list-style-type: disc;
}
ul.plain ul {
  list-style-type: circle;
}
ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin: 0 0 1em;
}
dl.plain dt {
  font-weight: bold;
}
dl.plain dd {
  margin-bottom: 1em;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

._horizontalrule {
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  margin: 2.5rem 0;
}

/* ---------- text ---------- */
._bold {
  font-weight: 600;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._middle {
  font-size: 100% !important;
}

._large {
  font-size: 113% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

._green {
  color: #008F4C !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: 0.67rem !important;
}

._default {
  margin-bottom: 1.33rem !important;
}

._double {
  margin-bottom: 2.67rem !important;
}

._first {
  margin-top: 0 !important;
}

/* ---------- devices ---------- */
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/**************************************************
    Header
***************************************************/
.site-header {
  width: 100%;
  height: 7.5rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  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;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-header.is-scroll {
  height: 5rem;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 1, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 1, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-header.is-scroll .site-logo {
  max-width: 11.25rem;
}
.site-header.is-scroll .site-information {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5rem;
}
.site-header.is-scroll .contact-us {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 1.25rem;
  margin-bottom: 0;
}
.site-header.is-scroll .contact-us .item.tel .sub {
  display: none;
}
.site-header.is-scroll .global-nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.site-header.is-scroll .global-nav .item {
  margin: 0 0.625rem;
}
.site-header.is-scroll .global-nav .item > a {
  font-size: 0.9375rem;
}
.site-header.is-scroll .global-nav .item > a.button-contact {
  padding: 0.1875rem 0.625rem;
  font-size: 0.75rem;
}
.site-header > .inner {
  zoom: 1;
  width: 100%;
  max-width: 1060px;
  padding: 0.9375rem 2.5rem 1.25rem;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header > .inner:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.site-header .site-logo {
  max-width: 15.375rem;
}
.site-header .site-logo > a {
  display: inline-block;
}
.site-header .site-information {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .contact-us {
  margin-left: auto;
  margin-bottom: 0.375rem;
}
.site-header .contact-us .item > a {
  display: block;
}
.site-header .contact-us .item.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .contact-us .item.tel a {
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 400;
}
.site-header .contact-us .item.tel a .fa-phone-alt {
  font-size: 1rem;
  margin-right: 0.375rem;
  color: #008F4C;
}
.site-header .contact-us .item.tel .sub {
  display: block;
  font-size: 0.75rem;
  color: #666;
  margin-left: 0.9375rem;
  font-weight: 400;
}
.site-header .global-nav {
  margin-left: auto;
}
.site-header .global-nav > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .global-nav .item {
  margin: 0 0.9375rem;
}
.site-header .global-nav .item > a {
  display: block;
  text-decoration: none;
  font-weight: 400;
}
.site-header .global-nav .item > a.-active {
  color: #008F4C;
}
.site-header .global-nav .item > a.button-contact {
  background: #008F4C;
  border: 1px solid #008F4C;
  color: #fff;
  border-radius: 100px;
  padding: 0.1875rem 0.9375rem 0.3125rem;
  font-size: 0.875rem;
}
.site-header .global-nav .item > a.button-contact .fa-envelope {
  margin-right: 0.3125rem;
}
.site-header .global-nav .item > a.button-contact:hover {
  color: #008F4C;
  background: #fff;
}
.site-header .global-nav .item:last-child {
  margin-right: 0;
}

/**************************************************
    Footer
***************************************************/
.site-footer .head > .inner {
  max-width: 1060px;
  padding: 1.25rem 2.5rem;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .head .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .head .link-list > .item {
  border-left: 1px solid #e6e6e6;
  padding: 0 0.9375rem;
}
.site-footer .head .link-list > .item > a {
  display: block;
}
.site-footer .head .link-list > .item > a:hover {
  opacity: 0.6;
}
.site-footer .head .link-list > .item > a img {
  width: auto;
  height: 100%;
  max-height: 3.75rem;
}
.site-footer .head .utility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .head .utility-list > .item {
  border-left: 1px solid #e6e6e6;
  padding: 0 0.9375rem 0.125rem;
  line-height: 1.4;
}
.site-footer .head .utility-list > .item:first-child {
  border-left: none;
}
.site-footer .head .utility-list > .item > a {
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-block;
}
.site-footer .foot {
  background: #333333;
}
.site-footer .foot > .inner {
  max-width: 1060px;
  padding: 1.25rem 2.5rem;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .foot .company {
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
}
.site-footer .foot .company > a {
  text-decoration: none;
  color: #fff;
}
.site-footer .foot .address {
  font-size: 0.8125rem;
  color: #fff;
  margin: 0 0 0 1.25rem;
}
.site-footer .foot .tel {
  font-size: 0.8125rem;
  color: #fff;
  margin: 0 0 0 1.25rem;
}
.site-footer .foot .copyright {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  margin-left: auto;
  letter-spacing: 0.05em;
}

/**************************************************
    Content
***************************************************/
.site-content section > .inner, .site-content section.inner, .site-content .section > .inner, .site-content .section.inner {
  zoom: 1;
  max-width: 1060px;
  padding: 2.5rem 2.5rem;
  margin: 0 auto;
  position: relative;
}
.site-content section > .inner:after, .site-content section.inner:after, .site-content .section > .inner:after, .site-content .section.inner:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
@media (max-width: 767px) {
  .site-content section > .inner, .site-content section.inner, .site-content .section > .inner, .site-content .section.inner {
    padding: 1.25rem;
  }
}
.site-content section > .inner.medium, .site-content section.inner.medium, .site-content .section > .inner.medium, .site-content .section.inner.medium {
  max-width: 56.25rem;
}
.site-content section > .inner.full, .site-content section.inner.full, .site-content .section > .inner.full, .site-content .section.inner.full {
  max-width: 100%;
  padding: 2.5rem 0;
}
.site-content section > .inner > .section-title-a, .site-content section.inner > .section-title-a, .site-content .section > .inner > .section-title-a, .site-content .section.inner > .section-title-a {
  margin-top: 0 !important;
}

.page-lower .lower-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-category {
  background: url(../images/bg_teaser.png) no-repeat center center;
  background-size: cover;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-category.-solution {
  background: url(../images/bg_solution.png) no-repeat center center;
  background-size: cover;
}
.page-category > .inner {
  width: 100%;
}
.page-category .title {
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}
.page-category .title .ja {
  font-size: 1.75rem;
  display: block;
}
.page-category .title .en {
  font-size: 1rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.375rem;
}

.breadcrumb {
  width: 100%;
  margin: 1.25rem 0 1.875rem;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
}
.breadcrumb .breadcrumb-list {
  max-width: 1060px;
  padding: 0 2.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list {
    max-width: 100%;
    padding: 0.625rem 1.25rem;
  }
}
.breadcrumb .breadcrumb-list > li {
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  margin: 0 0;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li {
    font-size: 0.75rem;
  }
}
.breadcrumb .breadcrumb-list > li a {
  color: #000;
  padding: 0 0;
  text-decoration: none;
}
.breadcrumb .breadcrumb-list > li a:hover {
  color: #008F4C;
}
.breadcrumb .breadcrumb-list > li::after {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-right: 1px solid #390000;
  border-bottom: 1px solid #390000;
  margin: 0 0.75rem;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li::after {
    margin: 0.1875rem 0.375rem 0;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li:last-child {
    padding-right: 1.25rem;
  }
}
.breadcrumb .breadcrumb-list > li:last-child::after {
  display: none;
}

.lower-block {
  background: #f7f7f5;
  margin: 2.5rem 0 -2.5rem;
}
@media (max-width: 767px) {
  .lower-block {
    padding: 1.25rem 0;
    margin-top: 2.5rem;
  }
}
.lower-block > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0.9375rem 2.5rem !important;
}
.lower-block > .inner::before, .lower-block > .inner::after {
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: calc((100% - 1.88rem - 1.88rem - 1.88rem) / 4);
}
@media (max-width: 767px) {
  .lower-block > .inner::before, .lower-block > .inner::after {
    width: calc((100% - 10px) / 2);
  }
}
.lower-block .card {
  width: calc((100% - 1.88rem - 1.88rem - 1.88rem) / 4);
  margin: 0.9375rem 0;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .lower-block .card {
    width: calc((100% - 10px) / 2);
    margin-bottom: 0.625rem;
  }
}
.lower-block .card > a {
  display: block;
  text-decoration: none;
  color: #008F4C;
}
.lower-block .card > a .photo {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #008F4C;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .lower-block .card > a .photo {
    margin-bottom: 0.9375rem;
  }
}
.lower-block .card > a .photo img {
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.lower-block .card > a .title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .lower-block .card > a .title {
    font-size: 0.9375rem;
  }
}
.lower-block .card > a .lead {
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .lower-block .card > a .lead {
    display: none;
  }
}
.lower-block .card > a .more {
  font-size: 0.75rem;
  font-weight: 400;
  border: 1px solid #008F4C;
  border-radius: 100px;
  display: inline-block;
  padding: 0.3em 1em 0.4em;
  margin-bottom: 1.875rem;
  min-width: 8.125rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .lower-block .card > a .more {
    font-size: 0.625rem;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.lower-block .card > a .more > i {
  margin-right: 0.375rem;
}
.lower-block .card > a:hover {
  text-decoration: none;
}
.lower-block .card > a:hover .photo img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.lower-block .card > a:hover .title {
  color: #008F4C;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.lower-block .card > a:hover .more {
  background: #008F4C;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/**************************************************
    Entry
***************************************************/
.page-lower .related-article {
  max-width: 1020px;
  margin: 0 auto;
}
.page-lower .related-article .h3-a {
  max-width: 100%;
  margin: 1.875rem 0;
}
.page-lower .entry-content {
  background: #f7f7f5;
  padding: 3.75rem 0;
}
.page-lower .entry-content._zero {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-lower .entry-content {
    padding: 2.5rem 1.25rem;
    margin-top: 1.25rem;
  }
}
.page-lower .entry-content > .inner {
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
}
.page-lower .entry-content .entry-title {
  font-size: 30px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 0.875rem 0;
  margin: 1.25rem 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-lower .entry-content .entry-title {
    font-size: 1.375rem;
  }
}
.page-lower .entry-content .entry-image {
  margin: 1.875rem 0;
}
@media (max-width: 767px) {
  .page-lower .entry-content .entry-image {
    margin: 1.25rem 0;
  }
}
.page-lower .entry-content .company-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.875rem 0;
}
@media (max-width: 767px) {
  .page-lower .entry-content .company-about {
    display: block;
  }
}
.page-lower .entry-content .company-about .company-logo {
  display: block;
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 1.875rem;
}
@media (max-width: 767px) {
  .page-lower .entry-content .company-about .company-logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.page-lower .entry-content .company-about .company-logo img {
  width: 100%;
}
.page-lower .entry-content .company-about .company-logo img.ms-ins {
  max-width: 27.5rem;
}
.page-lower .entry-content .company-about .company-logo img.smbc-interview {
  max-width: 9.375rem;
}
.page-lower .entry-content .company-about .company-logo img.obayashi {
  max-width: 12.5rem;
}
@media (max-width: 767px) {
  .page-lower .entry-content .company-about .company-logo img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-lower .entry-content .company-about .company-name {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 0.625rem;
  }
}
.page-lower .entry-content .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}
.page-lower .entry-content .comment .name {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-lower .entry-content .comment .name {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.page-lower .entry-content .comment .text {
  margin-left: 2.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-lower .entry-content .comment .text {
    font-size: 0.875rem;
    margin-left: 1.25rem;
    line-height: 1.6;
  }
}
.page-lower .entry-content .maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #008F4C));
  background: linear-gradient(transparent 60%, #008F4C 60%);
  font-style: normal;
  font-weight: bold;
}

/**************************************************
    Heading
***************************************************/
.section-title-a {
  font-size: 1.3125rem;
  font-weight: 400;
  padding: 0 0 0 1.25rem;
  margin: 3.75rem 0 2.5rem;
  border-left: 4px solid #008F4C;
  position: relative;
}
.section-title-a::before {
  content: "";
  background: #333333;
  display: block;
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 4px;
  height: 50%;
}

.section-title-b {
  margin: -0.75rem 0 1.875rem;
  text-align: center;
}
.section-title-b .ja {
  font-size: 1.75rem;
  font-weight: 500;
  display: block;
}
.section-title-b .en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #008F4C;
  text-transform: uppercase;
  display: block;
}

.section-title-c {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.section-title-c span {
  position: relative;
  display: inline-block;
}
.section-title-c span::before {
  content: "";
  background: #000;
  width: auto;
  height: 1px;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
}

.section-lead {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 3.75rem;
}

.h4-a {
  font-size: 1.125rem;
  color: #008F4C;
  margin: 1.875rem 0 0.625rem;
  font-weight: 400;
}

.h4-b {
  font-size: 1.125rem;
  color: #000;
  margin: 1.875rem 0 1.25rem;
  font-weight: 400;
}

/**************************************************
    button
***************************************************/
.button-a {
  min-width: 12.5rem;
  border: 1px solid #008F4C;
  background: #008F4C;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 0.375rem 1.25rem;
  display: inline-block;
}
.button-a > i {
  margin-right: 0.3125rem;
}
.button-a:hover {
  background: #fff;
  color: #008F4C;
}
.button-a.-outline {
  background: #fff;
  color: #008F4C;
}
.button-a.-outline:hover {
  background: #008F4C;
  color: #fff;
}
.button-a.-full {
  width: 100%;
  display: block;
}

.button-grop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0;
}
.button-grop > .item {
  margin-left: 1.25rem;
}
.button-grop > .item:first-child {
  margin-left: 0;
}

/**************************************************
	list
***************************************************/
.note-list {
  margin-bottom: 1.25rem;
}
.note-list > .item {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

.counter-list {
  counter-reset: number 0;
  margin-bottom: 1.25rem;
}
.counter-list > .item {
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin-bottom: 1.25rem;
}
.counter-list > .item:last-child {
  margin-bottom: 0;
}
.counter-list > .item::before {
  content: counter(number) ".";
  counter-increment: number 1;
  color: #008F4C;
  margin-right: 0.625rem;
}

.tag-list {
  width: 100%;
  max-width: 30rem;
  margin: 0.9375rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-list > .item {
  border: 1px solid #000;
  padding: 0.25rem 0.625rem;
  margin: 0.3125rem;
  border-radius: 4px;
}

.basic-list > .item {
  display: inline-block;
  margin-right: 0.9375rem;
}
.basic-list > .item::before {
  content: "●";
  color: #008F4C;
  font-size: 0.625rem;
  position: relative;
  top: -0.125rem;
  margin-right: 0.3125rem;
}

.case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 1.875rem -0.625rem;
}
.case-list .case-card {
  width: 33.3333%;
  padding: 0 0.625rem;
}
.case-list .case-card .item {
  display: block;
  text-decoration: none;
  border: 1px solid #E5E5E5;
}
.case-list .case-card .item .image {
  position: relative;
  overflow: hidden;
}
.case-list .case-card .item .image::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.case-list .case-card .item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.case-list .case-card .item .image img {
  width: 100%;
}
.case-list .case-card .item .body {
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
}
.case-list .case-card .item .body .title {
  font-size: 0.875rem;
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.case-list .case-card .item .body .title i {
  font-size: 0.625rem;
  margin-right: 0.375rem;
  color: #008F4C;
}
.case-list .case-card .item:hover .image img {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
}

/* -----------------------------------------------
News
-------------------------------------------------- */
.news-list {
  border-bottom: 1px dotted #e6e6e6;
  margin-bottom: 2.5rem;
}
.news-list > .item {
  border-top: 1px dotted #e6e6e6;
}
@media (max-width: 767px) {
  .news-list > .item {
    margin-bottom: 0;
  }
}
.news-list > .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  padding: 1rem 1.25rem;
}
@media (max-width: 767px) {
  .news-list > .item > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625rem 0;
  }
}
.news-list > .item > a:hover {
  background: #f7f7f5;
}
.news-list > .item .date {
  font-size: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 767px) {
  .news-list > .item .date {
    font-size: 0.75rem;
    margin-right: 0.625rem;
  }
}
.news-list > .item .category {
  width: 7.5rem;
  font-size: 0.75rem;
  border-radius: 100px;
  border: 1px solid #008F4C;
  color: #008F4C;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0.13rem 0.53rem;
  margin: 0 1.67rem;
  text-align: center;
}
@media (max-width: 767px) {
  .news-list > .item .category {
    margin: 0;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .news-list > .item .title {
    width: 100%;
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

/**************************************************
    Table
***************************************************/
.table-a, .table-form {
  width: 100%;
  margin: 0 auto 3.75rem;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .table-a, .table-form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2.5rem;
  }
}
.table-a thead th, .table-form thead th {
  background: #F2F2F2;
  color: #000;
  font-weight: 600;
  border: none;
}
.table-a th, .table-form th, .table-a td, .table-form td {
  padding: 1rem 1.875rem;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table-a th, .table-form th, .table-a td, .table-form td {
    font-size: 0.875rem;
    display: block;
    padding: 0.625rem 1.25rem;
  }
}
.table-a th, .table-form th {
  background: #f7f7f5;
  color: #008F4C;
  font-weight: 600;
  white-space: nowrap;
  border-top: 1px solid #008F4C;
  text-align: center;
}
@media (max-width: 767px) {
  .table-a th, .table-form th {
    width: 100%;
  }
}
.table-a td, .table-form td {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .table-a td, .table-form td {
    width: 100%;
  }
}
.table-a td.office-block, .table-form td.office-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-a td.office-block .thumbnail, .table-form td.office-block .thumbnail {
  max-width: 12.5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-a td.office-block .body, .table-form td.office-block .body {
  margin-left: 1.875rem;
}
.table-a td.office-block .body .name, .table-form td.office-block .body .name {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0.625rem;
  font-weight: 400;
}
.table-a td.office-block .body .address, .table-form td.office-block .body .address {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.table-form th, .table-form td {
  padding: 0.75rem 2.5rem;
}
@media (max-width: 767px) {
  .table-form th, .table-form td {
    padding: 0.625rem 1.25rem;
  }
}
.table-form th {
  width: 30%;
}
@media (max-width: 767px) {
  .table-form th {
    width: 100%;
  }
}
.table-form td {
  width: 70%;
}
@media (max-width: 767px) {
  .table-form td {
    width: 100%;
    padding: 1.25rem;
  }
}

@media (max-width: 767px) {
  .table-scroll {
    width: 100%;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-scroll .scroll-hint-icon {
    top: calc(50% - 45px);
    left: calc(50% - 90px);
    width: 180px;
    height: 90px;
  }
  .table-scroll .table-a th, .table-scroll .table-form th, .table-scroll .table-a td, .table-scroll .table-form td {
    display: table-cell;
    white-space: nowrap !important;
  }
}
/**************************************************
    Other
***************************************************/
.box-a, .box-b, .box-c {
  padding: 1.875rem;
  margin: 1.875rem 0;
}

.box-a {
  background: #F1F1F1;
}

.box-b {
  border: 1px solid #e5e5e5;
}

.box-c {
  background: #f7f7f5;
}

.contents-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-block .photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.5rem;
}
.contents-block .photo .image-list > .item {
  margin-bottom: 0.625rem;
}
.contents-block .photo .image-list > .item:last-child {
  margin-bottom: 0;
}
.contents-block .photo img {
  max-width: 15.625rem;
}
.contents-block .body {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.contents-block .body .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 1.875rem 0 1.25rem;
}
.contents-block .body .youtube iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.tel-block > .item {
  text-decoration: none;
  background: #fff;
  color: #008F4C;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  min-width: 21.875rem;
  padding: 0.625rem 1.25rem;
  display: inline-block;
}
.tel-block > .item > i {
  margin-right: 0.625rem;
}

.information-block {
  background: #008F4C;
  margin-top: 2.5rem;
}
.information-block > .inner {
  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;
  padding: 1.875rem 2.5rem 0 !important;
}
.information-block .panel {
  width: calc(50% - 1px);
  padding: 1.875rem;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
}
.information-block .panel .title {
  font-size: 1.125rem;
  color: #008F4C;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}
.information-block .panel .lead {
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}
.information-block .telephone {
  text-align: center;
  padding: 1.25rem;
}
.information-block .telephone .contact-us {
  color: #fff;
  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;
}
.information-block .telephone .contact-us > a {
  font-size: 1.75rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.4;
}
.information-block .telephone .contact-us > a .fa-phone-alt {
  font-size: 1.25rem;
  margin: -0.25rem 0.375rem 0 0;
  display: inline-block;
}
.information-block .telephone .contact-us .main {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 1.25rem;
  padding: 0.25rem 0.9375rem;
  border-radius: 100px;
}
.information-block .telephone .contact-us .sub {
  display: block;
  font-size: 0.75rem;
  margin-left: 0.9375rem;
  font-weight: 400;
}

.message-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .message-block {
    display: block;
  }
}
.message-block .photo {
  width: 20rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .message-block .photo {
    margin: 0 auto 1.5625rem;
    text-align: center;
  }
}
.message-block .text .copy {
  font-size: 1.3125rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .message-block .text .copy {
    font-size: 1.3125rem;
    background: #008F4C;
    padding: 0.4em 0.6em 0.5em;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
  }
  .message-block .text .copy br {
    display: none;
  }
}
.message-block .text .copy span {
  background: #008F4C;
  display: inline-block;
  padding: 0.2em 0.6em 0.35em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .message-block .text .copy span {
    display: inline;
    padding: 0;
  }
}
.message-block .text .copy span:first-child {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .message-block .text .copy span:first-child {
    margin-bottom: 1px;
  }
}
.message-block .text .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-block .text .author .name {
  font-size: 1.3125rem;
  color: #008F4C;
  display: block;
  font-weight: 400;
}
.message-block .text .author .position {
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 0.625rem;
}
.message-block .text p {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .message-block .text p {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.message-block .text p:last-child {
  margin-bottom: 0;
}

.corporate-emblem {
  background: #f7f7f5;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corporate-emblem .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.corporate-emblem .text .motif {
  text-align: center;
  margin-bottom: 1.875rem;
}
.corporate-emblem .text .motif img {
  width: 100%;
  max-width: 12.8125rem;
}
.corporate-emblem .text .blockquote {
  padding: 1.25rem 1.875rem;
  margin: 1.25rem 0 0.625rem;
  position: relative;
}
.corporate-emblem .text .blockquote::before, .corporate-emblem .text .blockquote::after {
  font-size: 2.5rem;
  position: absolute;
  color: #999;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.corporate-emblem .text .blockquote::before {
  content: "“";
  top: 0;
  left: 0;
}
.corporate-emblem .text .blockquote::after {
  content: "”";
  right: 0;
  bottom: 0;
}
.corporate-emblem .text .blockquote p {
  font-size: 1rem;
}
.corporate-emblem .text p {
  font-size: 0.875rem;
}
.corporate-emblem .gosei {
  border: 1px solid #008F4C;
  padding: 2.5rem;
  margin-left: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.corporate-emblem .gosei > .title {
  font-size: 1.5rem;
  text-align: center;
}
.corporate-emblem .gosei .gosei-list > .item {
  margin-bottom: 1.25rem;
}
.corporate-emblem .gosei .gosei-list > .item:last-child {
  margin-bottom: 0;
}
.corporate-emblem .gosei .gosei-list > .item dl dt {
  font-size: 1.25rem;
}
.corporate-emblem .gosei .gosei-list > .item dl dt::before {
  content: "一、";
}
.corporate-emblem .gosei .gosei-list > .item dl dd {
  font-size: 0.875rem;
  padding-left: 2.75rem;
}

.company-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

#map {
  width: 100%;
  height: 25rem;
  margin-bottom: 2.5rem;
}

/**************************************************
    icon
***************************************************/
.icon, .icon-pdf-after::after, .icon-pdf::before, .icon-external-after::after, .icon-external::before {
  display: inline-block;
  vertical-align: middle;
}

.icon-external::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 1em 1em;
}

.icon-external-after::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 1em 1em;
  margin-right: 0;
  margin-left: 0.5em;
}

.icon-pdf::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 1em 1em;
}

.icon-pdf-after::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 1em 1em;
  margin-right: 0;
  margin-left: 0.5em;
}

/**************************************************
    Card
***************************************************/
/* -----------------------------------------------
  Column
-------------------------------------------------- */
.column-2, .column-3, .column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -0.625rem 0.625rem;
}
.column-2 .clearHidden, .column-3 .clearHidden, .column-4 .clearHidden {
  display: none;
}
.column-2 > .column, .column-2 .column-image-left, .column-3 > .column, .column-3 .column-image-left, .column-4 > .column, .column-4 .column-image-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.column-2 > .column img, .column-2 .column-image-left img, .column-3 > .column img, .column-3 .column-image-left img, .column-4 > .column img, .column-4 .column-image-left img {
  max-width: 100%;
}
.column-2.column-2 > .column, .column-2.column-2 [class*=column-image], .column-2.column-2 [class*=column-media], .column-3.column-2 > .column, .column-3.column-2 [class*=column-image], .column-3.column-2 [class*=column-media], .column-4.column-2 > .column, .column-4.column-2 [class*=column-image], .column-4.column-2 [class*=column-media] {
  width: 50% !important;
}
@media (max-width: 767px) {
  .column-2.column-2 > .column.-full, .column-2.column-2 [class*=column-image].-full, .column-2.column-2 [class*=column-media].-full, .column-3.column-2 > .column.-full, .column-3.column-2 [class*=column-image].-full, .column-3.column-2 [class*=column-media].-full, .column-4.column-2 > .column.-full, .column-4.column-2 [class*=column-image].-full, .column-4.column-2 [class*=column-media].-full {
    width: 100% !important;
  }
}
.column-2.column-3 > .column, .column-2.column-3 [class*=column-image], .column-2.column-3 [class*=column-media], .column-3.column-3 > .column, .column-3.column-3 [class*=column-image], .column-3.column-3 [class*=column-media], .column-4.column-3 > .column, .column-4.column-3 [class*=column-image], .column-4.column-3 [class*=column-media] {
  width: 33.3% !important;
}
.column-2.column-3::after, .column-3.column-3::after, .column-4.column-3::after {
  content: "";
  display: block;
  width: 33.3% !important;
}
.column-2.column-4 > .column, .column-2.column-4 [class*=column-image], .column-2.column-4 [class*=column-media], .column-3.column-4 > .column, .column-3.column-4 [class*=column-image], .column-3.column-4 [class*=column-media], .column-4.column-4 > .column, .column-4.column-4 [class*=column-image], .column-4.column-4 [class*=column-media] {
  width: 25% !important;
}
.column-2.column-4::before, .column-2.column-4::after, .column-3.column-4::before, .column-3.column-4::after, .column-4.column-4::before, .column-4.column-4::after {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  content: "";
  display: block;
  width: 25% !important;
}

/* -----------------------------------------------
  Service
-------------------------------------------------- */
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 2.5rem -0.625rem -1.25rem -0.625rem;
}
.service .service-card {
  width: 33.33%;
  padding: 1.25rem 0.625rem;
}
.service .service-card .image {
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  background: #008F4C;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 6px;
}
.service .service-card .image a:hover {
  text-decoration: none;
}
.service .service-card .image a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service .service-card .image img {
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service .service-card .image .order {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
.service .service-card .image .order .text {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  display: block;
  line-height: 1;
  padding-top: 0.25rem;
  margin-right: 0.5rem;
}
.service .service-card .image .order .number {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  display: block;
  line-height: 1;
}
.service .service-card .image .lead {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}
.service .service-card .image .lead span {
  background: #fff;
  padding: 0.25rem 0.625rem;
  margin-top: 0.625rem;
}
.service .service-card .image .lead span:first-child {
  margin-top: 0;
}
.service .service-card .title {
  font-size: 1rem;
  font-weight: 600;
  color: #008F4C;
  border-top: 1px solid #e6e6e6;
  padding-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.service .service-card .title span {
  position: relative;
  display: inline-block;
}
.service .service-card .title span::before {
  content: "";
  background: #008F4C;
  width: auto;
  height: 1px;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  top: -1.0625rem;
  right: 0;
  left: 0;
}
.service .service-card .more a {
  display: block;
}
.service .service-card .more.btn-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .service-card .more.btn-column2 a {
  width: calc((100% - 0.94rem) / 2);
}
.service .service-card .body > .lead {
  font-size: 0.875rem;
}

/* -----------------------------------------------
Form
-------------------------------------------------- */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  background: #f9f9f9;
  color: #999;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .form-step {
    margin: 0 0 10px;
  }
}
.form-step > li {
  position: relative;
  width: 33.3%;
  padding: 1em;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-weight: bold;
}
@media (max-width: 767px) {
  .form-step > li {
    font-size: 0.75rem;
    padding: 1em 0;
  }
  .form-step > li:nth-child(2) {
    width: 50%;
  }
}
.form-step > li.-done {
  background: #fafafa;
}
.form-step > li.-current {
  background: #008F4C;
  color: #000;
}
.form-step > li.-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
@media (max-width: 767px) {
  .form-step > li.-current::before {
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
  }
}
.form-step > li.-current::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #008F4C;
}
@media (max-width: 767px) {
  .form-step > li.-current::after {
    right: -15px;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 15px solid #008F4C;
  }
}
.form-step > li:first-child {
  border-left: 0;
}
.form-step > li:first-child.-current::before {
  display: none;
}
.form-step > li:last-child {
  border-right: 0;
}

.form-content {
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .form-content {
    margin: 0 0 20px;
  }
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5em 0;
}
.form-row > .form-col:first-child {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
@media (min-width: 769px) {
  .form-row > .form-col:first-child {
    width: 30%;
    padding-right: 1em;
  }
  .form-row > .form-col:last-child {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-row > .form-col:first-child {
    margin-bottom: 0.5em;
  }
  .form-row > .form-col:last-child {
    width: 100%;
  }
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline:not(:last-child) {
  margin-bottom: 0.5em;
}
.form-inline > .form-col {
  margin-right: 0.5em;
}

.form-table {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-table {
    font-size: 0.875rem;
  }
}
.form-table th, .form-table td {
  zoom: 1;
  border-bottom: 1px solid #f2f2f2;
}
.form-table th:after, .form-table td:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
@media (max-width: 767px) {
  .form-table th, .form-table td {
    display: block;
  }
}
.form-table th table th, .form-table th table td, .form-table td table th, .form-table td table td {
  border-bottom: none;
}
.form-table th {
  vertical-align: middle;
  padding: 1em 1em 1em 0;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 767px) {
  .form-table th {
    padding: 1em 0 0.5em;
    border-bottom: none;
  }
}
.form-table td {
  padding: 1em 0 1em 1em;
}
@media (max-width: 767px) {
  .form-table td {
    padding: 0.5em 0 1em;
  }
}
.form-table tr:last-child th, .form-table tr:last-child td {
  border-bottom: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.text-field, .text-area, .select-box {
  width: 100%;
  background: #fff !important;
  padding: 0.7em !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #FFF;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .text-field, .text-area, .select-box {
    font-size: 1rem;
  }
}
.text-field.-error, .text-area.-error, .select-box.-error {
  background: #fff0f0;
  border-color: #f4c2c2;
}
.text-field.-inline, .text-area.-inline, .select-box.-inline {
  width: 20%;
  margin-right: 1em;
}
.text-field[disabled], .text-field[readonly], .text-area[disabled], .text-area[readonly], .select-box[disabled], .select-box[readonly] {
  color: #999;
  background: #DDD;
  border: 1px solid #CCC;
}
.text-field[name=inquiry], .text-area[name=inquiry], .select-box[name=inquiry] {
  height: 8em;
}

.radio-button, .check-box {
  margin-right: 1em;
}

.required, .any {
  float: right;
  color: #e60012;
  padding: 2px 10px;
  font-size: 0.75rem;
  margin: 0 0 0 1em;
}
.required.required, .any.required {
  border: 1px solid #e60012;
}
.required.any, .any.any {
  background: #ccc;
}

.check-agree {
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 1em 2em;
  background: #EEE;
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-action > li {
  margin: 0 10px;
}
.form-action > li a, .form-action > li button {
  min-width: auto;
}

.form-button {
  display: inline-block;
  color: #FFF;
  background: #008F4C;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0.75em 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-button:hover {
  background: #d0d6de;
}
.form-button.-back {
  background: #AAA;
}
.form-button.-back:hover {
  background: #d0d6de;
}
.form-button.-outline {
  color: #666;
  border: 1px solid #666;
  background: transparent;
}
.form-button.-outline:hover {
  text-decoration: none;
  color: #999;
  border-color: #999;
}

.error {
  display: block;
  color: #ff0000;
  font-size: 0.88em;
  padding-top: 0.5em;
}

/**************************************************
    Top
***************************************************/
#top .hero-slider {
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5rem;
}
#top .hero-slider .item .image {
  position: relative;
}
#top .hero-slider .item .image img {
  width: 100%;
  height: auto;
}
#top .hero-slider .item .body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  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;
}
#top .hero-slider .item .body .title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top .hero-slider .item .body .title.-large {
  font-size: 2rem;
}
@media (max-width: 767px) {
  #top .hero-slider .item .body .title {
    font-size: 1.3125rem;
    background: #008F4C;
    padding: 0.4em 0.6em 0.5em;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
  }
  #top .hero-slider .item .body .title br {
    display: none;
  }
}
#top .hero-slider .item .body .title span {
  background: rgba(0, 143, 76, 0.9);
  display: inline-block;
  padding: 0.25rem 1.25rem 0.375rem;
  letter-spacing: 0.05em;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
#top .hero-slider .item .body .title span em {
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  display: block;
  font-style: normal;
}
@media (max-width: 767px) {
  #top .hero-slider .item .body .title span {
    display: inline;
    padding: 0;
  }
}
#top .hero-slider .swiper-pagination {
  bottom: 1.25rem;
}
#top .hero-slider .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: none;
  width: 0.625rem;
  height: 0.625rem;
  opacity: 1;
  margin: 0 0.375rem;
}
#top .hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
#top .section-solution .service {
  margin: -1.25rem;
}
#top .section-solution .service .service-card {
  width: 50%;
  padding: 1.25rem;
}
#top .section-solution .service .service-card .title {
  font-size: 1.25rem;
}
#top .section-issue {
  background: #f7f7f5;
  margin: 2.5rem 0;
}
#top .section-issue .issue-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -0.625rem;
}
#top .section-issue .issue-list > .item {
  width: 20%;
  padding: 0.625rem;
  text-align: center;
}
#top .section-issue .issue-list > .item a {
  background: #fff;
  display: block;
  text-decoration: none;
  padding: 1.25rem;
  border: 1px solid #fff;
}
#top .section-issue .issue-list > .item a .text {
  display: block;
  font-size: 1rem;
  margin-top: 0.875rem;
}
#top .section-issue .issue-list > .item a img {
  width: auto;
  height: 100%;
  max-height: 5rem;
}
#top .section-issue .issue-list > .item a:hover {
  border: 1px solid #008F4C;
}
#top .section-company .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -0.9375rem;
}
#top .section-company .company-list .card {
  padding: 0.9375rem;
}
#top .section-company .company-list .card > a {
  display: block;
  text-decoration: none;
  color: #008F4C;
  background: #f7f7f5;
  text-align: center;
}
#top .section-company .company-list .card > a .photo {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #008F4C;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  #top .section-company .company-list .card > a .photo {
    margin-bottom: 0.9375rem;
  }
}
#top .section-company .company-list .card > a .photo img {
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#top .section-company .company-list .card > a .title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #top .section-company .company-list .card > a .title {
    font-size: 0.9375rem;
  }
}
#top .section-company .company-list .card > a .lead {
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  #top .section-company .company-list .card > a .lead {
    display: none;
  }
}
#top .section-company .company-list .card > a .more {
  font-size: 0.75rem;
  font-weight: 400;
  border: 1px solid #008F4C;
  border-radius: 100px;
  display: inline-block;
  padding: 0.3em 1em 0.4em;
  margin-bottom: 1.875rem;
  min-width: 8.125rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  #top .section-company .company-list .card > a .more {
    font-size: 0.625rem;
    margin-bottom: 20px;
    min-width: auto;
  }
}
#top .section-company .company-list .card > a .more > i {
  margin-right: 0.375rem;
}
#top .section-company .company-list .card > a:hover {
  text-decoration: none;
}
#top .section-company .company-list .card > a:hover .photo img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#top .section-company .company-list .card > a:hover .title {
  color: #008F4C;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#top .section-company .company-list .card > a:hover .more {
  background: #008F4C;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/**************************************************
    Recruit
***************************************************/
#recruit .recruit-bnr-block {
  background: #f7f7f5;
  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: 1.25rem 0.625rem;
}
#recruit .recruit-bnr-block > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.625rem;
  margin: 0;
}
#recruit .recruit-bnr-block > .item a {
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  height: 3.75rem;
  padding: 0.625rem 1.25rem;
  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;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
#recruit .recruit-bnr-block > .item a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#recruit .recruit-bnr-block > .item a:hover img {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#recruit .recruit-bnr-block > .item a > i {
  color: #008F4C;
  font-size: 0.8125rem;
  margin: 0 0.375rem 0 0;
}
#recruit .introduction-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recruit .introduction-block .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#recruit .introduction-block .body {
  padding: 1.875rem;
  background: #fff;
  border-radius: 4px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 1, 0.05);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 1, 0.05);
  position: relative;
}
#recruit .introduction-block .body .title-ja {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #008F4C;
  border-left: 3px solid #008F4C;
  position: relative;
  margin-bottom: 1.125rem;
  padding: 0 0 0 1.125rem;
}
#recruit .introduction-block .body .title-ja::before {
  content: "";
  background: #333333;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 3px;
  height: 50%;
}
#recruit .introduction-block .body .title-en {
  font-size: 3.625rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: rgba(0, 143, 76, 0.25);
  display: block;
  position: absolute;
  top: -1.875rem;
  right: -1.875rem;
}
#recruit .introduction-block .body p {
  font-size: 0.9375rem;
}
#recruit .introduction-block.-left .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#recruit .introduction-block.-left .body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -7.5rem;
}
#recruit .introduction-block.-right .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#recruit .introduction-block.-right .body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: -7.5rem;
}
#recruit .feature-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 6.25rem 0 0;
  margin: 0 -0.625rem;
}
#recruit .feature-block .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 0.625rem;
  position: relative;
}
#recruit .feature-block .item > .inner {
  background: #fff;
  border: 10px solid #f7f7f5;
  padding: 1.25rem;
  height: 100%;
}
#recruit .feature-block .item .image {
  width: 12.5rem;
  height: 12.5rem;
  margin: 0 auto 1.25rem;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
#recruit .feature-block .item .image::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
#recruit .feature-block .item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#recruit .feature-block .item .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .feature-block .item .catch {
  font-size: 1.25rem;
  text-align: center;
  color: #008F4C;
  font-weight: bold;
  position: absolute;
  top: -3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#recruit .feature-block .item .title {
  color: #008F4C;
  text-align: center;
  margin-bottom: 1.25rem;
}
#recruit .feature-block .item .title::after {
  content: "";
  background: #008F4C;
  width: 5rem;
  height: 2px;
  margin: 0.625rem auto;
  display: block;
}
#recruit .feature-block .item .lead {
  font-size: 0.9375rem;
}
#recruit .section-staff {
  overflow: hidden;
  padding: 1.875rem 0 0;
}
#recruit .section-staff .staff-slider .item {
  width: 25rem;
  height: 16.6875rem;
  overflow: hidden;
}
#recruit .section-staff .staff-slider .item a {
  position: relative;
  overflow: hidden;
  display: block;
}
#recruit .section-staff .staff-slider .item a::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
#recruit .section-staff .staff-slider .item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#recruit .section-staff .staff-slider .item a img {
  width: 25rem;
  height: 16.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#recruit .section-staff .staff-slider .item a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#recruit .section-staff .staff-title {
  text-align: center;
  line-height: 1;
  margin: -7.6875rem 0 2.5rem;
  position: relative;
  z-index: 2;
}
#recruit .section-staff .staff-title .en {
  font-size: 7.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: rgba(0, 143, 76, 0.8);
  display: block;
  margin-bottom: 1.25rem;
}
#recruit .section-staff .staff-title .ja {
  font-size: 1.75rem;
  display: block;
  z-index: 2;
  font-weight: normal;
}
#recruit .section-staff .staff-title-lead {
  text-align: center;
}
#recruit .interview-block > .inner {
  border: 6px solid #f7f7f5;
  padding: 2.5rem;
  margin: 3.75rem 0 0;
}
@media (max-width: 767px) {
  #recruit .interview-block .interview-cover {
    display: block;
  }
}
#recruit .interview-block .interview-cover .photo {
  position: relative;
  overflow: hidden;
  height: 18.75rem;
  margin: -2.5rem -2.5rem 0;
}
#recruit .interview-block .interview-cover .photo::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
#recruit .interview-block .interview-cover .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#recruit .interview-block .interview-cover .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .interview-block .interview-cover .text {
  margin-top: -5rem;
  position: relative;
  z-index: 2;
}
#recruit .interview-block .interview-cover .text .copy {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  #recruit .interview-block .interview-cover .text .copy {
    font-size: 1.3125rem;
    background: #008F4C;
    padding: 0.4em 0.6em 0.5em;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
  }
  #recruit .interview-block .interview-cover .text .copy br {
    display: none;
  }
}
#recruit .interview-block .interview-cover .text .copy span {
  background: #008F4C;
  display: inline-block;
  padding: 0.2em 0.6em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #recruit .interview-block .interview-cover .text .copy span {
    display: inline;
    padding: 0;
  }
}
#recruit .interview-block .interview-cover .text .copy span:first-child {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  #recruit .interview-block .interview-cover .text .copy span:first-child {
    margin-bottom: 0.0625rem;
  }
}
@media (max-width: 767px) {
  #recruit .interview-block .interview-cover .text .author {
    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;
  }
}
#recruit .interview-block .interview-cover .text .author .name {
  font-size: 1.3125rem;
  font-weight: 400;
  color: #008F4C;
  display: block;
}
@media (max-width: 767px) {
  #recruit .interview-block .interview-cover .text .author .name {
    margin-right: 0.5em;
  }
}
#recruit .interview-block .interview-cover .text .author .position {
  font-size: 0.875rem;
  font-weight: 400;
  color: #999;
}
#recruit .interview-block .interview-cover .text p {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  #recruit .interview-block .interview-cover .text p {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
#recruit .interview-block .interview-cover .text p:last-child {
  margin-bottom: 0;
}
#recruit .interview-block .interview-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recruit .interview-block .interview-contents > .column.-left {
  width: 60%;
  padding-right: 2.5rem;
}
#recruit .interview-block .interview-contents > .column.-right {
  width: 40%;
}
#recruit .interview-block .interview-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0 1.25rem;
}
#recruit .interview-block .interview-title .en {
  display: block;
  background: #008F4C;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#recruit .interview-block .interview-title .ja {
  display: block;
  background: #f7f7f5;
  padding: 0.625rem 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1.125rem;
  font-weight: 400;
}
#recruit .interview-block .photo-list {
  margin-top: -13.5625rem;
  position: relative;
}
#recruit .interview-block .photo-list > .item {
  margin-bottom: 1.25rem;
}
#recruit .interview-block .photo-list > .item:last-child {
  margin-bottom: 0;
}
#recruit .button-more {
  margin: 2.5rem 0;
}
#recruit .button-more > a {
  min-width: 18.75rem;
  padding: 0.625rem 1.25rem;
}
#recruit .button-more > a > i {
  margin-right: 0.625rem;
}