@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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;
  font-size: 1em; }

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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 <11.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on OS X.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */ }

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

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

/* 以下デフォルトスタイルのリセット
   ========================================================================== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
  margin: 0px;
  padding: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em; }

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

fieldset,
img {
  border: 0; }

ol,
ul {
  list-style-type: none; }

img {
  border: none; }

.cf {
  *zoom: 1; }
  .cf:after {
    content: "";
    display: table;
    clear: both; }

.hover {
  transition: opacity .3s ease-in-out; }
  .hover:hover {
    opacity: .7; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

html, body {
  background: #FFFFFF;
  width: 100%; }

body {
  color: #999;
  font-family: 'Libre Caslon Text','Noto Serif TC', serif;
  font-weight: 400;
  position: relative;
  line-break: strict;
  font-size: 16px;
  background: #000;
  letter-spacing: 1.2px; }

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 40px;
  max-width: 100%; }

img {
  vertical-align: bottom; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

.spi {
  display: none; }
  @media screen and (max-width: 767px) {
    .spi {
      display: inline; } }

.spb {
  display: none; }
  @media screen and (max-width: 767px) {
    .spb {
      display: block; } }

img {
  vertical-align: bottom; }

a {
  color: #FFF;
  text-decoration: none; }

.mb-25 {
  margin-bottom: 25px; }

#scroll-down {
  display: block;
  position: absolute;
  padding-top: 22px;
  text-align: center;
  bottom: 30px;
  left: 50%;
  margin-left: -5px; }
  #scroll-down .arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px; }
    #scroll-down .arrow-down:after {
      content: '';
      display: block;
      margin: 0;
      padding: 0;
      width: 9px;
      height: 9px;
      border-top: 1px solid #666;
      border-right: 1px solid #666;
      behavior: url(-ms-transform.htc);
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  #scroll-down::before {
    -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 30px;
    background: #666;
    content: ' '; }
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
.fixed-bg {
  height: 100vh;
  position: relative; }
  .fixed-bg img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }

header {
  color: #FFFFFF;
  width: 100%;
  height: 50px;
  -webkit-animation: bgscroll 25s linear infinite;
  animation: bgscroll 25s linear infinite;
  position: fixed;
  zoom: 1;
  z-index: 2;
  background: #FFF url(../../_assets/img/bg_header.svg);
    background-size: 107px 107px; }
  header .header_logo {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-top: 20px;
    margin-left: -30px; }
  header nav {
    font-family: 'Libre Caslon Text';
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 75px;
    position: absolute;
    background: #000;
    letter-spacing: 1.5px;
    padding-top: 50px;
    top: 50px;
    left: 0; }
    header nav ul {
      width: 300px;
      display: inline-flex;
      justify-content: space-between;
      background: #000; }
      header nav ul li a {
        color: rgba(255, 255, 255, 0.4); }
        header nav ul li a:hover {
          color: white;
          text-decoration: none;
          transition: 0.2s; }

@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -500px 0; } }
@keyframes bgscroll {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -500px 0; } }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff; }

#top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 180px 0 130px;
  position: relative; }
  #top .h1 {
    width: 100%;
    max-width: 730px; }
  #top p {
    text-align: center;
    line-height: 2.375; }

#about, #services, #work, #contact, #policy {
  position: relative;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 150px; }
  @media screen and (max-width: 479px) {
    #about, #services, #work, #contact, #policy {
      padding-top: 160px;
      padding-bottom: 80px; } }

#policy {
  padding-top: 150px; }
  @media screen and (max-width: 479px) {
    #policy {
      padding-top: 120px; } }

#about .container {
  position: relative;
  margin-bottom: 80px; }
  #about .container .about_content {
    background: url(../../_assets/img/bg_about_01.svg) no-repeat bottom left;
      background-size: 880px 4px;
    margin-bottom: 80px; }
    @media screen and (max-width: 991px) {
      #about .container .about_content {
        background-position-x: right; } }
    #about .container .about_content a {
      color: #FFF;
      border-bottom: 1px solid #000; }
      #about .container .about_content a:hover {
        color: #FFF;
        text-decoration: none;
        border-bottom: 1px solid #666;
        transition: 0.2s; }
    #about .container .about_content .title {
      display: flex; }
      @media screen and (max-width: 991px) {
        #about .container .about_content .title {
          margin-bottom: 30px; } }
      #about .container .about_content .title .h2 {
        max-width: 266px;
        height: 48px;
        align-self: flex-end;
        position: relative;
        bottom: -10px; }
        @media screen and (max-width: 479px) {
          #about .container .about_content .title .h2 {
            width: 164px;
            height: 30px;
            margin: 0 auto 30px;
            bottom: 0; } }
  #about .container .about_services {
    position: relative;
    margin-bottom: 80px; }
    #about .container .about_services .col-lg-9 ul {
      display: inline-flex; }
      #about .container .about_services .col-lg-9 ul li {
        padding: 20px 50px 30px 17px;
        border-right: 1px solid #444;
        color: #666;
        font-size: 12px;
        line-height: 1.66;
        position: relative; }
        @media screen and (max-width: 1199px) {
          #about .container .about_services .col-lg-9 ul li {
            padding-right: 20px; } }
        @media screen and (max-width: 767px) {
          #about .container .about_services .col-lg-9 ul li {
            padding: 20px 10px 40px; } }
        @media screen and (max-width: 479px) {
          #about .container .about_services .col-lg-9 ul li {
            padding: 20px 5px 40px;
            text-align: center; } }
        #about .container .about_services .col-lg-9 ul li span {
          font-size: 20px;
          font-style: italic;
          position: absolute;
          right: 10px;
          bottom: 6px; }
          @media screen and (max-width: 479px) {
            #about .container .about_services .col-lg-9 ul li span {
              right: 2px; } }
    #about .container .about_services .h-line {
      height: 1px;
      width: 818px;
      background: #444;
      position: absolute;
      bottom: 15px;
      right: 0; }
      @media screen and (max-width: 1199px) {
        #about .container .about_services .h-line {
          width: 680px; } }
  #about .container .map_area {
    height: 464px; }
    @media screen and (max-width: 767px) {
      #about .container .map_area {
        height: 400px; } }
    @media screen and (max-width: 479px) {
      #about .container .map_area {
        height: 360px; } }
    #about .container .map_area .col-lg-11 {
      padding: 0;
      display: flex;
      justify-content: center;
      overflow: hidden;
      position: relative;
      height: 464px; }
      @media screen and (max-width: 767px) {
        #about .container .map_area .col-lg-11 {
          height: 400px; } }
      @media screen and (max-width: 479px) {
        #about .container .map_area .col-lg-11 {
          height: 360px; } }
      #about .container .map_area .col-lg-11 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute; }
        @media screen and (max-width: 767px) {
          #about .container .map_area .col-lg-11 img {
            width: 150%; } }
        @media screen and (max-width: 479px) {
          #about .container .map_area .col-lg-11 img {
            width: 230%; } }
  #about .container .address_area {
    position: absolute;
    width: 100%;
    bottom: -60px;
    display: inline-flex; }
    @media screen and (max-width: 1199px) {
      #about .container .address_area {
        bottom: -100px; } }
    @media screen and (max-width: 767px) {
      #about .container .address_area {
        position: relative;
        bottom: 0;
        margin: 0; } }
    #about .container .address_area .col-lg-2 {
      background: #000;
      padding: 30px 20px 30px 30px; }
      @media screen and (max-width: 767px) {
        #about .container .address_area .col-lg-2 {
          padding: 20px 20px 0; } }
      @media screen and (max-width: 575px) {
        #about .container .address_area .col-lg-2 {
          margin-bottom: 10px;
          display: flex;
          justify-content: center; } }
      #about .container .address_area .col-lg-2 img {
        height: auto; }
        @media screen and (max-width: 575px) {
          #about .container .address_area .col-lg-2 img {
            height: 75px; } }
        @media screen and (max-width: 479px) {
          #about .container .address_area .col-lg-2 img {
            height: 55px; } }
    #about .container .address_area .address {
      display: flex;
      flex-direction: column;
      padding: 30px 0 30px 20px;
      background: #000 url(../../_assets/img/bg_company.svg) no-repeat;
        background-position-x: 20px;
        background-position-y: 57px;
        background-size: 480px 6px; }
      @media screen and (max-width: 767px) {
        #about .container .address_area .address {
          padding: 20px 0 0 0;
          background-position-x: 0;
          background-position-y: 47px; } }
      @media screen and (max-width: 575px) {
        #about .container .address_area .address {
          text-align: center;
          background-position-x: 88px; } }
      @media screen and (max-width: 479px) {
        #about .container .address_area .address {
          background-position-x: 39px; } }
      #about .container .address_area .address .title {
        margin-bottom: 20px;
        overflow: hidden; }
        #about .container .address_area .address .title img {
          width: 255px;
          height: 25px; }
          @media screen and (max-width: 575px) {
            #about .container .address_area .address .title img {
              width: 250px;
              height: 24px;
              margin: 0 auto; } }
          @media screen and (max-width: 479px) {
            #about .container .address_area .address .title img {
              width: 210px;
              height: 20px; } }

#services .title {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden; }
  #services .title .h2 {
    width: 355px;
    z-index: 1; }
    @media screen and (max-width: 479px) {
      #services .title .h2 {
        width: auto;
        height: 30px; } }
  #services .title .h-line {
    height: 1px;
    width: 900px;
    background: #444;
    position: absolute;
    bottom: 15px;
    right: 0; }
    @media screen and (max-width: 1199px) {
      #services .title .h-line {
        width: 800px; } }
    @media screen and (max-width: 991px) {
      #services .title .h-line {
        left: 0;
        width: 728px; } }
    @media screen and (max-width: 767px) {
      #services .title .h-line {
        width: 576px;
        left: 100px; } }
    @media screen and (max-width: 575px) {
      #services .title .h-line {
        width: 480px; } }
#services .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  background: url(../../_assets/img/bg_services.svg) no-repeat;
    background-size: 450px 188px;
    background-position-x: right;
    background-position-y: 56px; }
  #services .content .number {
    font-size: 65px;
    color: #333;
    font-style: italic;
    line-height: 1;
    margin-bottom: 30px; }
  #services .content h4 {
    font-size: 18px;
    color: #FFF;
    letter-spacing: 3px;
    display: table;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0px); }

#work {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh; }
  #work .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 50px;
    margin-bottom: 100px;
    background: url(../../_assets/img/bg_work.svg) no-repeat;
      background-position-x: right;
      background-position-y: 253px;
      background-size: 883px 5px; }
    #work .container .h2 {
      position: absolute;
      top: 60px;
      right: 0;
      width: 48px;
      z-index: 1; }
      @media screen and (max-width: 479px) {
        #work .container .h2 {
          width: 30px; } }
    @media screen and (max-width: 991px) {
      #work .container {
        background-position-x: -165px;
        background-position-y: 210px; } }
    @media screen and (max-width: 767px) {
      #work .container {
        background-position-x: -150px;
        background-position-y: 320px; } }
    #work .container #slider {
      overflow: hidden;
      position: relative; }
      #work .container #slider ul {
        overflow: hidden; }
        #work .container #slider ul li {
          margin-left: 30px;
          padding: 0 100px;
          display: inline-flex;
          justify-content: space-between; }
          @media screen and (max-width: 1199px) {
            #work .container #slider ul li {
              padding: 0 100px 0 30px; } }
          @media screen and (max-width: 991px) {
            #work .container #slider ul li {
              padding: 0 100px 0 0; } }
          @media screen and (max-width: 767px) {
            #work .container #slider ul li {
              margin-left: 15px;
              padding: 0 90px 0 0;
              display: flex;
              flex-direction: column; } }
          @media screen and (max-width: 575px) {
            #work .container #slider ul li {
              padding-right: 80px; } }
          @media screen and (max-width: 479px) {
            #work .container #slider ul li {
              padding-right: 50px; } }
          #work .container #slider ul li .img_container {
            width: 350px; }
            #work .container #slider ul li .img_container img {
              width: 100%; }
            @media screen and (max-width: 1199px) {
              #work .container #slider ul li .img_container {
                width: 320px; } }
            @media screen and (max-width: 991px) {
              #work .container #slider ul li .img_container {
                width: 280px; } }
            @media screen and (max-width: 767px) {
              #work .container #slider ul li .img_container {
                width: 100%;
                margin-bottom: 30px; } }
          #work .container #slider ul li .description {
            width: 540px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end; }
            @media screen and (max-width: 1199px) {
              #work .container #slider ul li .description {
                width: 470px; } }
            @media screen and (max-width: 991px) {
              #work .container #slider ul li .description {
                width: 315px; } }
            @media screen and (max-width: 767px) {
              #work .container #slider ul li .description {
                width: 100%; } }
            #work .container #slider ul li .description h4 {
              font-size: 24px;
              color: #FFF;
              margin-bottom: 15px;
              letter-spacing: 2px; }
              #work .container #slider ul li .description h4 a:hover {
                color: #FFF;
                opacity: .8;
                transition: 0.2s;
                text-decoration: none; }
            #work .container #slider ul li .description .sub {
              font-size: 12px;
              color: #FFF;
              margin-bottom: 5px; }
            #work .container #slider ul li .description .content {
              margin-bottom: 0;
              line-height: 30px;
              white-space: normal; }
              @media screen and (max-width: 767px) {
                #work .container #slider ul li .description .content {
                  height: 60px; } }
              @media screen and (max-width: 479px) {
                #work .container #slider ul li .description .content {
                  height: 90px; } }
    #work .container .ts-controls {
      position: absolute;
      bottom: -50px;
      height: 33px;
      left: 50%; }
      #work .container .ts-controls .bt_set_prev .ts-prev, #work .container .ts-controls .bt_set_prev .ts-next, #work .container .ts-controls .bt_set_next .ts-prev, #work .container .ts-controls .bt_set_next .ts-next {
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        border: 1px solid #666;
        background: none;
        z-index: 1; }
        #work .container .ts-controls .bt_set_prev .ts-prev:hover, #work .container .ts-controls .bt_set_prev .ts-next:hover, #work .container .ts-controls .bt_set_next .ts-prev:hover, #work .container .ts-controls .bt_set_next .ts-next:hover {
          border-color: #999;
          transition: 0.2s; }
      #work .container .ts-controls .bt_set_prev .ts-prev, #work .container .ts-controls .bt_set_next .ts-prev {
        right: 50px; }
      #work .container .ts-controls .bt_set_prev .ts-next, #work .container .ts-controls .bt_set_next .ts-next {
        left: 50px; }
      #work .container .ts-controls .bt_set_prev .bg_bt, #work .container .ts-controls .bt_set_next .bg_bt {
        background: url(../../_assets/img/bg_bt.svg) no-repeat;
          background-size: 29px;
        width: 29px;
        height: 11px;
        position: absolute;
        z-index: 0; }
      #work .container .ts-controls .bt_set_prev .bg_bt {
        transform: rotate(180deg) translate(70px, -16px); }
      #work .container .ts-controls .bt_set_next .bg_bt {
        transform: translate(41px, 17px); }

#contact .title {
  margin-bottom: 70px; }
  #contact .title .h2 {
    height: auto; }
    @media screen and (max-width: 767px) {
      #contact .title .h2 {
        height: 48px;
        margin: 0 auto 30px;
        display: table; } }
    @media screen and (max-width: 479px) {
      #contact .title .h2 {
        height: 30px; } }
  #contact .title .description {
    display: flex;
    align-items: flex-end; }
    #contact .title .description p {
      font-size: 12px;
      line-height: 1.6;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #contact .title .description p {
          margin: 0 auto;
          text-align: center; } }
#contact .form_body {
  margin-bottom: 50px; }
  #contact .form_body .form_item, #contact .form_body .form_item_option {
    font-size: 12px;
    display: flex;
    align-items: center; }
  #contact .form_body .form_item_option {
    color: #444; }
  #contact .form_body .form_content {
    padding: 0;
    margin: 20px 0; }
    @media screen and (max-width: 767px) {
      #contact .form_body .form_content {
        margin: 20px 15px; } }
    #contact .form_body .form_content input, #contact .form_body .form_content textarea {
      width: 100%;
      min-height: 41px;
      color: #FFF;
      background: none;
      border: none;
      border-bottom: 1px solid #444;
      padding: 5px 0;
      line-height: 30px; }
    #contact .form_body .form_content textarea {
      height: 284px; }
#contact .form_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  #contact .form_bottom label {
    margin-bottom: 20px; }
    #contact .form_bottom label input {
      margin-right: 5px; }
    #contact .form_bottom label .terms {
      font-size: 12px;
      text-align: center;
      letter-spacing: 2px; }
      #contact .form_bottom label .terms a {
        color: #FFF;
        text-decoration: none;
        border-bottom: 1px solid #000; }
        #contact .form_bottom label .terms a:hover {
          color: #FFF;
          text-decoration: none;
          border-bottom: 1px solid #666;
          transition: 0.2s; }
  #contact .form_bottom .bt_set {
    position: relative; }
    #contact .form_bottom .bt_set #sendNewSms {
      padding: 12px 75px;
      border: 1px solid #666;
      border-radius: 0;
      font-size: 16px;
      line-height: 1;
      background: transparent;
      color: #666; }
      @media screen and (max-width: 575px) {
        #contact .form_bottom .bt_set #sendNewSms {
          height: 50px; } }
      #contact .form_bottom .bt_set #sendNewSms[disabled] {
        color: #333;
        border-color: #333; }
        #contact .form_bottom .bt_set #sendNewSms[disabled]:hover {
          color: #333;
          border-color: #333; }
      #contact .form_bottom .bt_set #sendNewSms:hover {
        color: #999;
        border-color: #999;
        transition: 0.2s; }
    #contact .form_bottom .bt_set .bg_bt {
      background: url(../../_assets/img/bg_bt.svg) no-repeat;
        background-size: 29px;
      width: 29px;
      height: 11px;
      position: absolute;
      left: -5px;
      bottom: 5px; }

#policy ol {
  list-style-type: cjk-ideographic;
  margin-left: 30px;
  line-height: 30px; }
  #policy ol li {
    margin-bottom: 20px; }
    #policy ol li ul {
      list-style-type: disc;
      margin-top: 20px;
      margin-left: 35px; }

footer {
  display: flex;
  flex-direction: column;
  align-items: center; }
  footer .footer_logo {
    width: 130px;
    height: 59px;
    margin-bottom: 20px; }
  footer p {
    font-size: 12px;
    color: #FFF; }
    @media screen and (max-width: 479px) {
      footer p {
        text-align: center;
        padding: 0 15px; } }
  footer .anime {
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    -webkit-animation: bgscroll 25s linear infinite;
    animation: bgscroll 25s linear infinite;
    zoom: 1;
    z-index: 1;
    background: #FFF url(../../_assets/img/bg_header.svg);
      background-size: 107px 107px; }
