@charset "UTF-8";
/*
* 地域ビジネス活動
*
*/
/* override ---------- */
@media (min-width: 768px) {
  .areaContainer {
    min-width: 1020px;
  }
}

@media (max-width: 767.98px) {
  .areaBody {
    font-size: 0.8125rem;
  }
}

/* components ---------- */
.branchIndex-section {
  position: relative;
  border-top: 3px solid #cdcdcd;
}
@media (max-width: 767.98px) {
  .branchIndex-section {
    border-width: 2px;
  }
}

.branchIndex-sectionHeader {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -42px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .branchIndex-sectionHeader {
    top: -30px;
  }
}

.branchIndex-sectionHeader_inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 469px;
  height: 79px;
  background-color: var(--color-yellow-400);

  -webkit-clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 42px, 100% 100%, 0 100%);

          clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 42px, 100% 100%, 0 100%);
}
.branchIndex-sectionHeader_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 36px;
  height: 42px;
  background-color: var(--color-yellow-700);

  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);

          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.is-ie .branchIndex-sectionHeader_inner::after {
  display: none;
}
@media (max-width: 767.98px) {
  .branchIndex-sectionHeader_inner {
    width: 250px;
    height: 60px;

    -webkit-clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 31px, 100% 100%, 0 100%);

            clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 31px, 100% 100%, 0 100%);
  }
  .branchIndex-sectionHeader_inner::after {
    width: 26px;
    height: 31px;
  }
}

.branchIndex-sectionHeader_h {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .branchIndex-sectionHeader_h {
    font-size: 1.125rem;
  }
}

.branchIndex-section_footBtn {
  margin-top: 35px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .branchIndex-section_footBtn {
    margin-top: 25px;
    text-align: center;
  }
}

/* cover ---------- */
.branchIndex-cover {
  position: relative;
  height: 518px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .branchIndex-cover {
    height: 535px;
  }
}

.branchIndex-branchHeader {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  .branchIndex-branchHeader {
    padding: 12px 0;
  }
}

.branchIndex-branchHeader_inner {
  display: flex;
}
@media (max-width: 767.98px) {
  .branchIndex-branchHeader_inner {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.branchIndex-branchHeader_h {
  color: var(--color-white);
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .branchIndex-branchHeader_h {
    font-size: 1.25rem;
  }
}

.branchIndex-siteNav {
  margin-right: 30px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .branchIndex-siteNav {
    display: none;
  }
}

.branchIndex-siteNav_list {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.branchIndex-siteNav_list_item {
  color: var(--color-white);
}
.branchIndex-siteNav_list_item:nth-child(even) {
  margin-top: 7px;
}
.branchIndex-siteNav_list_item a {
  color: inherit;
}
.branchIndex-siteNav_list_item::before {
  content: "";
  display: inline-block;
  margin: -4px 4px -1px 0;
  width: 6px;
  height: 5px;
  background: url(/business/area/shared_resp/img/arw_04.png) no-repeat 0 0; 
  vertical-align: middle;
}
.branchIndex-siteNav_list_item.is-current {
  color: #919191;
}
.branchIndex-siteNav_list_item.is-current a {
  pointer-events: none;
}
.branchIndex-siteNav_list_item.is-current::before {
  background-image: url(/business/area/shared_resp/img/arw_01.png);
}

.branchIndex-pageNav {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
}
@media (max-width: 767.98px) {
  .branchIndex-pageNav {
    bottom: 30px;
  }
}

.branchIndex-pageNav_inner {
  padding: 25px 30px;
  background-color: rgba(45, 47, 16, 0.6);
}
@media (max-width: 767.98px) {
  .branchIndex-pageNav_inner {
    margin: 0 auto;
    padding: 15px 15px; 
    width: 280px;
  }
}

.branchIndex-pageNav_list {
  display: flex;
  flex-wrap: wrap;
  margin: -9px -10px;
}
@media (max-width: 767.98px) {
  .branchIndex-pageNav_list {
    flex-direction: column;
    margin: -5px 0 0;
  }
}

.branchIndex-pageNav_list_item {
  flex-basis: calc(33.333333% - 20px);
  margin: 9px 10px;
  color: var(--color-gray-900);
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .branchIndex-pageNav_list_item {
    flex-basis: 100%;
    margin: 5px 0 0;
    font-size: 0.9375rem;
  }
}

.branchIndex-pageNav_list_btn {
  display: block;
  height: 100%;
  background-color: var(--color-yellow-400);
}
.branchIndex-pageNav_list_btn:link,
.branchIndex-pageNav_list_btn:visited,
.branchIndex-pageNav_list_btn:hover,
.branchIndex-pageNav_list_btn:active {
  text-decoration: none; 
  color: inherit;
}
.branchIndex-pageNav_list_btn:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .branchIndex-pageNav_list_item.-primary .branchIndex-pageNav_list_btn {
    display: flex;
    position: relative;

    -webkit-clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 40px, 100% 100%, 0 100%);

            clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 40px, 100% 100%, 0 100%);
  }
  .branchIndex-pageNav_list_item.-primary .branchIndex-pageNav_list_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 36px;
    height: 40px;
    background-color: var(--color-yellow-700);

    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);

            clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
  .is-ie .branchIndex-pageNav_list_item.-primary .branchIndex-pageNav_list_btn::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .branchIndex-pageNav_list_item.-group .branchIndex-pageNav_list_btn,
  .branchIndex-pageNav_list_item.-contact .branchIndex-pageNav_list_btn {
    height: 54px;
  }
}

@media (max-width: 767.98px) {
  .branchIndex-pageNav_list_img {
    display: none;
  }
}

.branchIndex-pageNav_list_label {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  height: 100%;
}
.branchIndex-pageNav_list_label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 20px;
  background: url(/business/area/shared_resp/img/branch_index/pagenav_arw.png) no-repeat;
}
@media (min-width: 768px) {
  .branchIndex-pageNav_list_item.-primary .branchIndex-pageNav_list_label {
    padding-left: 26px;
  }
  .branchIndex-pageNav_list_item.-primary .branchIndex-pageNav_list_label::after {
    top: 25px;
  }
  .branchIndex-pageNav_list_item.-group .branchIndex-pageNav_list_label,
  .branchIndex-pageNav_list_item.-contact .branchIndex-pageNav_list_label {
    padding-left: 72px;
  }
  .branchIndex-pageNav_list_item.-group .branchIndex-pageNav_list_label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url(/business/area/shared_resp/img/branch_index/pagenav_ico_group.png) no-repeat;
  }
  .branchIndex-pageNav_list_item.-contact .branchIndex-pageNav_list_label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url(/business/area/shared_resp/img/branch_index/pagenav_ico_contact.png) no-repeat;
  }
}
@media (max-width: 767.98px) {
  .branchIndex-pageNav_list_label {
    padding: 11px 16px;
  }
}

/* フローティングバナー --------------- */
.branchIndex-floatbnr {
  overflow: hidden;
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  pointer-events: none;
}
.branchIndex-floatbnr img {
  max-width: none;
}

.branchIndex-floatbnr_container {
  position: absolute;
  top: 30px;
  right: 0; 
  pointer-events: all;
}
@media (max-width: 767.98px) {
  .branchIndex-floatbnr_container {
    top: 20px;
  }
}

.branchIndex-floatbnr.is-fixed .branchIndex-floatbnr_container {
  position: fixed;
}

.branchIndex-floatbnr_opener {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 66px;
  height: 214px;
  cursor: pointer;
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
  -webkit-transform: translateX(0%); 
          transform: translateX(0%);
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .branchIndex-floatbnr_opener {
    width: 44px;
    height: 143px;
  }
  .branchIndex-floatbnr_opener img {
    width: 100%;
  }
}

.branchIndex-floatbnr.is-open .branchIndex-floatbnr_opener {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}

.branchIndex-floatbnr_body {
  position: absolute;
  top: 0;
  right: 0;
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
  -webkit-transform: translateX(120%); 
          transform: translateX(120%);
}
@media (max-width: 767.98px) {
  .branchIndex-floatbnr_body img {
    width: 60px;
  }
}

.branchIndex-floatbnr.is-open .branchIndex-floatbnr_body {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.branchIndex-floatbnr_body .btn {
  display: block;
  opacity: 1; 
  position: absolute;
  top: -17px;
  left: -17px;
  border: 0;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #cd0200 url(/business/area/shared_resp/img/branch_index/floatbnr_ico_close.png) no-repeat center center;
  text-indent: -9999px;
}
@media (max-width: 767.98px) {
  .branchIndex-floatbnr_body .btn {
    -webkit-transform: scale(0.66667);
            transform: scale(0.66667);
  }
}

.branchIndex-floatbnr_body .btn:hover {
  opacity: 0.7;
}

/* エリアハイライト --------------- */
.branchIndex-areahighlights {
  padding: 30px 0;
  border-top: 3px solid #d0cfcf;
  background: #f7f3ef;
}
@media (max-width: 767.98px) {
  .branchIndex-areahighlights {
    display: none;
  }
}

.branchIndex-areahighlights_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 0 50px;
  width: 980px;
  background: var(--color-white);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.branchIndex-areahighlights_h {
  border-bottom: 3px solid var(--color-gray-500);
}

.branchIndex-areahighlights_slider {
  position: relative;
  margin: 0 auto; 
  width: 860px;
}
.branchIndex-areahighlights_slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 80px;
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer; 
  font-size: 0;
}
.branchIndex-areahighlights_slider .slick-arrow:hover {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .branchIndex-areahighlights_slider .slick-arrow {
    display: none !important;
  }
}
.branchIndex-areahighlights_slider .slick-prev {
  left: -55px;
  background: url(/business/area/shared_resp/img/branch_index/areahighlights_slider_nav_prev.png);
}
.branchIndex-areahighlights_slider .slick-next {
  right: -55px;
  background: url(/business/area/shared_resp/img/branch_index/areahighlights_slider_nav_next.png);
}
.branchIndex-areahighlights_slider .slick-disabled {
  cursor: default;
  background-position: 0 -50px;
}
.branchIndex-areahighlights_slider .slick-disabled:hover {
  opacity: 1;
}
.branchIndex-areahighlights_slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  text-align: center;
  font-size: 0;
}
.branchIndex-areahighlights_slider .slick-dots > li {
  display: inline-block;
  margin: 0 4px 0 5px;
}
.branchIndex-areahighlights_slider .slick-dots > li > button {
  display: inline-block;
  border: 2px solid var(--color-white);
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background: #e2d9d2;
}
.branchIndex-areahighlights_slider .slick-dots > li:hover > button {
  background-color: var(--color-yellow-400);
}
.branchIndex-areahighlights_slider .slick-dots > li.slick-active > button {
  border-color: #9d9690;
  background-color: var(--color-yellow-400);
}
@media (max-width: 767.98px) {
  .branchIndex-areahighlights_slider .slick-dots {
    padding: 20px 0 27px;
  }
}

.branchIndex-areahighlights_slider_item {
  padding: 29px 0 0; 
  width: 860px;
}
.branchIndex-areahighlights_slider_item .row {
  display: flex;
  flex-direction: row-reverse;
}
.branchIndex-areahighlights_slider_item .section {
  width: 526px;
}
.branchIndex-areahighlights_slider_item .tit {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #b2b2b2;
  font-size: 114.29%;
  font-weight: bold;
}
.branchIndex-areahighlights_slider_item .tit a {
  text-decoration: none; 
  color: inherit;
}
.branchIndex-areahighlights_slider_item .new {
  display: inline-block;
  margin: -10px 0 -6px 10px;
  vertical-align: middle;
}
.branchIndex-areahighlights_slider_item .new img {
  display: inline-block;
}
.branchIndex-areahighlights_slider_item .lead p {
  font-size: 92.86%;
}
.branchIndex-areahighlights_slider_item .lead p + p {
  margin-top: 0.5em;
}
.branchIndex-areahighlights_slider_item .index {
  display: table;
  margin: 18px 0 0; 
  width: 100%;
  table-layout: fixed;
}
.branchIndex-areahighlights_slider_item .index .list {
  display: table-cell;
  vertical-align: top;
  font-size: 0.8125rem;
}
.branchIndex-areahighlights_slider_item .index .list.w-1 {
  width: 10%;
}
.branchIndex-areahighlights_slider_item .index .list.w-2 {
  width: 20%;
}
.branchIndex-areahighlights_slider_item .index .list.w-3 {
  width: 30%;
}
.branchIndex-areahighlights_slider_item .index .list.w-4 {
  width: 40%;
}
.branchIndex-areahighlights_slider_item .index .list.w-5 {
  width: 50%;
}
.branchIndex-areahighlights_slider_item .index .list.w-6 {
  width: 60%;
}
.branchIndex-areahighlights_slider_item .index .list.w-7 {
  width: 70%;
}
.branchIndex-areahighlights_slider_item .index .list.w-8 {
  width: 80%;
}
.branchIndex-areahighlights_slider_item .index .list.w-9 {
  width: 90%;
}
.branchIndex-areahighlights_slider_item .index .list.w-10 {
  width: 100%;
}
.branchIndex-areahighlights_slider_item .index .list_item {
  margin: 0 20px 8px 0;
}
.branchIndex-areahighlights_slider_item .thumb {
  margin-right: auto; 
  margin-left: 7px;
  width: 300px;
}

/* 新着情報 ---------- */
.branchIndex-news {
  padding: 58px 0 50px;
}
@media (max-width: 767.98px) {
  .branchIndex-news {
    padding: 50px 0;
  }
}

/* 支社紹介 ---------- */
.branchIndex-overview {
  padding: 45px 0 150px;
  background-color: var(--color-gray-100);
}
.branchIndex-overview .h {
  margin: 0 0 16px;
  padding: 0 0 6px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .branchIndex-overview .h {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .branchIndex-overview {
    padding-bottom: 80px;
  }
}

.branchIndex-about .row {
  display: flex;
}
@media (max-width: 767.98px) {
  .branchIndex-about .row {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .branchIndex-about .content {
    flex-basis: 450px;
    padding-bottom: 30px;
  }
}

.branchIndex-about .address {
  margin: 18px 0 0;
}
.branchIndex-about .address .h {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}
.branchIndex-about .address p .col {
  display: table-cell;
}
.branchIndex-about .address p .col.nowrap {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .branchIndex-about .img {
    flex-basis: 490px;
    margin-left: auto;
    padding: 5px 0 0;
  }
}

@media (max-width: 767.98px) {
  .branchIndex-about .img {
    margin-top: 25px;
    margin-left: 8%;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .branchIndex-office {
    margin-top: 30px;
  }
}

.branchIndex-office_list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -22px;
}
@media (max-width: 767.98px) {
  .branchIndex-office_list {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.branchIndex-office_list_item {
  margin: 5px 22px;
}
@media (max-width: 767.98px) {
  .branchIndex-office_list_item {
    display: flex;
    align-items: center;
    flex-basis: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .branchIndex-office_list_item .name {
    margin-right: 10px;
  }
  .branchIndex-office_list_item .c-btn {
    margin-left: auto;
  }
}

/* ビジネス・導入事例 --------------- */
.branchIndex-installations {
  padding-bottom: 109px;
}
@media (max-width: 767.98px) {
  .branchIndex-installations {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .branchIndex-installations_catch {
    margin-right: -20px;
    margin-bottom: 16px;
    margin-left: -20px;
    text-align: center;
  }
}

.installations_sort {
  position: relative;
}

.installations_sort_desc {
  padding: 5px 0 0;
}
@media (max-width: 767.98px) {
  .installations_sort_desc {
    display: none;
  }
}

.installations_sort_nav {
  margin: 16px 0 0 -16px; 
  width: 720px;
}
@media (max-width: 767.98px) {
  .installations_sort_nav {
    display: none;
  }
}

.installations_sort_nav_item {
  position: relative;
  float: left;
  width: 110px;
  height: 110px;
}
.installations_sort_nav_item a {
  display: block;
  height: 110px;
  text-indent: -9999px;
}

.installations_sort_nav_item.category_1 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_01.png) no-repeat;
}

.installations_sort_nav_item.category_2 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_02.png) no-repeat;
}

.installations_sort_nav_item.category_3 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_03.png) no-repeat;
}

.installations_sort_nav_item.category_4 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_04.png) no-repeat;
}

.installations_sort_nav_item.category_5 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_05.png) no-repeat;
}

.installations_sort_nav_item.category_6 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_06.png) no-repeat;
}

.installations_sort_nav_item.category_7 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_07.png) no-repeat;
}

.installations_sort_nav_item.category_8 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_08.png) no-repeat;
}

.installations_sort_nav_item.category_9 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_09.png) no-repeat;
}

.installations_sort_nav_item.category_10 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_10.png) no-repeat;
}

.installations_sort_nav_item.category_11 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_11.png) no-repeat;
}

.installations_sort_nav_item.category_12 a {
  background: url(/business/area/shared_resp/img/branch_index/installations_sort_btn_12.png) no-repeat;
}

.installations_sort_nav_item a:hover,
.installations_sort_nav_item.is-current a {
  background-position: -110px 0;
}

.installations_sort_nav_item.is-disabled a {
  cursor: default; 
  background-position: -220px 0;
}

.installations_sort_nav_tooltip {
  position: absolute;
  z-index: 2;
  top: -70px;
  left: 0;
}
.category_2 .installations_sort_nav_tooltip {
  left: 3px;
}
.category_3 .installations_sort_nav_tooltip {
  left: 4px;
}
.category_4 .installations_sort_nav_tooltip {
  left: 3px;
}
.category_5 .installations_sort_nav_tooltip {
  left: 6px;
}
.category_6 .installations_sort_nav_tooltip {
  left: -7px;
}
.category_8 .installations_sort_nav_tooltip {
  left: 3px;
}
.category_9 .installations_sort_nav_tooltip {
  left: 4px;
}
.category_10 .installations_sort_nav_tooltip {
  left: -10px;
}
.category_11 .installations_sort_nav_tooltip {
  left: -9px;
}
.category_12 .installations_sort_nav_tooltip {
  left: -7px;
}
.installations_sort_nav_tooltip img {
  max-width: none;
  height: 76px;
}

.installations_category {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .installations_category {
    display: none;
  }
}

.installations_category_list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0;
}

.installations_category_item {
  display: flex;
  align-items: center; 
  flex-basis: calc(100% / 6);
  flex-direction: column;
  margin: 8px 0;
}

.installations_category_item_ico {
  width: 40px;
}

.installations_category_item_label {
  margin-top: 6px;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.2;
}

.installations_help {
  margin-top: 25px;
  text-align: center;
}

.installations_help_btn {
  padding: 6px 8px 5px;
  border: 1px solid var(--color-gray-700);
  background-color: var(--color-white);
  font-size: 0.8125rem;
}
.installations_help_btn::before {
  content: "";
  display: inline-block;
  margin: -9px 4px -5px 0;
  width: 14px;
  height: 14px;
  background: url(/business/area/shared_resp/img/branch_index/ico_help.png) no-repeat;
  background-size: 14px 14px; 
  vertical-align: middle;
}

.installations_sort_listContainer {
  overflow: hidden;
  margin: 38px 0 0;
}

.installations_sort_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -43px;
}
@media (max-width: 767.98px) {
  .installations_sort_list {
    margin: -6px -11px;
  }
}

.installations_sort_list_item {
  display: none;
  flex-basis: 298px;
  margin: 23px 43px 0 0;
}
@media (max-width: 767.98px) {
  .installations_sort_list_item {
    flex-basis: calc(50% - 22px);
    margin: 6px 11px;
  }
}
.installations_sort_list_item.is-visible {
  display: block;
  -webkit-animation: show_item 0.3s;
          animation: show_item 0.3s;
}

@-webkit-keyframes show_item {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show_item {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.installations_sort_map {
  position: absolute;
  top: -39px;
  right: 0;
  width: 280px;
  height: 340px;
}
@media (max-width: 767.98px) {
  .installations_sort_map {
    display: none;
  }
}

.installations_sort_point_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/business/area/shared_resp/img/branch_index/installations_map_point.png) no-repeat;
}
.installations_sort_point_item.is-disabled {
  visibility: hidden;
}
.installations_sort_point_item.is-current {
  z-index: 1;
  background-position: 0 -16px;
}

.installations_sort_point_item_multi {
  position: static;
  width: auto;
  height: auto;
  background: none;
}
.installations_sort_point_item_multi span {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/business/area/shared_resp/img/branch_index/installations_map_point.png) no-repeat;
}
.installations_sort_point_item_multi.is-disabled span {
  visibility: hidden;
}
.installations_sort_point_item_multi.is-current span {
  z-index: 1;
  background-position: 0 -16px;
}

.installations_loadMore {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .installations_loadMore {
    margin-top: 20px;
  }
}

.installations_loadMore_btn {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 10px 0 9px;
  border: 0;
  border-radius: 0;
  outline: none; 
  width: 200px;
  cursor: pointer;
  background-color: var(--color-yellow-400);
  text-align: center;
  color: inherit;
  font-size: 100%;

  -webkit-appearance: none;
  overflow-anchor: none;
}
.installations_loadMore_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 8px;
  background: url(/business/area/shared_resp/img/loadmore_arw.png) no-repeat;
}
.installations_loadMore_btn .inner {
  /* for IE11 */
  position: relative;
}

.load-more {
  text-align: center;
}

/* 展示会・セミナー --------------- */
.branchIndex-events {
  padding-bottom: 150px;
  background-color: var(--color-gray-100);
}
@media (max-width: 767.98px) {
  .branchIndex-events {
    padding-bottom: 80px;
  }
}

.branchIndex-events_catch {
  width: 980px;
  height: 210px;
  background: url(/business/area/shared_resp/img/branch_index/events_catch_bg.jpg) no-repeat;
}
@media (max-width: 767.98px) {
  .branchIndex-events_catch {
    margin-right: -20px;
    margin-bottom: 11px;
    margin-left: -20px;
    width: auto;
    height: auto;
    background: none;
  }
}

/* 支社だより・活動報告 --------------- */
.branchIndex-info {
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .branchIndex-info {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .branchIndex-info_catch {
    margin-right: -20px;
    margin-left: -20px;
    text-align: center;
  }
}

.branchIndex-info_slider {
  position: relative;
  margin: 0 auto; 
  width: 866px;
}
@media (max-width: 767.98px) {
  .branchIndex-info_slider {
    margin-right: -20px;
    margin-left: -20px; 
    width: auto;
  }
}
.branchIndex-info_slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 80px;
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer; 
  font-size: 0;
}
.branchIndex-info_slider .slick-arrow:hover {
  opacity: 0.7;
}
.branchIndex-info_slider .slick-prev {
  left: -64px;
  background: url(/business/area/shared_resp/img/branch_index/slider_nav_prev.png);
}
.branchIndex-info_slider .slick-next {
  right: -64px;
  background: url(/business/area/shared_resp/img/branch_index/slider_nav_next.png);
}
.branchIndex-info_slider .slick-disabled {
  cursor: default;
  background-position: 0 -50px;
}
.branchIndex-info_slider .slick-disabled:hover {
  opacity: 1;
}
.branchIndex-info_slider .slick-dots {
  display: flex;
  margin: 30px 20px 0;
  border-radius: 3px 3px; 
  background-color: #d0cfcf;
  font-size: 0;
}
.branchIndex-info_slider .slick-dots > li {
  flex: 1;
}
.branchIndex-info_slider .slick-dots > li button {
  display: block;
  border-radius: 3px 3px; 
  width: 100%;
  height: 5px;
}
.branchIndex-info_slider .slick-dots > li.slick-active button {
  background-color: var(--color-orange-400);
}

.branchIndex-info_slider_item {
  margin-right: 40px; 
  width: 262px;
}
.branchIndex-info_slider_item a {
  text-decoration: none; 
  color: inherit;
}
@media (max-width: 767.98px) {
  .branchIndex-info_slider_item {
    margin-right: 30px; 
    width: 240px;
  }
}

.branchIndex-info_index .thumb img {
  height: 164px;
}
@media (max-width: 767.98px) {
  .branchIndex-info_index .thumb img {
    height: 150px;
  }
}

.branchIndex-info_index .date {
  margin: 14px 0 0;
  font-size: 0.625rem;
}

.branchIndex-info_index .tit {
  margin: 6px 0 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.branchIndex-info_index .tit a {
  text-decoration: none; 
  color: var(--color-gray-900);
}
@media (max-width: 767.98px) {
  .branchIndex-info_index .tit {
    font-size: 0.875rem;
  }
}

.branchIndex-info_index .desc {
  margin: 8px 0 0;
}

.branchIndex-info_index .btn_readmore {
  margin-top: 12px;
  text-align: right;
}
.branchIndex-info_index .btn_readmore img {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .branchIndex-info_index .btn_readmore {
    text-align: left;
  }
}

/* グループ会社紹介 --------------- */
.branchIndex-group .intro {
  margin: 80px 0 48px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .branchIndex-group .intro {
    margin: 60px 0 30px;
  }
}

.branchIndex-group .intro .lead {
  color: #555; 
  font-size: 1.0625rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .branchIndex-group .intro .lead {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .branchIndex-group .intro .caution {
    margin-top: 4px;
    font-size: 0.6875rem;
  }
}

@media (max-width: 767.98px) {
  .branchIndex-group .intro .caution {
    margin-top: 10px;
  }
}

.group_index {
  margin-top: 34px;
}
@media (max-width: 767.98px) {
  .group_index {
    margin-top: 26px;
  }
}

.group_index_h {
  margin: 0 0 8px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .group_index_h {
    font-size: 1rem;
  }
}

.group_index_list {
  border: 3px solid #febbb8;
}

.group_index_item + .group_index_item {
  border-top: 3px solid #febbb8;
}

.group_index.category_02 .group_index_list,
.group_index.category_02 .group_index_item + .group_index_item {
  border-color: #fee0b8;
}

.group_index.category_03 .group_index_list,
.group_index.category_03 .group_index_item + .group_index_item {
  border-color: #bcd5a0;
}

.group_index.category_04 .group_index_list,
.group_index.category_04 .group_index_item + .group_index_item {
  border-color: #f5e999;
}

.group_index.category_05 .group_index_list,
.group_index.category_05 .group_index_item + .group_index_item {
  border-color: #a6c9e9;
}

.group_index.category_06 .group_index_list,
.group_index.category_06 .group_index_item + .group_index_item {
  border-color: #a6e9e2;
}

.group_index_item_head {
  position: relative;
  padding: 11px 180px 10px 20px;
  cursor: pointer; 
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .group_index_item_head {
    padding-right: 50px;
    padding-left: 12px;
  }
}

.group_index_item_h {
  display: flex;
  align-items: center;
}
.group_index_item_h::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-right: 4px;
  width: 6px;
  height: 5px;
  background: url(/business/area/shared_resp/img/arw_01.png) no-repeat 0 0;
}

.group_index_item_toggle {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12em;
  color: var(--color-gray-800);
  font-size: 0.8125rem;
}
@media (max-width: 767.98px) {
  .group_index_item_toggle {
    width: 50px;
  }
}
@media (max-width: 767.98px) {
  .group_index_item_toggle .label {
    display: none;
  }
}
.group_index_item_toggle .ico {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
}
.group_index_item_toggle .ico::before,
.group_index_item_toggle .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 17px;
  height: 3px;
  background-color: var(--color-gray-800);
}
.group_index_item_toggle .ico::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-opened .group_index_item_toggle .ico::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.group_index_item_desc {
  margin: 0 20px;
  padding: 10px 0;
  border-top: 1px solid var(--color-gray-500);
}
@media (max-width: 767.98px) {
  .group_index_item_desc {
    margin: 0 12px;
  }
}