@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
::-moz-selection {
  background-color: #192332;
  color: #fff; }
::selection {
  background-color: #192332;
  color: #fff; }

html {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /* 1 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.u-pc-none {
  display: none; }
  @media (max-width: 768px) {
    .u-pc-none {
      display: block; } }

@media (max-width: 768px) {
  .u-sp-none {
    display: none; } }

.l-header {
  position: fixed;
  display: block;
  padding: 46px 46px;
  top: 0;
  left: 0;
  width: 100%;
  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;
  z-index: 997;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .l-header {
      padding: 32px 24px 12px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .l-header-logo-link {
    display: block; }
  .l-header-title {
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden; }
  .l-header.is-active .l-header-logo {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98);
    transition: opacity 0.3s ease, -webkit-transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98);
    -o-transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98), -webkit-transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98); }
  .l-header-logo {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    display: block;
    height: 22px;
    width: auto;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98);
    transition: opacity 0.3s ease, -webkit-transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98);
    -o-transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98), -webkit-transform 0.5s cubic-bezier(0, 0.75, 0.7, 0.98); }
    @media (max-width: 768px) {
      .l-header-logo {
        height: 24px; } }
  .l-header-logo.logo-wh {
    position: relative;
    opacity: 1; }
  .l-header-logo.logo-bk {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .l-header.is-color-change .l-header-logo.logo-wh {
    opacity: 0; }
  .l-header.is-color-change .l-header-logo.logo-bk {
    opacity: 1; }
  .l-header-nav {
    display: block; }
    @media (max-width: 768px) {
      .l-header-nav {
        margin-top: 16px; } }
  .l-header-nav-item {
    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;
    font-weight: 600;
    letter-spacing: .18em; }
    @media (max-width: 768px) {
      .l-header-nav-item {
        letter-spacing: .1em; } }
    .l-header-nav-item li + li {
      margin-left: 60px; }
      @media (max-width: 768px) {
        .l-header-nav-item li + li {
          margin-left: 24px; } }
    .l-header-nav-item li a {
      font-size: 15px;
      color: #fff;
      text-decoration: none;
      -webkit-transition: color .3s ease,opacity .5s ease;
      -o-transition: color .3s ease,opacity .5s ease;
      transition: color .3s ease,opacity .5s ease; }
      .l-header-nav-item li a:hover {
        opacity: .3; }
      @media (max-width: 768px) {
        .l-header-nav-item li a {
          font-size: 14px; } }
  .l-header.is-color-change .l-header-nav-item a {
    color: #192332; }

.mv {
  width: 100%;
  height: 100vh;
  display: block;
  background-image: url("../../assets/images/pc_mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media (max-width: 768px) {
    .mv {
      height: 720px; } }
  .mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .mv-logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 11;
    width: 60%; }
    @media (max-width: 768px) {
      .mv-logo-wrapper {
        width: 90%; } }
  .mv-logo {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  .mv.is-active .mv-logo {
    opacity: 0;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%); }

.about {
  background-color: gray;
  width: 100%;
  padding: 106px 0 0;
  background-color: #192332;
  background-image: url("../images/grid_navy.png");
  background-size: 24px 24px;
  background-position: center center; }
  .about-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .22em;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1.1em; }
    @media (max-width: 768px) {
      .about-title {
        font-size: 32px; } }
    .about-title span {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5);
      display: block;
      letter-spacing: .2em; }
      @media (max-width: 768px) {
        .about-title span {
          font-size: 10px; } }
  .about-desc {
    font-size: 18px;
    text-align: center;
    line-height: 2.25em;
    opacity: .75;
    color: #fff;
    letter-spacing: .05em;
    margin: 60px 0 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600; }
    @media (max-width: 768px) {
      .about-desc {
        font-weight: 400; } }
    @media (max-width: 768px) {
      .about-desc {
        font-size: 16px;
        width: 80%;
        margin: 32px auto 0;
        text-align: left; } }
    .about-desc + .about-desc {
      margin-top: 32px; }
      @media (max-width: 768px) {
        .about-desc + .about-desc {
          margin-top: 16px; } }
  .about-img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 45vw;
    padding: 8px;
    margin: 126px 0 0; }
    @media (max-width: 768px) {
      .about-img-wrapper {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin: 106px 0 0;
        height: 70vh; } }
  .about-img-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .about-img-container.container-01 {
      width: calc(50% - 4px);
      height: 100%;
      background-image: url("../../assets/images/about-1.jpg"); }
      @media (max-width: 768px) {
        .about-img-container.container-01 {
          height: calc(50% - 4px);
          width: 100%;
          margin-bottom: 8px; } }
    .about-img-container.container-02 {
      width: calc(25% - 8px);
      height: 100%;
      background-image: url("../../assets/images/about-2.jpg"); }
      @media (max-width: 768px) {
        .about-img-container.container-02 {
          height: calc(50% - 4px);
          width: calc(50% - 4px);
          display: block; } }
    .about-img-container.container-03 {
      width: calc(25% - 4px);
      height: 100%; }
      @media (max-width: 768px) {
        .about-img-container.container-03 {
          height: calc(50% - 4px);
          display: block;
          width: calc(50% - 4px); } }
    .about-img-container.container-04 {
      width: 100%;
      height: calc(50% - 4px);
      background-image: url("../../assets/images/about-3.jpg"); }
    .about-img-container.container-05 {
      width: 100%;
      height: calc(50% - 4px);
      margin-top: 8px;
      display: block;
      background-image: url("../../assets/images/about-4.jpg"); }

.company {
  padding: 0 100px;
  width: 100%;
  margin: 98px auto 0;
  max-width: 1280px; }
  @media (max-width: 768px) {
    .company {
      margin: 160px auto 0;
      width: 87%;
      padding: 0; } }
  .company-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .75em;
    line-height: 1.1em;
    color: #192332;
    margin: 0; }
    @media (max-width: 768px) {
      .company-title {
        font-size: 32px; } }
    .company-title span {
      font-size: 12px;
      color: #192332;
      display: block;
      letter-spacing: .2em; }
  .company-desc {
    font-size: 15px;
    margin: 64px 0 0;
    line-height: 2em;
    color: #192332;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600; }
    @media (max-width: 768px) {
      .company-desc {
        font-weight: 400; } }
    @media (max-width: 768px) {
      .company-desc {
        font-size: 14px; } }
  .company-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 96px; }
    @media (max-width: 768px) {
      .company-wrapper {
        margin-top: 126px; } }
  .company-list-item {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #F2F5F7;
    padding: 32px 0; }
    @media (max-width: 768px) {
      .company-list-item {
        width: 100%; } }
    .company-list-item h4 {
      padding-left: 12px;
      border-left: 4px solid #192332;
      color: #192332;
      min-width: 8em;
      font-size: 20px;
      margin: 0;
      letter-spacing: .1em;
      font-weight: 600;
      line-height: 1; }
      @media (max-width: 768px) {
        .company-list-item h4 {
          font-size: 15px;
          min-width: 5em;
          padding-left: 6px; } }
      @media (max-width: 768px) {
        .company-list-item h4 span {
          display: block; } }
      .company-list-item h4 span + span {
        margin-top: 4px; }
    .company-list-item p {
      width: 75%;
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      margin: 0;
      font-size: 15px;
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
      font-weight: 600;
      color: #4b505a;
      line-height: 2em; }
      @media (max-width: 768px) {
        .company-list-item p {
          font-weight: 400; } }
      @media (max-width: 768px) {
        .company-list-item p {
          font-size: 14px; } }
    .company-list-item.align-top {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .company-list-item.list-full {
      width: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 56px 0; }
      @media (max-width: 768px) {
        .company-list-item.list-full {
          padding: 32px 0; } }
  .company-list-notes {
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 16px; }
  .company-list-example {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 24px;
    background: #f8fafb;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #4b505a; }
    @media (max-width: 768px) {
      .company-list-example {
        font-weight: 400; } }
    @media (max-width: 768px) {
      .company-list-example {
        padding: 12px;
        font-size: 14px; } }
    .company-list-example ul {
      width: 48%; }
      @media (max-width: 768px) {
        .company-list-example ul {
          width: 100%; } }
      .company-list-example ul + .company-list-example ul {
        padding-left: 24px; }
    .company-list-example li {
      line-height: 1.75em; }
    .company-list-example li + li {
      margin-top: 16px; }
  .company-list-img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .company-list-img-wrapper {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
  .company-list-img {
    width: 32%; }
    @media (max-width: 768px) {
      .company-list-img + .company-list-img {
        margin-top: 24px; } }
    @media (max-width: 768px) {
      .company-list-img {
        width: 100%; } }

.contact {
  width: 100%;
  background-color: #DCE0E5;
  background-image: url("../../assets/images/grid_gray.png");
  background-size: 24px 24px;
  background-position: center center;
  padding: 112px 0 0;
  margin: 80px 0 0; }
  @media (max-width: 768px) {
    .contact {
      padding: 112px 0 0;
      margin: 80px 0 0; } }
  .contact-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .22em;
    line-height: 1.1em;
    color: #4B505A;
    text-align: center;
    margin: 0; }
    @media (max-width: 768px) {
      .contact-title {
        font-size: 32px; } }
    .contact-title span {
      color: #748195;
      font-size: 12px;
      display: block;
      letter-spacing: .2em; }
  .contact-inner {
    margin: 0 auto;
    width: 84.5%;
    max-width: 1080px; }
    @media (max-width: 768px) {
      .contact-inner {
        width: 87%; } }
  .contact-desc {
    text-align: center;
    font-size: 17px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    color: #4b505a;
    margin: 40px 0 0; }
    @media (max-width: 768px) {
      .contact-desc {
        font-weight: 400; } }
    @media (max-width: 768px) {
      .contact-desc {
        margin: 24px 0 0;
        font-size: 14px; } }
  .contact-link {
    width: 100%;
    margin: 48px auto 0;
    position: relative;
    background-color: #192332;
    text-align: center;
    padding: 64px 0 64px 0;
    text-decoration: none;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .contact-link {
        padding: 40px 0% 40px 0; } }
  .contact-link-text {
    color: #728095;
    font-size: 28px;
    letter-spacing: .1em;
    position: relative;
    z-index: 3;
    -webkit-transition: letter-spacing .5s ease;
    -o-transition: letter-spacing .5s ease;
    transition: letter-spacing .5s ease; }
    @media (max-width: 768px) {
      .contact-link-text {
        font-size: 16px;
        letter-spacing: .05em; } }
  .contact-tel {
    width: 100%;
    font-size: 20px;
    border-top: 1px solid #4B505A;
    border-bottom: 1px solid #4B505A;
    padding: 24px 0;
    color: #4B505A;
    text-align: center;
    margin: 48px 0 0;
    letter-spacing: .1em; }
    @media (max-width: 768px) {
      .contact-tel {
        font-size: 14px;
        letter-spacing: 0; } }
    .contact-tel a, .contact-tel span {
      text-align: center;
      width: 100%;
      text-decoration: none;
      color: #4B505A;
      margin-left: 20px;
      padding-left: 20px;
      border-left: 1px solid #4B505A; }
      @media (max-width: 768px) {
        .contact-tel a, .contact-tel span {
          border-left: 1px none;
          margin-left: 0;
          padding-left: 0;
          margin-top: 12px;
          font-size: 24px; } }
  .contact small {
    width: 100%;
    background: #fff;
    font-size: 12px;
    padding: 16px 0;
    letter-spacing: .2em;
    text-align: center;
    display: block;
    color: #5d616a;
    margin: 48px 0 0; }
    @media (max-width: 768px) {
      .contact small {
        margin: 96px 0 0; } }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  z-index: 999; }
  .loading-logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 998;
    width: 60%; }
    @media (max-width: 768px) {
      .loading-logo-wrapper {
        width: 90%; } }
  .loading-logo {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    -webkit-transition: opacity .7s ease .25s, -webkit-transform .7s ease .25s;
    transition: opacity .7s ease .25s, -webkit-transform .7s ease .25s;
    -o-transition: opacity .7s ease .25s, transform .7s ease .25s;
    transition: opacity .7s ease .25s, transform .7s ease .25s;
    transition: opacity .7s ease .25s, transform .7s ease .25s, -webkit-transform .7s ease .25s;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; }
  .loading.is-hidden .loading-logo {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }

/*# sourceMappingURL=style.css.map */