@charset "UTF-8";
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

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

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

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/* Base */
.f-alp {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: .02em; }

.f-alp2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: .08em; }

.f-italic {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
  font-style: italic; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

html, body {
  width: 100%;
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 15px;
  font-size: 1.5rem; }

body, div, p, ul, ol, li, table, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, address {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #222; }

h1, h2, h3, h4, h5 {
  letter-spacing: .03em; }

p {
  line-height: 1.74;
  margin-bottom: 20px; }

address {
  font-style: normal; }

table {
  border-collapse: collapse; }

li {
  list-style-position: inside; }

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

a {
  text-decoration: none;
  color: inherit; }

a:hover, a:active {
  color: inherit; }

hr {
  margin: 24px 0; }

.fix-img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.text-center {
  text-align: center; }

.icon-left {
  margin-right: 4px; }

.icon-right {
  margin-left: 4px; }

*:focus {
  outline: none; }

.slick-slider {
  margin: 0 !important; }

.mn {
  margin: 0; }

.img-bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.wp-pagenavi {
  padding: 20px 40px;
  text-align: center;
  position: relative;
  vertical-align: bottom;
  margin: 0 auto; }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 0 14px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #ea5d67;
    color: #ea5d67; }
  .wp-pagenavi span.current {
    color: #fff;
    display: inline-block;
    background: #ea5d67;
    border-color: #ea5d67; }
  .wp-pagenavi .pages {
    border: none;
    color: #888; }
  .wp-pagenavi .last {
    display: inline-block;
    margin-top: 10px; }
  .wp-pagenavi .nextpostslink {
    width: 286px;
    height: 56px;
    display: none;
    max-width: 80%;
    line-height: 56px;
    margin: 12px auto 0; }

.breadcrumbs a:hover {
  text-decoration: underline; }

#notFound .cover-wrapper {
  width: 100%;
  height: 100vh; }
#notFound .page-cover {
  background-image: url(../img/design/404_cover.jpg);
  height: 100%; }
  #notFound .page-cover .button {
    margin-top: 60px; }

.page-cover {
  background-image: url("../img/cover/about.jpg"); }
  .page-cover.about {
    background-image: url("../img/cover/about.jpg"); }
  .page-cover.consultation {
    background-image: url("../img/cover/consultation.jpg"); }
  .page-cover.access {
    background-image: url("../img/cover/access.jpg"); }
  .page-cover.voice {
    background-image: url("../img/cover/voice.jpg"); }
  .page-cover.case {
    background-image: url("../img/cover/case.jpg"); }
  .page-cover.accident {
    background-image: url("../img/cover/accident.jpg"); }

/*フェードインアニメーション*/
.animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.delay {
    animation-delay: .3s; }
  .animated.delay2 {
    animation-delay: .6s; }
  .animated.delay3 {
    animation-delay: 1s; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* Responsive */
@media only screen and (max-width: 767px) {
  /*Common*/
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: bold; }

  h1 {
    font-size: 28px;
    font-size: 2.8rem; }

  h2 {
    font-size: 24px;
    font-size: 2.4rem; }

  h3 {
    font-size: 22px;
    font-size: 2.2rem; }

  h4, h5, h6 {
    font-size: 18px;
    font-size: 1.8rem; }

  body {
    font-size: 14px;
    font-size: 1.4rem; }

  body, div, p, ul, ol, li, table, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, address {
    font-size: 14px;
    font-size: 1.4rem; }

  .lead {
    line-height: 1.92; }

  .bg-white {
    background: #fff; }

  .content-inner {
    padding: 0 3%; }

  .narrow-content-inner {
    padding: 0 3%; }

  .pc-only {
    display: none !important; }

  .section-inner {
    padding: 50px 0; }

  .full-wrapper {
    width: 100%; }

  a.article-wrap {
    display: block; }
  a.button {
    display: block;
    width: 280px;
    max-width: 84%;
    height: 58px;
    color: #fff;
    background: #ea5d67;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem; }
    a.button span {
      display: block;
      width: 40px;
      height: 8px;
      border-bottom: 1px solid #fff;
      position: absolute;
      top: 22px;
      right: 8px; }
      a.button span::after {
        display: block;
        content: '';
        width: 1px;
        height: 8px;
        background: #fff;
        position: absolute;
        top: 1px;
        right: 2px;
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg); }
  a.button-ghost {
    display: block;
    width: 280px;
    max-width: 84%;
    height: 58px;
    color: #ea5d67;
    border: 1px solid #ea5d67;
    background: transparent;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem; }
    a.button-ghost span {
      display: block;
      width: 40px;
      height: 8px;
      border-bottom: 1px solid #ea5d67;
      position: absolute;
      top: 22px;
      right: 8px; }
      a.button-ghost span::after {
        display: block;
        content: '';
        width: 1px;
        height: 8px;
        background: #ea5d67;
        position: absolute;
        top: 1px;
        right: 2px;
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg); }
  a.text-link {
    color: #ea5d67; }

  header {
    width: 100%;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #fff; }
    header .h-inner {
      padding: 0 3%; }
      header .h-inner #logo {
        display: block;
        float: left;
        width: 280px;
        margin-top: 14px; }
        header .h-inner #logo img {
          width: 100%;
          height: auto;
          vertical-align: top; }
    header.scroll {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); }

  .sp-header-nav {
    width: 100%;
    height: 100vh;
    padding: 20px 3%;
    background: #fff;
    position: fixed;
    top: 72px;
    left: 0;
    display: none;
    z-index: 999;
    border-top: 1px solid #53beb6; }
    .sp-header-nav nav {
      margin-bottom: 30px; }
      .sp-header-nav nav ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      .sp-header-nav nav li {
        padding: 10px 12px;
        color: #222;
        width: 49%;
        text-align: center;
        color: #ea5d67;
        font-size: 15px;
        font-size: 1.5rem;
        border-bottom: 1px solid;
        position: relative;
        font-weight: bold; }
        .sp-header-nav nav li span {
          display: block;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1;
          font-weight: normal; }
        .sp-header-nav nav li::before {
          display: block;
          position: absolute;
          font-family: "FontAwesome";
          -webkit-font-smoothing: antialiased;
          text-rendering: auto;
          top: 50%;
          margin-top: -.5em;
          left: 10px;
          font-size: 17px;
          font-size: 1.7rem;
          content: '\f105';
          line-height: 1; }
    .sp-header-nav .sp-h-info {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sp-header-nav .sp-h-info .sp-h-ov {
        width: 49%; }
        .sp-header-nav .sp-h-info .sp-h-ov .sp-h-image {
          width: 100%;
          margin-bottom: 8px; }
        .sp-header-nav .sp-h-info .sp-h-ov h2 {
          font-size: 15px;
          font-size: 1.5rem;
          margin-bottom: 4px; }
        .sp-header-nav .sp-h-info .sp-h-ov p {
          font-size: 12px;
          font-size: 1.2rem;
          margin: 0;
          line-height: 1.5; }
      .sp-header-nav .sp-h-info .h-contact {
        width: 49%; }
        .sp-header-nav .sp-h-info .h-contact h3 {
          font-size: 15px;
          font-size: 1.5rem;
          color: #ea5d67;
          margin-bottom: 8px; }
        .sp-header-nav .sp-h-info .h-contact .h-c-tel a {
          display: block;
          width: 100%;
          padding: 8px 0;
          background: #ea5d67;
          color: #fff;
          margin-bottom: 8px;
          text-align: center; }
          .sp-header-nav .sp-h-info .h-contact .h-c-tel a address {
            font-size: 18px;
            font-size: 1.8rem;
            color: #fff;
            display: block;
            line-height: 1;
            margin-bottom: 5px; }
          .sp-header-nav .sp-h-info .h-contact .h-c-tel a span {
            font-size: 12px;
            font-size: 1.2rem;
            display: block;
            line-height: 1; }
        .sp-header-nav .sp-h-info .h-contact .h-c-mail {
          display: block;
          width: 100%;
          height: 50px;
          line-height: 50px;
          text-align: center;
          color: #ea5d67;
          border: 1px solid #ea5d67;
          font-size: 13px;
          font-size: 1.3rem;
          position: relative;
          padding-left: 34px; }
          .sp-header-nav .sp-h-info .h-contact .h-c-mail img {
            width: 20px;
            height: auto;
            position: absolute;
            top: 50%;
            margin-top: -6px;
            left: 12px; }

  /* hamburger menu */
  .nav-btn, .nav-btn span {
    display: inline-block;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .nav-btn {
    position: absolute;
    width: 36px;
    height: 22px;
    top: 25px;
    right: 3%;
    z-index: 101; }
    .nav-btn span {
      position: absolute;
      left: 7%;
      width: 86%;
      height: 2px;
      background-color: #ea5d67;
      border-radius: 4px;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .nav-btn span:nth-of-type(1) {
        top: 0; }
      .nav-btn span:nth-of-type(2) {
        top: 10px; }
      .nav-btn span:nth-of-type(3) {
        bottom: 0; }
    .nav-btn.active span {
      background: #53beb6; }
      .nav-btn.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
        -webkit-transition-property: all;
        transition-property: all; }
      .nav-btn.active span:nth-of-type(2) {
        opacity: 0; }
      .nav-btn.active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
        -webkit-transition-property: all;
        transition-property: all; }

  #wrapper {
    padding-top: 72px;
    background: #eaedf4; }

  .mv-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 0 0 12px 24px;
    background: #fff; }
    .mv-wrapper h2 {
      position: absolute;
      top: 20px;
      left: -8px;
      font-size: 22px;
      font-size: 2.2rem;
      background: #ea5d67;
      color: #fff;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      z-index: 3;
      padding: 20px 8px 30px;
      letter-spacing: .2em; }
      .mv-wrapper h2:before {
        display: block;
        content: '';
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 20px;
        z-index: 3;
        -webkit-animation: sdb2 2s infinite;
        animation: sdb2 2s infinite; }
      .mv-wrapper h2 .arrow-scroll {
        position: absolute;
        font-size: 12px;
        font-size: 1.2rem;
        bottom: -60px;
        left: 0;
        letter-spacing: .1em;
        color: #ea5d67;
        -webkit-animation: sdb 2s infinite;
        animation: sdb 2s infinite; }
        .mv-wrapper h2 .arrow-scroll::before {
          display: block;
          content: '';
          width: 1px;
          height: 80px;
          background: #ea5d67;
          position: absolute;
          bottom: 0;
          left: 20px; }
        .mv-wrapper h2 .arrow-scroll::after {
          display: block;
          content: '';
          width: 1px;
          height: 12px;
          background: #ea5d67;
          position: absolute;
          bottom: -1px;
          left: 24px;
          -webkit-transform: rotate(40deg);
          transform: rotate(40deg); }
    .mv-wrapper .mv-copy {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding: 24px 36px 0;
      position: absolute;
      bottom: 24px;
      right: 72px;
      z-index: 3;
      background: #fff; }
      .mv-wrapper .mv-copy p {
        margin: 0;
        color: #ea5d67;
        font-size: 13px;
        font-size: 1.3rem; }

  .mv-slides {
    position: relative;
    width: 100%;
    height: 100%; }
    .mv-slides .mv-item .mv-image {
      width: 100%;
      height: 376px;
      background-size: cover;
      background-position: center center;
      backface-visibility: hidden; }

  @-webkit-keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes sdb2 {
    0% {
      transform: scaleY(1) translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: scaleY(0) translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb2 {
    0% {
      transform: scaleY(1) translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: scaleY(0) translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  .headline-alp {
    letter-spacing: .08em;
    font-weight: 600 !important; }

  .home-about {
    position: relative; }
    .home-about::before {
      display: block;
      content: '';
      position: absolute;
      top: 134px;
      left: 0;
      background: #fff;
      width: 100%;
      height: calc(100% - 214px); }
    .home-about .home-about-image {
      width: 88%;
      padding-top: 64%;
      position: relative;
      background: url("../img/design/about.jpg") no-repeat center center/cover; }
    .home-about h2 {
      font-size: 24px;
      font-size: 2.4rem;
      position: relative;
      margin-bottom: 50px; }
      .home-about h2::before {
        display: block;
        content: '';
        position: absolute;
        bottom: -23px;
        left: 0;
        width: 80px;
        height: 2px;
        background: #ea5d67; }
    .home-about .home-about-lead {
      position: relative;
      z-index: 2;
      padding-top: 30px;
      margin-bottom: 40px; }

  #concept h2 {
    color: #ea5d67;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px; }
    #concept h2 span.en {
      font-size: 48px;
      font-size: 4.8rem;
      display: block; }
    #concept h2 small.jp {
      font-size: 15px;
      font-size: 1.5rem;
      position: relative; }
      #concept h2 small.jp::before, #concept h2 small.jp::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        width: 8px;
        height: 2px;
        background: #ea5d67; }
      #concept h2 small.jp::before {
        left: -14px; }
      #concept h2 small.jp::after {
        right: -14px; }
  #concept .concept-container .concept-block {
    width: 100%;
    background: #fff;
    position: relative; }
    #concept .concept-container .concept-block:first-child {
      margin-bottom: 3%; }
    #concept .concept-container .concept-block .number {
      width: 64px;
      height: 74px;
      border: 1px solid #ea5d67;
      background: #fff;
      text-align: center;
      position: absolute;
      top: 10px;
      left: 10px;
      line-height: 1; }
      #concept .concept-container .concept-block .number span {
        font-size: 13px;
        font-size: 1.3rem;
        color: #ea5d67;
        display: block;
        line-height: 26px;
        position: relative; }
        #concept .concept-container .concept-block .number span::after {
          display: block;
          content: '';
          width: 38px;
          height: 1px;
          border-bottom: 1px solid #ea5d67;
          position: absolute;
          bottom: 0;
          left: 12px; }
      #concept .concept-container .concept-block .number em {
        font-size: 40px;
        font-size: 4rem;
        color: #ea5d67; }
    #concept .concept-container .concept-block .concept-image {
      vertical-align: bottom; }
    #concept .concept-container .concept-block .concept-detail {
      padding: 3%; }
      #concept .concept-container .concept-block .concept-detail h3 {
        color: #ea5d67;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px; }
      #concept .concept-container .concept-block .concept-detail p {
        font-size: 14px;
        font-size: 1.4rem; }

  .c-head-line {
    text-align: center;
    line-height: 1;
    margin-bottom: 40px; }
    .c-head-line span {
      font-size: 28px;
      font-size: 2.8rem;
      display: block; }
    .c-head-line small {
      font-size: 13px;
      font-size: 1.3rem;
      color: #ea5d67;
      font-weight: normal; }

  #mtMenu {
    background: #fff;
    margin: 0; }
    #mtMenu .menu-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #mtMenu .menu-container .menu-block {
        width: 48%;
        margin-bottom: 20px; }
      #mtMenu .menu-container .menu-block a {
        color: #ea5d67;
        display: block; }
      #mtMenu .menu-container .menu-image {
        vertical-align: bottom; }
      #mtMenu .menu-container.m2col h3 {
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
        padding: 8px 0;
        color: #ea5d67; }
      #mtMenu .menu-container.m2col p {
        font-size: 12px;
        font-size: 1.2rem; }
      #mtMenu .menu-container.m3col {
        margin-bottom: 20px; }
        #mtMenu .menu-container.m3col h3 {
          font-size: 15px;
          font-size: 1.5rem;
          text-align: center;
          padding: 8px 0; }
        #mtMenu .menu-container.m3col p {
          font-size: 12px;
          font-size: 1.2rem; }

  .home-case .home-case-headline {
    width: 100%;
    height: 220px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/design/case_header.jpg) center center/cover; }
    .home-case .home-case-headline .c-head-line {
      margin: auto; }
      .home-case .home-case-headline .c-head-line * {
        color: #fff; }
  .home-case .home-case-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-case .home-case-container .home-case-item {
      width: 33.3333%;
      padding-top: 21%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      .home-case .home-case-container .home-case-item a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5); }
      .home-case .home-case-container .home-case-item h3 {
        padding: 0 8px;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .home-case .home-case-container .home-case-item h3 span {
          color: #fff;
          font-size: 14px;
          font-size: 1.4rem;
          margin: auto; }

  .home-voice {
    background: #fff; }
    .home-voice .home-voice-container {
      margin-bottom: 40px !important; }
      .home-voice .home-voice-container .home-voice-item {
        margin: 0 10px;
        border: 1px solid #ea5d67;
        background: #fff;
        position: relative; }
        .home-voice .home-voice-container .home-voice-item a {
          display: block;
          width: 100%;
          height: 100%; }
        .home-voice .home-voice-container .home-voice-item .voice-sheet {
          width: 110px;
          position: relative;
          margin: -40px 0 20px 0;
          left: 10px;
          float: left;
          clear: both; }
        .home-voice .home-voice-container .home-voice-item .voice-comment {
          padding: 10px 10px 30px 140px; }
          .home-voice .home-voice-container .home-voice-item .voice-comment h3 {
            font-size: 14px;
            font-size: 1.4rem; }
          .home-voice .home-voice-container .home-voice-item .voice-comment span {
            font-size: 12px;
            font-size: 1.2rem;
            color: #ea5d67;
            position: absolute;
            bottom: 10px;
            right: 10px; }
        .home-voice .home-voice-container .home-voice-item .voice-star {
          background: #ea5d67;
          height: 50px;
          line-height: 50px;
          padding-left: 140px; }
          .home-voice .home-voice-container .home-voice-item .voice-star i, .home-voice .home-voice-container .home-voice-item .voice-star span {
            color: #fff; }
          .home-voice .home-voice-container .home-voice-item .voice-star i {
            margin-right: -2px; }
          .home-voice .home-voice-container .home-voice-item .voice-star span {
            font-size: 15px;
            font-size: 1.5rem;
            margin-left: 8px; }

  .home-staff {
    width: 100%;
    position: relative; }
    .home-staff .home-staff-cover {
      width: auto;
      height: 64vw;
      position: relative;
      background: url("../img/design/staff_all.jpg") no-repeat center center/cover; }
      .home-staff .home-staff-cover .button {
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -140px; }
    .home-staff .home-staff-headline {
      border: 1px solid #fff;
      text-align: center;
      position: absolute;
      top: -20px;
      left: 3%;
      padding: 3vw 5vw;
      background: #292842; }
      .home-staff .home-staff-headline .c-head-line {
        margin: 0; }
        .home-staff .home-staff-headline .c-head-line span {
          font-size: 5.6vw !important; }
        .home-staff .home-staff-headline .c-head-line small {
          font-size: 2vw !important; }
      .home-staff .home-staff-headline * {
        color: #fff; }
      .home-staff .home-staff-headline::before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: -30px;
        width: 50px;
        height: 1px;
        background: #fff; }

  #news {
    background: #fff; }
    #news .news-list {
      margin-bottom: 40px; }
      #news .news-list li:nth-child(odd) {
        background: rgba(234, 93, 103, 0.08); }
      #news .news-list li time {
        float: left;
        clear: left;
        width: 94px;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: .035em; }
      #news .news-list li h3 {
        padding-left: 94px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal; }
      #news .news-list li a {
        display: block;
        padding: 18px; }

  .banner-area .banner-container a {
    display: block;
    width: 100%; }
    .banner-area .banner-container a:first-child {
      margin-bottom: 3%; }

  footer {
    width: 100%; }
    footer .f-logo {
      width: 300px;
      display: block;
      margin-bottom: 16px; }
    footer .f-info {
      background: #fff; }
      footer .f-info .info-map {
        width: 100%;
        padding-top: 48%;
        position: relative; }
        footer .f-info .info-map iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      footer .f-info .info-overview {
        padding: 6%; }
        footer .f-info .info-overview p {
          margin-bottom: 16px; }
        footer .f-info .info-overview .reserve-attention {
          color: #ea5d67;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold;
          letter-spacing: .01em;
          margin-bottom: 26px;
          position: relative;
          display: inline-block;
          line-height: 1; }
          footer .f-info .info-overview .reserve-attention::after {
            display: block;
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: calc(100% - 8px);
            height: 3px;
            border: 1px solid #ea5d67; }
        footer .f-info .info-overview .f-contact {
          margin-bottom: 20px; }
          footer .f-info .info-overview .f-contact .f-c-tel {
            font-size: 5.4vw;
            color: #ea5d67;
            display: block;
            float: left;
            line-height: 40px;
            width: 50%; }
          footer .f-info .info-overview .f-contact .f-c-form {
            display: block;
            width: 50%;
            height: 40px;
            line-height: 40px;
            font-size: 13px;
            font-size: 1.3rem;
            text-align: center;
            float: left;
            color: #ea5d67;
            border: 1px solid #ea5d67; }
            footer .f-info .info-overview .f-contact .f-c-form img {
              width: 20px;
              height: 13px;
              display: inline-block;
              margin-right: 8px;
              line-height: 40px; }
        footer .f-info .info-overview table {
          width: 100%;
          border-top: 2px solid #ea5d67;
          border-bottom: 2px solid #ea5d67; }
          footer .f-info .info-overview table th, footer .f-info .info-overview table td {
            padding: 12px 6px;
            text-align: center;
            font-weight: normal; }
          footer .f-info .info-overview table thead th {
            font-weight: bold; }
          footer .f-info .info-overview table thead tr {
            background: rgba(234, 93, 103, 0.08); }
    footer .f-nav {
      background: #ea5d67;
      text-align: center;
      padding: 40px 0 20px; }
      footer .f-nav * {
        color: #fff; }
      footer .f-nav nav {
        width: 92%;
        margin: 0 auto 18px; }
        footer .f-nav nav ul {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          border-top: 1px solid #fff; }
        footer .f-nav nav li {
          display: block;
          width: 48%;
          padding: 12px 8px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.6);
          position: relative;
          line-height: 1.14;
          font-size: 14px;
          font-size: 1.4rem; }
      footer .f-nav p {
        margin: 0;
        font-size: 12px;
        font-size: 1.2rem; }

  /*Page*/
  .lower-page .page-header {
    padding: 0 3% 3%;
    width: 100%;
    background: #fff; }
    .lower-page .page-header .page-cover {
      padding-top: 50%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      .lower-page .page-header .page-cover::after {
        display: block;
        content: '';
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .lower-page .page-header .page-cover .page-title {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 22%;
        z-index: 3; }
        .lower-page .page-header .page-cover .page-title h1 {
          font-size: 5vw;
          color: #fff;
          text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          letter-spacing: .04em; }
        .lower-page .page-header .page-cover .page-title p {
          position: relative;
          display: inline-block;
          top: calc(-8vw - 20px);
          color: #fff;
          background: #ea5d67;
          font-size: 14px;
          font-size: 1.4rem;
          height: 18px;
          line-height: 18px;
          padding: 0 4px; }
      .lower-page .page-header .page-cover.case .page-title {
        padding-top: 17%; }
      .lower-page .page-header .page-cover.case .case-lead {
        color: #fff;
        position: relative;
        font-size: 12px;
        font-size: 1.2rem; }
        .lower-page .page-header .page-cover.case .case-lead:after {
          display: block;
          content: '';
          position: absolute;
          width: 40px;
          height: 2px;
          background: #fff;
          left: 50%;
          margin-left: -20px;
          top: -12px; }

  #about .about-intro {
    padding: 40px 0; }
    #about .about-intro h2 {
      margin-bottom: 24px; }
      #about .about-intro h2 span {
        display: block; }
      #about .about-intro h2 .en {
        font-size: 24px;
        font-size: 2.4rem;
        color: #ea5d67;
        position: relative;
        margin-bottom: 30px;
        line-height: 1; }
        #about .about-intro h2 .en::after {
          display: block;
          content: '';
          width: 88px;
          height: 1px;
          background: #ea5d67;
          position: absolute;
          bottom: -18px;
          left: 50%;
          margin-left: -44px; }
      #about .about-intro h2 .jp {
        font-size: 26px;
        font-size: 2.6rem; }
    #about .about-intro p {
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem; }
  #about .about-main {
    position: relative;
    padding: 0 5%; }
    #about .about-main::before {
      display: block;
      content: '';
      width: 100%;
      height: calc(100% - 50px);
      background: #fff;
      position: absolute;
      top: 80px;
      left: 0; }
    #about .about-main .main-image {
      width: 100%;
      padding-top: 50%;
      background: gray;
      position: relative;
      margin-bottom: 20px; }
    #about .about-main .main-text {
      position: relative; }
      #about .about-main .main-text h3 {
        font-size: 22px;
        font-size: 2.2rem;
        position: relative;
        margin-bottom: 40px;
        text-align: center; }
        #about .about-main .main-text h3::after {
          display: block;
          content: '';
          width: 80px;
          height: 2px;
          position: absolute;
          bottom: -18px;
          left: 50%;
          margin-left: -40px;
          background: #ea5d67; }
      #about .about-main .main-text .lead-container p {
        width: 100%; }

  #staff .staff-container {
    margin-bottom: 40px; }
  #staff .staff-item {
    background: #fff;
    margin-bottom: 1px;
    padding: 8%; }
    #staff .staff-item:last-child {
      margin: 0; }
    #staff .staff-item .staff-image {
      width: 100%;
      padding-top: 64%;
      margin-bottom: 14px; }
    #staff .staff-item .profile {
      width: 100%; }
      #staff .staff-item .profile dl {
        margin-bottom: 14px; }
      #staff .staff-item .profile dt {
        font-size: 12px;
        font-size: 1.2rem;
        color: #ea5d67;
        line-height: 1.2; }
      #staff .staff-item .profile dd {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: .03em; }
    #staff .staff-item:nth-child(even) .staff-image {
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    #staff .staff-item:nth-child(even) .profile {
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }

  #consultation .consul-intro {
    width: 100%;
    margin: 40px auto; }
    #consultation .consul-intro h2 {
      font-size: 30px;
      font-size: 3rem;
      color: #ea5d67;
      text-align: center;
      margin-bottom: 24px; }
    #consultation .consul-intro p {
      margin: 0; }
  #consultation #flow .flow-item {
    padding-left: 60px;
    position: relative; }
    #consultation #flow .flow-item .flow-num {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #ea5d67;
      text-align: center;
      padding: 9px 0 0 2px;
      position: absolute;
      top: 10px;
      left: 0; }
      #consultation #flow .flow-item .flow-num span {
        color: #fff;
        display: block;
        line-height: 1; }
        #consultation #flow .flow-item .flow-num span.f-alp {
          font-size: 11px;
          font-size: 1.1rem; }
        #consultation #flow .flow-item .flow-num span.f-italic {
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: bold;
          letter-spacing: .1em; }
    #consultation #flow .flow-item .flow-content {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px dotted #9da4b3;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      #consultation #flow .flow-item .flow-content .flow-text {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; }
        #consultation #flow .flow-item .flow-content .flow-text h3 {
          font-size: 20px;
          font-size: 2rem;
          position: relative;
          margin-bottom: 20px; }
          #consultation #flow .flow-item .flow-content .flow-text h3::after {
            display: block;
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            height: 3px;
            width: 54px;
            background: #ea5d67; }
        #consultation #flow .flow-item .flow-content .flow-text h4 {
          font-size: 16px;
          font-size: 1.6rem;
          color: #ea5d67;
          margin-bottom: 12px; }
        #consultation #flow .flow-item .flow-content .flow-text p {
          margin: 0; }
      #consultation #flow .flow-item .flow-content .flow-image {
        width: 68%;
        margin-bottom: 14px;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
    #consultation #flow .flow-item:last-child .flow-content {
      border: 0;
      margin: 0; }
  #consultation #mtMenu {
    margin-bottom: 40px; }
    #consultation #mtMenu .menu-container.m3col {
      margin: 0; }

  #access .access-map {
    width: 100%;
    padding-top: 54%;
    position: relative;
    margin-top: 40px; }
    #access .access-map iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #access .my-address {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: .03em;
    text-align: center;
    font-weight: bold;
    padding: 40px 0 60px; }
  #access .access-info {
    margin-bottom: 40px; }
    #access .access-info .access-means {
      width: 100%;
      position: relative;
      background: #fff;
      padding: 60px 30px 30px; }
      #access .access-info .access-means .access-icon {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #ea5d67;
        line-height: 64px;
        text-align: center;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -32px; }
        #access .access-info .access-means .access-icon i {
          font-size: 24px;
          font-size: 2.4rem;
          color: #fff;
          line-height: 64px; }
      #access .access-info .access-means .means-headline {
        text-align: center;
        margin-bottom: 32px; }
        #access .access-info .access-means .means-headline h2 {
          color: #ea5d67;
          font-size: 22px;
          font-size: 2.2rem;
          position: relative;
          margin-bottom: 24px;
          letter-spacing: .03em; }
          #access .access-info .access-means .means-headline h2::after {
            display: block;
            content: '';
            width: 54px;
            height: 3px;
            background: #ea5d67;
            position: absolute;
            bottom: -12px;
            left: 50%;
            margin-left: -27px; }
        #access .access-info .access-means .means-headline p {
          color: #ea5d67;
          font-size: 16px;
          font-size: 1.6rem;
          margin: 0; }
      #access .access-info .access-means .route {
        margin-bottom: 28px; }
        #access .access-info .access-means .route h3 {
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 1;
          border-left: 5px solid #ea5d67;
          padding-left: 14px;
          margin-bottom: 10px; }
        #access .access-info .access-means .route p {
          margin: 0; }
        #access .access-info .access-means .route:last-child {
          margin: 0; }
      #access .access-info .access-means:first-child {
        margin-bottom: 34px; }
  #access .image-container {
    position: relative;
    margin-bottom: 40px; }
    #access .image-container .image01 {
      width: 50%;
      padding-top: 70%;
      margin-bottom: 1px;
      background: gray; }
    #access .image-container .ic-right {
      width: 100%; }
      #access .image-container .ic-right .image02 {
        width: 100%;
        padding-top: 42%;
        background: gray; }
      #access .image-container .ic-right .ic-r-bottom {
        width: calc(50% - 1px);
        position: absolute;
        top: 0;
        right: 0; }
        #access .image-container .ic-right .ic-r-bottom .image03 {
          width: 100%;
          padding-top: 70%;
          background: gray;
          margin-bottom: 1px; }
        #access .image-container .ic-right .ic-r-bottom .image04 {
          width: 100%;
          padding-top: 70%;
          background: gray; }

  #voice .voice-container {
    padding: 60px 0 40px; }
  #voice .archive-voice-item {
    margin-bottom: 60px;
    margin-top: -82px;
    padding-top: 82px; }
    #voice .archive-voice-item .voice-left {
      position: relative; }
      #voice .archive-voice-item .voice-left dl {
        height: 40px;
        line-height: 40px;
        background: #fff;
        margin-bottom: 10px;
        border: 1px solid #ea5d67;
        width: calc(100% - 120px); }
        #voice .archive-voice-item .voice-left dl dt {
          width: 46px;
          height: 38px;
          background: #ea5d67;
          color: #fff;
          text-align: center;
          float: left;
          clear: both;
          font-size: 13px;
          font-size: 1.3rem; }
        #voice .archive-voice-item .voice-left dl dd {
          padding-left: 50px;
          text-align: center;
          color: #ea5d67; }
          #voice .archive-voice-item .voice-left dl dd span {
            margin-left: 8px; }
      #voice .archive-voice-item .voice-left .voice-img {
        width: 100px;
        position: absolute;
        top: -40px;
        right: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); }
    #voice .archive-voice-item .voice-text {
      padding: 60px 6% 6%;
      background: #fff;
      margin-bottom: 10px; }
    #voice .archive-voice-item .voice-section {
      margin-bottom: 20px; }
      #voice .archive-voice-item .voice-section:last-child {
        margin: 0; }
      #voice .archive-voice-item .voice-section h2 {
        font-size: 14px;
        font-size: 1.4rem;
        color: #ea5d67;
        font-weight: normal;
        margin-bottom: 8px; }
        #voice .archive-voice-item .voice-section h2 span {
          display: inline-block;
          background: #ea5d67;
          color: #fff;
          width: 46px;
          text-align: center;
          margin-right: 8px; }
      #voice .archive-voice-item .voice-section p {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0; }
    #voice .archive-voice-item .comment {
      padding: 6%;
      border: 1px solid #53beb6;
      background: rgba(255, 255, 255, 0.6);
      position: relative; }
      #voice .archive-voice-item .comment h2 {
        font-size: 17px;
        font-size: 1.7rem;
        text-align: center;
        color: #53beb6;
        margin-bottom: 12px; }
      #voice .archive-voice-item .comment p {
        margin: 0; }
      #voice .archive-voice-item .comment::after {
        display: block;
        content: '';
        height: 40px;
        width: 1px;
        background: #53beb6;
        position: absolute;
        top: -24px;
        left: 50%; }

  #case .case-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 40px; }
    #case .case-container .case-item {
      width: 49%;
      background: #fff;
      margin-bottom: 2%; }
      #case .case-container .case-item a {
        display: block;
        width: 100%;
        height: 100%; }
        #case .case-container .case-item a .case-image {
          width: 100%;
          height: 25vw; }
        #case .case-container .case-item a h2 {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 5% 4%;
          margin: 0; }

  .case-after-nav {
    padding: 0 0 40px; }

  .case-after-contact {
    padding-bottom: 40px; }
    .case-after-contact .cac-inner {
      background: #fff; }
    .case-after-contact .cac-image {
      width: 100%;
      height: 40vw;
      background: url("../img/design/contact_bg.jpg") no-repeat center center/cover; }
    .case-after-contact .cac-text {
      width: 100%;
      padding: 4% 3%; }
      .case-after-contact .cac-text h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 10px; }
        .case-after-contact .cac-text h2 small {
          font-size: 14px;
          font-size: 1.4rem;
          color: #ea5d67; }
      .case-after-contact .cac-text address {
        line-height: 1.4;
        margin-bottom: 10px; }
      .case-after-contact .cac-text p {
        font-size: 13px;
        font-size: 1.3rem; }
      .case-after-contact .cac-text .cac-tel {
        font-size: 20px;
        font-size: 2rem;
        color: #ea5d67;
        line-height: 40px;
        float: left;
        margin-right: 0;
        margin-bottom: 0;
        width: 50%;
        text-align: center; }
      .case-after-contact .cac-text .cac-form {
        display: block;
        width: 240px;
        height: 40px;
        line-height: 40px;
        background: #ea5d67;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-size: 1.3rem;
        float: left;
        width: 50%; }

  .other-entry {
    padding: 0 0 20px; }
    .other-entry h2 {
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      margin-bottom: 20px; }
      .other-entry h2 span {
        border-bottom: 3px solid; }
    .other-entry .case-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .other-entry .case-container .case-item {
        width: 49%;
        background: #fff;
        margin-bottom: 2%; }
        .other-entry .case-container .case-item a {
          display: block;
          width: 100%;
          height: 100%; }
          .other-entry .case-container .case-item a .case-image {
            width: 100%;
            height: 25vw; }
          .other-entry .case-container .case-item a h2 {
            font-size: 15px;
            font-size: 1.5rem;
            padding: 5% 4%;
            margin: 0;
            text-align: left; }

  #accident .page-header.accident-header .page-cover {
    padding: 0;
    height: 60vw;
    min-height: 320px; }
    #accident .page-header.accident-header .page-cover::after {
      display: none; }
  #accident .page-header.accident-header .accident-h-box {
    background: rgba(83, 190, 182, 0.85);
    padding: 12px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0; }
    #accident .page-header.accident-header .accident-h-box h1 {
      color: #fff;
      font-size: 22px;
      font-size: 2.2rem;
      letter-spacing: .05em;
      line-height: 1.2;
      margin-bottom: 14px;
      text-align: center; }
      #accident .page-header.accident-header .accident-h-box h1 small {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0;
        color: #ffef10;
        display: inline-block;
        margin-bottom: 4px; }
    #accident .page-header.accident-header .accident-h-box .strength {
      background: #fff;
      height: 44px;
      padding: 0 8px;
      border-top: 4px solid #ffef10;
      margin-bottom: 8px; }
      #accident .page-header.accident-header .accident-h-box .strength:last-child {
        margin: 0; }
      #accident .page-header.accident-header .accident-h-box .strength p {
        margin: 0;
        font-size: 12px;
        font-size: 1.2rem;
        vertical-align: baseline;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        white-space: nowrap; }
        #accident .page-header.accident-header .accident-h-box .strength p strong {
          color: #ea5d67;
          font-size: 16px;
          font-size: 1.6rem;
          margin-left: 2px; }
  #accident .section-headline {
    background: #ea5d67;
    padding: 24px 3%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    color: #fff; }
    #accident .section-headline span {
      font-size: 22px;
      font-size: 2.2rem;
      display: inline-block;
      margin-top: 8px; }
  #accident #acConfidence .conf01 {
    background: #fdeef0; }
  #accident #acConfidence .conf02 {
    background: #fff; }
  #accident #acConfidence .conf-text {
    width: 100%;
    padding: 10% 0 4%; }
    #accident #acConfidence .conf-text h3 {
      margin-bottom: 24px;
      text-align: center; }
      #accident #acConfidence .conf-text h3 span {
        display: inline-block;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: normal;
        color: #fff;
        background: #ea5d67;
        padding: 0 8px;
        margin-right: 6px;
        line-height: 23px; }
      #accident #acConfidence .conf-text h3 small {
        line-height: 23px;
        color: #ea5d67;
        font-size: 15px;
        font-size: 1.5rem; }
      #accident #acConfidence .conf-text h3 strong {
        font-size: 25px;
        font-size: 2.5rem;
        position: relative;
        z-index: 2; }
        #accident #acConfidence .conf-text h3 strong::after {
          display: block;
          content: '';
          width: 100%;
          height: 10px;
          background: #ffef10;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: -1; }
  #accident #acConfidence .conf-image {
    width: 100%; }
    #accident #acConfidence .conf-image.img-bg.cfi01 {
      height: 300px;
      background-size: contain !important;
      background-position: center bottom !important; }
    #accident #acConfidence .conf-image.img-bg.cfi02 {
      height: 260px;
      background-size: contain !important;
      background-position: center center !important;
      margin-bottom: 6%; }
    #accident #acConfidence .conf-image img {
      vertical-align: bottom !important; }
  #accident #acFlow .af-headline {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 8%; }
    #accident #acFlow .af-headline small {
      background: #53beb6;
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 2px 6px;
      display: inline-block; }
  #accident #acFlow .movie-container {
    width: 100%; }
  #accident #acReason .reason-block {
    width: 100%;
    background: #fff;
    margin-bottom: 34px; }
    #accident #acReason .reason-block:last-child {
      margin-bottom: 0; }
    #accident #acReason .reason-block .reason-image {
      width: 70%;
      margin: -20px auto 0; }
    #accident #acReason .reason-block .reason-detail {
      padding: 3% 5%; }
      #accident #acReason .reason-block .reason-detail h3 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        color: #ea5d67;
        margin-bottom: 8px;
        line-height: 1.4; }
      #accident #acReason .reason-block .reason-detail p {
        font-size: 13px;
        font-size: 1.3rem; }
    #accident #acReason .reason-block.delay, #accident #acReason .reason-block.delay2 {
      animation-delay: 0s; }
  #accident #acCase {
    width: 100%;
    overflow: hidden; }
    #accident #acCase .ac-case-item {
      width: 100%;
      background: #fff;
      margin-bottom: 1px; }
      #accident #acCase .ac-case-item .ac-case-inner {
        padding: 5%; }
      #accident #acCase .ac-case-item h3 {
        font-size: 18px;
        font-size: 1.8rem;
        color: #ea5d67;
        height: 74px;
        line-height: 68px;
        position: relative;
        padding-left: 90px;
        margin-bottom: 12px; }
        #accident #acCase .ac-case-item h3::after {
          display: block;
          content: '';
          width: 36px;
          height: 3px;
          background: #ea5d67;
          position: absolute;
          bottom: 18px;
          left: 90px; }
        #accident #acCase .ac-case-item h3 img {
          position: absolute;
          top: 0;
          left: 0;
          width: 70px;
          height: 70px; }
    #accident #acCase .case-notes {
      font-size: 12px;
      font-size: 1.2rem;
      color: #666;
      padding: 8px 0; }
  #accident #acMessage {
    margin-bottom: 60px;
    width: 100%;
    overflow: hidden; }
    #accident #acMessage .message-image {
      width: 70%;
      height: 70vw;
      background: url("../img/design/accident_message.jpg") no-repeat center center/cover;
      margin-bottom: 10px; }
    #accident #acMessage .message-text {
      width: 100%; }
      #accident #acMessage .message-text h2 {
        font-size: 20px;
        font-size: 2rem;
        color: #ea5d67;
        margin-bottom: 14px; }
      #accident #acMessage .message-text p {
        font-size: 14px;
        font-size: 1.4rem; }
  #accident .accident-contact-line {
    background: #fff;
    margin-bottom: 10%; }
    #accident .accident-contact-line .ac-image {
      width: 100%;
      height: 50vw;
      background: url("../img/design/contact_bg.jpg") no-repeat center center/cover; }
    #accident .accident-contact-line .ac-text {
      width: 100%;
      padding: 5% 3%; }
      #accident .accident-contact-line .ac-text .ac-t-head {
        font-size: 15px;
        font-size: 1.5rem;
        color: #53beb6;
        margin-bottom: 10px; }
      #accident .accident-contact-line .ac-text h3 {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px; }
      #accident .accident-contact-line .ac-text address {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0; }
      #accident .accident-contact-line .ac-text .ov-info {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px; }
      #accident .accident-contact-line .ac-text .ac-contact .ac-tel {
        font-size: 5.4vw;
        display: block;
        width: 50%;
        float: left;
        vertical-align: middle;
        color: #ea5d67;
        line-height: 40px; }
      #accident .accident-contact-line .ac-text .ac-contact .ac-form {
        display: block;
        background: #ea5d67;
        width: 50%;
        float: right;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center; }
        #accident .accident-contact-line .ac-text .ac-contact .ac-form img {
          width: 20px;
          height: 13px;
          line-height: 40px;
          margin-right: 8px;
          display: inline-block; }
  #accident .accident-after-nav {
    padding-bottom: 40px; }

  .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .mw_wp_form_complete {
    text-align: center;
    padding-bottom: 60px; }
    .mw_wp_form_complete h2 {
      font-size: 32px;
      font-size: 3.2rem;
      margin-bottom: 60px; }
    .mw_wp_form_complete h3 {
      font-size: 17px;
      font-size: 1.7rem;
      margin-bottom: 12px; }
    .mw_wp_form_complete p {
      font-size: 17px;
      font-size: 1.7rem;
      margin-bottom: 80px; }

  #singleEntry .entry-inner {
    padding: 10% 0; }
  #singleEntry .entry-header {
    margin-bottom: 38px; }
    #singleEntry .entry-header h1 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 4px;
      letter-spacing: 0; }
    #singleEntry .entry-header.case {
      margin-bottom: 20px; }
      #singleEntry .entry-header.case .case-meta a {
        display: inline-block;
        line-height: 1.4;
        background: #53beb6;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 6px;
        padding: 2px 6px; }
      #singleEntry .entry-header.case h1 {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 0; }
  #singleEntry .entry-image {
    width: 100%;
    padding-top: 50%;
    margin-bottom: 32px; }
  #singleEntry .post-categories {
    display: inline-block; }
    #singleEntry .post-categories a {
      background: rgba(255, 255, 255, 0.5);
      color: #ea5d67;
      padding: 2px 6px;
      border: 1px solid;
      font-size: 14px;
      font-size: 1.4rem; }
  #singleEntry .introduction {
    font-weight: bold;
    margin-bottom: 32px; }
  #singleEntry .index-box {
    background: #fff;
    border: 1px solid #ea5d67;
    padding: 3% 6%;
    margin-bottom: 50px; }
    #singleEntry .index-box p {
      color: #ea5d67;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 12px;
      font-weight: bold; }
      #singleEntry .index-box p span {
        border-bottom: 4px solid #ea5d67; }
    #singleEntry .index-box li {
      list-style: decimal inside;
      margin-bottom: 6px;
      font-size: 14px;
      font-size: 1.4rem; }
  #singleEntry .entry-main-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 6px 16px;
    border-left: 6px solid #ea5d67;
    margin: 8% 0 6%; }
  #singleEntry .entry-main-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 10px;
    position: relative;
    margin: 5% 0;
    border-top: 1px solid;
    border-bottom: 1px solid; }
  #singleEntry .entry-main-content p {
    font-size: 15px;
    font-size: 1.5rem; }
  #singleEntry .entry-main-content a {
    color: #ea5d67; }
  #singleEntry .entry-main-content img {
    max-width: 100%;
    height: auto; }
  #singleEntry .entry-main-content iframe {
    max-width: 100%;
    overflow: hidden; }
  #singleEntry .entry-main-content ol, #singleEntry .entry-main-content ul {
    background: rgba(255, 255, 255, 0.3);
    padding: 20px 30px;
    margin: 34px 0;
    border: 1px solid #53beb6; }
  #singleEntry .entry-main-content ol li {
    list-style: decimal inside; }
  #singleEntry .entry-main-content ul li {
    list-style: disc inside; }
  #singleEntry .entry-main-content li {
    margin-bottom: 6px;
    border-bottom: 1px solid #EAEDF4;
    padding-bottom: 4px; }
    #singleEntry .entry-main-content li:last-child {
      margin: 0;
      border: none;
      padding: 0; }

  #archive {
    padding: 60px 0; }
    #archive h1 {
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 20px; }
    #archive .entry-inner {
      max-width: 840px;
      margin: 0 auto;
      padding: 0 20px; }
    #archive .news-list {
      margin-bottom: 40px; }
      #archive .news-list li:nth-child(odd) {
        background: rgba(255, 255, 255, 0.5); }
      #archive .news-list li time {
        float: left;
        clear: left;
        width: 94px;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: .035em; }
      #archive .news-list li h3 {
        padding-left: 94px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal; }
      #archive .news-list li a {
        display: block;
        padding: 18px; }

  .contact-wrapper {
    padding: 60px 0 80px; }
    .contact-wrapper h2 {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 24px; }
    .contact-wrapper p.notice {
      color: #ea5d67;
      font-size: 13px;
      font-size: 1.3rem; }
    .contact-wrapper .btn-wrapper {
      text-align: center;
      padding: 20px 0 50px;
      position: relative; }
    .contact-wrapper input[type="submit"] {
      display: block;
      width: 80%;
      height: 60px;
      color: #fff;
      background: #ea5d67;
      line-height: 60px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      font-size: 16px;
      font-size: 1.6rem;
      border: none; }
      .contact-wrapper input[type="submit"].go-back {
        background: #888;
        margin-right: 10px;
        position: absolute;
        bottom: -24px;
        left: 10%; }
    .contact-wrapper table {
      border: 1px solid #e8e8e8;
      width: 100%;
      background: #fff; }
      .contact-wrapper table tr {
        border-bottom: 1px solid #e8e8e8; }
      .contact-wrapper table th, .contact-wrapper table td {
        padding: 10px 20px;
        text-align: left;
        border: 0;
        display: block; }
      .contact-wrapper table th {
        vertical-align: middle;
        background: #53beb6;
        font-weight: normal;
        color: #fff; }
        .contact-wrapper table th .require {
          font-weight: normal;
          font-size: 11px;
          font-size: 1.1rem;
          padding: 2px 4px;
          border-radius: 3px;
          margin-left: 6px;
          background: #eb3d00;
          color: #fff; }
      .contact-wrapper table input, .contact-wrapper table textarea {
        border: 1px solid #d3dadc;
        border-radius: 4px;
        padding: 6px;
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem; } }
@media only screen and (min-width: 768px) {
  /*Common*/
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: bold; }

  h1 {
    font-size: 28px;
    font-size: 2.8rem; }

  h2 {
    font-size: 24px;
    font-size: 2.4rem; }

  h3 {
    font-size: 22px;
    font-size: 2.2rem; }

  h4, h5, h6 {
    font-size: 18px;
    font-size: 1.8rem; }

  .lead {
    line-height: 1.92; }

  .bg-white {
    background: #fff; }

  .content-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }

  .section-inner {
    padding: 60px 0; }

  .narrow-content-inner {
    width: 840px;
    margin: 0 auto;
    padding: 0 20px; }

  .sp-only {
    display: none !important; }

  .full-wrapper {
    min-width: 1080px; }

  .target-container {
    margin-top: -120px;
    padding-top: 120px; }

  a.article-wrap {
    display: block; }
  a.button {
    display: block;
    width: 250px;
    height: 65px;
    color: #fff;
    background: #ea5d67;
    line-height: 65px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    a.button span {
      display: block;
      width: 40px;
      height: 8px;
      border-bottom: 1px solid #fff;
      position: absolute;
      top: 26px;
      right: 8px;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      a.button span::after {
        display: block;
        content: '';
        width: 1px;
        height: 8px;
        background: #fff;
        position: absolute;
        top: 1px;
        right: 2px;
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg); }
    a.button:hover {
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); }
      a.button:hover span {
        right: -4px; }
  a.button-ghost {
    display: block;
    width: 250px;
    height: 65px;
    color: #ea5d67;
    border: 1px solid #ea5d67;
    background: transparent;
    line-height: 65px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    a.button-ghost span {
      display: block;
      width: 40px;
      height: 8px;
      border-bottom: 1px solid #ea5d67;
      position: absolute;
      top: 26px;
      right: 8px;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      a.button-ghost span::after {
        display: block;
        content: '';
        width: 1px;
        height: 8px;
        background: #ea5d67;
        position: absolute;
        top: 1px;
        right: 2px;
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg); }
    a.button-ghost:hover {
      background: #ea5d67;
      color: #fff; }
      a.button-ghost:hover span {
        right: -4px;
        border-color: #fff; }
        a.button-ghost:hover span::after {
          background: #fff; }
  a.text-link {
    color: #ea5d67; }
    a.text-link:hover {
      text-decoration: underline; }

  header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #fff; }
    header .h-inner {
      margin: 0 auto;
      padding: 0 40px; }
      header .h-inner #logo {
        display: block;
        float: left;
        width: 320px;
        margin-top: 24px; }
        header .h-inner #logo img {
          width: 100%;
          height: auto;
          vertical-align: top; }
      header .h-inner nav {
        float: right;
        display: block !important;
        margin-right: 20px; }
        header .h-inner nav li {
          float: left;
          padding: 0 12px;
          color: #222;
          line-height: 98px; }
          header .h-inner nav li a {
            -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            header .h-inner nav li a:hover {
              color: #ea5d67; }
      header .h-inner .h-contact {
        float: right;
        position: relative;
        margin-top: 25px; }
        header .h-inner .h-contact .h-c-tel {
          height: 50px;
          float: left;
          line-height: 1;
          padding-right: 10px;
          border-right: 1px solid #ea5d67; }
          header .h-inner .h-contact .h-c-tel address {
            font-size: 26px;
            font-size: 2.6rem;
            color: #ea5d67;
            display: block;
            line-height: 1;
            margin-bottom: 5px; }
          header .h-inner .h-contact .h-c-tel span {
            font-size: 12px;
            font-size: 1.2rem;
            color: #ea5d67;
            display: inline-block;
            line-height: 1; }
        header .h-inner .h-contact .h-c-mail {
          display: block;
          width: 50px;
          height: 50px;
          line-height: 50px;
          float: left;
          text-align: center;
          padding-top: 16px; }
          header .h-inner .h-contact .h-c-mail img {
            width: 28px;
            height: auto; }
    header.scroll {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); }

  #wrapper {
    padding-top: 100px;
    background: #eaedf4;
    min-width: 1080px; }

  .mv-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
    padding: 0 40px 40px 190px;
    background: #fff; }
    .mv-wrapper h2 {
      position: absolute;
      top: 40px;
      left: 135px;
      font-size: 34px;
      font-size: 3.4rem;
      background: #ea5d67;
      color: #fff;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      z-index: 3;
      padding: 20px 10px 40px;
      letter-spacing: .24em;
      white-space: nowrap; }
      .mv-wrapper h2:before {
        display: block;
        content: '';
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 20px;
        z-index: 3;
        -webkit-animation: sdb2 2s infinite;
        animation: sdb2 2s infinite; }
      .mv-wrapper h2 .arrow-scroll {
        position: absolute;
        font-size: 13px;
        font-size: 1.3rem;
        bottom: -60px;
        left: 0;
        letter-spacing: .1em;
        color: #ea5d67;
        -webkit-animation: sdb 2s infinite;
        animation: sdb 2s infinite; }
        .mv-wrapper h2 .arrow-scroll::before {
          display: block;
          content: '';
          width: 1px;
          height: 80px;
          background: #ea5d67;
          position: absolute;
          bottom: 0;
          left: 20px; }
        .mv-wrapper h2 .arrow-scroll::after {
          display: block;
          content: '';
          width: 1px;
          height: 12px;
          background: #ea5d67;
          position: absolute;
          bottom: -1px;
          left: 24px;
          -webkit-transform: rotate(40deg);
          transform: rotate(40deg); }
    .mv-wrapper .mv-copy {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding: 40px 50px 0;
      position: absolute;
      bottom: 40px;
      right: 140px;
      z-index: 3;
      background: #fff; }
      .mv-wrapper .mv-copy p {
        margin: 0;
        color: #ea5d67; }

  .mv-slides {
    position: relative;
    width: 100%; }
    .mv-slides .mv-item .mv-image {
      width: 100%;
      height: calc(100vh - 140px);
      transition: transform 8s linear, -webkit-transform 8s linear;
      background-size: cover;
      background-position: center center;
      backface-visibility: hidden; }
    .mv-slides .mv-item.is-active .mv-image {
      transform: scale(1.1); }

  @-webkit-keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes sdb2 {
    0% {
      transform: scaleY(1) translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: scaleY(0) translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb2 {
    0% {
      transform: scaleY(1) translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: scaleY(0) translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  .headline-alp {
    letter-spacing: .08em;
    font-weight: 600 !important; }

  .home-about {
    position: relative; }
    .home-about::before {
      display: block;
      content: '';
      position: absolute;
      top: 134px;
      left: 0;
      background: #fff;
      width: calc((100vw - 1060px) / 2 + 980px);
      height: calc(100% - 194px); }
    .home-about .home-about-image {
      width: 50%;
      height: 524px;
      position: absolute;
      top: 70px;
      right: 0;
      background: url("../img/design/about.jpg") no-repeat center center/cover; }
    .home-about h2 {
      font-size: 34px;
      font-size: 3.4rem;
      position: relative;
      margin-bottom: 60px; }
      .home-about h2::before {
        display: block;
        content: '';
        position: absolute;
        bottom: -28px;
        left: 0;
        width: 80px;
        height: 2px;
        background: #ea5d67; }
    .home-about .home-about-lead {
      width: 450px;
      padding-top: 50px;
      position: relative;
      z-index: 2;
      padding-bottom: 50px; }
    .home-about a.button {
      position: absolute;
      right: 0;
      bottom: 80px; }

  #concept h2 {
    color: #ea5d67;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px; }
    #concept h2 span.en {
      font-size: 54px;
      font-size: 5.4rem;
      display: block; }
    #concept h2 small.jp {
      font-size: 16px;
      font-size: 1.6rem;
      position: relative; }
      #concept h2 small.jp::before, #concept h2 small.jp::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        width: 8px;
        height: 2px;
        background: #ea5d67; }
      #concept h2 small.jp::before {
        left: -14px; }
      #concept h2 small.jp::after {
        right: -14px; }
  #concept .concept-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #concept .concept-container .concept-block {
      width: 504px;
      background: #fff;
      position: relative; }
      #concept .concept-container .concept-block .number {
        width: 84px;
        height: 80px;
        border: 1px solid #ea5d67;
        background: #fff;
        text-align: center;
        position: absolute;
        top: -26px;
        left: 14px;
        line-height: 1; }
        #concept .concept-container .concept-block .number span {
          font-size: 13px;
          font-size: 1.3rem;
          color: #ea5d67;
          display: block;
          line-height: 26px;
          position: relative; }
          #concept .concept-container .concept-block .number span::after {
            display: block;
            content: '';
            width: 38px;
            height: 1px;
            border-bottom: 1px solid #ea5d67;
            position: absolute;
            bottom: 0;
            left: 23px; }
        #concept .concept-container .concept-block .number em {
          font-size: 46px;
          font-size: 4.6rem;
          color: #ea5d67; }
      #concept .concept-container .concept-block .concept-image {
        vertical-align: bottom; }
      #concept .concept-container .concept-block .concept-detail {
        padding: 30px; }
        #concept .concept-container .concept-block .concept-detail h3 {
          color: #ea5d67;
          font-size: 24px;
          font-size: 2.4rem;
          margin-bottom: 14px; }
        #concept .concept-container .concept-block .concept-detail p {
          font-size: 14px;
          font-size: 1.4rem; }

  .c-head-line {
    text-align: center;
    line-height: 1;
    margin-bottom: 40px; }
    .c-head-line span {
      font-size: 30px;
      font-size: 3rem;
      display: block; }
    .c-head-line small {
      font-size: 14px;
      font-size: 1.4rem;
      color: #ea5d67;
      font-weight: normal; }

  #mtMenu {
    background: #fff;
    margin: 0 40px;
    min-width: 1080px; }
    #mtMenu .menu-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      #mtMenu .menu-container .menu-image {
        vertical-align: bottom; }
      #mtMenu .menu-container .menu-block a {
        color: #ea5d67;
        display: block; }
      #mtMenu .menu-container.m2col .menu-block {
        width: 504px; }
        #mtMenu .menu-container.m2col .menu-block h3 {
          font-size: 20px;
          font-size: 2rem;
          text-align: center;
          padding: 12px 0; }
        #mtMenu .menu-container.m2col .menu-block p {
          font-size: 14px;
          font-size: 1.4rem; }
      #mtMenu .menu-container.m3col .menu-block {
        width: 328px; }
      #mtMenu .menu-container.m3col h3 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        padding: 12px 0; }
      #mtMenu .menu-container.m3col p {
        font-size: 13px;
        font-size: 1.3rem; }

  .home-case .home-case-headline {
    width: 100%;
    height: 22vw;
    min-height: 280px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/design/case_header.jpg) center center/cover; }
    .home-case .home-case-headline .c-head-line {
      margin: auto; }
      .home-case .home-case-headline .c-head-line * {
        color: #fff; }
  .home-case .home-case-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-case .home-case-container .home-case-item {
      width: 20%;
      padding-top: 10%;
      position: relative;
      background-size: cover;
      background-position: center center; }
      .home-case .home-case-container .home-case-item a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .home-case .home-case-container .home-case-item a::before, .home-case .home-case-container .home-case-item a::after {
          display: block;
          position: absolute;
          z-index: 2;
          content: '';
          width: 0;
          height: 0;
          border: 3px solid transparent; }
        .home-case .home-case-container .home-case-item a::before {
          top: 0;
          left: 0; }
        .home-case .home-case-container .home-case-item a::after {
          bottom: 0;
          right: 0; }
        .home-case .home-case-container .home-case-item a:hover {
          background: rgba(255, 255, 255, 0.8); }
          .home-case .home-case-container .home-case-item a:hover::before, .home-case .home-case-container .home-case-item a:hover::after {
            width: 100%;
            height: 100%; }
          .home-case .home-case-container .home-case-item a:hover::before {
            border-bottom-color: #ea5d67;
            border-left-color: #ea5d67;
            transition: height .3s, width .3s .3s; }
          .home-case .home-case-container .home-case-item a:hover::after {
            border-top-color: #ea5d67;
            border-right-color: #ea5d67;
            transition: height .3s, width .3s .3s; }
          .home-case .home-case-container .home-case-item a:hover h3 span {
            color: #ea5d67; }
      .home-case .home-case-container .home-case-item h3 {
        padding: 0 12px;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .home-case .home-case-container .home-case-item h3 span {
          color: #fff;
          font-size: 16px;
          font-size: 1.6rem;
          margin: auto; }

  .home-voice {
    background: #fff; }
    .home-voice .home-voice-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .home-voice .home-voice-container .home-voice-item {
        width: 328px;
        border: 1px solid #ea5d67;
        background: #fff;
        position: relative; }
        .home-voice .home-voice-container .home-voice-item a {
          display: block;
          width: 100%;
          height: 100%; }
          .home-voice .home-voice-container .home-voice-item a:hover .voice-sheet {
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }
          .home-voice .home-voice-container .home-voice-item a:hover .voice-comment span {
            right: 5px; }
        .home-voice .home-voice-container .home-voice-item .voice-sheet {
          width: 110px;
          position: relative;
          margin: -40px 0 20px 0;
          left: 10px;
          float: left;
          clear: both;
          -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .home-voice .home-voice-container .home-voice-item .voice-comment {
          padding: 10px 10px 30px 140px; }
          .home-voice .home-voice-container .home-voice-item .voice-comment h3 {
            font-size: 14px;
            font-size: 1.4rem; }
          .home-voice .home-voice-container .home-voice-item .voice-comment span {
            font-size: 12px;
            font-size: 1.2rem;
            color: #ea5d67;
            position: absolute;
            bottom: 10px;
            right: 10px;
            -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .home-voice .home-voice-container .home-voice-item .voice-star {
          background: #ea5d67;
          height: 50px;
          line-height: 50px;
          padding-left: 140px; }
          .home-voice .home-voice-container .home-voice-item .voice-star i, .home-voice .home-voice-container .home-voice-item .voice-star span {
            color: #fff; }
          .home-voice .home-voice-container .home-voice-item .voice-star span {
            font-size: 15px;
            font-size: 1.5rem;
            margin-left: 8px; }

  .home-staff {
    width: 100%;
    min-width: 1040px;
    height: 500px;
    background: #292842;
    position: relative; }
    .home-staff .home-staff-cover {
      width: auto;
      height: 500px;
      position: relative;
      top: 0;
      right: 0;
      background: url("../img/design/staff_all.jpg") no-repeat center center/cover;
      margin-left: calc((100vw - 1040px) / 2 + 280px); }
      .home-staff .home-staff-cover .button {
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin-left: -125px; }
    .home-staff .home-staff-headline {
      width: 304px;
      height: 185px;
      border: 1px solid #fff;
      text-align: center;
      position: absolute;
      top: 78px;
      left: calc((100vw - 1040px) / 2 );
      padding-top: 65px; }
      .home-staff .home-staff-headline .c-head-line {
        margin: 0; }
      .home-staff .home-staff-headline * {
        color: #fff; }
      .home-staff .home-staff-headline::before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: calc((100vw - 1040px) / 2 * -1);
        width: calc((100vw - 1040px) / 2 + 30px);
        height: 1px;
        background: #fff; }

  #news {
    background: #fff; }
    #news .news-list {
      margin-bottom: 40px; }
      #news .news-list li:nth-child(odd) {
        background: rgba(234, 93, 103, 0.08); }
      #news .news-list li time {
        float: left;
        clear: left;
        width: 100px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: .035em;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      #news .news-list li h3 {
        padding-left: 110px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal; }
      #news .news-list li a {
        display: block;
        padding: 22px;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #news .news-list li a:hover {
          padding-left: 32px; }
          #news .news-list li a:hover time {
            color: #ea5d67; }

  .banner-area .banner-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .banner-area .banner-container a {
      display: block;
      width: 500px;
      -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .banner-area .banner-container a:hover {
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35); }

  footer {
    min-width: 1080px;
    width: 100%; }
    footer .f-logo {
      width: 340px;
      display: block;
      margin-bottom: 16px; }
    footer .f-info {
      background: #fff;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .f-info .info-map {
        width: 50%;
        height: 500px;
        background: gray;
        position: relative; }
        footer .f-info .info-map iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      footer .f-info .info-overview {
        width: 50%;
        padding: 40px; }
        footer .f-info .info-overview p {
          margin-bottom: 16px; }
        footer .f-info .info-overview .reserve-attention {
          color: #ea5d67;
          font-size: 17px;
          font-size: 1.7rem;
          font-weight: bold;
          letter-spacing: .01em;
          margin-bottom: 26px;
          position: relative;
          display: inline-block;
          line-height: 1; }
          footer .f-info .info-overview .reserve-attention::after {
            display: block;
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: calc(100% - 8px);
            height: 3px;
            border: 1px solid #ea5d67; }
        footer .f-info .info-overview .f-contact {
          margin-bottom: 20px; }
          footer .f-info .info-overview .f-contact .f-c-tel {
            font-size: 30px;
            font-size: 3rem;
            color: #ea5d67;
            display: block;
            float: left;
            line-height: 40px; }
          footer .f-info .info-overview .f-contact .f-c-form {
            display: block;
            width: 218px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            font-size: 1.4rem;
            text-align: center;
            float: left;
            margin-left: 30px;
            color: #ea5d67;
            border: 1px solid #ea5d67; }
            footer .f-info .info-overview .f-contact .f-c-form img {
              width: 20px;
              height: 13px;
              display: inline-block;
              margin-right: 8px;
              line-height: 40px; }
        footer .f-info .info-overview table {
          width: 470px;
          border-top: 2px solid #ea5d67;
          border-bottom: 2px solid #ea5d67; }
          footer .f-info .info-overview table th, footer .f-info .info-overview table td {
            padding: 12px;
            text-align: center;
            font-weight: normal; }
          footer .f-info .info-overview table thead th {
            font-weight: bold; }
          footer .f-info .info-overview table thead tr {
            background: rgba(234, 93, 103, 0.08); }
    footer .f-nav {
      background: #ea5d67;
      text-align: center;
      padding: 20px 0; }
      footer .f-nav * {
        color: #fff; }
      footer .f-nav nav {
        margin-bottom: 18px; }
      footer .f-nav li {
        display: inline-block;
        padding: 0 12px;
        position: relative;
        line-height: 1.14;
        font-size: 14px;
        font-size: 1.4rem; }
      footer .f-nav p {
        margin: 0;
        font-size: 12px;
        font-size: 1.2rem; }

  /*Page*/
  .lower-page .page-header {
    padding: 0 40px 40px;
    height: 30vw;
    min-height: 370px;
    width: 100%;
    background: #fff; }
    .lower-page .page-header .page-cover {
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
      .lower-page .page-header .page-cover::after {
        display: block;
        content: '';
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .lower-page .page-header .page-cover .page-title {
        text-align: center;
        position: relative;
        padding-top: 40px;
        z-index: 3; }
        .lower-page .page-header .page-cover .page-title h1 {
          font-size: 24px;
          font-size: 2.4rem;
          color: #fff;
          text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          letter-spacing: .04em; }
        .lower-page .page-header .page-cover .page-title p {
          position: relative;
          display: inline-block;
          top: -68px;
          color: #fff;
          background: #ea5d67;
          font-size: 15px;
          font-size: 1.5rem;
          height: 20px;
          line-height: 20px;
          padding: 0 4px; }
      .lower-page .page-header .page-cover .case-lead {
        color: #fff;
        padding-top: 20px;
        position: relative; }
        .lower-page .page-header .page-cover .case-lead:after {
          display: block;
          content: '';
          position: absolute;
          width: 80px;
          height: 2px;
          background: #fff;
          left: 50%;
          margin-left: -40px;
          top: 0; }

  #about .about-intro {
    padding: 40px 0; }
    #about .about-intro h2 {
      margin-bottom: 24px; }
      #about .about-intro h2 span {
        display: block; }
      #about .about-intro h2 .en {
        font-size: 28px;
        font-size: 2.8rem;
        color: #ea5d67;
        position: relative;
        margin-bottom: 30px;
        line-height: 1; }
        #about .about-intro h2 .en::after {
          display: block;
          content: '';
          width: 88px;
          height: 1px;
          background: #ea5d67;
          position: absolute;
          bottom: -18px;
          left: 50%;
          margin-left: -44px; }
      #about .about-intro h2 .jp {
        font-size: 34px;
        font-size: 3.4rem; }
    #about .about-intro p {
      font-weight: bold;
      font-size: 18px;
      font-size: 1.8rem; }
  #about .about-main {
    position: relative;
    padding: 0 100px; }
    #about .about-main::before {
      display: block;
      content: '';
      width: 100%;
      height: calc(100% - 80px);
      background: #fff;
      position: absolute;
      top: 80px;
      left: 0; }
    #about .about-main .main-image {
      width: 840px;
      height: 420px;
      position: relative;
      margin-bottom: 20px; }
    #about .about-main .main-text {
      position: relative; }
      #about .about-main .main-text h3 {
        font-size: 28px;
        font-size: 2.8rem;
        position: relative;
        margin-bottom: 60px;
        text-align: center; }
        #about .about-main .main-text h3::after {
          display: block;
          content: '';
          width: 100px;
          height: 3px;
          position: absolute;
          bottom: -28px;
          left: 50%;
          margin-left: -50px;
          background: #ea5d67; }
      #about .about-main .main-text .lead-container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #about .about-main .main-text .lead-container p {
          width: 380px;
          margin-bottom: 32px; }

  #staff .staff-container {
    margin-bottom: 40px; }
  #staff .staff-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 1px; }
    #staff .staff-item:last-child {
      margin: 0; }
    #staff .staff-item .staff-image {
      width: 420px;
      min-height: 340px; }
    #staff .staff-item .profile {
      padding: 40px 50px;
      width: 620px; }
      #staff .staff-item .profile dl {
        margin-bottom: 20px; }
      #staff .staff-item .profile dt {
        font-size: 14px;
        font-size: 1.4rem;
        color: #ea5d67; }
      #staff .staff-item .profile dd {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: .03em; }
    #staff .staff-item:nth-child(even) .staff-image {
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    #staff .staff-item:nth-child(even) .profile {
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }

  #consultation .consul-intro {
    width: 800px;
    margin: 40px auto; }
    #consultation .consul-intro h2 {
      font-size: 30px;
      font-size: 3rem;
      color: #ea5d67;
      text-align: center;
      margin-bottom: 24px; }
    #consultation .consul-intro p {
      margin: 0; }
  #consultation #flow .flow-item {
    padding-left: 100px;
    position: relative; }
    #consultation #flow .flow-item .flow-num {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #ea5d67;
      text-align: center;
      padding: 16px 0 0 2px;
      position: absolute;
      top: 14px;
      left: 0; }
      #consultation #flow .flow-item .flow-num span {
        color: #fff;
        display: block;
        line-height: 1; }
        #consultation #flow .flow-item .flow-num span.f-alp {
          font-size: 13px;
          font-size: 1.3rem; }
        #consultation #flow .flow-item .flow-num span.f-italic {
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: bold;
          letter-spacing: .1em; }
    #consultation #flow .flow-item .flow-content {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px dotted #9da4b3;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      #consultation #flow .flow-item .flow-content .flow-text {
        width: 540px; }
        #consultation #flow .flow-item .flow-content .flow-text h3 {
          font-size: 28px;
          font-size: 2.8rem;
          position: relative;
          margin-bottom: 24px; }
          #consultation #flow .flow-item .flow-content .flow-text h3::after {
            display: block;
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            height: 3px;
            width: 54px;
            background: #ea5d67; }
        #consultation #flow .flow-item .flow-content .flow-text h4 {
          font-size: 17px;
          font-size: 1.7rem;
          color: #ea5d67;
          margin-bottom: 12px; }
        #consultation #flow .flow-item .flow-content .flow-text p {
          margin: 0; }
      #consultation #flow .flow-item .flow-content .flow-image {
        width: 340px; }
    #consultation #flow .flow-item:last-child .flow-content {
      border: 0;
      margin: 0; }
  #consultation #mtMenu {
    margin-bottom: 40px; }
    #consultation #mtMenu .menu-container.m3col {
      margin: 0; }

  #access .access-map {
    width: 100%;
    padding-top: 50%;
    position: relative;
    margin-top: 40px; }
    #access .access-map iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #access .my-address {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .03em;
    text-align: center;
    font-weight: bold;
    padding: 40px 0 68px; }
  #access .access-info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    #access .access-info .access-means {
      width: 500px;
      position: relative;
      background: #fff;
      padding: 60px 30px 30px; }
      #access .access-info .access-means .access-icon {
        width: 76px;
        height: 76px;
        border-radius: 50%;
        background: #ea5d67;
        line-height: 76px;
        text-align: center;
        position: absolute;
        top: -28px;
        left: 50%;
        margin-left: -38px; }
        #access .access-info .access-means .access-icon i {
          font-size: 32px;
          font-size: 3.2rem;
          color: #fff;
          line-height: 76px; }
      #access .access-info .access-means .means-headline {
        text-align: center;
        margin-bottom: 32px; }
        #access .access-info .access-means .means-headline h2 {
          color: #ea5d67;
          font-size: 24px;
          font-size: 2.4rem;
          position: relative;
          margin-bottom: 24px;
          letter-spacing: .03em; }
          #access .access-info .access-means .means-headline h2::after {
            display: block;
            content: '';
            width: 54px;
            height: 3px;
            background: #ea5d67;
            position: absolute;
            bottom: -12px;
            left: 50%;
            margin-left: -27px; }
        #access .access-info .access-means .means-headline p {
          color: #ea5d67;
          font-size: 17px;
          font-size: 1.7rem;
          margin: 0; }
      #access .access-info .access-means .route {
        margin-bottom: 28px; }
        #access .access-info .access-means .route h3 {
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 1;
          border-left: 5px solid #ea5d67;
          padding-left: 14px;
          margin-bottom: 10px; }
        #access .access-info .access-means .route p {
          margin: 0; }
        #access .access-info .access-means .route:last-child {
          margin: 0; }
  #access .image-container {
    margin-bottom: 40px; }
    #access .image-container .image01 {
      width: 519px;
      height: 520px;
      float: left;
      background: gray; }
    #access .image-container .ic-right {
      width: 520px;
      float: right; }
      #access .image-container .ic-right .image02 {
        width: 100%;
        height: 240px;
        margin-bottom: 1px;
        background: gray; }
      #access .image-container .ic-right .ic-r-bottom {
        width: 100%; }
        #access .image-container .ic-right .ic-r-bottom .image03 {
          width: 260px;
          height: 279px;
          float: left;
          background: gray; }
        #access .image-container .ic-right .ic-r-bottom .image04 {
          width: 259px;
          height: 279px;
          float: right;
          background: gray; }

  #voice .voice-container {
    padding: 50px 0 40px; }
  #voice .archive-voice-item {
    margin-bottom: 40px;
    margin-top: -110px;
    padding-top: 110px; }
    #voice .archive-voice-item .voice-left {
      width: 170px;
      float: left; }
      #voice .archive-voice-item .voice-left dl {
        height: 40px;
        line-height: 40px;
        background: #fff;
        margin-bottom: 10px; }
        #voice .archive-voice-item .voice-left dl dt {
          width: 46px;
          height: 40px;
          background: #ea5d67;
          color: #fff;
          text-align: center;
          float: left;
          clear: both;
          font-size: 13px;
          font-size: 1.3rem; }
        #voice .archive-voice-item .voice-left dl dd {
          padding-left: 50px;
          text-align: center;
          color: #ea5d67; }
          #voice .archive-voice-item .voice-left dl dd span {
            margin-left: 8px; }
    #voice .archive-voice-item .voice-right {
      width: 610px;
      float: right; }
    #voice .archive-voice-item .voice-text {
      padding: 28px;
      background: #fff;
      margin-bottom: 10px; }
    #voice .archive-voice-item .voice-section {
      margin-bottom: 20px; }
      #voice .archive-voice-item .voice-section:last-child {
        margin: 0; }
      #voice .archive-voice-item .voice-section h2 {
        font-size: 15px;
        font-size: 1.5rem;
        color: #ea5d67;
        font-weight: normal;
        margin-bottom: 8px; }
        #voice .archive-voice-item .voice-section h2 span {
          display: inline-block;
          background: #ea5d67;
          color: #fff;
          width: 46px;
          text-align: center;
          margin-right: 8px; }
      #voice .archive-voice-item .voice-section p {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 0; }
    #voice .archive-voice-item .comment {
      padding: 28px;
      border: 1px solid #53beb6;
      background: rgba(255, 255, 255, 0.6);
      position: relative; }
      #voice .archive-voice-item .comment h2 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        color: #53beb6;
        margin-bottom: 12px; }
      #voice .archive-voice-item .comment p {
        margin: 0; }
      #voice .archive-voice-item .comment::after {
        display: block;
        content: '';
        height: 40px;
        width: 1px;
        background: #53beb6;
        position: absolute;
        top: -24px;
        left: 50%; }

  #case .case-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 40px; }
    #case .case-container .case-item {
      width: 328px;
      background: #fff;
      margin-bottom: 28px; }
      #case .case-container .case-item a {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #case .case-container .case-item a .case-image {
          width: 100%;
          height: 202px; }
        #case .case-container .case-item a h2 {
          font-size: 17px;
          font-size: 1.7rem;
          padding: 18px;
          margin: 0;
          -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #case .case-container .case-item a:hover {
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); }
          #case .case-container .case-item a:hover h2 {
            color: #ea5d67; }

  .case-after-nav {
    padding: 0 0 40px; }

  .case-after-contact {
    padding-bottom: 40px; }
    .case-after-contact .cac-inner {
      background: #fff;
      padding: 12px; }
    .case-after-contact .cac-image {
      width: 42%;
      min-height: 160px;
      background: url("../img/design/contact_bg.jpg") no-repeat center center/cover; }
    .case-after-contact .cac-text {
      width: 55%; }
      .case-after-contact .cac-text h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 10px; }
        .case-after-contact .cac-text h2 small {
          font-size: 14px;
          font-size: 1.4rem;
          color: #ea5d67; }
      .case-after-contact .cac-text address {
        line-height: 1.4;
        margin-bottom: 10px; }
      .case-after-contact .cac-text p {
        font-size: 13px;
        font-size: 1.3rem; }
      .case-after-contact .cac-text .cac-tel {
        font-size: 22px;
        font-size: 2.2rem;
        color: #ea5d67;
        line-height: 40px;
        float: left;
        margin-right: 12px;
        margin-bottom: 0; }
      .case-after-contact .cac-text .cac-form {
        display: block;
        width: 240px;
        height: 40px;
        line-height: 40px;
        background: #ea5d67;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        float: left; }

  .other-entry {
    padding: 0 0 20px; }
    .other-entry h2 {
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      margin-bottom: 20px; }
      .other-entry h2 span {
        border-bottom: 3px solid; }
    .other-entry .case-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .other-entry .case-container .case-item {
        width: 24%;
        background: #fff; }
        .other-entry .case-container .case-item a {
          display: block;
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .other-entry .case-container .case-item a .case-image {
            width: 100%;
            height: 140px; }
          .other-entry .case-container .case-item a h2 {
            font-size: 15px;
            font-size: 1.5rem;
            padding: 14px;
            margin: 0;
            -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            text-align: left; }
          .other-entry .case-container .case-item a:hover {
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); }
            .other-entry .case-container .case-item a:hover h2 {
              color: #ea5d67; }

  #accident .page-header.accident-header {
    height: 40vw;
    min-height: 460px; }
    #accident .page-header.accident-header .page-cover {
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      position: relative; }
      #accident .page-header.accident-header .page-cover::after {
        display: none; }
    #accident .page-header.accident-header .accident-h-box {
      background: #53beb6;
      padding: 30px;
      width: 380px;
      margin-left: 3%; }
      #accident .page-header.accident-header .accident-h-box h1 {
        color: #fff;
        font-size: 29px;
        font-size: 2.9rem;
        letter-spacing: .08em;
        line-height: 1.2;
        margin-bottom: 20px;
        white-space: nowrap; }
        #accident .page-header.accident-header .accident-h-box h1 small {
          font-size: 18px;
          font-size: 1.8rem; }
      #accident .page-header.accident-header .accident-h-box .strength {
        background: #fff;
        height: 60px;
        padding: 0 14px;
        border-top: 4px solid #ffef10;
        margin-bottom: 10px; }
        #accident .page-header.accident-header .accident-h-box .strength:last-child {
          margin: 0; }
        #accident .page-header.accident-header .accident-h-box .strength p {
          margin: 0;
          font-size: 15px;
          font-size: 1.5rem;
          vertical-align: baseline;
          text-align: center;
          line-height: 54px;
          letter-spacing: .08em;
          font-weight: bold; }
          #accident .page-header.accident-header .accident-h-box .strength p strong {
            color: #ea5d67;
            font-size: 27px;
            font-size: 2.7rem;
            margin-left: 4px; }
  #accident .section-headline {
    background: #ea5d67;
    padding: 24px 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    color: #fff; }
    #accident .section-headline span {
      font-size: 30px;
      font-size: 3rem; }
  #accident #acConfidence .conf01 {
    background: #fdeef0; }
    #accident #acConfidence .conf01 .conf-text {
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    #accident #acConfidence .conf01 .conf-image {
      -ms-flex-order: 1;
      -webkit-order: 2;
      order: 2; }
  #accident #acConfidence .conf02 {
    background: #fff; }
  #accident #acConfidence .conf-text {
    width: 540px;
    padding: 60px 0; }
    #accident #acConfidence .conf-text h3 {
      margin-bottom: 34px; }
      #accident #acConfidence .conf-text h3 span {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        color: #fff;
        background: #ea5d67;
        padding: 0 8px;
        margin-right: 8px;
        line-height: 25px; }
      #accident #acConfidence .conf-text h3 small {
        line-height: 25px;
        color: #ea5d67;
        font-size: 18px;
        font-size: 1.8rem; }
      #accident #acConfidence .conf-text h3 strong {
        font-size: 32px;
        font-size: 3.2rem;
        position: relative;
        z-index: 2; }
        #accident #acConfidence .conf-text h3 strong::after {
          display: block;
          content: '';
          width: 100%;
          height: 12px;
          background: #ffef10;
          position: absolute;
          left: 0;
          bottom: 3px;
          z-index: -1; }
  #accident #acConfidence .conf-image {
    width: 460px;
    text-align: center; }
    #accident #acConfidence .conf-image.img-bg.cfi01 {
      background-size: auto !important;
      background-position: center bottom !important; }
    #accident #acConfidence .conf-image.img-bg.cfi02 {
      background-size: auto !important;
      background-position: center center !important; }
    #accident #acConfidence .conf-image img {
      vertical-align: bottom !important; }
  #accident #acFlow .af-headline {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px; }
    #accident #acFlow .af-headline small {
      background: #53beb6;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 2px 6px;
      display: inline-block; }
  #accident #acFlow .movie-container {
    width: 800px;
    margin: 0 auto; }
  #accident #acReason .reason-block {
    width: 328px;
    background: #fff;
    margin-bottom: 28px; }
    #accident #acReason .reason-block .reason-detail {
      padding: 14px; }
      #accident #acReason .reason-block .reason-detail h3 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        color: #ea5d67;
        margin-bottom: 12px; }
      #accident #acReason .reason-block .reason-detail p {
        font-size: 13px;
        font-size: 1.3rem; }
  #accident #acCase .ac-case-item {
    width: calc(50% - 0.5px);
    background: #fff;
    margin-bottom: 1px; }
    #accident #acCase .ac-case-item .ac-case-inner {
      padding: 30px; }
    #accident #acCase .ac-case-item h3 {
      font-size: 20px;
      font-size: 2rem;
      color: #ea5d67;
      height: 84px;
      line-height: 84px;
      position: relative;
      padding-left: 100px; }
      #accident #acCase .ac-case-item h3::after {
        display: block;
        content: '';
        width: 40px;
        height: 3px;
        background: #ea5d67;
        position: absolute;
        bottom: 20px;
        left: 100px; }
      #accident #acCase .ac-case-item h3 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px; }
  #accident #acCase .case-notes {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    padding: 8px 0; }
  #accident #acMessage {
    margin-bottom: 60px; }
    #accident #acMessage .message-image {
      width: 420px;
      height: 440px;
      background: url("../img/design/accident_message.jpg") no-repeat center center/cover; }
    #accident #acMessage .message-text {
      width: 570px; }
      #accident #acMessage .message-text h2 {
        font-size: 24px;
        font-size: 2.4rem;
        color: #ea5d67;
        margin-bottom: 24px; }
      #accident #acMessage .message-text p {
        font-size: 14px;
        font-size: 1.4rem; }
  #accident .accident-contact-line {
    background: #fff;
    margin-bottom: 60px; }
    #accident .accident-contact-line .ac-image {
      width: 50%;
      background: url("../img/design/contact_bg.jpg") no-repeat center center/cover; }
    #accident .accident-contact-line .ac-text {
      width: 50%;
      padding: 50px 0 50px calc((100vw - 1040px) / 2); }
      #accident .accident-contact-line .ac-text .ac-text-inner {
        padding-left: 20px; }
      #accident .accident-contact-line .ac-text .ac-t-head {
        font-size: 15px;
        font-size: 1.5rem;
        color: #53beb6;
        margin-bottom: 14px; }
      #accident .accident-contact-line .ac-text h3 {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 14px; }
      #accident .accident-contact-line .ac-text address {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 0; }
      #accident .accident-contact-line .ac-text .ov-info {
        margin-bottom: 14px; }
      #accident .accident-contact-line .ac-text .ac-contact .ac-tel {
        font-size: 28px;
        font-size: 2.8rem;
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
        color: #ea5d67; }
      #accident .accident-contact-line .ac-text .ac-contact .ac-form {
        display: inline-block;
        background: #ea5d67;
        width: 218px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center; }
        #accident .accident-contact-line .ac-text .ac-contact .ac-form img {
          width: 20px;
          height: 13px;
          line-height: 40px;
          margin-right: 8px;
          display: inline-block; }
  #accident .accident-after-nav {
    padding-bottom: 40px; }

  .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .mw_wp_form_complete {
    text-align: center;
    padding-bottom: 60px; }
    .mw_wp_form_complete h2 {
      font-size: 32px;
      font-size: 3.2rem;
      margin-bottom: 60px; }
    .mw_wp_form_complete h3 {
      font-size: 17px;
      font-size: 1.7rem;
      margin-bottom: 12px; }
    .mw_wp_form_complete p {
      font-size: 17px;
      font-size: 1.7rem;
      margin-bottom: 80px; }

  #singleEntry .entry-inner {
    padding: 80px 0; }
  #singleEntry .entry-header {
    margin-bottom: 38px; }
    #singleEntry .entry-header h1 {
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 4px; }
    #singleEntry .entry-header.case {
      margin-bottom: 20px; }
      #singleEntry .entry-header.case .case-meta a {
        display: inline-block;
        line-height: 1.4;
        background: #53beb6;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 6px;
        padding: 2px 6px; }
      #singleEntry .entry-header.case h1 {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 0; }
  #singleEntry .entry-image {
    width: 100%;
    height: 400px;
    margin-bottom: 32px; }
  #singleEntry .post-categories {
    display: inline-block; }
    #singleEntry .post-categories a {
      background: rgba(255, 255, 255, 0.5);
      color: #ea5d67;
      padding: 2px 6px;
      border: 1px solid;
      font-size: 14px;
      font-size: 1.4rem; }
  #singleEntry .introduction {
    font-weight: bold;
    margin-bottom: 32px; }
  #singleEntry .index-box {
    background: #fff;
    border: 1px solid #ea5d67;
    padding: 18px 34px;
    margin-bottom: 50px; }
    #singleEntry .index-box p {
      color: #ea5d67;
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      margin-bottom: 12px;
      font-weight: bold; }
      #singleEntry .index-box p span {
        border-bottom: 4px solid #ea5d67; }
    #singleEntry .index-box li {
      list-style: decimal inside;
      margin-bottom: 6px;
      font-size: 14px;
      font-size: 1.4rem; }
  #singleEntry .entry-main-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 8px 24px;
    border-left: 6px solid #ea5d67;
    margin: 54px 0 34px; }
  #singleEntry .entry-main-content h3 {
    font-size: 20px;
    font-size: 2rem;
    padding: 16px 12px;
    position: relative;
    margin: 24px 0;
    border-top: 1px solid;
    border-bottom: 1px solid; }
  #singleEntry .entry-main-content a {
    color: #ea5d67; }
    #singleEntry .entry-main-content a:hover {
      text-decoration: underline; }
  #singleEntry .entry-main-content img {
    max-width: 100%;
    height: auto; }
  #singleEntry .entry-main-content iframe {
    max-width: 100%;
    overflow: hidden; }
  #singleEntry .entry-main-content ol, #singleEntry .entry-main-content ul {
    background: rgba(255, 255, 255, 0.3);
    padding: 20px 30px;
    margin: 34px 0;
    border: 1px solid #53beb6; }
  #singleEntry .entry-main-content ol li {
    list-style: decimal inside; }
  #singleEntry .entry-main-content ul li {
    list-style: disc inside; }
  #singleEntry .entry-main-content li {
    margin-bottom: 6px;
    border-bottom: 1px solid #EAEDF4;
    padding-bottom: 4px; }
    #singleEntry .entry-main-content li:last-child {
      margin: 0;
      border: none;
      padding: 0; }

  #archive {
    padding: 60px 0; }
    #archive h1 {
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 20px; }
    #archive .entry-inner {
      max-width: 840px;
      margin: 0 auto;
      padding: 0 20px; }
    #archive .news-list {
      margin-bottom: 40px; }
      #archive .news-list li:nth-child(odd) {
        background: rgba(255, 255, 255, 0.5); }
      #archive .news-list li time {
        float: left;
        clear: left;
        width: 100px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: .035em;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      #archive .news-list li h3 {
        padding-left: 110px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal; }
      #archive .news-list li a {
        display: block;
        padding: 22px;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #archive .news-list li a:hover {
          padding-left: 32px; }
          #archive .news-list li a:hover time {
            color: #ea5d67; }

  .contact-wrapper {
    padding: 60px 0 80px; }
    .contact-wrapper h2 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 24px; }
    .contact-wrapper p.notice {
      color: #ea5d67;
      font-size: 13px;
      font-size: 1.3rem; }
    .contact-wrapper .btn-wrapper {
      text-align: center;
      padding: 20px 0 0; }
    .contact-wrapper input[type="submit"] {
      display: inline-block;
      width: 250px;
      height: 65px;
      color: #fff;
      background: #ea5d67;
      line-height: 65px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      font-size: 16px;
      font-size: 1.6rem;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      border: none; }
      .contact-wrapper input[type="submit"]:hover {
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); }
      .contact-wrapper input[type="submit"].go-back {
        background: #888;
        width: 180px;
        margin-right: 10px; }
    .contact-wrapper table {
      border: 1px solid #e8e8e8;
      margin-bottom: 24px;
      width: 100%;
      background: #fff; }
      .contact-wrapper table tr {
        border-bottom: 1px solid #e8e8e8; }
      .contact-wrapper table th, .contact-wrapper table td {
        padding: 24px;
        text-align: left;
        border: 0; }
      .contact-wrapper table th {
        width: 240px;
        vertical-align: middle;
        background: #53beb6;
        font-weight: normal;
        color: #fff; }
        .contact-wrapper table th .require {
          font-weight: normal;
          font-size: 11px;
          font-size: 1.1rem;
          padding: 2px 4px;
          border-radius: 3px;
          margin-left: 6px;
          background: #eb3d00;
          color: #fff; }
      .contact-wrapper table input, .contact-wrapper table textarea {
        border: 1px solid #d3dadc;
        border-radius: 4px;
        padding: 10px;
        width: 400px; } }
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  header .h-inner {
    padding: 0 20px; }
    header .h-inner #logo {
      display: block;
      float: left;
      width: 300px;
      margin-top: 26px; }
    header .h-inner nav {
      float: none;
      position: absolute;
      right: 20px;
      bottom: 0;
      margin-right: 0; }
      header .h-inner nav li {
        float: left;
        padding: 0 10px;
        color: #222;
        line-height: 40px;
        font-size: 14px;
        font-size: 1.4rem; }
    header .h-inner .h-contact {
      float: none;
      position: absolute;
      margin-top: 0;
      top: 10px;
      right: 20px; }
      header .h-inner .h-contact .h-c-tel {
        height: 44px;
        float: left;
        line-height: 1;
        padding-right: 10px;
        border-right: 1px solid #ea5d67; }
        header .h-inner .h-contact .h-c-tel address {
          font-size: 24px;
          font-size: 2.4rem;
          color: #ea5d67;
          display: block;
          line-height: 1;
          margin-bottom: 3px; }
        header .h-inner .h-contact .h-c-tel span {
          font-size: 11px;
          font-size: 1.1rem;
          color: #ea5d67;
          display: inline-block;
          line-height: 1; }
      header .h-inner .h-contact .h-c-mail {
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        float: left;
        text-align: center;
        padding-top: 16px; }
        header .h-inner .h-contact .h-c-mail img {
          width: 24px;
          height: auto; }

  .home-staff .home-staff-cover {
    margin-left: 320px; }
  .home-staff .home-staff-headline {
    left: 30px;
    padding-top: 65px; }
    .home-staff .home-staff-headline::before {
      left: -32px;
      width: 60px; }

  #mtMenu {
    margin: 0; } }
