@charset "utf-8";



.business .sec {
	margin-top: 120px;
}


.business .sec01 {
	background: #F7F7F7;	
	margin-top: 0;
	padding: 120px 0;
}
.business .sec01 .box {
	position: relative;
	z-index: 1;
}
.business .sec01 .box .tit {
	padding-bottom: 20px;
}
.business .sec01 .box strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}
.map-container {
  position: relative;
  display: inline-block;
  top: -70px
}
.map-container img {
  width: 100%;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #565454;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(86, 84, 84, 0.4);
  animation: pulse 3s infinite;
}
/*
.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}*/
.map-container .point01 {
	top: 29%;
    left: 18%;
}
.map-container .point02 {
	top: 36%;
    left: 23%;
}
.map-container .point03 {
	top: 71%;
    left: 29%;
}
.map-container .point04 {
	top: 19%;
    right: 42%;
}
.map-container .point05 {
	top: 54%;
    right: 42%;
}
.map-container .point06 {
	top: 16%;
    right: 32%;
}
.map-container .point07 {
	top: 34%;
    right: 28%;
}
.map-container .point08 {
	top: 33%;
    right: 20%;
}
.map-container .point09 {
	top: 31%;
    right: 14%;
}
.map-container .point10 {
	top: 43%;
    right: 17%;
}
.map-container .point11 {
	bottom: 40%;
    right: 11.5%;
}
.map-container .point12 {
	bottom: 23%;
    right: 5%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(86, 84, 84, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(86, 84, 84, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(86, 84, 84, 0);
  }
}
@keyframes m_pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(86, 84, 84, 0.5);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(86, 84, 84, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(86, 84, 84, 0);
  }
}




.business .sec02 {
	padding: 100px 0 120px;
	margin-top: 0!important;
}
.business .sec02 .desc {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 40px;
	line-height: 1.2;
}
.business .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 550px;
}
.business .slide01 {
	background-image: url("../images/sub_02_bn01_01.png");
}
.business .slide02 {
	background-image: url("../images/sub_02_bn01_02.png");
}
.business .slide03 {
	background-image: url("../images/sub_02_bn01_03.png");
}
.business .slide04 {
	background-image: url("../images/sub_02_bn01_04.png");
}
.business .slide05 {
	background-image: url("../images/sub_02_bn01_05.png");
}
.business .slide06 {
	background-image: url("../images/sub_02_bn01_06.png");
}
.business .slide07 {
	background-image: url("../images/sub_02_bn01_07.png");
}
.business .swiper-slide .txt {
	position: absolute;
	width: 100%;
	max-width: 1440px;
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}
.business .swiper-slide .txt h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}
.business .swiper-slide .txt p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
.business .swiper-pagination {
	text-align: center;
    font-size: 0;
    display: flex;
    max-width: 1440px;
    left: 50%;
	bottom: 40px;
    transform: translateX(-50%);
	padding: 0 20px;
    box-sizing: border-box;
}
.business .swiper-pagination-bullet {
	flex: 1;
	height: auto;
    border-radius: 0;
	background: #fff;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	letter-spacing: -1px;
	margin: 0 5px!important;
	text-align: left;
	color: #000;
	transition: background .2s;
}
.business .swiper-pagination-bullet span {
	position: relative;
	display: block;
	padding: 1px 25px;
    font-size: 0;
	transition: padding .3s;
}
.business .swiper-pagination-bullet span:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
}
.business .swiper-pagination-bullet-active {
	background: #232323;
	color: #fff;
}
.business .swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
	background: rgba(255,255,255,0.5);
}
.business .swiper-pagination-bullet-active ~ .swiper-pagination-bullet:hover {
	background: #fff;
}
.business .swiper-pagination-bullet-active span:before {
	content: '';
	display: block;
	height: 3px;
	background: rgba(255,255,255,.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation: bar 5s linear;
}
.business .on .swiper-pagination-bullet-active span:before {
	animation: bar 4.2s linear;
}
@keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.business .swiper-container:hover .swiper-pagination-bullet span {
	padding: 11px 25px;
	font-size: 16px;
}
.business .swiper-container:hover .swiper-pagination-bullet-active ~ .swiper-pagination-bullet:before {
	background: rgba(255,255,255,0.5);
}





.business .sec03 .tabs {
    position: absolute;
    z-index: 4;
    width: calc(100% - 40px);
	top: 115px;
    left: 20px;
    max-width: 868px;
}
.business .sec03 .tabs li {
	flex: 1;
	max-width: 256px;
	color: #a9a9a9;
	font-weight: 500;
	margin-right: 50px;
	cursor: pointer;
}
.business .sec03 .tabs li:last-child {
	margin-right: 0px;
}
.business .sec03 .tabs li .num {
	font-size: 20px;
	font-weight: 600;
}
.business .sec03 .tabs li p {
	font-size: 20px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #a9a9a9;
}
.business .sec03 .tabs li.active {
	color: #232323;
	pointer-events: none;
	cursor: pointer;
}
.business .sec03 .tabs li.active p {
	border-top: 1px solid #232323;
}
.business .sec03 .tab_cont {
	position: relative;
    width: 100%;
    height: 455px;
	margin-top: 30px;
	overflow: hidden;
}
.business .sec03 .tab_cont > div {
	position: absolute;
	opacity: 0;
	width: 100%;
}
.business .sec03 .tab_cont > div .flex {
	align-items: end;
}
.business .sec03 .tab_cont > div .flex .txt {
	flex: 1;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
}
.business .sec03 .tab_cont > div .flex .img {
	flex: 1;
	max-width: 660px;
}
.business .sec03 .tab_cont > div .flex .img img {
	width: 100%;
}







@media screen and (max-width: 1640px) {
	.business .sec03 .tabs li {
		max-width: 210px;
		margin-right: 25px;
	}
	.business .sec03 .tab_cont > div .flex .img {
		max-width: 550px;
	}
}
@media screen and (max-width: 1280px) {
	.map-container {
		top: -20px;
	}
	
	.business .sec03 .tabs li {
		max-width: 145px;
	}
}
@media screen and (max-width: 1024px) {
	.business .sec {
		margin-top: 80px;
	}
	
	
	.business .sec01 {
		margin-top: 0px;
		padding: 80px 0;
	}
	.business .sec01 .box strong {
		font-size: 18px;
	}
	.map-container {
		top: 15px;
	}
	.map-container .point {
		width: 15px;
		height: 15px;
	}
	
	
	
	.business .sec02 {
		padding: 0px 0 80px;
	}
	.business .sec02 .desc {
		font-size: 18px;
	}
	.business .swiper-slide .txt h3 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.business .swiper-slide .txt p {
		font-size: 18px;
	}
	
	
	.business .sec03 .tabs {
		position: static;
		margin-top: 10px;
	}
	.business .sec03 .tabs li {
		max-width: 210px;
	}
	.business .sec03 .tab_cont {
		height: 0;
		padding-bottom: 30%;
	}
	.business .sec03 .tab_cont > div .flex .txt {
		font-size: 17px;
	}
}
@media screen and (max-width: 768px) {
	.business .sec01 .box strong {
		font-size: 16px;
	}
	.map-container {
		top: 30px;
	}
	.map-container .point {
		width: 7px;
		height: 7px;
		animation: m_pulse 3s infinite;
	}
	
	
	
	.business .sec02 .desc {
		font-size: 16px;
	}
	.business .swiper-slide .txt {
		top: 80px;
	}
	.business .swiper-slide .txt h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.business .swiper-slide .txt p {
		font-size: 16px;
	}
	.business .swiper-pagination-bullet span {
		padding: 6px 10px;
	}
	.business .swiper-pagination-bullet span:after {
		font-size: 12px;
		text-align: left;
	}
	.business .swiper-pagination-bullet:nth-child(1) span:after {
		content: '1';
	}
	.business .swiper-pagination-bullet:nth-child(2) span:after {
		content: '2';
	}
	.business .swiper-pagination-bullet:nth-child(3) span:after {
		content: '3';
	}
	.business .swiper-pagination-bullet:nth-child(4) span:after {
		content: '4';
	}
	.business .swiper-pagination-bullet:nth-child(5) span:after {
		content: '5';
	}
	.business .swiper-pagination-bullet:nth-child(6) span:after {
		content: '6';
	}
	.business .swiper-pagination-bullet:nth-child(7) span:after {
		content: '7';
	}
	.business .swiper-container:hover .swiper-pagination-bullet span {
		padding: 6px 10px;
		font-size: 0;
	}
	
	
	.business .sec03 .tabs {
		width: 100%;
	}
	.business .sec03 .tabs li {
		margin-right: 30px;
	}
	.business .sec03 .tabs li .num {
		font-size: 16px;
	}
	.business .sec03 .tabs li p {
		font-size: 12px;
		margin-top: 10px;
		padding-top: 10px;
	}
	.business .sec03 .tab_cont {
		padding-bottom: 130%;
		margin-top: 70px;
	}
	.business .sec03 .tab_cont > div .flex {
		display: block;
	}
	.business .sec03 .tab_cont > div .flex > div {
		width: 100%;
	}
	.business .sec03 .tab_cont > div .flex .txt {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 1.5;
	}
	.business .sec03 .tab_cont > div .flex .img {
		max-width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.business .swiper-pagination-bullet span {
		padding: 6px 0px;
		text-align: center;
	}
	
	
	.business .sec03 .tab_cont {
		padding-bottom: 165%;
	}
}