@charset "utf-8";
.bannerBox {
	height: 880px;
	position: relative;
	overflow: hidden;
}
.bannerBox img {
	display: none;
}
.bannerBox .banner {
	height: 880px;
	position: relative;
	background: url("../images/index/banner01.png") no-repeat center top;
	background-size: cover;
}
.bannerBox .banner02 {
	background-image: url("../images/index/banner02.png");
}
.bannerBox .banner03 {
	background-image: url("../images/index/banner03.png");
}
.bannerBox .banner04 {
	background-image: url("../images/index/banner04.png");
}
.bannerBox .banner05 {
	background-image: url("../images/index/banner05.png");
}
.bannerBox .banner .textBox {
	max-width: 1448px;
	padding: 78px 24px 0;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	color:  #fff;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.bannerBox .banner .textBox .txt01 {
	margin-bottom: 21px;
	font-size: 80px;
	font-weight: bold;
	line-height: 80px;
}
.bannerBox .banner .textBox .txt02 {
	margin-bottom: 61px;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}
.bannerBox .banner .link {
	width: 200px;
}
.bannerBox .banner .link a {
	padding-right: 36px;
	display: block;
	color: #141E28;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-sizing: border-box;
	background: #E2F019 url("../images/common/arrow02_on.png") no-repeat right 28px center;
	background-size: 24px auto;
}
.bannerBox .banner .link a:hover {
	background-color: #EEFF00;
}
.bannerBox .swiper-pagination {
	width: auto;
	position: absolute;
	left: 50%;
	bottom: 33px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.bannerBox .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	width: 8px;
	height: 8px;
	position: relative;
	opacity: 1;
	background: rgba(245, 246, 247, 0.3);
	border-radius: 4px;
}
.bannerBox .swiper-pagination .swiper-pagination-bullet-active {
	width: 48px;
}
.bannerBox .swiper-pagination .swiper-pagination-bullet:before {
	width: 0;
	height: 8px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	border-radius: 4px;
	content: "";
}
.bannerBox .swiper-pagination .swiper-pagination-bullet-active:before {
	animation: mymove 5.3s linear;
	-webkit-animation: mymove 5.3s linear;
}
@keyframes mymove
{
	from {width: 0px;}
	to {width: 48px;}
}

@-webkit-keyframes mymove
{
	from {width: 0px;}
	to {width: 48px;}
}

.main .section01 {
	padding: 24px 0 106px;
}
.main .section01 .comTtl {
	margin-bottom: 43px;
}
.main .section01 ul {
	margin: 0 -12px 16px;
	display: flex;
	flex-wrap: wrap;
}
.main .section01 li {
	padding: 0 12px 24px;
	width: 50%;
	box-sizing: border-box;
}
.main .section01 li a {
	padding: 35px 24px 40px;
	overflow: hidden;
	display: block;
	text-align: center;
	background: #F5F6F7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-sizing: border-box;
}
.main .section01 li a .ttl {
	margin-bottom: 51px;
	display: block;
	color: #141E28;
	font-size: 28px;
	font-weight: bold;
}
.main .section01 li a:hover .moreLink {
	background-color: #FFFF25;
}
.main .section01 li a img {
	margin: 0 auto;
	width: 400px;
	display: block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main .section01 li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main .section02 {
	padding-bottom: 122px;
}
.main .section02 .comSection {
	max-width: 1680px;
}
.main .section02 ul {
	margin: 46px -12px 0;
	display: flex;
	flex-wrap: wrap;
}
.main .section02 li {
	padding: 0 12px 24px;
	width: 50%;
	box-sizing: border-box;
}
.main .section02 li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.main .section02 li a .photo {
	width: 100%;
	height: 420px;
	object-fit: cover;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main .section02 li a:hover .photo {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main .section02 li a .txtBox {
	padding: 40px 40px 35px;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}
.main .section02 li a .txtBox p {
    margin-right: 20px;
    min-width: 1px;
    flex: 1;
	color: #fff;
}
.main .section02 li a .txtBox p span {
	margin-bottom: 4px;
	display: block;
	font-size: 28px;
	font-weight: bold;
}
.main .section02 li a .txtBox .arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0,0,0,0.3) url("../images/common/arrow03.png") no-repeat center center;
	background-size: 24px 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main .section02 li a:hover .txtBox .arrow {
	background-color: #E2F019;
	background-image: url("../images/common/arrow02_on.png");
}
.main .section03 {
	padding-bottom: 145px;
}
.main .section03 .comSection {
	max-width: 1608px;
}
.main .section03 .swiperBox {
	margin-top: 46px;
	padding: 0 104px;
	position: relative;
}
.main .section03 .swiperBox .prev {
	position: absolute;
	left: 0;
	top: 93px;
	cursor: pointer;
}
.main .section03 .swiperBox .next {
	position: absolute;
	right: 0;
	top: 93px;
	cursor: pointer;
}
.main .section03 .swiperBox .prev img,
.main .section03 .swiperBox .next img {
	width: 64px;
}
.main .section03 .swiperBox .videoBox {
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
}
.main .section03 .swiperBox .videoBox .video {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main .section03 .swiperBox .videoBox:hover .video {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main .section03 .swiperBox .videoBox 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);
}
.main .section03 .swiperBox .videoBox a img {
	width: 64px;
}
.main .section03 .swiperBox .progress {
	margin: 40px auto 0;
	width: 100px;
	height: 8px;
	position: relative;
	background: #F5F6F7;
	border-radius: 4px;
}
.main .section03 .swiperBox .progress span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #E2F019;
	border-radius: 4px;
}
.main .section04 {
	padding: 0 0 146px;
}
.main .section04 ul {
	margin: 66px -12px 0 -11px;
	display: flex;
}
.main .section04 li {
	padding: 0 11px 0 12px;
	width: 25%;
	box-sizing: border-box;
	color: #B4BEC8;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.main .section04 li img {
	margin: 0 auto 41px;
	width: auto;
	height: 120px;
	display: block;
}
.main .section04 li span {
	margin-bottom: 20px;
	display: block;
	color: #141E28;
	font-size: 24px;
}
.main .section04 .inner {
	margin-top: 79px;
	position: relative;
}
.main .section04 .inner:before {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/index/photo01.png") no-repeat;
	background-size: cover;
	content: "";
}
.main .section04 .inner .textBox {
	margin: 0 auto;
	padding: 0 24px;
	max-width: 1400px;
	min-height: 480px;
	display: flex;
	align-items: center;
}
.main .section04 .inner .textBox .subBox {
	padding: 40px 0 50px;
	width: 50%;
	max-width: 660px;
}
.main .section04 .inner .textBox .ttl {
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: bold;
}
.main .section04 .inner .textBox .text {
	white-space: pre-line;
}
.main .section05 {
	padding: 0 0 62px;
}
.main .section05 .inner {
	margin-top: 46px;
	display: flex;
}
.main .section05 .inner .lBox {
	padding-bottom: 23px;
	width: 32.14%;
}
.main .section05 .inner .lBox .sub {
	height: 100%;
	padding: 40px 40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	background: #F5F6F7;
}
.main .section05 .inner .lBox img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.main .section05 .inner ul {
	min-width: 1px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.main .section05 .inner li {
	padding: 0 0 23px 25px;
	width: 25%;
	box-sizing: border-box;
}
.main .section05 .inner li .sub {
	padding: 39px 20px 38px;
	background: #F5F6F7;
}
.main .section05 .inner li img {
	width: 100%;
	height: auto;
	display: block;
}
.main .section06 {
	padding: 0 0 119px;
}
.main .section06 .inner {
	margin: 46px 0 24px;
}
.main .section06 .inner a {
	display: flex;
	align-items: center;
}
.main .section06 .inner .photo {
	width: 330px;
}
.main .section06 .inner .textBox {
	margin-left: 40px;
	min-width: 1px;
	flex: 1;
}
.main .section06 .photo {
	overflow: hidden;
}
.main .section06 img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main .section06 a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main .section06 .textBox p {
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.main .section06 .textBox .ttl {
	margin-bottom: 13px;
	color: #141E28;
	font-size: 24px;
	font-weight: bold;
}
.main .section06 .textBox .txt {
	margin-bottom: 14px;
	color: #B4BEC8;
}
.main .section06 a:hover .textBox p {
	color: #E2F019 !important;
}
.main .section06 .inner .textBox .txt {
	margin-bottom: 25px;
}
.main .section06 .textBox .date {
	color: #B4BEC8;
}
.main .section06 ul {
	margin: 0 -23px 0 0;
	display: flex;
}
.main .section06 li {
	padding-right: 23px;
	width: 25%;
	box-sizing: border-box;
}
.main .section06 li .photo {
	margin-bottom: 15px;
}
.main .section06 li a {
	display: block;
}

.main .videoBg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.3);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
.main .videoPop {
	width: 90%;
	max-width: 1000px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1001;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
.main .videoBg.show,
.main .videoPop.show {
	visibility: visible;
	opacity: 1;
}
.main .videoPop .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.main .videoPop .close img {
	width: 16px;
}
.main .videoPop #video {
	width: 100%;
	height: 500px;
	max-height: 80vh;
	display: block;
}

@media all and (min-width: 1240px) and (max-width: 1449px) {
	.main .section02 li a .txtBox p span {
		font-size: 24px;
	}
}

@media all and (min-width: 750px) and (max-width: 1239px) {
	.bannerBox {
		height: auto;
	}
	.bannerBox .banner {
		height: auto;
		background: none !important;
	}
	.bannerBox .banner img {
		display: block;
	}
	.bannerBox .banner .textBox {
		padding: 20px 32px 0;
		text-align: center;
	}
	.bannerBox .banner .textBox .txt01 {
		margin-bottom: 16px;
		font-size: 60px;
		line-height: 60px;
	}
	.bannerBox .banner .textBox .txt02 {
		margin-bottom: 34px;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.5;
	}
	.bannerBox .banner .textBox .link {
		margin: 0 auto;
		width: 280px;
	}
	.bannerBox .banner .textBox .link a {
		padding-right: 40px;
		font-size: 24px;
		line-height: 80px;
		border-radius: 4px;
		box-shadow: none;
		background-size: 24px auto;
		background-position: right 42px center;
	}
	.bannerBox .swiper-pagination {
		display: none;
	}
	.main .section01 {
		padding: 24px 0 64px;
	}
	.main .section01 .swiper {
		position: relative;
	}
	.main .section01 .swiper-slide a {
		padding: 74px 32px 98px;
		display: block;
		text-align: center;
		background: #F5F6F7;
	}
	.main .section01 .swiper-slide a .ttl {
		margin-bottom: 70px;
		display: block;
		color: #141E28;
		font-size: 32px;
		font-weight: bold;
	}
	.main .section01 .swiper-slide a img {
		margin: 0 auto 80px;
		width: 58%;
		display: block;
	}
	.main .section01 .swiper-slide .moreLink {
		width: 240px;
		font-size: 28px;
		background-position: right 24px center;
	}
	.main .section01 .swiper-pagination {
		width: auto;
		position: absolute;
		left: 50%;
		bottom: 28px;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	.main .section01 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 8px;
		width: 16px;
		height: 16px;
		position: relative;
		opacity: 1;
		background: #fff;
		border-radius: 8px;
	}
	.main .section01 .swiper-pagination .swiper-pagination-bullet-active {
		width: 48px;
		background: #E2F019;
	}
	.main .section02 {
		padding: 0 0 66px;
	}
	.main .section02 .swiper {
		padding: 28px 0 100px;
		position: relative;
	}
	.main .section02 .swiper-slide a {
		display: block;
	}
	.main .section02 .swiper-slide a .photo {
		position: relative;
	}
	.main .section02 .swiper-slide a .photo:before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.3);
		content: "";
	}
	.main .section02 .swiper-slide a .txtBox {
		padding: 18px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #F3F6F9;
		background: #fff;
	}
	.main .section02 .swiper-slide a .txtBox p {
		margin-right: 24px;
		min-width: 1px;
		flex: 1;
		color: #B4BEC8;
		font-size: 24px;
	}
	.main .section02 .swiper-slide a .txtBox p span {
		margin-bottom: 6px;
		display: block;
		color: #141E28;
		font-size: 28px;
		font-weight: bold;
	}
	.main .section02 .swiper-slide a .txtBox .arrow {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #E2F019 url("../images/common/arrow02_on.png") no-repeat center center;
		background-size: 24px auto;
	}
	.main .section02 .swiper-pagination {
		bottom: 40px;
		display: flex;
		justify-content: center;
	}
	.main .section02 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 8px;
		width: 16px;
		height: 16px;
		position: relative;
		opacity: 1;
		background: #C8D2DC;
		border-radius: 8px;
	}
	.main .section02 .swiper-pagination .swiper-pagination-bullet-active {
		width: 48px;
		background: #E2F019;
	}
	.main .section03 {
		padding-bottom: 64px;
	}
	.main .section03 .swiperBox {
		margin: 28px 0 40px;
		padding: 0;
		overflow: hidden;
	}
	.main .section03 .swiperBox .subBox {
		margin-right: -20px;
	}
	.main .section03 .swiper .list {
		display: flex;
		flex-wrap: wrap;
	}
	.main .section03 .swiper .list .item {
		padding: 0 20px 38px 0;
		width: 50%;
		box-sizing: border-box;
	}
	.main .section03 .swiperBox .videoBox {
		margin-bottom: 22px;
	}
	.main .section03 .swiperBox .videoBox a img {
		width: 64px;
	}
	.main .section03 .swiper .list .item p {
		font-size: 24px;
	}
	.main .section03 .swiperBox .progress {
		margin-top: 0;
		width: 160px;
		height: 16px;
		border-radius: 8px;
	}
	.main .section03 .swiperBox .progress span {
		border-radius: 8px;
	}
	.main .section04 {
		padding-bottom: 64px;
	}
	.main .section04 ul {
		margin: 68px -6px 0;
		flex-wrap: wrap;
	}
	.main .section04 ul li {
		padding: 0 6px 58px;
		width: 50%;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.5;
	}
	.main .section04 ul li span {
		margin-bottom: 14px;
		font-size: 24px;
		font-weight: bold;
	}
	.main .section04 ul li img {
		margin-bottom: 36px;
		width: auto;
		height: 120px;
	}
	.main .section04 .inner {
		margin-top: 16px;
	}
	.main .section04 .inner:before {
		width: 100%;
		background-image: url("../images/index/sp_photo01.png");
	}
	.main .section04 .inner .textBox {
		margin: 0;
		padding: 40px 32px;
		max-width: auto;
		min-height: inherit;
		display: block;
	}
	.main .section04 .inner .textBox .subBox {
		padding: 0;
		width: auto;
		max-width: auto;
	}
	.main .section04 .inner .textBox .ttl {
		margin-bottom: 10px;
		font-size: 32px;
	}
	.main .section04 .inner .textBox .text {
		font-size: 16px;
	}
	.main .section05 {
		padding-bottom: 40px;
	}
	.main .section05 .inner.sp {
		margin: 30px -12px 0;
		display: flex !important;
		flex-wrap: wrap;
	}
	.main .section05 .inner .lBox {
		padding: 0 12px 24px;
		width: 66.66%;
		box-sizing: border-box;
	}
	.main .section05 .inner .lBox .sub {
		padding: 40px 50px 20px;
	}
	.main .section05 .inner ul {
		padding: 0 12px;
		width: 33.33%;
		display: block;
		flex: none;
		box-sizing: border-box;
	}
	.main .section05 .inner li {
		padding: 0 0 24px;
		width: auto;
	}
	.main .section05 .inner li .sub {
		padding: 38px 20px;
	}
	.main .section06 {
		padding-bottom: 80px;
	}
	.main .section06 .inner {
		margin: 28px 0 0;
	}
	.main .section06 .inner a {
		display: block;
	}
	.main .section06 .inner .photo {
		margin-bottom: 24px;
		width: auto;
	}
	.main .section06 .inner .textBox {
		margin: 0;
	}
	.main .section06 .textBox .ttl {
		margin-bottom: 14px !important;
		font-size: 28px;
	}
	.main .section06 .textBox .txt {
		margin-bottom: 8px !important;
		font-size: 24px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;					
		-webkit-box-orient: vertical;
	}
	.main .section06 .textBox .date {
		font-size: 24px;
	}
	.main .section06 ul {
		margin: 0 0 40px;
		display: block;
	}
	.main .section06 li {
		padding: 32px 0 0;
		width: auto;
	}
	.main .section06 li:nth-child(3),
	.main .section06 li:nth-child(4) {
		display: none;
	}
}


@media all and (min-width: 0) and (max-width: 749px) {
	.bannerBox {
		height: auto;
	}
	.bannerBox .banner {
		height: auto;
		background: none !important;
	}
	.bannerBox .banner img {
		display: block;
	}
	.bannerBox .banner .textBox {
		padding: 10px 16px 0;
		text-align: center;
	}
	.bannerBox .banner .textBox .txt01 {
		margin-bottom: 8px;
		font-size: 30px;
		line-height: 30px;
	}
	.bannerBox .banner .textBox .txt02 {
		margin-bottom: 17px;
		font-size: 8px;
		font-weight: normal;
		line-height: 1.5;
	}
	.bannerBox .banner .textBox .link {
		margin: 0 auto;
		width: 140px;
	}
	.bannerBox .banner .textBox .link a {
		padding-right: 20px;
		font-size: 12px;
		line-height: 40px;
		border-radius: 2px;
		box-shadow: none;
		background-size: 12px auto;
		background-position: right 21px center;
	}
	.bannerBox .swiper-pagination {
		display: none;
	}
	.main .section01 {
		padding: 12px 0 32px;
	}
	.main .section01 .swiper {
		position: relative;
	}
	.main .section01 .swiper-slide a {
		padding: 37px 16px 49px;
		display: block;
		text-align: center;
		background: #F5F6F7;
	}
	.main .section01 .swiper-slide a .ttl {
		margin-bottom: 35px;
		display: block;
		color: #141E28;
		font-size: 16px;
		font-weight: bold;
	}
	.main .section01 .swiper-slide a img {
		margin: 0 auto 40px;
		width: 58%;
		display: block;
	}
	.main .section01 .swiper-slide .moreLink {
		width: 120px;
		font-size: 14px;
		background-position: right 12px center;
	}
	.main .section01 .swiper-pagination {
		width: auto;
		position: absolute;
		left: 50%;
		bottom: 14px;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	.main .section01 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 4px;
		width: 8px;
		height: 8px;
		position: relative;
		opacity: 1;
		background: #fff;
		border-radius: 4px;
	}
	.main .section01 .swiper-pagination .swiper-pagination-bullet-active {
		width: 24px;
		background: #E2F019;
	}
	.main .section02 {
		padding: 0 0 33px;
	}
	.main .section02 .swiper {
		padding: 14px 0 50px;
		position: relative;
	}
	.main .section02 .swiper-slide a {
		display: block;
	}
	.main .section02 .swiper-slide a .photo {
		position: relative;
	}
	.main .section02 .swiper-slide a .photo:before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.3);
		content: "";
	}
	.main .section02 .swiper-slide a .txtBox {
		padding: 9px 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #F3F6F9;
		background: #fff;
	}
	.main .section02 .swiper-slide a .txtBox p {
		margin-right: 12px;
		min-width: 1px;
		flex: 1;
		color: #B4BEC8;
		font-size: 12px;
	}
	.main .section02 .swiper-slide a .txtBox p span {
		margin-bottom: 3px;
		display: block;
		color: #141E28;
		font-size: 14px;
		font-weight: bold;
	}
	.main .section02 .swiper-slide a .txtBox .arrow {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #E2F019 url("../images/common/arrow02_on.png") no-repeat center center;
		background-size: 12px auto;
	}
	.main .section02 .swiper-pagination {
		bottom: 20px;
		display: flex;
		justify-content: center;
	}
	.main .section02 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 4px;
		width: 8px;
		height: 8px;
		position: relative;
		opacity: 1;
		background: #C8D2DC;
		border-radius: 4px;
	}
	.main .section02 .swiper-pagination .swiper-pagination-bullet-active {
		width: 24px;
		background: #E2F019;
	}
	.main .section03 {
		padding-bottom: 32px;
	}
	.main .section03 .swiperBox {
		margin: 14px 0 20px;
		padding: 0;
		overflow: hidden;
	}
	.main .section03 .swiperBox .subBox {
		margin-right: -10px;
	}
	.main .section03 .swiper .list {
		display: flex;
		flex-wrap: wrap;
	}
	.main .section03 .swiper .list .item {
		padding: 0 10px 19px 0;
		width: 50%;
		box-sizing: border-box;
	}
	.main .section03 .swiperBox .videoBox {
		margin-bottom: 11px;
	}
	.main .section03 .swiperBox .videoBox a img {
		width: 32px;
	}
	.main .section03 .swiper .list .item p {
		font-size: 12px;
	}
	.main .section03 .swiperBox .progress {
		margin-top: 0;
		width: 80px;
		height: 8px;
	}
	.main .videoPop .close {
		right: -16px;
		top: -16px;
		width: 32px;
		height: 32px;
	}
	.main .videoPop .close img {
		width: 12px;
	}
	.main .section04 {
		padding-bottom: 32px;
	}
	.main .section04 ul {
		margin: 34px -3px 0;
		flex-wrap: wrap;
	}
	.main .section04 ul li {
		padding: 0 3px 29px;
		width: 50%;
		font-size: 8px;
		font-weight: normal;
		line-height: 1.5;
	}
	.main .section04 ul li span {
		margin-bottom: 7px;
		font-size: 12px;
		font-weight: bold;
	}
	.main .section04 ul li img {
		margin-bottom: 18px;
		width: auto;
		height: 60px;
	}
	.main .section04 .inner {
		margin-top: 8px;
	}
	.main .section04 .inner:before {
		width: 100%;
		background-image: url("../images/index/sp_photo01.png");
	}
	.main .section04 .inner .textBox {
		margin: 0;
		padding: 20px 16px;
		max-width: auto;
		min-height: inherit;
		display: block;
	}
	.main .section04 .inner .textBox .subBox {
		padding: 0;
		width: auto;
		max-width: auto;
	}
	.main .section04 .inner .textBox .ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.main .section04 .inner .textBox .text {
		font-size: 8px;
	}
	.main .section05 {
		padding-bottom: 20px;
	}
	.main .section05 .inner.sp {
		margin: 15px -6px 0;
		display: flex !important;
		flex-wrap: wrap;
	}
	.main .section05 .inner .lBox {
		padding: 0 6px 12px;
		width: 66.66%;
		box-sizing: border-box;
	}
	.main .section05 .inner .lBox .sub {
		padding: 20px 20px 10px;
	}
	.main .section05 .inner ul {
		padding: 0 6px;
		width: 33.33%;
		display: block;
		flex: none;
		box-sizing: border-box;
	}
	.main .section05 .inner li {
		padding: 0 0 12px;
		width: auto;
	}
	.main .section05 .inner li .sub {
		padding: 19px 10px;
	}
	.main .section06 {
		padding-bottom: 40px;
	}
	.main .section06 .inner {
		margin: 14px 0 0;
	}
	.main .section06 .inner a {
		display: block;
	}
	.main .section06 .inner .photo {
		margin-bottom: 12px;
		width: auto;
	}
	.main .section06 .inner .textBox {
		margin: 0;
	}
	.main .section06 .textBox .ttl {
		margin-bottom: 7px !important;
		font-size: 14px;
	}
	.main .section06 .textBox .txt {
		margin-bottom: 4px !important;
		font-size: 12px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;					
		-webkit-box-orient: vertical;
	}
	.main .section06 .textBox .date {
		font-size: 12px;
	}
	.main .section06 ul {
		margin: 0 0 20px;
		display: block;
	}
	.main .section06 li {
		padding: 16px 0 0;
		width: auto;
	}
	.main .section06 li:nth-child(3),
	.main .section06 li:nth-child(4) {
		display: none;
	}
}