@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html {
    color: #000;
    background: #f4f4f4;
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.8rem!important;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
  }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 0.9em;
    }
  }
  @media screen and (max-width: 1200px) {
      p.footer_ad_city_before{
        text-align: center;
      }
      p.footer_ad_city_after{
        text-align: center;
      }
      p.footer_ad_solu_before{
        text-align: center;
      }
      p.footer_ad_solu_after{
        text-align: center;
      }
    }
  }
  @media screen and (max-width: 599px) {
    body {
      font-family: 'Noto Sans CJK';
      font-size: 0.9em;
      line-height: 1.2;
      letter-spacing: 1.0px;
      font-feature-settings: 'palt';
      -webkit-text-size-adjust: 100%;
    }
  }
a {
    text-decoration: none;
    color: #000;
}
/*
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align:top;
}
*/
table {
  border-collapse: collapse;
}
ol, ul {
    list-style: none;
}
a:link, a:visited, a:active, a:hover {
    overflow: hidden;
    outline: none;
}
p {
  text-align: left;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 599px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@font-face {
  font-family: 'Noto Sans CJK';
  src: url('../fonts/NotoSansCJKjp-Regular.otf') format('opentype');
}

/* ここからMAIN VISUAL */
.mv{
  background-image: url(../img/signage/header_main_pc.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 380px 0 0 10px;
  height: 800px;
  margin: 80px 0px 0px 200px;
}
.hero{
  position: relative;
}
.hero_text1 {
  position: absolute;
  top: 23%;
  display: inline;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  padding: 10px 50px;
  background: linear-gradient(transparent 0%, #FFF 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.hero_text2 {
  position: absolute;
  top: 38%;
  display: inline;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.4em;
  padding: 10px 50px;
  background: linear-gradient(transparent 0%, #FFF 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.scrolldown1{
position:absolute;
left:0%;
bottom: 10px;
height: 50px;
padding-left: 5em;
}
.scrolldown1::after{
content: "";
position: absolute;
top: 0;
width: 2px;
height: 100px;
background: #000;
animation: pathmove 2s ease-in-out infinite;
opacity:0;
}

@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
50%{
  height:50px;
  opacity: 1;
}
100%{
  height:0;
  top:100px;
  opacity: 0;
}
}
/* ここまでMAIN VISUAL */

/*ここから 文字装飾 背景色が伸びて出現*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;
  opacity:0;
}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;
}
}

.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
  font-weight: bold;
}
@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F6CA06;
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}
/*ここまで 文字装飾 背景色が伸びて出現*/

/* ここから introduction*/
.introduction{
  padding: 8em 0 4em;
  max-width: calc(100% - 20vw);
  margin: 0 auto;
}
.intro_wrap{
  display: flex;
}
.intro_wrap_image{
  padding: 0 5em 0 1em;
  width: 50%;
}
/* .intro_wrap_image img{
  width: 80%;
  height: auto;
} */
.intro_wrap_text{
  /* width: 70%; */
  padding: 2em 0 0;
}
.intro_upper h3{
  font-size: 2em;
  padding-bottom: 0.2em;
}
.intro_bottom{
  padding: 3em 0 0;
}
.intro_bottom_header {
  position: relative;
  padding: 0 0.5em 0.5em 0;
  font-size: 1.6em;
  font-weight: 500;
}
.intro_bottom_header::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #F6CA06, #FCEA99);
}
.intro_bottom_text{
  margin: 1em 0 0;
}
/* ここまで introduction*/

/* ここから 導入例*/
.sample_contents{
  padding: 0 0 8em;
}
.sample_header{
  text-align: center;
  font-size: 2em;
  font-weight: 500;
}
.sample_header_s{
  text-align: center;
  font-size: 1em;
  padding: 0 0 4em;
}
.sample_group{
  display: flex;
  align-items: center;
}
.sample_group:nth-child(2n){
  flex-direction: row-reverse;
  padding: 4em 0 0;
}
.sample_group img{
  width: 40%;
  height: 40%;
  border-radius: 0 80px 20px 0;
}
.sample_group:nth-child(2n) img{
  width: 40%;
  height: 40%;
  border-radius: 80px 0 0 20px;
}
.sample_group_text{
  padding: 2em 4em;
}
.sample_group_sub{
  margin: 1.5em 0 0;
}
.sample_group_text ol{
  margin: 1em 0 0;
  list-style-type:none;
  padding-left: 1.3em;
  list-style-type: disc;
}
.sample_group_text ol li{
  padding: .2em .2em .2em 0;
  list-style: disc;
}
.sample_group_text ol li::marker {
  color: #F6CA06;
  font-size: 1.1em;
}
.sample_group_header {
  position: relative;
  padding: 0 0.5em 0.5em 0;
  font-size: 1.6em;
  font-weight: 500;
}
.sample_group_header::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #F6CA06, #FCEA99);
}
/* ここまで 導入例*/

/* ここから 機種紹介と比較*/
.spec_contents{
  background: #e8d1ba;
  padding: 6em 0;
}
.spec_wrap{
  margin: 0 auto;
  width: calc(100% - 15vw);
}
.spec_header{
  font-size: 2em;
  font-weight: bold;
}
.spec_hard_contents{
  background: #FFF;
  padding: 5em;
  margin-bottom: 5em;
  border-radius: 180px 0 0 10px;
  margin: 80px 0px 0px 100px;
}
.spec_hard_contents1{
  background: #FFF;
  padding: 5em;
  margin-bottom: 5em;
  border-radius: 0 180px 10px 0;
  margin: 080px 100px 0px 0px;
}
.spec_hard_header {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 1em;
  letter-spacing: 0.1em;
}
.spec_hard_header span{
  padding: 0.8em 2em;
  background-image: -webkit-gradient(linear, left top, right top, from(#463640), to(#562e47));
  background-image: -webkit-linear-gradient(left, #463640 0%, #562e47 100%);
  background-image: linear-gradient(to right, #463640 0%, #562e47 100%);
}
.spec_hard_wrap{
  display: flex;
  justify-content: space-between;
}
.spec_hard_text{
  padding-right: 2em;
  width: 65%;
}
.spec_hard_text_header{
  color:#463640;
  font-size: 1.6em;
  font-weight: 500;
}
.spec_hard_check{
  display: flex;
  padding: 0.5rem 0;
}
.spec_hard_check p{
  color:#463640;
  font-size: 1.6em;
  font-weight: 500;
  border: 2px solid #463640;
  padding: 0.2rem 0;
  width: 300px;
  text-align: center;
  margin-right: 0.7em;
}
.spec_hard_check sup{
  font-size: 0.7rem;
  font-weight: bold;
}
.spec_hard_image1{
  border: 2px solid #463640;
  padding: 1em 2em;
  margin: 1em 0;
}
.spec_hard_image1_head{
  font-weight: 500;
  padding: 0 0 0.5em;
}
.spec_hard_image1 img{
  padding: 0.5em 0 1em;
}
.spec_hard_image1_bottom{
  background: #ffefdf;
  padding: 0.5em;
}
.spec_hard_image2{
  display: flex;
  border: 2px solid #463640;
  padding: 1.5em 2em;
  margin: 1em 0;
}
.spec_hard_image2 img {
  width: 300px;
  height: auto;
}
.spec_hard_images2_text{
  padding-left: 2em;
}
.spec_hard_image{
  width: 30%;
}
.spec_hard_detail{
  border: 2px solid #463640;
  background: #463640;
}
.spec_hard_detail_head{
  padding: 0.5em 2em;
  letter-spacing: 0.1em;
  color: #FFF;
  font-weight: 500;
}
.spec_hard_detai_bottom{
  background: #FFF;
  padding: 1em 2em;
}
.spec_hard_check1{
  display: flex;
  padding: 0.5rem 0;
}
.spec_hard_check1 p{
  color:#463640;
  font-size: 1.6em;
  font-weight: 500;
  border: 2px solid #463640;
  padding: 0.2rem 0;
  width: 300px;
  text-align: center;
  margin-right: 0.7em;
}
.spec_movie_text_upper{
  display: flex;
  flex-wrap: wrap;
}
.spec_movie_text_upper p{
  width: 200px;
  background: #ffefdf;
  text-align: center;
  padding: 0.5em;
  margin: 1em 1em 1em 0;
}
.spec_hard_image_1{
  width: 300px;
}
.spec_hard_image_2{
  width: 300px;
  padding: 1em 0 0 8em;
}
/* ここまで 機種紹介と比較*/

/* ここから 料金比較表 */

.price_contents{
  background: #FFF;
  padding: 5em 10em;
}
.price_title{
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  padding: 0 0 1em;
}
.hikaku-table {
  width:100%;
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing: 7px 0px;
  font-weight: bold;
  padding-bottom: 0.8em;
 }
 .hikaku-table tr{
  line-height: 3.5em;
 }
 .hikaku-table th {
  border: none !important;
 }
 .hikaku-table tbody td {
    border: none !important;
   background-color:#ffefdf !important;
   border-bottom: solid 2px #f9f9f9 !important;
 }
 .hikaku-table tbody td:nth-child(2n) {
  background-color: #fff !important;
 }
 .hikaku-table thead th {
  border-radius: 10px 10px 0px 0px;
 }
 .hikaku-table tfoot td {
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  text-align: center;
  background:#ffefdf;
  line-height: 2em;
  padding: 0.5em 0;
 }
 .hikaku-table tbody th {
  background:#ffefdf;
  border-bottom: solid 2px #f9f9f9 !important;
  line-height:4.5em;
 }
 .hikaku-table tbody th, .hikaku-table tbody td, .hikaku-table tfoot td, .hikaku-table tfoot th, .hikaku-table thead th {
  font-weight: bold;
 }
 .hikaku-table tfoot th {
  background:#ffefdf;
  line-height:3em;
  border-radius: 0 0 10px 10px;
 }
 .hikaku-table tbody td {
  text-align:center;
 }
 .hikaku-table thead th:nth-child(1)  {
  background:#d7aa7d;
 }

 .hikaku-table thead th:nth-child(2)  {
  background: #463640;
  color: #FFF;
 }
 .hikaku-table thead th:nth-child(3)  {
  background: #d7aa7d;
 }
 /* 最終行のボーダーをなくす */
 .hikaku-table tbody tr:last-child th,
 .hikaku-table tbody tr:last-child td {
  border-bottom:none !important;
 }
 @media (max-width: 767px) {
   .hikaku-table thead th,
   .hikaku-table tbody th {
       padding:0;
   }
   .hikaku-table tfoot td {
   padding:0;
   font-size:0.9em;
   }
 .hikaku-table tfoot td:nth-child(2) {
    font-size:1em;
   }
 }

 .hikaku-hikaku thead th:nth-child(2)  {
   border-top:solid 3px #463640 !important;
   border-left:solid 3px #463640 !important;
   border-right:solid 3px #463640 !important;
 }
 .hikaku-hikaku  td:nth-child(2)  {
   border-left:solid 3px #463640 !important;
   border-right:solid 3px #463640 !important;
 }
 .hikaku-hikaku tfoot td:nth-child(2)  {
   border-bottom:solid 3px #463640 !important;
   border-left:solid 3px #463640 !important;
   border-right:solid 3px #463640 !important;
   background: #FFF;
 }

 @media (max-width: 767px) {
  .col6t th,
  .col6t td{
  font-size:0.4em;
  padding: 10px 0px;
  }
  .col5t th,
  .col5t td{
  font-size:0.8em;
  padding: 5px 0px;
  line-height: 1.2;
  }
  .col4t th,
  .col4t td{
  font-size:0.7em;
  padding: 10px 5px;
  }
  .col3t th,
  .col3t td,
  .hikaku-table tfoot td:nth-child(2){
  font-size:0.8em;
  padding: 10px 10px;
  line-height: 1.3;
  }
  .hikaku-table tfoot td{
  line-height: 1.3;
  }
 }

.price_caution{
  font-size: 1em;
  line-height: 1.5;
}
.movie_contents{
  padding: 3em 0 6em;
}
.signage_title{
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  padding: 1em 0;
}
.signage-bottom{
  width: calc(100% - 30vw);
  margin: 0 auto;
  text-align: center;
  padding: 0 1em 4em;
}
.sig-mv-ytb .sig-mv-ytb_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
figure {
  margin: 0 0 1em;
}
.owl-nav {
  display: block;
  margin: auto;
  width: 105%;
  right: 2.5%;
  position: relative;
}
.owl-nav button.owl-next span, .owl-nav button.owl-prev span {
  font-size: 4em;
}
@media screen and (max-width: 768px) {
  .owl-nav {
    width: 115%;
    right: 7.5%;
  }
}

/* ここまで 動画制作例 */

/* ここから 展示機の案内*/
.demo_contents{
  width: calc(100% - 20vw);
  margin: 0 auto;
  padding: 6em 0;
}
.demo_title{
  font-size: 2em;
  font-weight: 500;
  text-align: center;
}
.demo_stitle{
  width: calc(100% - 46vw);
  margin: 0 auto;
  font-size: 1.3em;
  padding: 1em 0;
  text-align: center;
}
.demo_iframe{
  width: calc(100% - 25vw);
  margin: 0 auto;
  padding: 1em 0 0;
}
.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}
.demo_image{
  width: calc(100% - 10vw);
  margin: 0 auto;
  padding: 3em 0;
  display: flex;
  justify-content: space-between;
}
.demo_image img{
  max-width: 480px;
  padding: 1em;
}
.movie_link{
  text-align: center;
}
.movie_link p{
  font-size: 1.6em;
  text-align: center;
  padding: 0 0 1em;
}
.shiny_btn02 {
  display: inline-block;
  color: #fff;
  padding: 0.8em 2em;
  width: 100%;
  margin: 0 1em;
  max-width: 230px;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 10px;
  background: #732e23;
  background-image: -webkit-linear-gradient(top, #252b97, #000685);
  background-image: -moz-linear-gradient(top, #252b97, #000685);
  background-image: -ms-linear-gradient(top, #252b97, #000685);
  background-image: -o-linear-gradient(top, #252b97, #000685);
  background-image: -webkit-gradient(to bottom, #252b97, #000685);
  overflow: hidden;
  position: relative;
  text-align: center;
}
.shiny_btn02::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny_btn02 3s ease-in-out infinite;
  transform-origin: unset;
}
.shiny_btn02:hover {
  background-image: -webkit-linear-gradient(top, #484db4, #313697);
  background-image: -moz-linear-gradient(top, #484db4, #313697);
  background-image: -ms-linear-gradient(top, #484db4, #313697);
  background-image: -o-linear-gradient(top, #484db4, #313697);
  background-image: -webkit-gradient(to bottom, #484db4, #313697);
  color: #fff;
}

@keyframes shiny_btn02 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* ここまで 展示機の案内*/

/* ここから ステップ*/
.step_contents{
  padding: 5em 0 2em;
  background: #FCEA99;
}
.step_header{
  text-align: center;
  font-size: 2em;
  font-weight: 500;
}
.second_block {
  display: block;
  position: relative;
  padding: 0 0 80px;
}
.second_inner {
  max-width: 1100px;
  width: 100%;
  margin: 50px auto 0;
}
.second_midashi {
  text-align: center;
  margin-bottom: 60px;
}
.second_midashi h2 {
  display: inline-block;
  padding: 0px 26px 8px;
  border-bottom: dotted 3px #463640;
  margin-bottom: 25px;
}
.second_midashi p {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.8em;
}
.second_chart ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.second_chart ul li {
  width: 33%;
  background: #fef5ca;
  filter: drop-shadow(0px 1px 12px #fef5ca);
}
.second_chart ul li {
  width: 33%;
  background: #fef5ca;
  filter: drop-shadow(3px 0px 5px #fef5ca);
  display: flex;
  flex-flow: column;
  padding: 25px 30px 45px;
position: relative
}
.second_chart ul li:first-child {
  z-index: 3;
}
.second_chart ul li:nth-child(2) {
  z-index: 2;
background: #FFF;
}
.second_chart ul li h3 {
  text-align: center;
  font-size: 2em;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin: 20px 0 30px;
  padding: 0;
}
.second_chart ul li .liimg {
  padding: 0 10px;
  margin-bottom: 40px;
  position: relative;
text-align: center;
}
.second_chart ul li .liimg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  bottom: -15px;
  right: 10px;
  border-radius: 50%;
  z-index: -1;
}
.second_chart ul li .liimg.bgcolor:after {
  background: #fef5ca;
}
.second_chart ul li p {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  margin-bottom: 30px;
padding-left: 5px;
}
.threecircle {
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 30px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.threecircle div {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 5px;
  border: solid 1px #463640;
}
.circleblue {
  background: #463640;
}
.second_chart ul li:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #f9edcd;
  top: 40px;
  position: absolute;
  right: -58px;
}
.second_chart ul li:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #FFF;
  top: 40px;
  position: absolute;
  right: -58px;
}

@media screen and (max-width: 768px) {
.second_inner {
  padding: 0 15px;
}
.second_midashi p {
  text-align: left;
}
.second_midashi p br {
  display: none;
}
.second_chart ul {
  flex-flow: column;
}
.second_chart ul li {
  width: 100%;
  padding: 0 0 3em;
}
.second_chart ul li .liimg {
  max-width: 200px;
  margin: 0 auto;
  padding: 0 0 2em;
}
.second_chart ul li h3 {
  margin-bottom: 15px;
}
.second_chart ul li p {
  padding: 2em 2em 0;
  margin-bottom: 10px;
}
.second_chart ul li:first-child:after {
  top: 99.5%;
  position: absolute;
  right: 50%;
  left: 50%;
  margin: 0 auto;
  border-top: 30px solid #fef5ca;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  transform: translate(-50%, 0px);
}
.second_chart ul li:nth-child(2):after {
  top: 99.5%;
  position: absolute;
  right: 50%;
  left: 50%;
  margin: 0 auto;
  border-top: 30px solid #FFF;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  transform: translate(-50%, 0px);
}
.threecircle div {
  width: 10px;
  height: 10px;
}
}

.faq_section{
  width: calc(100% - 50vw);
  margin: 0 auto;
  padding: 6em 0;
}
.faq_title{
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  padding: 0 0 1em;
}
.accordion {
  width: 100%;
}
.accordion-hidden {
  display: none;
}
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #ffefdf;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}
.accordion_qa .Q::before {
  content: 'Q.';
}
.accordion_qa .A::before {
  content: 'A.';
}
.accordion_qa .accordion-open {
  padding-left: 2.5em;
}
.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}
.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ここまで FFAQ*/

/* ここから お問い合わせ*/
.inquery_title{
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 1em;
}
.cta_btn09 {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 6em;
}
.cta_btn09-contact , .cta_btn09-tel {
  color: #fff !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1em 1em 60px;
  border-radius: 100vh;
  width: 100%;
  max-width: 350px;
  transition: 0.3s;
}
.cta_btn09-contact {
  background: #F88400;
}
.cta_btn09-tel {
  background: #4D9BC1;
}
.cta_btn09-contact::before,
.cta_btn09-tel::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_btn09-contact::before {
  width: 50px;
  height: 41px;
  background-image: url(../img/signage/mail.png);
}
.cta_btn09-tel::before {
  width: 40px;
  height: 40px;
  background-image: url(../img/signage/cta-phone.png);
}
.cta_btn09 .copy_txt {
  line-height: 1;
  display: inline-block;
  padding: 0.2em 1.5em;
  letter-spacing: 0;
  background: #fff;
  font-size: 90%;
  border-radius: 5px;
}
.cta_btn09-contact .copy_txt {
  color: #F88400;
}
.cta_btn09-tel .copy_txt {
  color: #4D9BC1;
}
.cta_btn09 img {
    width: 1em;
    margin-right: 0.5em;
}
.cta_btn09-contact:hover,
.cta_btn09-tel:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
.cta_btn09 {
  flex-direction: column;
}
/* .cta_btn09-contact, .cta_btn09-tel {
  max-width: 280px;
} */
}
/* ここまで お問い合わせ*/

/* ///////////////////
 mobile
//////////////////// */

@media screen and (max-width: 1536px) {
.hero_text1{
  font-size: 3em;
  top: 23%;
}
.hero_text2{
  font-size: 3em;
}
.mv {
  border-radius: 280px 0 0 10px;
  height: 700px;
}
.intro_wrap_image {
  padding: 0 3em 0 0;
  width: 80%;
}
.sample_group_text ol li,
.spec_hard_image1_bottom {
  font-size: 1em;
}
.spec_movie_text_upper p {
  width: 130px;
}
.signage-bottom,
.demo_stitle {
  width: calc(100% - 23vw);
}
.second_chart ul li .liimg {
  padding: 0 40px;
}
.second_chart ul li .liimg:after {
  width: 80%;
  bottom: -10px;
  right: 40px;
}
}

@media screen and (max-width: 1366px) {
body {
  font-size: 1.1em;
  font-weight: 400;
}
.mv {
  border-radius: 180px 0 0 10px;
  height: 650px;
}
.intro_upper h3 {
  font-size: 2em;
}
.spec_hard_text_header {
  font-size: 1.6em;
}
.spec_hard_check1 p{
  font-size: 1.3em;
}
.spec_hard_image_2 {
  padding: 1em 0 0 5em;
}
.sig-mv-ytb_item:last-child{
  display: none;
}
.demo_stitle {
  width: calc(100% - 30vw);
  font-size: 1.1em;
}
}

@media screen and (max-width: 1280px) {
.hero_text1,
.hero_text2{
  font-size: 2.5em;
}
.mv {
  border-radius: 160px 0 0 10px;
  margin: 80px 0px 0px 160px;
  height: 600px;
}
.introduction {
  max-width: calc(100% - 10vw);
}
.intro_wrap_text {
  padding: 0;
}
.intro_wrap_image {
  padding: 0 3em 0 1em;
  width: 60%;
}
.sample_header,
.signage_title,
.price_title,
.demo_title,
.step_header,
.second_chart ul li h3,
.faq_title {
  font-size: 1.8em;
}
.sample_header_s {
  padding: 0 0 2em;
}
.spec_header {
  font-size: 2em;
  text-align: center;
}
.spec_hard_contents {
  padding: 5em 3em 3em;
  margin: 40px 0px 0px 60px;
}
.spec_hard_contents1{
  padding: 5em 3em 3em;
  margin: 80px 60px 0 0;
}
.spec_hard_image_2 {
  padding: 1em 0 0 3em;
}
.spec_movie_text_upper p {
  width: 120px;
}
.spec_hard_text_header {
  font-size: 1.4em;
}
.signage-bottom, .demo_stitle {
  width: calc(100% - 10vw);
}
}

@media screen and (max-width: 1024px) {
body {
  font-size: 1em;
  line-height: 1.6;
}
.mv{
  margin: 80px 0px 0px 100px;
}
.hero_text1,
.hero_text2{
  font-size: 2em;
}
.scrolldown1{
  display: none;
}
.intro_upper h3,
.spec_header {
  font-size: 1.8em;
}
.intro_bottom_header{
  font-size: 1.3em;
}
.spec_hard_image2 {
  flex-direction: column;
}
.spec_hard_images2_text {
  padding-left: 0;
}
.sample_header_s {
  padding: 1em 0;
}
.sample_group,
.sample_group:nth-child(2n) {
  flex-direction: column;
}
.sample_group img,
.sample_group:nth-child(2n) img {
  width: 60%;
  height: auto;
  border-radius: 0;
}
.spec_hard_header {
  letter-spacing: 0.05em;
}
.spec_movie_text_upper p {
  width: 100px;
}
.shiny_btn02 {
  padding: 0.5em 1em;
  font-weight: normal;
}
.second_inner {
  width: auto;
  padding: 0 3em;
}
.faq_section {
  width: calc(100% - 30vw);
}
.second_chart ul li .liimg:after {
  display: none;
}
}

@media screen and (max-width: 768px) {
.mv{
  height: 100vh;
  margin: 80px 0px 0px 40px;
  border-radius: 80px 0 0 10px;
  background-image: url(../img/signage/header_main_mb.jpg);
}
.hero_text1 {
  top: 23%;
  font-size: 1.7em;
}
.hero_text2 {
  top: 30%;
  font-size: 1.7em;
}
.intro_wrap {
  flex-direction: column-reverse;
}
.intro_wrap_image {
  padding: 2em 0 0;
  width: 30%;
  margin: 0 auto;
}
.introduction {
  padding: 6em 0 4em;
}
.sample_contents {
  padding: 0 0 4em;
}
.sample_header,.sample_group_header,
.intro_upper h3, .spec_header,
.signage_title, .price_title, .demo_title, .step_header,
.spec_hard_header, .second_chart ul li h3, .faq_title {
  font-size: 1.4em;
}
.bgLRextend::before {
  background-color: unset;
}
.spec_wrap {
  width: calc(100% - 5vw);
}
.spec_contents {
  padding: 4em 0;
}
.spec_hard_contents {
margin: 40px 0px 0px 40px;
border-radius: 80px 0 0 10px;
}
.spec_hard_wrap{
  flex-direction: column;
}
.spec_hard_text {
  padding-right: 0;
  width: auto;
}
.spec_hard_check p {
  font-size: 1.2em;
  padding: 0.2rem 1rem;
  width: 160px;
}
.spec_hard_image {
  display: none;
}
.spec_hard_contents1 {
  margin: 4em 0px 0px 40px;
  border-radius: 40px 0 0 10px;
}
.spec_hard_check1 p {
  font-size: 1.2rem;
  padding: 0.2rem 2rem;
  width: 160px;
}
.signage-bottom, .demo_stitle {
  width: 100%;
  text-align: left;
  padding: 0 0 1em;
}
.sig-mv-ytb_item:nth-child(3n),
.sig-mv-ytb_item:nth-child(4n){
  display: none;
}
.price_contents {
  padding: 5em;
}
.demo_image {
  width: 100%;
}
.demo_image img {
  padding: 0.5em;
}
.movie_link p,
.shiny_btn02{
  font-size: 1.2em;
}
}

@media (max-width: 599px) {
.hero_text1 {
top: 23%;
font-size: 1.4em;
padding: 10px 30px;
}
.hero_text2 {
top: 30%;
font-size: 1.4em;
padding: 10px 30px;
}
.spec_hard_header {
  letter-spacing: 0em;
}
.spec_hard_image2 img {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 1em;
}
.sig-mv-ytb_item:nth-child(3n){
  display: none;
}
.price_contents {
  padding: 5em 2em;
}
.movie_link p, .shiny_btn02 {
  font-size: 1em;
  max-width: auto;
}
.signage-bottom, .demo_stitle {
  padding: 1em 0;
}
}

@media (max-width: 425px) {
body {
  font-size: 0.9em;
  line-height: 1.4;
}
.mv{
  margin: 80px 0px 0px 40px;
  border-radius: 120px 0 0 10px;
}
.hero_text1 {
  top: 15%;
  font-size: 1.5em;
}
.hero_text2 {
  top: 23%;
  font-size: 1.5em;
}
.introduction {
  padding: 4em 0;
}
.sample_header, .sample_group_header, .intro_upper h3, .spec_header, .signage_title, .price_title, .demo_title, .step_header, .spec_hard_header, .second_chart ul li h3, .faq_title,
.spec_hard_text_header,
.intro_bottom_header {
  font-size: 1.2em;
}
.sample_header_s {
  font-size: 0.7em;
}
.sample_group_text {
  padding: 2em;
}
.sample_group_text ol li, .spec_hard_image1_bottom,
.signage-bottom, .demo_stitle,
.price_caution,
.movie_link p, .shiny_btn02  {
  font-size: 0.9em;
}
.spec_hard_header span {
  padding: 0;
  background-image: none;
  color: #562e47;
  font-weight: bold;
  line-height: 1.4;
}
.spec_hard_contents {
  margin: 40px 0px 0px 20px;
  padding: 3em 2em;
}
.spec_hard_detail_bottom {
  padding: 1em;
}
.spec_hard_contents1{
  margin: 40px 20px 0px 0px;
  padding: 3em 2em;
  border-radius: 0 80px 10px 0;
}
.spec_movie_text_upper {
  padding: 1em 0;
}
.spec_movie_text_upper p {
  padding: 0.3em;
  margin: 0.3em 0.5em;
}
.spec_hard_check1 p {
  font-size: 1rem;
  padding: 0.2rem;
  width: 160px;
}
.second_chart ul li p {
  font-size: 0.9em;
  letter-spacing: 0.02em;
  line-height: 1.4em;
}
.faq_section {
  width: calc(100% - 10vw);
}
.inquery_title {
  font-size: 1.3em;
}
.second_chart ul li h3 {
  margin: 40px 0 30px;
}
.demo_iframe {
  width: calc(100% - 15vw);
}
}

@media (max-width: 399px) {
.hero_text1 {
  top: 15%;
  font-size: 1.2em;
}
.hero_text2 {
  top: 23%;
  font-size: 1.2em;
}
.sample_header, .sample_group_header, .intro_upper h3, .spec_header, .signage_title, .price_title, .demo_title, .step_header, .spec_hard_header, .second_chart ul li h3, .faq_title, .spec_hard_text_header,
.intro_bottom_header {
  font-size: 1.1em;
}
.spec_hard_check p,
.spec_hard_check1 p {
  border: 1px solid #463640;
  font-size: 1em;
}
/* .cta_btn09-contact, .cta_btn09-tel {
  max-width: 200px;
} */
.cta_btn09-contact::before {
  width: 25px;
  height: 21px;
}
.cta_btn09-tel::before {
  width: 20px;
  height: 20px;
}
}


@media (max-width: 375px){
.mv {
    margin: 80px 0px 0px 0;
}
}

/* ここから フッター */
footer{
  background-color: #e4e4e4;
  color: #000;
  z-index: 10;
}
.primary{
  padding: 5em 5em 5em 13em;
  display: flex;
  justify-content: center;
}
.footer_image{
  width: 35%;
  padding: 1em 0 0;
}
.footer_image img{
  width: 45%;
  padding: 0.5em 0;
}
.ir_code{
  padding: 0.5em 0 0;
  font-size: 0.7em;
}
.jigyo_title{
  padding: 2em 0 0;
  font-size: 0.9em;
}
.jigyo{
  padding: 0.5em 0.5em 0;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.8;
}
.jigyo li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 5px;
  height: 5px;
  background: #000;
}
.footer_list{
  display: flex;
}
.busho{
  padding: 1em;
}
.wh-1{
  width:17%;
}
.wh-2{
  width:19%;
}
.wh-3{
  width:20%;
}
.wh-4{
  width:21%;
}
.busho_title{
  padding: 0.5em 1em 0.5em 1.5em;
  margin-bottom: 0.2em;
  background-image: linear-gradient(to top, rgba(4,6,34,1) 10%, rgba(0,112,192,1) 100%);
  background-repeat: no-repeat;
  background-size: 0.5em 100%;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.1;
}
.busho_title span{
  font-size: 0.9em;
}
.busho_cjf{
  line-height: 1.2;
  padding: 0.5em 1em 0.5em 1.5em;
  font-size: 1.2em;
}
.menu {
  width: 100%;
  padding: 10px 15px 20px;
}
.menu input {
  display: none;
}
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 1;
  position: relative;
  padding: 0.5em 0.5em 0.8em;
  font-size: 1em;
  width: 100px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li{
  height: auto;
  opacity: 1;
  padding: 0.5em 0 0.8em 2em;
}
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child,
#menu_bar06:checked ~ #links06 li:last-child,
#menu_bar07:checked ~ #links07 li:last-child,
#menu_bar08.about_wrap ~ #links08 li:last-child,
#menu_bar09:checked ~ #links09 li:last-child,
#menu_bar10:checked ~ #links10 li:last-child,
#menu_bar11:checked ~ #links11 li:last-child,
#menu_bar12:checked ~ #links11 li:last-child{
  margin-bottom: 20px;
}
.menu label:after{
  content:"";
  display:block;
  width:5px;
  height:5px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width: 5px;
  height: 5px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.menu li{
  font-size: 0.9em;
  color:#000;
}
.menu a{
  color:#000;
}
.menu_arrow{
  padding-left: 0.5em;
}
.menu_tokki{
    width: 100%;
    padding: 10px 20px 40px;
}
.menu_tokki a{
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0.5em;
  font-size: 1em;
  width: 120px;
}
.menu_tokki li{
  font-size: 1em;
}
.menu_kouiki{
  width: 100%;
  padding: 0 0 0 20px;
}
.menu_kouiki a{
cursor: pointer;
display: block;
text-decoration: none;
color: #000;
padding: 0.5em;
font-size: 1em;
width: 120px;
}
.menu_cjf{
  width: 100%;
  padding: 10px 20px 20px;
}
.menu_cjf li{
display: block;
text-decoration: none;
color: #000;
padding: 0.5em;
font-size: 1em;
width: 120px;
}
.menu_cjf a{
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1em;
  width: 120px;
}
.secondary{
  background: #202020;
  padding: 25px 0;
}
.secondary_group {
  padding: 0 12em;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.copyright-text{
  text-align: left;
}
.copyright-text p {
  margin: 0;
  font-size: 0.7em;
  color: #cbcbcb;
}
.footer-menu{
  display: flex;
}
.footer-menu li a {
  font-size: 14px;
  color: #cbcbcb;
  padding: 0 1em;
}
@media screen and (max-width: 1536px) {
.primary {
  padding: 5em 3em 5em 8em;
}
.wh-3 {
  width: 21%;
}
.busho_title {
  font-size: 1.0em;
}
}
@media screen and (max-width: 1280px) {
.footer_image img {
  width: 65%;
}
.wh-2 {
  width: 20%;
}
.busho_title{
  font-size: 1em;
}
.busho_title span {
  font-size: 0.8em;
}
.secondary_group {
  flex-direction: column-reverse;
  padding: 0 5em;
}
.copyright-text {
  text-align: center;
  padding: 0.8em 0;
}
}

@media screen and (max-width: 1024px) {
.primary {
    flex-direction: column;
}
.footer_image {
  width: 100%;
  padding: 1em 0;
}
.footer_image img {
  width: 25%;
}
}
@media screen and (max-width: 768px) {
.primary {
  padding: 3em;
}
.footer_image img {
  width: 35%;
}
.wh-1 {
  width: 20%;
}
.wh-3 {
  width: 21%;
}
}
@media screen and (max-width: 599px) {
.footer_list {
  display: none;
}
.footer_image img {
    width: 40%;
}
.primary {
    padding: 3em 2em;
}
.secondary_group {
  padding: 0 1.5em;
  flex-direction: column-reverse;
}
.copyright-text {
  text-align: center;
  padding: 1em 0;
}
.footer-menu {
  flex-wrap: wrap;
  line-height: 1.8;
  justify-content: center;
}
}
@media screen and (max-width: 425px){
.footer_image img {
    width: 45%;
}
}
/* ここまで フッター */

/* go to TOP */
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0;
}
#pagetop a{
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  background:#22bac9;
  transition: opacity .6s ease;
  color: #FFF;
  align-items: center;
  text-decoration: none;
  font-size: 40px;
  border-radius:100%;
}
#pagetop a:hover {
  opacity: .3;
}
@media screen and (max-width:1024px) {
#pagetop a {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
}
/* go to TOP */

