@charset "UTF-8";
.s5-container {
  max-width: none;
  padding: 0;
}

.c5-hamburger {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.c5-hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c5-hamburger span:nth-child(1) {
  top: 10px;
}

.c5-hamburger span:nth-child(2) {
  top: 20px;
}

.c5-hamburger span:nth-child(3) {
  top: 30px;
}

.c5-hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  transform: rotate(-45deg);
}

.c5-hamburger.active span:nth-child(2),
.c5-hamburger.active span:nth-child(3) {
  top: 16px;
  transform: rotate(45deg);
}

.js_sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
}

.c5-wrap_ai {
  overflow-x: hidden;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  position: relative;
}
.c5-wrap_ai.second::before {
  height: 20vh;
}
.c5-wrap_ai::before {
  content: '';
  width: 100%;
  height: 80vh;
  background: linear-gradient(to bottom, rgba(152, 123, 190, 0.28) 0%, rgba(143, 155, 200, 0.28) 50%, rgba(255, 255, 255, 0.28) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c5-wrap_ai * {
  box-sizing: border-box;
}
.c5-wrap_ai ul, .c5-wrap_ai ol, .c5-wrap_ai li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c5-wrap_ai a {
  text-decoration: underline;
}
.c5-wrap_ai a:hover {
  text-decoration: none;
}
.c5-wrap_ai p {
  margin: 0 0 1.3em 0;
}
.c5-wrap_ai p:last-child {
  margin-bottom: 0;
}
.c5-wrap_ai img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.c5-container {
  padding: 0 15px;
}

.c5-headnav-inner {
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  padding: 25px 15px;
  position: relative;
}

.c5-header-logo {
  margin-right: 20px;
}

.c5-navmenu_wrap {
  flex: auto;
}

.c5-navmenu {
  display: flex;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
}
.c5-navmenu > li {
  margin-left: 3%;
}
.c5-navmenu > li > a {
  display: block;
  text-align: center;
  padding: 0 5px 10px 5px;
  position: relative;
  height: 100%;
  text-decoration: none;
}
.c5-navmenu > li > a:hover {
  text-decoration: none;
}
.c5-navmenu > li > a:hover::before {
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
}
.c5-navmenu > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

._hasChild {
  position: relative;
}
@media only screen and (max-width: 767px) {
  ._hasChild::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
  }
}
._hasChild.open::after {
  top: 12px;
  transform: rotate(-45deg);
}
._hasChild.open .c5-navmenu_sub {
  max-height: 300px;
}

ul.c5-navmenu_sub {
  position: absolute;
  z-index: 99;
  width: 250px;
  left: 0;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 767px) {
  ul.c5-navmenu_sub {
    position: static;
    width: auto;
  }
}
ul.c5-navmenu_sub li {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  ul.c5-navmenu_sub li:last-child {
    margin-bottom: 10px;
  }
}
ul.c5-navmenu_sub a {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: background .3s ease;
}
@media only screen and (max-width: 767px) {
  ul.c5-navmenu_sub a {
    text-align: center;
  }
}
ul.c5-navmenu_sub a:hover {
  background-color: #f5f5f5;
}

.index .nav_index a::before {
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
}

.about .nav_about a::before {
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
}

.solutions .nav_solutions a::before {
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
}

.casestudy .nav_casestudy a::before {
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
}

.products .nav_products a::before {
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
}

.event .nav_event a::before {
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
}

.news .nav_news a::before {
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
}

.c5-icon_window {
  background: url("../img/icon_window.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 22px;
  height: 19px;
  margin-left: 5px;
}

.c5-eng {
  font-family: 'Titillium Web', sans-serif;
  font-size: 34px;
  font-weight: normal;
}

.c5-slide {
  text-align: center;
  padding-bottom: 50px;
}
.c5-slide .slick-slide {
  margin: 0 20px;
}
.c5-slide .slick-slide img {
  width: 100%;
  max-width: none;
}
.c5-slide a {
  display: block;
  transition: opacity .3s ease;
}
.c5-slide a:hover {
  opacity: .7;
}
.c5-slide .slick-dots {
  margin: 30px auto 0 auto;
  position: static;
  display: flex;
  justify-content: center;
  max-width: 1100px;
}
.c5-slide .slick-dots img {
  transition: opacity .3s ease;
}
.c5-slide .slick-dots img:hover {
  opacity: .7;
}
.c5-slide .slick-dots li {
  border: 1px solid #ccc;
  flex: 0 1 19%;
  height: auto;
  margin: 0 13px;
}
.c5-slide .slick-dots li:first-child {
  margin-left: 0;
}
.c5-slide .slick-dots li:last-child {
  margin-right: 0;
}
.c5-slide .slick-dots li.slick-active {
  border-color: #000;
}
.c5-slide .slide-arrow {
  position: absolute;
  top: 35%;
  z-index: 10;
  cursor: pointer;
  transition: opacity .3s ease;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  border-top: .2rem solid #333;
  border-right: .2rem solid #333;
  transform: rotate(-135deg);
}
.c5-slide .slide-arrow:hover {
  opacity: .7;
}
.c5-slide .slide-arrow.prev-arrow {
  left: 9.6%;
}
@media only screen and (max-width: 1100px) {
  .c5-slide .slide-arrow.prev-arrow {
    left: 5%;
  }
}
.c5-slide .slide-arrow.next-arrow {
  transform: rotate(45deg);
  right: 9.6%;
}
@media only screen and (max-width: 1100px) {
  .c5-slide .slide-arrow.next-arrow {
    right: 5%;
  }
}

.c5-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.c5-inner.size_s {
  max-width: 930px;
}

.c5-ttl_section {
  font-weight: bold;
  margin: 0 0 50px 0;
  font-size: 16px;
  line-height: 1.4;
}
.c5-ttl_section .border {
  display: inline-block;
  position: relative;
  margin-right: .7em;
}
.c5-ttl_section .border::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
  left: 0;
  top: -50px;
}

.c5-ttl_page {
  font-size: 34px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  margin: 30px 0 70px 0;
}

.c5-ttl_border {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
  position: relative;
  padding: 5px 0 5px 20px;
}
.c5-ttl_border::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(to bottom, #8f9cc8 0%, #9d6cba 100%);
}

.c5-ttl_mini {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 5px 0 !important;
}

.c5-ttl_about {
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
}

.c5-ttl_sol .strong {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}

.c5-section_top {
  padding: 50px 15px;
}

.c5-section {
  margin-bottom: 60px;
  clear: both;
}

.c5-cols {
  display: flex;
}
.c5-cols.col2 {
  margin: 0 -10px;
}
.c5-cols.col2 > div {
  width: calc(50% - 20px);
  margin: 20px 10px 0 10px;
}
.c5-cols.wrap {
  flex-wrap: wrap;
}

.c5-col_csIn {
  display: flex;
}
.c5-col_csIn .img {
  flex: 0 1 50%;
  text-align: center;
  margin-right: 20px;
}
.c5-col_csIn .txt {
  flex: 1;
}
.c5-col_csIn .head {
  font-weight: bold;
}

.c5-cols_sol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-size: 14px;
}
.c5-cols_sol + *,
.c5-cols_sol + p {
  margin-top: 50px;
}
.c5-cols_sol > div {
  background-color: #fff;
  padding: 20px;
  width: calc(50% - 20px);
  margin: 20px 10px 0 10px;
}
.c5-cols_sol .head {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}
.c5-cols_sol .subhead {
  font-weight: bold;
  margin-bottom: 5px;
}
.c5-cols_sol .img {
  flex: 0 1 46%;
  margin-right: 20px;
}
.c5-cols_sol .txt {
  flex: 1;
}

.c5-cols_solIn {
  display: flex;
}
.c5-cols_solIn.labels > div:first-child {
  margin-right: 10px;
}
.c5-cols_solIn + * {
  margin-top: 20px;
}

.c5-list_labels {
  display: flex;
  flex-wrap: wrap;
}
.c5-list_labels + p {
  padding-top: 20px;
}
.c5-list_labels li {
  margin-top: 10px;
  margin-right: 10px;
}
.c5-list_labels li:last-child {
  margin-right: 0;
}

ul.c5-list_disc {
  margin-left: 25px;
}
ul.c5-list_disc li {
  list-style: disc;
}
ul.c5-list_disc li::marker {
  font-size: 11px;
}

.c5-list_news {
  margin-bottom: 20px;
}
.c5-list_news a {
  display: block;
  text-decoration: none;
  padding: 15px;
  transition: background .3s ease;
}
.c5-list_news a:hover {
  background-color: #eee;
}
.c5-list_news li {
  border-bottom: 1px solid #ccc;
}
.c5-list_news .date {
  font-weight: bold;
  margin-bottom: 10px;
}

.c5-label {
  display: inline-block;
  padding: 7px;
  line-height: 1;
  text-align: center;
  font-size: 13px;
}

.c5-fix_contact {
  padding: 15px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.c5-fix_contact.static {
  position: static;
  padding: 30px 15px;
}
.c5-fix_contact p {
  margin-bottom: .7em;
}
.c5-fix_contact.c5-bg_gray {
  background-color: rgba(242, 242, 242, 0.9);
}

.c5-sideBn {
  position: fixed;
  right: -1px;
  top: 50%;
  padding: 8px;
  background-color: rgba(242, 242, 242, 0.9);
  z-index: 99;
  text-align: center;
  max-width: 260px;
  font-size: 13px;
  border: 1px solid #ccc;
}
.c5-sideBn .c5-icon_window {
  transform: scale(0.7);
  vertical-align: text-bottom;
}

ul.c5-list_project {
  display: flex;
  margin: 0 -10px 40px -10px;
  position: relative;
  overflow: hidden;
}
ul.c5-list_project::before {
  content: '';
  top: 50%;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #9D6DBA;
  position: absolute;
  z-index: -1;
}
ul.c5-list_project .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 30px;
  margin-bottom: 30px;
}
ul.c5-list_project li {
  width: calc(100% / 6 - 20px);
  margin: 0 10px;
  padding: 25px 5px;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
ul.c5-list_project li:first-child {
  background-color: #8F9BC8;
}
ul.c5-list_project li:nth-child(2) {
  background-color: #9292C5;
}
ul.c5-list_project li:nth-child(3) {
  background-color: #948BC3;
}
ul.c5-list_project li:nth-child(4) {
  background-color: #9684C1;
}
ul.c5-list_project li:nth-child(5) {
  background-color: #987DBF;
}
ul.c5-list_project li:nth-child(6) {
  background-color: #9A75BD;
}
ul.c5-list_project li:last-child {
  background-color: #9D6DBA;
}
ul.c5-list_project li:last-child::before {
  content: '';
  left: -14px;
  top: 47%;
  position: absolute;
  width: 15px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #9D6DBA;
}

.c5-mv_event {
  margin-bottom: 30px;
  text-align: center;
}

.js-contact_include {
  padding-top: 40px;
}

/*case study -------------------------------------*/
.c5-cols_cshead {
  margin-bottom: 60px;
  display: flex;
}
.c5-cols_cshead > .img {
  flex: 0 1 50%;
  margin-right: 30px;
}
.c5-cols_cshead .txt {
  flex: 1;
}
.c5-cols_cshead .lead {
  margin-bottom: 10px;
}
.c5-cols_cshead .name {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 30px 0;
}

ul.c5-list_persons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
ul.c5-list_persons + p,
ul.c5-list_persons + * {
  margin-top: 30px;
}
ul.c5-list_persons li {
  flex: 0 1 25%;
  padding: 0 10px;
  margin-top: 20px;
  font-size: 12px;
}
ul.c5-list_persons .img {
  margin-bottom: 10px;
}

.c5-fl_img {
  max-width: 50%;
}
.c5-fl_img.right {
  float: right;
  margin: 0 0 20px 30px;
}
.c5-fl_img.left {
  float: left;
  margin: 0 30px 20px 0;
}

/*solutions -------------------------------------*/
.tab_hide {
  display: none;
}

ul.c5-list_soltabs {
  display: flex;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
ul.c5-list_soltabs li {
  flex: 0 1 50%;
  border: 1px solid #ccc;
}
ul.c5-list_soltabs li:last-child {
  border-left: none;
}
ul.c5-list_soltabs li.current {
  border-top: 1px solid #9C6FBB;
  background-color: #EDEDED;
  font-weight: bold;
}
ul.c5-list_soltabs li.current .s5-icon-angle-right {
  opacity: 0;
}
ul.c5-list_soltabs li.current a {
  pointer-events: none;
}
ul.c5-list_soltabs a {
  display: block;
  padding: 20px;
  text-decoration: none;
}
ul.c5-list_soltabs a:hover {
  text-decoration: none;
  background-color: #EDEDED;
}

ul.c5-list_anc li {
  display: inline-block;
  margin-right: 10px;
}
ul.c5-list_anc a {
  text-decoration: none;
}
ul.c5-list_anc a:hover {
  text-decoration: underline;
}

.c5-section_sols {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.c5-section_sols .head {
  align-items: flex-start;
  display: flex;
  margin-bottom: 30px;
}
.c5-section_sols .desc {
  font-weight: bold;
  font-size: 14px;
}
.c5-section_sols .c5-ttl_border {
  font-size: 24px;
  line-height: 1.3;
  margin-right: 20px;
  white-space: nowrap;
  margin-bottom: 0;
}

.c5-cols_solDetail {
  display: flex;
}
.c5-cols_solDetail .img {
  flex: 0 1 39%;
  margin-right: 30px;
}
.c5-cols_solDetail .txt {
  flex: 1;
}

.c5-cols_solDetailIn {
  margin-top: 30px;
  display: flex;
  font-size: 14px;
}
.c5-cols_solDetailIn > div:first-child {
  flex: 0 1 50%;
  margin-right: 40px;
}
.c5-cols_solDetailIn > div:last-child {
  flex: 1;
}

.c5-table01 {
  width: 100%;
}
.c5-table01 th {
  background-color: #F2F2F2;
  text-align: left;
  font-weight: bold;
}
.c5-table01 th,
.c5-table01 td {
  border: 1px solid #ccc;
  padding: 10px;
}

ul.c5-list_sceneIcon {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
ul.c5-list_sceneIcon li {
  text-align: center;
  margin-right: 10px;
  flex: 0 1 100px;
  font-size: 12px;
  line-height: 1.4;
}
ul.c5-list_sceneIcon li img {
  max-width: 70px;
  margin-bottom: 5px;
}

/*products -------------------------------------*/
.c5-cols_bf {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.c5-cols_bf > div {
  flex: 0 1 47%;
  position: relative;
  text-align: center;
}
.c5-cols_bf > div:first-child::before {
  content: '';
  position: absolute;
  top: 35%;
  right: -9%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #333;
}
.c5-cols_bf .figure {
  margin-bottom: 15px;
}

.c5-cols_products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c5-cols_products + p {
  margin-top: 30px;
}
.c5-cols_products > div {
  flex: 0 1 48%;
  margin-top: 60px;
}
.c5-cols_products > div:first-child, .c5-cols_products > div:nth-child(2) {
  margin-top: 0;
}

ol.c5-list_num {
  margin-left: 25px;
}
ol.c5-list_num li {
  list-style: decimal;
  margin-bottom: 5px;
}

.c5-flowBox {
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
  background-color: #245f80;
  color: #fff;
}

.c5-flowBox_ttl {
  color: #ffeb01;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1em !important;
}

.c5-movieWrap {
  padding-top: 56.25%;
  position: relative;
}
.c5-movieWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c5-ttl_po {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-ttl_po {
    font-size: 20px;
  }
}

.c5-logo_po {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15px;
}

.c5-feature_po {
  background-color: #0c314f;
  color: #fff;
  border-image-source: linear-gradient(#0c314f, #0c314f);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  padding: 30px 15px;
  margin-bottom: 40px;
}

.c5-feature_polist {
  display: flex;
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  .c5-feature_polist {
    display: block;
    margin: 0;
  }
}
.c5-feature_polist > div {
  flex: 0 1 calc(33.3% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .c5-feature_polist > div {
    margin: 0 0 30px 0;
  }
  .c5-feature_polist > div:last-child {
    margin-bottom: 0;
  }
}
.c5-feature_polist .head {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.c5-feature_polist .img {
  margin-bottom: 20px;
  text-align: center;
}

.c5-cols_task {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media only screen and (max-width: 767px) {
  .c5-cols_task {
    display: block;
    margin: 0;
  }
}
.c5-cols_task > div {
  flex: 0 1 calc(50% - 60px);
  margin: 60px 30px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-cols_task > div {
    margin: 0 0 30px 0;
  }
  .c5-cols_task > div:last-child {
    margin-bottom: 0;
  }
}
.c5-cols_task > div:nth-child(-n + 2) {
  margin-top: 0;
}
.c5-cols_task .body {
  border: 1px solid #ccc;
  padding: 15px;
}
.c5-cols_task .head {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: .8em !important;
}
.c5-cols_task .img {
  margin-top: 20px;
}
.c5-cols_task .box01 {
  background-color: #0c314f;
  padding: 15px;
  color: #fff;
  font-weight: bold;
}
.c5-cols_task .box02 {
  background-color: #ffeb01;
  padding: 15px;
  font-weight: bold;
  margin-top: 15px;
  font-size: 20px;
}
.c5-cols_task .arrow {
  text-align: center;
  margin-bottom: 20px;
}
.c5-cols_task .arrow img {
  width: 40px;
}

.c5-fc_yellow {
  color: #ffeb01;
}

.c5-cols_center {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
.c5-cols_center > div {
  text-align: center;
  margin: 0 10px;
}

/*btn -------------------------------------*/
a.c5-btn_detail {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  min-width: 180px;
  background: linear-gradient(to right, #8f9cc8 0%, #9d6cba 100%);
  text-decoration: none;
  transition: all .3s ease;
}
a.c5-btn_detail:hover {
  opacity: .7;
  color: #fff;
  text-decoration: none;
}
a.c5-btn_detail.end {
  pointer-events: none;
  background: #aaa;
}
a.c5-btn_detail.size_l {
  min-width: 250px;
}
a.c5-btn_detail.size_ll {
  min-width: 420px;
  padding: 20px 15px;
}
@media only screen and (max-width: 767px) {
  a.c5-btn_detail.size_ll {
    min-width: 0;
    display: block;
  }
}

/*position -------------------------------------*/
.c5-txt_c {
  text-align: center;
}

.c5-txt_r {
  text-align: right;
}

.c5-mt20 {
  margin-top: 20px;
}

/*font -------------------------------------*/
.c5-fw_b {
  font-weight: bold;
}

.c5-fs_12 {
  font-size: 12px;
}

.c5-fs_20 {
  font-size: 20px;
}

/*bg color -------------------------------------*/
.c5-bg_gray {
  background-color: #F2F2F2;
}

.c5-bg_01 {
  background-color: #CAD1EB;
}

.c5-bg_02 {
  background-color: #E2CFED;
}

/*PC or SP -------------------------------------*/
.c5-sp {
  display: none;
}

/*slider -------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c5-slide {
    padding: 0 0 30px 0;
  }

  .c5-headnav-inner {
    position: relative;
    padding: 10px 15px;
  }

  .c5-navmenu_wrap {
    overflow: hidden;
    max-height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: max-height .3s ease;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
  }

  .open .c5-navmenu_wrap {
    max-height: 100vh;
  }

  .c5-navmenu {
    display: block;
    padding-bottom: 15px !important;
  }
  .c5-navmenu li {
    margin: 0;
  }
  .c5-navmenu a {
    padding: 10px;
    text-align: left;
  }

  .c5-ttl_page {
    margin-bottom: 40px;
  }

  .c5-section {
    margin-bottom: 40px;
  }

  .c5-section_top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c5-ttl_section .border::before {
    top: -40px;
  }

  .c5-cols_sol {
    display: block;
    margin: 0;
  }
  .c5-cols_sol > div {
    width: auto;
    padding: 15px;
    margin: 0 0 40px 0;
  }
  .c5-cols_sol > div:last-child {
    margin-bottom: 0;
  }
  .c5-cols_sol .head {
    font-size: 18px;
  }

  .c5-cols_solIn,
  .c5-col_csIn {
    display: block;
  }
  .c5-cols_solIn .img,
  .c5-col_csIn .img {
    margin: 0 0 20px 0;
  }
  .c5-cols_solIn.labels > div:first-child,
  .c5-col_csIn.labels > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .c5-cols {
    display: block;
  }
  .c5-cols.col2 {
    margin: 0;
  }
  .c5-cols.col2 > div {
    width: auto;
    margin: 0 0 40px 0;
  }
  .c5-cols.col2 > div:last-child {
    margin-bottom: 0;
  }

  .c5-cols_cshead {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .c5-cols_cshead > .img {
    flex: 100%;
    margin: 20px 0 0 0;
  }

  ul.c5-list_persons {
    justify-content: center;
  }
  ul.c5-list_persons li {
    flex: 0 1 50%;
  }

  .c5_ttl_about {
    font-size: 22px;
  }

  ul.c5-list_project {
    display: block;
    margin: 0 0 40px 0;
  }
  ul.c5-list_project .num {
    margin-bottom: 15px;
  }
  ul.c5-list_project::before {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
  }
  ul.c5-list_project li {
    margin: 0 0 20px 0;
    width: auto;
    padding: 15px;
  }
  ul.c5-list_project li:last-child {
    margin-bottom: 0;
  }
  ul.c5-list_project li:last-child::before {
    top: -6px;
    left: 46%;
  }

  .c5-section_sols {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
  }
  .c5-section_sols .head {
    display: block;
    margin-bottom: 20px;
  }
  .c5-section_sols .c5-ttl_border {
    font-size: 16px;
    margin-right: 0;
    white-space: normal;
    margin-bottom: 10px;
  }

  .c5-cols_solDetail {
    display: block;
  }
  .c5-cols_solDetail .img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c5-cols_solDetail .txt {
    flex: 1;
  }

  .c5-cols_solDetailIn {
    display: block;
    margin-top: 20px;
  }
  .c5-cols_solDetailIn > div:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  ul.c5-list_sceneIcon {
    margin-bottom: 20px;
  }

  .c5-cols_bf {
    display: block;
  }
  .c5-cols_bf > div {
    margin-bottom: 40px;
  }
  .c5-cols_bf > div:first-child::before {
    top: auto;
    bottom: -45px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  .c5-cols_products {
    display: block;
  }
  .c5-cols_products.ev > div {
    margin-bottom: 20px;
  }
  .c5-cols_products > div {
    margin-bottom: 60px;
  }

  .c5-wrap_table {
    overflow-x: auto;
  }
  .c5-wrap_table table {
    width: 150%;
    font-size: 13px;
  }

  .tab_hide {
    display: block;
  }

  .c5-ttl_section {
    margin-bottom: 30px;
  }

  .c5-ttl_border {
    margin-bottom: 20px;
  }

  .c5-ttl_about {
    font-size: 24px;
  }

  .c5-fl_img {
    max-width: none;
    text-align: center;
  }
  .c5-fl_img.right, .c5-fl_img.left {
    float: none;
    margin: 0 0 20px 0;
  }

  .c5-slide .slick-slide {
    margin: 0 5px;
  }
  .c5-slide .slick-dots li {
    flex: none;
    margin: 0 5px;
    width: 5px;
    height: 5px;
    background-color: #aaa;
    border-radius: 50%;
    border: none;
  }
  .c5-slide .slick-dots li.slick-active {
    background-color: #000;
    border: none;
  }
  .c5-slide .slick-dots img {
    display: none;
  }

  .c5-header-logo {
    margin-right: auto;
  }

  .c5-fix_contact {
    padding: 10px;
  }

  .c5-eng {
    font-size: 28px;
  }

  .c5-pc {
    display: none;
  }

  .c5-sp {
    display: block;
  }

  .c5-txt_c_sp {
    text-align: center;
  }

  .c5-sideBn {
    display: none;
  }

  ._spLeft {
    text-align: left;
  }
}
