@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */   margin-top: 32px;
}



/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -----  setting & detail  ----- */
html {
  font-size: 62.5%; }

body {
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: "YuGothic", "游ゴシック", "HiraKakuPro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, Osaka, sans-serif;
  font-weight: 500; }

h1 {
  display: none; }

* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

.hiddenheader {
  display: none; }

/* -----  heading_title_default  ----- */
.dottedLine {
  display: flex;
  align-items: center;
  font-size: 3.0rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  color: #ff7600;
  }
  @media only screen and (max-width: 568px) {
    .dottedLine {
      font-size: 2.8rem; } }
  .dottedLine > span {
    padding: 0 5px;
    }
  .dottedLine::before, .dottedLine::after {
    /*background-image: url("/wp-content/themes/TMC/lp/omnibus_voice/img/mori_dot_line.png");*/
	background-image: url("/wp-content/uploads/2022/03/omnibus-dot-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    flex-grow: 1;
    height: 4px; }
    @media only screen and (max-width: 568px) {
      .dottedLine::before, .dottedLine::after {
        /*background-image: url("../images/mori_dot_line_sp_pattern2.png");*/
        background-image: url("/wp-content/uploads/2018/06/mori_dot_line_sp_pattern2.png");
        background-repeat: repeat-x; } }
  .dottedLine::before {
    margin-right: 1rem;
    background-position: right; }
    @media only screen and (max-width: 568px) {
      .dottedLine::before {
        margin-left: 20px; } }
    @media only screen and (max-width: 320px) {
      .dottedLine::before {
        margin-left: 5px; } }
  .dottedLine::after {
    margin-left: 1rem;
    background-position: left; }
    @media only screen and (max-width: 568px) {
      .dottedLine::after {
        margin-right: 20px; } }
    @media only screen and (max-width: 320px) {
      .dottedLine::after {
        margin-right: 5px; } }

.underLine {
  position: relative;
  display: inline-block;
  margin: 90px auto 30px;
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #ff7600;
  }
  @media only screen and (max-width: 568px) {
    .underLine {
      margin: 30px 0 25px;
      font-size: 2rem;
      line-height: 1.5;
      } }
  .underLine::after {
    content: " ";
    border-bottom: 2px solid #ff7600;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(50% - 7px);
    }
  .underLine::before {
    content: " ";
    border-bottom: 2px solid #ff7600;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(50% - 7px);
    }
  .underLine__topimg {
    margin-top: 100px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center; }
    .underLine__topimg > img {
      width: 67px; }
  .underLine span::before {
    top: 96%;
    left: calc(50% - 7px);
    /*background-image: url("/wp-content/themes/TMC/lp/omnibus_voice/img/mori_balloon_triangle.png");*/
	  background-image: url("/wp-content/uploads/2022/03/omnibus-balloon-triangle.png");
    content: " ";
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(33px / 2);
    height: calc(29px / 2);
    position: absolute;
    pointer-events: none; }

.jsFrameIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s, transform .5s; }
  .jsFrameIn.jsActive {
    opacity: 1;
    transform: translateY(0);
    margin: 0 10px;
    /* padding: 0 15px; */
    }

.hover-Anim {
  transition-property: all;
  transition: 0.3s ease 0s; }
  @media only screen and (min-width: 569px) {
    .hover-Anim:hover {
      opacity: .8; } }

/* -----  modal  ----- */
.modal {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  z-index: 1000;
  display: none;
  position: fixed; }
  @media only screen and (max-width: 568px) {
    .modal {
      position: fixed;
      width: 90%;
      height: auto;
      padding-bottom: 20px; } }
  @media screen and (max-width: 1040px) {
    .modal {
      width: 90%; } }
  .modal__title {
    max-width: 1020px;
    width: 100%;
    background-color: #4679bd;
    border-radius: 10px 10px 0 0;
    padding: 20px 0;
    z-index: 1010;
    position: relative; }
    @media only screen and (max-width: 568px) {
      .modal__title {
        width: 100%; } }
    .modal__title--icon {
      position: absolute;
      top: 8px;
      left: 10px;
      border-radius: 5px;
      background-color: #fff;
      padding: 4px; }
      @media only screen and (max-width: 320px) {
        .modal__title--icon {
          top: 10px;
          left: 10px; } }
      .modal__title--icon > img {
        height: 43px;
        width: auto; }
        @media only screen and (max-width: 568px) {
          .modal__title--icon > img {
            height: 38px; } }
        @media only screen and (max-width: 320px) {
          .modal__title--icon > img {
            height: 28px; } }
    .modal__title--body {
      top: 0;
      color: #fff;
      font-size: 3rem; }
      @media only screen and (max-width: 568px) {
        .modal__title--body {
          font-size: 2.2rem; } }
    .modal__title--close {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translate(0, -50%); }
      @media only screen and (max-width: 568px) {
        .modal__title--close {
          right: 18px;
          top: 32px; } }
    .modal__title--closeButton {
      color: #00f;
      text-decoration: underline;
      cursor: pointer; }
      .modal__title--closeButton > img {
        width: 36px;
        height: auto; }
        @media only screen and (max-width: 568px) {
          .modal__title--closeButton > img {
            width: 20px; } }
  .modal__box--body {
    width: 100%; }
    .modal__box--body > p {
      padding: 0 50px 50px;
      text-align: justify;
      text-justify: inter-ideograph;
      color: #333;
      font-size: 1.6rem;
      line-height: 2; }
      @media only screen and (max-width: 568px) {
        .modal__box--body > p {
          padding: 20px; } }
  .modal__box--mov {
    width: 100%;
    padding: 50px 50px 20px 50px; }
    @media only screen and (max-width: 568px) {
      .modal__box--mov {
        width: 100%;
        padding: 10px; } }
    .modal__box--mov > .modalMov {
      margin: 0 auto;
      padding-top: 56.25%;
      position: relative;
      width: 100%; }
      @media only screen and (max-width: 568px) {
        .modal__box--mov > .modalMov {
          width: 100%;
          height: auto; } }
      .modal__box--mov > .modalMov iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
  .modal__box--spCloseBtn {
    display: none; }
    @media only screen and (max-width: 568px) {
      .modal__box--spCloseBtn {




        cursor: pointer;
        display: block;
        width: 135px;
        height: 35px;
        margin: 20px auto;
        padding-top: 7px;
        border-radius: 64px;
        border: solid #4679bd 2px;
        color: #4679bd; } }

.modalOverlay {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: .6s all;
  visibility: hidden;
  z-index: 101; }
  .modalOverlay.jsActive {
    opacity: 1;
    visibility: visible; }

.spOnry {
  display: none; }
  @media only screen and (max-width: 568px) {
    .spOnry {
      display: block; } }

/* -----  spmenu  ----- */
.globalMenuSp {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  transform: translateY(-120%);
  transition: all 0.9s;
  width: 100%; }
  .globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    .globalMenuSp ul li {
      font-size: 1.1em;
      list-style-type: none;
      padding: 0;
      width: 95%;
      margin: 0 auto;
      border-top: 1px solid #efefef;
      text-align: left;
      position: relative; }
      .globalMenuSp ul li:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        width: 9px;
        height: 9px;
        border-top: 2px solid #4679bd;
        border-right: 2px solid #4679bd;
        transform: translateY(50%) rotate(45deg); }
      .globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        border-bottom: 1px solid #efefef;
        text-align: left; }
      .globalMenuSp ul li a {
        display: block;
        color: #000;
        padding: 19px 0 18px 30px;
        text-decoration: none; }
  .globalMenuSp__logo {
    width: 100%;
    padding: 10px;
    text-align: center; }
    .globalMenuSp__logo--img {
      width: 130px; }
  .globalMenuSp.active {
    visibility: visible;
    transform: translateY(0%); }
  .globalMenuSp__button {
    display: block;
    margin: 20px auto;
    max-width: 355px;
    text-align: center;
    width: 90%;
    font-size: 2.2rem;
    font-weight: bold;
    padding-top: 19px;
    background-color: #ff9900;
    height: 58px;
    color: #fff;
    border-radius: 29px;
    text-decoration: none; }
  .globalMenuSp__buttonAnchor {
    text-decoration: none; }

.spMenuButton {
  display: block;
  position: absolute;
  right: 3px;
  top: 1px;
  width: 40px;
  height: 51px;
  z-index: 1003;
  text-align: center; }
  @media only screen and (min-width: 569px) {
    .spMenuButton {
      display: none; } }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .spMenuButton {
      display: block; } }
  .spMenuButton:hover {
    cursor: pointer; }
  .spMenuButton.active {
    position: fixed; }
  .spMenuButton span {
    display: block;
    position: absolute;
    width: 28px;
    border-bottom: solid 2px #4679bd;
    transition: .35s ease-in-out;
    left: 6px; }
  .spMenuButton span:nth-child(1) {
    top: 9px; }
  .spMenuButton span:nth-child(2) {
    top: 18px; }
  .spMenuButton span:nth-child(3) {
    top: 27px; }
  .spMenuButton span:nth-child(4) {
    border: none;
    color: #4679bd;
    font-size: 5px;
    top: 34px; }
  .spMenuButton.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    transform: rotate(-45deg); }
  .spMenuButton.active span:nth-child(2),
  .spMenuButton.active span:nth-child(3) {
    top: 18px;
    transform: rotate(45deg); }
  .spMenuButton .menuOpen {
    width: 26px; }
  .spMenuButton .menuClose {
    display: none;
    width: 20px; }

/* -----  header  ----- */
.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10000;
  /*background-image: url("../images/mori_bg_checkered.jpg");*/
  background-image: url("/wp-content/uploads/2018/06/mori_bg_checkered.jpg");
  background-repeat: repeat; }


.headerInfomationArea {
  background-color: #fff;
  width: 100%; }

.headerInfomation {
  background-color: #fff;
  max-width: 1240px;
  margin: 0 auto 0;
  position: relative;
  height:90px; }
  @media only screen and (max-width: 568px) {
    .headerInfomation {
      height: 50px; } }
  .headerInfomation__logoimg {
    width: 175px;
    top: 9px;
    left: 20px;
    position: absolute;
    }
    @media only screen and (max-width: 568px) {
      .headerInfomation__logoimg {
        /* top: 12px; */
        left: 7px;
        width: 100px;
        } }
  .headerInfomation__menu {
    display: none; }
    @media only screen and (min-width: 569px) {
      .headerInfomation__menu {
        display: block;
        /* width: 650px; */
        margin: 0 20px 0 226px;
        background-color: #fff;
        position: relative;
        text-align: right;
        } }
    @media only screen and (min-width: 569px) and (max-width: 980px) {
      .headerInfomation__menu {
        display: none;
        list-style: none; } }
    .headerInfomation__menu--item {
      list-style: none;
      padding-top: 17px; }
      .headerInfomation__menu--item > li {
        font-size: 1.8rem;
        margin: 0 8px;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        }
        .headerInfomation__menu--item > li > a {
          text-decoration: none;
          color: #000;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          height: 55px;
          padding: 5px 5px 5px 5px;
          transition: none; }
          .headerInfomation__menu--item > li > a:before {
            visibility: hidden;
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            border-bottom: 3px solid #ff7600;
            transform: scaleX(0);
            transition: .5s;
            }
          .headerInfomation__menu--item > li > a:hover:before, .headerInfomation__menu--item > li > a.is-active:before {
            visibility: visible;
            transform: scaleX(1); }
          .headerInfomation__menu--item > li > a:hover {
            text-decoration: none; }
          .headerInfomation__menu--item > li > a.is-active {
            pointer-events: none; }
    .headerInfomation__contactimgs {
      display: none;}
    @media screen and (min-width: 1181px) {
      .headerInfomation__contactimgs {
        display: block;
        right: 110px;
        position: absolute;
        top: 14px;
        width: 210px;}}
    @media only screen and (max-width: 568px) {
      .headerInfomation__contactimgs {
        display: block;
        right: 50px;
        position: absolute;
        top: 7px;
        width: 120px;}}
    .headerInfomation__contactimgs > img {
      position: absolute;
      width: 210px;}
    .headerInfomation__contactimgs:hover{
      opacity: 0.6;
      filter: alpha(opacity=60);
      -moz-opacity:0.6;}
  .headerInfomation__tmcimgs {
    display: none; }
    @media screen and (min-width: 981px) {
      .headerInfomation__tmcimgs {
        display: block;
        right: 4px;
        position: absolute;
        top: 21px;
        width: 75px; } }
    @media screen and (min-width: 1180px) {
      .headerInfomation__tmcimgs {
        display: block;
        right: 4px;
        position: absolute;
        top: 21px;
        width: 75px; } }

/* -----  main visual  ----- */
.Mainvisual {
  /*background-image: url("../images/mori_keyvisual_mainbg_pc.png");*/
  background-image: url("/wp-content/uploads/2018/06/mori_keyvisual_mainbg_pc.png");
  background-position: 0 -90px;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 1282px;
  height: 580px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1280px) {
    .Mainvisual {
      background-size: cover;
      background-position: center -90px; } }
  @media only screen and (max-width: 568px) {
    .Mainvisual {
      background-position: 0 -45px;
      /*background-image: url("../images/mori_keyvisual_mainbg_sp.png");*/
      background-image: url("/wp-content/uploads/2018/06/mori_keyvisual_mainbg_sp.png"); } }
  .Mainvisual__maintext {
    position: absolute; }
    .Mainvisual__maintext > img {
      max-width: 90%; }
      @media only screen and (min-width: 569px) {
        .Mainvisual__maintext > img {
          max-width: 390px; } }
    @media only screen and (min-width: 569px) and (max-width: 980px) {
      .Mainvisual__maintext {
        display: block;
        right: 50px; } }
    @media only screen and (min-width: 569px) {
      .Mainvisual__maintext {
        text-align: right;
        top: 230px;
        right: 91px; } }
    @media only screen and (max-width: 568px) {
      .Mainvisual__maintext {
        display: none; } }
    .Mainvisual__maintext--copy2 {
      font-size: 2.3rem;
      position: absolute;
      letter-spacing: 0.02em;
      line-height: 1.3em;
      color: #4679bd; }
      @media only screen and (min-width: 569px) {
        .Mainvisual__maintext--copy2 {
          text-align: right;
          top: 389px;
          right: 104px; } }
  .Mainvisual__deviceimg {
    position: absolute;
    bottom: 0;
    left: 94px;
    width: 33.4765625%; }
    @media only screen and (max-width: 568px) {
      .Mainvisual__deviceimg {
        display: none; } }
    .Mainvisual__deviceimg > img {
      width: 100%; }
  .Mainvisual__overawardimg {
    position: absolute;
    bottom: 20px;
    left: 0; }
    @media only screen and (min-width: 569px) {
      .Mainvisual__overawardimg {
        bottom: 37px;
        left: 100px; } }
  .Mainvisual__overawardimg img {
    width: 80%; }
    @media only screen and (min-width: 569px) {
      .Mainvisual__overawardimg img {
        max-width: 450px; } }
  @media only screen and (max-width: 568px) {
    .Mainvisual__maintext_sp {
      display: block;
      padding-top: 170px;
      margin: 0px auto; } }
  .Mainvisual__maintext_sp > img {
    max-width: 90%; }
  @media only screen and (min-width: 569px) {
    .Mainvisual__maintext_sp {
      display: none; } }
  @media only screen and (max-width: 568px) {
    .Mainvisual__maintext_sp {
      width: 300px; } }
  .Mainvisual__deviceimg_sp {
    display: block;
    margin: 10px auto; }
    @media only screen and (min-width: 569px) {
      .Mainvisual__deviceimg_sp {
        display: none; } }
    .Mainvisual__deviceimg_sp > img {
      width: 280px;
      margin-right: 20px; }

.voiceInfomationArea {
  /*background-image: url("../images/mori_bg_box.jpg");*/
  background-image: url("/wp-content/uploads/2018/06/mori_bg_box.jpg");
  width: 100%;
  height: 60px;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000; }

.voiceInfomation {
  background: #fff;
  color: #000;
  width: 100%; }

.interviewTitle {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 20px;
  font-size: 2.5rem;
  color: #ff7600;
  font-weight: bold;
  line-height: 1.3em;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  }
  .interviewTitle::before {
   /* content: "お客様の声｜";*/ }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .interviewTitle {
      font-size: 1.7rem; } }
  @media only screen and (max-width: 568px) {
    .interviewTitle {
      font-size: 1.7rem; } }

.interviewBody {
  /*background-image: url("../images/mori_bg_checkered.jpg");*/
  background-image: url("/wp-content/uploads/2018/06/mori_bg_checkered.jpg");
  background-repeat: repeat;
  padding: 40px 0;
  margin-bottom: 30px;
  }

.interviewMainVisual {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  height: 600px; }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .interviewMainVisual {
      height: 400px; } }
  @media only screen and (max-width: 568px) {
    .interviewMainVisual {
      height: 250px; } }

.interviewMainVisual__img > img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .interviewMainVisual__img > img {
      height: 400px; } }
  @media only screen and (max-width: 568px) {
    .interviewMainVisual__img > img {
      height: 250px; } }

.interviewMainVisual__user {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
  background: #ff99009e;
  color: #fff;
  font-size: 3.5rem;
  padding: 15px 30px;
  text-align: left;
  line-height: 1.2em;
  margin: 0 15px;
  }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .interviewMainVisual__user {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 568px) {
    .interviewMainVisual__user {
      font-size: 1.9rem; } }

.interviewAbout {
  padding: 20px 0; }

.interviewAbout--text {
  color: #000;
  font-size: 1.8rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  text-align: left;
  line-height: 1.5;
    border-radius: 20px;
  /* border: solid 1.5px #5f5f5f; */
  /*background-image: url("/wp-content/themes/TMC/lp/omnibus_voice/img/bg01.jpg");*/
	background-image: url("/wp-content/uploads/2022/03/omnibus-bg.jpg");
  }
  @media only screen and (max-width: 568px) {
    .interviewAbout--text {
      font-size: 1.5rem;
      padding: 20px;
      margin: 10px; } }

.interviewOutline {
  padding: 10px 0 20px;
  margin-bottom:20px;
  }

.interviewOutline__box {
  color: #000;
  font-size: 1.8rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5; }
  @media only screen and (max-width: 568px) {
    .interviewOutline__box {
      font-size: 1.5rem; } }

.interviewOutline__box--problem {
  margin: 20px;
  display: flex; }
  .interviewOutline__box--problem::before {
    position: absolute;
    width: 100px;
    text-align: center;
    background-color: #4679bd;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 0 5px;
    color: #fff;
    content: "導入背景";
    }
  .interviewOutline__box--problem > p {
    display: block;
    position: relative;
    padding: 5px 0 0 120px; }

.interviewOutline__box--use {
  margin: 20px;
  display: flex; }
  .interviewOutline__box--use::before {
    position: absolute;
    width: 100px;
    text-align: center;
    background-color: #46bd60;
    border-radius: 21px;
    padding: 5px 10px;
    margin: 0 5px;
    color: #fff;
    content: "活用方法";
    }
  .interviewOutline__box--use > p {
    display: block;
    position: relative;
    padding: 5px 0 0 120px; }

.interviewOutline__box--effect {
  margin: 20px;
  display: flex; }
  .interviewOutline__box--effect::before {
    position: absolute;
    width: 100px;
    text-align: center;
    background-color: #ff7600;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 0 5px;
    color: #fff;
    content: "導入効果";
    }
  .interviewOutline__box--effect > p {
    display: block;
    position: relative;
    padding: 5px 0 0 120px; }

.interviewArea {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 30px;
  color: #000;
  text-align: justify;
  font-size: 2.0rem;
  }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .interviewArea {
      font-size: 1.7rem; } }
  @media only screen and (max-width: 568px) {
    .interviewArea {
      font-size: 1.7rem; } }

.interview__box--full {
  width: 100%;
  line-height: 1.5; }

.interview__box--full--interview {
  padding: 20px; }

.interview__box--full--wrap {
  font-size: 2.6rem;
  font-weight: bold;
  color: #ff7600;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  background: #cccccc2b;
}

  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .interview__box--full--wrap {
      font-size: 2.3rem; } }
  @media only screen and (max-width: 568px) {
    .interview__box--full--wrap {
      font-size: 2.0rem; } }

.interview__box--full--interviewer {
  margin: 30px 0 10px;
  font-weight: bold; }
  .interview__box--full--interviewer::before {
    content: "--"; }



.interview__box--full--interviewee {
  margin: 10px 0 30px; }
  .interview__box--full--interviewee em {
    background: linear-gradient(transparent 60%, yellow 60%);
    }

.interview__box--full--img {
  width: 80%;
  padding: 20px;
  margin: 0 auto; }
  .interview__box--full--img > img {
    width: 100%; }
  .interview__box--full--img > p {
    color: #000;
    font-size: 1.5rem;
    text-align: left; }

.interview__box--half {
  width: 100%;
  display: flex;
  line-height: 1.5; }

.interview__box--half--interview {
  width: 50%;
  padding: 20px; }

.interview__box--half--wrap {
  font-size: 2.6rem;
  font-weight: bold;
  color: #4679bd; }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .interview__box--half--wrap {
      font-size: 2.3rem; } }
  @media only screen and (max-width: 568px) {
    .interview__box--half--wrap {
      font-size: 2.0rem; } }

.interview__box--half--interviewer {
  margin: 30px 0 10px;
  font-weight: bold; }
  .interview__box--half--interviewer::before {
    content: "--"; }

.interview__box--half--interviewee {
  margin: 10px 0 30px; }
  .interview__box--half--interviewee em {
    background-color: #FFFFE0; }

.interview__box--half--img {
  width: 50%;
  padding: 20px; }
  .interview__box--half--img > img {
    width: 100%; }
  .interview__box--half--img > p {
    color: #000;
    font-size: 1.5rem;
    text-align: left; }

.interview__box--split {
  width: 100%;
  display: flex;
  margin: auto auto 20px;
  line-height: 1.5; }

.interview__box--split--interview {
  width: 600px;
  padding: 20px; }

.interview__box--split--wrap {
  font-size: 2.6rem;
  font-weight: bold;
  color: #ff7600;
  }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .interview__box--split--wrap {
      font-size: 2.3rem; } }
  @media only screen and (max-width: 568px) {
    .interview__box--split--wrap {
      font-size: 2.0rem; } }

.interview__box--split--interviewer {
  margin: 30px 0 10px;
  font-weight: bold; }
  .interview__box--split--interviewer::before {
    content: "--"; }

.interview__box--split--interviewee {
  margin: 10px 0 30px; }
  .interview__box--split--interviewee em {
    background: linear-gradient(transparent 60%, #ff990073 60%);
    }

.interview__box--split--img {
  width: 300px;
  padding: 20px; }
  .interview__box--split--img > img {
    width: 100%; }
  .interview__box--split--img > p {
    color: #000;
    font-size: 1.5rem;
    text-align: left; }

@media only screen and (max-width: 568px) {
 .interview__box--split {
     display: block;}
.interview__box--split--interview {
  width: 100%;
    display: block;
} 
.interview__box--split--img {
  width: 100%;
        display: block;
      } }


.interview__box--Thanks {
  width: 100%;
  margin: auto;
  padding: 20px;
  font-size: 2.0rem;
  text-align: left;
  color: #ff7600;
  font-weight: bold;
  }

.companyDateArea {
  /*background-image: url("/wp-content/themes/TMC/lp/omnibus_voice/img/bg01.jpg");*/
  background-image: url("/wp-content/uploads/2022/03/omnibus-bg.jpg");
  width: 100%;
  color: #000; }

.companyDate {
  max-width: 890px;
  margin: 60px auto 20px;
  color: #333;
  text-align: left;
  display: flex;
  padding: 20px;
  }

  @media only screen and (max-width: 980px) {
    .companyDate {

  margin: 60px auto 20px;
  }
  }

  @media only screen and (max-width: 568px) {
    .companyDate {

  margin: 20px auto 20px;
  }
  }
.companyDate__text {
  margin:0 0 20px;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 2; }
  .companyDate__text span {
    font-weight: bold; }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .companyDate__text {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 568px) {
    .companyDate__text {
      font-size: 1.3rem; } }

/* -----  footer  ----- */
.footer {
  background-color: #fff;
  width: 100%; }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .footer {
      height: inherit; } }
  @media only screen and (max-width: 568px) {
    .footer {
      height: inherit; } }

.footerArea {
  max-width: 1240px;
  margin: 30px auto 0;
  position: relative;
  color: #333;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  }
  @media only screen and (min-width: 569px) and (max-width: 980px) {
    .footerArea {
      width: 100%;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 568px) {
    .footerArea {
      width: 100%;
      flex-wrap: wrap; } }
  .footerArea__icon {
    margin: 20px 26px;
    width: 75px;
    display: inline-block;
    position: relative; }
    @media only screen and (min-width: 569px) and (max-width: 980px) {
      .footerArea__icon {
        margin: 20px 20px 20px 10px; } }
    @media only screen and (max-width: 568px) {
      .footerArea__icon {
        margin: 20px 20px 20px 10px; } }
  .footerArea__icon img {
    width: 75px; }
  .footerArea__text {
    position: relative;
    line-height: 2rem;
    padding: 15px 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
    width: 40%;
    display: inline-block;
    }
    @media only screen and (min-width: 569px) and (max-width: 980px) {
      .footerArea__text {
        font-size: 1.3rem;
        width: calc(100% - 105px); } }
    @media only screen and (max-width: 568px) {
      .footerArea__text {
        font-size: 1.3rem;
        width: calc(100% - 105px); } }
    .footerArea__text--url {
      text-decoration: none;
      color: #333; }
  .footerArea__copy {
    display: inline-block;
    text-align: right;
    position: relative;
    margin: 0 26px;
    padding: 36px 0 0 0;
    width: calc(60% - 127px);
    line-height: 2rem;
    letter-spacing: 1px;
    font-size: 1.5rem;
    }
    @media only screen and (min-width: 569px) and (max-width: 980px) {
      .footerArea__copy {
        width: 100%;
        right: inherit;
        font-size: 1.3rem;
        text-align: center;
        padding: 20px 0; } }
    @media only screen and (max-width: 568px) {
      .footerArea__copy {
        width: 100%;
        right: inherit;
        font-size: 1.3rem;
        text-align: center;
        padding: 20px 0; } }
/* -----  特徴　こんなことでお悩みではありませんか  ----- */
.troubleList {
  max-width: 872px;
  width: 100%;
  margin: 20px auto 0;
}

@media screen and (max-width: 850px) {
  .troubleList {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 568px) {
  .troubleList {
    padding: 0 0px;
  }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .troubleList {
    padding: 0 20px;
  }
}

.troubleList__body {
  font-size: 1.8rem;
  color: #000;
  text-align: left;
  padding-left: 20px;
  line-height: 20px;
  /*background: url("../images/mori_chk.png");*/
  background: url("/wp-content/uploads/2018/06/mori_chk.png");
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 20px;
  font-weight: bold;
}

@media only screen and (max-width: 568px) {
  .troubleList__body {
    padding: 0;
    margin: 0 20px 0px;
  }
}

.troubleList__body > p {
  padding: 0 0 0 2em;
  background-position: left top;
  text-indent: 0em;
}

@media only screen and (max-width: 568px) {
  .troubleList__body > p {
    font-size: 1.8rem;
    margin: 20px -0;
  }
}

.resolution {
  /*background: url("../images/mori_ic_arrow_1.png");*/
  background: url("/wp-content/uploads/2018/06/mori_ic_arrow_1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 50px;
  padding-top: 113px;
  font-weight: bold;
  margin: 40px auto 20px;
  color: #4679bd;
}

@media only screen and (max-width: 568px) {
  .resolution {
    padding-top: 55px;
    background-size: 23px;
  }
}

.resolution__body {
  font-size: 39px;
  padding: 0px;
  letter-spacing: 0.1rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fceb5c));
  background: -webkit-linear-gradient(transparent 80%, #fceb5c 80%);
  background: -o-linear-gradient(transparent 80%, #fceb5c 80%);
  background: linear-gradient(transparent 80%, #fceb5c 80%);
}

@media only screen and (max-width: 568px) {
  .resolution__body {
    padding-bottom: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(80%, #fceb5c));
    background: -webkit-linear-gradient(transparent 65%, #fceb5c 80%);
    background: -o-linear-gradient(transparent 65%, #fceb5c 80%);
    background: linear-gradient(transparent 65%, #fceb5c 80%);
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
    font-weight: inherit;
    line-height: 1.4;
  }
}

/* -----  float_button  ----- */
.floatbtnarea {
  position: fixed;
  bottom: 0;
  padding: 0;
  visibility: visible;
  right: 0;
  /*right: calc((100% - 1280px)/2);*/
  margin: 0 auto;
  line-height: 5rem;
  text-decoration: none;
  z-index: 10;
}

@media screen and (max-width: 1280px) {
  .floatbtnarea {
    right: 0;
  }
}

.floatButtons {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .floatButtons {
    max-width: inherit;
  }
}

.floatButtons__free {
  opacity: 1;
  visibility: visible;
}

.floatButtons__freeimg {
  width: 270px;
  margin-right: 16px;
}

@media only screen and (max-width: 568px) {
  .floatButtons__freeimg {
    display: none;
  }
}

.floatButtons__freeimgSp {
  display: none;
  max-width: 275px;
  margin-right: 16px;
}

@media only screen and (max-width: 568px) {
  .floatButtons__freeimgSp {
    display: inherit;
  }
}

@media screen and (max-width: 371px) {
  .floatButtons__freeimgSp {
    margin-right: 3px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 320px) {
  .floatButtons__freeimgSp {
    margin-right: 3px;
    max-width: 240px;
  }
}

.floatButtons__topimg {
  width: 80px;
  margin-right: 22px;
}

@media only screen and (max-width: 568px) {
  .floatButtons__topimg {
    width: 65px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .floatButtons__topimg {
    margin-right: 10px;
    width: 55px;
  }
}

.button-fadeout {
  opacity: 0;
  visibility: hidden;
}

/* -----  ご利用ステップ  ----- */
.ordersteparea {
  /*background-image: url("/wp-content/themes/TMC/lp/omnibus_voice/img/mori_bg_stripe.jpg");*/
  background-image: url("/wp-content/uploads/2022/03/omnibus-bg-stripe.jpg");
  background-repeat: repeat;
  padding-top: 5px;
  color: #333;
  border-radius: 20px;
}

.ordersteparea .dottedLine {
  margin: 0px auto 15px;
}

@media only screen and (max-width: 568px) {
  .ordersteparea .dottedLine {
    width: 100%;
  }
}

@media screen and (max-width: 778px) {
  .ordersteparea .dottedLine::before, .ordersteparea .dottedLine::after {
    /*background-image: url("/wp-content/themes/TMC/lp/omnibus_voice/img/mori_dot_line_sp_pattern2.png");*/
	background-image: url("/wp-content/uploads/2022/03/omnibus-dot-line-sp-pattern2.png");
    background-repeat: repeat-x;
  }
}

@media screen and (max-width: 778px) {
  .ordersteparea .dottedLine::before {
    margin-left: 20px;
  }
}

@media screen and (max-width: 778px) {
  .ordersteparea .dottedLine::after {
    margin-right: 20px;
  }
}

.ordersteparea .underLine__topimg {
  margin-top: 65px;
}

.ordersteparea .underLine__topimg > img {
  width: 158px;
}

.ordersteparea .orderstep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 30px;
  height: 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: inherit;
  margin: 0 auto;
}

@media only screen and (min-width: 569px) {
  .ordersteparea .orderstep {
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .ordersteparea .orderstep {
    width: 90%;
  }
}

@media only screen and (max-width: 568px) {
  .ordersteparea .orderstep {
    padding-right: inherit;
    height: inherit;
    width: 100%;
  }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .ordersteparea .orderstep {
    padding-right: inherit;
    height: inherit;
    width: 100%;

  }
}

.ordersteparea .orderstep__step {
  width: 47%;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .ordersteparea .orderstep__step {
    width: 100%;
    position: inherit;
  }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .ordersteparea .orderstep__step {
    width: 100%;
    position: inherit;
  }
}

.ordersteparea .orderstep__step--arrow {
  max-width: 40px;
  margin-top: 90px;
}

@media only screen and (max-width: 568px) {
  .ordersteparea .orderstep__step--arrow {
    display: none;
    position: inherit;
  }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .ordersteparea .orderstep__step--arrow {
    display: none;
    position: inherit;
  }
}

.ordersteparea .orderstep__step--title {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 568px) {
  .ordersteparea .orderstep__step--title {
    width: 100%;
    position: inherit;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .ordersteparea .orderstep__step--title {
    width: 100%;
    position: inherit;
    margin: 0 auto;
  }
}

.ordersteparea .orderstep__step--title_step1 {
  color: #34a02c;
  font-size: 2.2rem;
  width: 200px;
  height: 200px;
  background-color: #fff;
  -ms-flex-item-align: auto;
      align-self: auto;
  border-radius: 100px;
  border: solid #34a02c 5px;
  padding-top: 48px;
}

@media only screen and (max-width: 568px) {
  .ordersteparea .orderstep__step--title_step1 {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .ordersteparea .orderstep__step--title_step1 {
    margin: 0 auto;
  }
}

.ordersteparea .orderstep__step--title_step2 {
  font-size: 2.2rem;
  color: #ff9900;
  width: 200px;
  height: 200px;
  background-color: #fff;
  -ms-flex-item-align: auto;
      align-self: auto;
  border-radius: 100px;
  border: solid #ff9900 5px;
  padding-top: 48px;
}

@media only screen and (max-width: 568px) {
  .ordersteparea .orderstep__step--title_step2 {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .ordersteparea .orderstep__step--title_step2 {
    margin: 0 auto;
  }
}

.ordersteparea .orderstep__step--title_string1 {
  font-size: 3.2rem;
}

.ordersteparea .orderstep__step--title_string2 {
  margin-top: 16px;
  font-size: 2.8rem;
  font-weight: 300;
}

.ordersteparea .orderstep__step--body {
  position: absolute;
  top: 30px;
  left: 240px;
  text-align: justify;
  text-justify: inter-ideograph;
  max-width: 270px;
  line-height: 1.9em;
}

@media only screen and (max-width: 568px) {
  .ordersteparea .orderstep__step--body {
    max-width: inherit;
    width: 100%;
    position: inherit;
    padding: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .ordersteparea .orderstep__step--body {
    max-width: inherit;
    width: 600px;
    position: inherit;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.ordersteparea .orderstep__step--body > p {
  width: 100%;
}

.ordersteparea .orderstep__arrow {
  display: inline;
  vertical-align: middle;
}
/* -----  ダウンロード  ----- */
.link{
  font-size: 2rem;
  font-weight: bold;
  margin:20px 0 40px;
}
.link > a{
  text-decoration: none;
}
.link--item {
  display: inline-block;
  margin:10px;
  width: 260px;
  height:60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #ff7100;
  border-bottom: 6px solid #532d0075;
  border-radius: 5px;
  transition: .5s;
}

.link--item:hover {
  background-color: #ffcb8a;
  border-bottom: 6px solid #533600;
}
/* -----  フォーム  ----- */
input[type="radio"] {text-align: left;}
}

#satori__creative_container *, #satori__creative_container :after, #satori__creative_container :before, #satori__form_container *, #satori__form_container :after, #satori__form_container :before, #satori__html_part_container *, #satori__html_part_container :after, #satori__html_part_container :before {

    text-align: left;
    
}


.pricesarea__trialText {
      padding-top: 75px;
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
      color: #333;
      padding: 100px 0 60px;
      font-size: 2rem;
      font-weight: bold;
      line-height: 2.8rem;
      width: 100%;
      text-align: center;
      margin: 20px auto 20px;
      padding: 0 20px;

}
.company-pro dt {font-weight: bold;/* font-size: 2rem; */}
.company-pro dd {padding-left: 18px;margin-bottom: 12px;}



.concept-img {
width: 90%;
    padding: 20px 20px 40px;
    margin: 0 auto;
}

  .concept-img > img {
    max-width: 700px;
    width: 100%; }