@charset "UTF-8";
/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

/*--------------------------------------------------
  media queries
--------------------------------------------------*/
/*--------------------------------------------------
  base
--------------------------------------------------*/
/*@font-face {
  font-family: 'Satisfy', cursive;
  font-family: 'Pattaya', sans-serif;
  font-family: 'Averia Libre', sans-serif;
  font-family: 'Arbutus Slab', sans-serif;
}*/
* {
  box-sizing: border-box; }

html {
  height: auto; }

body {
  background-color: #fff;
  color: #404040;
  font-size: 14px;
  font-family: "Crimson Text", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "HGS明朝E", serif;
  letter-spacing: 0.17em;
  height: 100%;
  word-wrap: break-word; }

a, a:hover, a:active, a:focus {
  color: #404040;
  text-decoration: none; }

img {
  vertical-align: middle; }

table {
  border-collapse: collapse; }

table td {
  padding: 0; }

address {
  font-style: normal; }

/*--------------------------------------------------
  modules,commons
--------------------------------------------------*/
.md-loader {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  .md-loader img {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px; }
.md-wrapper {
  position: relative;
  /*@include media767 {
    padding-top: 55px;
  }*/ }
.md-header {
  max-width: 150px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200; }
  @media screen and (max-width: 767px) {
    .md-header {
      max-width: 100%;
      width: 100%;
      height: 55px;
      background-color: #fff; } }
  .md-header-nav {
    overflow: hidden;
    background-color: rgba(237, 238, 238, 0.84);
    position: absolute;
    top: 0;
    left: -150px;
    z-index: 200;
    width: 150px;
    height: 100vh;
    opacity: 0;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    @media screen and (max-width: 767px) {
      .md-header-nav {
        width: 100%;
        left: -100%;
        background-color: rgba(255, 255, 255, 0.95); } }
    .md-header-nav.active {
      opacity: 1;
      left: 0; }
  .md-header-head {
    height: 50px; }
  .md-header-title {
    cursor: pointer;
    line-height: 1;
    margin: 0;
    padding: 20px 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-shadow: 2px 2px 10px #ffffff,-2px -2px 10px #ffffff;
    width: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1; }
    .md-header-title.hide {
      opacity: 0; }
    .md-header-title:hover {
      opacity: 0.6; }
    @media screen and (max-width: 767px) {
      .md-header-title {
        font-size: 0.8125rem;
        padding: 21px 10px 21px 9.3%;
        margin-right: 10px;
        width: 115px; } }
  .md-header-spSiteTitle {
    display: none; }
    @media screen and (max-width: 767px) {
      .md-header-spSiteTitle {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 201;
        font-size: 0.8125rem;
        padding: 21px 10px 21px 35px;
        margin: 0;
        width: 160px; } }
  .md-header-displayTitle {
    line-height: 1;
    margin: 0;
    padding: 20px 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-shadow: 2px 2px 10px #ffffff,-2px -2px 10px #ffffff;
    width: 100px; }
    @media screen and (max-width: 767px) {
      .md-header-displayTitle {
        display: none; } }
  .md-header-closeBtn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    z-index: 201;
    text-indent: -9999px;
    width: 50px;
    height: 50px; }
    @media screen and (max-width: 767px) {
      .md-header-closeBtn {
        left: 0;
        right: inherit;
        width: 160px;
        height: auto;
        font-size: 0.8125rem;
        line-height: 1;
        padding: 21px 35px;
        text-indent: 0; } }
    .md-header-closeBtn:before, .md-header-closeBtn:after {
      content: '';
      position: absolute;
      position: absolute;
      top: 24px;
      right: 15px;
      display: block;
      width: 20px;
      height: 1px;
      background-color: #707070; }
      @media screen and (max-width: 767px) {
        .md-header-closeBtn:before, .md-header-closeBtn:after {
          content: none; } }
    .md-header-closeBtn:before {
      transform: rotate(45deg); }
    .md-header-closeBtn:after {
      transform: rotate(-45deg); }
  .md-header-navList {
    margin: 0;
    padding-left: 0; }
    .md-header-navList li {
      list-style-type: none; }
  .md-header .md-header-navItem a, .md-header .md-header-navItem--information a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 24px;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .md-header .md-header-navItem a:hover, .md-header .md-header-navItem--information a:hover {
      opacity: 0.6; }
    @media screen and (max-width: 767px) {
      .md-header .md-header-navItem a, .md-header .md-header-navItem--information a {
        padding: 0 35px; } }
  .md-header-subList {
    margin: 0;
    padding-left: 0;
    padding-left: 24px; }
    .md-header-subList li {
      list-style-type: none; }
    @media screen and (max-width: 767px) {
      .md-header-subList {
        padding-left: 12px; } }
.md-toPageTop {
  opacity: 0;
  position: fixed;
  z-index: -1;
  bottom: 35px;
  right: 35px;
  display: block;
  width: 50px;
  text-align: center;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  text-shadow: 2px 2px 10px #ffffff,-2px -2px 10px #ffffff; }
  .md-toPageTop.active {
    opacity: 1;
    z-index: 100; }
    .md-toPageTop.active:hover {
      opacity: 0.6; }
  @media screen and (max-width: 767px) {
    .md-toPageTop {
      right: 30px; } }
  .md-toPageTop span {
    display: block; }
    .md-toPageTop span.en {
      font-size: 1.125rem; }
.md-footer {
  background-color: #EDEEEE; }
  .md-footer-inner {
    padding: 100px 0 50px;
    max-width: 1200px;
    padding-left: 17px;
    padding-right: 17px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .md-footer-inner {
        width: 80.8%;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .md-footer-inner {
        padding-top: 60px; } }
  .md-footer-twoColumns {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .md-footer-twoColumns {
        display: block;
        margin-bottom: 46px; } }
  .md-footer-cont {
    margin-top: 24px; }
    @media screen and (max-width: 767px) {
      .md-footer-cont {
        margin-top: 14px; } }
  .md-footer-title {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .md-footer-title {
        font-size: 1.625rem;
        line-height: 1.19231;
        letter-spacing: 0.1em; } }
  .md-footer-company, .md-footer-address {
    font-size: 0.9375rem;
    line-height: 1.86667;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .md-footer-company, .md-footer-address {
        font-size: 0.6875rem;
        line-height: 2;
        font-weight: 600;
        letter-spacing: 0.1em; } }
  .md-footer-address {
    margin-bottom: 8px; }
  .md-footer-tel, .md-footer-fax, .md-footer-email {
    font-size: 1.125rem;
    line-height: 1.66667;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .md-footer-tel, .md-footer-fax, .md-footer-email {
        font-size: 0.9375rem;
        line-height: 2;
        letter-spacing: 0.13em; } }
  .md-footer-email a {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .md-footer-email a:hover {
      opacity: 0.6; }
  .md-footer-sns {
    margin: 0;
    padding-left: 0;
    display: flex;
    margin: 20px 0 50px; }
    .md-footer-sns li {
      list-style-type: none; }
    @media screen and (max-width: 767px) {
      .md-footer-sns {
        margin: 30px 0; } }
    .md-footer-sns li {
      width: 20px; }
      @media screen and (max-width: 767px) {
        .md-footer-sns li {
          width: 30px; } }
      .md-footer-sns li:not(:last-child) {
        margin-right: 8px; }
        @media screen and (max-width: 767px) {
          .md-footer-sns li:not(:last-child) {
            margin-right: 12px; } }
      .md-footer-sns li img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 767px) {
          .md-footer-sns li img {
            margin-top: 2px; } }
    .md-footer-sns .fab {
      font-size: 1.375rem; }
      @media screen and (max-width: 767px) {
        .md-footer-sns .fab {
          font-size: 2.125rem; } }
    .md-footer-sns a {
      display: block;
      transition-property: all;
      transition-duration: 500ms;
      transition-delay: 0s;
      transition-timing-function: ease-in-out; }
      .md-footer-sns a:hover {
        opacity: 0.6; }
  .md-footer-nav {
    margin: 0;
    padding-left: 0;
    line-height: 60px;
    max-width: 45%; }
    .md-footer-nav li {
      list-style-type: none; }
    @media screen and (max-width: 767px) {
      .md-footer-nav {
        max-width: 100%;
        width: 100%; } }
    .md-footer-nav li {
      border-bottom: 1px solid #404040; }
      .md-footer-nav li a {
        display: block;
        min-width: 380px;
        padding-right: 26px;
        position: relative;
        transition-property: all;
        transition-duration: 500ms;
        transition-delay: 0s;
        transition-timing-function: ease-in-out; }
        .md-footer-nav li a:hover {
          opacity: 0.6; }
        @media screen and (max-width: 1200px) {
          .md-footer-nav li a {
            font-size: 0.6875rem;
            min-width: inherit;
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .md-footer-nav li a {
            font-weight: 600;
            line-height: 50px;
            letter-spacing: 0.1em;
            padding: 0 12px 0 3%; } }
        .md-footer-nav li a:after {
          content: '';
          display: block;
          border-top: 1px solid #404040;
          border-right: 1px solid #404040;
          position: absolute;
          right: 10px;
          top: 0;
          bottom: 0;
          width: 10px;
          height: 10px;
          margin: auto;
          transform: rotate(45deg); }
          @media screen and (max-width: 767px) {
            .md-footer-nav li a:after {
              width: 8px;
              height: 8px;
              right: 3%; } }
        .md-footer-nav li a span {
          font-size: 1.125rem; }
          @media screen and (max-width: 767px) {
            .md-footer-nav li a span {
              font-size: 0.875rem;
              font-weight: 300; } }
  .md-footer-copyright {
    margin: 0; }
    .md-footer-copyright small {
      font-size: 0.875rem; }
      @media screen and (max-width: 767px) {
        .md-footer-copyright small {
          font-size: 0.6875rem;
          line-height: 2; } }
.md-inner {
  max-width: 1200px;
  padding-left: 17px;
  padding-right: 17px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .md-inner {
      width: 80.8%;
      padding-left: 0;
      padding-right: 0; } }
.md-hero, .md-hero--worksSingle {
  position: relative; }
  .md-hero-batch {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 1;
    width: 220px;
    text-align: right; }
    @media screen and (max-width: 1200px) {
      .md-hero-batch {
        right: 17px; } }
    @media screen and (max-width: 767px) {
      .md-hero-batch {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        width: auto; } }
    .md-hero-batch-title {
      font-size: 1.5rem;
      line-height: 1.20833;
      letter-spacing: 0.13em;
      font-weight: 300;
      margin: 0 0 4px; }
      @media screen and (max-width: 767px) {
        .md-hero-batch-title {
          display: none; } }
    .md-hero-batch-sub_title {
      font-size: 0.6875rem;
      line-height: 1.63636;
      letter-spacing: 0.095em;
      margin: 0 0 9px; }
      @media screen and (max-width: 767px) {
        .md-hero-batch-sub_title {
          display: none; } }
    .md-hero-batch-company_info span {
      display: block;
      color: #3C3C3C;
      font-size: 0.5625rem;
      font-family: "Open Sans", BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
      line-height: 2;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 767px) {
        .md-hero-batch-company_info span {
          display: none; } }
    .md-hero-batch a {
      transition-property: all;
      transition-duration: 500ms;
      transition-delay: 0s;
      transition-timing-function: ease-in-out; }
      .md-hero-batch a:hover {
        opacity: 0.6; }
  .md-hero-inner {
    max-width: 1200px;
    padding-left: 17px;
    padding-right: 17px;
    margin: 0 auto;
    position: relative;
    padding: 160px 0 140px; }
    @media screen and (max-width: 767px) {
      .md-hero-inner {
        width: 80.8%;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .md-hero-inner {
        padding: 95px 0 40px; } }
    .md-hero-inner-spImage {
      display: none; }
      @media screen and (max-width: 767px) {
        .md-hero-inner-spImage {
          display: block;
          width: 100%; } }
  .md-hero-texts {
    background-color: rgba(255, 255, 255, 0.89);
    padding: 56px 30px 36px;
    width: 380px; }
    @media screen and (max-width: 1200px) {
      .md-hero-texts {
        margin-left: 35px; } }
    @media screen and (max-width: 767px) {
      .md-hero-texts {
        background-color: #fff;
        margin-left: 0;
        padding: 35px 35px 45px;
        width: 100%; } }
    .md-hero-texts p {
      margin: 0 0 17px; }
      @media screen and (max-width: 767px) {
        .md-hero-texts p {
          margin-bottom: 12px; } }
      .md-hero-texts p a {
        transition-property: all;
        transition-duration: 500ms;
        transition-delay: 0s;
        transition-timing-function: ease-in-out; }
        .md-hero-texts p a:hover {
          opacity: 0.6; }
        @media screen and (max-width: 767px) {
          .md-hero-texts p a {
            font-size: 0.75rem;
            line-height: 1.5; } }
    .md-hero-texts h3 {
      font-size: 1.4375rem;
      line-height: 1.47826;
      letter-spacing: 0.17em; }
      @media screen and (max-width: 767px) {
        .md-hero-texts h3 {
          font-size: 1.0625rem;
          margin: 16px 0 24px; } }
    .md-hero-texts-overview {
      font-size: 0.8125rem;
      font-family: "Open Sans", BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
      line-height: 20px;
      letter-spacing: 0.05em;
      margin-bottom: 80px; }
      @media screen and (max-width: 767px) {
        .md-hero-texts-overview {
          font-size: 11px;
          margin-bottom: 0; } }
      .md-hero-texts-overview p {
        margin-bottom: 0; }
    .md-hero-texts-nextCont {
      display: block;
      position: relative;
      height: 30px;
      line-height: 30px;
      padding-left: 40px;
      transition-property: all;
      transition-duration: 500ms;
      transition-delay: 0s;
      transition-timing-function: ease-in-out; }
      .md-hero-texts-nextCont:hover {
        opacity: 0.6; }
      @media screen and (max-width: 767px) {
        .md-hero-texts-nextCont {
          display: none; } }
      .md-hero-texts-nextCont:before, .md-hero-texts-nextCont:after {
        content: '';
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: rotate(45deg);
        left: 7px; }
        @media screen and (max-width: 767px) {
          .md-hero-texts-nextCont:before, .md-hero-texts-nextCont:after {
            content: none; } }
      .md-hero-texts-nextCont:before {
        top: -1px; }
      .md-hero-texts-nextCont:after {
        top: 10px; }
  .md-hero-pageTitle {
    text-align: center; }
    .md-hero-pageTitle.notHasSubTitle {
      height: 68px; }
    .md-hero-pageTitle h3 {
      font-size: 2.125rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .md-hero-pageTitle h3 {
          font-size: 1.5625rem;
          line-height: 0.92; } }
      .md-hero-pageTitle h3 span {
        display: block;
        font-size: 0.875rem;
        margin-top: 13px;
        letter-spacing: 0.17em; }
        @media screen and (max-width: 767px) {
          .md-hero-pageTitle h3 span {
            font-size: 0.75rem;
            line-height: 1.83333; } }
  .md-hero--worksSingle {
    min-height: 768px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .md-hero--worksSingle {
        min-height: inherit;
        background-image: none !important; } }
.md-breadcrumb {
  padding: 10px 0 50px; }
  .md-breadcrumb.top {
    padding: 0 0 58px; }
  .md-breadcrumb.bottom {
    padding: 120px 0 60px; }
    @media screen and (max-width: 767px) {
      .md-breadcrumb.bottom {
        padding: 50px 0 45px; } }
  .md-breadcrumb ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0; }
    .md-breadcrumb ul li {
      color: #ADADAD;
      position: relative;
      line-height: 24px;
      max-width: 600px;
      padding-right: 12px; }
      .md-breadcrumb ul li:not(:first-child) {
        padding-left: 20px; }
        @media screen and (max-width: 767px) {
          .md-breadcrumb ul li:not(:first-child) {
            padding-left: 16px; } }
        .md-breadcrumb ul li:not(:first-child):before {
          content: '';
          position: absolute;
          display: inline-block;
          top: 10px;
          left: -4px;
          margin: auto;
          width: 6px;
          height: 6px;
          transform: rotate(45deg);
          border-top: 1px solid #000;
          border-right: 1px solid #000; }
          @media screen and (max-width: 767px) {
            .md-breadcrumb ul li:not(:first-child):before {
              top: 12px;
              left: -2px;
              width: 4px;
              height: 4px; } }
      .md-breadcrumb ul li a {
        transition-property: all;
        transition-duration: 500ms;
        transition-delay: 0s;
        transition-timing-function: ease-in-out; }
        .md-breadcrumb ul li a:hover {
          opacity: 0.6; }
      .md-breadcrumb ul li.ja a,
      .md-breadcrumb ul li.ja span {
        font-size: 0.8125rem;
        line-height: 20px; }
        @media screen and (max-width: 767px) {
          .md-breadcrumb ul li.ja a,
          .md-breadcrumb ul li.ja span {
            font-size: 0.625rem;
            line-height: 17px; } }
      .md-breadcrumb ul li.en a,
      .md-breadcrumb ul li.en span {
        font-size: 1.125rem;
        line-height: 15px; }
        @media screen and (max-width: 767px) {
          .md-breadcrumb ul li.en a,
          .md-breadcrumb ul li.en span {
            font-size: 0.875rem; } }
.md-content {
  max-width: 1200px;
  padding-left: 17px;
  padding-right: 17px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .md-content {
      width: 80.8%;
      padding-left: 0;
      padding-right: 0; } }
  .md-content--970 {
    max-width: 970px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .md-content--970 {
        padding-left: 17px;
        padding-right: 17px; } }
    @media screen and (max-width: 767px) {
      .md-content--970 {
        width: 80.8%;
        padding-left: 0;
        padding-right: 0; } }
  .md-content--worksInner {
    max-width: 970px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .md-content--worksInner {
        width: 100%; } }
.md-archive-cat_nav {
  display: flex;
  align-items: center;
  margin: 0 0 32px;
  font-size: 1.125rem; }
  @media screen and (max-width: 767px) {
    .md-archive-cat_nav {
      display: block;
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .md-archive-cat_nav dt {
      margin-bottom: 20px; } }
  .md-archive-cat_nav dd {
    margin-left: 0; }
    .md-archive-cat_nav dd a, .md-archive-cat_nav dd span {
      position: relative;
      padding: 0 20px 0 12px; }
      .md-archive-cat_nav dd a.all, .md-archive-cat_nav dd span.all {
        font-size: 1.125rem; }
      .md-archive-cat_nav dd a.cat-ja, .md-archive-cat_nav dd span.cat-ja {
        font-size: 0.875rem; }
      .md-archive-cat_nav dd a:after, .md-archive-cat_nav dd span:after {
        position: absolute;
        right: 0; }
        @media screen and (max-width: 767px) {
          .md-archive-cat_nav dd a:after, .md-archive-cat_nav dd span:after {
            content: '';
            display: block;
            top: 0;
            bottom: 0;
            right: 3%;
            margin: auto;
            width: 8px;
            height: 8px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg); } }
      .md-archive-cat_nav dd a:not(:last-child):after, .md-archive-cat_nav dd span:not(:last-child):after {
        content: '/';
        color: #333;
        font-size: 1.125rem; }
        @media screen and (max-width: 767px) {
          .md-archive-cat_nav dd a:not(:last-child):after, .md-archive-cat_nav dd span:not(:last-child):after {
            content: ''; } }
      @media screen and (max-width: 767px) {
        .md-archive-cat_nav dd a, .md-archive-cat_nav dd span {
          display: block;
          line-height: 48px;
          padding-left: 0;
          border-bottom: 1px solid #707070; } }
    .md-archive-cat_nav dd a:hover {
      text-decoration: underline; }
    .md-archive-cat_nav dd span {
      color: #ADADAD; }
.md-archive-list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .md-archive-list {
      display: block;
      margin-bottom: 60px; } }
  .md-archive-list.interview {
    display: block; }
    .md-archive-list.interview .md-archive-item {
      width: 100%;
      max-width: 100%; }
    .md-archive-list.interview .md-archive-thumb {
      width: 100%; }
.md-archive-item {
  max-width: 348px;
  margin-bottom: 56px; }
  .md-archive-item:not(:nth-child(3n+3)) {
    margin-right: 5%; }
  @media screen and (max-width: 1200px) {
    .md-archive-item {
      width: 30%; } }
  @media screen and (max-width: 767px) {
    .md-archive-item {
      max-width: inherit;
      margin-bottom: 32px;
      margin-right: 0;
      width: 100%; } }
.md-archive-thumb {
  position: relative;
  display: block;
  width: 348px;
  height: 234px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  background-color: #000; }
  .md-archive-thumb img {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
  .md-archive-thumb:hover img {
    opacity: 0.6; }
  @media screen and (max-width: 1200px) {
    .md-archive-thumb {
      width: 100%;
      padding-top: 62%;
      height: auto; } }
  .md-archive-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: auto; }
.md-archive-attachedLine {
  display: flex;
  align-items: center;
  margin: 30px 0 4px; }
  @media screen and (max-width: 767px) {
    .md-archive-attachedLine {
      margin-top: 20px; } }
  .md-archive-attachedLine-cat {
    line-height: 1.21429; }
    .md-archive-attachedLine-cat a {
      display: inline-block;
      background-color: #404040;
      color: #fff;
      letter-spacing: 0.1em;
      line-height: 20px;
      margin-right: 10px;
      padding: 0 12px;
      text-align: center;
      transition-property: all;
      transition-duration: 500ms;
      transition-delay: 0s;
      transition-timing-function: ease-in-out; }
      .md-archive-attachedLine-cat a:hover {
        opacity: 0.6; }
      .md-archive-attachedLine-cat a.news {
        background-color: #919189; }
      .md-archive-attachedLine-cat a.media {
        background-color: #404040; }
  @media screen and (max-width: 767px) {
    .md-archive-attachedLine-cat--works {
      font-size: 0.75rem;
      line-height: 1.41667; } }
.md-archive-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.57143;
  margin: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .md-archive-title:hover {
    opacity: 0.6; }
  @media screen and (max-width: 767px) {
    .md-archive-title {
      font-size: 0.8125rem;
      line-height: 1.69231; } }
.md-twoColumns {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .md-twoColumns {
      display: block; } }
  .md-twoColumns-left {
    width: 284px;
    margin-top: 2px; }
    @media screen and (max-width: 767px) {
      .md-twoColumns-left {
        display: none; } }
  .md-twoColumns-right {
    width: 774px;
    margin-bottom: 200px; }
    @media screen and (max-width: 767px) {
      .md-twoColumns-right {
        width: 100%;
        margin-bottom: 0; } }
.md-sidebar-title {
  font-size: 1.125rem;
  line-height: 1.22222;
  font-weight: 300;
  margin: 0 0 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #707070; }
  .md-sidebar-title span {
    font-size: 0.75rem;
    line-height: 1.83333;
    display: block;
    font-weight: 600;
    padding-top: 8px; }
.md-sidebar-content {
  padding-bottom: 50px; }
  @media screen and (max-width: 1200px) {
    .md-sidebar-content {
      margin-right: 30px; } }
.md-sidebar-link {
  position: relative;
  font-size: 0.9375rem;
  padding-right: 20px;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .md-sidebar-link:hover {
    opacity: 0.6; }
  .md-sidebar-link:after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto auto auto 4px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg); }
.md-sidebar-list {
  margin: 0;
  padding-left: 0;
  margin-bottom: 60px; }
  .md-sidebar-list li {
    list-style-type: none; }
.md-sidebar-item:not(:last-child) {
  margin-bottom: 30px; }
.md-single-date {
  font-size: 0.6875rem;
  line-height: 1.54545;
  margin: 0 0 12px; }
  @media screen and (max-width: 767px) {
    .md-single-date {
      font-size: 0.875rem;
      line-height: 1.21429; } }
.md-single-title {
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 600;
  margin: 0 0 32px; }
  @media screen and (max-width: 767px) {
    .md-single-title {
      font-size: 0.9375rem;
      line-height: 1.66667;
      margin-bottom: 30px; } }
.md-single-thumb {
  background-color: #EDEEEE;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .md-single-thumb {
      margin-bottom: 0; } }
  .md-single-thumb img {
    width: 100%;
    height: auto; }
.md-single-spThumb {
  display: none; }
  @media screen and (max-width: 767px) {
    .md-single-spThumb {
      display: block;
      margin: 55px 0 35px; }
      .md-single-spThumb img {
        width: 100%;
        height: auto; } }
.md-single-body {
  overflow-wrap: break-word;
  word-break: normal;
  word-wrap: break-word; }
  .md-single-body p {
    line-height: 2.14286;
    margin: 0;
    overflow-wrap: break-word;
    word-break: normal;
    word-wrap: break-word; }
    @media screen and (max-width: 767px) {
      .md-single-body p {
        font-size: 0.875rem;
        line-height: 2.14286;
        letter-spacing: 0.1em; } }
  .md-single-body a {
    border-bottom: 1px solid #707070;
    display: inline-block;
    font-weight: 600;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .md-single-body a:hover {
      opacity: 0.6; }
  .md-single-body img {
    max-width: 100%;
    height: auto; }
  .md-single-body .wp-caption {
    max-width: 100%; }
  .md-single-body .wp-caption-text {
    color: #919189;
    font-size: 0.83em;
    line-height: 1.75;
    margin-top: 8px; }
  .md-single-body .txt_read {
    color: #919189;
    font-size: 0.83em;
    line-height: 1.75; }
  .md-single-body .txt_interviewer {
    display: inline-block;
    position: relative;
    color: #919189;
    padding-left: 80px; }
    .md-single-body .txt_interviewer:before {
      content: '';
      position: absolute;
      top: 14px;
      left: 0;
      display: block;
      width: 70px;
      height: 1px;
      background-color: #919189; }
  .md-single-body .txt_end {
    display: block;
    font-size: 0.83em;
    line-height: 1.75; }
.md-footBk img {
  width: 100%;
  height: auto; }
.md-pager {
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  font-size: 1.125rem;
  line-height: 1.22222;
  padding: 42px 0 46px;
  text-align: center;
  letter-spacing: -.4em; }
  @media screen and (max-width: 767px) {
    .md-pager {
      font-size: 1rem;
      line-height: 1.375; } }
  .md-pager .page-numbers {
    display: inline-block;
    width: 24px;
    height: 27px;
    line-height: 27px;
    letter-spacing: normal;
    margin: 0 10px;
    /*a.prev,
    a.next {
      @include linkTextHover;
    }*/ }
    @media screen and (max-width: 767px) {
      .md-pager .page-numbers {
        margin: 0 5px; } }
    .md-pager .page-numbers:not(.disp) {
      transition-property: all;
      transition-duration: 500ms;
      transition-delay: 0s;
      transition-timing-function: ease-in-out; }
      .md-pager .page-numbers:not(.disp):hover {
        opacity: 0.6; }
    .md-pager .page-numbers.prev, .md-pager .page-numbers.next {
      width: 80px;
      position: relative;
      letter-spacing: 0.17em; }
      @media screen and (max-width: 767px) {
        .md-pager .page-numbers.prev, .md-pager .page-numbers.next {
          margin: 0; } }
      .md-pager .page-numbers.prev.disp, .md-pager .page-numbers.next.disp {
        color: #ADADAD;
        cursor: auto; }
    .md-pager .page-numbers.prev {
      float: left;
      padding-left: 15px;
      text-align: left; }
      .md-pager .page-numbers.prev:before {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        left: 4px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        transform: rotate(-45deg); }
        @media screen and (max-width: 767px) {
          .md-pager .page-numbers.prev:before {
            left: 3%;
            margin: auto; } }
      .md-pager .page-numbers.prev.disp:before {
        border-color: #ADADAD; }
    .md-pager .page-numbers.next {
      float: right;
      padding-right: 15px;
      text-align: right; }
      .md-pager .page-numbers.next:after {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        right: 4px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg); }
        @media screen and (max-width: 767px) {
          .md-pager .page-numbers.next:after {
            right: 3%;
            margin: auto; } }
      .md-pager .page-numbers.next.disp:after {
        border-color: #ADADAD; }
    .md-pager .page-numbers.current {
      background-color: #404040;
      color: #fff; }

/*--------------------------------------------------
  bx-slider customize
--------------------------------------------------*/
.bx-wrapper {
  background-color: inherit;
  border: none;
  box-shadow: none;
  margin: 0 auto; }

.index-slider .bx-viewport {
  overflow: visible !important; }
.index-slider li {
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  max-height: 488px;
  overflow: hidden; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
    .index-slider li {
      max-height: 259px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 375px) {
    .index-slider li {
      max-height: 234px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 320px) {
    .index-slider li {
      max-height: 200px; } }
  .index-slider li img {
    width: 100%;
    height: auto;
    min-height: 480px;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    @media screen and (max-width: 767px) {
      .index-slider li img {
        min-height: inherit; } }
.index-slider-text {
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
.index-slider li:hover {
  background-color: #000; }
  .index-slider li:hover img {
    opacity: 0.6; }
  .index-slider li:hover .index-slider-text {
    opacity: 0.6; }

/*--------------------------------------------------
  404 page
--------------------------------------------------*/
.page404 .md-content {
  min-height: 500px;
  padding: 250px 0; }
  @media screen and (max-width: 767px) {
    .page404 .md-content {
      min-height: 200px;
      padding: 100px 0; } }
.page404 .page404-text {
  text-align: center; }

/*--------------------------------------------------
  single
--------------------------------------------------*/
body.single .md {
  /*&-content {
    width: 100%;
  }*/ }
  @media screen and (max-width: 767px) {
    body.single .md-hero-batch {
      display: none; } }
  @media screen and (max-width: 767px) {
    body.single .md-breadcrumb.top {
      display: none; } }
  @media screen and (max-width: 767px) {
    body.single .md-breadcrumb.bottom {
      padding: 70px 0 90px; } }

/*--------------------------------------------------
  index page
--------------------------------------------------*/
.index-body {
  background: url(../images/index_hero.png) no-repeat 50%/cover;
  background-attachment: fixed; }
  @media screen and (max-width: 767px) {
    .index-body {
      background: none; }
      .index-body:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background: url(../images/index_hero.png) center/cover no-repeat;
        /*fixedをトル！*/
        -webkit-background-size: cover;
        /*Android4*/ } }
.index-contTitle {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .index-contTitle {
      font-size: 1.8125rem;
      line-height: 0.7931; } }
  .index-contTitle span {
    font-size: 0.8125rem;
    line-height: 1.69231;
    margin-left: 16px; }
    @media screen and (max-width: 767px) {
      .index-contTitle span {
        display: block;
        font-size: 0.75rem;
        line-height: 1.83333;
        margin-top: 15px;
        margin-left: 0; } }
.index-borderLink {
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  text-align: center;
  padding: 46px 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .index-borderLink:hover {
    opacity: 0.6; }
  @media screen and (max-width: 767px) {
    .index-borderLink {
      text-align: left;
      padding: 0; } }
  .index-borderLink a {
    font-size: 1.0625rem;
    line-height: 1.29412;
    padding-right: 16px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-borderLink a {
        display: block;
        padding: 18px 3%; } }
    .index-borderLink a:after {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      right: 4px;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg); }
      @media screen and (max-width: 767px) {
        .index-borderLink a:after {
          top: 0;
          bottom: 0;
          right: 3%;
          margin: auto; } }
@media screen and (max-width: 767px) {
  .index-hero {
    margin-bottom: 55px; } }
.index-hero-inner {
  max-width: 1200px;
  padding-left: 17px;
  padding-right: 17px;
  margin: 0 auto;
  padding-left: 17px;
  padding-right: 17px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  max-width: 80%; }
  @media screen and (max-width: 767px) {
    .index-hero-inner {
      width: 80.8%;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 1400px) {
    .index-hero-inner {
      width: 78%;
      max-width: inherit; } }
  @media screen and (max-width: 1200px) {
    .index-hero-inner {
      width: 74%; } }
  @media screen and (max-width: 1024px) {
    .index-hero-inner {
      width: 65%; } }
  @media screen and (max-width: 767px) {
    .index-hero-inner {
      width: 100%; } }
.index-hero-batch {
  position: absolute;
  bottom: 230px;
  left: 17px;
  width: 400px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .index-hero-batch {
      left: 9.3%;
      bottom: 75px;
      min-width: 220px;
      width: 80%; } }
  .index-hero-batch-title {
    font-size: 2.6875rem;
    line-height: 1.2093;
    letter-spacing: 0.13em;
    font-weight: 300;
    margin: 0 0 30px; }
    @media screen and (max-width: 767px) {
      .index-hero-batch-title {
        font-size: 1.875rem;
        line-height: 1.2;
        margin-bottom: 8px; } }
  .index-hero-batch-sub_title {
    font-size: 0.875rem;
    line-height: 1.28571;
    letter-spacing: 0.096em;
    font-weight: 600;
    margin: 0 0 9px; }
    @media screen and (max-width: 767px) {
      .index-hero-batch-sub_title {
        font-size: 0.8125rem;
        line-height: 0.92308;
        margin-bottom: 12px; } }
  .index-hero-batch-company_info span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .index-hero-batch-company_info span {
        font-size: 0.625rem;
        line-height: 1.7; } }
  .index-hero-batch a {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .index-hero-batch a:hover {
      opacity: 0.6; }
.index-hero-nextCont {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 60px;
  z-index: 1;
  text-indent: -9999px;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .index-hero-nextCont:hover {
    opacity: 0.6; }
  @media screen and (max-width: 767px) {
    .index-hero-nextCont {
      bottom: 30px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .index-hero-nextCont {
      bottom: 30px;
      left: 9.3%; } }

  .index-hero-nextCont:before, .index-hero-nextCont:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    left: 7px; }
  .index-hero-nextCont:before {
    top: -1px; }
  .index-hero-nextCont:after {
    top: 10px; }
.index-slider {
  overflow-x: hidden;
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    .index-slider {
      padding-top: 20px; } }
.index-works {
  padding: 108px 0 30px; }
  @media screen and (max-width: 767px) {
    .index-works {
      padding-top: 40px; } }
  .index-works-inner {
    max-width: 1200px;
    padding-left: 17px;
    padding-right: 17px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .index-works-inner {
        width: 80.8%;
        padding-left: 0;
        padding-right: 0; } }
  .index-works-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px 0; }
    @media screen and (max-width: 767px) {
      .index-works-list {
        margin: 40px 0 0; } }
  .index-works-item {
    max-width: 382px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .index-works-item {
        max-width: inherit;
        margin-bottom: 40px;
        width: 100%; } }
    .index-works-item a:hover .index-works-thumb {
      background-color: #000; }
      .index-works-item a:hover .index-works-thumb img {
        opacity: 0.6; }
    .index-works-item a:hover .index-works-cont {
      opacity: 0.6; }
  .index-works-thumb {
    position: relative;
    display: block;
    width: 382px;
    height: 382px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #EDEEEE;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .index-works-thumb img {
      transition-property: all;
      transition-duration: 500ms;
      transition-delay: 0s;
      transition-timing-function: ease-in-out; }
    @media screen and (max-width: 767px) {
      .index-works-thumb {
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        padding-top: 100%; } }
    .index-works-thumb img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: auto;
      width: 100%;
      height: auto; }
  .index-works-cont {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .index-works-cont:hover {
      opacity: 0.6; }
  .index-works-category {
    font-size: 0.6875rem;
    line-height: 1.81818;
    letter-spacing: 0.1em;
    margin: 0 0 4px; }
    @media screen and (max-width: 767px) {
      .index-works-category {
        margin-bottom: 4px; } }
  .index-works-title {
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 600;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .index-works-title {
        font-size: 0.8125rem;
        line-height: 1.69231; } }
.index-slider-text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .index-slider-text {
      display: none; } }
  .index-slider-text-title {
    font-size: 0.8125rem;
    line-height: 1.69231;
    margin: 0 0 20px; }
  .index-slider-text-detail {
    font-size: 1.125rem;
    line-height: 1;
    margin: 0;
    width: 190px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    position: relative; }
    .index-slider-text-detail:after {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      right: 4px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg); }
.index-message {
  padding: 30px 0 50px; }
  @media screen and (max-width: 767px) {
    .index-message {
      padding-bottom: 60px; } }
  .index-message-inner {
    max-width: 1200px;
    padding-left: 17px;
    padding-right: 17px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-message-inner {
        width: 80.8%;
        padding-left: 0;
        padding-right: 0; } }
  .index-message-texts {
    font-size: 0.9375rem;
    line-height: 2.06667;
    letter-spacing: 0.18em;
    margin: 46px 0; }
    @media screen and (max-width: 767px) {
      .index-message-texts {
        font-size: 0.75rem;
        line-height: 2.5;
        letter-spacing: 0.09em;
        margin: 40px 0 0; } }
    .index-message-texts p {
      margin: 0 0 24px; }
  .index-message-bottom-signature {
    font-size: 0.9375rem;
    line-height: 1.53333;
    font-weight: 600;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .index-message-bottom-signature {
        font-size: 0.75rem;
        line-height: 1.91667;
        margin-bottom: 32px; } }
    .index-message-bottom-signature .name {
      font-size: 0.875rem;
      line-height: 1.64286;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .index-message-bottom-signature .name {
          font-size: 0.75rem;
          line-height: 1.91667;
          margin-top: 8px; } }
    .index-message-bottom-signature span {
      display: block; }
  .index-message-bottom-link {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.9375rem;
    line-height: 1.46667;
    width: 284px;
    padding: 12px 0 12px 10px;
    border-bottom: 1px solid #404040;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .index-message-bottom-link:hover {
      opacity: 0.6; }
    @media screen and (max-width: 1200px) {
      .index-message-bottom-link {
        right: 17px; } }
    @media screen and (max-width: 767px) {
      .index-message-bottom-link {
        font-size: 1.125rem;
        line-height: 1.22222;
        letter-spacing: 0.1em;
        position: relative;
        right: 0;
        bottom: inherit;
        border-top: 1px solid #404040;
        padding: 16px 3% 20px;
        width: 100%; } }
    .index-message-bottom-link:after {
      content: '';
      display: block;
      position: absolute;
      top: 20px;
      right: 6px;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg); }
      @media screen and (max-width: 767px) {
        .index-message-bottom-link:after {
          top: 0;
          bottom: 0;
          right: 3%;
          margin: auto; } }
.index-parallax {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .index-parallax {
      height: 120px; } }
  .index-parallax-img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .index-parallax-img {
        position: absolute;
        bottom: 0; } }
.index-twoColumnsCont {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 120px;
  max-width: 1200px;
  padding-left: 17px;
  padding-right: 17px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .index-twoColumnsCont {
      width: 80.8%;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .index-twoColumnsCont {
      display: block;
      width: 100%;
      padding-bottom: 0; } }
  .index-twoColumnsCont-link {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.46667;
    width: 264px;
    padding: 12px 0 12px 10px;
    position: relative;
    border-bottom: 1px solid #404040;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .index-twoColumnsCont-link:hover {
      opacity: 0.6; }
    @media screen and (max-width: 767px) {
      .index-twoColumnsCont-link {
        font-size: 1.125rem;
        line-height: 1.22222;
        letter-spacing: 0.1em;
        position: relative;
        bottom: inherit;
        border-top: 1px solid #404040;
        padding: 16px 3% 20px;
        width: 100%; } }
    .index-twoColumnsCont-link:after {
      content: '';
      display: block;
      position: absolute;
      top: 20px;
      right: 6px;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg); }
      @media screen and (max-width: 767px) {
        .index-twoColumnsCont-link:after {
          top: 0;
          bottom: 0;
          right: 3%;
          margin: auto; } }
.index-column {
  max-width: 676px;
  margin-top: -230px;
  padding: 80px 64px 50px;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .index-column {
      max-width: 58%;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .index-column {
      min-width: 100%;
      margin: 0;
      padding: 65px 9.6%; } }
  .index-column-list {
    margin: 32px 0 50px; }
    @media screen and (max-width: 767px) {
      .index-column-list {
        margin: 42px 0 0; } }
    .index-column-list-item:not(:last-child) {
      margin-bottom: 32px; }
    .index-column-list-link {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .index-column-list-link {
          display: block; } }
      .index-column-list-link:hover .index-column-list-thumb {
        background-color: #000; }
        .index-column-list-link:hover .index-column-list-thumb img {
          opacity: 0.6; }
      .index-column-list-link:hover .index-column-list-cont {
        opacity: 0.6; }
    .index-column-list-thumb {
      position: relative;
      display: block;
      width: 265px;
      height: 265px;
      margin-right: 26px;
      overflow: hidden;
      background-color: #EDEEEE;
      transition-property: all;
      transition-duration: 500ms;
      transition-delay: 0s;
      transition-timing-function: ease-in-out; }
      .index-column-list-thumb img {
        transition-property: all;
        transition-duration: 500ms;
        transition-delay: 0s;
        transition-timing-function: ease-in-out; }
      @media screen and (max-width: 767px) {
        .index-column-list-thumb {
          width: 100%;
          margin-bottom: 10px;
          margin-right: 0;
          padding-top: 100%; } }
      .index-column-list-thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: auto;
        width: 100%;
        height: auto; }
    .index-column-list-cont {
      -webkit-flex: 1;
      flex: 1;
      position: relative;
      max-width: 289px;
      padding-bottom: 28px;
      transition-property: all;
      transition-duration: 500ms;
      transition-delay: 0s;
      transition-timing-function: ease-in-out; }
      .index-column-list-cont:hover {
        opacity: 0.6; }
      @media screen and (max-width: 767px) {
        .index-column-list-cont {
          max-width: 100%;
          width: 100%;
          margin-bottom: 30px; } }
      .index-column-list-cont .cont-title {
        font-size: 1rem;
        line-height: 1.375;
        font-weight: 300;
        margin: 18px 0 42px; }
        @media screen and (max-width: 767px) {
          .index-column-list-cont .cont-title {
            letter-spacing: 0.2em;
            margin: 20px 0 12px; } }
      .index-column-list-cont .cont-text {
        font-size: 0.8125rem;
        line-height: 1.84615;
        letter-spacing: 0.17em;
        margin-bottom: 24px; }
        @media screen and (max-width: 767px) {
          .index-column-list-cont .cont-text {
            letter-spacing: 0.16em;
            margin-bottom: 16px; } }
        .index-column-list-cont .cont-text p {
          margin: 0; }
      .index-column-list-cont .cont-date {
        position: absolute;
        bottom: 6px;
        font-size: 0.8125rem;
        line-height: 1.53846;
        margin: 0; }
.index-info {
  position: relative;
  max-width: 490px;
  padding: 110px 64px 50px 110px; }
  @media screen and (max-width: 1024px) {
    .index-info {
      max-width: 42%;
      padding-right: 8%;
      padding-left: 4%; } }
  @media screen and (max-width: 767px) {
    .index-info {
      min-width: 100%;
      padding: 50px 9.6% 30px; } }
  .index-info-list {
    margin: 40px 0; }
    @media screen and (max-width: 767px) {
      .index-info-list {
        margin-top: 30px; } }
  .index-info-item:not(:last-child) {
    margin-bottom: 26px; }
    @media screen and (max-width: 767px) {
      .index-info-item:not(:last-child) {
        margin-bottom: 20px; } }
  .index-info-item a {
    display: block;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .index-info-item a:hover {
      opacity: 0.6; }
  .index-info-title {
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 300;
    margin: 0 0 4px; }
    @media screen and (max-width: 767px) {
      .index-info-title {
        font-size: 0.75rem;
        line-height: 1.83333; } }
  .index-info-attachmentLine {
    display: flex;
    font-size: 0.875rem;
    line-height: 20px; }
  .index-info-category {
    display: inline-block;
    color: #fff;
    letter-spacing: 0.1em;
    margin-right: 10px;
    padding: 0 12px;
    text-align: center; }
    .index-info-category.news {
      background-color: #919189; }
    .index-info-category.media {
      background-color: #404040; }
  .index-info-date {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .index-info-date {
        font-size: 0.75rem;
        line-height: 1.83333; } }
  .index-info .index-twoColumnsCont-link {
    position: absolute;
    bottom: 50px; }
    @media screen and (max-width: 767px) {
      .index-info .index-twoColumnsCont-link {
        position: relative;
        bottom: inherit; } }
.index-interview {
  padding-bottom: 220px; }
  @media screen and (max-width: 767px) {
    .index-interview {
      padding: 30px 0 60px; } }
  .index-interview-inner {
    max-width: 1200px;
    padding-left: 17px;
    padding-right: 17px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .index-interview-inner {
        width: 80.8%;
        padding-left: 0;
        padding-right: 0; } }
  .index-interview-list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 50px; }
    @media screen and (max-width: 767px) {
      .index-interview-list {
        display: block;
        margin: 25px 0 40px; } }
  .index-interview-item {
    width: 578px; }
    @media screen and (max-width: 767px) {
      .index-interview-item {
        width: 100%; } }
  .index-interview-link {
    display: block; }
    .index-interview-link:hover .index-interview-thumb {
      background-color: #000; }
      .index-interview-link:hover .index-interview-thumb img {
        opacity: 0.6; }
    .index-interview-link:hover .index-interview-cont {
      opacity: 0.6; }
  .index-interview-thumb {
    width: 100%;
    margin-bottom: 14px;
    background-color: #EDEEEE;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .index-interview-thumb img {
      transition-property: all;
      transition-duration: 500ms;
      transition-delay: 0s;
      transition-timing-function: ease-in-out; }
    .index-interview-thumb img {
      width: 100%;
      height: auto; }
  .index-interview-cont {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .index-interview-cont:hover {
      opacity: 0.6; }
  .index-interview-title {
    font-size: 0.875rem;
    line-height: 1.78571;
    letter-spacing: 0.05em;
    margin: 0 0 4px; }
    @media screen and (max-width: 767px) {
      .index-interview-title {
        font-weight: 600;
        line-height: 1.71429; } }
  .index-interview-text {
    font-size: 0.875rem;
    line-height: 1.78571;
    letter-spacing: 0.05em;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    /*p {
      margin: 0;
    }*/ }
    .index-interview-text:hover {
      opacity: 0.6; }
    @media screen and (max-width: 767px) {
      .index-interview-text {
        font-size: 0.75rem;
        line-height: 2;
        letter-spacing: 0.09em; } }

@media screen and (max-width: 767px) {
  body.index .md-header {
    background-color: transparent;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    body.index .md-header.changeCol {
      background-color: #fff; } }
body.index .md-header-spSiteTitle {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  body.index .md-header-spSiteTitle.view {
    opacity: 1; }

/*--------------------------------------------------
  works single page
--------------------------------------------------*/
.worksSingle-subTitle {
  font-size: 0.9375rem;
  margin: 0 0 16px;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  @media screen and (max-width: 767px) {
    .worksSingle-subTitle {
      display: none; } }
  .worksSingle-subTitle:hover {
    opacity: 0.6; }
.worksSingle-title {
  font-size: 1.4375rem;
  font-weight: 600;
  margin: 0 0 18px; }
  @media screen and (max-width: 767px) {
    .worksSingle-title {
      display: none; } }
.worksSingle-slider {
  margin-bottom: 90px;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    .worksSingle-slider {
      margin-bottom: 50px; } }
  .worksSingle-slider ul {
    margin: 0; }
  .worksSingle-slider .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .worksSingle-slider .bx-wrapper li {
        height: 280px; } }
    .worksSingle-slider .bx-wrapper img {
      display: block;
      margin: 0 auto;
      max-height: 595px;
      height: auto;
      padding-bottom: 60px;
      box-sizing: content-box; }
      @media screen and (max-width: 767px) {
        .worksSingle-slider .bx-wrapper img {
          width: auto;
          height: 100%;
          max-height: 230px;
          padding-bottom: 80px; } }
    .worksSingle-slider .bx-wrapper .bx-caption {
      bottom: inherit;
      top: 595px;
      background-color: transparent;
      margin: auto;
      text-align: center;
      right: 0;
      max-width: 970px; }
      @media screen and (max-width: 767px) {
        .worksSingle-slider .bx-wrapper .bx-caption {
          top: 230px;
          width: 80.8%; } }
      .worksSingle-slider .bx-wrapper .bx-caption span {
        color: #404040;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "HGS明朝E", serif;
        font-size: 0.75rem;
        line-height: 22px;
        padding: 15px 0;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .worksSingle-slider .bx-wrapper .bx-caption span {
            font-size: 0.625rem;
            line-height: 18px; } }
    .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-prev,
    .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-next {
      background: none;
      top: calc( 50% - 32px);
      z-index: 100; }
      .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-prev:after,
      .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-next:after {
        content: '';
        position: absolute;
        display: block;
        width: 20px;
        height: 20px; }
    .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-prev {
      left: 0; }
      @media screen and (max-width: 1200px) {
        .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-prev {
          left: 10px; } }
      @media screen and (max-width: 767px) {
        .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-prev {
          left: 10px;
          top: 42%; } }
      .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-prev:after {
        border-top: 1px solid #404040;
        border-left: 1px solid #404040;
        transform: rotate(-45deg);
        top: 6px;
        left: 10px; }
      .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-prev:hover, .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-prev:focus {
        opacity: 0.75; }
    .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-next {
      right: 0; }
      @media screen and (max-width: 1200px) {
        .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-next {
          right: 10px; } }
      @media screen and (max-width: 767px) {
        .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-next {
          right: 10px;
          top: 42%; } }
      .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-next:after {
        border-top: 1px solid #404040;
        border-right: 1px solid #404040;
        transform: rotate(45deg);
        top: 6px;
        right: 10px; }
      .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-next:hover, .worksSingle-slider .bx-wrapper .bx-controls-direction .bx-next:focus {
        opacity: 0.75; }
  .worksSingle-slider-cont {
    margin-bottom: 40px; }
  .worksSingle-slider-thumb {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    max-width: 970px; }
    @media screen and (max-width: 767px) {
      .worksSingle-slider-thumb {
        display: none; } }
    .worksSingle-slider-thumb-item {
      width: 88px;
      height: 88px;
      margin-bottom: 10px; }
      .worksSingle-slider-thumb-item:not(:nth-child(10n+10)) {
        margin-right: 10px; }
        @media screen and (max-width: 1004px) {
          .worksSingle-slider-thumb-item:not(:nth-child(10n+10)) {
            margin-right: 0; } }
      @media screen and (max-width: 1004px) {
        .worksSingle-slider-thumb-item:not(:nth-child(9n+9)) {
          margin-right: 10px; } }
      @media screen and (max-width: 904px) {
        .worksSingle-slider-thumb-item:not(:nth-child(9n+9)) {
          margin-right: 0; } }
      @media screen and (max-width: 904px) {
        .worksSingle-slider-thumb-item:not(:nth-child(8n+8)) {
          margin-right: 10px; } }
      @media screen and (max-width: 804px) {
        .worksSingle-slider-thumb-item:not(:nth-child(8n+8)) {
          margin-right: 0; } }
      @media screen and (max-width: 804px) {
        .worksSingle-slider-thumb-item:not(:nth-child(7n+7)) {
          margin-right: 10px; } }
    .worksSingle-slider-thumb a {
      display: block; }
      .worksSingle-slider-thumb a img {
        width: 88px;
        height: auto; }
    .worksSingle-slider-thumb div {
      display: block;
      background-color: #E7E8E7;
      width: 88px;
      height: 88px; }
.worksSingle-plan {
  margin-bottom: 110px; }
  @media screen and (max-width: 767px) {
    .worksSingle-plan {
      width: 80.8%;
      margin: 0 auto; } }
  .worksSingle-plan-title {
    margin: 0; }
    .worksSingle-plan-title span {
      display: inline-block;
      vertical-align: middle; }
    .worksSingle-plan-title-main {
      font-size: 2.125rem;
      font-weight: 300;
      margin-right: 18px;
      margin-bottom: 36px; }
      @media screen and (max-width: 767px) {
        .worksSingle-plan-title-main {
          font-size: 1.5rem;
          margin-bottom: 26px; } }
    .worksSingle-plan-title-small {
      font-size: 0.875rem;
      margin-bottom: 18px; }
      @media screen and (max-width: 767px) {
        .worksSingle-plan-title-small {
          margin-bottom: 14px; } }
  .worksSingle-plan-img {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .worksSingle-plan-img {
        margin-bottom: 20px; } }
    .worksSingle-plan-img img {
      width: 100%;
      height: auto; }
  .worksSingle-plan-spec {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .worksSingle-plan-spec {
        margin-bottom: 24px; } }
    .worksSingle-plan-spec ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0;
      padding-top: 1px;
      padding-left: 0; }
      .worksSingle-plan-spec ul li {
        border-top: 1px solid #404040;
        border-bottom: 1px solid #404040;
        font-size: 0.75rem;
        line-height: 1.83333;
        list-style-type: none;
        margin-top: -1px;
        padding: 14px 0;
        width: 480px; }
        @media screen and (max-width: 1200px) {
          .worksSingle-plan-spec ul li {
            width: 49%; } }
        @media screen and (max-width: 767px) {
          .worksSingle-plan-spec ul li {
            width: 100%;
            padding: 14px 3%; } }
        .worksSingle-plan-spec ul li:nth-child(odd) {
          margin-right: 10px; }
          @media screen and (max-width: 1200px) {
            .worksSingle-plan-spec ul li:nth-child(odd) {
              margin-right: 2%; } }
          @media screen and (max-width: 767px) {
            .worksSingle-plan-spec ul li:nth-child(odd) {
              margin-right: 0; } }
    .worksSingle-plan-spec dl {
      display: flex;
      margin: 0; }
      .worksSingle-plan-spec dl dt {
        width: 190px; }
        @media screen and (max-width: 1200px) {
          .worksSingle-plan-spec dl dt {
            width: 35%; } }
        @media screen and (max-width: 767px) {
          .worksSingle-plan-spec dl dt {
            font-size: 0.625rem;
            width: 50%; } }
      .worksSingle-plan-spec dl dd {
        max-width: 780px; }
        @media screen and (max-width: 767px) {
          .worksSingle-plan-spec dl dd {
            font-size: 0.6875rem;
            max-width: inherit;
            margin-left: 0;
            width: 50%; } }
  .worksSingle-plan-description {
    font-size: 0.8125rem;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .worksSingle-plan-description {
        font-size: 0.75rem;
        line-height: 2;
        letter-spacing: 0.09em; } }

/*--------------------------------------------------
  works archive page
--------------------------------------------------*/
body.single.works .md-hero-inner {
  max-width: 970px; }
  @media screen and (max-width: 1024px) {
    body.single.works .md-hero-inner {
      padding-left: 17px;
      padding-right: 17px; } }
  @media screen and (max-width: 767px) {
    body.single.works .md-hero-inner {
      padding: 55px 0 0;
      width: 100%; } }
body.single.works .md-hero-batch {
  right: -115px;
  color: #fff; }
  @media screen and (max-width: 1200px) {
    body.single.works .md-hero-batch {
      right: 35px; } }
  body.single.works .md-hero-batch a {
    color: #fff;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    body.single.works .md-hero-batch a:hover {
      opacity: 0.6; }
    @media screen and (max-width: 767px) {
      body.single.works .md-hero-batch a {
        color: #404040; } }
  body.single.works .md-hero-batch-company_info span {
    color: #fff; }
@media screen and (max-width: 1200px) {
  body.single.works .md-hero-texts {
    margin-left: 0; } }
body.single.works .md-breadcrumb.top {
  padding: 58px 0; }
  @media screen and (max-width: 767px) {
    body.single.works .md-breadcrumb.top {
      display: none; } }
body.single.works .md-breadcrumb.bottom {
  padding: 0 0 50px; }
  @media screen and (max-width: 767px) {
    body.single.works .md-breadcrumb.bottom {
      width: 80.8%;
      margin: 0 auto;
      padding: 50px 0; } }
body.single.works .md-content {
  width: 100%; }

/*--------------------------------------------------
  interview archive page
--------------------------------------------------*/
.interviewArchive-list {
  max-width: 774px;
  margin: 0 auto 120px; }
  @media screen and (max-width: 767px) {
    .interviewArchive-list {
      margin-bottom: 60px; } }
.interviewArchive-item {
  margin-bottom: 46px; }
.interviewArchive-link {
  display: block; }
  .interviewArchive-link:hover .interviewArchive-thumb {
    background-color: #000; }
    .interviewArchive-link:hover .interviewArchive-thumb img {
      opacity: 0.6; }
  .interviewArchive-link:hover .interviewArchive-cont {
    opacity: 0.6; }
.interviewArchive-thumb {
  display: block;
  margin-bottom: 20px;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .interviewArchive-thumb img {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
  .interviewArchive-thumb img {
    width: 100%;
    height: auto; }
.interviewArchive-cont {
  display: block;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .interviewArchive-cont:hover {
    opacity: 0.6; }
.interviewArchive-title {
  font-size: 0.875rem;
  line-height: 1.78571;
  letter-spacing: 0.05em;
  margin: 0; }
.interviewArchive-text p {
  font-size: 0.875rem;
  line-height: 1.78571;
  letter-spacing: 0.05em;
  margin: 0; }

.pg-inLink {
  display: flex;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .pg-inLink {
      display: block;
      margin-bottom: 50px; } }
  .pg-inLink-title {
    font-size: 1.0625rem;
    line-height: 1.35294;
    margin: 0 10px 0 0;
    min-width: 70px; }
    @media screen and (max-width: 1200px) {
      .pg-inLink-title {
        line-height: 1.17647; } }
    @media screen and (max-width: 767px) {
      .pg-inLink-title {
        margin-bottom: 18px; } }
  .pg-inLink-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0; }
    .pg-inLink-list li {
      list-style-type: none; }
    @media screen and (max-width: 767px) {
      .pg-inLink-list {
        display: block; } }
    .pg-inLink-list li {
      position: relative; }
      @media screen and (max-width: 767px) {
        .pg-inLink-list li {
          border-bottom: 1px solid #707070; } }
      @media screen and (max-width: 767px) {
        .pg-inLink-list li:after {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          bottom: 0;
          right: 3%;
          width: 8px;
          height: 8px;
          margin: auto;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          transform: rotate(45deg); } }
      .pg-inLink-list li:not(:last-child) {
        padding-right: 40px; }
        .pg-inLink-list li:not(:last-child):after {
          content: '/';
          position: absolute;
          top: 3px;
          right: 16px; }
          @media screen and (max-width: 767px) {
            .pg-inLink-list li:not(:last-child):after {
              content: '';
              right: 3%; } }
      @media screen and (max-width: 767px) {
        .pg-inLink-list li:last-child {
          padding-right: 40px; } }
      .pg-inLink-list li a {
        display: block;
        font-size: 0.875rem;
        line-height: 1.57143; }
        @media screen and (max-width: 767px) {
          .pg-inLink-list li a {
            line-height: 48px; } }
        .pg-inLink-list li a:hover {
          text-decoration: underline; }
.pg-cont-title {
  font-size: 2.125rem;
  font-weight: 300;
  border-bottom: 1px solid #707070;
  line-height: 80px;
  margin: 0 0 30px; }
  @media screen and (max-width: 767px) {
    .pg-cont-title {
      font-size: 1.5rem;
      line-height: 48px; } }
  .pg-cont-title span {
    font-size: 0.875rem;
    line-height: 1.57143;
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .pg-cont-title span {
        display: block;
        margin-left: 0;
        margin-bottom: 8px; } }
.pg-cont--office {
  margin-bottom: 85px; }
  @media screen and (max-width: 767px) {
    .pg-cont--office {
      margin-bottom: 40px; } }
  .pg-cont--office .office-address {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    margin: 0 0 8px; }
    @media screen and (max-width: 767px) {
      .pg-cont--office .office-address {
        font-size: 0.75rem; } }
    .pg-cont--office .office-address span {
      margin-right: 12px; }
      @media screen and (max-width: 767px) {
        .pg-cont--office .office-address span {
          display: block;
          margin-right: 0; } }
  .pg-cont--office .office-contact,
  .pg-cont--office .office-mail {
    font-size: 1.125rem;
    line-height: 1.66667;
    letter-spacing: 0.13em;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .pg-cont--office .office-contact,
      .pg-cont--office .office-mail {
        font-size: 0.8125rem; } }
    .pg-cont--office .office-contact a,
    .pg-cont--office .office-mail a {
      font-size: 1.125rem;
      line-height: 1.66667;
      letter-spacing: 0.13em; }
      @media screen and (max-width: 767px) {
        .pg-cont--office .office-contact a,
        .pg-cont--office .office-mail a {
          font-size: 0.75rem; } }
  .pg-cont--office .office-mail a {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .pg-cont--office .office-mail a:hover {
      opacity: 0.6; }
.pg-cont--profile {
  margin-bottom: 85px; }
  @media screen and (max-width: 767px) {
    .pg-cont--profile {
      margin-bottom: 60px; } }
  .pg-cont--profile .profile-section:not(:last-child) {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .pg-cont--profile .profile-section:not(:last-child) {
        margin-bottom: 30px; } }
  .pg-cont--profile .profile-section-title {
    font-size: 0.875rem;
    line-height: 2.5;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .pg-cont--profile .profile-section-title {
        font-size: 0.75rem; } }
  .pg-cont--profile .profile-section-list {
    font-size: 0.875rem;
    line-height: 2.5;
    margin: 0;
    padding-left: 0;
    letter-spacing: 0.05em; }
    .pg-cont--profile .profile-section-list li {
      list-style-type: none; }
    @media screen and (max-width: 767px) {
      .pg-cont--profile .profile-section-list {
        font-size: 0.75rem;
        line-height: 1.66667; } }
    @media screen and (max-width: 767px) {
      .pg-cont--profile .profile-section-list li {
        margin-bottom: 24px; } }
    .pg-cont--profile .profile-section-list li span:nth-child(2) {
      margin-left: 8px; }
    .pg-cont--profile .profile-section-list li dl {
      margin: 0;
      font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "HGS明朝E", serif;
      display: flex; }
      .pg-cont--profile .profile-section-list li dl dd {
        margin-left: 0; }
      .pg-cont--profile .profile-section-list li dl dt {
        min-width: 60px; }
      .pg-cont--profile .profile-section-list li dl dd {
        -webkit-flex: 1;
        flex: 1; }
.pg-cont--process {
  margin-bottom: 85px; }
  @media screen and (max-width: 767px) {
    .pg-cont--process {
      margin-bottom: 55px; } }
  .pg-cont--process .pg-cont-title {
    border-bottom: none;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .pg-cont--process .pg-cont-title {
        border-bottom: 1px solid #707070;
        margin-bottom: 20px; } }
  .pg-cont--process .process-tables {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .pg-cont--process .process-tables {
        display: none; } }
    .pg-cont--process .process-tables-inners {
      width: 485px; }
      .pg-cont--process .process-tables-inners.renovation {
        width: 475px; }
      @media screen and (max-width: 1200px) {
        .pg-cont--process .process-tables-inners {
          width: 49.5%; }
          .pg-cont--process .process-tables-inners.renovation {
            width: 49%; } }
  .pg-cont--process .process-table {
    border: 1px solid #707070;
    padding: 0;
    width: 100%;
    height: 100%; }
    .pg-cont--process .process-table p {
      margin: 0; }
    .pg-cont--process .process-table-head th {
      border-bottom: 1px solid #707070;
      font-weight: 300;
      line-height: 2.5;
      letter-spacing: 0.05em;
      padding: 7px; }
    .pg-cont--process .process-table-body th {
      border-bottom: 1px solid #707070;
      border-right: 1px solid #707070;
      font-weight: 300;
      padding: 8px 14px 24px;
      text-align: left;
      width: 52%; }
      .pg-cont--process .process-table-body th .title {
        margin-bottom: 12px; }
        .pg-cont--process .process-table-body th .title span {
          vertical-align: bottom;
          font-size: 1.0625rem;
          line-height: 2.23529;
          letter-spacing: 0.05em;
          vertical-align: bottom; }
          .pg-cont--process .process-table-body th .title span:first-child {
            font-size: 2.5rem;
            line-height: 1.2;
            margin-right: 8px; }
      .pg-cont--process .process-table-body th .title-desc {
        font-size: 0.75rem;
        line-height: 1.66667;
        letter-spacing: 0.05em; }
    .pg-cont--process .process-table-body td {
      border-bottom: 1px solid #707070;
      text-align: center;
      width: 30%; }
      .pg-cont--process .process-table-body td:nth-child(2n) {
        border-right: 1px solid #707070; }
      .pg-cont--process .process-table-body td:last-child {
        width: 18%; }
      .pg-cont--process .process-table-body td .price {
        padding: 0 14px; }
        .pg-cont--process .process-table-body td .price-yen {
          line-height: 1.28571; }
        .pg-cont--process .process-table-body td .price-small {
          font-size: 0.6875rem;
          line-height: 2;
          margin-bottom: 24px; }
        .pg-cont--process .process-table-body td .price-desc {
          font-size: 0.625rem;
          line-height: 1.8;
          text-align: left; }
      .pg-cont--process .process-table-body td .period {
        font-size: 0.75rem;
        line-height: 2.16667; }
    .pg-cont--process .process-table-body .total {
      height: 192px; }
      .pg-cont--process .process-table-body .total-title {
        font-size: 1.0625rem;
        line-height: 2.05882;
        letter-spacing: 0.05em; }
    .pg-cont--process .process-table-body .designFee {
      padding: 60px 40px;
      text-align: left; }
      .pg-cont--process .process-table-body .designFee-title {
        font-size: 1.0625rem;
        line-height: 2.05882;
        letter-spacing: 0.05em;
        margin-bottom: 25px; }
      .pg-cont--process .process-table-body .designFee dl {
        display: flex;
        justify-content: space-between;
        font-size: 0.75rem;
        line-height: 2.08333;
        letter-spacing: 0.05em;
        margin: 0; }
        .pg-cont--process .process-table-body .designFee dl dt {
          width: 100px; }
        .pg-cont--process .process-table-body .designFee dl dd {
          -webkit-flex: 1;
          flex: 1;
          margin-left: 0; }
      .pg-cont--process .process-table-body .designFee ul {
        font-size: 0.75rem;
        list-style-type: none;
        margin: 60px 0 0;
        padding-left: 0; }
        .pg-cont--process .process-table-body .designFee ul li {
          line-height: 1.66667;
          letter-spacing: 0.05em; }
          .pg-cont--process .process-table-body .designFee ul li:before {
            content: '・'; }
    .pg-cont--process .process-table.renovation .process-table-body th {
      padding-top: 30px;
      padding-bottom: 30px; }
      .pg-cont--process .process-table.renovation .process-table-body th .title {
        margin-bottom: 13px; }
    .pg-cont--process .process-table.renovation .process-table-body .designFee dt {
      width: 240px; }
      @media screen and (max-width: 1200px) {
        .pg-cont--process .process-table.renovation .process-table-body .designFee dt {
          width: 60%; } }
  .pg-cont--process .process-caution {
    display: block;
    font-size: 0.75rem;
    line-height: 1.83333; }
    @media screen and (max-width: 767px) {
      .pg-cont--process .process-caution {
        display: none; } }
    .pg-cont--process .process-caution p {
      margin: 0; }
  .pg-cont--process .process-SP {
    display: none; }
    @media screen and (max-width: 767px) {
      .pg-cont--process .process-SP {
        display: block; }
        .pg-cont--process .process-SP p {
          font-size: 0.75rem;
          line-height: 1.66667;
          margin: 0 0 30px; }
        .pg-cont--process .process-SP a {
          position: relative;
          border: 1px solid #404040;
          display: block;
          line-height: 30px;
          text-align: center; }
          .pg-cont--process .process-SP a:after {
            content: '';
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            right: 3%;
            margin: auto;
            width: 8px;
            height: 8px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg); } }
.pg-cont--QA {
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .pg-cont--QA {
      margin-bottom: 60px; } }
  .pg-cont--QA .pg-cont-title {
    margin-bottom: 40px; }
  .pg-cont--QA .QA-list {
    margin: 0; }
    .pg-cont--QA .QA-list dd {
      margin-left: 0; }
    .pg-cont--QA .QA-list-question {
      font-size: 1.0625rem;
      line-height: 1.29412;
      font-weight: 600;
      padding: 35px 0;
      letter-spacing: 0.1em;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .pg-cont--QA .QA-list-question {
          align-items: flex-start;
          padding: 0 0 24px; } }
      .pg-cont--QA .QA-list-question .question-label {
        display: block;
        font-size: 2.125rem;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0;
        margin-right: 20px;
        text-align: right;
        width: 60px; }
        @media screen and (max-width: 767px) {
          .pg-cont--QA .QA-list-question .question-label {
            font-size: 1.375rem;
            line-height: 1;
            margin-right: 0;
            text-align: left;
            width: 50px; } }
      .pg-cont--QA .QA-list-question .question-text {
        padding-top: 4px;
        -webkit-flex: 1;
        flex: 1; }
        @media screen and (max-width: 767px) {
          .pg-cont--QA .QA-list-question .question-text {
            font-size: 0.9375rem;
            line-height: 1.66667;
            padding-top: 0; } }
    .pg-cont--QA .QA-list-answer {
      line-height: 2.14286;
      letter-spacing: 0.05em;
      padding: 18px 0;
      display: flex; }
      @media screen and (max-width: 767px) {
        .pg-cont--QA .QA-list-answer {
          margin-bottom: 30px;
          padding: 0; } }
      .pg-cont--QA .QA-list-answer .answer-label {
        display: block;
        font-size: 2.125rem;
        line-height: 0.64706;
        letter-spacing: 0;
        margin-right: 20px;
        text-align: right;
        width: 60px; }
        @media screen and (max-width: 767px) {
          .pg-cont--QA .QA-list-answer .answer-label {
            font-size: 1.375rem;
            margin-right: 0;
            text-align: left;
            width: 50px; } }
      .pg-cont--QA .QA-list-answer .answer-text {
        line-height: 2.14286;
        letter-spacing: 0.05em;
        margin-top: -8px;
        max-width: 900px;
        -webkit-flex: 1;
        flex: 1; }
        @media screen and (max-width: 767px) {
          .pg-cont--QA .QA-list-answer .answer-text {
            font-size: 0.8125rem;
            line-height: 1.92308; } }
        .pg-cont--QA .QA-list-answer .answer-text p {
          margin: 0; }
      .pg-cont--QA .QA-list-answer ul {
        margin: 30px 0 0;
        padding-left: 0;
        list-style-type: none; }
      .pg-cont--QA .QA-list-answer .answer-blank {
        transition-property: all;
        transition-duration: 500ms;
        transition-delay: 0s;
        transition-timing-function: ease-in-out; }
        .pg-cont--QA .QA-list-answer .answer-blank:hover {
          opacity: 0.6; }
        @media screen and (max-width: 767px) {
          .pg-cont--QA .QA-list-answer .answer-blank {
            display: block; } }
.pg-cont--contact {
  line-height: 2.14286;
  letter-spacing: 0.05em;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .pg-cont--contact {
      font-size: 0.8125rem;
      line-height: 1.92308;
      margin-bottom: 30px; } }
  .pg-cont--contact .pg-cont-title {
    margin-bottom: 40px; }
  .pg-cont--contact p {
    margin: 0 0 30px; }
  @media screen and (max-width: 767px) {
    .pg-cont--contact .contact-telMail {
      margin-top: 60px; } }
  .pg-cont--contact .contact-telMail p,
  .pg-cont--contact .contact-telMail address,
  .pg-cont--contact .contact-telMail address a {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.13em;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .pg-cont--contact .contact-telMail p,
      .pg-cont--contact .contact-telMail address,
      .pg-cont--contact .contact-telMail address a {
        font-size: 1rem;
        line-height: 1.875; } }
  .pg-cont--contact .contact-telMail a {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
    .pg-cont--contact .contact-telMail a:hover {
      opacity: 0.6; }

body.page .md-breadcrumb.bottom {
  padding: 60px 0 30px; }
body.page .md-hero-inner {
  padding-bottom: 118px; }
  @media screen and (max-width: 767px) {
    body.page .md-hero-inner {
      padding-bottom: 40px; } }

.sb-recentWorks-link {
  display: flex;
  align-items: flex-start; }
  .sb-recentWorks-link:hover .sb-recentWorks-img {
    background-color: #000; }
    .sb-recentWorks-link:hover .sb-recentWorks-img img {
      opacity: 0.6; }
  .sb-recentWorks-link:hover .sb-recentWorks-cont {
    opacity: 0.6; }
.sb-recentWorks-img {
  position: relative;
  width: 88px;
  height: 88px;
  margin-right: 10px;
  overflow: hidden;
  background-color: #EDEEEE;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .sb-recentWorks-img img {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
  .sb-recentWorks-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: auto; }
.sb-recentWorks-cont {
  -webkit-flex: 1;
  flex: 1; }
.sb-recentWorks-cat {
  font-size: 0.6875rem;
  line-height: 1.81818;
  margin: 0 0 6px; }
.sb-recentWorks-title {
  font-size: 0.75rem;
  line-height: 1.83333;
  margin: 0; }
.sb-information-cat {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin-right: 10px;
  padding: 0 12px;
  text-align: center; }
  .sb-information-cat.news {
    background-color: #919189; }
  .sb-information-cat.media {
    background-color: #404040; }
.sb-information-link {
  display: block;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .sb-information-link:hover {
    opacity: 0.6; }
.sb-information-title {
  font-size: 0.75rem;
  line-height: 1.83333;
  font-weight: 300;
  margin: 0 0 10px; }
.sb-column-link {
  display: flex;
  align-items: flex-start; }
  .sb-column-link:hover .sb-column-img {
    background-color: #000; }
    .sb-column-link:hover .sb-column-img img {
      opacity: 0.6; }
  .sb-column-link:hover .sb-column-cont {
    opacity: 0.6; }
.sb-column-img {
  position: relative;
  width: 88px;
  height: 88px;
  margin-right: 10px;
  overflow: hidden;
  background-color: #EDEEEE;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .sb-column-img img {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
  .sb-column-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: auto; }
.sb-column-cont {
  width: 186px;
  height: 88px;
  position: relative; }
  .sb-column-cont-title {
    font-size: 0.75rem;
    font-weight: 300;
    margin: 0; }
  .sb-column-cont-date {
    position: absolute;
    bottom: 0;
    font-size: 0.8125rem;
    margin: 0; }
.sb-interview-link {
  display: flex;
  align-items: flex-start; }
  .sb-interview-link:hover .sb-interview-img {
    background-color: #000; }
    .sb-interview-link:hover .sb-interview-img img {
      opacity: 0.6; }
  .sb-interview-link:hover .sb-interview-cont {
    opacity: 0.6; }
.sb-interview-img {
  position: relative;
  width: 88px;
  height: 88px;
  margin-right: 10px;
  overflow: hidden;
  background-color: #EDEEEE;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out; }
  .sb-interview-img img {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out; }
  .sb-interview-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: auto; }
.sb-interview-cont {
  font-size: 0.75rem;
  line-height: 1.83333;
  width: 186px; }
  .sb-interview-cont-title {
    margin: 0; }
  .sb-interview-cont-excerpt {
    margin: 0; }

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