
@import url("https://fonts.googleapis.com/css?family=Montserrat:600,500");
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
/** extend */
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
html {
  font-size: 62.5%; }
body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%; }
.font-lato {
  font-family: "Lato", "Noto Sans JP", sans-serif; }
a {
  color: #000000;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
.l-main {
  line-height: 1.2; }
.l-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 15px 0; }
.l-footer__sns {
    display: block;
    list-style: none;
    margin: 40px 0;
    text-align: center; }
.l-footer__sns img {
    filter: drop-shadow( 0 2px 4px rgba(0, 0, 0, 0.7));
    -webkit-transition: opacity ease-out .1s .1s;
            transition: opacity ease-out .1s .1s;
    width: 48px; }
.l-footer__sns img:hover {
    opacity: 0.8; }
.l-footer__sns li {
    display: inline-block;
    padding: 0 12px; }
.l-footer__copy {
    /*letter-spacing: 0.1em;*/
    padding: 8px 0;
    text-align: center; }
.l-header {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.l-header h1 {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-size: 16px;
    color: #ffffff;
    height: 24px;
    padding: 0 40px;
    width: 120px; }
.l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.l-header__nav_list > li {
    color: #ffffff;
    font-size: 1.6rem;
    height: 100%;
    position: relative; }
.l-header__nav_list p {
    cursor: pointer;
    padding: 27px 20px; }
.l-header__nav_list a {
    color: #ffffff;
    display: block;
    padding: 27px 20px; }
.l-header__nav_list_sub {
    background-color: #000000;
    display: none; }
.l-header__nav_list_sub > li a {
      font-size: 1.4rem;
      padding: 10px 15px; }
.l-header__nav_list_mypage a {
    /*background-color: #ff0000;*/
    display: block;
    /*letter-spacing: 0.1em;*/
    padding: 18px 38px;
    height: 100%;
    text-align: center; }
.l-header__nav_list_mypage span {
    display: block; }
.l-header__nav_list_mypage small {
    font-size: 1.4rem; }
.l-header__menubtn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    width: 50px;
    z-index: 3002; }
.l-header__menubtn.is-open .l-header__menubtn_border span:nth-of-type(1) {
      top: 6px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.l-header__menubtn.is-open .l-header__menubtn_border span:nth-of-type(2) {
      opacity: 0; }
.l-header__menubtn.is-open .l-header__menubtn_border span:nth-of-type(3) {
      bottom: 6px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.l-header__menubtn_border {
    height: 14px;
    position: relative;
    width: 15px; }
.l-header__menubtn_border span {
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #ffffff;
      height: 2px;
      position: absolute;
      left: 0;
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
      width: 100%; }
.l-header__menubtn_border span:nth-of-type(1) {
        top: 0; }
.l-header__menubtn_border span:nth-of-type(2) {
        top: 6px; }
.l-header__menubtn_border span:nth-of-type(3) {
        bottom: 0; }
.l-header__openarea {
    background-color: rgba(0, 0, 0, 0.86);
    padding-top: 80px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2980;
    display: none;
    opacity: 0;
    top: -100%;
    overflow-y: auto; }
.l-header__openarea-list {
      text-align: center; }
.l-header__openarea-list > li {
        font-size: 1.8rem;
        /*letter-spacing: 0.1em;*/
        border-bottom: 1px solid #333333;
        padding-bottom: 30px;
        margin-bottom: 30px; }
.l-header__openarea-list > li a {
          color: #ffffff;
          display: block; }
.l-header__openarea-list > li:last-of-type {
          margin-bottom: 0 !important;
          border-bottom: none; }
.l-header__openarea-list p {
        color: #ffffff;
        font-size: 1.8rem;
        /*letter-spacing: 0.1em;*/
        position: relative; }
.l-header__openarea-list p::after {
          content: "";
          display: block;
          width: 16px;
          height: 1px;
          background-color: #333333;
          margin: 12px auto; }
.l-header__openarea-list span {
        display: inline-block;
        position: relative; }
.l-header__openarea-list ul > li {
        font-size: 1.3rem;
        /*letter-spacing: 0;*/ }
.l-header__openarea-list ul > li a {
          color: #9c9c9c;
          display: block; }
.l-header__openarea-list ul > li + li {
          margin-top: 20px; }
/**
 * main.scss
 */
.l-main {
  font-size: 1.6rem;
  overflow: hidden; }
.l-pageNav {
  background-color: #ffffff;
  position: absolute;
  top: calc(100vh - 72px);
  left: 0;
  width: 100%;
  z-index: 3001; }
.l-pageNav.is-fixed {
    position: fixed;
    top: 0; }
.l-pageNav__head {
    background-color: #ffffff;
    position: relative;
    z-index: 3001; }
.l-pageNav__logo {
    font-size: 0;
    height: 16px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    width: 50px;
    z-index: 3000; }
.l-pageNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
.l-pageNav__list li {
      font-size: 1.6rem;
      font-weight: 500;
      /*letter-spacing: 0.1em;*/
      position: relative; }
.l-pageNav__list li::before {
        background-color: #000000;
        content: "";
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; }
.l-pageNav__list li::after {
        border-style: solid;
        border-width: 0 9.5px 12px 9.5px;
        border-color: transparent transparent #000000 transparent;
        content: "";
        height: 0;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 3px;
        width: 0; }
.l-pageNav__list li.is-current {
        pointer-events: none; }
.l-pageNav__list li a {
        display: block;
        position: relative;
        padding: 27px 0;
        text-align: center; }
.l-pageNav__menubtn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    z-index: 3002; }
.l-pageNav__menubtn.is-active .l-pageNav__menubtn_border span:nth-of-type(1) {
      top: 6px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.l-pageNav__menubtn.is-active .l-pageNav__menubtn_border span:nth-of-type(2) {
      opacity: 0; }
.l-pageNav__menubtn.is-active .l-pageNav__menubtn_border span:nth-of-type(3) {
      bottom: 6px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.l-pageNav__menubtn_border {
    height: 14px;
    position: relative;
    width: 15px; }
.l-pageNav__menubtn_border span {
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #000000;
      height: 2px;
      position: absolute;
      left: 0;
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
      width: 100%; }
.l-pageNav__menubtn_border span:nth-of-type(1) {
        top: 0; }
.l-pageNav__menubtn_border span:nth-of-type(2) {
        top: 6px; }
.l-pageNav__menubtn_border span:nth-of-type(3) {
        bottom: 0; }
.l-pageNav__openarea {
    background-color: rgba(0, 0, 0, 0.86);
    display: none;
    padding: 45px 0;
    height: calc(100vh - 50px);
    opacity: 0;
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    z-index: 3000; }
.l-pageNav__list_sub {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0;
    width: 80%; }
.l-pageNav__list_sub li {
      font-size: 1.4rem;
      /*letter-spacing: 0.1em;*/
      position: relative; }
.l-pageNav__list_sub li.is-current span::before {
        background-color: #000000;
        content: "";
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%; }
.l-pageNav__list_sub li a {
        display: block;
        position: relative;
        padding: 27px 0;
        text-align: center; }
.l-pageNav__list_sub li span {
        display: inline-block;
        position: relative; }
.l-pageNav__list_sub_plan {
    margin-top: 0; }
.l-pageNav__list_sub_plan a {
      background-color: #ff0000;
      color: #ffffff; }
.l-pageNav__list_sub_plan a span {
        position: relative;
        padding-left: 20px; }
.l-pageNav__list_sub_plan a span::before {
          border-left: #ffffff 2px solid;
          border-bottom: #ffffff 2px solid;
          content: "";
          height: 10px;
          position: absolute;
          top: 5px;
          left: 0;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          width: 15px; }
.faq {
  background-color: #f2f2f2; }
.faq h2 {
    color: #1e3d8b;
    font-size: 3.2rem;
    font-weight: bold;
    /*letter-spacing: 0.1em;*/
    text-align: center; }
.faq__list dl {
    background-color: #ffffff;
    line-height: 1.5;
    padding: 0 20px; }
.faq__list dl + dl {
      margin-top: 1px; }
.faq__list dl dt {
      cursor: pointer;
      position: relative;
      padding: 14px 40px 14px 1.8em;
      text-indent: -1.8em;
      font-size: 1em; }
.faq__list dl dt.is-open::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
.faq__list dl dt::before {
        background-color: #1e3d8b;
        content: "";
        height: 1px;
        margin: auto;
        position: absolute;
        top: 0;
        right: -5px;
        bottom: 0;
        width: 15px; }
.faq__list dl dt::after {
        background-color: #1e3d8b;
        content: "";
        height: 15px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 2px;
        bottom: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        width: 1px; }
.faq__list dl dd {
      border-top: #f2f2f2 1px solid;
      display: none;
      padding: 10px 40px 14px 1.8em;
      /*text-indent: -1.8em;*/
      font-size: 1em; }
.faq__list dl dd a {
        text-decoration: underline; }
.info {
  /*background: #122964;
  background: -webkit-gradient(linear, left top, left bottom, from(#122964), to(#050c1f));
  background: linear-gradient(to bottom, #122964 0%, #050c1f 100%);*/
  background: #374DFA;
  background: -webkit-gradient(linear, left top, right bottom, from(#374DFA), to(#5EFCE8));
  background: linear-gradient(-43deg, #374DFA 0%, #5EFCE8 100%);
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
.info__canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity ease-out 1s .5s;
            transition: opacity ease-out 1s .5s; }
.info.inview .info__canvas {
    opacity: 1; }
.info .c-btn__red {
    margin: 40px auto; }
.info__wrap {
    padding: 41px 0px 0;
    position: relative;
    z-index: 1000;
    /*height: 100%;*/ }
.info__ttl {
    opacity: 0;
    -webkit-transition: opacity ease-out .5s .5s;
            transition: opacity ease-out .5s .5s; }
.info__ttl h2 {
      height: 121px; }
.info__ttl h2 img {
      -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
              filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7)); }
.info.inview .info__ttl {
    opacity: 1; }
.info__ttl_textarea {
    /*letter-spacing: 0.05em;*/ }
.info__ttl_textarea a {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s;
    color: #ffffff; }
.info__ttl_textarea a:hover {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s;
    color: #ff0000; }
.info__ttl_textarea h3 {
      font-size: 5.2rem;
      /*letter-spacing: 0.01em;*/
      white-space: nowrap;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
      color: #ffffff; }
.info__ttl_textarea p {
      /*letter-spacing: 0.1em;*/
      line-height: 1.6;
      margin-top: 20px;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.info__list {
    margin-top: 40px; }
.info__list a {
  color: #ffffff }
.info__list li {
      background-color: rgba(31, 62, 142, 0.5);
      margin: 40px 255px;
      padding: 40px; }
.info__list li p {
  -webkit-transition: color ease-out .5s;
          transition: color ease-out .5s;
  color: #ffffff }
.info__list li:hover p {
  -webkit-transition: color ease-out .5s;
          transition: color ease-out .5s;
  color: #ff0000 }
.info__list li dl {
        text-align: center; }
.info__list li dl dt {
          border-bottom: #ff0000 1px solid;
          display: inline-block;
          font-size: 1.8rem;
          font-weight: 500;
          padding-bottom: 2px; }
.info__list li dl dt strong {
            font-size: 2.6rem; }
.info__list li dl dd {
          margin-top: 15px;
          line-height: 1.4; }
_:-ms-lang(x)::backdrop, .info__ttl_textarea {
  /*letter-spacing: 0em;*/ }
.info__list .j-with__context {
  margin-top: 1em }
.youtube-container {
  margin: 0 auto;
  max-width: 1024px; }
.youtube-inner {
  padding: 4.5% 8%;
  width: 100%; }
.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }
/*
motion
------------------ */
.info .info__list li {
  -webkit-transition: ease-out .5s .5s;
  transition: ease-out .5s .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0; }
.info .info__list li:nth-of-type(1) {
    -webkit-transition: ease-out .5s .5s;
    transition: ease-out .5s .5s; }
.info .info__list li:nth-of-type(2) {
    -webkit-transition: ease-out .5s .7s;
    transition: ease-out .5s .7s; }
.info .info__list li:nth-of-type(3) {
    -webkit-transition: ease-out .5s .9s;
    transition: ease-out .5s .9s; }
.info.inview .info__list li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }
.input {
  position: relative; }
.input__wrap {
    background-color: rgba(229, 229, 229, 0.5);
    position: relative; }
.input__engine {
    background: url(../images/input_bg_pc.png) no-repeat center bottom;
    padding: 45px 0 65px;
    text-align: center; }
.input__engine a {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s; 
    color: #000000; }
.input__engine a:hover {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s; 
    color: #ff0000; }
.input__engine h3 {
      color: #1e3d8b;
      font-size: 3rem;
      letter-spacing: 0.1em;
      font-weight: 500; }
.input__engine_text {
    line-height: 1.5;
    /*letter-spacing: 0.1em;*/
    margin-top: 20px; }
.input__engine_photo {
    margin-top: 40px; }
.input__engine_list {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px; }
.input__engine_list li {
      line-height: 1.5;
      position: relative; }
.input__engine_list li + li {
        margin-left: 70px; }
.input__engine_list li + li::before {
          background-color: #ff0000;
          content: "";
          height: 2px;
          margin: auto;
          position: absolute;
          top: 0;
          left: -48px;
          bottom: 0;
          width: 38px; }
.input__engine_list li + li::after {
          background-color: #ff0000;
          content: "";
          height: 12px;
          margin: auto;
          position: absolute;
          top: 0;
          left: -10px;
          bottom: 0;
          -webkit-transform: rotate(-45deg) translate(0, -5px);
                  transform: rotate(-45deg) translate(0, -5px);
          width: 2px; }
.input__engine_list li:nth-of-type(2) {
        color: #1e3d8b; }
.input__engine_list li:nth-of-type(3) {
        color: #ff0000; }
.input__type {
    background-color: #e5e5e5; }
.input__type_list {
    margin: 0 auto;
    padding: 60px 0 70px;
    width: 765px; }
.input__type_list li + li {
      margin-top: 22px; }
.input__type_list a {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s; 
    color: #000000; }
.input__type_list a:hover {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s; 
    color: #ff0000; }
.input__type_list dl dt {
      color: #1e3d8b;
      font-size: 1.8rem;
      font-weight: 500; }
.input__type_list dl dd {
      font-size: 1.4rem;
      line-height: 1.7;
      margin-top: 5px; }
.input__type_list_photo img {
    width: 100%; }
/*
motion
------------------ */
.input .section__bg--input {
  -webkit-transition: ease-out .5s .5s;
  transition: ease-out .5s .5s;
  opacity: 0; }
.input .section__ttl,
.input .section__text,
.input .input__wrap,
.input .c-btn__gray {
  -webkit-transition: ease-out .5s .8s;
  transition: ease-out .5s .8s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0; }
.input.inview .section__bg--input,
.input.inview .section__ttl,
.input.inview .section__text,
.input.inview .input__wrap,
.input.inview .c-btn__gray {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }
.intelligence {
  background-color: #0d1f4b;
  color: #ffffff;
  position: relative; }
.intelligence__canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 600px;
    width: 100%;
    pointer-events: none; }
.intelligence__canvas::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 300px;
      background: -webkit-gradient(linear, left top, left bottom, from(#0d1f4b), to(transparent));
      background: linear-gradient(to bottom, #0d1f4b, transparent); }
.intelligence__dictionary {
    margin-top: 80px; }
.intelligence__dictionary > figure {
      margin-top: 13px;
      margin-left: 23px; }
.intelligence__dictionary a {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s; 
    color: #ffffff; }
.intelligence__dictionary a:hover {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s; 
    color: #ff0000; }
.intelligence__dictionary_cloud-title {
    position: relative; }
.intelligence__dictionary_cloud-title dl dt {
      color: #5e9bff;
      font-size: 2.4rem;
      line-height: 1.4; }
.intelligence__dictionary_cloud-title dl dt small {
        color: #ffffff;
        display: block;
        font-size: 1.4rem; }
.intelligence__dictionary_cloud-title dl dd {
      line-height: 1.4;
      margin-top: 15px; }
.intelligence__dictionary_detail {
    background-color: #0b1a3f;
    margin-top: 10px;
    padding: 37px 40px 30px;
    position: relative; }
.intelligence__dictionary_detail::before {
      /*content: "ほか";*/
      font-size: 1.4rem;
      position: absolute;
      right: 10px;
      bottom: 10px; }
.intelligence__dictionary_detail dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.intelligence__dictionary_detail dl dt {
        text-align: center; }
.intelligence__dictionary_detail dl dt small {
          font-size: 1.2rem; }
.intelligence__dictionary_detail dl dd {
        font-size: 1.4rem; }
.intelligence__listWrap {
    height: 345px;
    margin-top: 100px;
    position: relative;
    overflow: hidden; }
.intelligence__listTop {
    margin-top: 60px; }
.intelligence__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
.intelligence__list li {
      margin: 0 2%;
      width: 29.3%; }
.intelligence__list li a {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s; 
    color: #ffffff;}
.intelligence__list li a:hover {
    -webkit-transition: color ease-out .5s;
            transition: color ease-out .5s; 
    color: #ff0000; }
.intelligence__list figure figcaption {
      margin-top: 20px; }
.intelligence__list_photo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 130px; }
.intelligence__list_text dt {
    color: #5e9bff;
    font-size: 2.4rem;
    line-height: 1.3; }
.intelligence__list_text dt small {
      color: #ffffff;
      display: block;
      font-size: 1.4rem; }
.intelligence__list_text dd {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 20px; }
.intelligence__check {
    background-color: #0b1a3f;
    margin-top: 100px;
    padding: 40px 40px 40px 120px; }
.intelligence__check dl dt {
      color: #5e9bff;
      font-size: 2.4rem;
      /*font-weight: 700;*/
      /*letter-spacing: 0.01em;*/ }
.intelligence__check dl dt small {
        color: #ffffff;
        display: block;
        font-size: 1.4rem;
        /*letter-spacing: 0.05em;*/ }
.intelligence__check dl dd {
      font-size: 1.4rem;
      line-height: 1.5;
      /*letter-spacing: 0.07em;*/
      margin-top: 18px; }
.intelligence .c-btn__more {
    position: relative; }
/*
motion
------------------ */
.intelligence .section__bg--intelligence {
  -webkit-transition: ease-out .5s .5s;
  transition: ease-out .5s .5s;
  opacity: 0; }
.intelligence .section__ttl,
.intelligence .section__text,
.intelligence .intelligence__dictionary {
  -webkit-transition: ease-out .5s .8s;
  transition: ease-out .5s .8s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0; }
.intelligence.inview .section__bg--intelligence,
.intelligence.inview .section__ttl,
.intelligence.inview .section__text,
.intelligence.inview .intelligence__dictionary {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }
.partner__device {
  margin: 40px auto 0;
  max-width: 1030px; }
.partner__device_list {
  margin-left: 65px; }
.partner__device_list li {
    border-left: #ddd 4px solid;
    padding-left: 10px; }
.partner__device_list li + li {
      margin-top: 25px; }
.partner__device_list a {
      -webkit-transition: color ease-out .5s;
              transition: color ease-out .5s;
      color: #000000; }
.partner__device_list a:hover {
      -webkit-transition: color ease-out .5s;
              transition: color ease-out .5s;
      color: #ff0000; }
.partner__device_list dl {
    /*letter-spacing: 0.1em;*/ }
.partner__device_list dl dt {
      color: #1e3d8b;
      font-size: 2.2rem;
      font-weight: bold; }
.partner__device_list dl dd {
      /*letter-spacing: 0.05em;*/
      line-height: 1.6;
      margin-top: 2px; }
/*
motion
------------------ */
.partner .section__bg--partner {
  -webkit-transition: ease-out .5s .5s;
  transition: ease-out .5s .5s;
  opacity: 0; }
.partner .section__ttl,
.partner .section__text,
.partner .partner__device,
.partner .c-btn__red {
  -webkit-transition: ease-out .5s .8s;
  transition: ease-out .5s .8s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0; }
.partner.inview .section__bg--partner,
.partner.inview .section__ttl,
.partner.inview .section__text,
.partner.inview .partner__device,
.partner.inview .c-btn__red {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }
.plan {
  background-color: #333333; }
.plan h2 {
    color: #ffffff;
    font-size: 4.8rem;
    font-weight: bold;
    /*letter-spacing: 0.06em;*/
    text-align: center; }
.plan__inner {
    position: relative;
    margin-top: 35px;
    padding-top: 105px; }
.plan__bar {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000; }
.plan__bar.is-fixed {
      position: fixed;
      top: 82px;
      z-index: 3000; }
.plan__bar.is-fixedEnd {
      position: absolute;
      top: auto;
      bottom: 0;
      z-index: 3000; }
.plan__bar ul {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-shadow: 0 10px 23px 4px rgba(0, 0, 0, 0.5);
              box-shadow: 0 10px 23px 4px rgba(0, 0, 0, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
.plan__bar ul li {
        background-color: #f4f7ff;
        color: #cccccc;
        text-align: center;
        position: relative;
        width: calc(100% / 3);
        -webkit-transition: background-color ease-out .2s;
        transition: background-color ease-out .2s; }
.plan__bar ul li + li {
          border-left: #eeeeee 1px solid; }
.plan__bar ul li.is-current {
          background-color: #ff0000; }
.plan__bar ul li.is-current a {
            color: #ffffff; }
.plan__bar ul li.is-current::before {
            border-style: solid;
            border-width: 12px 9px 0 9px;
            border-color: #ff0000 transparent transparent transparent;
            content: "";
            height: 0;
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -12px;
            width: 0; }
.plan__bar ul li a {
          display: block;
          width: 100%;
          padding: 24px 0;
          cursor: pointer;
          color: #cccccc;
          -webkit-transition: color ease-out .2s;
          transition: color ease-out .2s; }
.plan__area {
    display: none; }
.plan__table {
    background-color: #ffffff;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%; }
.plan__table th {
      /*border-top: #eeeeee 1px solid;*/
      text-align: left;
      padding: 0 20px 0 55px;
      position: relative; }
.plan__table th a {
        -webkit-transition: color ease-out .5s;
                transition: color ease-out .5s; 
        color: #1e3d8b; }
.plan__table th a:hover {
        -webkit-transition: color ease-out .5s;
                transition: color ease-out .5s; 
        color: #ff0000; }
.plan__table th.head {
        color: #1e3d8b;
        font-size: 1.8rem;
        font-weight: bold;
        /*letter-spacing: 0.05em;*/
        padding: 0 20px 0 20px; }
.plan__table th span {
        color: #6b6b6b;
        font-size: 1.2rem; }
.plan__table td {
      border-left: #eeeeee 1px solid;
      background-color: #f4f7ff;
      color: #cccccc;
      font-size: 1.4rem;
      padding: 0 20px;
      text-align: center; }
.plan__table td .c-icon__circle {
        margin: auto; }
.plan__table td.is-current {
        background-color: #fff4f4;
        color: #ff0000; }
.plan__table td strong {
        font-size: 3rem; }
.plan__more {
    background-color: #6b6b6b;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    padding: 15px 20px;
    position: relative; }
.plan__more.is-open::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
.plan__more::before {
      background-color: #ffffff;
      content: "";
      height: 1px;
      margin: auto;
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      width: 15px; }
.plan__more::after {
      background-color: #ffffff;
      content: "";
      height: 15px;
      margin: auto;
      position: absolute;
      top: 0;
      right: 27px;
      bottom: 0;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      width: 1px; }
.plan__check {
    margin-top: 40px;
    text-align: center; }
.plan__check input {
      display: none; }
.plan__check input:checked + label::after {
        border-left: #ff0000 4px solid;
        border-bottom: #ff0000 4px solid;
        content: "";
        height: 14px;
        position: absolute;
        top: 2px;
        left: 2px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 20px; }
.plan__check label {
      cursor: pointer;
      color: #ffffff;
      /*letter-spacing: 0.05em;*/
      padding-left: 35px;
      position: relative; }
.plan__check label::before {
        background-color: #ffffff;
        content: "";
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        width: 24px; }
.plan__free {
    color: #ffffff;
    font-size: 1.8rem;
    text-align: center; }
.plan__attention {
    margin-top: 64px;
    color: #ffffff; }
.plan__attention-inner {
      background-color: #6b6b6b;
      padding: 48px; }
.plan__attention h3 {
      font-size: 2.4rem;
      font-weight: normal;
      text-align: center; }
.plan__attention_note {
      text-align: center; }
.plan__attention_read {
      background-color: #ff0000;
      border-radius: 3px;
      font-size: 1.6rem;
      /*letter-spacing: 0.05em;*/
      margin: 40px auto 0;
      text-align: center;
      width: 240px; }
.plan__attention_more {
      cursor: pointer;
      display: inline-block;
      font-size: 2.4rem;
      /*letter-spacing: 0.05em;*/
      text-align: center;
      text-decoration: underline;}
.plan__attention_list {
      background-color: #ffffff;
      color: #000000;
      margin-top: 40px;
      padding: 48px;
      text-align: left; }
.plan__attention_list li {
      font-size: 1.2rem;
      line-height: 2;
      text-indent: -0.5em;
      padding-left: 0.5em; }
.plan__attention_link {
    margin-top: 20px; }
.plan__attention_link a {
      position: relative;
      font-size: 1.2rem;
      line-height: 1.6;
      color: #ffffff;
      text-decoration: underline; }
.plan__attention_link a::after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        display: inline-block;
        margin-left: 5px;
        -webkit-transform: translate(0, 0px) rotate(45deg);
                transform: translate(0, 0px) rotate(45deg); }
.plan__attention_link p + p {
      margin-top: 10px; }
.plan__attention_cmp {
    background-color: #6b6b6b;
    color: #ffffff;
    margin-top: 64px;
    padding: 40px; }
.plan__attention_cmp h4 {
      font-size: 2.4rem;
      font-weight: normal;
      text-align: center; }
.plan__attention_cmp dl + h4 {
      margin-top: 40px; }
.plan__attention_cmp dl {
      margin-top: 20px; }
.plan__attention_cmp dt, .plan__attention_cmp dd {
      font-size: 1.2rem;
      line-height: 2; }
.plan__nav {
    margin: 8px 0; }
.plan__nav ul li {
      font-size: 1.2rem;
      /*letter-spacing: 0.03em;*/
      padding: 0 35px;
      text-align: center; }
.plan__nav ul li a {
        color: #ffffff; }
.plan .c-btn__red {
    margin: 24px auto; }
.plan .c-btn__gray {
    margin: 24px auto; }
.plan .c-btn__red .disable {
      background-color: #aaa;
      background-image: none; }
.section__inner {
  margin: 0 auto;
  position: relative; }
.input .section__inner {
    padding: 80px 0 0; }
.partner .section__inner {
    padding: 80px 0 80px; }
.intelligence .section__inner {
    padding: 80px 0 80px; }
.faq .section__inner {
    padding: 80px 0 40px; }
.plan .section__inner {
    padding: 80px 0 80px; }
.section__bg--input {
  background: url(../images/bg_pattern_01.svg) no-repeat center top;
  background-size: 100% 100%;
  height: 545px;
  position: absolute;
  width: 725px; }
.section__bg--partner {
  background: url(../images/bg_pattern_02.svg) no-repeat center top;
  background-size: 100% 100%;
  height: 292px;
  position: absolute;
  width: 412px; }
.section__bg--intelligence {
  background: url(../images/bg_pattern_03.svg) no-repeat center top;
  background-size: 100% 100%;
  height: 300px;
  position: absolute;
  top: -40px;
  right: -30px;
  width: 346px; }
.section__ttl-wrap {
  position: relative; }
.section__ttl {
  font-size: 6.4rem;
  position: relative; }
.section__ttl small {
  font-size: 4rem; }
.intelligence .section__ttl {
    color: #ffffff; }
.intelligence .section__ttl em {
    color: #5e9bff; }
.section__ttl em {
    color: #1e3d8b;
    font-style: normal; }
.section__text {
  font-size: 1.8rem;
  position: relative;
  line-height: 1.5;
  /*letter-spacing: 0.05em;*/
  margin-top: 25px; }
.c-btn__gray {
  border-radius: 3px;
  margin: 0 16px;
  text-align: center;
  width: 300px; }
.c-btn__gray a {
    position: relative;
    border-radius: 3px;
    font-size: 1.8rem;
    padding: 26px 0;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7), inset 1px 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7), inset 1px 1px 0 rgba(255, 255, 255, 0.4); }
.c-btn__gray a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 200%;
      height: 100%;
      display: block;
      background-image: linear-gradient(-10deg, #ffffff 0%, #d3d3d3 100%);
      -webkit-transform: translate(0%, 0);
              transform: translate(0%, 0);
      -webkit-transition: -webkit-transform ease-out .5s .5s;
      transition: -webkit-transform ease-out .5s .5s;
      transition: transform ease-out .5s .5s;
      transition: transform ease-out .5s .5s, -webkit-transform ease-out .5s .5s; }
.c-btn__gray a span {
      position: relative; }
.c-btn__gray.inview a::before {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
.c-btn__red {
  border-radius: 3px;
  margin: 0 16px;
  text-align: center;
  width: 300px; }
.c-btn__red a {
    position: relative;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7), inset 1px 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7), inset 1px 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    color: #ffffff;
    font-size: 1.8rem;
    padding: 26px 0;
    display: block;
    overflow: hidden; }
.c-btn__red a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 200%;
      height: 100%;
      display: block;
      background-image: linear-gradient(-10deg, #ff0000 0%, #9e0000 100%);
      -webkit-transform: translate(0%, 0);
              transform: translate(0%, 0);
      -webkit-transition: ease-out .5s .5s;
      transition: ease-out .5s .5s; }
.c-btn__red a span {
      position: relative; }
.c-btn__red a.disable::before {
      background-image: linear-gradient(-10deg, #c5c5c5 0%, #6b6b6b 100%); }
.c-btn__red.inview a::before {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
.c-btn__more {
  text-align: center;
  position: relative; }
.c-btn__more span {
    border: 2px solid #ffffff;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    padding: 22px 0;
    position: relative;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s; }
.c-btn__more span::before, .c-btn__more span::after {
      content: "";
      background-color: #ffffff;
      -webkit-transition: background-color ease-out .2s;
      transition: background-color ease-out .2s;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0; }
.c-btn__more span::before {
      height: 1px;
      right: 20px;
      width: 15px; }
.c-btn__more span::after {
      height: 15px;
      right: 27px;
      width: 1px; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-icon__circle {
  border: 2px solid #cccccc;
  border-radius: 50%;
  height: 18px;
  width: 18px; }
.is-current .c-icon__circle {
    border: 2px solid #ff0000;
    background-color: #ff0000; }
.c-icon__triangle {
  height: 18px;
  margin: auto;
  position: relative;
  width: 18px; }
.c-icon__triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 18px;
  width: 18px;
  margin: auto;
  border-right: 9px solid transparent;
  border-bottom: 18px solid #cccccc;
  border-left: 9px solid transparent; }
.c-icon__triangle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  bottom: 0;
  height: 10px;
  width: 10px;
  margin: auto;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #f0f0f0;
  border-left: 5px solid transparent; }
.is-current .c-icon__triangle {
    height: 18px;
    width: 18px;
    margin: auto;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #ff0000;
    border-left: 9px solid transparent; }
.is-current .c-icon__triangle::before {
    display: none;}
.is-current .c-icon__triangle::after {
    display: none;}
.c-icon__minus {
  height: 18px;
  margin: auto;
  position: relative;
  width: 18px; }
.c-icon__minus::before {
    background-color: #cccccc;
    content: "";
    height: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%; }
.is-current .c-icon__minus::before {
    background-color: #ff0000; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  width: auto; }
.c-wp-post_article .alignleft {
  display: inline;
  float: left; }
.c-wp-post_article .alignright {
  display: inline;
  float: right; }
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px;
  opacity: 0.3; }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 813px) {
  .mediaQuerySetting {
    display: block; }
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
    .l-header__nav_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .l-header__nav_list a {
        -webkit-transition: color ease-out .2s;
        transition: color ease-out .2s; }
        .l-header__nav_list a:hover {
          color: #ff0000; }
      .l-header__nav_list_sub {
        position: absolute;
        top: 72px;
        left: 0;
        z-index: 3000; }
        .l-header__nav_list_sub--wide {
          min-width: 180px; }
      .l-header__nav_list_mypage a {
        -webkit-transition: background-color ease-out .2s;
        transition: background-color ease-out .2s; }
        .l-header__nav_list_mypage a:hover {
          color: #ffffff;
          background-color: #1e3d8b; }
      .l-header__openarea {
        display: none !important; }
      .l-pageNav__list {
        width: 1024px; }
        .l-pageNav__list li {
          width: calc(100% / 4);
          overflow: hidden; }
          .l-pageNav__list li::before, .l-pageNav__list li::after {
            -webkit-transition: ease-out .4s;
            transition: ease-out .4s;
            -webkit-transform: translateY(20px);
                    transform: translateY(20px); }
          .l-pageNav__list li.is-current::before, .l-pageNav__list li.is-current::after {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px); }
          .l-pageNav__list li a {
            -webkit-transition: color ease-out .2s;
            transition: color ease-out .2s; }
            .l-pageNav__list li a:hover {
              color: #ff0000; }
    .l-pageNav__list_plan a {
      background-color: #ff0000;
      color: #ffffff;
      -webkit-transition: background-color ease-out .2s !important;
      transition: background-color ease-out .2s !important; }
      .l-pageNav__list_plan a span {
        position: relative;
        padding-left: 20px; }
        .l-pageNav__list_plan a span::before {
          border-left: #ffffff 2px solid;
          border-bottom: #ffffff 2px solid;
          content: "";
          height: 10px;
          position: absolute;
          top: 5px;
          left: 0;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          width: 15px; }
      .l-pageNav__list_plan a:hover {
        color: #ffffff !important;
        background-color: #1e3d8b; }
    .l-pageNav__list_plan.is-current a {
      background-color: #1e3d8b; }
    .l-pageNav__list_plan::before, .l-pageNav__list_plan::after {
      display: none; }
    .faq__list {
      max-width: 1084px;
      margin: 0 auto;
      margin-top: 55px;
      padding-left: 30px;
      padding-right: 30px; }
        .faq__list dl dt {
          -webkit-transition: color ease-out .2s;
          transition: color ease-out .2s; }
          .faq__list dl dt:hover {
            color: #1e3d8b; }
          .faq__list dl dd a {
            -webkit-transition: ease-out .2s;
            transition: ease-out .2s; }
            .faq__list dl dd a:hover {
              color: #ff0000; }
    .faq__btnArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 40px 0; }
    .info {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: calc(100vh - 72px);
      padding-bottom: 72px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .info__wrap {
        width: 100%;
        max-width: 1084px;
        padding-left: 30px;
        padding-right: 30px; }
      .info__ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .info__ttl h2 {
          width: 366px; }
          .info__ttl h2 img {
            width: 100%; }
      .info__ttl_textarea {
        margin-left: 40px;
        margin-top: -20px; }
      .info__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .info__list li {
          width: calc(100% / 1 - 2px); }
        .info__list li + li {
          margin-left: 5px; }
    _:-ms-lang(x)::backdrop, .info__ttl_textarea {
      margin-left: 30px; }
      .input__wrap {
        width: 1024px;
        margin: 0 auto;
        margin-top: 50px; }
      .input__type_list figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .input__type_list figure figcaption {
        background: url(../images/balloon_pc.png) no-repeat left top;
        height: 100%;
        margin-top: 20px;
        padding: 15px 30px;
        width: 432px; }
    .input__type_list_photo {
      padding-top: 6px;
      margin-right: 30px;
      width: 300px; }
      .intelligence__dictionary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .intelligence__dictionary_cloud {
      margin-left: 60px; }
      .intelligence__dictionary_cloud-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .intelligence__dictionary_cloud-title figure {
          display: block;
          width: 170px; }
      .intelligence__dictionary_cloud-title dl {
        width: calc(100% - 170px); }
          .intelligence__dictionary_detail dl dt {
            border-right: #ffffff 1px solid;
            padding: 0 40px 0 0; }
          .intelligence__dictionary_detail dl dd {
            margin-left: 32px; }
        .intelligence__list li:nth-of-type(n + 4) {
          margin-top: 112px; }
      .intelligence__check dl {
        background: url(../images/monitor_02.png) no-repeat left top;
        min-height: 190px;
        padding-top: 20px;
        padding-left: 257px;
        text-align: center; }
    .partner__device {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 30px;
      padding-right: 30px; }
    .partner__device figure {
      margin-top: 17px;
      max-width: 40%; }
      .partner__device figure img {
        width: 100%; }
      .plan__inner {
        width: 100%;
        max-width: 1084px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px; }
      .plan__bar {
        width: 100%;
        max-width: 1084px; }
        .plan__bar ul {
          width: 512px;
          margin-right: 30px; }
        .plan__table th {
          height: 50px; }
          .plan__table th span {
            position: absolute;
            top: 18px;
            right: 20px; }
        .plan__table td {
          width: 170px;
          height: 50px;
          border-bottom: none;
          border-right: none; }
      .plan__free {
        font-weight: bold;
        /*letter-spacing: 0.1em;*/ }
      .plan__attention {
        max-width: 1084px;
        padding-right: 30px;
        padding-left: 30px;
        margin-left: auto;
        margin-right: auto; }
        .plan__attention_link a {
          -webkit-transition: color ease-out .2s;
          transition: color ease-out .2s; }
          .plan__attention_link a:hover {
            color: #ff0000; }
        .plan__attention_cmp dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .plan__attention_cmp dt {
        width: 120px; }
      .plan__attention_cmp dd {
        width: calc(100% - 120px); }
      .plan__nav ul {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 8px 0; }
        .plan__nav ul li + li {
          border-left: #ffffff 1px solid; }
          .plan__nav ul li a {
            -webkit-transition: color ease-out .2s;
            transition: color ease-out .2s; }
            .plan__nav ul li a:hover {
              color: #ff0000; }
    .section__bg--input {
      top: -85px;
      right: -115px; }
    .section__bg--partner {
      top: -100px;
      right: -30px; }
    .section__ttl-wrap {
      max-width: 1084px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px; }
  .section__dtl-wrap {
    max-width: 1084px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px; }
      .c-btn__gray a {
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s; }
        .c-btn__gray a:hover {
          opacity: 0.9;
          -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 0 rgba(255, 255, 255, 0.4);
                  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 0 rgba(255, 255, 255, 0.4); }
      .c-btn__red a {
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s; }
        .c-btn__red a:hover {
          opacity: 0.9;
          -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 0 rgba(255, 255, 255, 0.4);
                  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 0 rgba(255, 255, 255, 0.4); }
    .c-btn__more span:hover {
      color: #ff0000;
      border-color: #ff0000; }
      .c-btn__more span:hover::before, .c-btn__more span:hover::after {
        background-color: #ff0000; }
  .for-mobile {
    display: none; } }
@media (min-width: 813px) and (max-width: 1023px) {
  .mediaQuerySetting {
    display: block; }
      .l-header h1 {
        width: 120px;
        height: 24px;
        padding: 0 20px; }
      .l-header__nav {
        height: 72px; }
      .l-header__nav_list > li {
        font-size: 1.4rem; }
      .l-header__nav_list_mypage a {
        padding: 18px 20px; }
      .l-pageNav__list {
        width: 100%; }
        .info__ttl h2 {
          width: auto; }
        .info__ttl_textarea h3 {
          font-size: 4.2rem; }
        .info__ttl_textarea p {
          font-size: 1.4rem; }
            .info__list li dl dd {
              font-size: 1.2rem; }
      .input__wrap {
        width: 100%; }
      .intelligence__list_text dt {
        font-size: 2rem; }
        .intelligence__check dl dd {
          font-size: 1.5rem; }
      .plan h2 {
        font-size: 3.5rem; }
        .plan__bar ul {
          width: 450px; }
          .plan__table th.head {
            font-size: 1.6rem; }
          .plan__table th span {
            font-size: 1rem; }
        .plan__table td {
          width: 150px; }
          .plan__table td strong {
            font-size: 2.5rem; }
        .plan__nav ul li {
          padding: 0 15px; } }
@media (max-width: 812px) {
  .mediaQuerySetting {
    display: block; }
  html, body {
    width: 100%;
    height: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
    .l-header {
      position: relative;
      z-index: 2990; }
      .l-header h1 {
        height: 24px;
        padding: 0 20px;
        width: 120px; }
    .l-header__open {
      background-color: #000000;
      display: none;
      position: absolute;
      top: 50px;
      right: 0;
      z-index: 3000;
      padding: 25px 0;
      text-align: center;
      width: 195px; }
      .l-header__nav_list > li {
        font-size: 1.4rem; }
      .l-header__nav_list p {
        padding: 12px 0; }
      .l-header__nav_list a {
        padding: 12px 0; }
        .l-header__nav_list_sub > li a {
          font-size: 1.2rem;
          text-align: left; }
      .l-header__nav_list_mypage a {
        font-size: 1.1rem;
        padding: 13px 17px; }
      .l-header__nav_list_mypage small {
        font-size: 1rem; }
    .l-main {
      width: 100%; }
    .l-pageNav {
      position: fixed;
      top: 0;
      opacity: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-transition: opacity .5s, -webkit-transform .5s;
      transition: opacity .5s, -webkit-transform .5s;
      transition: opacity .5s, transform .5s;
      transition: opacity .5s, transform .5s, -webkit-transform .5s; }
      .l-pageNav.is-fixed {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
        .l-pageNav__list li {
          display: none;
          font-size: 1.5rem;
          width: 100%; }
          .l-pageNav__list li::after {
            border-width: 0 9px 11px 9px;
            bottom: 0; }
          .l-pageNav__list li.is-current {
            display: block; }
          .l-pageNav__list li a {
            padding: 16px 0 17px; }
    .l-pageNav__list_plan a {
      color: #ff0000; }
    .l-pageNav__list_plan::before {
      background-color: #ff0000 !important; }
    .l-pageNav__list_plan::after {
      border-color: transparent transparent #ff0000 transparent !important; }
        .l-pageNav__list_sub li.is-current {
          display: block; }
          .l-pageNav__list_sub li a {
            padding: 20px 0; }
      .faq h2 {
        font-size: 2rem; }
    .faq__list {
      margin: 30px auto 0;
      width: 85%; }
      .faq__list dl {
        font-size: 1.6rem;
        padding: 0 14px; }
          .faq__list dl dt::before {
            right: 0; }
          .faq__list dl dt::after {
            right: 7px; }
        .faq__list dl dd {
          padding: 15px 40px 15px 1.8em; }
    .faq__btnArea {
      margin-top: 32px;
      margin-bottom: 16px; }
      .info__wrap {
        padding: 82px 10px 50px; }
        .info__ttl h2 {
          height: 83px;
          margin: 0 auto;
          width: 255px; }
      .info__ttl_textarea {
        margin-top: 70px;
        text-align: center; }
        .info__ttl_textarea h3 {
          font-size: 2.7rem; }
        .info__ttl_textarea p {
          font-size: 1.4rem;
          line-height: 1.8; }
      .info__list {
        margin: 40px auto 0;
        width: 90%; }
        .info__list li {
          margin: 0;
          padding: 15px 25px 20px; }
        .info__list li + li {
          margin-top: 15px; }
            .info__list li dl dt {
              font-size: 1.4rem; }
              .info__list li dl dt strong {
                font-size: 2.3rem; }
            .info__list li dl dd {
              font-size: 1.3rem;
              line-height: 1.6;
              margin-top: 8px; }
      .input__wrap {
        margin-top: 25px; }
      .input__engine {
        background: url(../images/input_bg_sp.png) no-repeat center bottom;
        padding: 40px 0 42px; }
        .input__engine h3 {
          font-size: 2rem; }
      .input__engine_text {
        font-size: 1.3rem;
        line-height: 1.6;
        margin: 15px auto 0;
        text-align: left;
        width: 85%; }
      .input__engine_photo {
        margin: 15px auto 0; }
      .input__engine_photo img {
        width: 85%; }
      .input__engine_list {
        font-size: 1.2rem; }
          .input__engine_list li + li {
            margin-left: 40px; }
            .input__engine_list li + li::before {
              left: -28px;
              width: 22px; }
            .input__engine_list li + li::after {
              height: 6px;
              left: -8px;
              -webkit-transform: rotate(-45deg) translate(0, -3px);
                      transform: rotate(-45deg) translate(0, -3px); }
      .input__type_list {
        padding: 55px 0 60px;
        width: 85%; }
        .input__type_list li + li {
          margin-top: 40px; }
      .input__type_list figure figcaption {
        background: url(../images/balloon_sp.png) no-repeat center top;
        background-size: 100% 100%;
        height: 100%;
        margin-top: 15px;
        padding: 20px 20px;
        width: 100%; }
        .input__type_list dl dt {
          font-size: 1.5rem;
          text-align: center; }
        .input__type_list dl dd {
          font-size: 1.3rem;
          line-height: 1.5; }
      .intelligence__dictionary {
        margin-top: 18px; }
        .intelligence__dictionary > figure {
          margin: 0 auto;
          width: 63%; }
    .intelligence__dictionary_cloud {
      margin: 15px auto 0;
      width: 85%; }
      .intelligence__dictionary_cloud-title figure {
        position: absolute;
        left: 0;
        top: -12px;
        display: block;
        width: 97px; }
        .intelligence__dictionary_cloud-title figure svg {
          width: 97px; }
        .intelligence__dictionary_cloud-title dl dt {
          background-size: 97px 97px;
          font-size: 1.8rem;
          min-height: 97px;
          padding-top: 25px;
          padding-left: 120px; }
          .intelligence__dictionary_cloud-title dl dt small {
            font-size: 1.2rem; }
        .intelligence__dictionary_cloud-title dl dd {
          font-size: 1.3rem;
          line-height: 1.5; }
      .intelligence__dictionary_detail {
        padding: 20px 20px 35px; }
        .intelligence__dictionary_detail::before {
          font-size: 1.2rem; }
        .intelligence__dictionary_detail dl {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .intelligence__dictionary_detail dl dt {
            font-size: 1.3rem;
            width: 100%; }
          .intelligence__dictionary_detail dl dd {
            border-top: #ffffff 1px solid;
            font-size: 1.2rem;
            line-height: 1.5;
            margin-top: 15px;
            padding-top: 12px;
            width: 50%; }
      .intelligence__listWrap {
        height: 335px;
        margin-top: 40px; }
      .intelligence__list {
        margin: 0 auto;
        width: 90%; }
        .intelligence__list li {
          margin: 0 2%;
          width: 46%; }
        .intelligence__list li:nth-of-type(n + 3) {
          margin-top: 50px; }
      .intelligence__list_photo {
        margin: 0 auto;
        height: 120px;
        width: 116px; }
      .intelligence__list_text dt {
        font-size: 1.8rem; }
        .intelligence__list_text dt.line2 span {
          height: 64px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .intelligence__list_text dt small {
          font-size: 1.2rem; }
      .intelligence__list_text dd {
        font-size: 1.3rem;
        text-align: left;
        margin-top: 5px; }
      .intelligence__check {
        margin: 55px auto 0;
        padding: 40px 10px;
        width: 85%; }
        .intelligence__check dl dt {
          background: url(../images/monitor_02.png) no-repeat center bottom;
          background-size: 163px auto;
          min-height: 200px;
          font-size: 1.8rem;
          text-align: center; }
          .intelligence__check dl dt small {
            font-size: 1.2rem; }
        .intelligence__check dl dd {
          font-size: 1.3rem;
          text-align: left;
          line-height: 1.5;
          margin-top: 5px;
          text-align: center; }
    .partner__device {
      margin: 27px auto 0;
      width: 90%; }
    .partner__device figure {
      margin: 0 auto;
      width: 76%; }
    .partner__device_list {
      margin-top: 30px;
      margin-left: 10px; }
        .partner__device_list li + li {
          margin-top: 12px; }
        .partner__device_list dl dt {
          font-size: 1.8rem; }
        .partner__device_list dl dd {
          font-size: 1.3rem;
          line-height: 1.6;
          margin-top: 2px; }
      .plan h2 {
        font-size: 2.4rem;
        line-height: 1.5; }
      .plan__inner {
        margin: 25px auto 0;
        padding-top: 64px;
        width: 85%; }
      .plan__bar {
        width: 100%; }
        .plan__bar.is-fixed {
          top: 60px;
          width: 85%; }
          .plan__bar ul li {
            font-size: 1.6rem; }
      .plan__table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        .plan__table th {
          border: none;
          display: block;
          font-size: 1.3rem;
          padding: 14px 20px 14px 20px;
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          width: 100%; }
          .plan__table th.head {
            font-size: 1.3rem;
            padding: 20px 0; }
          .plan__table th span {
            font-size: 1.1rem;
            margin-top: 5px;
            display: block; }
        .plan__table td {
          display: block;
          font-size: 1.2rem;
          padding: 62px 0 14px;
          width: calc(100% / 3);
          border-top: none;
          border-right: none; }
          .plan__table td:nth-of-type(1) {
            border-left: none; }
          .plan__table td strong {
            font-size: 2.3rem; }
      .plan__more {
        font-size: 1.3rem;
        padding: 22px 20px;
        margin-top: -1px; }
      .plan__check {
        font-size: 1.4rem;
        margin-top: 24px; }
      .plan__free {
        font-size: 1.6rem;
        font-weight: bold;
        /*letter-spacing: 0.1rem;*/
        margin-top: 24px; }
      .plan__attention {
        margin-top: 24px; }
        .plan__attention-inner {
          margin: 0 auto 0;
          padding: 30px;
          width: 85%; }
        .plan__attention h3 {
          font-size: 2rem; }
      .plan__attention_list {
        margin-top: 24px;
        padding: 24px; }
        .plan__attention_list li {
          line-height: 1.8; }
      .plan__attention_cmp {
        margin: 30px auto 0;
        padding: 24px;
        width: 85%; }
        .plan__attention_cmp h4 {
          font-size: 2rem; }
        .plan__attention_cmp dl + h4 {
          margin-top: 30px; }
        .plan__attention_cmp dl {
          margin-top: 15px; }
        .plan__attention_cmp dt, .plan__attention_cmp dd {
          line-height: 1.8; }
      .plan__attention_cmp dt {
        margin-top: 8px; }
      .plan__nav {
        margin: 8px auto 0;
        width: 85%; }
      .plan__nav ul {
        /*border: 1px solid #6b6b6b;*/
        margin: 0; }
        .plan__nav ul li {
          text-align: center;
          padding: 0 0; }
        .plan__nav ul li + li {
          /*border-top: #6b6b6b 1px solid;*/ }
          .plan__nav ul li a {
            display: block;
            padding: 8px 0; }
    .section__inner {
      width: 100%; }
      .input .section__inner {
        padding: 40px 0 0; }
      .partner .section__inner {
        padding: 40px 0 40px; }
      .intelligence .section__inner {
        padding: 40px 0 40px; }
      .faq .section__inner {
        padding: 40px 0 20px; }
      .plan .section__inner {
        padding: 40px 0 40px; }
    .section__bg--input {
      height: 272px;
      top: -15px;
      right: -145px;
      width: 362px; }
    .section__bg--partner {
      height: 149px;
      top: -5px;
      right: -20px;
      width: 209px; }
    .section__ttl {
      font-size: 3.6rem;
      margin: 0 auto;
      width: 85%; }
    .section__ttl small {
      font-size: 2.4rem; }
    .section__text {
      font-size: 1.4rem;
      line-height: 1.7;
      margin: 15px auto 0;
      width: 85%; }
    .c-btn__gray {
      margin: 24px auto;
      width: 285px; }
      .c-btn__gray a {
        font-size: 1.6rem;
        padding: 16px 0; }
    .c-btn__red {
      margin: 24px auto;
      width: 285px; }
      .c-btn__red a {
        font-size: 1.6rem;
        padding: 16px 0; }
    .c-btn__more {
      margin: 0 auto;
      width: 90%; }
      .c-btn__more span {
        font-size: 1.5rem;
        padding: 15px 0; }
  .for-large {
    display: none; } }
@media (max-width: 349px) {
  .mediaQuerySetting {
    display: block; }
      .l-header__nav_list_mypage a {
        font-size: 1rem;
        padding: 13px 5px; }
          .l-header__openarea-list > li {
            padding-bottom: 25px;
            margin-bottom: 25px; }
            .l-header__openarea-list p::after {
              margin: 10px auto; }
          .l-header__openarea-list ul > li {
            font-size: 1.2rem; }
            .l-header__openarea-list ul > li + li {
              margin-top: 15px; }
        .info__ttl_textarea h3 {
          font-size: 2.4rem; }
        .info__ttl_textarea p {
          font-size: 1.3rem; }
      .input__engine_list {
        font-size: 1rem; }
        .input__type_list dl dd {
          font-size: 1.2rem; }
          .intelligence__dictionary_detail dl dd {
            font-size: 1.0rem; }
      .intelligence__list_text dt {
        font-size: 1.5rem; }
        .intelligence__list_text dt small {
          font-size: 1.0rem; }
          .plan__table td strong {
            font-size: 1.8rem; } }
@media all and (-ms-high-contrast: none) {
  .info__ttl_textarea {
    margin-left: 35px;
    /*letter-spacing: 0em;*/ } }

/*# sourceMappingURL=../../_cache/_maps/styles.css.map */

/*-------------------------- @group add css*/

/*.intelligence__dictionary {
  display: none; }*/
/*.intelligence__list_photo {
  display: none; }*/

/*@end*/