@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700|Poppins:100,400,600,700");
* {
  font-size: 16px;
  font-family: "Noto Sans JP","Poppins","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #444;
  background-repeat: no-repeat; }

/* "Noto Sans JP", */
html, body, article {
  margin: 0;
  padding: 0;
  text-align: center; }

article {
  margin-top: 90px;
  margin-bottom: 0px;
  position: relative; }

section {
  min-height: 80px;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
  padding-top: 36px;
  padding-bottom: 100px;
  position: relative; }

b.line, b.ideo {
  color: #00B900;
  font-family: Arial;
  font-weight: 900;
  padding-left: 2px;
  padding-right: 2px;
  font-size: inherit; }

b.ideo {
  color: black; }

a {
  text-decoration: none;
  text-align: left;
  margin-right: 8px;
  position: relative;
  display: block;
  line-height: 28px;
  height: 28px;
  padding-left: 16px;
  text-indent: 16px; }

ul {
  padding: 0; }

li {
  list-style: none; }

.wrapper {
  width: 1200px;
  margin: auto;
  display: block;
  position: relative;
  text-align: center; }

.space {
  flex: 1; }

.a1 {
  background-color: #00D6C9; }

.a2 {
  background-color: #5F5BFF; }

.d2 {
  background-color: #999; }

.d2:hover {
  background-color: #666; }

.a1c {
  color: #00D6C9; }

.a2c {
  color: #5F5BFF; }

.ac {
  color: #F1B251; }

.light {
  background-color: #F6F4F3; }

.hbox {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.vbox {
  display: flex;
  flex-direction: column; }

i.close {
  background-image: url(/images/ico_close.svg);
  cursor: pointer;
  position: absolute;
  right: 0.8rem;
  top: 1.6rem;
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  background-size: auto; }

hr {
  width: 48px;
  height: 4px;
  display: block;
  border: 0;
  outline: 0;
  background: #ccc;
  border-radius: 4px;
  position: relative;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px; }

hr.a1 {
  background: #00D6C9; }

iframe {
  border: 1px solid #AAB2BD; }

header {
  height: 90px;
  width: 100%;
  line-height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFFFFF; }
  header nav {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 48px;
    line-height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center; }
  header a.logo {
    width: 180px;
    background-size: auto 40px;
    height: 60px;
    top: 20px;
    position: absolute;
    background-position: left center;
    background-image: url("/images/chatbot/logo-chatbot.svg"); }
  header a.ac {
    font-weight: bold; }
  header a.ac:before {
    width: 0; }
  header div.wrapper {
    height: 48px; }
  header #menu {
    display: none; }
  header button {
    height: 40px;
    line-height: 40px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    margin-left: 12px; }

nav a {
  padding: 0 12px 0 12px;
  border-radius: 12px;
  margin-left: 0;
  height: 28px;
  line-height: 28px; }
  nav a:before {
    content: "";
    background-color: #5F5BFF;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 10px;
    display: block; }
  nav a:first-child:before {
    width: 0; }
  nav a:hover {
    border-bottom-color: #FBB036; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  color: white;
  border-radius: 4px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0;
  padding-left: 44px;
  padding-right: 44px;
  cursor: pointer;
  border: 0;
  font-size: 18px;
  background: #F1B251;
  outline: 0;
  font-weight: normal; }
  button:hover {
    background: #FBB036; }
  button.a2:hover {
    background: #3A3AB5; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

input:-webkit-autofill {
  -webkit-text-fill-color: #222 !important; }

h1 {
  font-size: 36px;
  color: #222; }

h2 {
  font-size: 42px;
  font-weight: normal;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #222;
  position: relative;
  width: auto;
  display: inline-block;
  clear: both;
  padding-left: 72px;
  padding-right: 72px;
  margin-bottom: 0;
  margin-top: 0; }
  h2:before, h2:after {
    content: "";
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background: #F1B251;
    position: absolute;
    top: 70px; }
  h2:before {
    left: 0; }
  h2:after {
    right: 0; }

h3 {
  color: #222;
  font-size: 20px;
  margin-bottom: 4px; }
  h3 b {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #F1B251;
    font-weight: bold; }

h5 {
  color: #F1B251;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row; }

dd, dt {
  margin: 0;
  display: block;
  text-align: left; }

h1 + p, h2 + p {
  text-align: center;
  line-height: 28px; }

h2 + p {
  margin-top: 0; }

p {
  font-weight: normal; }

section > div {
  margin: auto; }

div.logo, div.logo-l, div.logo-w {
  height: 40px;
  background-image: url("/images/logo-full.svg");
  background-size: auto 100%;
  background-position: center center; }

div.logo-l {
  height: 40px;
  margin-top: 24px;
  margin-bottom: 24px; }

div.logo-w {
  height: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url("/images/logo.svg?v=1"); }

#welcome {
  padding-top: 90px;
  height: 520px;
  background-color: #F5F5F5;
  background-image: url(/images/bg-vertical-welcome.svg);
  background-size: 100vw auto;
  background-position: center bottom -60px;
  overflow: hidden; }
  #welcome .wrapper {
    text-align: left;
    position: relative;
    flex-direction: row;
    display: flex;
    justify-content: center; }
  #welcome h5 {
    margin-top: 64px;
    margin-bottom: 8px; }
  #welcome h1 {
    margin-bottom: 0;
    margin-top: 0px;
    text-align: left; }
  #welcome li {
    text-align: left;
    position: relative;
    line-height: 40px;
    height: 40px;
    padding-left: 16px; }
  #welcome li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 0;
    top: 18px;
    position: absolute;
    font-size: 0;
    padding: 0;
    background-color: #F1B251; }
  #welcome div.image {
    background-image: url(/images/chatbot/chat-top.png);
    display: block;
    width: 520px;
    height: auto;
    background-size: 480px auto;
    background-position: right center; }

.medias {
  background-image: url(/images/landing/medias/medias.png);
  width: 440px;
  height: 72px;
  background-size: 100%; }

#phone {
  width: 500px;
  height: 840px;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  margin-top: 0px;
  top: -60px;
  background-position: right 0;
  background-image: url(/images/landing/iphone.png); }

img.arc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 93px;
  object-fit: fill; }

section.arc:after {
  content: "";
  width: 100vw;
  height: 800px;
  /* background-color:#F6F4F3; */
  top: 93px;
  left: 0;
  position: absolute;
  z-index: -1; }

.demo-pc {
  margin: auto;
  display: none; }
  .demo-pc.with-frame {
    border: 16px solid #222;
    border-radius: 8px;
    width: 980px;
    height: 513px; }

.demos-sm {
  display: none; }
  .demos-sm dd {
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: 16px; }
    .demos-sm dd img {
      width: 100%; }

.ico {
  position: relative;
  position: relative;
  text-indent: 32px;
  cursor: pointer; }
  .ico:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    background-position: center;
    left: 0;
    top: 12px;
    background-repeat: no-repeat; }
  .ico.checkbox:before {
    background-image: url(/images/chatbot/ico-checkbox.svg); }
  .ico.menu:before {
    background-image: url(/images/chatbot/ico-menu.svg); }
  .ico.options:before {
    background-image: url(/images/chatbot/ico-options.svg); }
  .ico.brush:before {
    background-image: url(/images/chatbot/ico-brush.svg); }
  .ico.calendar:before {
    background-image: url(/images/chatbot/ico-calendar.svg); }
  .ico.thumb:before {
    background-image: url(/images/chatbot/ico-thumb.svg); }
  .ico.imagemap:before {
    background-image: url(/images/chatbot/ico-imagemap.svg); }
  .ico.search:before {
    background-image: url(/images/chatbot/ico-search-a.svg); }
  .ico:hover {
    background-color: #F6F4F3; }

#concept {
  background-image: url(/images/landing/deco1.svg);
  background-position: center top 80px;
  background-size: 100% auto;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  margin-top: -88px;
  padding-bottom: 80px; }
  #concept .flow {
    justify-content: center; }
    #concept .flow dd {
      padding-right: 40px;
      position: relative;
      height: 48px;
      line-height: 48px; }
    #concept .flow dd h3 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 16px; }
    #concept .flow dd:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 0;
      height: 48px;
      line-height: 48px;
      color: #FBB036;
      width: 32px;
      background-image: url(/images/chatbot/ico-right-a.svg);
      background-repeat: no-repeat;
      background-position: center; }
    #concept .flow dd:last-child {
      padding-right: 0; }
    #concept .flow dd:last-child:after {
      content: "";
      background-image: none; }
  #concept ul {
    width: 1100px;
    margin: auto; }
  #concept li.topic {
    display: flex;
    flex-direction: row;
    background-size: auto 100%;
    margin-bottom: 60px;
    justify-content: flex-start;
    align-items: center; }
    #concept li.topic.left {
      flex-direction: row-reverse; }
      #concept li.topic.left * {
        text-align: left; }
    #concept li.topic div.desc {
      display: flex;
      flex-direction: column;
      width: 620px;
      justify-content: center; }
      #concept li.topic div.desc h3 {
        line-height: 36px;
        text-align: left;
        padding-left: 40px;
        position: relative;
        text-indent: 0; }
        #concept li.topic div.desc h3 b {
          background-color: #F1B251;
          color: #fff;
          width: 28px;
          height: 28px;
          border-radius: 14px;
          line-height: 28px;
          font-size: 18px;
          box-sizing: border-box;
          text-align: center;
          padding: 0;
          display: inline-block;
          text-indent: 0;
          margin-right: 8px;
          position: absolute;
          left: 24px;
          top: 4px; }
      #concept li.topic div.desc p {
        width: 480px;
        color: #666;
        padding-left: 40px;
        text-align: left; }
      #concept li.topic div.desc span.more {
        height: 44px;
        line-height: 44px;
        width: 380px;
        border-radius: 4px;
        padding-left: 0;
        margin-left: 40px; }
        #concept li.topic div.desc span.more:hover {
          background-color: #F6F4F3; }
      #concept li.topic div.desc span.video {
        background-image: url(/images/chatbot/ico-play-yellow.svg);
        text-indent: 30px;
        font-size: bold;
        color: #222;
        display: block;
        line-height: 44px;
        background-position: left center; }
    #concept li.topic div.image {
      width: 680px;
      height: inherit;
      background-size: contain;
      background-position: center;
      box-sizing: border-box; }
    #concept li.topic ol li {
      text-align: left;
      height: 44px;
      line-height: 44px;
      width: 380px;
      margin-bottom: 4px;
      border-radius: 4px; }

#concept:before {
  background-image: url(/images/landing/arc1.svg); }

#concept li.topic h5 {
  display: none; }

#concept li.topic h3 {
  color: #222;
  font-size: 28px;
  margin-top: 8px;
  text-indent: 24px; }

#concept li.topic h3 b {
  font-size: 28px;
  padding-right: 12px;
  margin-left: -24px; }

#concept li.topic p b {
  color: #5F5BFF; }

#concept li.topic a {
  color: #222;
  padding-left: 0;
  text-indent: 0;
  font-size: 16px;
  font-weight: bold;
  text-indent: 24px; }

#concept li.arrow {
  height: 100px;
  background-size: auto 40px;
  background-position: center center; }

#concept li.arrow.left {
  background-image: url(/images/landing/arrow-left45.svg); }

#concept li.arrow.right {
  background-image: url(/images/landing/arrow-right45.svg); }

.more {
  color: #F1B251;
  position: relative;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  font-size: 18px; }
  .more a {
    height: inherit;
    line-height: inherit; }

@keyframes screen-anime {
  from {
    transform: translateY(600px); }
  to {
    transform: translateY(0); } }

@keyframes shaking-anime {
  0% {
    transform: translateX(-10%); }
  10% {
    transform: translateX(9%); }
  20% {
    transform: translateX(-8%); }
  30% {
    transform: translateX(7%); }
  40% {
    transform: translateX(-6%); }
  50% {
    transform: translateX(5%); }
  60% {
    transform: translateX(-4%); }
  70% {
    transform: translateX(3%); }
  80% {
    transform: translateX(-2%); }
  90% {
    transform: translateX(1%); }
  100% {
    transform: translateX(0%); } }

.shaking {
  animation: shaking-anime 0.5s; }

#cases {
  background-color: #F6F4F3; }

#cases dl {
  justify-content: center; }

/*
#cases dd{width:240px;height:240px;background:white;margin:16px;
    display:flex;flex-direction:column;justify-content:flex-start;
    align-items:center;
}
#cases dd .image{width:224px;height:140px;background:#F6F4F3;margin:8px;background-size:auto 100%;box-sizing:border-box;}
*/
#cases dd {
  width: 240px;
  height: 80px;
  background: white;
  margin: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05); }

#cases dd a {
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  text-indent: 0; }

#cases dd h4 {
  font-size: 16px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 8px;
  font-weight: normal; }

#cannot p {
  color: #666; }

#cannot .wrapper > h3 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 24px; }

#cannot dl {
  justify-content: center; }

#cannot dd {
  width: 360px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 16px; }

#cannot dd h3 {
  color: #F1B251;
  font-size: 16px; }

#cannot dd p {
  font-size: 15px;
  padding: 16px;
  margin-top: 0; }

#features {
  min-height: 500px;
  background-color: #F6F4F3;
  background-image: url(/images/chatbot/deco2.svg);
  background-position: right 40px;
  margin-top: -32px;
  overflow: hidden; }
  #features dl {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
    margin-top: 24px; }
  #features dd {
    width: 240px;
    margin: 10px;
    height: 44px;
    line-height: 44px;
    border: 1px solid transparent;
    color: #666;
    cursor: pointer;
    padding-left: 16px; }
    #features dd a {
      height: 44px;
      line-height: 44px;
      border-bottom: 1px solid #D0C9C3;
      padding-left: 0;
      text-indent: 0; }
  #features dd:hover {
    color: #222;
    border: 1px solid #D0C9C3; }

button.large {
  height: 60px;
  min-width: 200px;
  font-size: 18px;
  margin-top: 32px;
  font-weight: bold; }

#guide {
  padding-bottom: 140px;
  background: linear-gradient(to bottom, #F1B251 0%, #F1B251 50%, #E89003 100%);
  overflow: hidden; }
  #guide:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 128px;
    background-color: #F6F4F3;
    top: 0;
    left: 0;
    background-image: url(/images/chatbot/arc.png);
    background-size: 100% 130px;
    background-position: center bottom -2px; }
  #guide:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(/images/bg-chatbot-footer.svg);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 0; }
  #guide * {
    color: white; }
  #guide h1 {
    margin-top: 100px; }
  #guide button {
    background-color: white;
    color: #F1B251; }
  #guide dl {
    margin-top: 24px;
    margin-bottom: 32px; }
  #guide .interview {
    width: 700px;
    height: 198px;
    background: white;
    display: flex;
    flex-direction: row;
    margin: auto;
    border-radius: 8px;
    overflow: hidden; }
    #guide .interview .thumb {
      background-size: cover;
      width: 240px;
      min-width: 240px;
      height: 198px;
      margin: 0px; }
    #guide .interview .info {
      padding-left: 16px; }
      #guide .interview .info h6, #guide .interview .info p, #guide .interview .info label {
        color: #222; }
      #guide .interview .info h6 {
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 18px; }
      #guide .interview .info label {
        color: #666; }
      #guide .interview .info p {
        padding-right: 32px; }

#markdown {
  width: 100%;
  padding: 18px;
  text-align: left; }

#markdown * {
  font-size: 14px;
  font-family: 'Poppins','Noto Sans JP';
  text-align: inherit; }

#markdown h1 {
  font-size: 36px;
  font-weight: black;
  color: #222;
  padding: 12px;
  text-align: inherit;
  margin-top: 12px;
  margin-bottom: 12px;
  display: block; }

#markdown h2 {
  font-size: 28px;
  font-weight: bold;
  color: #222;
  padding: 12px;
  text-align: inherit;
  margin-left: 0;
  margin-right: 0;
  height: 48px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family:"Noto Sans JP";font-weight:900; */ }

#markdown h2:before {
  width: 0; }

#markdown h2:after {
  width: 0; }

#markdown h3 {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding: 12px;
  text-align: inherit;
  margin-top: 0;
  margin-bottom: 0;
  display: block; }

/* #markdown hr{margin-top:12px;margin-bottom:12px;} */
#markdown p {
  font-size: 18px;
  font-weight: normal;
  color: #666;
  padding: 12px;
  text-align: inherit;
  margin-top: 0;
  margin-bottom: 0; }

#markdown h1 + p, #markdown h2 + p {
  font-size: 18px !important; }

#markdown pre {
  padding: 24px;
  margin: 12px;
  background: #F6F4F3;
  font-size: 18px;
  white-space: normal; }

#markdown code {
  font-size: 18px; }

#markdown img {
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%; }

#markdown a {
  color: #5F5BFF;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  padding-left: 0;
  text-indent: 0;
  margin-right: 0;
  font-weight: medium; }

#markdown b, #markdown em {
  color: #222;
  font-size: 18px;
  font-weight: bold; }

#markdown ul {
  padding-left: 24px;
  list-style: disc inside; }

#markdown li {
  line-height: 32px;
  color: #222;
  font-size: 18px;
  list-style: disc inside; }

#markdown li ul, #markdown li ul li {
  list-style: circle inside; }

#markdown center {
  text-align: center;
  font-size: inherit;
  color: inherit;
  font-weight: inherit; }

#markdown table {
  --border-color: #ddd;
  border-collapse: collapse;
  border: solid 2px var(--border-color); }
  #markdown table tr:not(:first-of-type) {
    border-top: solid 1px var(--border-color); }
  #markdown table tr:nth-child(even) {
    background-color: #f3f3f3; }
  #markdown table thead tr:last-of-type {
    border-bottom: solid 2px var(--border-color); }
  #markdown table th, #markdown table td {
    padding: 4px 8px; }
    #markdown table th:not(:first-of-type), #markdown table td:not(:first-of-type) {
      border-left: solid 1px var(--border-color); }
  #markdown table th {
    font-weight: bold; }

#post .wrapper {
  width: 1280px;
  display: flex;
  flex-direction: row; }

.center-pane {
  width: 980px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  overflow: hidden; }

.right-pane {
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: fixed;
  top: 90px;
  right: calc(50vw - 640px);
  border-left: 1px solid #ddd;
  background-color: white;
  z-index: 1; }

#post {
  margin-top: 0; }

#post header {
  position: relative;
  border-bottom: 2px solid #F1EFED; }

.right-pane h3 {
  text-align: left;
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  height: 60px;
  line-height: 64px;
  font-size: 18px; }

.right-pane h4 {
  text-align: left;
  color: #222;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  cursor: pointer;
  background-image: url(/images/landing/caret-down.svg);
  background-position: right center;
  font-weight: 600; }

.right-pane h4.on {
  background-image: url(/images/landing/caret-up.svg); }

.right-pane h4 + ul {
  display: none; }

.right-pane h4.on + ul {
  display: block; }

.right-pane ul {
  text-align: left;
  color: #222;
  margin-top: 0; }

.right-pane li {
  text-align: left;
  color: #222;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  /* border-bottom:1px solid #F1EFED; */ }

.right-pane li.on {
  font-weight: 600; }

.right-pane .demo {
  text-align: left; }

#post nav {
  display: flex;
  flex-direction: row; }

#post nav a {
  display: flex;
  flex-direction: row;
  height: 64px;
  line-height: 64px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  text-indent: 0;
  border-bottom: 1px solid #DDD;
  border-radius: 0;
  align-items: center;
  cursor: pointer; }

#post nav a div.image {
  width: 100px;
  min-width: 100px;
  height: 60px;
  background-image: auto 100%;
  background-size: cover; }

#post nav a label {
  white-space: normal;
  color: #222;
  font-size: 16px;
  line-height: 22px;
  padding-left: 8px;
  cursor: pointer; }

#post .cases {
  padding-top: 0; }

#post .cases h3 {
  margin-top: 0;
  font-size: 18px;
  width: 100%;
  background-color: #F6F4F3;
  height: 64px;
  line-height: 64px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

#post .cases nav a {
  width: 400px;
  margin: 12px;
  border: 1px solid #ddd;
  padding: 8px; }

/* #post .cases nav a{} */
#post .lead {
  min-height: 480px;
  /* background-color:#5F5BFF; */
  /* background-image:url(/images/landing/deco2.svg); */
  background-image: url(/images/landing/arc1.svg);
  background-position: right 40px;
  margin-top: -32px;
  overflow: hidden; }

#post .lead:before {
  width: 100vw;
  height: 480px;
  background-image: url(/images/landing/deco6.svg);
  background-size: 100vw 93px;
  position: absolute;
  background-position: center top;
  background-size: cover;
  bottom: 0px;
  left: 0;
  content: "";
  z-index: 0; }

#post .lead:after {
  background: #F2F1EF;
  background: #F6F4F3;
  height: 524px;
  top: 92px; }

#post .lead .wrapper {
  flex-direction: column; }

#post .lead hr {
  background-color: #00D6C9; }

#post .lead button.large {
  background-color: #5F5BFF; }

/* #flow h5{font-size:16px;height:80px;line-height:80px;font-weight:normal;} */
footer {
  height: 160px;
  line-height: 160px;
  background-image: url(/images/landing/footer-deco.svg);
  background-position: center bottom; }

footer .wrapper {
  justify-content: space-between;
  display: flex;
  height: 80px;
  line-height: 80px;
  margin: auto;
  width: 1280px;
  margin-top: 40px; }

footer .wrapper > * {
  display: inline-block;
  height: inherit;
  line-height: 80px; }

footer .wrapper div.logo {
  width: 280px;
  border-right: 1px solid #ccc;
  background-size: 160px auto; }

footer .icon.chat {
  background-image: url(/images/landing/ico-chat.svg);
  padding-left: 20px;
  background-position: left center;
  cursor: pointer; }

footer .icon.fb {
  background-image: url(/images/landing/ico-fb.svg);
  width: 32px;
  height: 80px;
  background-position: center center;
  margin-right: 0;
  margin-left: 16px; }

footer .icon.ln {
  background-image: url(/images/landing/ico-ln.svg);
  width: 32px;
  height: 80px;
  background-position: center center; }

article.legal {
  margin-top: 0; }

article.legal * {
  text-align: left; }

article.legal header {
  height: 240px;
  background: #5F5BFF;
  text-align: center;
  z-index: 0;
  position: absolute;
  width: 100%; }

article.legal h1 {
  width: 980px;
  color: white;
  text-align: left;
  margin: auto;
  margin-top: 80px;
  padding-left: 80px; }

article.legal pre {
  width: 980px;
  background: white;
  top: 180px;
  position: absolute;
  left: calc((100vw - 980px) / 2);
  border-radius: 4px;
  padding: 60px 80px 320px 80px;
  margin-left: auto;
  margin-right: auto;
  white-space: pre-wrap;
  z-index: 1;
  background-image: url(/images/logo-full.svg);
  background-position: center bottom 120px;
  background-size: auto 64px;
  background-repeat: no-repeat; }

#mask {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #mask.lightgray {
    background-color: #F6F4F3; }
  #mask.lightgray .popup form {
    box-shadow: none; }
  #mask.lightgray .popup i.close {
    display: none; }

#mask form {
  width: 440px !important;
  background-image: url(/images/logo-full.svg);
  background-position: center 32px;
  position: relative;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  margin: auto;
  padding-bottom: 7rem; }
  #mask form ul {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 48px;
    padding-bottom: 0;
    margin-bottom: 0; }
  #mask form li {
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 16px; }
  #mask form li:last-child {
    padding-bottom: 0;
    margin-bottom: 8px; }
  #mask form cite {
    display: none; }
  #mask form li.icons > div,
  #mask form textarea {
    border-radius: 4px;
    border: 1px solid #D0C9C3;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 40px;
    position: relative;
    margin-right: 0; }

#mask form li > div {
  position: relative;
  margin-right: 0;
  text-align: left; }

#mask form li.icons > div {
  height: 42px; }

#mask form li > div.error cite {
  display: block;
  position: absolute;
  right: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background: #FF5600;
  color: white;
  top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  opacity: 0.6; }

#mask form li.icons > div.error cite {
  right: 8px; }

#mask form li.icons > div > i {
  color: #999; }

#mask form li.icons > div input {
  height: 24px;
  line-height: 20px;
  border: 0;
  outline: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  margin: 0;
  width: 260px;
  border-left: 1px solid #D0C9C3;
  margin-left: 12px;
  font-size: 15px; }

#mask form li.terms {
  height: 40px;
  line-height: 40px;
  padding-top: 0; }

#mask form li.terms div {
  display: flex;
  flex-direction: row;
  margin: 0;
  text-indent: 4px;
  cursor: pointer; }

#mask form li.terms div label {
  padding-left: 24px; }

#mask form li.terms div a {
  display: inline-block;
  padding-left: 2px;
  color: #5F5BFF;
  text-align: left;
  text-indent: 0; }

#mask form li.terms div input {
  margin-top: 0; }

#mask form textarea {
  padding-top: 12px;
  height: 140px;
  line-height: 24px;
  font-size: 13px; }

#mask img {
  max-width: 80vw;
  max-height: 80vh; }

#mask form footer {
  background-color: #fff;
  background-image: none;
  height: 130px;
  margin-bottom: 24px;
  line-height: 40px;
  padding-top: 0px; }
  #mask form footer button {
    background-color: #5F5BFF;
    font-size: 16px;
    width: 380px; }
    #mask form footer button:disabled {
      background-color: #D0C9C3; }
  #mask form footer span.or {
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: auto;
    display: block;
    position: relative;
    width: 328px;
    font-size: 13px; }
    #mask form footer span.or:before, #mask form footer span.or:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 1px;
      background-color: #D0C9C3;
      top: 18px; }
    #mask form footer span.or:before {
      left: 0; }
    #mask form footer span.or:after {
      right: 0; }
  #mask form footer dl {
    display: flex;
    flex-direction: row;
    width: 360px;
    margin: auto;
    justify-content: center;
    margin-bottom: 8px; }
    #mask form footer dl dd {
      padding-right: 0; }
      #mask form footer dl dd.fb {
        padding-right: 16px; }
      #mask form footer dl dd button {
        font-size: 12px;
        font-weight: bold;
        height: 36px;
        line-height: 36px;
        background-repeat: no-repeat;
        background-position: -40px center;
        padding: 0; }
        #mask form footer dl dd button:hover {
          text-indent: 16px;
          text-align: left;
          transition-duration: 0.2s; }
      #mask form footer dl dd button.fb-login {
        background-color: #1877F2;
        background-color: #666;
        border-right: 16px solid #4267b2;
        width: 182px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        background-position: -40px bottom; }
        #mask form footer dl dd button.fb-login:hover {
          background-color: #1877F2;
          border-right: 0;
          background-image: url(/images/ico_fb_w.svg);
          background-size: auto 28px;
          background-position: 8px bottom; }
        #mask form footer dl dd button.fb-login:disabled {
          background-color: #ccc; }
      #mask form footer dl dd button.line-login {
        background-color: #00C300;
        background-color: #666;
        border-right: 16px solid #00C300;
        width: 166px; }
        #mask form footer dl dd button.line-login:hover {
          background-color: #00E000;
          border-right: 0;
          background-image: url(/images/ico_line_w.svg);
          background-size: auto 24px;
          background-position: 8px center;
          text-indent: 40px; }
        #mask form footer dl dd button.line-login:disabled {
          background-color: #ccc; }
        #mask form footer dl dd button.line-login:active {
          background-color: #00B300; }
  #mask form footer p {
    text-align: right;
    padding-right: 10%; }

#mask form footer:before {
  width: 0; }

#mask form footer p:last-child {
  text-align: right;
  padding-right: 10%; }

#mask form p a {
  padding-left: 8px;
  color: #5F5BFF;
  cursor: pointer;
  display: inline;
  font-weight: bold; }

#mask form hr {
  margin-top: 4px;
  margin-bottom: 4px; }

#mask form h3 {
  padding-top: 0px;
  height: 40px;
  line-height: 40px;
  margin-top: 0; }

#mask form > p {
  padding: 12px 32px 24px 32px; }

#mask form > button {
  margin-bottom: 32px;
  min-width: 200px;
  background: #222; }

.ui-dropdown {
  display: inline-block;
  flex-wrap: nowrap;
  display: flex;
  background: white;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  margin-right: 0px;
  margin-left: 0;
  /* border:1px solid #ccc; */ }

.ui-dropdown:hover {
  background: #ccc;
  cursor: pointer; }

.ui-dropdown:after {
  content: '▼';
  color: #222;
  position: absolute;
  width: 20px;
  font-size: 7px;
  text-align: center;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-dropdown label {
  padding-right: 16px; }

.ui-dropdown.on {
  background: #fff; }

.ui-dropdown.on:after {
  pointer-events: none;
  border: 0;
  top: -1px; }

.ui-dropdown-opts {
  /* position:absolute; */
  z-index: 300;
  background-color: #222;
  /* opacity:0.9; */
  border-radius: 0px;
  width: 394px;
  height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer; }

div.features {
  width: 1200px;
  position: relative;
  background-color: white;
  border-radius: 12px;
  margin: auto;
  overflow: hidden; }

div.features .scroller {
  width: auto;
  display: flex;
  flex-direction: row;
  overflow: hidden; }

.feature {
  display: flex;
  flex-direction: column;
  width: 1200px; }

.feature h3 {
  margin-bottom: 32px; }

.feature div.body {
  display: flex;
  flex-direction: row;
  margin-right: 0; }

.feature div.body {
  padding: 16px;
  padding-right: 0; }

.feature .left-pane {
  width: 240px;
  text-align: left; }

.feature div.footer {
  justify-content: space-between;
  width: 1080px;
  padding-left: 24px;
  padding-right: 24px;
  margin: auto;
  display: flex; }

.feature div.footer button {
  color: #5F5BFF;
  background-color: transparent;
  font-size: 20px; }

.feature div.footer button:first-child:before {
  content: "<";
  padding-right: 16px; }

.feature div.footer button:last-child:after {
  content: ">";
  padding-left: 16px; }

.slide-left {
  transform: translate(-1200px);
  width: 2420px !important;
  transition-duration: 0.4s; }

.slide-right {
  transform: translate(1200px);
  width: 2420px !important;
  transition-duration: 0.4s; }

@media only screen and (max-width: 768px) {
  html, body, main {
    overflow-x: hidden; }
  * {
    font-size: 14px; }
  .wrapper {
    width: 100vw;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 24px;
    line-height: 48px;
    height: 48px; }
  h2:before, h2:after {
    top: 62px; }
  h1 + p, h2 + p {
    font-size: 14px !important; }
  h3 {
    font-size: 16px; }
  h5 {
    text-align: left; }
  header {
    position: relative; }
  header nav {
    display: none; }
  header div.logo {
    width: 100%;
    left: 0; }
  article {
    margin-top: 0; }
  dl {
    flex-direction: column; }
  #welcome {
    padding-top: 24px;
    background-position: center bottom;
    height: auto;
    background-size: auto 240px; }
    #welcome .wrapper {
      flex-direction: column;
      text-align: center;
      padding-left: 24px; }
    #welcome h5 {
      margin-top: 24px; }
    #welcome p {
      text-align: left; }
  img.arc {
    height: 24px; }
  .ico {
    margin-left: 0;
    padding-left: 12px;
    background-color: #F6F4F3;
    width: 280px; }
  .ico:before {
    left: 12px; }
  #concept {
    margin-top: -24px; }
    #concept img.arc {
      top: 20px; }
    #concept dl.flow {
      margin-left: 24px;
      margin-right: 24px;
      margin-bottom: 60px; }
      #concept dl.flow dd {
        border-bottom: 1px solid #D0C9C3; }
        #concept dl.flow dd h3 {
          font-weight: normal; }
      #concept dl.flow dd:last-child:after {
        background-image: url(/images/chatbot/ico-right-a.svg); }
    #concept ul {
      width: auto;
      box-sizing: border-box;
      overflow: hidden; }
    #concept li.topic {
      flex-direction: column; }
      #concept li.topic.left {
        flex-direction: column; }
      #concept li.topic.right {
        flex-direction: column; }
      #concept li.topic div.desc {
        width: calc(100% - 48px); }
        #concept li.topic div.desc p {
          padding-left: 0;
          width: auto; }
        #concept li.topic div.desc span.more {
          padding-left: 0;
          margin-left: 0;
          padding-left: 12px;
          background-color: #F6F4F3;
          width: auto;
          background-position: 12px center; }
      #concept li.topic div.image {
        width: 100%;
        height: auto;
        margin: auto; }
        #concept li.topic div.image img {
          width: 100%;
          height: auto; }
        #concept li.topic div.image.point-3, #concept li.topic div.image.point-5 {
          padding-left: 24px;
          padding-right: 24px; }
        #concept li.topic div.image.point-4 {
          padding-left: 24px;
          padding-top: 16px; }
      #concept li.topic ol {
        padding-left: 0;
        width: auto; }
        #concept li.topic ol li {
          width: auto;
          margin-bottom: 6px; }
  #cases dd {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #D0C9C3;
    background-color: transparent;
    width: auto;
    box-shadow: none; }
    #cases dd div.image {
      display: none; }
    #cases dd h4 {
      margin-top: 0;
      margin-bottom: 0;
      text-align: left;
      font-weight: bold;
      margin-left: 8px;
      margin-right: auto; }
  #features dl {
    flex-direction: row;
    width: calc(100vw - 40px);
    justify-content: space-between; }
    #features dl dd {
      width: 48%;
      padding: 0;
      margin: 0; }
  #features .more {
    width: auto;
    margin: auto; }
    #features .more a {
      color: #F1B251;
      font-weight: bold; }
  #guide {
    margin-top: 0;
    padding-top: 0; }
    #guide:after {
      height: 24px;
      background-size: 100% 26px; }
    #guide .interview {
      flex-direction: column;
      width: auto; }
      #guide .interview > div {
        display: flex;
        flex-direction: row;
        height: 90px;
        overflow: hidden; }
        #guide .interview > div div.thumb {
          width: 120px;
          min-width: auto;
          background-size: cover;
          height: 90px; }
        #guide .interview > div label {
          color: #222; }
      #guide .interview p {
        color: #666;
        padding-left: 24px;
        padding-right: 24px; }
  main + footer {
    height: auto;
    line-height: auto; }
    main + footer .wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: auto;
      height: auto;
      line-height: auto;
      padding-bottom: 120px; }
      main + footer .wrapper .logo {
        height: 60px;
        border-right: 0;
        margin: auto;
        margin-bottom: 32px; }
      main + footer .wrapper a {
        height: 44px;
        line-height: 44px; } }

body[lang='ja'] .PostHub-Post-Tags-Tag.story::after {
  content: '活用事例'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.blog::after {
  content: 'ブログ'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.feature::after {
  content: '機能'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.case::after {
  content: '導入事例'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.news::after {
  content: 'ニュース'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.release::after {
  content: '機能'; }

body[lang='en'] .PostHub-Post-Tags-Tag.story::after {
  content: 'Story'; }

body[lang='en'] .PostHub-Post-Tags-Tag.blog::after {
  content: 'Blog'; }

body[lang='en'] .PostHub-Post-Tags-Tag.feature::after {
  content: 'Feature'; }

body[lang='en'] .PostHub-Post-Tags-Tag.case::after {
  content: 'Case'; }

body[lang='en'] .PostHub-Post-Tags-Tag.news::after {
  content: 'News'; }

body[lang='en'] .PostHub-Post-Tags-Tag.release::after {
  content: 'Release'; }

.PostHub {
  display: flex;
  margin: 0 -10px;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 520px) {
    .PostHub {
      flex-direction: column;
      align-items: center; } }
  .PostHub-Title {
    margin-bottom: 60px;
    font-weight: normal; }
  .PostHub-Post {
    height: initial;
    cursor: pointer;
    box-sizing: content-box;
    display: flex;
    padding: 0;
    flex-direction: column;
    /* justify-content: space-between; */
    flex: 0 1 238px;
    background-color: #f6f4f3;
    border: 2px solid #f6f4f3;
    border-radius: 6px;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s;
    margin: 10px; }
    @media only screen and (max-width: 520px) {
      .PostHub-Post {
        flex: 1;
        width: 80%;
        max-width: 300px; } }
    .PostHub-Post:hover {
      transform: scale(1.08) translateY(-10px);
      box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.05); }
    .PostHub-Post-Image {
      box-sizing: border-box;
      transition: background-size 0.5s;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 10px;
      background-color: #fff;
      width: 100%;
      height: 148px; }
    .PostHub-Post-Title {
      text-align: left;
      font-size: 16px;
      font-weight: normal;
      color: #222;
      margin: 16px 16px 0 16px;
      transition: color 0.5s;
      text-indent: 0; }
    .PostHub-Post-Tags {
      display: flex;
      flex-wrap: wrap;
      margin: 16px; }
      .PostHub-Post-Tags-Tag {
        background-color: #d0c9c3;
        border-radius: 04px;
        color: #fff;
        padding: 03px 06px;
        text-indent: 0;
        font-size: 12px;
        line-height: initial;
        margin-bottom: 05px; }
        .PostHub-Post-Tags-Tag:not(:last-child) {
          margin-right: 05px; }
        .PostHub-Post-Tags-Tag.story {
          background-color: #db234b; }
        .PostHub-Post-Tags-Tag.feature {
          background-color: #8dc63f; }
        .PostHub-Post-Tags-Tag.blog {
          background-color: #5f5bff; }
        .PostHub-Post-Tags-Tag.news {
          background-color: #fbb036; }
        .PostHub-Post-Tags-Tag.release {
          background-color: #9059ce; }
  .PostHub_LP {
    justify-content: center; }
    .PostHub_LP .PostHub-Post {
      background-color: #fff; }
      .PostHub_LP .PostHub-Post-Image {
        background-color: #f6f4f3; }
  .PostHub_PS {
    justify-content: flex-start;
    flex-wrap: wrap; }
    .PostHub_PS .PostHub-Post {
      background-color: #fff; }
      .PostHub_PS .PostHub-Post-Image {
        background-color: #f6f4f3; }

/* anybot chatbot on going renewal message */
.rn-box {
	background-color: #f9f9f9;
	width: clamp(30rem, 50vw, 60rem);
	height: clamp(10rem, 50vh, 30rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 1rem;
  }
  .rn-box .rn-msg, .rn-box .rn-title, .rn-box .rn-close {
	color: #666;
  }
  .rn-box .anybot {
	color: #5F5BFF;
  }
  .rn-box .rn-close {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
  }
  .rn-box .rn-close::before {
	content: "\2715";
	font-size: 1rem;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
  }