.l-breadcrumb {
	background-color: #fff;
}

.l-section {
	position: relative;
	z-index: 1;
}

.c-anchor {
	padding-top: 0;
}

.c-anchor::before {
	display: none;
}

.c-imageset .c-imageset__inner {
	background-color: inherit;
}

@media (min-width: 768px), print {
	.l-content .l-main > section:last-child,
	.l-content .l-main > div:last-child {
		margin-bottom: 0;
	}
}
.p-hayawakari-bg {
	position: relative;
	width: 100%;
	margin-inline: auto;
}
.p-hayawakari-bg__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
	background-color: transparent;
	z-index: -2;
}
.p-hayawakari-bg__inner::before {
	content: "";
	z-index: -1;
	inset: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-image: url(/assets/images/hayawakari/bg_sp.png);
	background-size: cover;
}
@media (min-width: 768px), print {
	.p-hayawakari-bg__inner::before {
		background-image: url(/assets/images/hayawakari/bg_pc.png);
		background-size: cover;
	}
}

.p-mv {
	position: relative;
	z-index: 2;
}
.p-mv__inner {
	margin-top: -10px;
}
.p-mv__text {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px), print {
	.p-mv__text {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 768px), print {
	.p-mv__text {
		margin-top: -172px;
	}
}
.p-mv__title {
	margin-bottom: 12px;
	color: var(--color-prim);
	font-size: 3.6rem;
	font-weight: 700;
	line-height: var(--line-height-s);
}
@media (max-width: 767px) {
	.p-mv__title {
		display: flex;
		flex-direction: column;
	}
}
@media (min-width: 768px), print {
	.p-mv__title {
		font-size: 4.8rem;
	}
}
.p-mv__lead {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 30px;
}
@media (min-width: 768px), print {
	.p-mv__lead {
		font-size: 2.4rem;
	}
}
.p-mv__image {
	width: 100%;
	height: 100%;
}
.p-mv__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 768px), print {
	.p-mv__image {
		width: 57.4305555556%;
		margin-left: auto;
	}
}

.p-data {
	max-width: 1045px;
	margin: auto;
}

@media (max-width: 767px) {
	.p-datagrid__item + .p-datagrid__item {
		margin-top: 20px;
	}
	.p-datagrid:nth-of-type(2) {
		margin-top: 20px;
	}
}
@media (min-width: 768px), print {
	.p-datagrid {
		display: flex;
		flex-wrap: nowrap;
		gap: 0 40px;
	}
	.p-datagrid:nth-of-type(2) {
		margin-left: 15%;
		margin-top: -20px;
	}
}

.p-dataitem__inner {
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #F5F5F5;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 50px 30px 30px;
	width: 255px;
	height: 255px;
	margin: 0 auto;
}
.p-dataitem__icon {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}
.p-dataitem__title {
	margin-bottom: 10px;
}
.p-dataitem__data {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.2;
}
.p-dataitem__data span {
	font-size: 2rem;
	margin-left: 5px;
}
@media (min-width: 768px), print {
	.p-dataitem__inner {
		width: 270px;
		height: 270px;
	}
	.p-dataitem__icon {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
	.p-dataitem__title {
		margin-bottom: 5px;
	}
	.p-dataitem__data {
		font-size: 3.6rem;
	}
}

.p-otherlink-section {
	background-color: var(--color-bg);
}
.p-otherlink-section__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 50px;
	margin-top: 80px;
	margin-bottom: 0 !important;
}
@media (min-width: 768px), print {
	.p-otherlink-section__inner {
		padding-top: 80px;
		padding-bottom: 90px;
		margin-top: 120px;
	}
}
.p-otherlink-section__head {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px), print {
	.p-otherlink-section__head {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.p-otherlink {
	position: relative;
	width: 100%;
	z-index: 2;
}
.p-otherlink__items {
	margin: 30px 5.3333333333%;
}
.p-otherlink__item {
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}
.p-otherlink__link {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 60px;
	padding: 5px 48px 5px 24px;
	position: relative;
	align-items: center;
	background-color: #fff;
}
.p-otherlink__text {
	color: var(--color-txt);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: var(--line-height-m);
}
.p-otherlink__text i::before {
	color: var(--color-prim);
}
.p-otherlink__icon {
	position: absolute;
	right: 16px;
	top: calc(50% - 8px);
	right: 16px;
	margin: auto;
	color: var(--color-txt);
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.p-otherlink__item {
		border-bottom: var(--color-border) solid 1px;
		box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
	}
	.p-otherlink__item:last-of-type {
		border-bottom: 0;
	}
	.p-otherlink__item:first-child .p-otherlink__link {
		border-radius: 5px 5px 0 0;
	}
	.p-otherlink__item:last-child .p-otherlink__link {
		border-radius: 0 0 5px 5px;
	}
	.p-otherlink__text {
		color: var(--color-txt);
	}
}
@media (min-width: 768px), print {
	.p-otherlink__items {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		margin: 30px 20px;
	}
	.p-otherlink__item {
		overflow: hidden;
		flex: 1;
		border: none;
		text-align: center;
		border-right: var(--color-border) solid 1px;
		border-bottom: var(--color-border) solid 1px;
	}
	.p-otherlink__item:first-child .p-otherlink__link {
		border-radius: 5px 0 0 5px;
	}
	.p-otherlink__item:last-child .p-otherlink__link {
		border-radius: 0 5px 5px 0;
	}
	.p-otherlink__link {
		position: relative;
		min-height: 80px;
		padding: 4px 40px;
	}
	.p-otherlink__link:hover {
		border-color: var(--color-prim);
		background-color: var(--color-bg-v2);
		z-index: 2;
	}
	.p-otherlink__link:hover .p-otherlink__text {
		color: var(--color-txt-hover);
		text-decoration: underline;
	}
	.p-otherlink__text {
		font-size: 1.6rem;
		transition: color 0.2s;
	}
	.p-otherlink.clm_3 .p-otherlink__item {
		width: 33.3333333333%;
		flex: none;
	}
	.p-otherlink.clm_3 .p-otherlink__item + .p-otherlink__item {
		margin-left: 0;
	}
	.p-otherlink.clm_3 .p-otherlink__item:nth-child(3n), .p-otherlink.clm_3 .p-otherlink__item:last-child {
		border-right: none;
	}
	.p-otherlink.clm_3 .p-otherlink__item:nth-child(n+4) {
		border-bottom: none;
	}
	.p-otherlink.clm_3 .p-otherlink__item:first-child:nth-child(-n+3) .p-otherlink__link {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 0;
	}
	.p-otherlink.clm_3 .p-otherlink__item:nth-child(3) .p-otherlink__link {
		border-top-right-radius: 4px;
	}
	.p-otherlink.clm_3 .p-otherlink__item:nth-last-child(-n+3):nth-child(3n+1) .p-otherlink__link {
		border-bottom-left-radius: 4px;
	}
	.p-otherlink.clm_3 .p-otherlink__item:last-child .p-otherlink__link {
		border-top-right-radius: 0;
		border-bottom-right-radius: 4px;
	}
}
/*# sourceMappingURL=hayawakari.css.map */
