@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

HTML5 display-role reset for older browsers article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

/*基本設定*/
* {
  margin: 0px;
  padding: 0px; }

html {
  width: 100vw;
  height: -webkit-fill-available; }

body {
  line-height: 1;
  font-family: "Noto Sans Japanese", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  width: 100vw;
  min-height: 100vh;
  min-height: -webkit-fill-available; }

a{
  text-decoration: none;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available; } }
h1, h2, h3, p {
  color: #001940; }

html[lang="ja"] {
  font-family: "Noto Sans Japanese", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

#wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden; }

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200 400 600 800,bold;
  src: url("font/NotoSansJP-Regular.woff") format("woff"); }
@font-face {
  font-family: "Oswald";
  font-style: bold;
  src: url("font/Oswald-Bold.woff") format("woff"); }
.w1060 {
  width: 1060px;
  margin: 0 auto; }

.pc {
  display: block; }

.sp {
  display: none; }

/*文字関連設定*/
h2 {
  font-size: 22px;
  text-align: center; }

.fs34 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.8em; }

.midasi-y {
  background: linear-gradient(transparent 50%, #FFE200 50%);
  padding: 0 15px;
  padding-bottom: 10px; }

.red-font {
  color: #FF0000;
  font-weight: bold; }

.title1 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.8; }

/*余白*/
.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.mt100 {
  margin-top: 100px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb60 {
  margin-bottom: 60px; }

.mb80 {
  margin-bottom: 80px; }

.mb100 {
  margin-bottom: 100px; }

.mb200 {
  margin-bottom: 200px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-150 {
  padding-bottom: 150px; }

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

.flex, .no-flex, .no-flex2 {
  display: flex; }

.flexiblebox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

/*ヘッダー*/
header {
  background-color: #E4EEFC;
  position: relative;
  width: 100%;
  margin: 0 calc(50% - 50vw); }

/*ナビゲーション*/
.fixed_header {
  display: none;
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2999;
  background-color: #004D8F; }

.nav-box {
  height: 80px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  display: flex; }

nav h1 {
  margin-top: 5px; }
nav ul {
  margin: 0px;
  padding: 0px;
  width: 800px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center; }
nav li {
  display: inline;
}
  nav li a {
    font-size: 0.85em;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
}

/*グロナビ*/
/* main menu styles */

.nav,.nav ul {
  list-style:none;
  margin:0;
  padding:0;
}

.nav {
  position:relative;
}

.nav ul {
  height:0;
  left:0;
  overflow:hidden;
  position:absolute;
  top:46px;
}

.nav li {
  float:left;
  position:relative;
}

.nav li a {
  -moz-transition:0.2s;
  -o-transition:0.2s;
  -webkit-transition:0.2s;
  color:#FFF;
  display:block;
  font-size:13px;
  line-height:40px;
  text-decoration:none;
  transition:0.2s;
  line-height: 1.5em;
  padding: 20px 20px;
}

.nav li a:last-child {
  padding: 20px 20px;
}

.nav li:hover > a {
  background:#60cef7;
  color:#fff;
}

.nav li:hover ul.subs {
  height:auto;
  margin-top: 12px;
  width: 140%;
}

.nav ul li {
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -webkit-transition:0.3s;
  opacity:0;
  transition:0.3s;
  width:100%;
}

.nav li ul li {
  -moz-transition-delay:0s;
  -o-transition-delay:0s;
  -webkit-transition-delay:0s;
  transition-delay:0s;
}

.nav li:hover ul li {
  opacity:1;
  -moz-transition-delay:0s;
  -o-transition-delay:0s;
  -webkit-transition-delay:0s;
  transition-delay:0s;
}

.nav ul li a {
  background:#60cef7;
  border-color:#6E67A6;
  color:#001940;
  line-height:0.3px;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -webkit-transition:0.3s;
  transition:0.3s;
}

.nav li:hover ul li a {
  line-height:35px;
}

.nav ul li a:hover {
  background:#60cef7;
}


.toiawase-nav{
  width: 120px;
  background-color: #FFE200;
  border-radius: 10px;
}

li .toiawase-nav a {
  color: #333;
  font-weight: bold;
}

.toiawase-nav :hover{
  color: #3ca1e0;
}


/*ここまで？*/
.toiawase {
  width: 130px;
  height: 50px;
  margin: 0 auto;
  background-color: #FFE200;
  border-radius: 10px; }
  .toiawase a {
    font-size: 1em;
    font-weight: bold;
    color: #004D8F;
    display: grid;
    place-items: center;
    padding-top: 18px; }

.sp-menu {
  display: none; }

.top-view {
  margin: 0 auto;
  padding: 50px 0;
  justify-content: space-around; }
  .top-view h1 {
    height: 270px;
    margin-top: 50px; }
  .top-view img {
    z-index: 20; }

.top-view img {
  margin-top: 60px;
}

.movie-box {
  width: 480px; }

/*コンテンツ１部分*/
.top-message {
  text-align: center;
  margin-bottom: 200px; }
  .top-message h2 {
    font-size: 1.4em;
    font-weight: bold; }

.point-containar {
  justify-content: space-between;
  margin-bottom: 40px; }

.point-box {
  border: 2px solid #004D8F;
  width: 330px;
  height: 320px; }
  .point-box img {
    display: block;
    margin: auto;
    padding: 20px 0 10px 0; }
  .point-box h3 {
    text-align: center;
    margin: 1em 0;
    line-height: 1.4em; }

.triangle-01 {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 301px;
  height: 45px; }
  .triangle-01::after {
    content: "";
    position: absolute;
    width: 213px;
    height: 213px;
    background: linear-gradient(135deg, #123786, #123786, #007ecc);
    top: -107px;
    left: 44px;
    transform: scaleY(0.3) rotate(45deg); }

.kaiketu {
  padding-top: 40px;
  padding-bottom: 40px; }

/*問い合わせボタン*/
.btn-container {
  position: relative; }

.toiawase-btn {
  width: 580px;
  height: 100px;
  background-color: #FFE200;
  border: 3px solid #004D8F;
  border-radius: 10px;
  text-align: right;
  top: 30px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 910; }

.toiawase-btn img {
    padding-top: 15px;
    padding-right: 20px;
    width: 85%;
}
.toiawase-btn a {
    display: block; }
.toiawase-btn a:hover {
      background-color: #FFBA00;
      border-radius: 10px;
      width: 580px;
      height: 100px; }

/*特徴１*/
.feature-sec {
  background-color: #F2F3F4;
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 10px;
  padding-bottom: 180px; }
  .feature-sec h2 {
    color: #004D8F;
    text-align: center; }

.allow-d {
  width: 100%;
  text-align: center; }
  .allow-d img {
    padding: 10px 0;
    width: 100px; }

.feature-box {
  justify-content: space-between; }

.feature-title {
  width: 500px; }

.feature-title-box {
  background-color: #004D8F;
  height: 100px;
  width: 470px;
  margin-left: 30px; }
  .feature-title-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6em; }

.feature-title p {
  padding-left: 40px;
  color: #333333;
  font-size: 18px;
  line-height: 1.8em; }

.feature-imgbox {
  width: 500px;
  height: 350px;
  background: #fff;
  position: relative; }

.feature-img01-move {
  position: absolute;
  top: 30px;
  right: 130px; }

.feature-title-under {
  text-align: center; }

.feature-boxinbox {
  width: 470px;
  height: 60px;
  background-color: #AD0000;
  margin-left: 30px;
  border-radius: 10px;
  font-size: 1.4em;
  font-weight: 600;
  color: #fff; }

  .function-btn{
    width: 260px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    border: 4px solid #004D90;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 8px;
    display: flex;
    color: #004D90;
    height: 30px;
  }

.function-btn a{
  color: #004D90;
}
  .function-btn p{
    color: #004D90;
    font-size: 20px;
  }
  .function-btn img{
    width: 22px;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 2px;
  }
  .function-btn:hover{
    background-color: #B2E9EB; 
  }

/*人工知能のシステム説明部分*/
.shiori-pc {
  display: block; }

.shiori-sp {
  display: none; }

.feature-box-in {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 80px 0; }

.feature-box-in-what {
  width: 700px;
  height: 140px;
  border: 3px solid #004D8F;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 60px; }

.feature-box-in h2 {
  line-height: 1.3em;
  color: #001940;
  z-index: 10; }

.border-b {
  border-bottom: 3px solid #001940;
  padding-bottom: 5px; }

.feature-box-in-what h3 {
  color: #004D8F;
  font-size: 1.3em;
  margin-top: -38px;
  font-weight: bold; }
.feature-box-in-what img {
  margin-top: -25px; }
.feature-box-in-what h4 {
  margin-top: 20px;
  color: #001940;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold; }

.feature-box-in-last {
  width: 100%; }
  .feature-box-in-last p {
    font-weight: bold; }

.feature-box-in-last-in {
  width: 75%;
  background-color: #FFE200;
  margin: 0 auto;
  height: 60px;
  margin-top: 60px;
  margin-bottom: 40px; }
  .feature-box-in-last-in p {
    color: #001940;
    font-size: 1.2em; }

.pr-box-big {
  width: 100%;
  border: 2px solid #004D8F;
  background-color: #fff;
  text-align: center; }

.pc-60 {
  margin-right: 240px;
  margin-left: 30px; }

#per60 {
  position: relative;
  top: -350px;
  left: 380px;
  z-index: 100;
  margin-bottom: -200px; }

.pr-box-nomal {
  width: 500px;
  border: 2px solid #004D8F;
  background-color: #fff;
  text-align: center;
  padding: 30px 0; }

.pr-box {
  justify-content: space-between; }

.pr-box-01 {
  width: 500px;
  margin: 0 auto;
  padding: 40px 0; }
  .pr-box-01 h3 {
    text-align: center; }

.pr-box-position {
  width: 240px;
  height: 30px;
  background-color: #004D8F;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px; }
  .pr-box-position h4 {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 5px; }

.pr-box-font {
  text-align: left;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8em;
  margin: 20px 40px 0 40px; }

.feature-box-graf {
  justify-content: space-between;
  padding: 0 40px; }

.red-caution {
  text-align: right;
  padding: 30px 30px 0 30px;
  color: #FF0000;
  font-size: 18px; }

/*Beemodeの目指すもの*/
.feauture {
  text-align: center; }
  .feauture h2 {
    color: #fff;
    padding-top: 80px; }

.point-beemode {
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto; }

.point-beemode-y {
  width: 320px;
  height: 140px;
  border-radius: 20px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFE200 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  padding-top: 5px; }

.point-cont {
  text-align: center; }
  .point-cont p {
    font-size: 20px;
    font-weight: normal; }

.point-cont-font {
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6em; }

.feauture-img {
  position: absolute;
  top: 0%; }

.feauture-ch {
  font-size: 7em;
  text-align: center;
  font-family: 'Oswald';
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  text-align: center; }

/*背景虹色グラデ*/
.feauture {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: linear-gradient(180deg, #0089ff, #1de0e8, #1da2e8, #92e81d, #1dd8e8, #42c0cb, #1d82e8, #8300f3, #009ff3);
  background-repeat: no-repeat;
  background-position: left bottom;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100% 460%;
  -webkit-animation: rainbow 14s ease infinite;
  -z-animation: rainbow 14s ease infinite;
  -o-animation: rainbow 14s ease infinite;
  animation: rainbow 14s ease infinite;
  padding-bottom: 170px;
  z-index: 5; }

@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 39%; }
  100% {
    background-position: 0% 82%; } }
@-moz-keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 39%; }
  100% {
    background-position: 0% 82%; } }
@-o-keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 39%; }
  100% {
    background-position: 0% 82%; } }
@keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 39%; }
  100% {
    background-position: 0% 82%; } }
/*その他の便利な機能*/
.other-func h2 {
  text-align: center; }

.point-6 {
  width: 100%;
  display: flex;
  justify-content: stretch; }

.point-6-parts {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-color: #004D8F;
  margin: 0 auto;
  z-index: 240;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.point-6-parts p {
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    padding-top: 5px;
    line-height: 1.4em;
  }
.point-6-parts img{
  margin-top: 10px;;
    }
.p6-hover:hover{
  background-color: #018192;
}

.other-func-exp h3 {
  font-size: 28px;
  color: #004D8F;
  line-height: 1.7em;
  font-weight: bold; }
.other-func-exp p {
  width: 600px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em; }

.exp-left {
  width: 400px;
  padding-left: 20px;
  margin-right: 30px;
  border-left: thick solid #004D8F; }

.osusume {
  width: 200px;
  height: 40px;
  border-radius: 10px;
  background-color: #FF0000; }
  .osusume p {
    font-size: 28px;
    color: #fff; }

/*リリース*/
.rerease {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: transparent linear-gradient(180deg, #489BD8 0%, #7CF2E4 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 60px; }

.rerease-box {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0; }
  .rerease-box img {
    margin-right: 100px; }
  .rerease-box h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff; }

/*会社名エリア*/
.company-a {
  margin: 0 auto;
  max-width: 900px;
  justify-content: space-around; }

.company-name-a {
  text-align: center; }
  .company-name-a h3 {
    margin: 0; }

.company-a h3 {
  margin-left: 0px;
  padding-top: 20px;
  font-size: 1.6em;
  font-weight: bold; }

.box-dairiten {
  border: 2px solid #001940;
  width: 120px;
  height: 23px;
  text-align: center;
  font-size: 0.9em;
  padding: 7px 0 0 0;
  margin: 0 10px 20px 0; }

/*よくある質問*/
.qa h2 {
  font-size: 34px;
  font-weight: bold;
  color: #004D8F;
  text-align: center;
  margin-top: 80px; }
.qa img {
  padding-right: 20px;
  vertical-align: -3px; }

.qa-box {
  width: 100%;
  border: 5px solid #004D8F;
  border-radius: 20px;
  margin: 40px 0 100px 0;
  padding: 40px 0; }

.que p {
  font-size: 1.2em;
  margin-left: -3px;
  font-weight: bold;
  color: #001940;
  width: 100%; }
.que img {
  padding-left: 40px;
  vertical-align: -3px; }

.ans {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #EDEDED;
  padding: 10px 40px 20px 0; }
  .ans p {
    font-size: 1em;
    font-weight: normal;
    color: #001940;
    line-height: 1.2em;
    padding-left: 40px;
    width: 100%; }
  .ans a {
    text-decoration: underline; }
  .ans img {
    vertical-align: -10px; }

.indent {
  padding-left: 3.7em;
  text-indent: -3.2em; }

.ans:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px; }

/*お問合せフォーム*/
.qa-box2 {
  border: 5px solid #004D8F;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px 0; }

.contact {
  background-color: #EAF0F7;
  color: #001940;
  padding-bottom: 100px; }

  .contact h2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0 20px 0; }
  .contact img {
    stroke: #001940;
    padding-right: 15px;
    vertical-align: -6px; }

.contact-box {
  background-color: #fff;
  border: 3px solid #05193D;
  padding: 50px 90px; }
  .contact-box p {
    text-align: center;
    margin-bottom: 40px; }

.postitem-left {
  width: 250px;
  padding-top: 20px; }

.postitem-left2 {
  width: 250px;
  margin-top: 5px; }

.fors-f label {
  width: 60px; }

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

.hissu {
  font-size: 0.8em;
  width: 60px;
  height: 28px;
  border: 2px solid #05193D;
  margin-right: 20px;
  margin-top: -7px; }

.postitem label {
  font-size: 1em; }
.postitem input {
  width: 600px;
  height: 60px;
  background-color: #EDEDED;
  border: 1px solid #05193D;
  font-size: 1em;
  color: #333;
  padding-left: 20px;
  margin-bottom: 40px; }

textarea {
  width: 600px;
  height: 60px;
  background-color: #EDEDED;
  border: 1px solid #05193D;
  font-size: 1em;
  color: #333;
  padding-left: 20px;
  margin-bottom: 40px; }

/*チェックボックス代打*/
.mycheckbox input[type="checkbox"] {
  display: none; }
  .mycheckbox input[type="checkbox"] + label {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px; }
    .mycheckbox input[type="checkbox"] + label::before {
      content: "";
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 1.5em;
      height: 1.5em;
      margin-top: -10px;
      left: 0;
      top: 50%;
      border: 1px solid;
      border-color: #585753;
      background-color: #FFF; }
  .mycheckbox input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 1.3em;
    height: 0.7em;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #585753; }

.inputs h6 {
  font-size: 0.9em;
  font-weight: 200;
  padding-top: 8px; }

.postitem textarea {
  vertical-align: top;
  height: 160px;
  padding-top: 12px;
  font-size: 1.3em; }

.contact p {
  font-size: 1em; }

.kojinjyoho {
  font-size: 0.8em; }
  .kojinjyoho a {
    text-decoration: none; }
  .kojinjyoho img {
    vertical-align: -3px;
    margin-right: -10px; }
  .kojinjyoho span {
    color: #FF0000;
    font-weight: bold; }

input[type="submit"] {
  border-radius: 30px;
  font-size: 1em;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #001940;
  border: 3px solid #001940;
  background-color: #fff;
  font-weight: bold;
  height: 3.0em;
  width: 300px;
  height: 60px;
  padding: 0 2.5em 0 0.8em;
  transition: 0.3s; }

::placeholder {
  color: #c6c6c6; }

.btn {
  color: #001940;
  position: relative;
  line-height: 2.8em;
  width: 290px;
  transition: 0.5s;
  margin: 0 auto; }
  .btn::after {
    transition: 0.3s;
    content: "";
    width: .6em;
    height: .6em;
    border-top: 2px solid #001940;
    border-right: 2px solid #001940;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn:hover::after {
    right: 12px; }

input[type="submit"]:hover {
  background: #ffe200; }

/*会社概要*/
dt, dd {
  margin: 0;
  padding: 0; }

.tbl-company {
  margin: 0 auto;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }
  .tbl-company dt, .tbl-company dd {
    border-bottom: 1px solid #B3B3B3;
    box-sizing: border-box;
    padding: 15px 20px; }
  .tbl-company dt {
    color: #004D8F;
    font-size: 18px;
    font-weight: bold;
    width: 180px;
    border-bottom: 4px solid #004D8F; }
  .tbl-company dd {
    width: calc(100% - 180px);
    border-bottom: 1px solid #B3B3B3;
    line-height: 1.4em;
    color: #333333; }
  .tbl-company a {
    color: #333333;
    text-decoration: none; }

/*フッター設定*/
footer {
  margin: 0 auto;
  text-align: center;
  background-color: #EAF0F7; }
  footer p {
    font-size: 0.8em;
    color: #001940;
    padding-bottom: 50px; }
  footer a {
    color: #001940;
    text-decoration: none; }

.company {
  padding-top: 80px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 60px; }

.company-name {
  text-align: left; }

.logo-y1 {
  margin-bottom: 20px; }

.logo-y2{
  height: 70px;
  margin-bottom: 30px; }

.logo-y2 img{
  margin-top: 5px;
}

.logo-y3 {
  height: 80px;
  margin-bottom: 30px;
  margin-top: -5px;}

.logo-y4 {
  height: 70px;
  margin-bottom: 20px; }

.logo-y1 h3, .logo-y2 h3 {
  margin-left: 30px;
  padding-top: 20px;
  font-size: 1.6em;
  font-weight: bold; }

.logo-y3 h3 {
  margin-left: 30px;
  padding-top: 24px;
  font-size: 1.6em;
  font-weight: bold; }

.logo-y4 h3 {
  margin-left: 30px;
  padding-top: 10px;
  font-size: 1.6em;
  font-weight: bold; }

.ace {
  margin-left: 10px; }

.company p {
  font-size: 1em;
  margin-bottom: -40px;
  line-height: 1.4em; }

.link-txta {
  font-size: 1.6em;
  font-weight: bold; }

/*アンカー関係*/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
 }
a.anchor2 {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  background-color: #F2F3F4; }

.bg-white{
  background: #fff;
}

/*出現動作*/
.scroll-fade {
  opacity: 0;
  transition: all 0.5s; }

.scroll-up {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.4s; }
  .scroll-up.done {
    opacity: 1;
    transform: translate(0, 0); }

.scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0); }

.load-fade {
  opacity: 0;
  transition: all 0.5s; }

.load-up {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.5s; }
  .load-up.done {
    opacity: 1;
    transform: translate(0, 0); }

.load-fade.done {
  opacity: 1;
  transform: translate(0, 0); }

/*戻るボタン*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 980; }
  #page-top a {
    background: #004D8F;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 800; }
    #page-top a:hover {
      text-decoration: none;
      background: #8ac1e6;
      transition: 0.5s; }

/* 新着情報 */
.sinchaku {
  min-height: 307px; }
  .sinchaku h2 {
    font-size: 20px;
    color: #fff;
    background: #05193D;
    width: 200px;
    height: 39px;
    line-height: 39px;
    margin: 0 auto 12px; }

.news-box {
  width: 610px;
  margin: 0 auto;
  padding-bottom: 3px;
  border: 1px solid #05193D;
  font-size: 16px;
  color: #001940;
  margin-top: 260px;
  margin-bottom: -80px; }

#newsWrap {
  overflow-y: scroll;
  height: 170px; }

#newsList li {
  display: flex;
  align-items: center;
  color: #05193D;
  padding: 8px 0;
  border-bottom: 1px dotted #B3B3B3;
  list-style-type: none; }
  #newsList li:last-child {
    border-bottom: none; }
#newsList a {
  color: #05193D;
  text-decoration: none; }
  #newsList a:hover {
    color: #004D8F;
    text-decoration: underline; }
#newsList li span {
  display: inline-block;
  margin-right: 10px; }
  #newsList li span:first-child {
    margin-left: 10px; }
  #newsList li span:last-child {
    margin-right: 10px; }

.up_ymd {
  color: #001940;
  width: 90px; }

.catName {
  color: #001940;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #05193D;
  border-radius: 5px;
  font-size: 14px;
  width: 70px; }

#newsList .title {
  width: auto; }

.newMark {
  border: 1px solid #F00;
  padding: 4px 9px;
  font-size: 12px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 8px; }

/*サンクスページ*/
.thanksp {
  width: 65vw;
  margin: 0 auto;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px; }
  .thanksp h1 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 50px; }
  .thanksp h2 {
    font-weight: bold;
    margin-bottom: 40px; }
  .thanksp p {
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: left;
    padding: 20px;
    border: 1px solid;
    font-size: 1em;
    line-height: 1.8em;
    width: 450px; }
  .thanksp button {
    background-color: #fff;
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #004D8F;
    border: solid 2px #004D8F;
    border-radius: 3px;
    transition: .4s; }
    .thanksp button:hover {
      background: #004D8F;
      color: white; }

.button-box {
  margin: 0 auto; }

/*プライバシーポリシー*/
.pb {
  background-color: #05193D;
  color: #004D8F;
  padding: 60px 0; }
  .pb a {
    text-decoration: none;
    color: #7db4e6; }

.wrapper-pb {
  width: 70vw;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px; }
  .wrapper-pb h1 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px; }
  .wrapper-pb h2 {
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #7db4e6; }
  .wrapper-pb h3 {
    font-weight: bold;
    margin-bottom: 10px; }
  .wrapper-pb p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 40px; }
    .wrapper-pb p:last-child {
      margin-bottom: 0; }
  .wrapper-pb ul {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: -30px;
    margin-bottom: 40px;
    padding-left: 20px; }

.wrapper-madoguchi p {
  padding-left: 20px;
  line-height: 1.4em; }

.button-close {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px; }

/*iPad----*/
@media screen and (max-width: 1100px) {
  body {
    max-width: 95%;
    font-family: "Noto Sans Japanese", sans-serif; }

  img {
    max-width: 100%; }

  .w1060, .tplogo img {
    width: 90%; }

  /*ナビゲーション調整*/
  .nav-box {
    max-width: 90%;
    margin: 0 auto;
    text-align: center; }
    .nav-box img {
      margin-top: -5px; }

  nav li a {
    font-size: 0.85em;
    color: #fff;
    text-decoration: none; }
  nav ul {
    max-width: 65vw; }

  .toiawase {
    width: 100px;
    height: 45px;
    border-radius: 10px;
    font-size: 0.8em; }
    .toiawase a {
      font-size: 1em;
      padding-top: 18px; }

  .w1060 {
    width: 90%;
    margin: 0 auto; }

  /*文字関連設定*/
  h2, .fs34 {
    font-size: 1.6em;
    font-weight: bold; }

  /*  スキマ関連*/
  .mb60 {
    margin-bottom: 30px; }

  .mb80 {
    margin-bottom: 40px; }

  .mt60 {
    margin-top: 30px; }

  .mt80 {
    margin-top: 40px; }

  .mt100 {
    margin-top: 50px; }

  .sp-mt30 {
    margin-top: 30px; }

  .sp-mb20 {
    margin-bottom: 20px; }

  .sp-toiawasebtn {
    margin-top: -10px;
    margin-bottom: -30px; }

  /*  ファーストビュー関連*/
  .top-message {
    margin-bottom: 160px; }

  .movie-box {
    position: relative;
    max-width: 100%;
    padding-top: 30%; }
  
  .movie-box iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

  .top-view {
    width: 90%; }
  

  .tplogo {
    width: 50%;
    }

  /*コンテンツ１部分*/
  .img-centor img {
    width: 50vw;
    margin-top: -10px; }

  .point-box {
    width: 32%;
    margin-bottom: 20px;
    height: auto; }
    .point-box img {
      width: 70%; }
    .point-box h3 {
      font-size: 1em;
      line-height: 1.4em; }

  .kaiketu {
    padding-top: 70px;
    padding-bottom: 0px;
    width: 80%; }

  /*アンカー*/
  a.anchor, a.anchor2 {
    padding-top: 20px;
    margin-top: -20px; }

  /*コンテンツ*/
  .feature-title img {
    margin-bottom: 10px;
    height: 80px; }
  .feature-title p {
    font-size: 1em;
    margin-right: 30px; }

  .feature-title-box {
    width: 100%;
    margin-right: 20px;
    height: 85px; }
    .feature-title-box h3 {
      font-size: 1.2em;
      max-width: 90%; }

  .feture-innerbox {
    width: 100%; }

  .feature-imgbox {
    width: 48%;
    height: auto; }
    .feature-imgbox img {
      width: 90%;
      max-height: 85%; }

  .feature-imgbox-inner {
    text-align: center;
    width: 100%;
    height: 230px; }
    .feature-imgbox-inner p {
      text-align: left; }

  .feature-titleunder {
    display: flex; }

  .feature-boxinbox {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px; }

  .feature-img01-move img {
    width: 70px;
    transform: translateX(50%); }

  .graf01 img {
    width: 75%; }

  .feature-box-in-last-in {
    width: 70%;
    margin: 0 auto; }

  .pr-box-big {
    padding: 15px 0; }

  .pr-box-font {
    padding: 20px 0 0 0; }

  .pr-box-nomal {
    width: 44%;
    margin-bottom: 20px;
    padding: 20px; }

  .pr-box p {
    font-size: 1em; }

  /*人工知能のシステム説明部分*/
  .jinkoutinou {
    margin-bottom: 40px; }
    .jinkoutinou img {
      width: 85%; }

  .feature-box-in {
    padding: 40px 0; }

  .feature-box-in-last-in {
    padding: 20px;
    vertical-align: middle;
    margin-bottom: 30px; }
    .feature-box-in-last-in p {
      font-size: 1.4em;
      line-height: 1.6em; }

  .feature-box-in-what {
    max-width: 90%;
    height: auto;
    margin-top: 40px; }
    .feature-box-in-what h4 {
      margin-top: 15px;
      margin-bottom: 20px; }

  .pc-60 {
    margin-right: 0px;
    margin-left: 0px;
    width: 90VW; }

  #per60 {
    top: 0px;
    left: 0px;
    z-index: 100;
    margin-bottom: 60px; }
    #per60 img {
      width: 70%; }

  .txt-mach {
    padding: 0;
    font-size: 1.4em;
    line-height: 1.7em;
    font-weight: normal; }

  .pr-box-position {
    margin-bottom: 0px; }

  .pr-box-font {
    margin: 0 0; }

  .pr-box-01 {
    padding: 15px 30px 15px 30px; }
    .pr-box-01 p {
      font-size: 1em; }

  .feature-box-graf img {
    width: 42%;
    padding: 20px; }

  .img-sp img {
    width: 60%; }

  #per60 {
    width: 40%;
    position: relative;
    top: 20px;
    left: 30%;
    z-index: 100;
    margin-bottom: 80px; }

  .img-sp p {
    text-align: center;
    font-size: 1.2em; }

  .feauture h2 {
    margin-bottom: 20px; }

  .point-cont p {
    font-size: 1em;
    padding-top: 10px; }
  .point-cont h3 {
    font-size: 1.4em; }

  .point-beemode-y {
    margin-bottom: 20px;
    margin-right: 20px;
    width: 55vw;
    height: 100px; }

  .feauture {
    max-width: 100vw;
    width: 100vw; }

  .point-beemode-y:last-child {
    margin-right: 0px; }

  .point-cont-font {
    font-size: 1.6em;
    margin-bottom: -50px; }

  .feauture h2 {
    padding-top: 20px; }
  
  .function-btn{
    width: 75%;
  }

  .function-btn img{
    width: 10px;
  }
  

  /*  その他の便利な機能*/
  .other-func {
    margin: 0 auto;
    max-width: 90vw; }

  .other-func-exp h3 {
    font-size: 1.2em;
    margin-bottom: 20px; }
  .other-func-exp p {
    font-size: 1em;
    max-width: 100%; }

  .exp-left {
    padding-left: 15px;
    border-left: 10px solid #004D8F; }

  .osusume {
    width: 140px;
    height: 30px; }
    .osusume p {
      font-size: 1.2em; }

  .exp-left {
    margin-right: 10px; }

  .point-6 {
    width: 500px;
    padding-top: 40px;
    margin: 0 auto;
    flex-wrap: wrap; }
    .point-6 p {
      font-size: 1em; }

  .point-6-parts {
    margin-bottom: 20px;
    width: 140px;
    height: 140px; }

  /*リリース*/
  .rerease {
    text-align: center; }
    .rerease h2 {
      font-size: 1.4em; }

  .rerease-box {
    margin-top: 70px; }
    .rerease-box img {
      margin-right: 80px;
      margin-bottom: 0px;
      width: 25%; }

  /*  よくある質問*/
  .qa-box {
    width: 100%;
    padding: 30px;
  }
  .qa h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.6em; }
  .qa h2 img {
      width: 40px; }
  .qa img {
    width: 26px;
    padding-right: 10px;
    vertical-align: -8px; }
  .qa p {
    font-size: 1em;
    line-height: 1.4em; }

  .que {
    width: 110%;
    margin-left: -43px; }
    .que p {
      padding-left: 3em;
      text-indent: -3em; }
    .que img {
      padding-left: 0;
      margin-left: 13px; }

  .qa-box2 {
    padding: 30px 20px; }

  .indent {
    padding-left: 2.6em;
    text-indent: -2.6em; }

  .ans {
    padding: 10px 0px 20px 10px; }
    .ans a {
      text-decoration: underline;
      color: #0000ff; }

  .contact-box {
    width: 100%; }

  .contact h2 {
    margin-bottom: -10px;
    font-size: 1.6em;
    padding-top: 40px; }
  .contact img {
    width: 26px;
    padding-right: 10px;
    vertical-align: -3px; }
  .contact p {
    text-align: left;
    line-height: 1.4em; }

  .postitem input, textarea {
    width: 100%;
    height: 60px;
    font-size: 1em;
    padding: 0 10px;
    margin-bottom: 20px; }

  .postitem-left {
    width: 100%; }

  .hissu {
    transform: translateY(-5px);
    height: 24px;
    border: 2px solid #05193D;
    margin-right: 0px;
    margin-bottom: 5px; }

  .btn {
    width: 100%;
    margin-bottom: 0; }

  input.botan {
    width: 100%; }

  .logo-y3 {
    margin-bottom: -10px; }

  /*  会社概要*/
  .tbl-company {
    width: 100%;
    display: block;
    margin-top: 20px; }
    .tbl-company dt, .tbl-company dd {
      width: 100%;
      padding: 15px 0; }
    .tbl-company dt {
      font-size: 1em;
      border-bottom: none; }
    .tbl-company dd {
      border-bottom: none; }

  .line-area1 {
    padding-bottom: 12px;
    margin-bottom: -10px;
    border-bottom: solid 1px #B3B3B3;
    position: relative;
    text-align: left; }
    .line-area1::after {
      position: absolute;
      content: '';
      display: block;
      left: 0;
      bottom: -0.125em;
      border-bottom: 4px solid #004D8F;
      width: 40%;
      height: 100%; }

  /*  会社ロゴ関連（SP）*/
  .logo-y1 {
    margin-top: 40px;
    margin-bottom: 60px; }
    .logo-y1 img {
      width: 40%;
      margin-top: 5px; }

  .logo-y2 img {
    width: 55%; }

  .logo-y1 h3 {
    font-size: 1.2em; }

  .logo-y2 {
    margin-top: 40px;
    height: 70px;
    margin-bottom: 30px; }
    .logo-y2 h3 {
      font-size: 1.2em; }

  .logo-y3 {
    margin-top: 40px;
    height: 70px;
    margin-bottom: 30px; }

  .logo-y1 h3, .logo-y2 h3 {
    margin-left: 0px;
    padding-top: 20px; }

  .logo-y3 {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 10px; }
    .logo-y3 img {
      margin-top: -14px;
      margin-bottom: -5px; }
    .logo-y3 h3 {
      margin-left: 0px;
      padding-top: 24px; }

  .logo-y4 {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 30px; }

  .ace {
    margin-left: 0px; }

  .logo-y4 {
    margin-bottom: -20px; }
    .logo-y4 h3 {
      margin-left: 30px;
      padding-top: 4px; }

  /*  お問い合わせ*/
  .contact {
    max-width: 100vw;
    padding-bottom: 60px;
    margin: 0 auto; }

  .qa-box2, .contact-box {
    width: 95%; }

  .postitem {
    margin-top: 10px;
    width: 95%;
    margin: 0 auto; }

  .postitem-left {
    width: 40%;
    padding-top: 10px;
    margin-right: 20px; }

  .hissu {
    margin-top: 2px; }

  .postitem-left2 {
    width: 29%;
    margin-left: 20px;
    margin-top: 20px; }

  .mycheckbox input[type="checkbox"] + label::before {
    width: 1.8em;
    height: 1.8em;
    margin-top: -5px; }
  .mycheckbox input[type="checkbox"]:checked + label::after {
    width: 1.4em;
    height: 0.8em;
    margin-top: 0px;
    border-bottom: 4px solid;
    border-left: 4px solid; }

  .inputs h6 {
    margin-left: 10px;
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 10px; }

  .contact p {
    text-align: center; }

  .btn {
    width: 400px; }

  /*  お問い合わせボタン*/
  .toiawase-btn {
    width: 50%;
    padding-right: 0%;
    padding-bottom: 0%;
    height: 6em;
    margin-bottom: 50px; }
    .toiawase-btn img {
      width: 90%; }

  .toiawase-btn-menu img {
    padding-top: 35px; }

  .toiawase-btn a:hover {
    background-color: #FFBA00;
    border-radius: 10px;
    padding-bottom: 2%;
    width: auto;
    height: 5.3em; }

  .company-name {
    margin-top: -50px;
    text-align: center;
    padding-bottom: 100px; }
    .company-name p {
      display: none; }
    .company-name h3 {
      font-size: 1.6em;
      margin: 0 auto; }

  .link-txta {
    font-size: 1.1em;
    line-height: 5.5em; }

  .ace {
    line-height: 2em; }

  .box-left {
    margin-left: 0; }

  /* sinchaku */
  .sinchaku {
    min-height: 392px;
    margin-bottom: 20px; }

  .news-box {
    width: 80vw;
    margin-top: 0px;
    margin-bottom: 200px; }

  #newsWrap {
    height: auto; }

  #newsList li {
    flex-wrap: wrap; }
  #newsList .title {
    width: auto;
    order: 4;
    padding: 8px; }

  .toiawase-yoko {
    padding-top: 100px; }

  /* sp margin */
  .sp-mb15 {
    margin-bottom: 15px; } }

/*スマホ横-----*/
@media screen and (max-width: 849px) and (min-width: 601px) {
  .tplogo img {
    width: 80%; 
  }
  p .sub-message01{
    font-size: 1.2em;
  }
  .pr-box-nomal-fc01-1{
    margin-right: 20px;
  }
  .pr-box{
    width: 100%;
  }
  .pr-box h4{
    font-size: 1.2em;
  }
  .pr-box img{
    width: 80%;
  }

/*  ぐろなび*/
  h1 img{
    width: 70%;
  }

  .toiawase-nav{
    width: 60px;
    height: 40px;
    padding: 0px;
    padding-top: 10px;
  }

  .nav li{
    width: 90%;
  }
  
  .nav li a {
    font-size:10px;
    padding: 0 5px;
  }
  
  .w1080{
   width: 100%;
  }
  
  
  /*  会社ロゴ関連（SPY）*/
  .company {
    width: 100%; }

  .logo-y1 {
    margin-top: -10px;
    margin-bottom: 40px; }
    .logo-y1 img {
      width: 60%;
      margin-top: 30px; }
    .logo-y1 h3 {
      font-size: 1.35em; }

  .logo-y2 {
    margin-top: 40px;
    height: 70px;
    margin-bottom: 30px; }
    .logo-y2 h3 {
      font-size: 1.4em; }

  .logo-y3 {
    display: block;
    padding-top: 75px; }

  .logo-y4 {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .logo-y1 h3, .logo-y2 h3 {
    margin-left: 0px;
    padding-top: 20px; }

  .logo-y3 {
    margin-bottom: -45px; }
    .logo-y3 img {
      width: 60%; }

  .logo-y4 img {
    width: 70%;
    }
  .logo-y4 a {
    font-size: 1.4em; }

  .logo-y3 h3 {
    font-size: 1.3em;
    margin-left: 0px;
    margin-top: -10px; }

  .logo-y4 h3 {
    font-size: 1em;
    margin-left: 0px;
    padding-top: 17px;
}

  /*  お問い合わせボタン*/
  .toiawase-btn {
    padding-bottom: 10px;
    height: auto;
    margin-bottom: 50px; }
    .toiawase-btn a:hover {
      padding-bottom: 10px;
      height: auto; }

  /*  Q&A*/
  .qa-box {
    width: 90%; }

  .qa p {
    font-size: 1em; }

  /*  その他の便利な機能*/
  .point-6 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .point-6-parts {
    width: 140px;
    height: 140px;
    font-size: 1.2em; }

  /*  コンテンツ*/
  .pr-box-nomal {
    width: 40%; }
    .pr-box-nomal img {
      width: 25%; }

  .feature-box-in-what h3 {
    font-size: 1.1em; }
  .feature-box-in-what h4 {
    margin-top: 20px;
    font-size: 1.2em; }

  .feature-img01-move img {
    width: 60px;
    transform: translate(80px, 35px); }

  .feature-title-box h3 {
    font-size: 1em; }

  .yoko {
    display: block;
    text-align: center; }

  .feature-title {
    width: 60%;
    height: auto; }
    .feature-title img {
      width: 45px;
      margin-bottom: 0; }
    .feature-title h3 {
      font-size: 0.9em; }
    .feature-title p {
      font-size: 0.7em; }
  
  .function-btn{
    padding: 5px;
    height: 30px;
  }
  
  .function-btn p{
    font-size: 1em;
    padding-left: 30px;
  }
  .function-btn img{
    width: 20px;
    height: 20px;
    padding-top: 3px;
    margin-left: 10px;
  }

  .feature-title-box {
    width: 80%;
    height: 60px; }

  .feature-imgbox {
    height: auto;
    padding: 20px 0; }

  .qa-box2 {
    width: 90%;
    padding-bottom: 60px;
    margin: 0 auto; }

  .pr-box-big {
    width: 95%;
    padding: 15px; }

  .graf01 img {
    padding-top: 15px;
    width: 100%; }
  .graf01 h3 {
    font-size: 1.2em; }

  .pr-box-01 {
    width: 40%;
    padding: 0; }
    .pr-box-01 p {
      font-size: 0.7em; }

  .pr-box-mini img {
    width: 60px; }

  /*  会社ロゴ関連（SP横）*/
  .company-name{
    margin-bottom: -50px;
  }
  .logo-y3 {
    margin-top: 40px;
    height: 70px;
    margin-bottom: 30px; }

  .logo-y4 {
    margin-top: 30px;
    margin-bottom: 20px; }

  .logo-y3 {
    margin-top: -35px;
    margin-bottom: 4px; }
    .logo-y3 h3 {
      padding-top: 24px; }
    .logo-y3 img {
      margin-bottom: 4px; }

  .ace {
    margin-left: 0px; }

  .logo-y4 {
    margin-bottom: 25px;
  }
    .logo-y4 p {
      margin-top: 40px; }
    .logo-y4 h3 {
      margin-left: 0px;
      padding-top: 23px;
  }

  .feature-box-in img {
    width: 40%; }

  .jinkoutinou img {
    width: 80%; }

  #per60 {
    top: -30px;
    left: 150px;
    z-index: 100;
    margin-bottom: -50px; }

  .img-sp p {
    font-size: 0.8em; }

  /*  新着*/
  .news-box {
    width: 80%;
    margin-top: 180px;
    margin-bottom: 30px; }

  .pr-box p {
    font-size: 0.8em;
    line-height: 1.5em;
    padding-top: 10px; }

  .toiawase-yoko {
    padding-top: 0px;
    margin-bottom: -100px; }

  .company {
    width: 70%; } }

/*スマホサイト------------*/
@media screen and (max-width: 600px) {
  /*ナビゲーション調整*/
  .fixed_header {
    height: 60px; }
  .container{
    display: none;
  }
  .fixed_header-under{
    height: 60px;
  }
  
  /*ナビゲーション調整*/
  .sp-menu {
    display: block; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .fixed_header {
    height: 60px; }

  .disnone {
    display: none; }

  .nav-box img {
    width: 80%;
    margin-top: -17px; }

  .tplogo {
    width: 100%;
    padding-top: 0px;
    text-align: center; }

  .top-view img {
    margin-top: 0px;
  }
  
  .w1060 {
    max-width: 90%;
    margin: 0 auto; }

  .flex {
    display: block; }

  .movie-box {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%; }
  .movie-box iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

  header {
    max-width: 100%; }

  .top-view {
    justify-content: space-around; }
    .top-view img {
      width: 90%;
      padding-bottom: 30px; }

  /*コンテンツ１部分*/
  .point-box {
    width: 100%; }
    .point-box img {
      width: 65%;
      padding-bottom: 0px; }
    .point-box h3 {
      font-size: 1.1em; }

  .img-centor img {
    width: 100%;
    margin-top: -30px; }

  /*  お問い合わせボタン*/
  .toiawase-btn {
    width: 90%;
    height: 70px;
    padding: 0;
    top: 15px;
  }
  .toiawase-btn img{
    width: 90%;
  }
  .toiawase-btn2 {
    height: 60px;
    padding: 0px;
     }
  .pb-menu img{
    width: 110%;
  }
  
  
  /*コンテンツ*/
  .no-flex {
    display: inline-block;
    width: 90%; }

  .title1 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.8; }

  .feature-title img {
    margin-bottom: 20px;
    width: 30%; }

  .graf01 {
    margin-bottom: 30px; }

  .feature-title {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  .feature-title-box {
    width: 100%;
    height: auto;
    margin: initial;
    padding: 20px 0; }
    .feature-title-box h3 {
      font-size: 1.2em; }

  .feature-title p {
    padding-left: 0px;
    font-size: 1.1em;
    text-align: left;
    margin-bottom: 30px; }

  .feature-imgbox {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0; }
    .feature-imgbox img {
      width: 82%; }

  .feature-title-under img {
    width: 25px;
    margin-bottom: 20px; }

  .feature-img01-move img {
    width: 60px;
    transform: translate(40px, -15px); }

  .feature-title p {
    font-size: 1em;
    margin-right: 0px; }

  .jinkoutinou {
    margin-bottom: 40px; }

  .feature-box-in-last-in {
    width: 70%; }

  .pr-box-01 {
    width: 100%;
    padding: 0 10px; }

  .pr-box-nomal {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px; }
    .pr-box-nomal img {
      width: 70px; }
  
  .function-btn{
    padding: 13px 10px;
    height: 60px;
    margin-bottom: 40px;
  }

  .function-btn p{
    font-size: 1em;
    padding-left: 30px;
  }
  .function-btn img{
    width: 20px;
    height: 20px;
    padding-top: 3px;
    margin-left: 15px;
  }
  
  
  

  /*人工知能のシステム説明部分*/
  .feature-box-in-what {
    width: 90%;
    height: 130px;
    margin-top: 10px;
    margin-bottom: 20px; }

  .shiori-pc {
    display: none; }

  .shiori-sp {
    display: block;
    width: 90%;
    margin-left: 10px; }
    .shiori-sp img {
      margin-bottom: -12px; }

  .feature-box-in-what h3 {
    display: none; }
  .feature-box-in-what h4 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.4em;
    text-align: left;
    padding: 0 20px;
    margin-top: 20px; }

  .pr-box-big {
    padding: 20px 0; }

  .graf01 img {
    width: 70%;
    margin-top: 0px; }

  .pr-box-mini img {
    width: 70px; }

  .feature-box-graf {
    padding: 0 0; }
    .feature-box-graf img {
      padding: 0;
      margin: 0;
      width: 40%; }

  .img-sp img {
    width: 80%; }
  .img-sp p {
    text-align: center;
    font-size: 1em; }

  .pc-60 {
    margin-right: 0px;
    margin-left: 30px; }

  .feature-box-in-last-in {
    height: auto;
    width: 85%;
    padding: 10px; }
    .feature-box-in-last-in p {
      font-size: 1.2em; }

  .pr-box-big {
    padding: 15px; }

  .graf01 img {
    width: 80%; }

  #per60 {
    width: 70%;
    position: relative;
    top: 30px;
    left: 60px;
    z-index: 100;
    margin-bottom: 60px; }

  /*  Beemodeがめざすもの*/
  .feauture h2 {
    margin-bottom: 10px; }

  .point-cont h3 {
    font-size: 1.6em; }
  .point-cont p {
    font-size: 1.2em; }

  .point-beemode-y {
    margin-bottom: 20px;
    width: 100%; }
    .point-beemode-y:last-child {
      margin-bottom: 0px; }

  .point-cont img {
    width: 70%; }

  .point-cont-font {
    font-size: 1.2em;
    margin-bottom: -50px; }

  .feauture-ch {
    font-size: 22vw;
    overflow-x: hidden; }

  .feauture {
    margin-top: 0px;
    height: 90%; }
  

  /*  その他の便利な機能*/
  .point-6 {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 20px; }

  .point-6-parts {
    margin-bottom: 10px; }

  .other-func-exp h3 {
    font-size: 1.4em;
    margin-bottom: 20px; }

  /*リリース*/
  .rerease {
    text-align: center; }
    .rerease h2 {
      font-size: 1.4em; }

  .rerease-box img {
    margin-right: 0px;
    margin-bottom: 40px;
    width: 70%; }

  .gaiyou {
    margin-bottom: 40px; }

  .sp-container-btn {
    margin-top: -70px;
    margin-bottom: 0px;
    padding-bottom: 0px; }

  /*新着*/
  .sinchaku {
    min-height: 309px; }

  .news-box {
    width: 85%;
    /*    margin-top: 180px;*/
    margin-bottom: 30px; }

  .toiawase-yoko {
    margin-top: 0px; }

  /*Q&A*/
  .qa {
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 0px; }

  .qa-box {
    margin-top: 10px;
    padding: 20px 15px 20px 15px; }

  .que p {
    width: 100%;
    margin: 15px 0 0 -6px; }
  .que img {
    width: 30px;
    margin-left: 13px; }

  .ans {
    padding: 10px 0 20px 0;
    margin-bottom: 10px; }
  
  .ans img {
      width: 30px;
      margin-bottom: 5px; }
  .indent {
    text-indent: -2.2em; }

  /*  お問い合わせ*/
  .contact img {
    width: 40px; }

  .qa-box2 {
    width: 100%; }

  .contact p {
    text-align: left;
    font-size: 1em; }

  .postitem-left {
    width: 100%; }

  .postitem-left2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px; }

  .mycheckbox input[type="checkbox"] + label::before {
    margin-left: 10px;
    margin-top: 5px; }
  .mycheckbox input[type="checkbox"]:checked + label::after {
    margin-left: 10px;
    margin-top: 8px; }

  .inputs h6 {
    margin-left: 55px;
    line-height: 1.3em;
    margin-top: -5px; }

  .btn {
    width: 100%; }

  /*会社概要*/
  .gaiyou {
    margin-top: 40px; }
  .gaiyou dd {
      line-height: 1.6em; }

  /*  ロゴ関連調整*/
  .company-name{
    margin-bottom: -40px;
  }
  .logo-y1 {
    margin-bottom: 40px; }

  .logo-y1 img {
    margin-top: 80px;
    width: 120px; }

  .logo-y4 {
    margin-bottom: 35px; }
    .logo-y4 h3 {
      margin-top: 20px; }

  .logo-y3 {
    margin-bottom: 25px; }
    .logo-y3 h3 {
      margin-top: 10px; }
  .box-left {
    margin-left: 0;
  }
  .box-dairiten{
    margin: 0 auto;
    padding-bottom: 20px;}

  /*SPメニュー*/
  .sp-menu p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 2px; }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  a {
    text-decoration: none;
    color: inherit; }
    a:visited, a:hover, a:active {
      text-decoration: none;
      color: inherit; }

  .cp_fullscreenmenu {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0; }
  .cp_fullscreenmenu .menu {
    position: fixed;
    top: 0px;
    left: 0;
    display: flex;
    visibility: hidden;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    align-items: center;
    justify-content: center; }
  
  .list-mini{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .list-mini a{
    color: #ffd700;
  }
  .list-mini img{
    height: 16px;
    width: 13px;
    margin-right: 5px;
  }
  
  .cp_fullscreenmenu .menu > div {
    display: flex;
    width: 100vw;
    height: 100vh;
    transition: all 0.4s ease;
    text-align: center;
    color: #fefefe;
    background: #004D8F;
    flex: none;
    align-items: center;
    justify-content: center; }

  .cp_fullscreenmenu .menu > div > ul {
    display: block;
    margin: 0;
    padding: 0 1em;
    list-style: none;
    transition: opacity 0.4s ease;
    opacity: 0; }
  .cp_fullscreenmenu .menu > div > ul > li {
    font-size: 22px;
    display: block;
    margin: 1em;
    padding: 0; }
  .cp_fullscreenmenu .menu > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease; }

  /*menuコンテンツ*/
  .toiawase-btn-menu {
    position: relative;
    width: 100%;
    z-index: 2000;}
    .toiawase-btn-menu img {
      margin-right: 10px; }
/*
  .sp-menu-location ul {
    transform: translateY(-150px); }
*/

  /*クリックしたらメニューが開閉の動作*/
  .cp_fullscreenmenu .toggle {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0; }
    .cp_fullscreenmenu .toggle:checked + .hamburger > span {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
      .cp_fullscreenmenu .toggle:checked + .hamburger > span:before {
        top: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
        top: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0; }
    .cp_fullscreenmenu .toggle:checked ~ .menu {
      visibility: visible;
      pointer-events: auto; }
      .cp_fullscreenmenu .toggle:checked ~ .menu > div {
        transition-duration: 0.75s;
        -webkit-transform: scale(1);
        transform: scale(1); }
        .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
          opacity: 1; }
          .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1), .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2), .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3), .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
            transition-delay: 0.1s; }
    .cp_fullscreenmenu .toggle:hover + .hamburger {
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }
    .cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
  .cp_fullscreenmenu .hamburger {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0.5em 1em;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    border-radius: 0 0.12em 0.12em 0;
    background: #004D8F;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .cp_fullscreenmenu .hamburger > span {
      position: relative;
      top: 50%;
      display: block;
      width: 100%;
      height: 2px;
      transition: all 0.4s ease;
      background: #fefefe; }
      .cp_fullscreenmenu .hamburger > span:before {
        position: absolute;
        z-index: 1;
        top: -10px;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        content: '';
        transition: all 0.4s ease;
        background: inherit; }
      .cp_fullscreenmenu .hamburger > span:after {
        position: absolute;
        z-index: 1;
        top: -10px;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        content: '';
        transition: all 0.4s ease;
        background: inherit;
        top: 10px; }

  /*ハンバーガー*/
  nav ul {
    max-width: 85vw; }

  .spmenutitle img {
    left: 0;
    right: 0;
/*    margin-top: -150px;*/
    margin-bottom: 20px; }

  .sp-menu .nav-box img {
    width: 100%; }

  .toiawase-btn-menu img {
    position: relative;
    top: 2px;
    width: 90%; }
  
    .toiawase-btn img {
      max-width: 100%;
  }
  
  /*サンクスページ*/
  .thanksp {
    width: 80%;
  }
  .thanksp h1 {
    font-size: 1.4em;
    line-height: 1.5em; }
  .thanksp h2 {
    font-weight: bold;
    margin-bottom: 40px; }
  .thanksp p {
    padding: 15px;
    width: 100%; }

}

/*# sourceMappingURL=style.css.map */
