@charset "utf-8";

.bannerBox {
	height: 772px;
	position: relative;
	overflow: hidden;
}
.bannerBox img {
	display: none;
}
.bannerBox .banner {
	height: 772px;
	background: #000 url("../images/index/banner01.png") no-repeat center top;
	background-size: auto 100%;
}
.bannerBox .swiper-pagination {
	width: auto;
	position: absolute;
	left: 50%;
	bottom: 38px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.bannerBox .swiper-pagination .swiper-pagination-bullet {
	margin: 0 2px;
	width: 12px;
	height: 4px;
	opacity: 0.5;
	background: #fff;
	border-radius: 2px;
}
.bannerBox .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
.section01 {
	padding: 120px 0 95px;
	background: #004660 url("../images/index/section01_bg.png") no-repeat;
	background-size: 1920px auto;
}
.section01 .listUl {
	margin-bottom: 101px;
	padding: 63px 0 71px;
	display: flex;
	justify-content: space-between;
	background: url("../images/index/bg01.png") no-repeat center bottom;
	background-size: 100% auto;
}
.section01 .listUl li {
	width: 20%;
	text-align: center;
}
.section01 .listUl li .num {
	display: block;
	color: #FFE1A9;
	font-size: 48px;
	font-weight: bold;
}
.section01 .listUl li .txt {
	opacity: 0.5;
}
.section01 .inner {
	margin-right: -48px;
	display: flex;
}
.section01 .inner .textBox {
	margin: 0 50px 0 0;
	min-width: 1px;
	flex: 1;
}
.section01 .inner .textBox .text {
	margin-bottom: 38px;
	opacity: 0.5;
	font-size: 24px;
	line-height: 1.45;
}
.section01 .inner .img {
	margin-top: 4px;
}
.section01 .inner .img img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.section01 .inner .img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.section02 {
	padding: 120px 0 5px;
	background: #004660 url("../images/common/com_bg01.png") no-repeat center top;
	background-size: 1920px auto;
}
.section02 .comTtl {
	margin-bottom: 6px;
	text-align: center;
}
.section02 .text {
	margin-bottom: 111px;
	opacity: 0.5;
	font-size: 28px;
	text-align: center;
}
.section02 .inner {
	margin: 0 0 108px -6px;
	display: flex;
	align-items: center;
}
.section02 .inner .img img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.section02 .inner .img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.section02 .inner02 {
	margin: 0 -6px 108px 0;
	flex-direction: row-reverse;
}
.section02 .inner .textBox {
	margin: 0 0 0 58px;
	min-width: 1px;
	flex: 1;
}
.section02 .inner02 .textBox {
	margin: 0 58px 0 0;
}
.section02 .inner .textBox .ttl {
	margin-bottom: 15px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
.section02 .inner .textBox .txt {
	margin-bottom: 33px;
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	opacity: 0.5;
}
.section03 {
	padding: 121px 0 114px;
	background: url("../images/index/section03_bg.png") no-repeat center top;
	background-size: cover;
}
.section03 .comTtl {
	margin-bottom: 6px;
	text-align: center;
}
.section03 .text {
	margin-bottom: 72px;
	opacity: 0.5;
	font-size: 28px;
	text-align: center;
}
.section03 .movieBox {
	margin: 0 auto;
	padding: 6px;
	width: 853px;
	border-radius: 28px;
	background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
	background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
	background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section03 .movie {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
}
.section03 .movie iframe {
	display: block;
}
.section03 .movie a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: rgba(0,0,0,0.3); */
}
.section04 {
	padding: 114px 0 120px;
	background: #004660;
}
.section04 .comTtl {
	margin-bottom: 10px;
	font-size: 48px;
	text-align: center;
}
.section04 .text {
	margin-bottom: 55px;
	opacity: 0.5;
	font-size: 24px;
	text-align: center;
}
.section04 .swiper {
	margin-bottom: 58px;
}
.section04 .swiper .swiper-slide {
	width: 480px;
}
.section04 .swiper a {
	opacity: 0.3;
	padding: 6px;
	width: 468px;
	display: block;
	color:  #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 30px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
	background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
	background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section04 .swiper .swiper-slide-prev a,
.section04 .swiper .swiper-slide-active a,
.section04 .swiper .swiper-slide-next a {
	opacity: 1;
}
.section04 .swiper a .subBox {
	padding: 24px;
	border-radius: 24px;
	background: #005270;
}
.section04 .swiper a .img {
	margin: 0 auto 22px;
	height: 265px;
	display: block;
	overflow: hidden;
	border-radius: 18px;
}
.section04 .swiper a img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.section04 .swiper a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.section04 .moreBtn {
	display: flex;
	justify-content: center;
}
.section04 .moreBtn a {
	padding: 0 52px 0 27px;
	line-height: 46px;
	background-position: right 27px top 14px;
}
.section05 {
	padding: 114px 0 120px;
	background: #00394D url("../images/index/section05_bg.png") no-repeat center top;
	background-size: 1920px auto;
}
.section05 .comTtl {
	margin-bottom: 59px;
	font-size: 48px;
	text-align: center;
}
.section05 .list {
	margin: 0 -20px;
	display: flex;
}
.section05 .list li {
	margin: 0 20px;
	width: 360px;
}
.section05 .list li .img {
	margin-bottom: 32px;
	width: 360px;
	height: 240px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	border: 6px solid #E2BC75;
	border-radius: 12px;
	box-sizing: border-box;
}
.section05 .list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.section05 .list li .img a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.section05 .list li .time {
	margin-bottom: 6px;
	display: block;
	font-size: 18px;
	opacity: 0.5;
}
.section05 .list li .txt {
	margin-bottom: 30px;
	display: block;
	font-size: 24px;
	line-height: 1.35;
}
.section05 .list li .txt a {
	color: rgba(255,255,255,0.7);
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.section05 .moreBtn a {
	padding: 0 52px 0 27px;
	line-height: 46px;
	background-position: right 27px top 14px;
}
.section06 {
	padding: 40px 0;
	background-color: #003143;
}
.section06 .title {
	line-height: 45px;
	font-size: 32px;
	font-weight: 500;
	background: linear-gradient(97deg, #FFECCA -17.67%, #E2BC75 78.99%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.section06 .list {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.section06 .list .item {
	height: 84px;
	border-radius: 12px;
	border: 2px solid #FFECCA;
	box-sizing: border-box;
	padding: 20px 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section06 .list .item .img {
	height: 44px;
}

@media all and (min-width: 750px) and (max-width: 1239px) {
	.bannerBox {
		height: auto;
	}
	.bannerBox img {
		display: block;
	}
	.bannerBox .banner {
		height: auto;
		background: none !important;
	}
	.bannerBox .swiper-pagination {
		bottom: 40px;
	}
	.bannerBox .swiper-pagination .swiper-pagination-bullet {
		margin: 0 4px;
		width: 24px;
		height: 8px;
		border-radius: 4px;
	}
	.section01 {
		padding: 130px 0 32px;
		background: #023E56 url("../images/index/sp_section01_bg.png") no-repeat center top;
		background-size: 100% auto;
	}
	.section01 .inner {
		margin: 0;
		display: block;
	}
	.section01 .inner .textBox {
		margin: 0 0 40px;
	}
	.section01 .inner .textBox .text {
		margin-bottom: 64px;
		font-size: 32px;
		line-height: 1.5;
	}
	.section01 .inner .img {
		margin: 0 -64px 0 -40px;
	}
	.section02 {
		padding: 82px 0 12px;
		background: url("../images/index/sp_section02_bg.png") no-repeat center top;
		background-size: cover;
	}
	.section02 .comTtl {
		margin-bottom: 30px;
		text-align: left;
	}
	.section02 .text {
		margin-bottom: 68px;
		font-size: 32px;
		text-align: left;
	}
	.section02 .inner {
		margin: 0 0 68px;
		display: block;
	}
	.section02 .inner .img {
		margin: 0 -12px 50px -12px;
	}
	.section02 .inner .textBox {
		margin: 0;
	}
	.section02 .inner .textBox .ttl {
		margin-bottom: 14px;
		font-size: 36px;
		font-weight: normal;
	}
	.section02 .inner .textBox .txt {
		margin-bottom: 48px;
		font-size: 32px;
		line-height: 1.5;
	}
	.section03 {
		padding: 130px 0 120px;
		background: url("../images/index/sp_section03_bg.png") no-repeat;
		background-size: cover;
	}
	.section03 .comTtl {
		margin-bottom: 32px;
		font-size: 64px;
		text-align: left;
	}
	.section03 .text {
		margin-bottom: 54px;
		font-size: 32px;
		line-height: 1.5;
		text-align: left;
	}
	.section03 .movieBox {
		margin: 0 -8px;
		padding: 8px;
		width: auto;
		box-sizing: border-box;
		border-radius: 32px;
	}
	.section03 .movie {
		border-radius: 24px;
	}
	.section03 .movie iframe {
		width: 100%;
		height: 400px;
	}
	.section03 .movie a img {
		width: 58px;
	}
	.section04 {
		padding: 130px 0;
	}
	.section04 .comTtl {
		margin-bottom: 30px;
		font-size: 64px;
		text-align: left;
	}
	.section04 .text {
		margin-bottom: 54px;
		font-size: 32px;
		line-height: 1.5;
		text-align: left;
	}
	.section04 .swiper {
		margin-bottom: 56px;
	}
	.section04 .swiper .swiper-slide {
		width: 576px;
	}
	.section04 .swiper a {
		padding: 8px;
		width: auto;
		font-size: 28px;
		border-radius: 40px;
	}
	.section04 .swiper a .subBox {
		padding: 28px;
		border-radius: 30px;
	}
	.section04 .swiper a .img {
		margin-bottom: 30px;
		width: 504px;
		height: 316px;
		border-radius: 12px;
	}
	.section04 .swiper a img {
		object-fit: cover;
	}
	.section05 {
		padding: 130px 0;
		background: #00384D;
	}
	.section05 .comTtl {
		margin-bottom: 64px;
		font-size: 64px;
		text-align: left;
	}
	.section05 .list {
		display: block;
	}
	.section05 .list li {
		width: auto;
		display: none;
	}
	.section05 .list li:first-child {
		display: block;
	}
	.section05 .list li .img {
		margin-bottom: 34px;
		width: 100%;
		height: auto;
		border-radius: 20px;
	}
	.section05 .list li .img img {
		width: 100%;
		height: auto;
	}
	.section05 .list li .img:before {
		border-width: 8px;
	}
	.section05 .list li .time {
		font-size: 28px;
	}
	.section05 .list li .txt {
		font-size: 32px;
	}
}


@media all and (min-width: 0) and (max-width: 749px) {
	.bannerBox {
		height: auto;
	}
	.bannerBox img {
		display: block;
	}
	.bannerBox .banner {
		height: auto;
		background: none !important;
	}
	.bannerBox .swiper-pagination {
		bottom: 20px;
	}
	.section01 {
		padding: 65px 0 16px;
		background: #023E56 url("../images/index/sp_section01_bg.png") no-repeat center top;
		background-size: 100% auto;
	}
	.section01 .inner {
		margin: 0;
		display: block;
	}
	.section01 .inner .textBox {
		margin: 0 0 20px;
	}
	.section01 .inner .textBox .text {
		margin-bottom: 32px;
		font-size: 16px;
		line-height: 1.5;
	}
	.section01 .inner .img {
		margin: 0 -32px 0 -20px;
	}
	.section02 {
		padding: 41px 0 6px;
		background: url("../images/index/sp_section02_bg.png") no-repeat center top;
		background-size: cover;
	}
	.section02 .comTtl {
		margin-bottom: 15px;
		text-align: left;
	}
	.section02 .text {
		margin-bottom: 34px;
		font-size: 16px;
		text-align: left;
	}
	.section02 .inner {
		margin: 0 0 34px;
		display: block;
	}
	.section02 .inner .img {
		margin: 0 -6px 25px -6px;
	}
	.section02 .inner .textBox {
		margin: 0;
	}
	.section02 .inner .textBox .ttl {
		margin-bottom: 7px;
		font-size: 18px;
		font-weight: normal;
	}
	.section02 .inner .textBox .txt {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 1.5;
	}
	.section03 {
		padding: 65px 0 60px;
		background: url("../images/index/sp_section03_bg.png") no-repeat;
		background-size: cover;
	}
	.section03 .comTtl {
		margin-bottom: 16px;
		font-size: 32px;
		text-align: left;
	}
	.section03 .text {
		margin-bottom: 27px;
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
	}
	.section03 .movieBox {
		margin: 0 -4px;
		padding: 4px;
		width: auto;
		box-sizing: border-box;
		border-radius: 16px;
	}
	.section03 .movie {
		border-radius: 12px;
	}
	.section03 .movie iframe {
		width: 100%;
		height: 175px;
	}
	.section03 .movie a img {
		width: 29px;
	}
	.section04 {
		padding: 65px 0 65px;
	}
	.section04 .comTtl {
		margin-bottom: 15px;
		font-size: 32px;
		text-align: left;
	}
	.section04 .text {
		margin-bottom: 27px;
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
	}
	.section04 .swiper {
		margin-bottom: 28px;
	}
	.section04 .swiper .swiper-slide {
		width: 288px;
	}
	.section04 .swiper a {
		padding: 4px;
		width: auto;
		font-size: 14px;
		border-radius: 20px;
	}
	.section04 .swiper a .subBox {
		padding: 14px;
		border-radius: 15px;
	}
	.section04 .swiper a .img {
		margin-bottom: 15px;
		width: 252px;
		height: 158px;
		border-radius: 12px;
	}
	.section04 .swiper a .img img {
		object-fit: cover;
	}
	.section05 {
		padding: 65px 0;
		background: #00384D;
	}
	.section05 .comTtl {
		margin-bottom: 32px;
		font-size: 32px;
		text-align: left;
	}
	.section05 .list {
		display: block;
	}
	.section05 .list li {
		width: auto;
		display: none;
	}
	.section05 .list li:first-child {
		display: block;
	}
	.section05 .list li .img {
		margin-bottom: 17px;
		width: 100%;
		height: auto;
		border-radius: 10px;
		border-width: 4px;
	}
	.section05 .list li .img img {
		width: 100%;
		height: auto;
	}
	.section05 .list li .time {
		font-size: 14px;
	}
	.section05 .list li .txt {
		font-size: 16px;
	}
	.section06 .list {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.section06 .list .item {
		width: 100%;
		height: 84px;
		border-radius: 12px;
		border: 2px solid #FFECCA;
		box-sizing: border-box;
		padding: 20px 32px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section06 .list .item .img {
		width: auto;
		height: 44px;
	}
}