@charset "utf-8";
.wrap {
	max-width: 1600px;
}

.splide__sr { 
  display: none;
}

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

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

#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;
	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 .txt {
	color: #E2E2E2;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	text-transform: uppercase;
}

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

#visual .slogan .tit 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;
}

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

#favorite ul {
	display: flex;
	gap: 20px;
	width: 100%;
}

#favorite ul>li {
	flex: 1 1 calc(100% / 6);
}

#favorite ul a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	text-align: center;
	padding: 30px 20px;
	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;
	text-transform: uppercase;
}

#favorite ul 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 ul a::before {
	content: '';
	width: 40px;
	height: 40px;
	background: url(../img/main2025/favorite-ic.svg) no-repeat;
}

#favorite ul 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;
}

#business {
	padding-bottom: 100px;
}

#business .wrap {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

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

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

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

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

#business .wrap>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 .wrap>li::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 7px;
}

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

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

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

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

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

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

#business .wrap>li ul a {
	position: relative;
	display: block;
	padding: 8px 13px 8px 15px;
	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 .wrap>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 .wrap>li ul a:hover:before {
	right: 20px;
}

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

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

#business .wrap>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 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 60px;
	padding-left: 202px;
}

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

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

#safe .wrap .img .splide__track {
	width: 100%;
	height: 100%;
}

#safe .wrap .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 .wrap .img .splide__list>li {
	flex: 0 0 auto;
	position: relative;
	margin: 0 !important;
	line-height: 0;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
}

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

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

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

#safe .wrap .con .con-tit {
	margin-bottom: 50px;
	color: #0E7DC2;
	font-size: 38px;
	font-weight: 700;
	line-height: 150%;
}

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

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

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

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

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

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

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

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

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

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

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

#safe .wrap .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;
}

/*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;
	}

	#favorite {
		padding-top: 50px;
		padding-bottom: 50px;
		background: none;
	}
	
	#favorite .wrap a {
		font-size: 17px;
	}

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

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

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

	#safe .wrap .con .splide__list .tit,
	#safe .wrap .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 {
		font-size: 30px;
	}

	#visual .slogan .tit br {
		display: none;
	}

	#favorite .wrap {
		flex-wrap: wrap;
	}

	#favorite .wrap>li {
		flex-basis: auto;
		width: calc(33.3% - 40px / 3);
	}

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

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

	#business .wrap>li ul::before {
		height: 10px;
	}

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

	#business .wrap>li ul {
		gap: 6px;
		max-width: 335px;
	}

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

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

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

	#safe .wrap::before {
		top: 280px;
		left: 20px;
		bottom: auto;
	}

	#safe .wrap .con {
		padding-bottom: 0;
	}
	
	#safe .wrap .con .con-tit {
		display: none;
	}

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

	#safe .wrap .con .splide__list .tit {
		font-size: 18px;
	}
}

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

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

	#visual .slogan .tit {
		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;
	}

	#favorite .wrap {
		gap: 10px;
	}

	#favorite .wrap>li {
		width: calc(50% - 5px);
	}
	
	#favorite .wrap a {
		padding: 20px;
		height: 100%;
		word-break: break-all;
	}
	
	#favorite .wrap a:hover {
		background-size: 210px;
		background-position: 30px 0;
	}

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

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

	#business .wrap>li::before {
		border-radius: 20px;
	}

	#business .wrap>li ul::before {
		height: 10px;
	}

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

	#business .wrap>li ul a {
		width: 100%;
	}

	#safe::before {
		height: 398px;
		border-radius: 0px 80px 0px 0px;
	}
	
	#safe .wrap::before {
		top: 235px;
		left: 20px;
		width: 79px;
		height: 105px;
		background-size: 100%;
	}
	
	#safe .wrap .img {
		height: 320px;
	}

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

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

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

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

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

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

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