.bx-wrapper {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
}

.mv {
  position: relative;
  /* background: url(../imgs/mv.jpg) center no-repeat;
  background-size: cover;
  height: 730px; */
  height: calc(100vh - 109px);
  overflow: hidden;
  position: relative;
}
.mv .mv_pc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  vertical-align: bottom;
}
/*.mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  vertical-align: bottom;
}*/
.mv .mv_txt {
  position: absolute;
  top: 22%;/*top: 50%;*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}

/* @media only screen and (max-width: 1279px) {
	.mv {
		video {
			width: auto;
			height: 100%;	
		}
	}
} */
@media only screen and (max-width: 1023px) {
  .mv {
    height: auto;
  }
  /*.mv video {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
  }*/
}
@media only screen and (max-width: 639px) {
  .mv {
    /* height: calc(80vh); */
  }

  .mv .mv_txt {
				top: 25%;/*top: 50%;*/
    max-width: 200%;
  }
}
/* @media only screen and (max-width: 1439px) {
	.mv {
		height: auto;
		background: none;
		.image {
			display: block;	
		}
	}
} */
#tab__wrap {
  max-width: calc(1192px - 32px);
  width: calc(100% - 32px);
  margin: -54px auto 100px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  position: relative;
  z-index: 10;
}

.tab0 {
  background: url(../imgs/tab_bg0.jpg) center no-repeat;
  background-size: cover;
}

.tab1 {
  background: url(../imgs/tab_bg1.jpg) center no-repeat;
  background-size: cover;
}

.tab2 {
  background: url(../imgs/tab_bg2.jpg) center no-repeat;
  background-size: cover;
}

.tab3 {
  background: url(../imgs/tab_bg3.jpg) center no-repeat;
  background-size: cover;
}

.tab4 {
  background: url(../imgs/tab_bg4.jpg) center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 639px) {
  #tab__wrap {
    background: none;
    margin-top: -20px;
    margin-bottom: 60px;
  }
}
.tab__btn {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.tab__btn ul li {
  width: 20%;
}
.tab__btn ul li + li {
  padding-left: 1px;
}
.tab__btn ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .tab__btn ul li a:hover {
    background: rgba(255, 255, 255, 0.9);
  }
}
.tab__btn ul li a.active {
  background: transparent;
  color: white;
}

@media only screen and (max-width: 639px) {
  .tab__btn {
    border: none;
  }
  .tab__btn ul li {
    width: 100%;
    padding: 0 !important;
  }
  .tab__btn ul li a {
    height: 75px;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: white;
  }
  .tab__btn ul li:nth-child(1) a {
    background: url(../common/imgs/icon_arrow04.png) left 20px center no-repeat, url(../imgs/tab__btn_bg01.jpg) center no-repeat;
    background-size: 13.5px auto,cover;
  }
  .tab__btn ul li:nth-child(2) a {
    background: url(../common/imgs/icon_arrow04.png) left 20px center no-repeat, url(../imgs/tab__btn_bg02.jpg) center no-repeat;
    background-size: 13.5px auto,cover;
  }
  .tab__btn ul li:nth-child(3) a {
    background: url(../common/imgs/icon_arrow04.png) left 20px center no-repeat, url(../imgs/tab__btn_bg03.jpg) center no-repeat;
    background-size: 13.5px auto,cover;
  }
  .tab__btn ul li:nth-child(4) a {
    background: url(../common/imgs/icon_arrow04.png) left 20px center no-repeat, url(../imgs/tab__btn_bg04.jpg) center no-repeat;
    background-size: 13.5px auto,cover;
  }
  .tab__btn ul li:nth-child(5) a {
    background: url(../common/imgs/icon_arrow04.png) left 20px center no-repeat, url(../imgs/tab__btn_bg05.jpg) center no-repeat;
    background-size: 13.5px auto,cover;
  }
}
.tab__items .item ul li {
  width: 33.33333333%;
}
.tab__items .item ul li:not(:nth-child(3n)) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.tab__items .item ul li > a, .tab__items .item ul li > span {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 110px;
  background: transparent;
  /* padding: 11.6883116% 0; */
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.14em;
  color: white;
  position: relative;
}
.tab__items .item ul li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.tab__items .item ul li a .text {
  position: relative;
}
.tab__items .item ul li a .text .nu:after {
  border-color: white;
}
.tab__items .item ul li a:hover {
  /* background: rgba(0,0,0,0.0); */
}
.tab__items .item ul li a:hover .bg {
  opacity: 1;
}

.tab0 .tab__items .item ul li:nth-child(1) a, .tab0 .tab__items .item ul li:nth-child(1) > span {
  background: url(../imgs/tab0_item01.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(1) a .bg, .tab0 .tab__items .item ul li:nth-child(1) > span .bg {
  background: url(../imgs/tab0_item01_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(2) a, .tab0 .tab__items .item ul li:nth-child(2) > span {
  background: url(../imgs/tab0_item02.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(2) a .bg, .tab0 .tab__items .item ul li:nth-child(2) > span .bg {
  background: url(../imgs/tab0_item02_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(3) a, .tab0 .tab__items .item ul li:nth-child(3) > span {
  background: url(../imgs/tab0_item03.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(3) a .bg, .tab0 .tab__items .item ul li:nth-child(3) > span .bg {
  background: url(../imgs/tab0_item03_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(4) a, .tab0 .tab__items .item ul li:nth-child(4) > span {
  background: url(../imgs/tab0_item04.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(4) a .bg, .tab0 .tab__items .item ul li:nth-child(4) > span .bg {
  background: url(../imgs/tab0_item04_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(5) a, .tab0 .tab__items .item ul li:nth-child(5) > span {
  background: url(../imgs/tab0_item05.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(5) a .bg, .tab0 .tab__items .item ul li:nth-child(5) > span .bg {
  background: url(../imgs/tab0_item05_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(6) a, .tab0 .tab__items .item ul li:nth-child(6) > span {
  background: url(../imgs/tab0_item06.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(6) a .bg, .tab0 .tab__items .item ul li:nth-child(6) > span .bg {
  background: url(../imgs/tab0_item06_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(7) a, .tab0 .tab__items .item ul li:nth-child(7) > span {
  background: url(../imgs/tab0_item07.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(7) a .bg, .tab0 .tab__items .item ul li:nth-child(7) > span .bg {
  background: url(../imgs/tab0_item07_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(8) a, .tab0 .tab__items .item ul li:nth-child(8) > span {
  background: url(../imgs/tab0_item08.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(8) a .bg, .tab0 .tab__items .item ul li:nth-child(8) > span .bg {
  background: url(../imgs/tab0_item08_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(9) a, .tab0 .tab__items .item ul li:nth-child(9) > span {
  background: url(../imgs/tab0_item09.jpg) center no-repeat;
  background-size: cover;
}
.tab0 .tab__items .item ul li:nth-child(9) a .bg, .tab0 .tab__items .item ul li:nth-child(9) > span .bg {
  background: url(../imgs/tab0_item09_ov.jpg) center no-repeat;
  background-size: cover;
}

.tab1 .tab__items .item ul li:nth-child(1) a, .tab1 .tab__items .item ul li:nth-child(1) > span {
  background: url(../imgs/tab1_item01.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(1) a .bg, .tab1 .tab__items .item ul li:nth-child(1) > span .bg {
  background: url(../imgs/tab1_item01_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(2) a, .tab1 .tab__items .item ul li:nth-child(2) > span {
  background: url(../imgs/tab1_item02.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(2) a .bg, .tab1 .tab__items .item ul li:nth-child(2) > span .bg {
  background: url(../imgs/tab1_item02_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(3) a, .tab1 .tab__items .item ul li:nth-child(3) > span {
  background: url(../imgs/tab1_item03.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(3) a .bg, .tab1 .tab__items .item ul li:nth-child(3) > span .bg {
  background: url(../imgs/tab1_item03_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(4) a, .tab1 .tab__items .item ul li:nth-child(4) > span {
  background: url(../imgs/tab1_item04.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(4) a .bg, .tab1 .tab__items .item ul li:nth-child(4) > span .bg {
  background: url(../imgs/tab1_item04_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(5) a, .tab1 .tab__items .item ul li:nth-child(5) > span {
  background: url(../imgs/tab1_item05.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(5) a .bg, .tab1 .tab__items .item ul li:nth-child(5) > span .bg {
  background: url(../imgs/tab1_item05_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(6) a, .tab1 .tab__items .item ul li:nth-child(6) > span {
  background: url(../imgs/tab1_item06.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(6) a .bg, .tab1 .tab__items .item ul li:nth-child(6) > span .bg {
  background: url(../imgs/tab1_item06_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(7) a, .tab1 .tab__items .item ul li:nth-child(7) > span {
  background: url(../imgs/tab1_item07.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(7) a .bg, .tab1 .tab__items .item ul li:nth-child(7) > span .bg {
  background: url(../imgs/tab1_item07_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(8) a, .tab1 .tab__items .item ul li:nth-child(8) > span {
  background: url(../imgs/tab1_item08.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(8) a .bg, .tab1 .tab__items .item ul li:nth-child(8) > span .bg {
  background: url(../imgs/tab1_item08_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(9) a, .tab1 .tab__items .item ul li:nth-child(9) > span {
  background: url(../imgs/tab1_item09.jpg) center no-repeat;
  background-size: cover;
}
.tab1 .tab__items .item ul li:nth-child(9) a .bg, .tab1 .tab__items .item ul li:nth-child(9) > span .bg {
  background: url(../imgs/tab1_item09_ov.jpg) center no-repeat;
  background-size: cover;
}

.tab2 .tab__items .item ul li:nth-child(1) a, .tab2 .tab__items .item ul li:nth-child(1) > span {
  background: url(../imgs/tab2_item01.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(1) a .bg, .tab2 .tab__items .item ul li:nth-child(1) > span .bg {
  background: url(../imgs/tab2_item01_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(2) a, .tab2 .tab__items .item ul li:nth-child(2) > span {
  background: url(../imgs/tab2_item02.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(2) a .bg, .tab2 .tab__items .item ul li:nth-child(2) > span .bg {
  background: url(../imgs/tab2_item02_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(3) a, .tab2 .tab__items .item ul li:nth-child(3) > span {
  background: url(../imgs/tab2_item03.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(3) a .bg, .tab2 .tab__items .item ul li:nth-child(3) > span .bg {
  background: url(../imgs/tab2_item03_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(4) a, .tab2 .tab__items .item ul li:nth-child(4) > span {
  background: url(../imgs/tab2_item04.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(4) a .bg, .tab2 .tab__items .item ul li:nth-child(4) > span .bg {
  background: url(../imgs/tab2_item04_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(5) a, .tab2 .tab__items .item ul li:nth-child(5) > span {
  background: url(../imgs/tab2_item05.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(5) a .bg, .tab2 .tab__items .item ul li:nth-child(5) > span .bg {
  background: url(../imgs/tab2_item05_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(6) a, .tab2 .tab__items .item ul li:nth-child(6) > span {
  background: url(../imgs/tab2_item06.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(6) a .bg, .tab2 .tab__items .item ul li:nth-child(6) > span .bg {
  background: url(../imgs/tab2_item06_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(7) a, .tab2 .tab__items .item ul li:nth-child(7) > span {
  background: url(../imgs/tab2_item07.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(7) a .bg, .tab2 .tab__items .item ul li:nth-child(7) > span .bg {
  background: url(../imgs/tab2_item07_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(8) a, .tab2 .tab__items .item ul li:nth-child(8) > span {
  background: url(../imgs/tab2_item08.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(8) a .bg, .tab2 .tab__items .item ul li:nth-child(8) > span .bg {
  background: url(../imgs/tab2_item08_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(9) a, .tab2 .tab__items .item ul li:nth-child(9) > span {
  background: url(../imgs/tab2_item09.jpg) center no-repeat;
  background-size: cover;
}
.tab2 .tab__items .item ul li:nth-child(9) a .bg, .tab2 .tab__items .item ul li:nth-child(9) > span .bg {
  background: url(../imgs/tab2_item09_ov.jpg) center no-repeat;
  background-size: cover;
}

.tab3 .tab__items .item ul li:nth-child(1) a, .tab3 .tab__items .item ul li:nth-child(1) > span {
  background: url(../imgs/tab3_item01.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(1) a .bg, .tab3 .tab__items .item ul li:nth-child(1) > span .bg {
  background: url(../imgs/tab3_item01_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(2) a, .tab3 .tab__items .item ul li:nth-child(2) > span {
  background: url(../imgs/tab3_item02.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(2) a .bg, .tab3 .tab__items .item ul li:nth-child(2) > span .bg {
  background: url(../imgs/tab3_item02_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(3) a, .tab3 .tab__items .item ul li:nth-child(3) > span {
  background: url(../imgs/tab3_item03.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(3) a .bg, .tab3 .tab__items .item ul li:nth-child(3) > span .bg {
  background: url(../imgs/tab3_item03_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(4) a, .tab3 .tab__items .item ul li:nth-child(4) > span {
  background: url(../imgs/tab3_item04.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(4) a .bg, .tab3 .tab__items .item ul li:nth-child(4) > span .bg {
  background: url(../imgs/tab3_item04_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(5) a, .tab3 .tab__items .item ul li:nth-child(5) > span {
  background: url(../imgs/tab3_item05.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(5) a .bg, .tab3 .tab__items .item ul li:nth-child(5) > span .bg {
  background: url(../imgs/tab3_item05_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(6) a, .tab3 .tab__items .item ul li:nth-child(6) > span {
  background: url(../imgs/tab3_item06.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(6) a .bg, .tab3 .tab__items .item ul li:nth-child(6) > span .bg {
  background: url(../imgs/tab3_item06_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(7) a, .tab3 .tab__items .item ul li:nth-child(7) > span {
  background: url(../imgs/tab3_item07.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(7) a .bg, .tab3 .tab__items .item ul li:nth-child(7) > span .bg {
  background: url(../imgs/tab3_item07_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(8) a, .tab3 .tab__items .item ul li:nth-child(8) > span {
  background: url(../imgs/tab3_item08.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(8) a .bg, .tab3 .tab__items .item ul li:nth-child(8) > span .bg {
  background: url(../imgs/tab3_item08_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(9) a, .tab3 .tab__items .item ul li:nth-child(9) > span {
  background: url(../imgs/tab3_item09.jpg) center no-repeat;
  background-size: cover;
}
.tab3 .tab__items .item ul li:nth-child(9) a .bg, .tab3 .tab__items .item ul li:nth-child(9) > span .bg {
  background: url(../imgs/tab3_item09_ov.jpg) center no-repeat;
  background-size: cover;
}

.tab4 .tab__items .item ul li:nth-child(1) a, .tab4 .tab__items .item ul li:nth-child(1) > span {
  background: url(../imgs/tab4_item01.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(1) a .bg, .tab4 .tab__items .item ul li:nth-child(1) > span .bg {
  background: url(../imgs/tab4_item01_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(2) a, .tab4 .tab__items .item ul li:nth-child(2) > span {
  background: url(../imgs/tab4_item02.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(2) a .bg, .tab4 .tab__items .item ul li:nth-child(2) > span .bg {
  background: url(../imgs/tab4_item02_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(3) a, .tab4 .tab__items .item ul li:nth-child(3) > span {
  background: url(../imgs/tab4_item03.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(3) a .bg, .tab4 .tab__items .item ul li:nth-child(3) > span .bg {
  background: url(../imgs/tab4_item03_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(4) a, .tab4 .tab__items .item ul li:nth-child(4) > span {
  background: url(../imgs/tab4_item04.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(4) a .bg, .tab4 .tab__items .item ul li:nth-child(4) > span .bg {
  background: url(../imgs/tab4_item04_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(5) a, .tab4 .tab__items .item ul li:nth-child(5) > span {
  background: url(../imgs/tab4_item05.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(5) a .bg, .tab4 .tab__items .item ul li:nth-child(5) > span .bg {
  background: url(../imgs/tab4_item05_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(6) a, .tab4 .tab__items .item ul li:nth-child(6) > span {
  background: url(../imgs/tab4_item06.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(6) a .bg, .tab4 .tab__items .item ul li:nth-child(6) > span .bg {
  background: url(../imgs/tab4_item06_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(7) a, .tab4 .tab__items .item ul li:nth-child(7) > span {
  background: url(../imgs/tab4_item07.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(7) a .bg, .tab4 .tab__items .item ul li:nth-child(7) > span .bg {
  background: url(../imgs/tab4_item07_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(8) a, .tab4 .tab__items .item ul li:nth-child(8) > span {
  background: url(../imgs/tab4_item08.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(8) a .bg, .tab4 .tab__items .item ul li:nth-child(8) > span .bg {
  background: url(../imgs/tab4_item08_ov.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(9) a, .tab4 .tab__items .item ul li:nth-child(9) > span {
  background: url(../imgs/tab4_item09.jpg) center no-repeat;
  background-size: cover;
}
.tab4 .tab__items .item ul li:nth-child(9) a .bg, .tab4 .tab__items .item ul li:nth-child(9) > span .bg {
  background: url(../imgs/tab4_item09_ov.jpg) center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1159px) {
  .tab__items .item ul li > a, .tab__items .item ul li > span {
    height: calc((100vw - 36px) / 3 * 0.28571);
  }
}
@media only screen and (max-width: 639px) {
  .tab__items {
    display: none !important;
  }
}
.news__info {
  margin-bottom: 100px;
}
.news__info .clm > div:first-child {
  width: 50%;
  margin-right: 4.6875%;
  padding-right: 4.6875%;
  border-right: 1px solid #dedede;
}
.news__info .clm > div:last-child {
  width: 45.3125%;
}
.news__info .titA {
  padding-bottom: 7px;
}
.news__info .titA .fr {
  position: relative;
  line-height: 1;
  margin-top: 7px;
}
.news__info .titA img {
  vertical-align: text-bottom;
}
.news__info .titA a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
}

@media only screen and (max-width: 639px) {
  .news__info {
    margin-bottom: 50px;
  }
  .news__info .clm > div {
    width: 100% !important;
  }
  .news__info .clm > div:first-child {
    margin: 0 0 40px;
    padding: 0;
    border: none;
  }
  .news__info .titA .fr {
    margin-top: 4px;
  }
  .news__info .titA img {
    vertical-align: middle;
  }
}
.other__page {
  padding-bottom: 40px;
  margin-bottom: 90px;
  overflow: hidden;
}
.other__page a .image {
  /* margin-bottom: 20px; */
  /* width: calc(100vw / 3); */
}
.other__page a p {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  line-height: 18px;
  padding: 0 20px;
}
.other__page a p img {
  vertical-align: text-bottom;
}
.other__page a .hover_text_wrap {
  line-height: 1;
}
.other__page a .hover_text {
  line-height: 1;
  display: block;
}
.other__page .bx-wrapper {
  /* max-width: 100% !important;	 */
}
.other__page .bx-viewport {
  overflow: visible !important;
}
.other__page .bx-wrapper .bx-controls-direction a {
  top: 0;
  bottom: 0;
  width: 34px;
  height: auto;
  margin: 0;
}
.other__page .bx-wrapper .bx-prev {
  left: -1px;
  background: url(../common/imgs/icon_arrow06_left.png) center no-repeat rgba(32, 17, 31, 0.7);
}
.other__page .bx-wrapper .bx-next {
  right: -1px;
  background: url(../common/imgs/icon_arrow06_right.png) center no-repeat rgba(32, 17, 31, 0.7);
}

@media only screen and (max-width: 639px) {
  .other__page {
    margin-bottom: 80px;
    padding: 0;
  }
  .other__page .other__page__slider > div {
    width: 100%;
  }
  .other__page .other__page__slider > div + div {
    margin-top: 30px;
  }
  .other__page .other__page__slider > div a .image {
    margin-bottom: 10px;
  }
  .other__page .other__page__slider > div p {
    position: static;
    font-size: 14px;
  }

  .other__page a p img {
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
}
