@charset "UTF-8";
/* General
------------------------------ */
body {
  min-width: 0;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6em;
}
main {
  display: block;
}
.wrapper {
  position: relative;
  overflow: hidden;
  line-height: 1.6em;
  transform: none !important;
}
.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper a {
  color: #06c;
  transition: none;
}
.wrapper sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}
#container {
  margin-top: 40px;
  padding-bottom: 50px;
}
.contents_wrap {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1030px;
}
.contents_wrap:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
@media screen and (max-width: 750px) {
  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    max-width: 100vw;
  }
}
/* Header
------------------------------- */
#header {
  overflow: hidden;
  width: 100%;
  height: 80px;
}
#header .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1000px;
}
#header .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#header .head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .site_title {
  padding: 13px 0;
  width: 240px;
}
#header .site_title img {
  max-width: 100%;
  height: auto;
}
#header a {
  text-decoration: none;
}
#header .list_box {
  display: none;
  width: 100%;
}
#header .list_box li {
  width: 50%;
  margin: 0;
  height: auto;
  border-radius: 0px;
}
#header .list_box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
  height: auto;
  color: #fff;
  align-items: center;
  font-weight: bold;
}
#header .list_box li a:before {
  display: flex;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  height: 30px;
  content: "";
}
#header .list_box li a .label {
    display: block;
    padding: 15px 0;
    line-height: 1.3em;
}
#header .list_box li a .label > span {
  display: block;
  font-weight: bold;
}
#header .list_box .btn_seminar {
  background-color: #f7961b;
}
#header .list_box .btn_seminar a:before {
  width: 40px;
  background-image: url("/img/ss/products/analytics/ki-casestudy/bg_icon_seminar_001.png");
}
#header .list_box .btn_download {
  background-color: #e60012;
}
#header .list_box .btn_download a:before {
  width: 18px;
  background-image: url("/img/ss/common/bg_icon_dl_001.png");
}
#header .logo {
  float: right;
  width: 334px;
  line-height: 1;
}
#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}
#header .logo a img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #header {
    height: auto;
  }
  #header .inner {
    padding: 0;
  }
  #header .list_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
  }
  #header .head_box{
    padding: 12px 15px;
    width: 100%;
  }
  #header .head_box:after {
    display: none;
  }
  #header .site_title {
    padding: 0;
    width: 35%;
  }
  #header .logo {
    width: calc((360 / 750)* 100vw);
    max-width: 334px;
  }
  #header .logo a {
    padding: 0;
  }
  #header ul li a .label {
    font-size: 3.5vw;
  }
}

/* Navigation
------------------------------- */
#navigation,
.sp_navigation_btn {
  display: none;
}
@media screen and (max-width: 750px) {
  #navigation {
    position: fixed;
    top: 0;
    right: 0;
    left: 100vw;
    z-index: 110;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    background: #099;
    transition: left 0.5s cubic-bezier(0.64, 0.21, 0.33, 0.92) 0s;
  }
  .wrapper.nav_open #navigation {
    left: 0vw;
  }
  .wrapper #navigation .nav_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 6vw;
    width: 100%;
    height: 100%;
  }
  .wrapper #navigation .nav_inner .nav_link {
    margin-bottom: 10vw;
    width: 100%;
  }
  .wrapper #navigation .nav_inner .nav_link li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .wrapper #navigation .nav_inner .nav_link li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5vw 0;
    width: 100%;
    color: #fff;
    font-weight: 900;
    font-size: 5.2vw;
  }
  .wrapper #navigation .nav_inner .nav_link li a .icon {
    display: block;
    margin-right: 3vw;
    max-width: 71px;
    width: 10vw;
  }
  .wrapper #navigation .product_link a {
    display: inline-block;
    padding-right: 18px;
    background: url("/img/ss/products/analytics/ki-casestudy/bg_icon_blank.png") no-repeat right center;
    color: #fff;
    font-weight: 600;
  }
  .wrapper #navigation .product_link a + a {
    margin-left: 5vw;
  }
  .sp_navigation_btn {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 10010;
    display: block;
    width: 49px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
  }
  .sp_navigation_btn:before,
  .sp_navigation_btn:after,
  .sp_navigation_btn i {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -4px;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: transform 0.3s ease;
  }
  .sp_navigation_btn:before {
    transform: translate(-50%, -10px);
  }
  .sp_navigation_btn:after {
    transform: translate(-50%, 6px);
  }
  .sp_navigation_btn i {
    transform: translate(-50%, -50%);
  }
  .wrapper.nav_open {
    position: fixed;
  }
  .wrapper.nav_open .sp_navigation_btn:before {
    transform: translate(-50%, -50%) rotate(-225deg);
  }
  .wrapper.nav_open .sp_navigation_btn {
    background: rgba(0, 0, 0, 0);
  }
  .wrapper.nav_open .sp_navigation_btn:after,
  .wrapper.nav_open .sp_navigation_btn i {
    transform: translate(-50%, -50%) rotate(225deg);
  }
}

/* Breadcrumb
------------------------------- */
#breadcrumb {
  padding: 10px 0;
  width: 100%;
  background: url("/img/ss/products/analytics/ki-casestudy/bg_breadcrumb.png") no-repeat right center #099;
  background-size: auto 100%;
}
#breadcrumb ul {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 1000px;
  text-align: left;
}
#breadcrumb li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
#breadcrumb li:after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  vertical-align: 2px;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb li:last-of-type::after {
  display: none;
}
#breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
#breadcrumb a:hover {
  text-decoration: none;
}
@media screen and (max-width: 920px) {
  #breadcrumb {
    background: #037575;
  }
  #breadcrumb ul {
    padding: 0 15px;
  }
}
@media screen and (max-width: 750px) {
  #breadcrumb {
    order: 2;
  }
}

/* CV Bottom
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}
#cv_contact a {
  text-decoration: none;
}
#cv_contact .fixed_wrapper {
  position: relative;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #373737;
}
#cv_contact .fixed_wrapper .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
#cv_contact .tel_contact {
  flex: 1 1 490px;
}
#cv_contact .tel_contact a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  cursor: default;
}
#cv_contact .tel_contact .svg_wrapper {
  position: relative;
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
#cv_contact .tel_contact .svg_inner {
  position: relative;
  display: inline-block;
  padding-top: 11.5%;
  width: 100%;
}
#cv_contact .svg_tel_contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
}
#cv_contact .svg_tel_contact .free_dial_logo .logo_mark_bg {
  fill: #00a73c;
}
#cv_contact .svg_tel_contact .free_dial_logo .logo_mark_line {
  fill: #fff;
}
#cv_contact .svg_tel_contact .regulation_mark path {
  fill: #fff;
}
#cv_contact .svg_tel_contact text {
  fill: #fff;
}
#cv_contact .svg_tel_contact .caption {
  font-size: 14px;
}
#cv_contact .svg_tel_contact .number {
  font-size: 32px;
}
@media all and (-ms-high-contrast: none) {
  #cv_contact .svg_tel_contact .number {
    font-size: 25px;
  }
}
#cv_contact .svg_tel_contact .hour,
#cv_contact .svg_tel_contact .comment {
  font-size: 13px;
}
#cv_contact .buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex: 1 0 auto;
}
#cv_contact .button {
  flex: 1 1 auto;
  min-width: 200px;
}
#cv_contact .button:first-child {
  margin: 0;
}
#cv_contact .button.seminar {
  background: #f7961b;
}
#cv_contact .button.download {
  margin-left: 7px;
  background: #e60012;
}
#cv_contact .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  transition: none;
}
#cv_contact .button a > span {
  display: block;
  flex: 0 1 auto;
  margin-left: 10px;
  font-weight: bold;
  line-height: 1.3;
}
#cv_contact .button a > i {
  position: relative;
  display: block;
  flex: 0 0 auto;
  height: 27px;
}
#cv_contact .button.seminar a i {
  width: 40px;
}
#cv_contact .button.download a i {
  width: 18px;
}
#cv_contact .button a > i:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
#cv_contact .button.seminar a i:before {
  background: url("/img/ss/products/analytics/ki-casestudy/bg_icon_seminar_001.png") no-repeat center;
  background-size: contain;
}
#cv_contact .button.download a i:before {
  background: url("/img/ss/common/bg_icon_dl_001.png") no-repeat center;
  background-size: contain;
}
#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}
#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}

@media screen and (max-width: 920px) {
  #cv_contact .button a > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #cv_contact {
    order: 1;
    width: 100%;
    height: auto;
  }
  #cv_contact .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    border: none;
    background: #fff;
    opacity: 1 !important;
  }
  #cv_contact .fixed_wrapper .inner {
    flex-wrap: wrap;
    overflow: visible;
    padding: 0;
    width: auto;
    border-top: 1px solid #ccc;
    background-color: #333;
  }
  #cv_contact .buttons {
    flex: 0 1 auto;
    margin: 0;
    width: 100%;
  }
  #cv_contact .tel_contact {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #cv_contact .tel_contact a {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    width: 100%;
  }
  #cv_contact .button,
  #cv_contact .button.download {
    margin: 0;
    min-width: auto;
    width: 50%;
  }
  #cv_contact .button a {
    padding: 15px 0;
  }
  #cv_contact .button a > span {
    font-size: 3.5vw;
  }
  #cv_contact .button a > i {
    height: 30px;
    background-size: 100% auto;
  }
  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }
  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }
}

/* Footer
------------------------------- */
#footer {
  background: #099;
}
#footer .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 12px 15px 10px;
  max-width: 1030px;
  width: 100%;
}
#footer .inner .copy {
  color: #fff;
  font-size: 12px;
}
#footer .inner .links {
  display: flex;
  color: #fff;
}
#footer .inner .links li {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
}
#footer .inner .links li + li {
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid #fff;
}
#footer .inner .links li a {
  display: inline-block;
  color: #fff;
}
#footer .inner .links li a.blank {
  padding-right: 15px;
  background: url("/img/ss/products/analytics/ki-casestudy/bg_icon_blank.png") no-repeat right center;
}

@media screen and (max-width: 750px) {
  #footer {
    order: 3;
  }
  #footer .inner {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    padding-top: 25px;
  }
  #footer .inner .links {
    justify-content: center;
    padding: 10px 0;
    text-align: center;
  }
  #footer .inner .links li + li {
    border-left: none;
  }

  #footer .inner .links li a {
    padding-left: 8px;
    font-size: 11px;
  }
  #footer .inner .copy {
    padding: 0 0 25px;
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
}

/* Page Top
------------------------------- */
#page_top {
  position: fixed;
  bottom: 150px;
  display: none;
  width: 100%;
  height: 0;
}
#page_top.default {
  position: relative;
  bottom: 50px;
}
#page_top a {
  position: relative;
  right: 50%;
  display: block;
  margin: 0 -610px 0 auto;
  width: 51px;
  height: 51px;
  background: #099;
  transition: none;
}
#page_top a:before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
#page_top a:after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #099;
  content: "";
  transform: rotate(45deg);
}
#page_top a:hover {
  opacity: 0.7 !important;
}
@media screen and (max-width: 920px) {
  #page_top a {
    display: none;
  }
}

/* Index
------------------------------- */
.main_visual {
  padding: 28px 0;
  background: #def3f0;
}
.main_visual .main_visual_inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 215px 0 5px;
  max-width: 1000px;
}
.main_visual .main_visual_inner .ki_logo {
  flex: 1 0 238px;
  margin-right: 30px;
}
.main_visual .main_visual_inner .main_visual_lead {
  flex: 0 1 auto;
}
.main_visual .main_visual_inner .main_visual_display {
  position: absolute;
  right: -15px;
  bottom: -10px;
}
#p_home .main {
  margin-top: 0;
  padding-bottom: 30px;
}
#p_home .index_title {
  margin: 20px 0 0;
  font-weight: 900;
  font-size: 20px;
}
.index_case_study {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  opacity: 1;
}
.index_case_study .item {
  display: flex;
  flex-direction: column;
  margin-right: 22px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  width: calc((100% - 44px) / 3);
  box-shadow: 0 0 6px rgba(0, 0, 0,0.2);
  opacity: 1;
  transform: translateY(0);
}
@media all and (-ms-high-contrast: none) {
  .index_case_study .item {
    margin-right: 21px;
  }
}
.index_case_study .item.hidden:nth-child(n + 13) {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.index_case_study .item > * {
  min-height: 0%;
}
.index_case_study .item:nth-child(3n+1) {
  transition: opacity 0.8s ease 0s,
  transform 0.8s ease 0s;
}
.index_case_study .item:nth-child(3n+2) {
  transition: opacity 0.8s ease 0.2s,
  transform 0.8s ease 0.2s;
}
.index_case_study .item:nth-child(3n) {
  margin-right: 0;
  transition: opacity 0.8s ease 0.4s,
  transform 0.8s ease 0.4s;
}
.index_case_study .item .thumb,
.index_case_study .item .company_logo,
.index_case_study .item .company_name {
  flex: 0 0 auto;
}
.index_case_study .item .lead {
  flex: 1 1 auto;
  margin: 5px 0 15px;
  padding: 10px;
  color: #333;
  line-height: 1.6em;
}
.index_case_study .item .thumb {
  position: relative;
  overflow: hidden;
}
.index_case_study .item .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  pointer-events: none;
}
.index_case_study .item:hover .thumb::before {
  opacity: 1;
}
.index_case_study .item .thumb img {
  transition: transform 0.3s ease 0s;
}
.index_case_study .item:hover .thumb img {
  transform: scale(1.1);
}
.index_case_study .item .company_logo,
.index_case_study .item .company_name {
  padding: 0 10px;
}
.index_case_study .item .company_name {
  margin-top: 5px;
  padding: 0 10px;
  color: #333;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}
.cv_bottom {
  padding: 50px 0;
  background: #e1e1e1;
}
.cv_bottom .inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 900px;
}
.cv_bottom .inner .box {
  display: flex;
  flex-direction: column;
  padding: 0 30px 30px;
  width: calc((100% - 20px) / 2);
  border-radius: 3px;
  background: #fff;
}
.cv_bottom .inner .box .box_body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.cv_bottom .inner .box .box_body .title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 80px;
  border-bottom: 1px dotted #ccc;
}
.cv_bottom .inner .box .box_body .title .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 48px;
  font-weight: 900;
  font-size: 20px;
}
.cv_bottom .inner .box.catalog .box_body .title .txt {
  background: url("/img/ss/products/analytics/ki-casestudy/bg_icon_001.png") no-repeat left center;
}
.cv_bottom .inner .box.contact .box_body .title .txt {
  background: url("/img/ss/products/analytics/ki-casestudy/bg_icon_002.png") no-repeat left center;
}
.cv_bottom .inner .box .box_body .title .small {
  display: block;
  font-weight: inherit;
  font-size: 15px;
}
.cv_bottom .inner .box.catalog .catalog_image {
  display: flex;
}
.cv_bottom .inner .box.catalog .catalog_image .thumb {
  align-items: flex-start;
  flex: 0 0 auto;
  margin-right: 20px;
}
.cv_bottom .inner .box.catalog .catalog_image .thumb img{
  max-width: 124px;
  border: 1px solid #ccc;
}
.cv_bottom .inner .box.catalog .catalog_image .caption {
  flex: 1 1 auto;
}
.cv_bottom .inner .box.contact .tel_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}
.cv_bottom .inner .box.contact .tel_box .tel_no {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 0 0 50px;
  min-height: 28px;
  background: url("/img/ss/products/analytics/ki-casestudy/bg_freedial.png") no-repeat left top;
  background-size: auto 100%;
  font-weight: bold;
  font-size: 28px;
  line-height: 1em;
}
.cv_bottom .inner .box.contact .tel_box .tel_time {
  display: inline-block;
  font-size: 14px;
}
.cv_bottom .inner .box .btn_wrap {
  flex: 0 1 auto;
  margin-top: 25px;
  text-align: center;
}
.cv_bottom .inner .box .btn_wrap .btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 35px;
  min-width: 300px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
.cv_bottom .inner .box .btn_wrap .btn::before,
.cv_bottom .inner .box .btn_wrap .btn::after {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  content: "";
}
.cv_bottom .inner .box .btn_wrap .btn::before {
  margin-top: 2px;
  transform: rotate(-45deg);
}
.cv_bottom .inner .box .btn_wrap .btn::after {
  margin-top: -3px;
  transform: rotate(45deg);
}
.cv_bottom .inner .box.catalog .btn_wrap .btn {
  background: #e60013;
}
.cv_bottom .inner .box.contact .btn_wrap .btn {
  background: #41a148;
}
@media screen and (max-width: 920px) {
  .main_visual {
    padding: 28px 0;
    background: #def3f0;
  }
  .main_visual .main_visual_inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
  }
  .main_visual .main_visual_inner .ki_logo {
    flex: 0 1 auto;
    margin-right: 5%;
    width: 65%;
  }
  .main_visual .main_visual_inner .main_visual_lead {
    flex: 1 1 auto;
    margin-top: 25px;
    width: 100%;
  }
  .main_visual .main_visual_inner .main_visual_display {
    position: relative;
    right: auto;
    bottom: auto;
    flex: 0 1 auto;
    width: 30%;
  }
  .index_case_study .item {
    width: calc((100% - 25px) / 2);
  }
  .index_case_study .item:nth-child(2n+1) {
    transition: opacity 0.8s ease 0s,
    transform 0.8s ease 0s;
  }
  .index_case_study .item:nth-child(3n) {
    margin-right: 25px;
  }
  .index_case_study .item:nth-child(2n) {
    margin-right: 0;
    transition: opacity 0.8s ease 0.2s,
    transform 0.8s ease 0.2s;
  }
  .cv_bottom .inner {
    flex-direction: column;
  }
  .cv_bottom .inner .box {
    width: 100%;
  }
  .cv_bottom .inner .box + .box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .index_case_study .item {
    width: 100%;
  }
  .index_case_study .item,
  .index_case_study .item:nth-child(3n),
  .index_case_study .item:nth-child(2n) {
    margin-right: 0;
    transition: opacity 0.8s ease 0s,
    transform 0.8s ease 0s;
  }
  .cv_bottom .inner .box {
    padding: 0 15px 15px;
  }
  .index_case_study .item .thumb img {
    width: 100%;
  }
  .cv_bottom .inner .box.catalog .catalog_image {
    flex-direction: column;
    align-items: center;
  }
  .cv_bottom .inner .box.catalog .catalog_image > * {
    min-height: 0%;
  }
  .cv_bottom .inner .box.catalog .catalog_image .thumb {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cv_bottom .inner .box .btn_wrap .btn {
    min-width: auto;
    width: 100%;
  }
}

/* Title
------------------------------ */
.content_title01 {
  position: relative;
  margin-bottom: 25px;
  padding: 15px 30px 16px;
  background: #333;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2em;
}
.content_title01::before {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 5px;
  height: 100%;
  background: #78dacb;
  content: "";
}
.content_title01 .sub {
  font-weight: 400;
  font-size: 18px;
}
.content_title02 {
  margin-bottom: 40px;
  padding: 20px;
  border-top: 3px solid #78dacb;
  background: #099;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
}
.content_title03 {
  margin-bottom: 35px;
  padding: 20px 20px 20px 17px;
  border-left: 3px solid #099;
  background: #f4f4f4;
  font-weight: 900;
  font-size: 20px;
}
.content_title04 {
  margin: 30px 0 15px;
  padding: 3px 15px 4px 10px;
  border-left: 5px solid #333;
  font-weight: 900;
  font-size: 16px;
}
.content_title04.head_text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.content_title04.head_text > .text {
  flex: 0 0 auto;
  margin-right: 10px;
}
.content_title03 + .content_title04 {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .content_title01 {
    font-size: 25px;
  }
  .content_title01 .sub {
    display: block;
  }
  .content_title02 {
    padding: 15px;
  }
  .content_title03 {
    padding: 15px 15px 15px 12px;
  }
  .content_title04.head_text {
    flex-direction: column;
  }
}

/* Content Heading
------------------------------ */
.content_heading {
  margin-bottom: 60px;
}
.content_heading .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.content_heading .intro .intro_lead {
  flex: 1 1 auto;
  font-size: 16px;
}
.content_heading .intro .intro_logo {
  flex: 0 0 auto;
  margin: 0 0 0 75px;
  max-width: 343px;
}
.content_heading .content_visual {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  background: #beede6;
}
.content_heading .content_visual .image {
  flex: 0 1 auto;
  max-width: 530px;
  width: 60%;
}
.content_heading .content_visual .intro_lead {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 0 30px;
  width: 40%;
}
.content_heading .content_visual .intro_lead .lead {
  font-weight: 900;
  font-size: 29px;
  line-height: 1.6em;
}
.content_heading .detail {
  padding: 20px;
  background: #f4f4f4;
}
.content_heading .detail .detail_title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-weight: 700;
  font-size: 16px;
}
.content_heading .detail .detail_body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 15px;
}
.content_heading .detail .detail_body .text {
  flex: 1 1 auto;
  font-size: 16px;
}
.content_heading .detail .detail_body .overview {
  flex: 0 0 auto;
  margin: 0 40px;
}
.content_heading .detail .detail_body .overview th,
.content_heading .detail .detail_body .overview td {
  padding-bottom: 5px;
  text-align: left;
  font-weight: 900;
  font-size: 16px;
}
.content_heading .detail .detail_body .overview td {
  padding-left: 15px;
  color: #099;
}
.content_heading .detail .detail_body .image {
  flex: 0 0 auto;
  max-width: 190px;
  border: 1px solid #333;
}
.content_heading .detail .cap {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
.content_heading .detail .detail_body .overview td .remarks {
  color: #333;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .content_heading .intro {
    flex-direction: column;
  }
  .content_heading .intro > * {
    min-height: 0%;
  }
  .content_heading .intro .intro_logo {
    margin: 20px 0 0;
    max-width: none;
  }
  .content_heading .content_visual {
    flex-direction: column;
  }
  .content_heading .content_visual > * {
    min-height: 0%;
  }
  .content_heading .content_visual .image {
    flex: 0 1 auto;
    max-width: none;
    width: 100%;
  }
  .content_heading .content_visual .intro_lead {
    padding: 20px;
    width: 100%;
  }
  .content_heading .content_visual .intro_lead .lead {
    font-size: 22px;
  }
  .content_heading .detail .detail_body {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .content_heading .detail .detail_body > * {
    min-height: 0%;
  }
  .content_heading .detail .detail_body .overview {
    flex: 0 0 auto;
    margin: 20px 0;
  }
  .content_heading .detail .detail_body .image {
    max-width: none;
  }
}

/* Section
------------------------------ */
.section_wrap .sections + .sections {
  margin-top: 50px;
}
.section_wrap .sections .view_box + .view_box {
  margin-top: 40px;
}
.section_wrap .sections p {
  font-size: 16px;
  line-height: 2em;
}
.section_wrap .sections p + p {
  margin-top: 15px;
}
.section_wrap .sections p .speaker {
  font-weight: 900;
}
.section_wrap .sections p.remarks {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
.section_wrap .sections .left {
  text-align: left;
}

/* Image Box
------------------------------ */
.image_box {
  margin-top: 25px;
  text-align: center;
}
.image_box p {
  text-align: left;
}
.col_box .image_box {
  margin-top: 0;
}
.content_title02 + .image_box,
.content_title03 + .image_box,
.content_title04 + .image_box {
  margin-top: 0;
}
.image_box.float {
  overflow: hidden;
}
.image_box .image {
  display: inline-block;
}
.image_box .image .cap {
  display: block;
  margin-bottom: 5px;
  text-align: left;
  font-size: 13px;
}
.image_box .image .cap.right {
  text-align: right;
}
.image_box .image .cap.center {
  text-align: center;
}
.image_box .image .cap.bld {
  font-weight: 900;
}
.image_box .image .cap.large {
  font-size: 16px;
}
.image_box .image + .cap {
  margin: 5px 0 0 0;
}
.image_box.float .image {
  float: right;
  margin: 0 0 10px 25px;
}
.image_box.float.image_left .image {
  float: left;
  margin: 0 25px 10px 0;
}
.image_box.float.over .text {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .image_box.float.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .image_box.float.reverse .image {
    float: none;
    margin: 20px 0 0;
  }
  .image_box.float .image,
  .image_box.float.image_left .image {
    float: none;
    margin: 0 0 20px;
  }
}

/* Col Box
------------------------------ */
.col_box {
  margin-top: 25px;
}
.content_title02 + .col_box,
.content_title03 + .col_box,
.content_title04 + .col_box {
  margin-top: 0;
}
.col_box.col2,
.col_box.col3,
.col_box.col4,
.col_box.col5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.col_box .col {
  margin-bottom: 25px;
}
.col_box.col2 .col {
  margin-right: 20px;
  width: calc((100% - 20px) / 2);
}
.col_box.col3 .col {
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
}
.col_box.col4 .col {
  margin-right: 20px;
  width: calc((100% - 60px) / 4);
}
.col_box.col5 .col {
  margin-right: 20px;
  width: calc((100% - 80px) / 5);
}
.col_box.col2 .col:nth-child(2n),
.col_box.col3 .col:nth-child(3n),
.col_box.col4 .col:nth-child(4n),
.col_box.col5 .col:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .col_box.col2 .col,
  .col_box.col3 .col,
  .col_box.col4 .col,
  .col_box.col5 .col {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

/* Border Box
------------------------------ */
.border_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  padding: 20px;
  border: 2px solid #ccc;
}
.content_title02 + .border_box,
.content_title03 + .border_box,
.content_title04 + .border_box {
  margin-top: 0;
}
.border_box .text_group {
  flex: 1 1 auto;
  margin-right: 20px;
}
.border_box .text_group .border_box_title {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4em;
}
.border_box .text_group .border_box_title + p {
  margin-top: 10px;
}
.border_box .image {
  flex: 0 0 auto;
  max-width: 192px;
}
@media screen and (max-width: 750px) {
  .border_box {
    flex-direction: column;
  }
  .border_box > * {
    min-height: 0%;
  }
  .border_box .text_group {
    margin-right: 0;
  }
  .border_box .image {
    margin-top: 20px;
    max-width: none;
    width: 100%;
    text-align: center;
  }
}


/* Table Box
------------------------------ */
.table_box {
  margin-top: 25px;
  max-width: 1000px;
}
.content_title02 + .table_box,
.content_title03 + .table_box,
.content_title04 + .table_box {
  margin-top: 0;
}
.table_box + p {
  margin-top: 10px;
}
.table_box table {
  width: 100%;
  border-collapse: collapse;
}
.table_box .w10 {
  width: 10%;
}
.table_box .w15 {
  width: 15%;
}
.table_box .w20 {
  width: 20%;
}
.table_box .w25 {
  width: 25%;
}
.table_box .w30 {
  width: 30%;
}
.table_box .w35 {
  width: 35%;
}
.table_box .w40 {
  width: 40%;
}
.table_box .w45 {
  width: 45%;
}
.table_box .w50 {
  width: 50%;
}
.table_box .w55 {
  width: 55%;
}
.table_box .w60 {
  width: 60%;
}
.table_box .w65 {
  width: 65%;
}
.table_box .w70 {
  width: 70%;
}
.table_box .w75 {
  width: 75%;
}
.table_box .w80 {
  width: 80%;
}
.table_box .w85 {
  width: 85%;
}
.table_box .w90 {
  width: 90%;
}
.table_box .w95 {
  width: 95%;
}
.table_box th,
.table_box td {
  text-align: left;
}
.table_box th.right,
.table_box td.right {
  text-align: right;
}
.table_box th.center,
.table_box td.center {
  text-align: center;
}
.table_box .strong {
  display: block;
  font-weight: 900;
}

/* table_style01 */
.table_box .table_style01 th,
.table_box .table_style01 td {
  padding: 15px;
  border: 1px solid #ccc;
}
.table_box .table_style01 th {
  background: #f4f4f4;
  font-weight: 900;
}
@media screen and (max-width: 920px) {
  .table_box {
    overflow-x: scroll;
  }
  .table_box .table_inner {
    min-width: 750px;
  }
}

/* List
------------------------------ */
.list_style {
  margin-top: 25px;
}
.content_title02 + .list_style,
.content_title03 + .list_style,
.content_title04 + .list_style {
  margin-top: 0;
}
.list_style.head_text li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.list_style.head_text li > .text {
  flex: 0 0 auto;
  margin-right: 10px;
}

/* type01 */
.list_style.type01 li {
  color: #099;
  font-weight: 900;
  font-size: 16px;
}
.list_style.type01 li + li {
  margin-top: 10px;
}

/* type02 */
.list_style.type02 {
  margin-bottom: 25px;
}
.list_style.type02 li {
  color: #099;
  text-align: left;
  font-weight: 900;
}
.list_style.type02 li + li {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .list_style.head_text li {
    flex-direction: column;
  }
  .list_style.type02.head_text li {
    flex-direction: row;
  }
}
/* Contact Bottom
------------------------------ */
.contact_bottom {
  margin-top: 75px;
  padding: 50px;
  background: #e1e1e1;
}
.contact_bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px;
  border-radius: 3px;
  background: #fff;
}
.contact_bottom .inner + .inner {
  margin-top: 20px;
}
.contact_bottom .inner .image {
  flex: 0 0 auto;
}
.contact_bottom .inner .text_group {
  flex: 1 1 auto;
  margin: 0 15px 0 20px;
}
.contact_bottom .inner .text_group .title {
  font-weight: 900;
  font-size: 17px;
}
.contact_bottom .inner .text_group .lead {
  margin-top: 10px;
}
.contact_bottom .inner.download .image {
  border: 1px solid #ccc;
}
.contact_bottom .inner.product_download .image {
  width: 113px;
}
.contact_bottom .inner.product_download .image img{
  border: 1px solid #ccc;
}
.contact_bottom .inner .btn_area {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.contact_bottom .inner .btn_area .btn {
  position: relative;
  box-sizing: border-box;
  padding: 15px 35px;
  min-width: 280px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
.contact_bottom .inner .btn_area .btn::before,
.contact_bottom .inner .btn_area .btn::after {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  content: "";
}
.contact_bottom .inner .btn_area .btn::before {
  margin-top: 2px;
  transform: rotate(-45deg);
}
.contact_bottom .inner .btn_area .btn::after {
  margin-top: -3px;
  transform: rotate(45deg);
}
.contact_bottom .inner.download .btn_area .btn,
.contact_bottom .inner.product_download .btn_area .btn {
  background: #e60013;
}
.contact_bottom .inner.seminar .btn_area .btn {
  background: #f7961b;
}
@media screen and (max-width: 920px) {
  .contact_bottom .inner {
    flex-direction: column;
    align-items: center;
  }
  .contact_bottom .inner .image {
    display: none;
  }
  .contact_bottom .inner .text_group {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .contact_bottom {
    margin-top: 50px;
    padding: 20px;
  }
  .contact_bottom .inner {
    padding: 15px;
  }
  .contact_bottom .inner .btn_area {
    width: 100%;
  }
  .contact_bottom .inner .btn_area .btn {
    display: block;
    min-width: auto;
    width: 100%;
  }
}

/* Prev Index
------------------------------ */
.prev_index {
  margin-top: 60px;
  padding: 16px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}
.prev_index a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #333;
}
.prev_index a::before,
.prev_index a::after {
  position: absolute;
  display: block;
  content: "";
}
.prev_index a::before {
  top: 4px;
  left: 0;
  z-index: 0;
  width: 17px;
  height: 17px;
  background: #099;
}
.prev_index a::after {
  top: 7px;
  left: 5px;
  z-index: 5;
  border-top: 5px solid rgba(0,0,0,0);
  border-right: 5px solid #fff;
  border-bottom: 5px solid rgba(0,0,0,0);
  border-left: none;
}
@media screen and (max-width: 750px) {
  .prev_index {
    margin-top: 30px;
  }
}

/* Slide Bottom
------------------------------ */
.slide_bottom {
  padding: 35px 0;
  background: #def0ed;
}
.slide_bottom .inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1030px;
}
.slide_bottom .inner .slide_title {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}
.slide_bottom .inner .other_company {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 1000px;
}
.slide_bottom .inner .other_company .item {
  margin-right: 20px;
  min-width: 235px;
  width: 235px;
}
.slide_bottom .inner .other_company .item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slide_bottom .inner .other_company .item a > * {
  min-height: 0%;
}
.slide_bottom .inner .other_company .item .text_group {
  flex: 1 1 auto;
  padding: 10px;
  background: #fff;
}
.slide_bottom .inner .other_company .item .text_group .name {
  margin-bottom: 5px;
  color: #333;
  font-weight: 900;
}
.slide_bottom .inner .other_company .item .text_group .lead {
  color: #333;
}
.slide_bottom .bx-wrapper {
  position: relative;
}
.slide_bottom .bx-wrapper .bx-prev,
.slide_bottom .bx-wrapper .bx-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 28px;
  height: 48px;
  background: #009998;
  text-indent: -999em;
}
.slide_bottom .bx-wrapper .bx-prev::before,
.slide_bottom .bx-wrapper .bx-next::before,
.slide_bottom .bx-wrapper .bx-prev::after,
.slide_bottom .bx-wrapper .bx-next::after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  content: "";
}
.slide_bottom .bx-wrapper .bx-prev::before,
.slide_bottom .bx-wrapper .bx-next::before {
  margin-top: -3px;
  transform: rotate(-45deg);
}
.slide_bottom .bx-wrapper .bx-prev::after,
.slide_bottom .bx-wrapper .bx-next::after {
  margin-top: 3px;
  transform: rotate(45deg);
}
.slide_bottom .bx-wrapper .bx-prev {
  left: -48px;
}
.slide_bottom .bx-wrapper .bx-next {
  right: -48px;
  transform: scale(-1, 1);
}
.slide_bottom .slide_bottom_prev_index {
  margin-top: 40px;
  text-align: center;
}
.slide_bottom .slide_bottom_prev_index .btn {
  position: relative;
  display: inline-block;
  padding: 15px 80px 15px 30px;
  border: 2px solid #099;
  color: #099;
  font-weight: 900;
}
.slide_bottom .slide_bottom_prev_index .btn::before,
.slide_bottom .slide_bottom_prev_index .btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 15px;
  height: 2px;
  background: #099;
  content: "";
}
.slide_bottom .slide_bottom_prev_index .btn::before {
  margin-top: 5px;
  transform: rotate(-45deg);
}
.slide_bottom .slide_bottom_prev_index .btn::after {
  margin-top: -5px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1030px) {
  .slide_bottom {
    display: none;
  }
}

.pc-view{
  display: block;
}
.sp-view{
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc-view{
    display: none !important;
  }
  .sp-view{
    display: block !important;
  }
}