main {
	padding-bottom: 7.5rem;
}

.p-bg {
	background: #fffffe url(../images/top/business_bg_01.png) no-repeat center top/contain;
}

.p-mv {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
}

.p-mv__sub {
	font-size: 1.5rem;
	font-family: "Noto Serif JP",serif;
	font-weight: 600;
	margin-bottom: 2.8rem;
}

.p-mv__ttl {
	width: 31.5rem;
}

.p-mv__txt {
	margin-top: 1rem;
}

.p-mv-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 3rem 0;
	height: 100vh;
	min-height: 65rem;
}

.p-mv-news {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	padding: 1.1rem;
}

.p-mv-news__list {
	max-width: 59.5rem;
}

.p-mv-news__item {
	margin: .5rem 0;
}

.p-mv-news__anchor {
	display: flex;
	align-items: center;
	gap: .3rem .6rem;
}

.p-mv-news__tag {
	display: inline-block;
	font-size: .8rem;
	padding: .3rem .6rem;
	background: #0049b7;
	color: #fff;
	font-weight: bold;
	border-radius: .5rem;
	flex-shrink: 0;
}

.p-mv-news__date {
	color: #a8a8a8;
	font-weight: bold;
	font-size: .9rem;
	display: inline-block;
	flex-shrink: 0;
	letter-spacing: .025em;
}

.p-mv-news__ttl {
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.p-mv-scroll {
	position: absolute;
	right: 5rem;
	bottom: 14rem;
}

.p-mv-scroll::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3.7rem;
	height: 3.5rem;
	background: url(../images/common/icon_arrow.png) no-repeat center/contain;
}

.p-mv-scroll img {
	animation: rotate 20s linear infinite;
}

.p-mv-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.p-mv-slider .slick-list,
.p-mv-slider .slick-track {
	height: 100%;
}

.p-mv-slider__item {
	width: 100%;
	height: 100%;
}

.p-mv-slider__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-about {
	display: flex;
	padding-top: 6.4rem;
	margin-bottom: 10rem;
	max-width: 100%;
	overflow: hidden;
}

.p-about-image {
	position: relative;
	overflow: hidden;
}

.p-about-body {
	position: relative;
	z-index: 1;
}

.p-about__bg {
	position: absolute;
	top: -4rem;
	z-index: -1;
	width: 36.9rem;
	left: 3.6rem;
}

.p-business {
	display: flex;
	flex-direction: column-reverse;
}

.p-business-body {
	position: relative;
	z-index: 1;
}

.p-business__bg {
	position: absolute;
	z-index: -1;
	left: -1.1rem;
	top: -5.5rem;
	width: 38.6rem;
}

.p-bnr {
	margin-bottom: 6.5rem;
	height: 29rem;
	position: relative;
	overflow: hidden;
}

.p-intro {
	margin-bottom: 7.5rem;
	max-width: 100%;
	overflow: hidden;
}

.p-intro .hline01 {
	margin-bottom: 5rem;
}

.p-intro__head {
	position: relative;
}

.p-intro-slider {
	margin: 0 -1.5rem;
}

.p-intro-slider .slick-list {
	overflow: inherit;
}

.p-intro-slider .slick-dots {
	bottom: calc(100% + 1.4rem);
	justify-content: flex-end;
}

.p-intro-slider .slick-dots li {
	height: .2rem;
	width: 1.5rem;
	background-color: #dadada;
	position: relative;
}

.p-intro-slider .slick-dots li.slick-active button {
	background-color: #0049b7;
	width: 100%;
}

.p-intro-slider .slick-dots li button {
	width: 0;
	height: 100%;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.p-intro-slider__item {
	margin: 0 .7rem;
	width: 30.5rem;
}

.p-intro-slider__image {
	margin-bottom: 1.7rem;
}

.p-intro-slider__body {
	display: flex;
	flex-direction: column;
	row-gap: 1.7rem;
}

.p-intro-slider__date {
	font-size: 1.4rem;
	color: #595959;
}

.p-intro-slider__ttl {
	font-weight: bold;
	font-size: 1.8rem;
}

.p-intro-slider__tag {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 1.4rem;
}

.p-intro-slider__tag span {
	text-decoration: underline;
}

.p-intro__btn {
	position: absolute;
	right: 0;
	bottom: -3.5rem;
}

.p-topics__head {
	position: relative;
}

.p-topics__btn {
	right: 0;
	border-bottom: 2px solid #cdcdcd;
}

.p-topics-list__item {
	border-bottom: 1px solid #d5d5d5;
}

.p-topics-list__anchor {
	display: flex;
	align-items: center;
	max-width: 102rem;
	gap: .7rem .7rem;
	padding: 1rem 0 1rem 2rem;
	flex-flow: wrap;
}

.p-topics-list__tag {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.9rem;
	min-width: 4.7rem;
	border: 1px solid #888;
	font-size: 1rem;
}

.p-topics-list__body {
	flex-direction: column;
	display: flex;
	gap: 1.5rem;
	flex: 1 1;
}

.p-topics-list__date {
	color: #a7a7a7;
	font-size: 1rem;
}

.p-topics-list__ttl {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-sizing: border-box;
	width: 100%;
	-webkit-line-clamp: 2;
}

@media (min-width: 768px) {

main {
	padding-bottom: 10rem;
}

.p-mv__sub {
	font-size: 2.4489795918vw;
}

.p-mv__ttl {
	width: 55.1700680272vw;
}

.p-mv-body {
	justify-content: space-evenly;
	min-height: 75rem;
}

.p-mv-news {
	padding: 2.2rem;
	min-width: calc(50% - 22rem);
}

.p-mv-news__tag {
	font-size: 1.2rem;
	padding: .5rem 1.2rem;
}

.p-mv-news__date {
	font-size: 1.4rem;
}

.p-about {
	padding-top: 6.4rem;
	margin-bottom: 10rem;
}

.p-about-image {
	width: 50%;
	padding-right: 11.2rem;
}

.p-about-body {
	width: 72rem;
	max-width: 50%;
	margin: 12.5rem 0 0 3.5rem;
	padding-right: 1.5rem;
}

.p-about__bg {
	top: -6.4rem;
	left: 4.3rem;
	width: 72.1rem;
}

.p-business {
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.p-business-image {
	max-width: 50%;
	width: 53.3rem;
}

.p-business-body {
	flex: 1 1;
	margin-left: 6.5rem;
}

.p-business__bg {
	top: -6.4rem;
	width: 77rem;
	left: -15.5rem;
}

.p-bnr {
	margin-bottom: 17rem;
	height: auto;
}

.p-intro {
	margin-bottom: 21.5rem;
}

.p-intro .hline01 {
	margin-bottom: 9rem;
}

.p-intro-slider {
	margin: 0 -1.7rem;
}

.p-intro-slider .slick-dots {
	bottom: calc(100% + 7rem);
}

.p-intro-slider .slick-dots li {
	height: .2rem;
	width: 3rem;
}

.p-intro-slider__item {
	width: 75rem;
	margin: 0 1.7rem;
}

.p-intro-slider__image {
	height: 50rem;
}

.p-intro__btn {
	bottom: -2rem;
}

.p-topics__btn {
	bottom: -2rem;
	position: absolute;
}

.p-topics-list__item {
	padding-left: 10rem;
}

.p-topics-list__anchor {
	align-items: flex-start;
	gap: 1rem 2rem;
	padding: 4rem 0;
}

.p-topics-list__tag {
	border-width: .2rem;
	font-size: 1.4rem;
	min-height: 3rem;
	min-width: 7rem;
}

.p-topics-list__date {
	font-size: 1.4rem;
}

.p-topics-list__ttl {
	-webkit-line-clamp: 1;
	padding-left: 9.2rem;
}

}

@media (min-width: 1470px) {

.p-mv__sub {
	font-size: 3.6rem;
}

.p-mv__ttl {
	width: 81.1rem;
}

}

@media (max-width: 767px) {

.p-mv::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 50vh;
	bottom: 12rem;
	background: url(../images/top/mv_bg_highlight.png) no-repeat center center/cover;
}

.p-mv__txt img {
	width: 18.3rem;
}

.p-mv-body {
	padding-top: 12.5rem;
}

.p-mv-body__item {
	margin-bottom: 1rem;
}

.p-mv-news {
	width: calc(100% - 2rem);
}

.p-mv-news__anchor {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	flex-flow: wrap;
}

.p-mv-news__ttl {
	width: 100%;
	font-size: 1.2rem;
}

.p-mv-scroll {
	display: none;
}

.p-about {
	flex-direction: column-reverse;
}

.p-about-image {
	padding-right: 2.5rem;
}

.p-about-body {
	padding: 0 1.5rem 3rem 3rem;
}

.p-business-image {
	padding: 2.5rem 4rem 0 2rem;
	margin-bottom: 2.5rem;
}

.p-business-image img {
	width: 100%;
}

.p-business-body {
	padding-left: 2rem;
}

.p-business .hline01 {
	margin-bottom: 2.5rem;
}

.p-business .hline02 {
	font-size: 3rem;
}

.p-bnr img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-intro-slider .slick-dots {
	padding-right: 1.5rem;
}

.p-topics__head {
	display: flex;
	flex-direction: column;
}

.p-topics__head .hline01 {
	margin-bottom: 4.5rem;
}

.p-topics__btn {
	display: inline-block;
	margin-left: auto;
}

}

