@charset "utf-8";
.splide__sr { 
  display: none;
}

.splide__arrows button {
	border: none;
	cursor: pointer;
}

body {
	font-family: var(--paperlogy);
	font-size: 16px;
	letter-spacing: 0;
}

#lnb .mn>ul>li>a {
	font-family: var(--paperlogy) !important;
}

#contents .wrap {
	max-width: 1600px;
	width: 100%;
}

#visual {
	position: relative;
	margin: 0 auto;
	max-width: 1728px;
	height: 620px;
	overflow: hidden;
}

#visual .slogan {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-top: 10.5%;
	padding-left: 10.5%;
	z-index: 2;
}

#visual .slogan .txt {
	color: #E2E2E2;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	text-transform: uppercase;
	text-shadow: -1px 0 rgba(0,0,0,.3), 0 -1px rgba(0,0,0,.3), 1px 0 rgba(0,0,0,.3), 0 1px rgba(0,0,0,.3);
}

#visual .slogan .tit p {
	color: #FFF;
	font-size: 50px;
	line-height: 150%;
}

#visual .slogan .tit02 strong {
	font-weight: 700;
}

#visual .splide__slider,
#visual .splide__track {
	height: 100%;
}

#visual .splide__list {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
}

#visual .splide__list>li {
	flex: 0 0 auto;  
	position: relative;
	margin: 0 !important;
	line-height: 0;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
}

#visual .splide__list>li.is-active {
  opacity: 1;
  z-index: 1;
}

#visual .splide__list>li>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#visual .control {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 25px;
	max-width: 395px;
	width: 100%;
	padding: 20px 64px;
	border-radius: 0px 20px 0px 0px;
	background: #FFF;
	z-index: 1;
}

#visual .control p {
	color: var(--base);
	font-weight: 700;
	line-height: 150%;
}

#visual .control .splide__progress {
	margin-left: 5px;
	margin-right: 5px;
	width: 130px;
	height: 2px;
	background: rgba(0, 0, 0, 0.20);
}

#visual .control .splide__progress__bar {
	display: block;
	height: 100%;
	background: #2E2E2E;
}

#visual .control .splide__toggle {
	flex: 0 0 auto;
	width: 8px;
	height: 11px;
	border: none;
	background: url(../img/main2025/visual-btn.svg) no-repeat center;
	cursor: pointer;
}

.tit-box {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
	width: 205px;
}

.tit-box h3 {
	color: var(--base);
	text-align: right;
font-size: 38px;
	font-weight: 700;
	line-height: 150%;
}

.favorite-box {
	padding-top: 120px;
	padding-bottom: 120px;
	background: url(../img/main2025/favorite-box.png) no-repeat -52px -61px;
}

.favorite-box .wrap {
	display: flex;
	gap: 50px;
}

#favorite {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: calc(100% - 510px);
	width: 100%;
}

#favorite .tit-box {
	padding-bottom: 68px;
}

#favorite .splide {
	flex: 1 1 auto;
	max-width: 760px;
	width: calc(100% - 235px);
}

#favorite .splide__arrows {
	position: absolute;
	left: calc(205px - 106px);
	top: 131px;
	display: flex;
	gap: 10px;
}

#favorite .splide__arrows button {
	width: 48px;
	height: 48px;
	background: url(../img/main2025/favorite-control.svg) no-repeat center;
}

#favorite .splide__arrows .splide__arrow--next {
	transform: rotate(180deg);
}

#favorite .splide__arrows button svg {
	display: none;
}

#favorite .splide__track {
	width: 100%;
	overflow: hidden;
}

#favorite .splide__list {
	display: flex;
}

#favorite .splide__slide {
	flex-shrink: 0;
}

#favorite .splide__slide>a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	text-align: center;
	padding: 30px 20px;
	max-width: 240px;
	min-height: 220px;
	color: var(--base);
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	border-radius: 20px;
	border: 1px solid #E3E3E3;
	background: rgba(255, 255, 255, 0.51);
	box-sizing: border-box;
}

#favorite .splide__slide>a.focus::after {
	border-radius: 20px;
}

#favorite .splide__slide>a:hover {
	color: #fff;
	border-color: var(--point-blue);
	background: var(--point-blue) url(../img/main2025/favorite-bg.png) no-repeat right bottom;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}

#favorite .splide__slide>a::before {
	content: '';
	width: 40px;
	height: 40px;
	background: url(../img/main2025/favorite-ic.svg) no-repeat;
}

#favorite .splide__slide>a:hover::before {
	background-position-y: -50px;
}

#favorite .ic01>a::before {
	background-position: 0 0;
}

#favorite .ic02>a::before {
	background-position: -50px 0;
}

#favorite .ic03>a::before {
	background-position: calc(-50px * 2) 0;
}

#favorite .ic04>a::before {
	background-position: calc(-50px * 3) 0;
}

#favorite .ic05>a::before {
	background-position: calc(-50px * 4) 0;
}

#favorite .ic06>a::before {
	background-position: calc(-50px * 5) 0;
}

#favorite .ic07>a::before {
	background-position: calc(-50px * 6) 0;
}

#favorite .ic08>a::before {
	background-position: calc(-50px * 7) 0;
}

#favorite .ic09>a::before {
	background-position: calc(-50px * 8) 0;
}

#favorite .ic10>a::before {
	background-position: calc(-50px * 9) 0;
}

#favorite .ic11>a::before {
	background-position: calc(-50px * 10) 0;
}

#favorite .ic12>a::before {
	background-position: calc(-50px * 11) 0;
}

#pzone {
	flex: 0 0 auto;
	position: relative;
	width: 460px;
	height: 460px;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

#pzone .splide__track {
	width: 100%;
	height: 100%;
}

#pzone .splide__list {
	display: flex;
}

#pzone .splide__list>li {
	flex: 0 0 auto;
	width: 100%;
	height: 100%;
	line-height: 0;
}

#pzone .splide__list>li a {
	display: block;
}

#pzone .splide__list>li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#pzone .splide__arrows {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 30px;
	color: #FFF;
	font-weight: 500;
	line-height: 150%;
	border-radius: 20px 0px 0px 0px;
	background: rgba(0, 0, 0, 0.40);
}

#pzone .splide__arrows button {
	width: 22px;
	height: 22px;
	background: url(../img/main2025/pzone-arr.svg) no-repeat center;
}

#pzone .splide__arrows .splide__arrow--next {
	transform: rotate(180deg);
}

#pzone .splide__arrows span {
	font-size: 14px;
}

#pzone .splide__arrows #pzone-current {
	font-weight: 700;
}

.event-box {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #F4F4F4;
}

.event-box .wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-left: 35px;
	padding-right: 35px;
	max-width: 1670px !important;
}

.event-box .tit-box .more {
	display: inline-block;
	padding: 10px 52px 10px 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	border-radius: 50px;
	background: #D42E2E url(../img/main2025/event-more.svg) no-repeat right 20px center;
	transition: .3s;
}

.event-box .tit-box .more:hover {
	background-position: right 15px center;
}

.event-box .con-box {
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-width: calc(100% - 235px);
	width: 1270px;
}

#calendar {
	display: flex;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	background: #fff;
}

#calendar dt {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 20px 35px;
	width: 330px;
	height: 100%;
	color: #FFF;
	font-size: 18px;
	line-height: 150%;
	background: #444;
}

#calendar dt::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/main2025/calendar-ic.svg) no-repeat center;
}

#calendar dt strong {
	font-weight: 600;
}
	
#calendar dd {
	padding: 20px 50px;
	width: 100%;
	overflow: hidden;
}

#calendar dd a {
	display: flex;
	align-items: center;
	gap: 30px;
	width: 100%;
	font-size: 18px;
	line-height: 150%;
}

#calendar dd .date {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 30px;
	color: var(--base);
	font-weight: 600;
}

#calendar dd .date::after {
	content: '';
	width: 2px;
	height: 14px;
	background: #D4D4D4;
}

#calendar dd .txt {
	color: var(--gray);
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#event {
	position: relative;
}

#event .splide__track {
	position: relative;
	overflow: hidden;
}

#event .splide__list {
	display: flex;
}

#event .splide__list>li {
	flex: 0 0 auto;
	width: calc(25% - (50px * 3) / 4);
	max-width: 280px;
}

#event .splide__list>li>a {
	display: block;
}

#event .splide__list>li .poster {
	position: relative;
	line-height: 0;	
	border-radius: 10px;
	overflow: hidden;
}

#event .splide__list>li .poster span {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	text-align: center;
	width: 70px;
	padding: 6px 12px;
	color: #FFF;
	font-weight: 600;
	line-height: 150%;
	border-radius: 0px 0px 10px 0px;
	z-index: 2;
}

#event .splide__list>li .poster .ing {
	background: #F6631D;
}

#event .splide__list>li .poster .end {
	background: #858585;
}

#event .splide__list>li .poster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

#event .splide__list>li a:hover .poster img {
	transform: scale(1.1);
	transition: .3s;
}

#event .splide__list>li .con {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 30px 0 0 6px;
}

#event .splide__list>li .con .tit {
	color: var(--base);
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#event .splide__list>li .con .date {
	color: #7E7E7E;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}

#event .splide__arrows {
	display: flex;
	justify-content: space-between;
}

#event .splide__arrows button {
	position: absolute;
	top: calc(50% - 80px);
	width: 70px;
	height: 70px;
	background: url(../img/main2025/event-arr.svg) no-repeat center;
	z-index: 10;
}

#event .splide__arrows .splide__arrow--prev {
	left: -35px;
}

#event .splide__arrows .splide__arrow--next {
	right: -35px;
	transform: rotate(180deg);
}

#business {
	padding-top: 120px;
	padding-bottom: 120px;
}

#business .wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

#business .con-box {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 25px;
	width: 1270px;
	max-width: calc(100% - 235px);
}

#business .con-box::before {
	content: '';
	position: absolute;
	left: -78px;
	top: calc(50% - 376px / 2);
	width: 134px;
	height: 376px;
	background: url(../img/main2025/business-bg.png) no-repeat;
}

#business .con-box>li {
	flex: 1 1 33.3%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 50px;
	max-width: 378px;
	min-height: 384px;
	border-radius: 30px;
	overflow: hidden;
}

#business .con-box>li.railway {
	background: linear-gradient(144deg, #5DA400 23.94%, #14C9B4 97.17%);
}

#business .con-box>li.bus {
	margin-top: 40px;
	background: linear-gradient(144deg, #F6631D 23.94%, #E1D015 97.17%);
}

#business .con-box>li.wst {
	background: linear-gradient(144deg, #009CDE 23.94%, #B53BDE 97.17%);
}

#business .con-box>li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
	overflow: hidden;
}

#business .con-box>li::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 7px;
}

#business .con-box>li.railway::after {
	width: 232px;
	height: 131px;
	background: url(../img/main2025/business-railway.png) no-repeat right bottom;
}

#business .con-box>li.bus::after {
	width: 224px;
	height: 132px;
	background: url(../img/main2025/business-bus.png) no-repeat right bottom;
}

#business .con-box>li.wst::after {
	width: 229px;
	height: 236px;
	background: url(../img/main2025/business-wst.png) no-repeat right bottom;
}

#business .con-box>li .tit {
	color: #FFF;
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
}

#business .con-box>li ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#business .con-box>li ul::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	background: #676767;
}

#business .con-box>li ul a {
	position: relative;
	display: block;
	padding: 8px 13px 8px 15px;
	width: 210px;
	color: #FFF;
	font-size: 17px;
	font-weight: 500;
	line-height: 150%;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.20);
	z-index: 2;
}

#business .con-box>li ul a::before {
	content: '';
	position: absolute;
	right: 13px;
	top: 10px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-image: url(../img/main2025/business-arr.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}

#business .con-box>li ul a:hover:before {
	right: 20px;
}

#business .con-box>li.railway ul a::before {
	background-color: #19BC55;
}

#business .con-box>li.bus ul a::before {
	background-color: #FF671F;
}

#business .con-box>li.wst ul a::before {
	background-color: #558BFF;
}

#safe {	
	position: relative;
	padding-top: 120px;
	padding-bottom: 150px;
}

#safe::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30%;
	height: 100%;
	border-radius: 0px 201px 0px 0px;
	background: #0E7DC2 url(../img/main2025/safe-bg.png) no-repeat left bottom;
	z-index: -1;
}

#safe .wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

#safe .tit-box h3 {
	color: #fff;
}

#safe .con-box {
	position: relative;
	display: flex;
	gap: 50px;
	max-width: calc(100% - 235px);
	width: 1270px;
}

#safe .con-box::before {
	content: '';
	position: absolute;
	left: -209px;
	bottom: -54px;
	width: 234px;
	height: 305px;
	background: url(../img/main2025/safe-deco.png) no-repeat;
	z-index: 3;
}

#safe .con-box .img {
	flex: 1 1 auto;
	max-width: 464px;
	width: 100%;
	height: 480px;
}

#safe .con-box .img .splide__track {
	width: 100%;
	height: 100%;
}

#safe .con-box .img .splide__list {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
}

#safe .con-box .img .splide__list>li {
	flex: 0 0 auto;
	position: relative;
	margin: 0 !important;
	line-height: 0;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
}

#safe .con-box .img .splide__list>li.is-active {
  opacity: 1;
  z-index: 1;
}

#safe .con-box .img .splide__list>li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#safe .con-box .con {
	position: relative;
	padding-bottom: 103px;
	width: 100%;
	--safe: url(../img/main2025/safe-ic.svg) no-repeat 0 0;
}

#safe .con-box .con .splide__list {
	display: flex;
	flex-direction: column;
}

#safe .con-box .con .splide__list>li>a {
	display: block;
	padding: 30px 0 30px 48px;
	border-bottom: 1px solid #DBDBDB;
}

#safe .con-box .con .splide__list>li:nth-child(1)>a {
	padding-top: 0;
}

#safe .con-box .con .splide__list .tit {
	position: relative;
	color: var(--base);
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}

#safe .con-box .con .splide__list>li.is-active .tit {
	color: #F6631D;
}

#safe .con-box .con .splide__list .tit::before {
	content: '';
	position: absolute;
	left: -47px;
	top: -3px;
	width: 32px;
	height: 32px;
	background: var(--safe);
}

#safe .con-box .con .splide__list>li:nth-child(2) .tit::before {
	background-position-x: -42px;
}

#safe .con-box .con .splide__list>li:nth-child(3) .tit::before {
	background-position-x: calc(-42px * 2);
}

#safe .con-box .con .splide__list>li:nth-child(4) .tit::before {
	background-position-x: calc(-42px * 3);
}

#safe .con-box .con .splide__list>li.is-active .tit::before {
	background-position-y: -42px;
}

#safe .con-box .con .splide__list .txt {
	position: relative;
	height: 0;
	padding-right: 32px;
	color: var(--gray);
	font-weight: 500;
	line-height: 150%;
	opacity: 0;
	transition: .3s;
}

#safe .con-box .con .splide__list>li.is-active .txt {
	display: inline-block;
	height: auto;
	margin-top: 15px;
	opacity: 1;
}

#safe .con-box .con .splide__list>li.is-active .txt::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #FF671F url(../img/main2025/business-arr.svg) no-repeat center;
}

#safe .con-box .con .btn-box {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-content: flex-start;
	gap: 20px;
	width: 100%;
}

#safe .con-box .con .btn-box a {
	position: relative;
	display: inline-block;
	padding: 20px 74px 20px 70px;
	max-width: 250px;
	width: 100%;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	border-radius: 50px;
	background-color: #858585;
}

#safe .con-box .con .btn-box a:hover {
	background-color: #64A70B;
}

#safe .con-box .con .btn-box li a::before {
	content: '';
	position: absolute;
	left: 28px;
	top: 20px;
	width: 32px;
	height: 32px;
	background: var(--safe);
}

#safe .con-box .con .btn-box li:nth-child(1) a::before {
	background-position: 0 -84px;
}

#safe .con-box .con .btn-box li:nth-child(2) a::before {
	background-position: -42px -84px;
}

#safe .con-box .con .btn-box li a::after {
	content: '';
	position: absolute;
	right: 28px;
	top: 23px;	
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.20) url(../img/main2025/business-arr.svg) no-repeat center / 100%;
	transition: .3s;
}

#safe .con-box .con .btn-box li a:hover::after {
	right: 20px;
}

/*pc*/
@media all and (min-width:1280px) {
	header {
		border-bottom:none;
	}
}

@media all and (max-width:1279px) {
	.wrap,
	#visual {
		padding-left: 20px;
		padding-right: 20px;
	}

	#visual {
		height: 550px;
	}

	#visual .slogan .txt {
		font-size: 18px;
	}

	#visual .slogan .tit p {
		font-size: 44px;
	}

	#visual .slogan .tit .tit01 {
		font-size: 37px;
	}

	.tit-box {
		width: 100%;
		align-items: flex-start;
		text-align: left;
	}

	.tit-box h3 {
		font-size: 36px;
	}
	
	.tit-box br {
		display: none;
	}

	.favorite-box {
		padding-top: 80px;
		padding-bottom: 80px;
		background: none;
	}

	.favorite-box .wrap {
		align-items: flex-end;
	}

	#favorite {
		flex-direction: column;
	}

	#favorite .tit-box {
		padding-bottom: 0;
		padding-right: 100px;
	}

	#favorite .splide {
		width: 100%;
	}

	#favorite .splide__arrows {
		left: 249px;
		top: 3px;
		gap: 5px;
	}

	#favorite .splide__slide>a {
		font-size: 17px;
	}

	.event-box {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.event-box .wrap {
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}

	.event-box .tit-box {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.event-box .con-box {
		gap: 30px;
		max-width: 100%;
	}

	.event-box .tit-box .more,
	#calendar dt,
	#calendar dd a,
	#event .splide__list>li .con .tit {
		font-size: 17px;
	}

	#event {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#event .splide__list>li {
		width: calc(25% - (26px * 3) / 4);
	}

	#event .splide__arrows .splide__arrow--prev {
		left: -20px;
	}

	#event .splide__arrows .splide__arrow--next {
		right: -20px;
	}

	#business {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#business .con-box::before {
		display: none;
	}

	#business .wrap {
		flex-direction: column;
	}

	#business .con-box {
		max-width: 100%;
	}

	#safe {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	#safe::before {
		width: 35%;
	}

	#safe .wrap {
		flex-direction: column;
	}

	#safe .con-box {
		max-width: 100%;
	}

	#safe .con-box::before {
		left: -20px;
		bottom: -60px;
		width: 166px;
		height: 218px;
		background-size: 100%;
	}

	#safe .con-box .con .splide__list .tit,
	#safe .con-box .con .btn-box a {
		font-size: 19px;
	}
}

@media all and (max-width:1024px) {
	#visual .slogan {
		width: calc(100% - 10.5%);
		word-break: keep-all;
	}

	#visual .slogan .txt {
		font-size: 16px;
	}

	#visual .slogan .tit p {
		font-size: 36px;
	}

	#visual .slogan .tit .tit01 {
		font-size: 30px;
	}
	
	.tit-box h3 {
		font-size: 30px;
	}

	.favorite-box,
	.event-box,
	#business,
	#safe {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.favorite-box .wrap {
		flex-direction: column;
		align-items: center;
	}

	#favorite,
	#favorite .splide,
	#favorite .splide__slide>a  {
		max-width: 100%;
	}

	#favorite .splide__arrows {
		left: 216px;
		top: 0;
	}

	#calendar {
		flex-direction: column;
	}

	.event-box .tit-box .more, 
	#calendar dt,
	#calendar dd a, 
	#event .splide__list>li .con .tit {
		font-size: 16px;
	}

	#calendar dt {
		padding: 8px 15px;
		width: 100%;
	}

	#calendar dd {
		padding: 15px 20px;
	}

	#calendar dd a {
		justify-content: center;
	}

	#event .splide__list>li {
		width: calc(50% - 25px);
	}

	#business .con-box {
		flex-direction: column;
		gap: 10px;
	}

	#business .con-box>li {
		gap: 10px;
		margin-top: 0 !important;
		padding: 30px 50px;
		max-width: 100%;
		width: 100%;
		min-height: auto;
	}

	#business .con-box>li ul::before {
		height: 10px;
	}

	#business .con-box>li .tit {
		font-size: 25px;
	}

	#business .con-box>li ul {
		gap: 6px;
	}

	#business .con-box>li ul a {
		font-size: 16px;
	}

	#safe::before {
		top: 0;
		width: 100%;
		height: 560px;
	}

	#safe .con-box {
		flex-direction: column;
		align-items: center;
	}

	#safe .con-box::before {
		top: 280px;
		bottom: auto;
	}

	#safe .con-box .con {
		padding-bottom: 0;
	}

	#safe .con-box .con .splide__list>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#safe .con-box .con .splide__list .tit, 
	#safe .con-box .con .btn-box a {
		font-size: 18px;
	}

	#safe .con-box .con .btn-box {
		position: static;
		margin-top: 30px;
		justify-content: center;
	}

	#safe .con-box .con .btn-box a {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	#safe .con-box .con .btn-box li a::before {
		top: 12px;
	}

	#safe .con-box .con .btn-box li a::after {
		top: 16px;
	}
}

@media all and (max-width:800px) {
	#visual {
		height: 350px;
	}

	#visual .slogan {
		max-width: 220px;
	}
	
	#visual .slogan .txt {
		font-size: 15px;
	}

	#visual .slogan .tit p {
		font-size: 24px;
	}

	#visual .slogan .tit .tit01 {
		font-size: 20px;
	}

	#visual .splide__list {
		border-radius: 10px;
	}

	#visual .control {
		left: 20px;
		gap: 15px;
		padding: 15px 20px;
		height: 47px;
		max-width: 229px;
		font-size: 15px;
		border-radius: 0 14px 0 0;
	}

	#visual .control .splide__progress {
		width: 90px;
	}
	
	.tit-box h3 {
		font-size: 24px;
	}

	.favorite-box,
	.event-box,
	#business,
	#safe {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.favorite-box .wrap {
		gap: 30px;
	}

	#favorite {
		gap: 15px;
	}

	#favorite .splide__arrows {
		left: auto;
		right: 0;
	}

	#favorite .splide__arrows button {
		width: 40px;
		height: 40px;
		background-size: 100%;
	}
	
	#favorite .splide__slide>a {
		padding: 20px;
		min-height: 150px;
	}
	
	#favorite .splide__slide>a:hover {
		background-size: 210px;
		background-position: 30px 0;
	}

	#pzone {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	#pzone .splide__arrows {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.event-box .tit-box .more, 
	#calendar dt,
	#calendar dd a, 
	#event .splide__list>li .con .tit {
		font-size: 15px;
	}

	.event-box .tit-box .more {
		padding: 5px 42px 5px 10px;
		background-position: right 10px center;
	}
	
	#calendar dd a {
		display: block;
		box-sizing: border-box;
	}

	#calendar dd .date::after {
		display: none;
	}

	#calendar dd .txt {		
		white-space: normal;
		text-overflow: unset;
	}

	#calendar dd .date {
		display: block;
	}

	#event .splide__list>li {
		width: 100%;
	}

	#event .splide__list>li .con {
		margin-top: 20px;
	}

	#event .splide__arrows button {
		width: 50px;
		background-size: 100%;
	}

	#business .wrap {
		gap: 10px;
	}

	#business .con-box>li {
		padding: 20px 15px 30px 15px;
		border-radius: 20px;
	}

	#business .con-box>li::after {
		width: 100px !important;
		background-size: 100% !important;
		background-position: right bottom;
	}

	#business .con-box>li ul::before {
		height: 10px;
	}

	#business .con-box>li .tit {
		font-size: 20px;
	}

	#business .con-box>li ul a {
		width: 100%;
	}

	#safe::before {
		height: 398px;
		border-radius: 0px 80px 0px 0px;
	}

	#safe .wrap {
		gap: 15px;
	}
	
	#safe .con-box::before {
		top: 235px;
		left: -5px;
		width: 79px;
		height: 105px;
		background-size: 100%;
	}
	
	#safe .con-box .img {
		height: 320px;
	}

	#safe .con-box .con .splide__list .tit, 
	#safe .con-box .con .btn-box a {
		font-size: 17px;
	}	

	#safe .con-box .con .splide__list .tit::before {
		left: -37px;
		top: -2px;
		width: 27px;
		height: 27px;
		background-size: 139px;
	}

	#safe .con-box .con .splide__list>li:nth-child(2) .tit::before {
		background-position-x: -37px;
	}

	#safe .con-box .con .splide__list>li:nth-child(3) .tit::before {
		background-position-x: calc(-37px * 2);
	}

	#safe .con-box .con .splide__list>li:nth-child(4) .tit::before {
		background-position-x: calc(-37px * 3);
	}

	#safe .con-box .con .splide__list>li.is-active .tit::before {
		background-position-y: -37px;
	}

	#safe .con-box .con .splide__list>li>a {
		padding-left: 37px;
	}

	#safe .con-box .con .splide__list>li.is-active .txt {
		margin-top: 10px;
		font-size: 16px;
	}

	#safe .con-box .con .btn-box {
		flex-direction: column;
		gap: 6px;
	}

	#safe .con-box .con .btn-box a {
		padding: 10px 54px 10px 65px;
		max-width: 100%;
	}

	#safe .con-box .con .btn-box li a::before {
		top: 10px;
		width: 27px;
	 	height: 27px;
		background-size: 139px;
	}

	#safe .con-box .con .btn-box li:nth-child(1) a::before {
		background-position: 0 -74px;
	}

	#safe .con-box .con .btn-box li:nth-child(2) a::before {
		background-position: -37px -74px;
	}

	#safe .con-box .con .btn-box li a::after {
		top: 10px;
	}
}