@charset "UTF-8";
/* ========================================
	common
======================================== */
body.pc a:hover {
  color: #3DA8AA;
  text-decoration: underline; }

/* パンくずリスト */
.topic_path ul li.active {
  color: #3DA8AA; }

/* ページインデックス */
.page_index a {
  border: #3DA8AA 1px solid; }

.page_index a::before {
  border-bottom: 1px solid #3da8aa;
  border-right: 1px solid #3da8aa;
}

.page_index a::after {
  border-bottom: 1px solid #3da8aa;
  border-right: 1px solid #3da8aa;
}

body.pc .page_index a:hover {
  background: #3DA8AA; }

.page_index ul {
  -js-display: flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page_index ul li {
  width: 25%;
}

.page_index ul li a {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media screen and (max-width: 800px) {
  .page_index ul li {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .page_index ul li {
    /*width: 100%;*/
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/




/* 見出し */
.section_title {
  margin-bottom: 4%; }
  .section_title:after {
    background: #3DA8AA; }

.section_title.news {
  text-align: left;
  padding: 20px 0 0;
}

.section_title.news:after {
  display: none;
}

.box_title span {
  border-bottom: #3DA8AA 2px solid; }

/* ========================================
	header
======================================== */
header {
  position: relative;
  min-height: 124px;
  background: #3DA8AA url(../img/bg/impulse_bg.png) no-repeat right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover; }
  header .menu_toggle_btn {
    background: #3DA8AA; }
    header .menu_toggle_btn.active {
      background: #d35400; }

  header nav {
    padding-top: 0;
  }

  header nav h2 {
    position: absolute;
    bottom: 0;
  }

  header nav .area_navi {
    padding-top: 0;
  }

  header nav > .area_navi .sub-navi {
    margin-bottom: 8px;
  }

  header nav > .area_navi .sub-navi .link-type {
    position: relative;
  }

  header nav > .area_navi .sub-navi .link-type:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scale(0, 1);
    transform-origin: center;
    /*transition: transform .2s;*/
  }

  header nav > .area_navi .sub-navi .link-type:hover:before {
    transform: scale(1);
  }


  header nav > .area_navi .sub-navi .link-article a {
    padding: 9px 15px 9px 25px;
    background: url("../img/icon/icon-light.png") no-repeat left 10px center;
  }

  header nav > .area_navi .sub-navi .link-demo a {
    padding: 9px 15px 9px 40px;
    background: url("../img/icon/icon-pc.png") no-repeat left 14px center;
  }

  header nav > .area_navi .sub-navi .link-operator a {
    padding: 9px 15px 9px 38px;
    background: url("../img/icon/icon-operator.png") no-repeat left 14px center;
  }

  header nav > .area_navi .sub-navi .link-login a {
    padding: 9px 15px 9px 38px;
    background: url("../img/icon/icon-login.png") no-repeat left 14px center;
  }

  header nav > .area_navi .sub-navi .link-book a {
    padding: 9px 15px 9px 38px;
    background: url("/wp-content/uploads/2021/10/icon_book.png") no-repeat left 14px center;
  }

  header nav > .area_navi .sub-navi .link-calendar a {
    padding: 9px 15px 9px 38px;
    background: url("../img/icon/icon-calendar.png") no-repeat left 14px center;
  }

  header nav > .area_navi .link-type-sp {
    display: none;
  }

  header nav > .area_navi .btn-type a {
    padding: 10px 15px 10px 38px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-left: 10px;
    transition-duration: 0.3s;
  }

  header nav > .area_navi .btn-type a:hover {
  	transform: scale(1.05);
  	transition-duration: 0.3s;
  }

  header nav > .area_navi .btn-type span {
    display: none;
  }

  header nav > .area_navi .btn-document a {
    background: url("../img/icon/icon-book.png") no-repeat left 12px center;
  }

  header nav > .area_navi .btn-help a {
    background: url("../img/icon/icon-mail.png") no-repeat left 12px center;
    margin-right: 5px;
  }

  header nav > .area_navi > ul ul {
    top: unset;
    bottom: -129px;
    border-top: #23896d 2px solid;
  }

  @media print, screen and (min-width: 801px) {
    header nav > .area_navi > ul ul.about {
      bottom: -307px;
    }

    header nav > .area_navi > ul ul.type {
      bottom: -173px;
    }
  }

  header .nav_fixed nav {
    padding-bottom: 0;
  }

  header .nav_fixed nav h2 {
    width: auto;
    max-width: 18%;
  }

  header .nav_fixed nav > .area_navi .sub-navi .link-type:before {
    background-color: #777;
  }


  header .nav_fixed nav > .area_navi .sub-navi .link-article a {
    background: url("../img/icon/icon-light-gray.png") no-repeat left 10px center;
  }

  header .nav_fixed nav > .area_navi .sub-navi .link-demo a {
    background: url("../img/icon/icon-pc-gray.png") no-repeat left 14px center;
  }

  header .nav_fixed nav > .area_navi .sub-navi .link-operator a {
    background: url("../img/icon/icon-operator-gray.png") no-repeat left 14px center;
  }

  header .nav_fixed nav > .area_navi .sub-navi .link-login a {
    background: url("../img/icon/icon-login-gray.png") no-repeat left 14px center;
  }

  header .nav_fixed nav > .area_navi .sub-navi .link-book a {
    background: url("/wp-content/uploads/2021/10/icon_book_gray.png") no-repeat left 14px center;
  }

  header .nav_fixed nav > .area_navi .sub-navi .link-calendar a {
    background: url("../img/icon/icon-calendar-gray.png") no-repeat left 14px center;
  }

  header .nav_fixed nav > .area_navi .btn-type a {
    border: 1px solid #23896d;
    background-color: #23896d;
    color: #fff;
  }

  header .nav_fixed nav > .area_navi .btn-type a:hover {
    color: #fff;
  }

  header .nav_fixed nav > .area_navi > ul ul {
    top: unset;
  }


body.pc header a:hover {
  color: #fff; }
body.pc header .nav_fixed a:hover {
  color: #777; }
body.pc #page_top:hover {
  background: #3DA8AA; }

body.document-i header {
  position: relative;
  min-height: auto;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 10px;
  background: none;
}

body.document-i header .wrap .logo {
  width: 200px;
  margin: 0 auto;
}

body.document-i .section-form {
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 10px;
  word-wrap: break-word;
}

body.document-i .section-form .section-title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1em;
}

body.document-i .section-form .message {
  text-align: center;
  margin-bottom: 3em;
}

body.document-i .section-form .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.document-i .section-form .aside {
  /*width: 32%;*/
  width: 47%;
}

body.document-i .section-form .block-form {
  /*width: 65%;*/
  width: 50%;
}

body.document-i .section-form .aside .aside-title {
  font-size: 2.0rem;
  margin: 0 0 0.5em 0;
}

body.document-i .section-form .aside .image-wrap {
  margin-bottom: 1em;
  text-align: center;
}

body.document-i .section-form .aside .description {
  margin-bottom: 2em;
}

body.document-i .section-form .aside .contents-title {
  font-size: 1.8rem;
  text-decoration: underline;
  margin-bottom: 0.5em;
}

body.document-i .section-form .aside .contents-list {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 2em;
}

body.document-i .section-form .aside .contents-list .item {
  margin-bottom: 1em;
}

@media print, screen and (max-width: 800px) {
  body.document-i header::after {
    content: none;
  }

  body.document-i .section-form .aside {
    width: 100%;
    margin-bottom: 20px;
  }

  body.document-i .section-form .block-form {
    width: 100%;
  }
}

/* ========================================
	table
======================================== */
.table_bordered {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse; }
  .table_bordered th {
    padding: 10px;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #ddd; }
  .table_bordered td {
    padding: 10px;
    border: 1px solid  #ddd; }

/*iot*/
ul.square {
  list-style: square;
  padding-left: 1.5em;
  line-height: 1.4; }
  ul.square li {
    margin-bottom: 5px;
    font-size: 20px; }

.ttl_blu {
  padding: 20px 10px;
  margin: 10px 40px;
  background-color: #324c80;
  width: 90%;
  margin: auto; }
  .ttl_blu h5 {
    font-size: 22px;
    color: #F9F23B;
    text-align: center;
    line-height: 24px; }
  .ttl_blu p {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 19px; }

.table_stripe {
  width: 85%;
  margin: 20px auto;
  border-collapse: collapse; }
  .table_stripe th {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 1.2em; }
    .table_stripe th.ttl {
      font-size: 18px;
      font-weight: bold;
      color: #888484; }
    .table_stripe th.detail {
      font-size: 14px; }
      .table_stripe th.detail span {
        font-size: 16px;
        color: #89a3d4;
        font-weight: bold; }

.bd_radius {
  border: solid 10px gray;
  border-radius: 1em;
  border-width: thin;
  padding: 20px;
  margin: 10px 50px; }
  .bd_radius h5 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em; }
    .bd_radius h5 span {
      font-size: 20px;
      font-weight: bold;
      color: #0B8253; }

.poc {
  display: block;
  width: 730px;
  margin: auto; }
  .poc li {
    position: relative;
    display: inline-block;
    margin: 1.5%;
    text-align: center;
    margin: auto; }
    .poc li img {
      width: 100%;
      height: 100%; }
    .poc li dl {
      position: absolute;
      top: 20%;
      width: 100%;
      height: auto;
      vertical-align: middle;
      padding-top: 5%;
      line-height: 1.6;
      font-size: 22px;
      color: #FFFFFF; }

/* ========================================
	license
======================================== */
.license {
  text-align: left;
  margin: 10px; }
  .license h4 {
    text-align: center;
    font-size: 20px;
    margin: 40px 0; }
  .license p {
    font-size: 14px;
    padding-left: 15px;
    line-height: 20px; }
  .license dt {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 5px; }
  .license dd {
    padding: 5px 20px;
    line-height: 20px;
    margin: 5px 0; }

.agreement-scroll {
  max-width: 1000px;
  height: 260px;
  margin: 0 auto 40px;
  overflow: auto;
}

/* ========================================
	thanks
======================================== */
.tech h4 {
  text-align: left;
  margin-top: 30px; }

/* ========================================
	contact
======================================== */
.form_box {
  width: 600px;
  margin: 0 auto 20px;
  border: 1px solid;
  border-color: #c0c0c0 #999999 #999999 #c0c0c0; }
  .form_box dl {
    border-top: 1px #c0c0c0 dotted;
    /* 見出しセルの下境界線 */ }
    .form_box dl:first-child {
      border: none; }
  .form_box dt {
    display: table-cell;
    width: 140px;
    /* 見出しセルの幅 */
    padding: 10px 8px;
    /* 見出しセルのパディング（上下、左右） */
    background: #f5f5f5;
    /* 見出しセルの背景色 */
    text-align: left;
    vertical-align: middle;
    line-height: 1.3; }
    .form_box dt span {
      padding-left: 5px; }
  .form_box dd {
    display: table-cell;
    width: 458px;
    padding: 10px 5px 7px;
    /* データセルのパディング（上、左右、下） */
    line-height: 1.4;
    background-color: #ffffff;
    /* データセルの背景色 */
    text-align: left; }
    .form_box dd li {
      margin-bottom: 5px; }
      .form_box dd li:last-child {
        margin: 0; }

.policy_check {
  text-align: center;
  margin: 20px; }

.form_button {
  text-align: center;
  margin: 20px; }
  .form_button input {
    width: 200px;
    padding: 10px;
    margin: 10px;
    background: #8f98d5;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none; }

.form_message {
  margin: 20px;
  text-align: center; }

.error {
  color: #d9534f; }

div.error {
  margin: 20px 20px 30px;
  text-align: center; }

p.error {
  margin-bottom: 5px; }

/* --- フォーム部品 --- */
.form_box input, .form_box select, .form_box textarea {
  margin-bottom: 2px;
  /* フォーム部品の下マージン */
  font-size: 13px; }
.form_box input {
  height: 22px;
  padding: 4px; }

/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #email {
  width: 350px;
  /* フォーム部品の幅 */ }

/* --- （普通のテキスト入力欄） --- */
#phone {
  width: 150px;
  /* フォーム部品の幅 */ }

/* --- （短めのテキスト入力欄） --- */
#last_name, #first_name, #state {
  width: 100px;
  /* フォーム部品の幅 */ }

/* --- （複数行のテキスト入力欄） --- */
#description {
  width: 440px;
  /* フォーム部品の幅 */
  height: 150px;
  /* フォーム部品の高さ */ }

/* ========================================
	document
======================================== */
.document_list {
  letter-spacing: -.5em; }
  .document_list li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: center;
    vertical-align: top;
    letter-spacing: normal; }
  .document_list img {
    border: #ddd 1px solid;
    width: 100%; }
  .document_list li p {
    margin: 10px auto 0;
    text-align: left; }
  .document_list p input[type=checkbox] {
    float: left; }
  .document_list p label {
    display: block;
    overflow: hidden;
    line-height: 1.3;
    padding-left: 3px; }

#products_document .document_list li {
  width: 33%; }
  #products_document .document_list li img, #products_document .document_list li p {
    max-width: 250px; }

#example_document .document_list li {
  width: 25%; }
  #example_document .document_list li img, #example_document .document_list li p {
    max-width: 200px; }

#useful_document .document_list li {
  width: 45%;
  margin: 0 2.5% 20px;
  border: #23896d 2px solid; }
  #useful_document .document_list li img {
    border: none; }
  #useful_document .document_list li p {
    margin: 10px 0; }

#movie_document .document_list li {
  width: 45%;
  margin: 0 2.5% 20px;
  border: #23896d 2px solid; }
  #useful_document .document_list li img {
    border: none; }
  #useful_document .document_list li p {
    margin: 10px 0; }

#useful_document .document_list img, #movie_document .document_list img {
	width: auto;
}

#document_form .lead {
  margin-bottom: 30px;
  text-align: center; }

.dl-link {
  text-decoration: none;
}

.dl-link .link-title {
  text-decoration: none;
  margin-top: 1em;
  color: #3DA8AA;
  font-weight: bold;
}

.dl-link .doc-title {
  color: #555;
}

.dl-link:hover {
  text-decoration: none !important;
}

.dl-link:hover .link-title {
  text-decoration: underline;
}

#example_document .dl-link {
  margin-top: 30px;
}



#page_top {
  z-index: 9999;
  display: none;
  right: 15px;
  /*bottom: 100px;*/
  bottom: 220px;
  position: fixed;
  width: 60px;
  height: 60px;
  padding-right: 0;
  color: #000;
  font-weight: normal;
  line-height: 80px;
  background:rgba(255,255,255,1);
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: -0.02em;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

body.pc #page_top:hover {
  background:rgba(255,255,255,1);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

#page_top:after {
  font-size: 50px;
  font-size: 5.0rem;
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  margin-left: -0.32em;
  color: #000;
  content: "\f106";
  position: absolute;
  text-align: left;
  font-weight: normal;
  font-family: FontAwesome;
}

@media print, screen and (max-width: 980px) {
  header nav > .area_navi .sub-navi .link-demo a {
    background-size: 19px;
  }

  header .nav_fixed nav > .area_navi .sub-navi .link-demo a {
    background-size: 19px;
  }

  header nav > .area_navi .btn-type a {
    padding: 8px 14px 8px 35px;
    margin-left: 6px;
  }

  header nav > .area_navi .btn-document a {
    background-size: 19px;
  }

  header nav > .area_navi .btn-help a {
    background-size: 19px;
  }
}

@media print, screen and (max-width: 950px) {
  .box_left.box-type-table {
    width: 260px;
  }

  .box_right.box-type-table {
    width: calc(100% - 260px);
  }

}

@media print, screen and (max-width: 850px) {
  header nav h2 {
    width: 18%;
  }

  header nav > .area_navi {
    width: 82%;
  }

  header .nav_fixed nav h2 {
    width: 16%;
  }
}

/* ========================================
	cta btn list
======================================== */
.list-btn {
  text-align: center;
  margin: 10px 0 20px;
}

.list-btn .btn {
  display: inline-block;
  margin: 5px;
}

.list-btn .btn a {
  display: block;
  color: #23896d;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  padding: 1em 2em 1em 3.8em;
  border: 2px solid #23896d;
  border-radius: 50px;
  transition-duration: 0.3s;
}

body.pc .list-btn .btn a:hover {
  color: #fff;
  text-decoration: none;
	transform: scale(1.05);
	transition-duration: 0.3s;
}

.list-btn .btn.type-mail a {
  background: #fff url("../img/icon/icon-mail-green.png") no-repeat left 2em center;
}

body.pc .list-btn .btn.type-mail a:hover {
  background: #23896d url("../img/icon/icon-mail.png") no-repeat left 2em center;
}

.list-btn .btn.type-pc a {
  background: #fff url("../img/icon/icon-pc-green.png") no-repeat left 2em center;
}

body.pc .list-btn .btn.type-pc a:hover {
  background: #23896d url("../img/icon/icon-pc.png") no-repeat left 2em center;
}

.list-btn .btn.type-book a {
  background: #fff url("../img/icon/icon-book-green.png") no-repeat left 2em center;
}

body.pc .list-btn .btn.type-book a:hover {
  background: #23896d url("../img/icon/icon-book.png") no-repeat left 2em center;
}

.list-btn .btn.type-operator a {
  background: #fff url("../img/icon/icon-operator-green.png") no-repeat left 2em center;
}

body.pc .list-btn .btn.type-operator a:hover {
  background: #23896d url("../img/icon/icon-operator.png") no-repeat left 2em center;
}


/* ========================================	以下 スマートフォン向け ======================================== */
@media screen and (max-width: 800px) {
  header {
    min-height: 0; }
    header:after {
      display: block;
      padding-bottom: 15%;
      content: " ";
      background: url(../img/bg/impulse_bg.png) no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      background-size: cover; } 



  header nav h2 {
    width: 145px;
    position: relative;
    bottom: unset;
  }

  header nav > .area_navi {
    width: 100%;
  }

  header nav > .area_navi .sub-navi {
    display: none;
  }

  header nav > .area_navi > ul {
    display: flex;
    flex-wrap: wrap;
  }

  header nav > .area_navi > ul > li {
    width: 100%;
  }

  header nav > .area_navi .link-type-sp {
    display: flex;
    align-items: center;
    width: 50%;
    border-top: 1px solid #eee;
  }

  header nav > .area_navi .link-type-sp a {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-top: none;
  }

  header nav > .area_navi .link-type-sp span {
    display: inline-block;
    width: 21px;
    height: 18px;
    padding: 0;
    margin-right: 6px;
    vertical-align: middle;
  }

  header nav > .area_navi .link-type-sp.link-operator a {
    border-right: 1px solid #eee;
  }

  header nav > .area_navi .link-type-sp.link-login {
    width: 100%;
  }

  header nav > .area_navi .link-type-sp.link-article {
    border-right: 1px solid #eee;
  }

  header nav > .area_navi .link-type-sp.link-article span {
    width: 11px;
  }

  header nav > .area_navi .link-type-sp.link-article span {
    background: url("../img/icon/icon-light-gray.png") no-repeat left center;
  }

  header nav > .area_navi .link-type-sp.link-demo {
    border-right: 1px solid #eee;
  }

  header nav > .area_navi .link-type-sp.link-demo span {
    background: url("../img/icon/icon-pc-gray.png") no-repeat left center;
  }

  header nav > .area_navi .link-type-sp.link-demo .br-sp {
    display: none;
  }

  header nav > .area_navi .link-type-sp.link-operator span {
    background: url("../img/icon/icon-operator-gray.png") no-repeat left center;
  }

  header nav > .area_navi .link-type-sp.link-login span {
    background: url("../img/icon/icon-login-gray.png") no-repeat left center;
  }




  header nav > .area_navi .btn-type {
    width: 50%;
    padding-bottom: 5px;
  }

  header nav > .area_navi .btn-type span {
    display: inline-block;
    width: 21px;
    height: 18px;
    padding: 0;
    margin-right: 6px;
    vertical-align: middle;
  }

  header nav > .area_navi .btn-type a {
    padding: 15px 0;
    border: none;
    border-radius: unset;
    margin-left: 0;
    color: #fff;
    text-align: center;
  }

  header nav > .area_navi .btn-type a:hover {
  	transform: none;
  	transition-duration: unset;
  }



  header nav > .area_navi .btn-document a {
    background: none;
    background-color: #23896d;
    border-right: 1px solid #fff;
  }

  header nav > .area_navi .btn-help a {
    background: none;
    background-color: #23896d;
  }

  header nav > .area_navi .btn-document span {
    background: url("../img/icon/icon-book.png") no-repeat left center;
  }

  header nav > .area_navi .btn-help span {
    background: url("../img/icon/icon-mail.png") no-repeat left center;
  }

  header nav > .area_navi > ul ul {
    top: auto;
    bottom: unset;
  }

  #products_document .document_list li {
    width: 50%;
  }

  #example_document .document_list li {
    width: 50%;
  }


  #useful_document .document_list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .poc {
    display: block;
    margin: auto;
    width: 100%; } }



@media screen and (max-width: 400px) {

  header nav > .area_navi .link-type-sp.link-demo .br-sp {
    display: inline;
  }

}

.sub_section .img_left.company-logo img {
  display: block; 
  width: 250px;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}



/* ========================================
	トップページ：業種エリア
======================================== */
.section-industry .list {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-industry .list .type {
  width: 49%;
}

.section-industry .list .type a {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 2px 2px 4px #eee;
  transition: all .3s;
  text-decoration: none;
}

.section-industry .list .type a:hover {
  border: 1px solid #E2F8F2;
  background: #E2F8F2;
  color: #555;
}

.section-industry .list .type a p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

.section-industry .list .type a p.image {
  position: relative;
}

.section-industry .list .type a p.image img {
  max-width: 142px;
}

.section-industry .list .type a p.image:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 150px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -75px;
}

.section-industry .list .type a p.title {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.1;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .section-industry .list .type a p.image img {
    max-width: 120px;
  }

  .section-industry .list .type a p.image:after {
    height: 120px;
    margin-top: -60px;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media screen and (max-width: 800px) {
  .section-industry .list .type a p.image img {
    max-width: 100px;
  }

  .section-industry .list .type a p.image:after {
    height: 100px;
    margin-top: -50px;
  }
}

@media screen and (max-width: 600px) {
  .section-industry .list {
    -js-display: block;
    flex-wrap: wrap;
  }

  .section-industry .list .type {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* ========================================
	トップページ：業務アプリケーション
======================================== */
.section-work .list {
  margin-bottom: 30px;
}

.section-work .list .type {
  width: 28%;
  float: left;
  margin-right: 8%;
  margin-bottom: 40px;
}

.section-work .list .type:nth-child(3n) {
  margin-right: 0;
}

.section-work .list .type a {
  display: block;
  width: 100%;
  padding: 40px 0;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px #eee;
  transition: all .3s;
  text-decoration: none;
}

.section-work .list .type a:hover {
  border: 1px solid #E2F8F2;
  background: #E2F8F2;
  color: #555;
}

.section-work .list .type a p {
  text-align: center;
}

.section-work .list .type a p.image img {
  max-width: 142px;
  margin-bottom: 10px;
}

.section-work .list .type a p.title {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.1;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .section-work .list .type {
    width: 31%;
    margin-right: 3.5%;
  }

  .section-work .list .type a p.image img {
    max-width: 120px;
  }

  .section-work .list .type a p.image:after {
    height: 120px;
    margin-top: -60px;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media screen and (max-width: 800px) {
  .section-work .list .type {
    width: 48%;
    margin-right: 4%;
  }

  .section-work .list .type:nth-child(3n) {
    margin-right: 4%;
  }

  .section-work .list .type:nth-child(2n) {
    margin-right: 0;
  }

  .section-work .list .type a {
    padding: 20px 0;
  }

  .section-work .list .type a p.image img {
    max-width: 100px;
  }

  .section-work .list .type a p.image:after {
    height: 100px;
    margin-top: -50px;
  }

  .section-work .list .type p.description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  .section-work .list {
    width: 80%;
    margin: 0 auto;
  }

  .section-work .list .type {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* ========================================
	トップページ：プラットフォーム
======================================== */
.section-platform .list {
  -js-display: flex;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.section-platform .list .type {
  width: 25%;
}

.section-platform .list .type a {
  display: block;
  width: 100%;
  padding: 40px 0;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px #eee;
  transition: all .3s;
}

.section-platform .list .type a:hover {
  border: 1px solid #E2F8F2;
  background: #E2F8F2;
  color: #555;
}

.section-platform .list .type a p {
  text-align: center;
}

.section-platform .list .type a p.image img {
  max-width: 142px;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .section-platform .list .type {
    width: 31%;
  }

  .section-platform .list .type a p.image img {
    max-width: 120px;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media screen and (max-width: 800px) {
  .section-platform .list .type {
    width: 48%;
  }

  .section-platform .list .type a {
    padding: 20px 0;
  }

  .section-platform .list .type a p.image img {
    max-width: 100px;
  }
}

@media screen and (max-width: 500px) {
  .section-platform .list {
    width: 80%;
    margin: 0 auto;
  }

  .section-platform .list .type {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* ========================================
	トップページ：導入までの流れ
======================================== */
.section-flow .list {
  -js-display: flex;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.section-flow .list .type {
  width: 25%;
}

.section-flow .list .type a {
  display: block;
  width: 100%;
  padding: 40px 0;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px #eee;
  transition: all .3s;
}

.section-flow .list .type a:hover {
  border: 1px solid #E2F8F2;
  background: #E2F8F2;
  color: #555;
}

.section-flow .list .type a p {
  text-align: center;
}

.section-flow .list .type a p.image img {
  max-width: 142px;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .section-flow .list .type {
    width: 31%;
  }

  .section-flow .list .type a p.image img {
    max-width: 120px;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media screen and (max-width: 800px) {
  .section-flow .list .type {
    width: 48%;
  }

  .section-flow .list .type a {
    padding: 20px 0;
  }

  .section-flow .list .type a p.image img {
    max-width: 100px;
  }
}

@media screen and (max-width: 500px) {
  .section-flow .list {
    width: 80%;
    margin: 0 auto;
  }

  .section-flow .list .type {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/*
--------------------------------------------------
slickスライダー（デフォルト）
--------------------------------------------------
*/
html:not(.ie8) .area-slider {
  padding: 12px 0;
  width: 100%;
  margin-bottom: 30px;
}

html:not(.ie8) .area-slider .slider-arrow {
  display: block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
}

html:not(.ie8) .area-slider .prev {
  left: -25px;
}

html:not(.ie8) .area-slider .next {
  right: -25px;
}

html:not(.ie8) .area-slider .prev:after {
  content: '＜';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.8em;
  margin-left: -0.7em;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

html:not(.ie8) .area-slider .next:after {
  content: '＞';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.8em;
  margin-left: -0.4em;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

html:not(.ie8) .area-slider .list-slider {
  display: none;
  width: 85%;
  margin: 0 auto;
}

html:not(.ie8) .area-slider .list-slider.slick-initialized {
  display: block;
}

html:not(.ie8) .area-slider .list-slider li {
  padding: 0 10px;
  text-align: center;
}

html:not(.ie8) .area-slider .list-slider li a img {
  /*max-width: 200px;*/
  max-width: 150px;
  margin: 0 auto;
}

/*
--------------------------------------------------
bxsliderスライダー（IE8対策）
--------------------------------------------------
*/
html.ie8 .area-slider {
  width: 90%;
  margin: 0 auto;
}

html.ie8 .area-slider .bx-wrapper .bx-prev {
  left: -20px;
}

html.ie8 .area-slider .bx-wrapper .bx-next {
  right: -40px;
}

html.ie8 .area-slider .list-slider li a img {
  max-width: 200px;
  margin: 0 auto;
}


/*
--------------------------------------------------
スライダーエリア
--------------------------------------------------
*/

/* 事例スライダー */
.section-case .area-slider .list-slider li a {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.section-case .area-slider .list-slider li a img {
  /*max-width: 250px;*/
  display: block; 
  width: 150px;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

/* 表彰・認定スライダー */
.section-award .area-slider .list-slider li {
}

.section-award .area-slider .list-slider li .logo {
  width: 200px;
  float: left;
}

.section-award .area-slider .list-slider li .logo img {
  max-width: 160px;
  margin: 0 auto;
}

.section-award .area-slider .list-slider li .description {
  width: 100%;
  float: right;
  margin-right: -200px;
  padding-right: 200px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-award .area-slider .list-slider li .description .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media screen and (max-width: 800px) {
  .section-award .area-slider .list-slider li .logo {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .section-award .area-slider .list-slider li .logo img {
    max-width: 160px;
    margin: 0 auto;
  }

  .section-award .area-slider .list-slider li .description {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/* 認定パートナースライダー */
.section-partner .area-slider .list-slider li a img {
  max-width: 200px;
  margin: 0 auto;
}


/*
--------------------------------------------------
お客様事例
--------------------------------------------------
*/

/* 業種毎のサマリー */
.list-industry-type {
  -js-display: flex;
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.list-industry-type .type {
  width: 33.333%;
  margin-bottom: 2em;
  padding: 0 1em;
}

.list-industry-type .type-name {
  font-size: 18px;
  font-weight: bold;
  color: #23896d;
  margin-bottom: 1em;
}

.list-industry-type .company-name {
  margin-bottom: 0.8em;
  padding-left: 1.5em;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media screen and (max-width: 800px) {
  .list-industry-type .type {
    width: 100%;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


#case .tag {
  color: #3da8aa;
}

#case .tag a {
  color: #3da8aa;
}

#case a.thumbnail span i {
  background: #23896d;
}


/*
--------------------------------------------------
導入の流れ
--------------------------------------------------
*/
.section-flow .list-step {
  display: table;
  max-width: 900px;
  margin: 0 auto;
}

.section-flow .list-step .step {
  display: table-cell;
  vertical-align: top;
  width: 35%;
}

.section-flow .list-step .step:nth-child(3) {
  width: 30%;
}

.section-flow .list-step .step .step-title {
  background: #23896d;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.section-flow .list-step .step .step-title .inner {
  display: table;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 801px) {
  html:not(.ie8) .section-flow .list-step .step:nth-child(1) .step-title .inner:after,
  html:not(.ie8) .section-flow .list-step .step:nth-child(2) .step-title .inner:after {
    content: '';
    width: 50px;
    height: 50px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -25px;
    transform: rotate(45deg);
  }

  html:not(.ie8) .section-flow .list-step .step:nth-child(3) .step-title .inner:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 50px;
    border-color: #fff #fff #fff #23896d;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -50px;
  }

  html.ie8 .section-flow .list-step .step {
    border-right: 2px solid #fff;
  }
}

.section-flow .list-step .step .step-title .num {
  display: table-cell;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  vertical-align: middle;
}

.section-flow .list-step .step .step-title .title {
  display: table-cell;
  vertical-align: middle;
}

.section-flow .list-step .step .description {
  font-weight: bold;
  padding: 0 1em;
  line-height: 1.5;
}

.section-flow .flow-image {
  margin-bottom: 40px;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media screen and (max-width: 800px) {
  .section-flow .list-step {
    display: block;
    margin-top: 30px;
  }

  .section-flow .list-step .step {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .section-flow .list-step .step:nth-child(3) {
    width: 100%;
  }

  .section-flow .list-step .step .step-title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .section-flow .list-step .step .step-title br {
    display: none;
  }

  .section-flow .list-step .step .step-title .num {
    font-size: 20px;
    font-size: 2.0rem;
    width: 2em;
  }

  .section-flow .list-step .step .description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


.section-poc {
  margin-bottom: 50px;
}

.section-poc .block {
  display: table;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #eee;
  box-shadow: 2px 2px 4px #eee;
  transition: all .3s;
  overflow: hidden;
  text-decoration: none;
}

.section-poc .block:hover {
  text-decoration: none;
}

.section-poc .block .section-image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

.section-poc .block .section-image img {
  max-width: 142px;
}

.section-poc .block .section-description {
  display: table-cell;
  vertical-align: middle;
  background: #e2f8f2;
  font-weight: bold;
  padding: 20px 20px 20px 60px;
  position: relative;
}

@media screen and (min-width: 801px) {
  html:not(.ie8) .section-poc .block .section-description:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 60px 150px 0;
    border-color: #fff #e2f8f2 #fff #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -150px;
  }
}

.section-poc .block .section-description .message {
  font-size: 20px;
  font-size: 2.0rem;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .section-poc .block .section-description {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .section-poc .block .section-description .message {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .section-poc .block .section-description .message br {
    display: none;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media screen and (max-width: 800px) {
  .section-poc .block {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
  }

  .section-poc .block .section-image {
    display: block;
    width: 100%;
  }

  .section-poc .block .section-image img {
    max-width: 100px;
  }

  .section-poc .block .section-description {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
    line-height: 1.4;
  }

  .section-poc .block .section-description .message {
    padding-top: 1em;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/* ========================================
	event list
======================================== */
#event_list {
  clear: none; }
  #event_list ul {
    margin-bottom: 30px;
    border-top: #808080 1px solid; }
    #event_list ul a {
      text-decoration: none; }
      #event_list ul a:hover {
        text-decoration: underline; }
  #event_list li {
    padding: 15px 10px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: #808080 1px solid; }
    #event_list li p {
      display: table-cell;
      line-height: 1.6; }
    #event_list li .tag {
      width: 55px;
      text-align: center;
      font-size: 11px;
      font-size: 1.1rem;
      color: #fff; }
      #event_list li .tag span {
        display: block; }
      #event_list li .tag .news {
        background: #efcc40; }
      #event_list li .tag .press {
        background: #006e83; }
      #event_list li .tag .media {
        background: #d9534f; }
      #event_list li .tag .event {
        background: #86a2c8; }
      #event_list li .tag .seminar {
        background: #e36a91; }
    #event_list li .date {
      white-space: nowrap;
      padding: 0 20px;
      font-size: 13px;
      font-size: 1.3rem; }
    #event_list li .text {
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left; }


.clearfix::after {clear: both;content: ' ';display: block;height: 0;visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px; /*\*//*/height: auto;overflow: hidden;/**/}

/* ========================================
  パートナー紹介
======================================== */
.list-partner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.list-partner .item {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 30px;
  text-align: center;
}

.list-partner .item .image-wrap {
  margin-bottom: 10px;
  text-align: center;
}

.list-partner .item .title {
  margin-bottom: 10px;
}

.list-partner .item .link {
  color: #3da8aa;
}

@media print, screen and (max-width: 800px) {
  .list-partner .item {
    width: 33.3333%;
  }
}

@media print, screen and (max-width: 500px) {
  .list-partner .item {
    width: 50%;
  }
}

/* ========================================
  バナーリスト（ページ上部）
======================================== */
.list-banner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 40px;
}

.list-banner .item {
  padding: 0 5px;
  margin-bottom: 10px;
}

/* ========================================
  利用シーンのリスト
======================================== */
.list-scene {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.list-scene .item-scene {
  width: 49%;
  margin-right: 2%;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #23896d;
  padding: 25px 18px 20px;
}

.list-scene .item-scene:nth-child(2n) {
  margin-right: 0;
}

.list-scene .item-scene .block-image {
  width: 25%;
  text-align: center;
}

.list-scene .item-scene .block-image .caption {
  font-weight: bold;
  line-height: 1.2;
}

.list-scene .item-scene .block-description {
  width: 75%;
  padding-left: 15px;
}

.list-scene .item-scene .block-description .scene-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.list-scene .item-scene .block-description .list {
  list-style-type: disc;
  margin-left: 1.5em;
  line-height: 1.4;
}

.list-scene .item-scene .block-description .list .item {
  margin-bottom: 0.6em;
}

@media print, screen and (max-width: 600px) {
  .list-scene .item-scene {
    width: 100%;
    margin-right: 0;
  }
}

/* ========================================
  提供サービスのリスト
======================================== */
.list-service {
  margin-bottom: 20px;
}

.list-service .item {
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  padding: 35px;
  margin: 0 10px 20px;
}

.list-service .item-wrap {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

.list-service .item-wrap .image-block {
  width: 40%;
  max-width: 420px;
  order: 1;
}

.list-service .item-wrap .image-block .image-wrap {
  /* 420×300 比率 */
  width: 100%;
  height: 0;
  padding-bottom: 71.428%;
}

.list-service .item-wrap .image-block .image-wrap .image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.list-service .item-wrap .description-block {
  width: 60%;
  order: 2;
  padding-left: 30px;
}

.list-service .description-block .item-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

.list-service .description-block .powerd-by {
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
  line-height: 1.2;
}

.list-service .description-block .description {
  color: #333;
  line-height: 1.8;
  margin-bottom: 2em;
}

.list-service .description-block .more .link {
  color: #3da8aa;
  text-decoration: none;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  .list-service {
    padding-left: 0;
  }

  .list-service .item {
    padding: 35px;
    margin-bottom: 20px;
  }

  .list-service .item-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .list-service .item-wrap .image-block {
    width: 100%;
    max-width: none;
    order: 2;
    position: static;
  }

  .list-service .item-wrap .description-block {
    width: 100%;
    order: 1;
    margin-bottom: 2em;
    padding-left: 0;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* ========================================
	case slider
======================================== */
.area-case {
  min-height: 70px;
  margin: 30px 0;
}

.area-case .owl-carousel .owl-stage-outer {
  min-height: 70px;
}

.area-case .vertical_list li {
  width: auto;
  vertical-align: top; }
.area-case .owl-nav {
  letter-spacing: normal; }

.area-case a.thumbnail {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 2%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .area-case a.thumbnail img {
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .area-case a.thumbnail span {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .area-case a.thumbnail span i {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      margin: -20px 0 0 -20px;
      background: #23896d;
      line-height: 40px;
      color: #fff;
      font-size: 18px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      box-align: center; }
  .area-case a.thumbnail:hover img {
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -moz-transform: scale(1.1) rotate(0.1deg);
    -o-transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    transform: scale(1.1) rotate(0.1deg); }
.area-case a.thumbnail_hover img {
  -webkit-transform: scale(1.1) rotate(0.1deg);
  -moz-transform: scale(1.1) rotate(0.1deg);
  -o-transform: scale(1.1) rotate(0.1deg);
  -ms-transform: scale(1.1) rotate(0.1deg);
  transform: scale(1.1) rotate(0.1deg); }
.area-case a.thumbnail:hover span, .area-case a.thumbnail_hover span {
  background: rgba(0, 0, 0, 0.5); }
.area-case a.thumbnail:hover span i, .area-case a.thumbnail_hover span i {
  display: block; }


.area-case a.thumbnail img {
  width: auto !important;
  height: 55px;
  margin: 0 auto;
}

#impulse_case_slider.owl-carousel .owl-stage {
  display: flex !important;
}

#impulse_case_slider.owl-carousel .owl-item .thumbnail {
  display: block;
}

#impulse_case_slider.owl-carousel .owl-item .thumbnail img {
  display: block;
  width: 250px;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}



/* ========================================
  ブログ
======================================== */

/* ▼ 詳細ページ ------------------------ */

.blog-container h1::after {
  background: #3da8aa;
}

.blog-container h2 {
  background: #e3f4f4;
  border-left: #3da8aa solid 2px;
}

.blog-container h3:after {
  border-bottom: solid 2px #3da8aa;
}

.blog-container h4 {
  color: #3da8aa;
}

.blog-container p a {
  color: #3da8aa;
}

.blog-container li a {
  color: #3da8aa;
}

.blog-container .cta_box_inner dl dt {
  color: #3da8aa;
}

.blog-container .cta_box p.cta_btn a {
  background-color: #3da8aa;
}






/*
--------------------------------------------------
フローティングバナー 21/08/27追加
--------------------------------------------------
*/
.floating-banner {
  position: fixed;/* 追従 */
  z-index: 99999;/* 他の要素の下に隠れないように */
  bottom: 0;/* バナーの上下の位置 */
  left: 0;/* バナーの左右の位置 */
}

.floating-banner.hide {
  display: none !important;
}

.floating-banner_pc {
    width: 300px;/* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .9;/* ホバーで少し透過 */
}
.floating-banner_sp {
    display: none;/* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 560px) {/* タブレット用のブレイクポイントを指定 */
    .floating-banner_pc {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}
@media screen and (max-width: 560px) {/* スマホ用のブレイクポイントを指定 */
    .floating-banner_sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
		height: auto;
    }

    .floating-banner {
      width: 100%;
    }

    .floating-banner_sp img {
      width: 100%;
      height: auto;
    }
}

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  /*transform: translate(0px, 50px);*/
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}


/*以下開閉ボタン*/

/*ボタン装飾*/
.hidden_box label {
	float: right;
    padding: 3px 0 3px 5px;
    font-weight: bold;
    background: #fff;
	border: 1px solid #666;
    cursor :pointer;
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f00d';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: silver;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
    content: '\f106';
	float: left;
}
@media screen and (max-width: 560px) {
	.hidden_box input:checked ~ label:before {
		float: right;
	}
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*クリックで中身非表示*/
.hidden_box input:checked ~ .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*作業解析アプリ*/
.section p.center {
	text-align: center;
}
section.pb0 { padding-bottom: 0 !important;}

@media screen and (max-width: 800px) {
	.section p.mb20 {
		margin-bottom: 20px !important;
	}
}

img.wa-img {
	padding-top: 20px;
}
@media screen and (max-width: 800px) {
	img.wa-img {
		padding-top: 0;
		margin-bottom: 20px;
	}
}

/*Impulseファミリー*/
.impulse-app-family {
	display: flexbox;
}
.impulse-app-family .app-family-box {
	width: 46%;
	margin-right: 25px;
	border: 2px solid #23896d;
	padding: 20px 25px;
	float: left;
	margin-top: 20px;
}
@media screen and (max-width: 932px) {
		.impulse-app-family .app-family-box {
			margin-right: 15px;
	}
		 h3.box_title {
			margin-top: 20px;
	}
}

.impulse-app-family .app-family-box h4 {
	background-color: #23896d;
	color: #fff;
	font-weight: bold;
	padding: 7px 0;
}
.impulse-app-family. .app-family-box .mr0 {
	margin-right: 0 !important;
}

.impulse-app-family .app-family-box p a {
	color: #0000FF;
}