/* Common */
.sec {
	position: relative;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Visual */
.sec01 {
	width: 100%;
	height: calc(var(--vh, 1vh)*100);
}

.sec01 .visual {
	position: relative;
	width: 100%;
	height: 100%;
}

.sec01 .visual::before {
	content: "";
	display: block;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background: url('../img/main/sec00_bak.png') no-repeat center / cover;
	-webkit-transition:var(--transition-custom2);
	transition:var(--transition-custom2);
	z-index:999999;
	pointer-events: none;
}

.sec01 .visual .con {
	position: absolute;
	top: 200px;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width:1500px;
	width:95%;
}

.sec01 .visual .tit {
	font-size:12rem;
}

.sec01 .visual .bak {
	width: 100%;
	height:100%;
	background: url('../img/main/sec01_bak.jpg') no-repeat center / cover;
}

.sec01 .visual .wheel {
	position: absolute;
	left:50%;
	bottom:60px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
}

.sec01 .visual .wheel img {
	display: block;
	width: 30px;
	height:36px;
	animation: pulse 2s ease-out;
  animation-iteration-count: infinite;
}

.sec01 .visual .wheel span {
	font-size:1.8rem;
}

.sec01.active .visual::before {
	transform: translateY(-100%);
}

@media screen and (max-width:1200px) {
	.sec01 .visual .tit {
		font-size:9rem;
	}

	.sec01 .visual .wheel span {
		font-size:1.6rem;
	}
}
@media screen and (max-width:1024px) {
	.sec01 .visual::before {
		background-image: url('../img/main/sec00_bak_mo.png');
	}

	.sec01 .visual .wheel {
		bottom:40px;
		gap:16px;
	}

	.sec01 .visual .wheel img {
		width:25px;
		height:31px;
	}
}
@media screen and (max-width:768px) {
	.sec01 .visual .con {
		top:140px;
	}

	.sec01 .visual .tit {
		font-size:6rem;
	}

	.sec01 .visual .wheel span {
		font-size:1.4rem;
	}
}
@media screen and (max-width:576px) {
	.sec01 .visual .tit {
		font-size:3.6rem;
	}

	.sec01 .visual .wheel {
		bottom:20px;
	}

	.sec01 .visual .wheel img {
		width:20px;
		height:26px;
	}

	.sec01 .visual .wheel span {
		font-size:1.3rem;
	}
}


/* Intro */
.sec02 {
	background-color: #ecf0f4;
}

.sec02 .con {
	position: absolute;
	top:0;
	left:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100vh;
	margin:0 auto;
	z-index: 5;
}

.sec02 .pin {
	display: block;
	width:40px;
	height:29px;
	background: url('../img/main/sec00_pin01.png') no-repeat center;
}

.sec02 .tit {
	font-size: 9rem;
	margin:20px 0px 40px;
}

.sec02 .txt {
	font-size:3.6rem;	
	line-height:1.5;
	margin-bottom:70px;
}

.sec02 .btn {
	position: relative;
	width: auto;
	height:50px;
	display: flex;
	align-items: center;
	gap:20px;
	z-index:1;
}

.sec02 .btn .arr {
	position: relative;
	display: block;
	width:50px;
	height:50px;
	overflow: hidden;
	background-color: #0065a3;
}

.sec02 .btn .arr::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background: url('../img/main/sec00_arr01.png') no-repeat center;
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
}

.sec02 .btn span {
	font-size:2.4rem;
	text-decoration: underline;
	text-decoration-thickness:1px;
	text-underline-offset: 5px;
	transform: translateY(-3px);
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
}

.sec02 .img-wrap {
	position: relative;
	pointer-events: none;
}

.sec02 .img-item {
	position: absolute;
}

.sec02 .img-item .card {
	position: relative;
	overflow: hidden;
}

.sec02 .img-item img {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:auto;
}

.sec02 .img-item01 {
	width:50.8rem;
	top:77rem;
	left:11%;
}

.sec02 .img-item02 {
	width:48.4rem;
	top:102rem;
	right:10%;
}

.sec02 .img-item03 {
	width:59.1rem;
	top:130rem;
	left:0;
}

.sec02 .img-item04 {
	width:25.4rem;
	top:146.5rem;
	right:4%;
}

.sec02 .img-item05 {
	width:73.8rem;
	padding-bottom:20rem;
	top:188rem;
	left:50%;
	transform:translateX(-50%);
	z-index: 10;
}

.sec02 .img-item01 .card {
	padding-top:66%;
}

.sec02 .img-item02 .card {
	padding-top:66%;
}

.sec02 .img-item03 .card {
	padding-top:66%;
}

.sec02 .img-item04 .card {
	padding-top:100%;
}

.sec02 .img-item05 .card {
	padding-top:66%;
}

@media screen and (min-width:1201px) {
	.sec02 .btn:hover .arr::before {
		-webkit-transform: translate(6px,-6px);
		transform: translate(6px,-6px);
	}

	.sec02 .btn:hover span {
		color:#0065a3;
	}
}
@media screen and (max-width:1200px) {
	.sec02 .pin {
		height:22px;
		background-size: auto 22px;
	}

	.sec02 .tit {
		font-size:5.4rem;
	}

	.sec02 .txt {
		font-size:3rem;
	}

	.sec02 .btn {
		height:44px;
		gap:16px;
	}

	.sec02 .btn .arr {
		width:44px;
		height:44px;
	}

	.sec02 .btn span {
		font-size: 2rem;
	}

	.sec02 .img-item01 {
		width: 40.8rem;
		top:72rem;
		left:6%;
	}

	.sec02 .img-item02 {
		width: 38.4rem;
		top:96rem;
		right:5%;
	}

	.sec02 .img-item03 {
		width: 50.1rem;
		top:122rem;
	}

	.sec02 .img-item04 {
		width: 20.4rem;
		top:140rem;
		right:2%;
	}

	.sec02 .img-item05 {
		width: 68rem;
		top:170rem;
	}
}
@media screen and (max-width:1024px) {
	.sec02 .pin {
		height:20px;
		background-size: auto 20px;
	}

	.sec02 .tit {
		margin:16px 0px 30px;
	}

	.sec02 .txt {
		margin-bottom:50px;
	}

	.sec02 .btn {
		height:40px;
	}

	.sec02 .btn .arr {
		width: 40px;
		height:40px;
	}

	.sec02 .btn .arr::before {
		background-size: auto 12px;
	}

	.sec02 .img-item01 {
		width: 30rem;
		left:2%;
	}

	.sec02 .img-item02 {
		width: 28rem;
		right:2%;
	}

	.sec02 .img-item03 {
		width:40rem;
	}

	.sec02 .img-item04 {
		width: 12rem;
		right:0;
	}

	.sec02 .img-item05 {
		width: 60rem;
		padding-bottom: 12rem;
	}
}
@media screen and (max-width:768px) {
	.sec02 .pin {
		height:16px;
		background-size: auto 16px;
	}

	.sec02 .tit {
		font-size:4.4rem;
	}

	.sec02 .txt {
		font-size:2.4rem;
	}

	.sec02 .btn {
		height:36px;
	}

	.sec02 .btn .arr {
		width:36px;
		height:36px;
	}

	.sec02 .btn span {
		font-size:1.8rem;
	}

	.sec02 .img-item01 {
		width: 26rem;
	}

	.sec02 .img-item02 {
		width: 24rem;
	}

	.sec02 .img-item03 {
		width:36rem;
	}

	.sec02 .img-item04 {
		width: 8rem;
	}

	.sec02 .img-item05 {
		width: 54rem;
		padding-bottom: 10rem;
	}
}
@media screen and (max-width:576px) {
	.sec02 br {
		display: none;
	}

	.sec02 .pin {
		height:12px;
		background-size: auto 12px;
	}

	.sec02 .tit {
		font-size:3.2rem;
		margin:10px 0px 20px;
	}

	.sec02 .txt {
		font-size:2rem;
		margin-bottom:36px;
	}

	.sec02 .btn {
		height:30px;
		gap:10px;
	}

	.sec02 .btn .arr {
		width:30px;
		height:30px;
	}

	.sec02 .btn .arr::before {
		background-size: auto 10px;
	}

	.sec02 .btn span {
		font-size:1.6rem;
	}

	.sec02 .img-item01 {
		width: 18rem;
	}

	.sec02 .img-item02 {
		width: 16rem;
	}

	.sec02 .img-item03 {
		width:28rem;
	}

	.sec02 .img-item04 {
		width: 4rem;
		right:2%;
	}

	.sec02 .img-item05 {
		width: 36rem;
		padding-bottom: 8rem;
	}
}



/* Business */
.sec03 {
	padding:120px 0px;
	background: url('../img/main/sec03_bak.jpg') no-repeat center / cover;
}

.sec03 img {
	width:100%;
	height: 100%;
}

.sec03 .hd {
	position: relative;
}

.sec03 .pin {
	display: flex;
	align-items: center;
	gap:10px;
	font-size:2.4rem;
}

.sec03 .pin::before {
	content: "";
	display: block;
	width:21px;
	height:15px;
	background: url('../img/main/sec00_pin02.png') no-repeat center / auto 15px;
}

.sec03 .tit {
	font-size:7rem;
}

.sec03 .btn {
	position: absolute;
	top:50%;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);;
	width: auto;
	height:50px;
	display: flex;
	align-items: center;
	gap:20px;
	z-index:1;
}

.sec03 .btn .arr {
	position: relative;
	display: block;
	width:50px;
	height:50px;
	overflow: hidden;
	background-color: #fff;
}

.sec03 .btn .arr::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background: url('../img/main/sec00_arr02.png') no-repeat center;
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
}

.sec03 .btn span {
	font-size:2.4rem;
	text-decoration: underline;
	text-decoration-thickness:1px;
	text-underline-offset: 5px;
	transform: translateY(-3px);
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
}

.sec03 .swiper .img {
	position: relative;
	overflow: hidden;
}

.sec03 .swiper .img  img {
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
}

.sec03 .swiper .hover {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height:100%;
	background-color:rgba(0,0,0,.4);
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
	pointer-events: none;
	z-index:10;
}

.sec03 .swiper .hover span {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding:0px 40px;
	width:140px;
	height:140px;
	border-radius:50%;
	border:1px solid #fff;
	background-color: rgba(255, 255, 255, 0.2);
	text-align: center;
	font-size:1.8rem;
	line-height:1.3;
	color:#fff;
}

.sec03 .swiper .category {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:130px;
	height:40px;
	border-radius:50px;
	background-color: #ff6917;
	font-size:1.8rem;
	line-height: .8;
}

.sec03 .swiper .subject {
	font-size:3rem;
}

.sec03 .swiper .detail dd {
	display: flex;
	gap:6px;
	font-size:1.8rem;
}

.sec03 .swiper .detail dd::before {
	content: "-";
	display: block;
}

@media screen and (min-width:1201px) {
	.sec03 .btn:hover .arr::before {
		-webkit-transform: translate(6px,-6px);
		transform: translate(6px,-6px);
	}

	.sec03 .swiper-slide:hover .img img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.sec03 .swiper-slide:hover .hover {
		opacity: 1;
	}
}
@media screen and (max-width:1200px) {
	.sec03 .pin {
		font-size:2rem;
	}

	.sec03 .pin::before {
		width:19px;
		height:13px;
		background-size:auto 13px;
	}

	.sec03 .tit {
		font-size:5rem;
	}

	.sec03 .btn {
		height:44px;
		gap:16px;
	}

	.sec03 .btn .arr {
		width:44px;
		height:44px;
	}

	.sec03 .btn span {
		font-size:2rem;
	}

	.sec03 .swiper .category {
		width:100px;
		height:34px;
		font-size:1.6rem;
		line-height: .6;
	}

	.sec03 .swiper .subject {
		font-size:2.4rem;
	}

	.sec03 .swiper .detail dd {
		font-size:1.6rem;
	}
}
@media screen and (max-width:1024px) {
	.sec03 {
		padding:100px 0px;
	}

	.sec03 .pin {
		gap:6px;
	}

	.sec03 .btn {
		height:40px;
	}

	.sec03 .btn .arr {
		width:40px;
		height:40px;
	}

	.sec03 .btn .arr::before {
		background-size:auto 12px;
	}

	.sec03 .swiper {
		overflow: visible;
	}	
}
@media screen and (max-width:768px) {
	.sec03 .pin {
		font-size:1.8rem;
	}

	.sec03 .pin::before {
		width:17px;
		height:11px;
		background-size:auto 11px;
	}

	.sec03 .tit {
		font-size:3.6rem;
	}

	.sec03 .btn {
		height:36px;
	}

	.sec03 .btn .arr {
		width:36px;
		height:36px;
	}

	.sec03 .btn span {
		font-size:1.8rem;
	}

	.sec03 .swiper .category {
		width:80px;
		height:28px;
		font-size:1.4rem;
		line-height: .4;
	}

	.sec03 .swiper .subject {
		font-size: 2rem;
	}

	.sec03 .swiper .detail dd {
		gap:4px;
		font-size:1.4rem;
	}
}
@media screen and (max-width:576px) {
	.sec03 {
		padding:80px 0px;
	}

	.sec03 .pin {
		gap:4px;
		font-size:1.6rem;
	}

	.sec03 .pin::before {
		width:15px;
		height:9px;
		background-size:auto 9px;
	}

	.sec03 .tit {
		font-size:3rem;
	}

	.sec03 .btn {
		position: relative;
		top:unset;
		right: unset;
		-webkit-transform: none;
		transform: none;
		height:30px;
		gap:10px;
	}

	.sec03 .btn .arr {
		width: 30px;
		height:30px;
	}

	.sec03 .btn .arr::before {
		background-size: auto 10px;
	}

	.sec03 .btn span {
		font-size:1.6rem;
	}

	.sec03 .swiper .category {
		width:60px;
		height:21px;
		font-size:1.2rem;
		line-height: .2;
	}

	.sec03 .swiper .subject {
		font-size: 1.8rem;
	}

	.sec03 .swiper .detail dd {
		gap:2px;
		font-size:1.2rem;
	}
}


/* News */
.sec04 {
	padding:120px 0px;
}

.sec04 .pin {
	display: flex;
	align-items: center;
	gap:10px;
	font-size:2.4rem;
}

.sec04 .pin::before {
	content: "";
	display: block;
	width:21px;
	height:15px;
	background: url('../img/main/sec00_pin01.png') no-repeat center / auto 15px;
}

.sec04 .tit {
	font-size:7rem;
}

.sec04 .btn {
	position: absolute;
	top:50%;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height:50px;
	display: flex;
	align-items: center;
	gap:20px;
	z-index:1;
}

.sec04 .btn .arr {
	position: relative;
	display: block;
	width:50px;
	height:50px;
	overflow: hidden;
	background-color: #0065a3;
}

.sec04 .btn .arr::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background: url('../img/main/sec00_arr01.png') no-repeat center;
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
}

.sec04 .btn span {
	font-size:2.4rem;
	text-decoration: underline;
	text-decoration-thickness:1px;
	text-underline-offset: 5px;
	transform: translateY(-3px);
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
}

.sec04 .list {
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}

.sec04 .list li {
	padding:50px 0px;
	border-bottom: 1px solid #bfbfbf;
}

.sec04 .list li:last-child {
	border-bottom:0px;
}

.sec04 .list .lt {
	width:12%;
}

.sec04 .list .cnt {
	width: 64%;
}

.sec04 .list .data {
	font-size:1.8rem;
}

.sec04 .list .data span {
	font-size:4.8rem;
	margin-bottom:10px;
}

.sec04 .list .subject {
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
	font-size:3rem;
	color:#1f3742;
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
}

.sec04 .list .detail {
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
	font-size:1.8rem;
}

.sec04 .list .icon {
	display: block;
	position: absolute;
	right:50px;
	bottom:0;
	width:46px;
	height:46px;
	background: url('../img/main/sec04_arr_off.png') no-repeat center;
	-webkit-transition:var(--transition-custom);
	transition:var(--transition-custom);
}

.sec04 .list .list-message p {
	font-size:1.8rem;
}

@media screen and (min-width:1201px) {
	.sec04 .btn:hover .arr::before {
		-webkit-transform: translate(6px,-6px);
		transform: translate(6px,-6px);
	}

	.sec04 .btn:hover span {
		color:#0065a3;
	}

	.sec04 .list li:hover .subject {
		color:#ff6917;
	}

	.sec04 .list li:hover .icon {
		right:30px;
		bottom:20px;
		background-image: url('../img/main/sec04_arr_on.png');
	}
}
@media screen and (max-width:1200px) {
	.sec04 .pin {
		font-size:2rem;
	}

	.sec04 .pin::before {
		width:19px;
		height:13px;
		background-size:auto 13px;
	}

	.sec04 .tit {
		font-size:5rem;
	}
	
	.sec04 .txt {
		font-size:2rem;
	}

	.sec04 .btn {
		height: 44px;
		gap:16px;
	}

	.sec04 .btn .arr {
		width: 44px;
		height:44px;
	}

	.sec04 .btn .arr::before {
		background-size: auto 12px;
	}

	.sec04 .btn span {
		font-size: 2rem;
	}

	.sec04 .list .data {
		font-size:1.6rem;
	}
	
	.sec04 .list .data span {
		font-size:3.6rem;
	}
	
	.sec04 .list .subject {
		font-size:2.4rem;
	}

	.sec04 .list .detail {
		font-size:1.6rem;
	}

	.sec04 .list .icon {
		right:30px;
		width:40px;
		height:40px;
		background-size:auto 40px;
	}

	.sec04 .list .list-message p {
		font-size:1.6rem;
	}
}
@media screen and (max-width:1024px) {
	.sec04 {
		padding:100px 0px;
	}

	.sec04 .pin {
		gap:6px;
	}

	.sec04 .btn {
		height: 40px;
	}

	.sec04 .btn .arr {
		width: 40px;
		height:40px;
	}

	.sec04 .list li {
		padding:36px 0px;
	}
	
	.sec04 .list .lt {
		width: 14%;
	}

	.sec04 .list .cnt {
		width: 70%;
	}

	.sec04 .list .icon {
		right:20px;
		width:28px;
		height:28px;
		background-size:auto 28px;
	}
}
@media screen and (max-width:768px) {
	.sec04 .pin {
		font-size:1.8rem;
	}

	.sec04 .pin::before {
		width:17px;
		height:11px;
		background-size:auto 11px;
	}

	.sec04 .tit {
		font-size: 3.6rem;
	}

	.sec04 .txt {
		font-size:1.8rem;
	}

	.sec04 .btn {
		height: 36px;
	}

	.sec04 .btn .arr {
		width: 36px;
		height:36px;
	}

	.sec04 .btn span {
		font-size:1.8rem;
	}

	.sec04 .list li {
		padding:30px 0px;
	}

	.sec04 .list .data {
		font-size:1.4rem;
	}
	
	.sec04 .list .data span {
		font-size:3rem;
	}

	.sec04 .list .subject {
		font-size:2rem;
	}

	.sec04 .list .detail {
		font-size:1.4rem;
	}

	.sec04 .list .icon {
		right:16px;
		width:18px;
		height:18px;
		background-size:auto 18px;
	}

	.sec04 .list .list-message p {
		font-size:1.4rem;
	}
}
@media screen and (max-width:576px) {
	.sec04 {
		padding: 80px 0px;
	}

	.sec04 .pin {
		gap:4px;
		font-size:1.6rem;
	}

	.sec04 .pin::before {
		width:15px;
		height:9px;
		background-size:auto 9px;
	}

	.sec04 .tit {
		font-size:3rem;
	}

	.sec04 .txt {
		font-size: 1.6rem;
		margin-bottom:30px;
	}

	.sec04 .btn {
		position: relative;
		top:unset;
		right: unset;
		-webkit-transform: none;
		transform: none;
		height:30px;
		gap:10px;
	}

	.sec04 .btn .arr {
		width: 30px;
		height:30px;
	}

	.sec04 .btn .arr::before {
		background-size: auto 10px;
	}

	.sec04 .btn span {
		font-size:1.6rem;
	}

	.sec04 .list li {
		padding: 20px 6px;
	}

	.sec04 .list .lt {
		width: auto;
	}

	.sec04 .list .cnt {
		width: 100%;
		margin:10px 0px 0px;
	}

	.sec04 .list .data {
		display: flex;
		align-items: flex-end;
		gap:6px;
		font-size:1.2rem;
	}

	.sec04 .list .data span {
		font-size:2.4rem;
		margin-bottom:0px;
	}

	.sec04 .list .subject {
		font-size:1.8rem;
	}

	.sec04 .list .detail {
		font-size:1.2rem;
	}
	
	.sec04 .list .icon {
		top:4px;
		right:2px;
		bottom: unset;
		width:14px;
		height: 14px;
		background-size: auto 14px;
	}

	.sec04 .list .list-message p {
		font-size:1.2rem;
	}
}


/* Contact */
.sec05 {
	padding:100px 0px;
	background: url('../img/main/sec05_bak.jpg') no-repeat center / cover;
}

.sec05 .lt {
	width: 40%;	
}

.sec05 .rt {
	width: 60%;
}

.sec05 .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top:calc(320/600*100%);
	overflow: hidden;
}

.sec05 .img img {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height:100%;
}

.sec05 .pin {
	display: flex;
	align-items: center;
	gap:10px;
	font-size:2.4rem;
}

.sec05 .pin::before {
	content: "";
	display: block;
	width:21px;
	height:15px;
	background: url('../img/main/sec00_pin02.png') no-repeat center / auto 15px;
}

.sec05 .tit {
	font-size:5.8rem;
}

.sec05 .txt {
	font-size:2.4rem;
}

.sec05 .btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:120px;
	height: 60px;
	border-radius:100px;
	background-color: #ff6917;
	overflow: hidden;
}

.sec05 .btn::before {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:0;
	height:0;
	border-radius:50%;
	background-color: #ff9d03;
	-webkit-transition:var(--transition-custom3);
	transition:var(--transition-custom3);
}

.sec05 .btn-wrap {
	-webkit-transition:var(--transition-custom3);
	transition:var(--transition-custom3);
}

.sec05 .btn .icon {
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height:100%;
	background: url('../img/main/sec05_ico.png') no-repeat center;
}

@media screen and (min-width:1201px) {
	.sec05 .btn:hover {
		box-shadow: 0px 0px 25.8px 4.2px rgba(255, 213, 196, 0.15);
	}

	.sec05 .btn:hover::before {
		width:300px;
		height:300px;
	}
}
@media screen and (max-width:1280px) {
	.sec05 .lt {
		width: 36%;	
	}
	
	.sec05 .rt {
		width: 64%;
	}
}
@media screen and (max-width:1200px) {
	.sec05 .lt {
		width: 30%;	
	}
	
	.sec05 .rt {
		width: 70%;
	}

	.sec05 .pin {
		font-size:2rem;
	}

	.sec05 .pin::before {
		width:19px;
		height:13px;
		background-size:auto 13px;
	}

	.sec05 .tit {
		font-size:4.6rem;
	}
	
	.sec05 .txt {
		font-size:2rem;
	}

	.sec05 .btn {
		width:100px;
		height:52px;
	}
	
	.sec05 .btn .icon {
		background-size: auto 26px;
	}
}
@media screen and (max-width:1024px) {
	.sec05 {
		padding:80px 0px;
	}

	.sec05 .pin {
		gap:6px;
	}

	.sec05 .btn {
		height:46px;
	}
	
	.sec05 .btn .icon {
		background-size: auto 24px;
	}
}
@media screen and (max-width:768px) {
	.sec05 .rt {
		width: 100%;
		text-align: center;
	}

	.sec05 .pin {
		font-size:1.8rem;
	}

	.sec05 .pin::before {
		width:17px;
		height:11px;
		background-size:auto 11px;
	}

	.sec05 .tit {
		font-size:3.2rem;
	}
	
	.sec05 .txt {
		font-size:1.8rem;
	}

	.sec05 .btn {
		width:80px;
		height:40px;
		margin: 0 auto;
	}

	.sec05 .btn .icon {
		background-size: auto 20px;
	}
}
@media screen and (max-width:576px) {
	.sec05 {
		padding:60px 0px;
	}

	.sec05 .pin {
		gap:4px;
		font-size:1.6rem;
	}

	.sec05 .pin::before {
		width:15px;
		height:9px;
		background-size:auto 9px;
	}

	.sec05 .tit {
		font-size:2.6rem;
	}

	.sec05 .txt {
		font-size:1.6rem;
	}

	.sec05 .btn {
		width:70px;
		height:36px;
	}

	.sec05 .btn .icon {
		background-size: auto 16px;
	}
}



@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}



@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Animate */
@keyframes pulse {
	0% {
			opacity: 0.5;
	}
	50% {
			opacity: 1;
			transform: translateY(10px);
	}
	100% {
			opacity: 0.5;
	}
}

/* Popup */
#popup {
	position: relative;
}

.popup-layer {
	z-index: 10000;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
	animation: popup-fade .65s ease-in-out .35s forwards;
	opacity: 0;
	max-width:800px;
}

@keyframes popup-fade {
	0% { opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px); }
	100% { opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); }
}
.popup-layer__body {
	background: #fff;
}

.popup-layer__body img {
	display: block;
	margin: 0 auto;
	border: none;
	max-width: 100%;
}

.popup-layer__foot {
	background: #424242;
}

.popup-layer__foot ul {
	display:flex;
	flex-wrap: wrap;
}

.popup-layer__foot li {
	width:50%;
	padding:10px;
}

.popup-layer__foot li:first-child {
	padding-right:0;
}

.popup-layer__foot li:last-child {
	text-align: right;
}

.popup-layer__foot span {
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
	transition:all 0.3s ease;
}

.popup-layer__foot label:hover span { opacity: .7; }

/* .popup-layer-foot { background: #424242; }
.popup-layer-foot span { font-size: 15px; color: #fff; }
.popup-layer-foot label:hover span { opacity: .7; }
.popup-layer-foot li:first-child { padding-right: 0; }
.popup-layer-foot li:last-child { text-align: right; } */


@media (max-width: 1024px){
	/* .popup-layer { z-index: 999; } */
	.popup-layer { top: 95px !important; left: 0 !important; margin: 0 5px; }
}
@media (max-width: 768px){

	.popup-layer {
		width:calc(100% - 10px);
	}

	.popup-layer img {
		max-width: none;
		width:100%;
		height: auto !important;
	}
	.popup-layer-foot span { font-size: 14px; }

}
@media (max-width: 375px){
	.popup-layer-foot li { width: 100%; }
	.popup-layer-foot li:last-child { text-align: left; }
}