@charset "utf-8";
/* CSS Document */

/* --■■■■■■■■■■■■■■■■■　TAB　■■■■■■■■■■■■■■■■■--*/
/* TAB */
@media screen and (max-width: 1059px) and (min-width: 767px) {

}

/* --■■■■■■■■■■■■■■■■■　SP　■■■■■■■■■■■■■■■■■--*/
/* SP */
@media screen and (max-width: 767px) and (min-width: 0px) {
  .svg{width:240px;height:40px;position:relative;margin-top: -10px;margin: 0 auto;}
  
  body{
    font-size: 3.8vw;
    /* font-size: 3.0vw; */
  }
  /* body{ font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",  Helvetica, Arial, sans-serif;} */
  
  p{font-size: 3.6vw;}
  
  .feature-extend {
      /* display: none; */
      width: 60vw;
      top: auto;
      right: auto;
      left:20vw;
      bottom: -2px;
      /* width: auto;
      height: 3em; */
      
  }
  
  .feature-extend .feature-extend_inner {
       width: auto;
      height: auto;
      border-radius: 9px 9px 0px 0px;
  }
  .feature-extend .feature-extend_inner a {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-t;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    padding: 1.0em;
    font-size: 3.6vw;
  }
  .ico-doc:before {
    letter-spacing: 1.0vw;
    font-size: 3.6vw;
  }
  
  
  .HdMgn{display: none;}
  /* #breadcrumb{display: none;} */
  
  .fs14{font-size: 3.5vw!important;}
  .fs20{font-size:  4.5vw!important;}
  .fs24{font-size:  5.5vw!important;}
  .fs30{font-size: 6.5vw!important;}
  .fs36{font-size: 7.0vw!important;}
  .fs40{font-size: 7.5vw!important;}
  .fs44{font-size: 8.0vw!important;}
  
  .wrapFlex > ul.col3 li{width: 100%; margin-right: 0%;}
  .wrapFlex > ul.col4 li{width: 100%; margin-right: 0%;}
  
  .view-pc{display: none!important;}
  .view-sp{display: block;}
  .pc_hide {display: block;}	
  .sp_hide {display: none!important;}
  
  h1 {font-size: 8.0vw;font-weight: 700;line-height: 1.2;}
  h2 {font-size: 6.0vw;font-weight: 700;line-height: 1.4;}
  h3 {font-size: 4.8vw;font-weight: 700;line-height: 1.4;}
  h4 {font-size: 3.8vw;font-weight: 700;line-height: 1.4;}
  
  #wrap{min-width: auto;}
  .wrapTable {overflow: auto;}	
  #header { max-width: 767px;}
  .ch-logo{width: 240px;}
  
  .c-h2 {font-size: 5vw!important;}
  .inner{margin: 0 2vw; }
  
  #pageHead{padding-top: 5vw;padding-bottom: 3.5vw;padding-bottom:1vw;}
  #pageHead .fig{max-width: 680px;margin: 0 auto;display: none;}
  #pageHead .fig img{margin-bottom: -12vw;}
  #pageHead .copy h1{margin-bottom: 3vw;}
  #pageHead .copy h1 span{
    /* display: block; */
    margin-left: 0.5em;
    font-size: 5.0vw;
  }
  #pageHead .copy p{margin-bottom: 5vw;}
  
  
  /* 問い合わせ・料金・FAQ　ページタイトル */
  
  #contact #pageHead,
  #download #pageHead,
  #case-download #pageHead,
  #faq #pageHead {
      background: #ebf4fa;
      color: #009de1;
      text-align: center;
      padding: 10vw 0;
  }
  
  #contact #pageHead .copy h1,
  #faq #pageHead .copy h1,
  #download #pageHead .copy h1  {font-size: 5.5vw;margin-bottom: 1vw;}
  
  #download h3{
    font-size: 5.5vw;margin-bottom: 1vw;
  }
  
  
  #header .inner {width: 100%;margin: 0 auto;text-align: center;padding: 2% 0;}
  #menu .btnHead a{font-size: 5vw;}
  
  .tel,
  .tel.fs30{font-size: 8.5vw !important;}
  .tel:before,
  #menu .tel:before {font-size: 6.8vw;}
  #menu .tel{ margin-right: 0;}
    
  #footer{background: #f3f5f6;padding: 20px 0;}
  #footer .ftInner{text-align: center;}
  #footer .ftInner .kslogo{float:none;width:50%;margin:0 auto;margin-bottom:20px;}
  #footer .ftInner .telnum{float:none;width:100%;margin:0 auto;margin-left:0;margin-bottom:10px;}
  #footer .ftInner .address{float:none;width:auto;font-size: 3.0vw;line-height:1.3;}
  
  .btnCv {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-size: 20px auto;
    background: -moz-linear-gradient(#57af01, #93d100 50% , #57af01 100%);
    background: -webkit-linear-gradient(#57af01, #93d100 50% , #57af01 100%);
    background: linear-gradient(to bottom, #93d100 0%, #57af01 100%);
    text-shadow: 0 1px 0 #509300;
    border-radius: 7vw;
    font-feature-settings: "palt";
    color: #fff;
    height: 14vw;
    font-size: 4.6vw;
    font-weight: 900;
    line-height: 1.2;
    padding: 2% 0;
    text-decoration: none;
  }
  
  a.btnCv:hover{
    /* opacity: .6; */
    transition-duration:.3s;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
  }
  
  .big{font-size: 105%;}
  .mini{font-size: 75%;}
  
  .bigPrice{font-size: 8.5vw;font-weight: 700;}
  .bBtn {text-align: center;padding:5vw 0 ;margin-top: 0px;}
  .bBtn h2{font-size: 5.5vw;}
  .bBtn a.btn-c{font-size: 4.6vw;}
  
  .btn-wrap {margin: 40px 0;}
  a.btn-c {
    padding: 0.1em 1em;
    /* font-size: 1.2rem; */	
    font-size: 5.5vw;
    font-size: 3.8vw;
  }

/* form */
  .table--mailform fieldset, .table--mailform input, .table--mailform textarea, .table--mailform select
  {font-size: 1.6rem}
  .table--mailform .sub-text>div:nth-child(1){width: 100%;}
  .table--mailform ul.label-side li{width: 49.5%;}

  #inquiry{padding: 0;}
  
  #inquiry h2{font-size: 5.6vw; color: #00afb9;     margin-bottom: 2%;    line-height: 1;}
  #inquiry .lead{margin-bottom: 5%; text-align: left;}
  
  #inquiry #wrapForm{background-color: #009de1;padding: 1rem}
  #inquiry #wrapForm .required{
  background: #F45400;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 2.6vw;
  padding: .5vw;
  line-height: 3.2vw;
  }
  
  #inquiry #wrapForm table{width: 100%; border-collapse: collapse;}
  #inquiry #wrapForm table tr {}
  #inquiry #wrapForm table tr:last-child td{border:none;}
  
  #inquiry #wrapForm table tr:first-child th{border-radius: 2vw 2vw 0 0;}
  #inquiry #wrapForm table tr:last-child td{border-radius: 0 0 2vw 2vw;}
  
  .selcted_form_crosslist{position: relative;}
  .selcted_form_crosslist > li{position: relative; margin-bottom: 2%;}    
  .selcted_form_crosslist > li:last-child{margin-bottom: 0;}
  
  #inquiry #wrapForm .ulFormBtn{margin: 5% auto 0; width: 100%;}
  #inquiry #wrapForm .ulFormBtn > li{width: 80%;margin: 0 auto 3%;}
  #inquiry #wrapForm .ulFormBtn > li:last-child{margin-bottom: 0;}
  
  #inquiry #wrapForm iframe {width: 100%;background: #fff;border: 2px solid #c0c0c0;    border-radius: 0.5vw; font-size: 3vw; }
  #inquiry h2{margin-bottom: 20px;}
  #inquiry h2{margin-bottom: 20px;}
   
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  
  /*input[type="text"],textarea#f21freetext{height:8vw;}*/
  input[type="text"],input[type="tel"],input[type="email"],textarea { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    border: 2px solid #c0c0c0;
    border-radius: 0.5vw;
    padding: 2%;
    box-sizing:border-box;
    /*color: #bbbbbb;*/
    font-weight: normal;
  }
  input[type="text"] { line-height: 1;  vertical-align:middle;}
  textarea { line-height: 1.4;  vertical-align:middle;border: 2px solid #c0c0c0;    border-radius: 0.5vw;}
  input[type="text"].sw{width:50px;}
  input[type="text"].date{width:65%;}
  
  select, 
  textarea {
    width: 100%;
    padding: 2%;
    border: 2px solid #c0c0c0;
    border-radius: 0.5vw;
  }
  
  /* TOP */
  #top #wrapMainvisual .mv {display: none;}
  #top #wrapMainvisual .cc{position: relative;}
  
  #top #wrapMainvisual #kw{padding: 1vw 0 ;width: 100%;position: relative;}
  #top #wrapMainvisual .mcopy {
    padding: 0 ;
  }
  #top #wrapMainvisual .cc{
    padding: 6vw 4vw 0;
    /* text-align: center; */
}
  #top #wrapMainvisual .cc h1 img {margin-bottom: 20px;}
  #top #wrapMainvisual .cc h1 {font-size: 8vw;color: #009de1;font-weight: 900;margin-bottom: 3vw;text-align: center;}
  #top #wrapMainvisual .cc h1 span{
    font-size: 13vw;
    font-family: 'Noto Sans Japanese', Hiragino Kaku Gothic Pro, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  }
  #top #wrapMainvisual .cc h2{font-size: 3.65vw;font-weight: 700;text-align: center;padding:0 0 1vw;}
  #top #wrapMainvisual .cc p {font-size: 3.1vw;}
  #top #wrapMainvisual .toContact h2{padding-bottom: 10px;}
  
  
  #top #wrapMainvisual .contents .mvBox{
    display: flex;
  }
  #top #wrapMainvisual .contents .mvBox .bBtn{
    width: 30vw;
    padding: 2.6rem 0 ;
  }
  #top #wrapMainvisual .contents .mvBox .mv-sp{
  width: 70vw;
  margin-right: 2vw;
}
  #top #wrapMainvisual .contents .mvBox .bBtn  a.btn-c{
    margin-bottom: 1.4rem;
    font-size: 3.8vw;
    line-height: 1.2;
    min-width: 30vw;
    padding: 0.4em 0;
    margin-left: 5vw;
    margin-right: 0;
  }
  .contents-header .gradient-blue a, .contents-header .gradient-green a{
    margin-bottom: 1rem;
  }
  
  
  
  #top #mainvisual{
    height: 115vw;
    height: 125vw;
    /* padding-bottom: 135vw; */
    background-size: auto;
    position: relative;}


#top #mainvisual2 .contents {
      background: #24abe5;
      color: #fff;
      max-width: auto;
      min-width: auto;
      margin-top: 0;
      border-radius: 8px;
      padding: 20px 20px;
  }


  #top #mainvisual2{
    position:relative;
    margin-bottom: 5vw;
   margin: 0 8vw;
   margin-top: -8vw;
  }
  
  
  
  #top #mainvisual2 .contents .wrapFlex.point > ul{
      background: #fff;
      color: #000;
      font-size: 3.3vw;
    }
    #top #mainvisual2 .contents .wrapFlex > ul li:nth-child(1) {
      max-height: 40vw;
      overflow: hidden;
    }
    #top #mainvisual2 .contents .wrapFlex > ul li:nth-child(2) {
      padding: 20px;
    }
    #top #mainvisual2 .contents .wrapFlex > ul li:nth-child(2) h4{
      color: #fff;
      background:  #000;
      font-size: 3vw;
      display: inline-block;
      padding: 0.5em 1.0em;
      border-radius: 2em;
    }
    #top #mainvisual2 .contents .wrapFlex > ul li:nth-child(2) h3{
      color: #009de1;
      font-weight: 600;
      font-size: 7vw;
      line-height: 1;
      padding: 10px 0;
      margin: 0
    }
    
    #top #mainvisual2 .contents .bBtn {
    color: #fff;
    width: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
  #top #mainvisual2 .contents .bBtn a.btn-c{
    min-width: 60vw;
    /* border-radius: 0; */
    color: #fff;
  }
  
  
  
  #top #mainvisual2 img.bgCopy01 {}
  #top #mainvisual2 h2{font-size: 5vw;margin-bottom: 1.0em;}
  #top #mainvisual2 h3{letter-spacing: 0em;margin-top: -0;font-size: 3.3vw;font-weight: 500;margin-bottom: 1.0em;}
  #top #mainvisual2 h3 span{font-size: 9.0vw;display: block;font-weight: 400;}
  
  #top #lead{padding: 2em 0;

  }
  #top #lead h3 {font-size: 5vw;}
  
  #top #topics {
      padding-bottom: 10vw;
  }
  #top #topics .mainBox01{
    height: auto;
  }
  #top #topics .mainBox02,
  #top #topics .mainBox03,
  #top #topics .mainBox04{
    height: auto;
    margin-top: 8vw;
  }
  
  #top #topics .mainBox01 .boxFig img,
  #top #topics .mainBox02 .boxFig img,
  #top #topics .mainBox03 .boxFig img,
  #top #topics .mainBox04 .boxFig img{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100vw;
    margin-bottom: 10px;
  }
  #top #topics .mainBox04 .boxFig img{
    max-width: 90vw;}
  
  #top #topics .mainBox01 .inner .txtBox,
  #top #topics .mainBox02 .inner .txtBox,
  #top #topics .mainBox03 .inner .txtBox,
  #top #topics .mainBox04 .inner .txtBox{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
  }
  
  #top #topics .txtBox h3{
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  #top #topics .txtBox p{
    margin-bottom: 5vw;
    font-size: 3.2vw;
    text-align: left;
  }
  
  #top #case {
      padding-top: 10vw;
      padding-bottom: 10vw;
  }
  #top #case .title h2{font-size: 6vw;}
  #top #case .title h3{font-size: 5vw;}
  #top #case .caseBox .inner .txtBox h2{
    font-size: 5vw;
    margin-bottom: 20px;
  }
  #top #case .caseBox .inner{
    display: block;
  }
  #top #case .caseBox .boxFig{width: 100%;}
  #top #case .caseBox .inner .txtBox{width: 100%;padding:5vw 10px;}
  #top #case .caseBoxWrap {
      padding-top: 4vw;
      padding-bottom: 4vw;
  }
  #top #case .caseBox .inner .txtBox p{
    font-size: 3.6vw;
  }
  #top #case .caseBox .inner .txtBox .bBtn {
      margin-top: 0;
      padding: 0;
  }
  
  #trialBlock .blue,
  #top #trialBlock .blue{
    padding-top: 10vw;
    padding-bottom: 10vw;}
  #trialBlock .blue .wrap ,
  #top #trialBlock .blue .wrap {
      display: block;
      width: 100%;
  }
  #trialBlock .blue h3{
        font-size: 6vw;
        margin-bottom: 30px;
        text-align: center;
  }
  #trialBlock .blue .wrap .copyBox,
  #trialBlock .blue .wrap .btnBox,
  #top #trialBlock .blue .wrap .copyBox,
  #top #trialBlock .blue .wrap .btnBox{
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
  #trialBlock .blue .wrap .copyBox ul{
    text-align: left;
    font-size: 3.4vw;
    margin-bottom: 20px;
  }
  #trialBlock .boxFig img,
  #top #trialBlock .contents .boxFig img{
    display: none;
  }
  #trialBlock .blue p a::before,
  #top #trialBlock .blue p a::before{
    top: 0rem 
  }
  #trialBlock .contents,
  #top #trialBlock .contents{
    padding: 10px;
    text-align: center;
  }
  #trialBlock .contents h3{
    font-size: 6vw;
    margin-bottom: 10px;
  }
  #trialBlock .contents h4{
    display: block;
    margin: 0 auto 20px;
  }
  #trialBlock .contents .price{
    margin-bottom: 10px;
  }
  #trialBlock .contents h5{
  letter-spacing: 0;
  letter-spacing: 0.1em;
}
  #trialBlock .contents h5 .big {
      font-size: 10vw;
  }
  
  #trialBlock .blue p a, #trialBlock .contents p a, #footerCompany .contents p a {
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #009de1;
  }
  
  #trialBlock .blue p a{
    color: #fff;
    margin-bottom: 2rem;
  }
  
  #top #trialBlock .blue p a::before, #trialBlock .contents p a::before, #footerCompany .contents p a::before {
    top: 0.4em;
    left: -2rem;
  }
  
  
  
  #footerContact .contents .bBtn {margin-bottom: 10px;}
  #footerContact .contents .bBtn a.btn-c{
    margin-bottom: 4vw;
  }
  #footerCompany{padding: 20px 0;}
  #footerCompany h3{
    font-size: 4vw;
    margin-bottom: 20px;}
  #footerCompany .companyTable .table__normal th,
  #footerCompany .companyTable .table__normal td{
    display: block;
    width:100%;
    font-size: 3.6vw;
  }
  #footerCompany .companyTable .table__normal th{
    background: #fff;
  }
  
  
  #top #mainpoint{padding: 20px 0 ;}
  #top .mainBox01 h3, .mainBox02 h3, .mainBox03 h3 {color: #009de1;font-size: 8vw;margin-top: 4vw;margin-bottom: 2vw;}

  #top #function{background: #e9f0f2;padding-top: 3vw;}
  
  .c-hr {margin: 5vw 0;}
  
  #about #pageHead{padding-bottom: 16.5vw;padding-bottom: 1vw;}
  
  #about .about-bg{padding-bottom: 10px;}
  
  #about .c-localnav .c-localnav-list{
    border-radius: 0;
  }
  #about .c-localnav .c-localnav-list li.c-localnav-item{
    font-size: 1.0rem;
    letter-spacing: 0;
  }
  #about .c-anchor-icon{
    display: block;
  }
  #about .c-anchor-icon .c-anchor-icon-item{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-bottom: 10px;
  }
  #about .c-anchor-icon .c-anchor-icon-item a{
    font-size: 1.2rem;
    font-size: 2.8vw;
    
  }
  #about .c-anchor-point{
    padding: 10vw 0;
    margin-bottom: 40px;
  }
  #about .aboutBox .inner{
    display: block;
  }
  
  #about .mainBox{
    font-size: 4vw;
    font-size: 3.5vw;
    padding: 10vw 1vw;
  }
  #about .mainBox h3{
    margin-bottom: 3vw;
    letter-spacing: 0;
    font-size: 6vw;
  }
  
  #about .aboutBox .inner .txtBox,
  #about .aboutBox .boxFig{
    width: 100%;
    font-size: 3.2vw;
    margin-bottom: 5vw;
    padding-right: 0;
  }
  
  #about .aboutBox .boxFig{
    width: 60vw;
    margin: 0 auto;
  }
  
  #about .aboutBox .inner .txtBox h4 {
      font-size: 4.6vw;
      margin-bottom: 10px;
      line-height: 1.6;
      display: block;
      margin-left: calc(34px + 2vw);
  }
  #about .aboutBox .inner .txtBox h4 img{
    width: 8vw;
    height: auto;
    margin-right: 2vw;
    margin-left: calc(-34px - 2vw);
  }
  
  #about .aboutTbl{
    width: 100%;
    overflow: scroll;
  }
  #about .aboutTbl table th,
  #about .aboutTbl table td{
    padding: 2vw;
    display: block;
    border: none;
    font-size: 3.5vw;
  }
  #about .aboutTbl table th{
    background: #eee;
    text-align: left;
    font-size: 3.5vw;
  }
  #about .c-anchor-point h3{font-size: 6vw;margin-bottom: 20px;}
  #about .c-anchor-point h3 small{font-size: 4vw;}
  #about .c-anchor-point h3:after {
      margin: 20px auto 0;
  }

  #price .priceTable{
    padding: 20px 0 ;
    width: 100%;
    overflow: auto;
  }
  #price .priceTable table{
    width: 200%;
    display: table;
  }
  #price .priceTable table th{font-size: 4.2vw;}
  #price .priceTable table td li {
      font-size: 3.5vw;
  }
  #price #function{
    padding: 20px 0 ;
  }
  
  #price #function h3{font-size: 6vw;}
  #price #function h4{font-size: 5vw;}
  #price #function h3,
  #price #function h4{
    margin-bottom: 3vw;
    letter-spacing: 0;
  }
  
  #price #function ul,
  #price #manage ul,
  #price #option ul{
    display: block;
  }
  #price #function ul li,
  #price #manage ul li,
  #price #option ul li {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
  #price #function ul li img{
    display: none;
  }
  #price #function ul li h5{
    position: relative;
    width: 100%;
    line-height: 1;
    bottom: 0;
  }
  #price #function .bBtn{
    margin-top: 0;
  }
  
  #price #manage{
    padding: 20px 0 ;
  }
  #price #manage h3{
    margin-bottom: 5vw;
    letter-spacing: 0;
  }
  #price #manage .bBtn{
    margin-top: 10px;
  }
    
  #price #option{
    padding: 20px 0 ;
  }
  #price #option h3{
    margin-bottom: 5vw;
    letter-spacing: 0;
  }
  
  #price #step{
    padding: 30px 0 0;
  }
  #price #step h3{
    font-size: 6vw;
    margin-bottom: 20px;
  }
  #price #step h4{
    font-size: 5vw;
    margin-bottom: 20px;
  }
  
  #price #step .saas{
    padding: 20px 50px;
    margin-bottom: 30px;
  }
  #price #step .onpre{
    padding: 20px;
    margin-bottom: 30px;
  }
  #price #step .saas ol.c-step{
    display: block;
  }
  #price #step .saas ol.c-step li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #price #step .saas ol.c-step li::after{
    display: none;
  }
  #price #step .onpre p{
    text-align: left;
  }
  #price #option .bBtn{
    margin-top: 10px;
  }
  
  #casestudy #c-case {padding-top: 10px;}
  #casestudy .inner .box {padding: 20px 10px 10px;
    margin: 0 -10px;
  }
  
  #casestudy .case_index{
  padding: 0;
  margin: 0;
  }
  #casestudy .case_index li{
    padding:10px;
  }
  #casestudy .case_index li.fig{
    width: 100%;
    padding:0;
    border-radius: 0;
  }
  #casestudy .case_index h2{margin: 0 0 1em 0;}
  
  #casestudy .category ul li{
    /* width: 280px; */
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  #casestudy .category ul li .wrapFlex{
   display: flex;
   text-align: left;
   align-items: center;
  }
  #casestudy .category ul li .wrapFlex figure{
    margin: 0 10px 0 20px;
  }
  
  #casestudy .category ul li img{
    margin-bottom: 0;
    max-height: 60px;}
  #casestudy .category ul li p {padding: 10px;font-size: 4.0vw}
  #casestudy .category ul li h4{font-size: 5vw;}
  #casestudy h3 {font-size: 5.5vw;padding: 10px 0;margin: 0;}
  #casestudy .box h2 {font-size: 5vw;margin-bottom: 10px;}
  #casestudy .box h3 {font-size: 4.5vw;margin-bottom: 10px;padding: 0}
  #casestudy .block h3 {font-size: 4vw;text-align: center;}
  #casestudy .block h4 {font-size: 5vw;padding-left: 12vw;
    text-align: center;
    padding-left: 0;
  }
  #casestudy .block .blockbox{margin-bottom: 0}
  #casestudy .block .blockborder{padding: 10px;}
  #casestudy .block .blockbox h4{font-size: 4.6vw;}
  #casestudy .block .blockbox .wrapFlex {flex-direction: column;}
  #casestudy .block .blockbox .wrapFlex div{width: 100%;margin-bottom: 10px;}
  #casestudy .block .blockbox .wrapFlex .bBtnBox a{min-width: 240px;}
  
  #casestudy .category ul li h4 span, #casestudy .block h4 span{
    top: -2vw;
    left: -2vw;
    height: 10vw;
    width: 10vw;
  }
  
  #case .c-pc{display: none;}
  #case .c-sp{display: block;}
  
  #case .case_index .fig{
      padding: 0;
      width: 100%
  }
  
  #case .case_index h2{
    margin-top: 1em;
    font-size: 4.0vw;
    font-size: 1.6rem;
  }
  
  #case .c-case-eyecatch img{
    max-width: 100%;
  }
  
  #case h3{margin-bottom: 30px;}
  #case .case_index{
    padding: 10px;
    margin: 0 0 10px;
  }
  #case .c-section{margin-top: 30px;}
  .c-case-eyecatch {
      width: 100vw;
      margin-left: 0;
      -webkit-transform: translate(-0%);
      transform: translate(-0%);
  }
  
  #case .c-case-heading-info {
      position: relative;
      width:80vw;
      margin: 0 auto;
      max-width: none;
  }
  #case .c-case-heading-person{
    padding: 1vw;
  }
  #case #c-case-card{
    padding: 30px 10px;
  }
  #case .c-case-card-item {
      width: 100%;
      
      margin: 0 0 20px;
      padding: 0;
  }
  #case .c-case-card {
      margin: 0 ;
  }
  
  #case .c-case-solution-ttl{
    width: 30vw;
  }
  #case .c-case-solution-ttl>span{
    font-size: 3vw;
    width: 18vw;
    display: flex;
  }
  
  
  #case .case-main-box div{
    display: block;
  }
  #case .case-main-box .logo-box{
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  #case .c-container{
    margin-bottom: 20px;
  }
  #case .case-box ul.dotList{
    padding-left: 0;
  }
  #case .case-main-box .lead-box{
    width: 100%;
    padding: 10px;
  }
  #case .case-wrap ul, #case .case-wrap2 ul {
      display: block;
  }
  #case .case-wrap ul li.left .inner,
  #case .case-wrap2 ul li.right .inner{
    max-width: 90%;
    width: 100%;
  }
  #case .case-wrap2 ul li.left img,
  #case .case-wrap ul li.right img{
    padding-bottom: 1em;
  }
  #case .company-box .text{
    padding: 10px;
  }
  #caseDownloadBody{
    margin: 10vw 0 5vw 0;
  }
  
  #case-download #pageHead h2 {
      font-size: 4.0vw;
  }
  
  #caseDownloadBody .c-case-card-item{
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dedede;
  }
  #caseDownloadBody .c-case-card-item .bBtn{
    padding: 1vw 0;
  }
  #caseDownloadBody .c-case-card h3{
    /* margin-bottom: 0; */
  }
  #caseDownloadBody .c-case-card figure{
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  
  
  
  
  
  
  #faq .c-anchor-inline {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      margin-bottom: 20px;
  }
  #faq .c-anchor-inline-item {
      width: calc(100% / 3);
      margin-bottom: 20px;
  }
  #faq .c-anchor-inline-item>a {
    padding: 10px 0;
    font-size: 3.0vw;
    font-weight: bold;
  }
  #faq .c-anchor-inline .c-anchor-inline-item a::before {
    margin-bottom: 2vw;
    height: 9vw;
    width: 9vw;
    margin-left: 12vw;
    background-size: contain;
    display: block;
  }
  
  #faq .c-anchor-point{
    margin-top: 20px;
  }
  #faq .contents {
      padding-bottom: 0;
  }
  
  
  #faq .c-anchor-point .c-faq-item{
    font-size: 3.4vw;
    padding: 0 10px;
  }
  .c-faq-q {
    padding: 10px 30px 10px 40px!important;
  }

  #download h4{
      font-size: 3.6vw;
      
      padding-top: 3vw;
  margin-bottom: 30px;
  line-height: 1.6;
  display: block;
  text-align: left;
  }
  
  #download .contents h4,
  #download .contents h4.sub {
    font-size: 4.5vw;
    padding-top: 3vw;
    margin-bottom: 30px;
    line-height: 1.6;
    display: block;
    /* text-align: left; */
  }
  #download .contents h4.sub {
    text-align: center;
    font-size: 5.0vw;
    margin-block: 3vw;
  }
  #download #appBox h5{
    font-size: 4.0vw;}
  
  #download #appBox li{
        margin-bottom: 30px;
      }
  #download #appBox .col1 li{
    margin: 0 30px;
  }
  #download p.fcRed{
  font-size: 3.0vw;
}
      
  
  
  #footerContact .contents {
    padding: 10px;

  }
  #footerContact{
    padding: 10px
  }
  #footerContact .contents h3{
    letter-spacing: 0;
    font-size: 3.5vw;
    margin-bottom: 1.0rem;
  }
  
  
  
  /* 製品・サポート */
  #service #point {padding-top: 5vw;margin-bottom: 5vw;padding-bottom: 10vw;}
  #service #point .box {padding: 20vw 5vw 5vw;margin-bottom: 5vw;}
  #service #point .box img.num{max-width: 12vw;}
  #service #point .box h2{font-size: 6.5vw;}
  #service #point .box p{font-size: 3.0vw;}
  #service #point .wrapFlex ul li:nth-child(1) .box,
  #service #point .wrapFlex ul li:nth-child(2) .box{margin-left: 0;margin-right: 0;margin-bottom: 3vw;}

  #service #point .wrapFlex .fullBox{margin-top: 0;padding: 0 3vw 3vw;}
  #service #point .wrapFlex ul li .box ul{margin: 24px 0 0;font-size: 3.0vw;}
  #service #point .wrapFlex .fullBox > ul li{width: 100%;}
  #service #point .wrapFlex .fullBox > ul li:nth-child(1) .box,
  #service #point .wrapFlex .fullBox > ul li:nth-child(2) .box{margin-bottom: 0;padding-bottom: 0;padding-left: 0;}
  #service #point .wrapFlex .fullBox > ul li:nth-child(2) .box{
  padding-top: 0;}
  #service #suport  ul{position: relative;}
  #service #suport li{background: #fff;margin-bottom: 1rem;border-radius: 6px;padding: 1rem;padding-left: 16vw;min-height: 100px;font-size: 3.5vw;}
  #service #suport li img{position: absolute;left: 0;width: 14vw}
  #service #suport li:last-child{margin-bottom: 10px;}
  #service #suport li h3{
    color: #d60039;
    font-size: 4.6vw;
    font-weight: 600;
    padding: 0 0 0.2rem;
    text-align: left;}
  
  #service #security ul{
    margin--bottom: 0;}
  #service #security li{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3vw;}
  
  /* 利用シーン */
  #use fig img{max-width: 100%;}
  #use #scene01,
  #use #scene02,
  #use #scene03 {
    padding-top: 10vw;
    padding-bottom: 10vw;}
  
  #use h2{font-size: 6.0vw;}
  #use .scene .wrapFlex ul {margin-bottom: 10vw;}
  #use .scene .wrapFlex ul li:nth-child(2){text-align: center;width: 100%;padding: 3vw;}
  #use .scene .wrapFlex ul li:nth-child(2) img{transform: rotate(90deg);}
  
  #use .scene .movie,
  #use .scene .movie .movie-in,
  #use .scene .movie iframe{width: 100%;}
  
  /* 料金 */
  #price #priceBox {margin-top: 5vw;}
  #price .wrapTable table{line-height: 1.4;}
  #price .wrapTable table td{letter-spacing: 0;font-size: 3.0vw;line-height: 1.1;}
  #price .wrapTable table td.bgRed{font-size: 4.0vw;}
  
  /* FAQ */
  #faq #faqBox {margin-top: 5vw;}
  #faq #faqBox h3 {font-size: 4.6vw;}
  #faq #faqBox dt, #faq #faqBox dd {padding: 1em 1em 1em 3.5em;}
  #faq #faqBox dt::before, #faq #faqBox dd::before {
      top: calc(((3em * 1.2) - 32px) / 2);
      left: calc(((3em * 1.2) - 32px) / 2);}
  #faq #faqBox .wrapFlex > ul li:nth-child(1),
  #faq #faqBox .wrapFlex > ul li:nth-child(2){width: 100%;margin-left: 0;}
  #faq #faqBox .wrapFlex > ul li.subCol{margin-bottom: 10vw;}
  #faq #faqBox .linkBlock a {font-size: 4vw;padding: 3vw 6vw;}
  #faq #faqBox .linkBlock::before {top: 4.0vw;left: 2vw;}
  #faq #faqBox .kanren a {line-height: 2.8;}

}

