/* ==========================================================================
   Index
   ========================================================================== */
/* Adjust
   ========================================================================== */
.page-container {
  margin-top: 0;
}
/* Main visual
   ========================================================================== */
.main-visual {
  position: relative;
}
.main-visual .slick-dots {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.main-visual .slick-dots li {
  display: inline-block;
  padding: 0 6px;
  vertical-align: middle;
}
.main-visual .slick-dots li button {
  display: block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  line-height: 0;
  text-indent: 200%;
  white-space: nowrap;
  outline: none;
}
.main-visual .slick-dots li.slick-active button {
  background-color: #e60000;
}
@media screen and (max-width: 767px) {
  .main-visual .slick-dots {
    bottom: 15px;
  }
}
.main-visual_item {
  overflow: hidden;
  display: none;
}
.main-visual_item:first-child {
  display: block;
}
.main-visual_item > figure {
  position: relative;
  margin: 0 -193px;
  height: 550px;
}
.main-visual_item > figure > a {
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.main-visual_item > figure > a:hover,
.main-visual_item > figure > a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.main-visual_item > figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .main-visual_item > figure {
    margin: 0 ;
    height: auto;
    text-align: center;
  }
  .main-visual_item > figure > a:hover,
  .main-visual_item > figure > a:active {
    opacity: 1;
  }
  .main-visual_item > figure img {
    position: static;
    max-height: 500px;
  }
}
/* Important news 20210210 UPDATE
   ========================================================================== */
.important-news {
  padding: 40px 0 35px;
  background-color:  #FFFFFF;
}
@media screen and (max-width: 767px) {
  .important-news {
    padding: 15px 0 20px;
  }
}
.important-news_inner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
.important-news_inner .mod-link{
  margin-top: 0;
}
.important-news_inner .mod-link a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .important-news_inner {
    width: auto;
    padding: 0 15px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .important-news_inner a img {
    width: 100%;
    height: auto;
  }
}

/* Index section
   ========================================================================== */
.index-section {
  overflow: hidden;
  position: relative;
  padding: 70px 0;
  border-top: 1px solid #dfdfdf;
}
.index-section:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 4px;
  margin-left: -60px;
  background-color: #e90000;
  z-index: 1;
  content: "";
}
.index-section:first-of-type {
  border-top: none;
}
.index-section:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .index-section {
    padding: 54px 15px 47px;
  }
}
.index-section_inner {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .index-section_inner {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.showAside_main .index-section_inner {
  width: 680px;
}
@media screen and (max-width: 767px) {
  .showAside_main .index-section_inner {
    width: auto;
  }
}
.showAside_sub .index-section_inner {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .showAside_sub .index-section_inner {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .index-section_inner {
    padding: 0;
  }
}
.index-section_title {
  text-align: center;
}
.index-section_title p {
  line-height: 0;
}
.index-section_title h2 {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 3em;
}
.head-text {
  line-height: 1.2;
  font-size: 1.6em;
  text-align: center;
}
.mod-button.top-button {
  width: 274px;
  font-size: 1.4em;
}
.mod-button.top-button a,
.mod-button.top-button button {
  padding: 18px 29px;
}
@media screen and (max-width: 767px) {
  .mod-button.top-button {
    margin-top: 30px;
  }
  .mod-button.top-button:first-child {
    margin-top: 0;
  }
}
.mod-button.top-button.opt-wide {
  width: auto;
}
/* Products banner
   ========================================================================== */
.products-banner {
  padding: 50px 0 54px;
}
@media screen and (max-width: 767px) {
  .products-banner {
    padding: 30px 0 34px;
    overflow: hidden;
  }
}
.products-banner_title {
  line-height: 1.2;
  font-size: 3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-banner_title {
    font-size: 2.3em;
  }
}
.products-banner_list {
  font-size: 0;
  text-align: center;
  margin: 20px auto -20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-banner_list {
    margin: 0 -11px -11px auto;
    margin-top: 30px;
    display: block;
    width: auto;
  }
  .products-banner_list:first-child {
    margin-top: 0;
  }
}
.products-banner_list .slick-prev,
.products-banner_list .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: none;
}
.products-banner_list .slick-prev:before,
.products-banner_list .slick-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 50%;
  background: #e90000 no-repeat center center;
  background-size: 7px auto;
}
.products-banner_list .slick-prev:hover,
.products-banner_list .slick-next:hover,
.products-banner_list .slick-prev:active,
.products-banner_list .slick-next:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .products-banner_list .slick-prev:hover,
  .products-banner_list .slick-next:hover,
  .products-banner_list .slick-prev:active,
  .products-banner_list .slick-next:active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.products-banner_list .slick-prev {
  left: 15px;
}
.products-banner_list .slick-prev:before {
  left: 0;
  background-image: url(/common/img/parts/link_bg04.png);
}
.products-banner_list .slick-prev:hover,
.products-banner_list .slick-prev:active {
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (max-width: 767px) {
  .products-banner_list .slick-prev:hover,
  .products-banner_list .slick-prev:active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.products-banner_list .slick-next {
  right: 15px;
}
.products-banner_list .slick-next:before {
  right: 0;
  background-image: url(/common/img/parts/link_bg02.png);
}
.products-banner_list .slick-next:hover,
.products-banner_list .slick-next:active {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
@media screen and (max-width: 767px) {
  .products-banner_list .slick-next:hover,
  .products-banner_list .slick-next:active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.products-banner_list_item {
  display: inline-block;
  position: relative;
  width: 20%;
  vertical-align: bottom;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-banner_list_item a {
  display: block;
  color: #000000;
  text-align: center;
}
.products-banner_list_item a:hover {
  text-decoration: none;
}
.products-banner_list_item a:focus {
  outline: none;
}
.products-banner_list_item p {
  margin: 0;
}
.products-banner_list_item .products-banner_list_balloon {
  display: none;
}
.products-banner_list_item .products-banner_list_image {
  line-height: 1;
}
.products-banner_list_item .products-banner_list_image img {
  width: auto;
  height: 100%;
  max-height: 54px;
}
.products-banner_list_item:hover .products-banner_list_balloon {
  display: block;
  position: absolute;
  top: -53px;
  right: -100px;
  left: -100px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.2;
  font-size: 1.5rem;
  text-align: center;
}
.products-banner_list_item:hover .products-banner_list_balloon:before {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 10px;
  height: 8px;
  margin: 0 auto;
  background: url(/img/index_products-banner_balloon_bg01.png) no-repeat;
  content: "";
}
.products-banner_list_item:hover .products-banner_list_balloon span {
  display: inline-block;
  padding: 16px 20px 15px;
  background-color: #4f4644;
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .products-banner_list_item {
    display: block;
    width: auto;
    padding: 0 11px;
  }
  .products-banner_list_item:first-child {
    padding-left: 11px;
  }
  .products-banner_list_item:last-child {
    padding-left: 11px;
  }
  .products-banner_list_item .products-banner_list_balloon {
    display: block;
    margin-top: 7px;
    line-height: 1.2;
    font-size: 1.5rem;
    text-align: center;
  }
  .products-banner_list_item:hover .products-banner_list_balloon {
    display: block;
    position: static;
    margin-top: 7px;
    color: #000000;
  }
  .products-banner_list_item:hover .products-banner_list_balloon:before {
    display: none;
  }
  .products-banner_list_item:hover .products-banner_list_balloon span {
    display: block;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .products-banner_list_item .products-banner_list_image {
    text-align: center;
  }
  .products-banner_list_item .products-banner_list_image img {
    display: inline-block;
    width: 100%;
    max-width: 111px;
    height: auto;
  }
}
/* Products solution
   ========================================================================== */
.products-solution {
  overflow: hidden;
  background: url(/img/index_products-solution_bg01_pc.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .products-solution {
    padding: 54px 15px 69px;
    background: url(/img/index_products-solution_bg01-01_sp.png) no-repeat top center #dfeced;
    background-size: 100% auto;
  }
  .products-solution:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 156%;
    background: url(/img/index_products-solution_bg01-02_sp.png) no-repeat bottom center;
    background-size: 100% auto;
    content: "";
  }
}
.products-solution_tab {
  margin-top: 40px;
}
.products-solution_tab:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .products-solution_tab {
    margin-top: 25px;
  }
}
.products-solution_tab_handle-wrapper {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .products-solution_tab_handle-wrapper {
    display: none;
  }
}
.products-solution_tab_handle {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.products-solution_tab_handle li {
  display: table-cell;
  padding: 0 8px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  vertical-align: middle;
}
.products-solution_tab_handle li a {
  display: block;
  padding: 18px 10px 13px;
  color: #fff;
  background-color: #999b9a;
}
.products-solution_tab_handle li a:hover {
  text-decoration: none;
}
.products-solution_tab_handle li a.is-current {
  background-color: #fff;
  color: #000;
}
.products-solution_accordion_handle {
  display: none;
}
@media screen and (max-width: 767px) {
  .products-solution_accordion_handle {
    display: block;
    position: relative;
    padding: 20px 40px 19px 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .products-solution_accordion_handle:before {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 21px;
    height: 21px;
    margin: auto 0;
    background: url(/img/index_accordion_bg_plus01.png) no-repeat;
    background-size: 21px auto;
    content: "";
  }
  .is-expanded .products-solution_accordion_handle:before {
    background-image: url(/img/index_accordion_bg_minus01.png);
  }
  .products-solution_accordion_handle p {
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.6em;
  }
}
.products-solution_tab_content {
  padding: 30px 14px 26px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .products-solution_tab_content {
    margin-top: 10px;
    padding: 0;
    background-color: transparent;
  }
  .products-solution_tab_content:first-child {
    margin-top: 0;
  }
}
.products-solution_tab_content + .products-solution_tab_content {
  display: none;
}
.products-solution_list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.products-solution_list.is-forse-show {
  display: table !important;
}
@media screen and (max-width: 767px) {
  .products-solution_list {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.products-solution_list_item {
  display: table-cell;
  border-left: 1px dotted #7f7f7f;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-solution_list_item:first-child {
  border-left: none;
}
.products-solution_list_item a {
  display: block;
  min-height: 129px;
  padding: 12px 10px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-solution_list_item a figure {
  display: table;
  width: 100%;
  height: 63px;
}
.products-solution_list_item a figure span {
  display: table-cell;
  vertical-align: middle;
}
.products-solution_list_item a figure span img {
  width: auto;
  height: auto;
  max-height: 63px;
}
.products-solution_list_item a p {
  display: table;
  width: 100%;
  margin-top: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
.products-solution_list_item a p span {
  display: table-cell;
  vertical-align: middle;
}
.products-solution_list_item a:hover {
  background-color: #fef2f2;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .products-solution_list_item {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    border: none;
  }
  .products-solution_list_item:before,
  .products-solution_list_item:after {
    display: block;
    position: absolute;
    border-color: #009944;
    border-color: rgba(0, 153, 68, 0.5);
    z-index: 2;
    content: "";
  }
  .products-solution_list_item:before {
    top: 0;
    right: 0;
    bottom: 0;
    height: 66.6%;
    margin: auto 0;
    border-right: 1px dotted #009944;
  }
  .products-solution_list_item:after {
    right: 0;
    bottom: 0;
    left: 0;
    width: 66.6%;
    margin: 0 auto;
    border-bottom: 1px dotted #009944;
  }
  .products-solution_list_item:nth-child(2n+1) {
    clear: left;
  }
  .products-solution_list_item:nth-child(2n) {
    border-right: none;
  }
  .products-solution_list_item:nth-child(2n):before {
    display: none;
  }
  .products-solution_list_item.is-edge:after {
    display: none;
  }
  .products-solution_list_item a {
    min-height: 0;
    padding: 35px 36px;
  }
}
/* Pick up
   ========================================================================== */
@media screen and (max-width: 767px) {
  .pick-up {
    padding: 54px 15px 40px;
  }
}
.pick-up_title {
  text-align: center;
}
.pick-up_title img {
  width: 182px;
  height: auto;
}
.pick-up_list {
  margin-top: 40px;
  position: relative;
  padding: 0 38px;
}
.pick-up_list:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .pick-up_list {
    margin-top: 30px;
    padding: 0;
  }
  .pick-up_list:first-child {
    margin-top: 0;
  }
}
.pick-up_list .slick-prev,
.pick-up_list .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: none;
}
.pick-up_list .slick-prev:before,
.pick-up_list .slick-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  background: #e90000 no-repeat center center;
  background-size: 9px auto;
}
.pick-up_list .slick-prev:hover,
.pick-up_list .slick-next:hover,
.pick-up_list .slick-prev:active,
.pick-up_list .slick-next:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .pick-up_list .slick-prev,
  .pick-up_list .slick-next {
    width: 36px;
    height: 36px;
  }
  .pick-up_list .slick-prev:before,
  .pick-up_list .slick-next:before {
    width: 26px;
    height: 26px;
    background-size: 7px auto;
  }
  .pick-up_list .slick-prev:hover,
  .pick-up_list .slick-next:hover,
  .pick-up_list .slick-prev:active,
  .pick-up_list .slick-next:active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pick-up_list .slick-prev {
  left: -40px;
}
.pick-up_list .slick-prev:before {
  left: 0;
  background-image: url(/common/img/parts/link_bg04.png);
}
.pick-up_list .slick-prev:hover,
.pick-up_list .slick-prev:active {
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (max-width: 767px) {
  .pick-up_list .slick-prev {
    left: 0;
  }
  .pick-up_list .slick-prev:hover,
  .pick-up_list .slick-prev:active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.pick-up_list .slick-next {
  right: -40px;
}
.pick-up_list .slick-next:before {
  right: 0;
  background-image: url(/common/img/parts/link_bg02.png);
}
.pick-up_list .slick-next:hover,
.pick-up_list .slick-next:active {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
@media screen and (max-width: 767px) {
  .pick-up_list .slick-next {
    right: 0;
  }
  .pick-up_list .slick-next:hover,
  .pick-up_list .slick-next:active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.pick-up_list_item {
  position: relative;
  padding: 0 12px;
}
.pick-up_list_item a,
.pick-up_list_item span {
  display: block;
  position: relative;
  border: 1px solid #dfdfdf;
  color: #fff;
}
.pick-up_list_item a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.pick-up_list_item a:hover,
.pick-up_list_item a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}
.pick-up_list_item figure {
  overflow: hidden;
  padding-top: 92%;
  text-align: center;
}
.pick-up_list_item img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.pick-up_list_item p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 15px 12px 12px;
  background-color: #222;
  line-height: 1.2;
  opacity: .7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pick-up_list_item {
    padding: 0 10px;
  }
  .pick-up_list_item a:hover,
  .pick-up_list_item a:active {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
  .pick-up_list_item p {
    right: 0;
    left: 0;
    padding: 7px 11px;
  }
}
.slick-slider .slick-track {
  margin: auto;
}
/* Event and Seminar
   ========================================================================== */
.event-seminar {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .event-seminar {
    padding: 54px 15px 47px;
  }
}
.event-seminar_list {
  position: relative;
  margin: 56px -3px 0;
  padding: 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .event-seminar_list {
    margin-top: 30px;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 68px;
    padding-left: 68px;
  }
  .event-seminar_list:first-child {
    margin-top: 0;
  }
}
.event-seminar_list .slick-list {
  overflow: visible;
}
.event-seminar_list .slick-prev,
.event-seminar_list .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: none;
}
.event-seminar_list .slick-prev:before,
.event-seminar_list .slick-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  background: #e90000 no-repeat center center;
  background-size: 9px auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.event-seminar_list .slick-prev:hover:before,
.event-seminar_list .slick-next:hover:before,
.event-seminar_list .slick-prev:active:before,
.event-seminar_list .slick-next:active:before {
  background-color: #f04d4d;
}
.event-seminar_list .slick-prev.slick-disabled,
.event-seminar_list .slick-next.slick-disabled {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .event-seminar_list .slick-prev,
  .event-seminar_list .slick-next {
    width: 36px;
    height: 36px;
  }
  .event-seminar_list .slick-prev:before,
  .event-seminar_list .slick-next:before {
    width: 26px;
    height: 26px;
    background-size: 7px auto;
  }
  .event-seminar_list .slick-prev:hover:before,
  .event-seminar_list .slick-next:hover:before,
  .event-seminar_list .slick-prev:active:before,
  .event-seminar_list .slick-next:active:before {
    background-color: #e90000;
  }
}
.event-seminar_list .slick-prev {
  left: -12px;
}
.event-seminar_list .slick-prev:before {
  left: 0;
  background-image: url(/common/img/parts/link_bg04.png);
}
.event-seminar_list .slick-prev:hover,
.event-seminar_list .slick-prev:active {
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (max-width: 767px) {
  .event-seminar_list .slick-prev {
    left: -52px;
  }
  .event-seminar_list .slick-prev:hover,
  .event-seminar_list .slick-prev:active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.event-seminar_list .slick-next {
  right: -12px;
}
.event-seminar_list .slick-next:before {
  right: 0;
  background-image: url(/common/img/parts/link_bg02.png);
}
.event-seminar_list .slick-next:hover,
.event-seminar_list .slick-next:active {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
@media screen and (max-width: 767px) {
  .event-seminar_list .slick-next {
    right: -52px;
  }
  .event-seminar_list .slick-next:hover,
  .event-seminar_list .slick-next:active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.event-seminar_list_item {
  border-right: 1px dotted #ccc;
  text-align: center;
}
.event-seminar_list_item:first-child {
  position: relative;
}
.event-seminar_list_item:first-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  border-right: 1px dotted #ccc;
}
.event-seminar_list_item a {
  display: block;
  padding: 24px 24px 18px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.event-seminar_list_item a:hover {
  background-color: #fef2f2;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .event-seminar_list_item a:hover,
  .event-seminar_list_item a:active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.event-seminar_list_item.slick-slide {
  opacity: .1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  pointer-events: none;
}
.event-seminar_list_item.slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto;
}
.event-seminar_list_item.slick-slide:not(.slick-active) + .slick-active {
  position: relative;
}
.event-seminar_list_item.slick-slide:not(.slick-active) + .slick-active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  border-right: 1px dotted #ccc;
}
.event-seminar_list_category {
  display: table;
  width: 189px;
  padding-bottom: 13px;
  color: #000000;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6rem;
}
.event-seminar_list_category span {
  position: relative;
  display: table-cell;
  padding: 8px 7px 6px;
  border-radius: 3px;
  background-color: #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.event-seminar_list_category span:before {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 30px;
  height: 13px;
  margin: 0 auto;
  background: url(/img/index_event-seminar_category_bg01.png) no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .event-seminar_list_category {
    width: 100%;
  }
}
.event-seminar_list_area {
  margin-top: 10px;
  color: #000000;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.2rem;
}
.event-seminar_list_area span {
  display: inline-block;
  width: 100px;
  padding: 5px 0 4px;
  border-top: 1px dotted #b2b2b2;
  border-bottom: 1px dotted #b2b2b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event-seminar_list_date {
  padding-top: 36px;
  margin-top: 0px;
  line-height: 1.2;
  color: #000000;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
}
.event-seminar_list_date span.other {
  font-weight: normal;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .event-seminar_list_date span.other {
    vertical-align: bottom;
    margin-left: 0.2em;
  }
}
.event-seminar_list_date span.closed {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #e90000;
}
.event-seminar_list_title {
  margin-top: 9px;
  line-height: 1.2;
}
/* Solution Express
   ========================================================================== */
.solution-express {
  padding: 70px 0 75px;
  border-top: none;
  background: url(/img/index_solution-express_bg01_pc.jpg) no-repeat bottom center #c8dcff;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .solution-express {
    padding: 54px 15px 48px;
    background: url(/img/index_solution-express_bg01_sp.jpg) no-repeat bottom center #c8dcff;
    background-size: cover;
  }
}
.solution-express_list {
  overflow: hidden;
  margin-top: 40px;
}
.solution-express_list:first-child {
  margin-top: 0;
}
.solution-express_list > ul {
  overflow: hidden;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .solution-express_list {
    margin-top: 30px;
    padding: 0 22px 0 15px;
  }
  .solution-express_list:first-child {
    margin-top: 0;
  }
  .solution-express_list > ul {
    margin: 0;
  }
}
.solution-express_list_item {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.solution-express_list_item a {
  display: block;
}
.solution-express_list_item a figure {
  position: relative;
  overflow: hidden;
  padding-top: 56.37%;
  text-align: center;
}
.solution-express_list_item a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.solution-express_list_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .solution-express_list_item {
    margin-top: 30px;
    float: none;
    padding: 0;
    width: auto;
  }
  .solution-express_list_item:first-child {
    margin-top: 0;
  }
  .solution-express_list_item a figure {
    width: auto;
  }
  .solution-express_list_item a:hover {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}
.solution-express_list_item_inner {
  padding: 6px 0 0 7px;
  position: relative;
}
.solution-express_list_item_inner a {
  position: relative;
}
.solution-express_list_label {
  position: absolute;
  top: -6px;
  left: -7px;
  max-width: 100%;
  min-width: 215px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  z-index: 1;
}
.solution-express_list_label span {
  display: block;
  padding: 7px 10px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.solution-express_list_label.opt-color-01 {
  background-color: #d7ac00;
}
.solution-express_list_label.opt-color-02 {
  background-color: #36cca7;
}
.solution-express_list_label.opt-color-03 {
  background-color: #32b16c;
}
.solution-express_list_label.opt-color-04 {
  background-color: #099fb5;
}
.solution-express_list_label.opt-color-05 {
  background-color: #05887d;
}
.solution-express_list_label.opt-color-06 {
  background-color: #096d9b;
}
.solution-express_list_label.opt-color-07 {
  background-color: #093f82;
}
.solution-express_list_label.opt-color-08 {
  background-color: #59349d;
}
.solution-express_list_label.opt-color-09 {
  background-color: #894199;
}
.solution-express_list_label.opt-color-10 {
  background-color: #d5569b;
}
.solution-express_list_keyword {
  margin: 0 0 0 -5px;
  padding-top: 5px;
  overflow: hidden;
  position: absolute;
  margin-top: 56.37%;
  top: 0;
  left: 7px;
  z-index: 10;
  display: block;
}
.solution-express_list_keyword li {
  margin: 5px 0 0 5px;
  float: left;
}
.solution-express_list_keyword li a {
  display: block;
  font-size: 1.1rem;
  line-height: 1.3;
  border: 1px solid #696969;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 5px;
  color: #0c6ecb;
}
.solution-express_list_keyword li a:hover {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  text-decoration: none;
  opacity: 1;
  color: #268aea;
}
.solution-express_list_date {
  margin-top: 10px;
  color: #666;
  line-height: 1.3;
  font-size: 1.2rem;
}
.solution-express_list_title {
  margin-top: 5px;
  color: #000000;
  line-height: 1.5;
  font-size: 1.6rem;
}
/* News
   ========================================================================== */
.news {
  border-top: none;
}
.news:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 50px 15px;
  }
}
.news_title {
  line-height: 1.2;
  font-size: 2.4em;
  text-align: center;
}
.news_column-wrapper {
  overflow: hidden;
  margin: 0 -30px;
}
@media screen and (max-width: 767px) {
  .news_column-wrapper {
    margin: 0;
  }
}
.news_column {
  float: left;
  width: 50%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_column .mod-news-list {
  margin-top: 37px;
}
.news_column .mod-news-list .mod-news-list_item a {
  padding: 25px 38px 25px 10px;
}
.news_column .mod-news-list .mod-news-list_item a:before {
  right: 10px;
  width: 8px;
  height: 14px;
}
.news_column .mod-news-list .mod-news-list_item.opt-icon-pdf a:before {
  right: 4px;
  width: 24px;
  height: 14px;
}
.news_column .mod-news-list .mod-news-list_head {
  float: none;
}
.news_column .mod-news-list .mod-news-list_body {
  margin-top: 10px;
  line-height: 1.2;
}
.news_column .mod-news-list .mod-news-list_body:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .news_column {
    margin-top: 50px;
    float: none;
    width: auto;
    padding: 40px 0 0;
    border-top: 1px solid #ccc;
  }
  .news_column:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .news_column .mod-news-list {
    margin-top: 20px;
  }
  .news_column .mod-news-list:first-child {
    margin-top: 0;
  }
}
.news-button {
  margin-top: 30px;
  width: 274px;
}
.news-button:first-child {
  margin-top: 0;
}
/* Case
   ========================================================================== */
@media screen and (max-width: 767px) {
  .case {
    padding: 54px 15px 0;
  }
}
.case_list {
  margin-top: 40px;
  padding: 0 50px;
}
.case_list:first-child {
  margin-top: 0;
}
.case_list ul {
  zoom: 1;
}
.case_list ul:before,
.case_list ul:after {
  content: '';
  display: table;
}
.case_list ul:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .case_list {
    margin-top: 32px;
    padding: 0;
  }
  .case_list ul {
    margin: 0 -10px;
  }
}
.case_list_item {
  float: left;
  width: 202px;
  margin-left: 24px;
}
.case_list_item:first-child {
  margin-left: 0;
}
.case_list_item a {
  display: block;
  position: relative;
  border: 1px solid #dfdfdf;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.case_list_item a figure {
  overflow: hidden;
  padding-top: 92%;
  text-align: center;
}
.case_list_item a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.case_list_item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .case_list_item {
    margin-top: 20px;
    width: 50%;
    margin-left: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case_list_item:first-child {
    margin-top: 0;
  }
  .case_list_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .case_list_item:nth-child(2n+1) {
    clear: left;
  }
  .case_list_item a figure {
    padding-top: 93%;
  }
}
.case_list_item_text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 15px 12px 12px;
  background-color: #222;
  line-height: 1.2;
  opacity: .7;
}
.case_list_item_movie-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 7px 7px 7px 29px;
  background-color: #e90000;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.3rem;
}
.case_list_item_movie-icon:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 17px;
  height: 14px;
  margin: auto 0;
  background: url(/common/img/parts/icon_movie01.png) no-repeat;
  background-size: 100%;
  content: "";
}
.js-single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .js-single-wrap {
    display: block;
  }
}
.js-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
