@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
/****** common *****/
* {
  padding: 0;
  margin: 0
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
dd, dt, h1, h2, h3, h4, h5, h6, li, p {
  line-height: inherit
}
h1 {
  margin: 0;
  font-size: 1em;
  font-weight: 400
}
h2 {
  margin: 0;
  font-size: 1em;
  font-weight: 400
}
h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 400
}
h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 400
}
h5 {
  margin: 0;
  font-size: 1em;
  font-weight: 400
}
h6 {
  margin: 0;
  font-size: 1em;
  font-weight: 400
}
li, ol, ul {
  line-height: inherit
}
ol li, ul li {
  list-style: none
}
a {
  color: #000;
  text-decoration: none;
  outline: 0
}
audio, embed, iframe, img, object, picture, video {
  display: block;
  max-width: 100%;
  height: auto
}
iframe {
  border: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-weight: inherit;
  resize: vertical;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
button {
  cursor: pointer
}
address, em {
  font-style: normal
}
[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, input, select, textarea {
  padding: 0;
  margin: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
[type=button]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=reset]:focus, [type=search]:focus, [type=submit]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, button:focus, input:focus, select:focus, textarea:focus {
  -webkit-tap-highlight-color: transparent
}
em {
  font-style: normal
}
small {
  font-size: 1em
}
th {
  font-weight: 400
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
select::-ms-expand {
  display: none
}
html {
  width: 100%;
  height: 100%
}
@media only screen and (min-width:769px) {
  html {
    font-size: 62.5%
  }
}
@media only screen and (max-width:768px) {
  html {
    font-size: calc(10px + (13 - 10) * (100vw - 375px)/ (768 - 375))
  }
}
@media only screen and (max-width:414px) {
  html {
    font-size: 2.66667vw
  }
}
body {
  position: relative;
  width: inherit;
  min-width: 320px;
  height: inherit;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width:769px) {
  body {
    font-size: 1.6rem
  }
}
@media only screen and (max-width:768px) {
  body {
    font-size: 1.4rem
  }
}
body {
  color: #2d2d2d;
  background-color: #FFFFFF;
}
body main {
  margin-top: 0;
  font-family: 'Noto Sans JP', "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
  margin-bottom: 50px;
}
body main {
  margin-top: 0;
  overflow-x: hidden;
}
@media only screen and (min-width:769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  .pc {
    display: none;
  }
}
/* color */
.bg_gray {
  background: #fbfbfb;
}
.bg_blue {
  background: #f9fdff;
}
.bg_yellow {
  background: #fffcf1;
}
.bg_white {
  background: #ffffff;
}
/* section */
.features, .point, .spec, .support {
  padding: 80px 20px;
}
/* Font */
h2 {
  margin-bottom: 50px;
  padding-top: 100px;
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  color: #0082ad;
}
@media only screen and (max-width:768px) {
  h2 {
    padding-top: 0px;
  }
}
@media only screen and (max-width:768px) {
  h2 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: 2.3rem;
  font-weight: 500;
}
@media only screen and (max-width:768px) {
  h3 {
    font-size: 2rem;
  }
}
section {
  padding-bottom: 100px;
}
.spec__container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.spec__container th {
  text-align: center;
  padding: 5px;
  width: 20%;
}

.spec__container td {
  /* width: 250px; */
  font-size: 14px;
  vertical-align: baseline;
}
@media only screen and (max-width:768px) {
  .spec__container td {
  width: 100px!important;
}
  .spec__container th p {
    font-size: 14px;
  }
}
.title__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:768px) {
  .title__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.title__flex img {
  width: 100%;
  max-width: 80px;
}
.title__flex p {
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #ffa600;
  height: 55px;
}
.link__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
}
@media only screen and (max-width:768px) {
  .link__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.link__block p {
  font-size: 2rem;
}
.servi__link, .keenbot__link {
  width: 45%;
  margin: 20px auto;
  padding: 10px 30px;
  background: #fbfbfb;
  border: 1px solid #b7b7b7;
  border-radius: 15px;
  transition: all 0.5s 0s ease;
  cursor: pointer;
  filter: drop-shadow(2px 2px 5px rgba(160, 160, 160, 0.8));
}
@media only screen and (max-width:768px) {
  .servi__link, .keenbot__link {
    width: 100%;
  }
}
.servi__link a, .keenbot__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.servi__link:hover {
  opacity: .7;
}
.keenbot__link:hover {
  opacity: .7;
}
.servi__link img, .keenbot__link img {
  width: 100%;
  max-width: 100px;
}
table.scroll {
  width: 100%;
  border-collapse: inherit;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 950px) {
  table.scroll {
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
  }
}
.scroll__txt {
  color: crimson;
}