@charset "UTF-8";

#main-visual{
	position: relative;
}
.slide .pic{
	height: 100vh;
	min-height: 40rem;
}
.bx-wrapper .bx-pager{
	padding: 0;
	font-family: inherit;
	font-size: 1.2rem;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 3rem;
	left: 7.5rem;
	width: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: transparent;
	border: .1rem solid #fff;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	text-indent: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #333;
}
.bx-wrapper{
	margin: 0;
}
#main-visual h1{
	font-weight: 500;
	letter-spacing: .19em;
	position: absolute;
	left: 7.5rem;
	bottom: 35rem;
	color: #fff;
	font-size: 100%;
}
#main-visual .catch-copy{
	font-size: 8rem;
	line-height: 1.325;
	position: absolute;
	left: 3.5rem;
	bottom: 11.5rem;
	color: #fff;
	font-weight: 400;
	text-indent: -.25em;
	padding-left: .25em;
}
#scroll-btn{
	display: block;
	position: absolute;
	right: 5rem;
	bottom: 0;
}
#scroll-btn img{
	display: block;
}
main{
	padding-top: 12rem;
	padding-left: 0;
	padding-right: 0;
}
#sec01,
#sec03,
#sec04{
	padding-left: 5rem;
	padding-right: 5rem;
}
#sec01{
	position: relative;
	padding-bottom: 12rem;
}
#sec01 .sec-ttl01{
	margin-left: 5rem;
	margin-bottom: 3rem;
}
#sec01 .parag{
	padding-left: 10rem;
}
#sec01 .pic{
	margin-top: -3rem;
}
#sec01 .vertical-txt{
	position: absolute;
	right: 12rem;
	top: -2.8rem;
	font-size: 4.8rem;
	letter-spacing: .1em;
	white-space: nowrap;
	z-index: 9;
}
#sec01 .vertical-txt .txt-green{
	display: block;
	font-size: 1.4rem;
	margin-left: 1.5rem;
	letter-spacing: .05em;
}
.btn{
	width: 30rem;
	height: 6rem;
	display: flex;
	align-items: center;
	padding: 0 3rem;
	background-color: #fff;
	border: .1rem solid #333;
	font-size: 1.4rem;
	border-radius: 3rem;
	background-image: url(../images/index-arrow01.png);
	background-repeat: no-repeat;
	background-position: right 3rem center;
	transition: .3s all ease;
}
.btn:hover{
	color: #fff;
	background: #333;
	border: .1rem solid #fff;
	background-image: url(../images/index-arrow01-2.png);
	background-repeat: no-repeat;
	background-position: right 3rem center;
	opacity: 1;
	filter: alpha(opacity=100);
}
#sec01 .btn{
	margin-left: 5rem;
	margin-top: 3.5rem;
	position: relative;
	z-index: 9;
}
#sec02{
	background: #f6f6f6;
	padding: 12rem 5rem;
}
#sec02 .narrow{
	padding-right: 0;
	display: flex;
	margin-bottom: 5rem;
	align-items: center;
}
#sec02 .sec-ttl01{
	flex-shrink: 0;
	margin-right: 9rem;
}
#sec02 h3{
	font-size: 2rem;
	color: #033490;
	padding: 2rem 0 1rem;
}
#sec02 ul{
	display: flex;
	justify-content: space-between;
}
#sec02 li{
	width: calc(33.333% - 1.4rem);
}
#sec02 .pic{
	position: relative;
}
#sec02 .pic:after{
	content: "1";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	color: #fff;
	font-weight: 600;
	background: #033490;
	position: absolute;
	left: 0;
	top: 0;
}
#sec02 li:nth-of-type(2) .pic:after{
	content: "2";
}
#sec02 li:nth-of-type(3) .pic:after{
	content: "3";
}
#sec02 .pic img{
	height: auto;
}
#sec02 .btn{
	margin: 4rem auto 0;
}
#sec03{
	padding-top: 12rem;
	padding-bottom: 12rem;
	position: relative;
}
#sec03 .pic,
#sec04 .pic01{
	width: 64.705%;
}
#sec03 .pic img,
#sec04 .pic img{
	min-height: 40rem;
}
#sec03 .txt{
	width: 38.642%;
	min-width: 39.4rem;
	position: absolute;
	right: 5rem;
	top: 19rem;
	z-index: 9;
}
#sec03 .parag,
#sec04 .parag{
	padding: 3rem 5rem;
}
#sec04{
	position: relative;
}
#sec04 .pic01{
	float: right;
}
#sec04 .pic02{
	clear: both;
	padding-top: 12rem;
}
#sec04 .txt{
	position: absolute;
	left: 19%;
	top: 6.5rem;
	width: 38.642%;
}

@media screen and (max-width: 1440px){
	#sec01 .vertical-txt{
		right: 4.8vw;
		font-size: 3.333vw;
	}
	#sec01 .sec-ttl01{
		margin-left: 2.5rem;
	}
	#sec01 .parag{
		padding-left: 7.5rem;
		padding-right: 12rem;
	}
	#sec02 .sec-ttl01{
		margin-right: 6.25vw;
	}
}

@media screen and (max-width: 1310px){
	#sec03 .parag{
		padding-right: 5rem;
	}
	#sec03 .txt{
		width: auto;
		min-width: auto;
		right: 0;
	}
	#sec04 .txt{
		width: auto;
		min-width: auto;
		left: 5rem;
	}
}
@media screen and (max-width: 1200px){




}

@media screen and (max-width: 1000px){
	#sec01 .vertical-txt{
		right: 2vw;
	}
}

@media all and (-ms-high-contrast: none){
	.btn{
		padding-top: .6em;
	}
	.bx-wrapper .bx-pager.bx-default-pager a{
		padding-top: .5em;
	}
}



@media screen and (max-width: 768px){
	.slide .pic{
		height: 100vw;
		min-height: auto;
	}
	.bx-wrapper .bx-pager{
		font-size: 1rem;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		bottom: 2.5rem;
		left: 1.5rem;
	}
	.bx-wrapper .bx-pager.bx-default-pager a{
		width: 2.4rem;
		height: 2.4rem;
	}

	#main-visual h1{
		left: 1.4rem;
		bottom: 14.5rem;
	}
	#main-visual .catch-copy{
		font-size: 3rem;
		left: .5rem;
		bottom: 6rem;
	}
	main{
		padding-top: 6rem;
		padding-left: 0;
		padding-right: 0;
	}
	#sec01,
	#sec03,
	#sec04{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	#sec01{
		position: relative;
		padding-bottom: 6rem;
		overflow: hidden;
	}
	#sec01 .sec-ttl01{
		margin-left: 0;
		margin-bottom: 3rem;
	}
	#sec01 .parag{
		padding-left: 0;
		padding-right: 0;
	}
	#sec01 .pic{
		margin-top: 0;
	}
	#sec01 .vertical-txt{
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		position: relative;
		right: auto;
		top: auto;
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	#sec01 .vertical-txt .txt-green{
		display: block;
		font-size: 1.1rem;
		margin-left: 0;
		margin-bottom: 1rem;
	}
	.btn{
		width: 24rem;
		height: 4rem;
		padding: 0 2.4rem;
		font-size: 1.2rem;
		border-radius: 2rem;
		background-size: 1.8rem auto;
		background-position: right 2.4rem center;
	}
	#sec01 .btn{
		margin: 2rem auto 4rem;
	}
	#sec02{
		padding: 6rem 2.5rem;
	}
	#sec02 .narrow{
		padding-right: 0;
		display: block;
		margin-bottom: 2.5rem;
	}
	#sec02 .sec-ttl01{
		margin-right: 0;
		margin-bottom: 2rem;
	}
	#sec02 h3{
		font-size: 1.6rem;
		padding: 1.5rem 0 1rem;
	}
	#sec02 ul{
		display: block;
	}
	#sec02 li{
		width: 100%;
		margin-bottom: 4rem;
	}
	#sec02 .pic:after{
		width: 2.4rem;
		height: 2.4rem;
	}
	#sec02 .btn{
		margin: 3.5rem auto 0;
	}
	#sec03{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	#sec03 .pic,
	#sec04 .pic01{
		width: 100%;
	}
	#sec03 .pic img,
	#sec04 .pic img{
		min-height: auto;
	}
	#sec03 .txt{
		width: 100%;
		min-width: 100%;
		position: relative;
		right: auto;
		top: auto;
	}
	#sec03 .sec-ttl01,
	#sec04 .sec-ttl01{
		margin-top: 2rem;
	}
	#sec03 .parag,
	#sec04 .parag{
		padding: 2rem 0 3rem;
	}
	#sec03 .btn,
	#sec04 .btn{
		margin: 0 auto;
	}

	#sec04 .pic01{
		float: none;
	}
	#sec04 .pic02{
		padding-top: 4rem;
	}
	#sec04 .txt{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}




}