  @charset "UTF-8";
.products_idx__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px 0 48px;
}
.products_idx__lst li {
  width: 47.5%;
  margin-bottom: 40px;
  text-align: center;
}
.products_idx__lst li figure {
  margin-bottom: 16px;
}
.products_idx__lst li h3 {
  font-size: 1.125em;
  margin-bottom: 8px;
}
.products_idx__lst li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products_idx__lst li .tag i {
  display: block;
  font-style: normal;
  color: #3651A8;
  background: #c2cae4;
  position: relative;
  margin: 0 0 0 24px;
  padding: 2px 8px;
}
.products_idx__lst li .tag i::before {
  content: "¡Á";
  background: none;
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.products_idx__lst li .tag i:first-child {
  margin: 0;
}
.products_idx__lst li .tag i:first-child::before {
  content: none;
}

.products_idx_slider {
  background: #9aa7d3;
}
.products_idx_slider .btn {
  margin: 64px 0;
}
.products_idx_slider .btn a {
  max-width: 480px;
  display: block;
  border: 1px solid #222;
  margin: auto;
  color: #222;
  position: relative;
  padding: 16px 0;
  text-align: center;
  font-size: 0.875em;
}
.products_idx_slider .btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_idx_slider .swiper-container {
  overflow: hidden;
  padding: 0 70px;
}
.products_idx_slider .swiper-wrapper .swiper-slide figure {
  margin-bottom: 12px;
}
.products_idx_slider .swiper-wrapper .swiper-slide h3 {
  margin-bottom: 8px;
}
.products_idx_slider .swiper-wrapper .swiper-slide p {
  font-size: 0.875em;
  margin-bottom: 4px;
}
.products_idx_slider .swiper-wrapper .swiper-slide .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products_idx_slider .swiper-wrapper .swiper-slide .tag i {
  font-style: normal;
  font-size: 0.875em;
  display: block;
  margin-left: 16px;
}
.products_idx_slider .swiper-wrapper .swiper-slide .tag i::before {
  content: "¡ô";
  padding-right: 4px;
  color: #3651A8;
}
.products_idx_slider .swiper-wrapper .swiper-slide .tag i:first-child {
  margin-left: 0;
}
.products_idx_slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/images/common/prev.png) no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}
.products_idx_slider .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/images/common/next.png) no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}

.products_page {
  margin: 48px 0;
}
.products_page__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_page__photos.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products_page__photos.border {
  border-bottom: 1px solid #ccc;
}
.products_page__photos li {
  width: 47.5%;
  margin-bottom: 48px;
}
.products_page__photos li h3 {
  margin: 8px 0 16px;
}
.products_page__photos li h3::before {
  content: "¡ô";
  padding-right: 4px;
  color: #9AA8D3;
}
.products_page__equip {
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_page__equip-block {
  width: 47.5%;
  margin-bottom: 24px;
}
.products_page__equip-block-ttl {
  background: #3651A8;
  color: #fff;
  padding: 4px 16px;
  font-size: 1.25em;
}
.products_page__equip-block-lst {
  margin: 24px 0;
  padding: 0 8px;
}
.products_page__equip-block-lst li {
  margin: 0 0 8px 0;
  font-size: 0.875em;
}
.products_page__equip-block-lst li::before {
  content: "¡ô";
  padding-right: 4px;
  color: #9AA8D3;
}

.products_page__equip-block-lst2 {
  margin: 24px 0;
  padding: 0 8px;
}
.products_page__equip-block-lst2 li {
  margin: 0 0 8px 0;
  font-size: 0.875em;
}

.products_page__equip-block-lst2 li a {
  color: #222;
  display: block;
  padding: 0 32px 0.3em 1.25em;
  text-indent: -1.25em;
  position: relative;
}
.products_page__equip-block-lst2 li a::before {
  content: "¡ô";
  padding-right: 4px;
  color: #3651A8;
  opacity: 0.5;
}
.products_page__equip-block-lst2 li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  position: absolute;
  right: 16px;
  top: 30%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.products_page__equip-nav {
  width: 47.5%;
  margin-bottom: 24px;
}
.products_page__equip-nav a {
  display: block;
  background: #3651A8;
  color: #fff;
  padding: 12px 16px;
  font-size: 1.25em;
  position: relative;
  line-height: 1.25;
}
.products_page__equip-nav a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_page__equip-nav a small {
  display: inline-block;
}
.products_page__works {
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_page__works li {
  width: 47.5%;
  margin: 0 0 48px 0;
}
.products_page__works li figure {
  margin-bottom: 12px;
}
.products_page__works li figure img {
  /*width: 100%;*/
  height: auto;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.products_page__works li figure img.lazyload {
  opacity: 0;
}
.products_page__works li figure img.lazyloaded {
  opacity: 1;
}
.products_page__works li h3 {
  margin-bottom: 8px;
}
.products_page__works li p {
  font-size: 0.875em;
  margin-bottom: 4px;
  font-weight: bold;
}
.products_page__works li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products_page__works li .tag i {
  font-style: normal;
  font-size: 0.875em;
  display: block;
  margin-left: 16px;
}
.products_page__works li .tag i::before {
  content: "¡ô";
  padding-right: 4px;
  color: #9AA8D3;
}
.products_page__works li .tag i:first-child {
  margin-left: 0;
}
.products_page__btn {
  text-align: center;
}
.products_page__btn a {
  background: #D5D5D5;
  color: #222;
  display: block;
  max-width: 480px;
  margin: auto;
  padding: 12px 0;
  border-radius: 48px;
  position: relative;
}
.products_page__btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_page__btn.second {
  margin: 24px 0 0 0;
}
.products_page__btn_2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products_page__btn_2column li {
  text-align: center;
  width: 47.5%;
}
.products_page__btn_2column li a {
  background: #D5D5D5;
  color: #222;
  display: block;
  max-width: 80%;
  margin: auto;
  padding: 12px 0;
  border-radius: 48px;
  position: relative;
}
.products_page__btn_2column li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_page .pfi__page-photo {
  margin: 48px 0 16px;
}
.products_page .pfi__page-lead {
  line-height: 2.25;
}
.products_page .pfi__page-ttl {
  margin: 48px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products_page .pfi__page-ttl-txt {
  width: 50%;
  background: #3651A8;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5em;
}
.products_page .pfi__page-ttl-thumbnail {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products_page .pfi__page-sub {
  color: #3651A8;
  padding-left: 16px;
  border-left: 4px solid #3651A8;
  font-size: 1.5em;
  margin: 64px 0 24px;
  position: relative;
}
.products_page .pfi__page-table {
  margin: 40px 0 80px;
}
.products_page .pfi__page-table table {
  width: 100%;
}
.products_page .pfi__page-table table tr th, .products_page .pfi__page-table table tr td {
  border: 1px solid #585858;
  padding: 12px 24px;
  font-size: 0.875em;
}
.products_page .pfi__page-table table tr th {
  background: #B1BAD9;
  width: 20%;
}
.products_page .pfi__page-ecotable {
  margin: 40px 0 80px;
}
.products_page .pfi__page-ecotable table {
  width: 100%;
  margin-bottom: 8px;
}
.products_page .pfi__page-ecotable table tr th, .products_page .pfi__page-ecotable table tr td {
  border: 1px solid #585858;
  padding: 12px 24px;
  font-size: 0.875em;
}
.products_page .pfi__page-ecotable table tr th {
  background: #B1BAD9;
}
.products_page .pfi__page-ecotable .right {
  font-size: 0.875em;
}

.page__worksnav {
  padding: 40px 5%;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 80px;
}
.page__worksnav-ttl {
  color: #3651A8;
  width: 25%;
  text-align: center;
  font-size: 1.25em;
}
.page__worksnav-lst {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #666;
  padding-left: 5%;
}
.page__worksnav-lst li {
  text-align: center;
  width: 16.6666%;
}
.page__worksnav-lst li a {
  display: block;
  color: #222;
  padding: 8px 0;
  position: relative;
}
.page__worksnav-lst li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 45%;
}
@media screen and (max-width: 767px) {
  .products_idx__lst {
    margin: 48px 0 24px;
  }
  .products_idx__lst li {
    margin-bottom: 24px;
  }
  .products_idx__lst li h3 {
    font-size: 0.875em;
    margin-bottom: 16px;
  }
  .products_idx__lst li .tag i {
    font-size: 0.75em;
  }
  .products_idx_slider .btn {
    margin: 7.5% 5%;
  }
  .products_idx_slider .btn a {
    max-width: inherit;
  }
  .products_idx_slider .swiper-container {
    overflow: visible;
    padding: 0 16px;
  }
  .products_idx_slider .swiper-wrapper .swiper-slide h3 {
    font-size: 0.875em;
  }
  .products_idx_slider .swiper-wrapper .swiper-slide p {
    font-size: 0.75em;
  }
  .products_idx_slider .swiper-wrapper .swiper-slide .tag i {
    font-size: 0.75em;
  }
  .products_idx_slider .swiper-button-prev {
    left: -20px;
    width: 30px;
    height: 30px;
  }
  .products_idx_slider .swiper-button-next {
    right: -20px;
    width: 30px;
    height: 30px;
  }

  .products_page {
    margin: 48px 0;
  }
  .products_page__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products_page__photos li {
    width: 47.5%;
    margin-bottom: 40px;
  }
  .products_page__photos li h3 {
    margin: 8px 0 16px;
    font-size: 0.75em;
  }
  .products_page__photos li h3::before {
    content: "¡ô";
    padding-right: 4px;
    color: #9AA8D3;
  }
  .products_page__equip {
    margin: 48px 0 0;
    display: block;
  }
  .products_page__equip-block {
    width: auto;
    margin-bottom: 48px;
  }
  .products_page__equip-block-ttl {
    background: #3651A8;
    color: #fff;
    padding: 4px 16px;
    font-size: 1em;
  }
  .products_page__equip-block-lst {
    margin: 24px 0;
    padding: 0 8px;
  }
  .products_page__equip-block-lst li {
    margin: 0 0 8px 0;
    font-size: 0.75em;
  }
  .products_page__equip-nav {
    width: auto;
    margin-bottom: 16px;
  }
  .products_page__equip-nav a {
    font-size: 1em;
  }
  .products_page__works {
    margin: 48px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products_page__works li h3 {
    font-size: 0.875em;
  }
  .products_page__works li p {
    font-size: 0.75em;
  }
  .products_page__works li .tag i {
    font-size: 0.75em;
  }
  .products_page__btn a {
    max-width: inherit;
    font-size: 0.875em;
  }
  .products_page__btn_2column {
    display: block;
  }
  .products_page__btn_2column li {
    width: auto;
    margin-bottom: 16px;
  }
  .products_page__btn_2column li a {
    max-width: inherit;
  }
  .products_page .pfi__page-photo {
    margin: 24px 0 16px;
  }
  .products_page .pfi__page-ttl {
    margin: 24px 0 16px;
    display: block;
  }
  .products_page .pfi__page-ttl-txt {
    width: auto;
    font-size: 1em;
    padding: 8px 0;
  }
  .products_page .pfi__page-ttl-thumbnail {
    width: auto;
    display: block;
  }
  .products_page .pfi__page-sub {
    font-size: 1.15em;
    margin: 48px 0 16px;
  }
  .products_page .pfi__page-table {
    margin: 24px 0 48px;
  }
  .products_page .pfi__page-table table {
    width: 100%;
  }
  .products_page .pfi__page-table table tr th {
    width: 35%;
  }
  .products_page .pfi__page-ecotable {
    margin: 24px 0 48px;
  }
  .products_page .pfi__page-ecotable table {
    width: 100%;
  }
  .page__worksnav {
    padding: 7.5% 5%;
    display: block;
    margin: 24px 0;
  }
  .page__worksnav-ttl {
    width: auto;
    font-size: 1em;
  }
  .page__worksnav-lst {
    width: auto;
    border-left: none;
    padding-left: 0;
    margin-top: 12px;
  }
  .page__worksnav-lst li {
    width: 25%;
  }
}

/*ÅäëŠ¤Î…fÁ¦»áÉç¥Ú©`¥¸¤ÎCSS*/

#gmap {
    width: 100%;
    height: calc(100vh - 80px);
    border: none;
    vertical-align: bottom;
}

.tab {
  max-width: 100%;
  margin: auto;
}

.tab .tab-box h3 {
    font-size: 50%;
}
.tab .tab-box h3::before {
    content: "¡ô";
    padding-right: 4px;
    color: #9AA8D3;
}

.tab-menu {
  display: flex;
}

.tab-item {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  flex-grow: 1;
  border: solid #CCC;
  border-width:0 1px 0 1px;
  color:#3651A8;
}
    

	@media (max-width: 768px) {
.tab-item {
  border-width:1px;
}
}


.tab-item:not(:first-child) {
  border-left: none;
}

.tab-item.active {
  background: #3651A8;
  color: #FFF;
  position: relative;
}

.tab-item.active:after {
    content: "";
    display: block;
    width: 16px;
    height: 9px;
    background: url(/images/products/active-arrow.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -8px;
    background: url(/images/products/active-arrow.png) 0 0 no-repeat \9;
}


.tab-item.active a {
  color: #FFF;
}


.tab-item a {
  display:block;
}

.tab-box {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:2em;
  /*border: 1px solid skyblue;*/
}
    
.tab-content {
  display: none;
  font-size: 40px;
}

.tab-content.show {
  display: block;
  width:100%;
}

.tab-content .office-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 48px;
	font-size: 16px;
}


.tab-content .office-list li {
    width: 47.5%;
}

	@media (max-width: 768px) {
.tab-content .office-list li {
    width: 95%;
}
}



.tab-content .office-list li a {
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
    color: #222;
    padding: 16px 0;
}

.tab-content .office-list li a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #3651A8;
    border-top: 1px solid #3651A8;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
















