#top .p-mv {
	padding: 20px 0 60px;
	background-color: #ccebfc;
}

#top .p-mv__swiperAllWrap {
	position: relative;
}

#top .p-mv__swiperAllWrap .swiper .swiper-wrapper .swiper-slide {
	width: 960px;
}

#top .p-mv__swiperAllWrap .swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
}

#top .p-mv__swiperAllWrap .swiper .swiper-button-next,
#top .p-mv__swiperAllWrap .swiper .swiper-button-prev {
	width: 60px;
}

#top .p-mv__swiperAllWrap .swiper .swiper-button-next:after,
#top .p-mv__swiperAllWrap .swiper .swiper-button-prev:after {
	width: 60px;
	height: 60px;
	background: url(../images/top_swiper_arrow.svg) no-repeat;
	background-size: 60px;
	content: "";
}

#top .p-mv__swiperAllWrap .swiper .swiper-button-prev {
	left: calc(50% - 550px);
}

#top .p-mv__swiperAllWrap .swiper .swiper-button-next {
	right: calc(50% - 550px);
	transform: rotate(180deg);
}

#top .p-mv__swiperAllWrap .swiper-pagination {
	bottom: -34px;
}

#top .p-mv__swiperAllWrap .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 10px;
	background-color: #fff;
	opacity: 1;
}

#top .p-mv__swiperAllWrap .swiper-pagination .swiper-pagination-bullet-active {
	border: 2px solid #fff;
	background-color: transparent;
}

#top .p-gas {
	padding: 70px 0 80px;
	background-color: #e5f5fd;
}

#top .p-gas__tit {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	gap: 12px;
}

#top .p-gas__tit .icon {
	width: 32px;
}

#top .p-gas__tit .text {
	color: #00469b;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.4;
}

#top .p-gas-contents {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

#top .p-gas-contents__item .listTit {
	display: block;
	position: relative;
	padding: 30px 20px;
	background-color: #00469b;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

#top .p-gas-contents__item .linkList {
	border-right: 1px solid #00469b;
	border-bottom: 1px solid #00469b;
}

#top .p-gas-contents__item .linkList .linkListItem .itemLink {
	display: flex;
	position: relative;
	align-items: center;
	padding: 19px 16px;
	gap: 16px;
	border-top: 1px solid #00469b;
	border-left: 1px solid #00469b;
	background-color: #fff;
}

#top .p-gas-contents__item .linkList .linkListItem .itemLink .icon {
	width: 42px;
}

#top .p-gas-contents__item .linkList .linkListItem .itemLink .text {
	color: #00469b;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
}

#top .p-gas-contents__item:nth-child(3) .listTit {
	background-color: #e50012;
}

#top .p-gas-contents__item:nth-child(3) .linkList {
	border-right: 1px solid #e50012;
	border-bottom: 1px solid #e50012;
}

#top .p-gas-contents__item:nth-child(3) .linkList .linkListItem .itemLink {
	border-top: 1px solid #e50012;
	border-left: 1px solid #e50012;
}

#top .p-gas-contents__item:nth-child(3) .linkList .linkListItem .itemLink .text {
	color: #e50012;
}

#top .p-reform {
	padding: 70px 0 80px;
	background-color: #fafcf2;
}

#top .p-reform__tit {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	gap: 12px;
}

#top .p-reform__tit .icon {
	width: 32px;
}

#top .p-reform__tit .text {
	color: #0c9978;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.4;
}

#top .p-reform-contents .linkList {
	-ms-grid-columns: (1fr)[4];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-right: 1px solid #0c9978;
	border-bottom: 1px solid #0c9978;
}

#top .p-reform-contents .linkList .linkListItem .itemLink {
	display: flex;
	position: relative;
	align-items: center;
	padding: 19px 16px;
	gap: 16px;
	border-top: 1px solid #0c9978;
	border-left: 1px solid #0c9978;
	background-color: #fff;
}

#top .p-reform-contents .linkList .linkListItem .itemLink .icon {
	width: 42px;
}

#top .p-reform-contents .linkList .linkListItem .itemLink .text {
	color: #0c9978;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
}

#top .p-choinavi {
	padding: 60px 0;
	background: url(../images/top_choinavi_bg.jpg) no-repeat;
	background-size: cover;
}

#top .p-choinavi-contents {
	display: flex;
	gap: 40px;
}

#top .p-choinavi-contents__logoArea img {
	width: 381px;
}

#top .p-choinavi-contents__linkArea {
	display: flex;
	gap: 40px;
}

#top .p-choinavi-contents__linkArea .linkItem {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	padding: 50px 20px;
	border-radius: 12px;
	background-color: #fff;
}

#top .p-choinavi-contents__linkArea .linkItem .text {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}

#top .p-choinavi-contents__linkArea .linkItem:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 9px;
	transform: translateY(-50%);
	background: url(../images/icon_arrowE--right.svg) no-repeat;
	background-size: 15px;
	content: "";
}

#top .p-news {
	padding: 80px 0;
}

#top .p-news__tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
	margin-right: auto;
	margin-bottom: 48px;
	margin-left: auto;
	color: #00469b;
}

#top .p-news__tit .en {
	border-bottom: 1px dashed #00469b;
	font-size: 40px;
	line-height: 1.4;
}

#top .p-news__tit .en,
#top .p-news__tit .jp {
	width: 100%;
	font-weight: 700;
	text-align: center;
}

#top .p-news__tit .jp {
	font-size: 14px;
	line-height: 1.5;
}

#top .p-news-contents__catArea {
	-ms-grid-columns: (1fr)[5];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

#top .p-news-contents__catArea .catLink {
	padding: 10px 20px;
	border-bottom: 2px solid #aaa;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}

#top .p-news-contents__catArea .catLink--active {
	position: relative;
	color: #00469b;
}

#top .p-news-contents__catArea .catLink--active:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #00469b;
	content: "";
}

#top .p-news-contents__newsArea {
	margin-top: 48px;
}

#top .p-news-contents__newsArea .newsList .newsListItem+.newsListItem {
	margin-top: 40px;
}

#top .p-news-contents__newsArea .newsList .newsListItem .linkItem {
	display: flex;
	gap: 24px;
}

#top .p-news-contents__newsArea .newsList .newsListItem .linkItem .info {
	display: flex;
	align-items: center;
	gap: 24px;
}

#top .p-news-contents__newsArea .newsList .newsListItem .linkItem .info .date {
	font-size: 18px;
	line-height: 1.6;
}

#top .p-news-contents__newsArea .newsList .newsListItem .linkItem .info .cat {
	display: flex;
	justify-content: center;
	min-width: 80px;
	padding: 4px 0;
	background-color: #00469b;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
}

#top .p-news-contents__newsArea .newsList .newsListItem .linkItem .tit {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
}

#top .p-news-contents__btnArea {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

#top .p-link {
	display: flex;
	padding: 4px;
	gap: 4px;
}

#top .p-link-left {
	width: 50%;
}

#top .p-link-left__box {
	display: flex;
	margin-top: 4px;
	gap: 4px;
}

#top .p-link-right {
	width: 50%;
}

#top .p-link-right .linkItem {
	display: block;
}

#top .p-link-right .linkItem img {
	width: 100%;
}