.kanri-hero {
	height: 51.875rem;
	overflow: hidden-x;
}

.kanri-hero__bg-wrapper {
	align-items: center;
	background: url(../img/decor/hero_back.jpg) no-repeat center center/cover;
	display: flex;
	height: 51.875rem;
	justify-content: center;
	left: calc((100% - 100vw) / 2);
	position: absolute;
	width: 100vw;
}

.kanri-hero__bg-ribbon {
	display: flex;
	height: 64.84375vw;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: width 1s;
	width: 0;
}

.kanri-hero__bg-ribbon picture {
	aspect-ratio: 1280/830;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.kanri-hero__bg-ribbon picture source,
.kanri-hero__bg-ribbon picture img {
	width: 100%;
}

.kanri-hero__bg-ribbon.--scrolled {
	width: 100%;
}

.kanri-hero__bg-shape-left {
	left: 0;
	position: absolute;
	top: 0;
	width: 20.5625rem;
}

.kanri-hero__bg-shape-left source,
.kanri-hero__bg-shape-left img {
	height: 51.875rem;
	width: 100%;
}

.kanri-hero__bg-shape-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 39.86625rem;
}

.kanri-hero__bg-shape-right source,
.kanri-hero__bg-shape-right img {
	height: 51.875rem;
	width: 100%;
}

.kanri-hero__bg-text {
	left: 3.4375rem;
	position: absolute;
	top: 10.5rem;
}

.kanri-hero__bg-text h1 {
	color: #1d6cf0;
	font-size: 3rem;
	font-weight: 700;
	opacity: 0;
	animation: fadeInFromLeft 0.8s 0s forwards;
}

.kanri-hero__bg-text p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.67;
	margin-top: 1.8125rem;
	opacity: 0;
	animation: fadeInFromLeft 0.8s 0.5s forwards;
}

.kanri-movie {
	margin-top: 1.375rem;
	padding-bottom: 3.0625rem;
}

.kanri-movie__title {
	color: #1d6cf0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.kanri-movie__wrapper {
	margin-top: 2.625rem;
	padding-inline: 9.6875rem;
	position: relative;
	width: 100%;
}

.kanri-movie__wrapper iframe {
	aspect-ratio: 800/448;
	height: 100%;
	width: 100%;
}

.kanri-support {
	background-color: #ebf3ff;
	padding-top: 2.5625rem;
}

.kanri-support__title {
	color: #1d6cf0;
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}

.kanri-support__cards {
	margin-top: 2.3125rem;
}

.kanri-support-card {
	align-items: center;
	background: #fff;
	border: 3px solid #1d6cf0;
	border-radius: 1.4375rem;
	display: flex;
	gap: 1.5625rem;
	padding: 1rem 1.8125rem;
}

.kanri-support-card__title {
	color: #1d6cf0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.875;
}

.kanri-support-card__text {
	color: #000000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.kanri-service {
	background-color: #ebf3ff;
	padding-top: 4.4375rem;
	text-align: center;
}

.kanri-service__title {
	color: #1d6cf0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: normal;
}

.kanri-service__cards {
	display: flex;
	flex-direction: column;
	gap: 3.6875rem;
	margin-top: 1.0625rem;
}

.kanri-service-card {
	background-color: #fff;
	border-radius: 1.4375rem;
	padding-bottom: 3.0625rem;
	padding-left: 1.75rem;
	padding-right: 2.5625rem;
	padding-top: 3.25rem;
}

.kanri-service-card__content-upper {
	display: flex;
	justify-content: space-between;
}

.kanri-service-card__content-left {
	margin-left: 2.5625rem;
	margin-top: 1.625rem;
	text-align: left;
}

.kanri-service-card__number {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: normal;
}

.kanri-service-card__title {
	color: #1d6cf0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.25;
	margin-top: 0.625rem;
}

.kanri-service-card__text {
	color: #000000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 0.625rem;
}

.kanri-service-card__content-right {
	border-radius: 0.625rem;
	height: 16.125rem;
	overflow: hidden;
	width: 26.875rem;
}

.kanri-service-card__content-right img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.kanri-service-card__content-bottom {
	display: flex;
	gap: 1.125rem;
	margin-top: 1.9375rem;
}

.kanri-service-card__example-title {
	color: #1d6cf0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: normal;
}

.kanri-service-card__example-image {
	border-radius: 0.625rem;
	height: 11.875rem;
	overflow: hidden;
	width: 19.8125rem;
}

.kanri-service-card__example-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.kanri-service-card__content-pdf {
	border: 1px solid #e5e1d8;
	display: flex;
	justify-content: center;
	margin-bottom: -1.5rem;
	margin-inline: auto;
	margin-top: 0.8125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.kanri-service-card__download-title {
	background-color: #f4f3f1;
	padding: 0.75rem 0;
	width: 10.5rem;
}

.kanri-service-card__download-title span {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
}

.kanri-service-card__download-wrapper {
	align-items: center;
	display: flex;
	padding: 0.75rem 1.5rem;
}

.kanri-service-card__download-wrapper a {
	flex: 1 1 auto;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	margin-right: 2.5rem;
	position: relative;
}

.kanri-service-card__download-wrapper a::after {
	background: url(../img/icon/ico_pdf.png) no-repeat center center/contain;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: -1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.kanri-cta {
	background: #ebf3ff;
	padding-bottom: 4.375rem;
	padding-top: 3.875rem;
}

@media screen and (max-width: 769px) {

.kanri-hero {
	height: 22.625rem;
}

.kanri-hero__bg-wrapper {
	height: 100%;
}

.kanri-hero__bg-ribbon {
	height: 40rem;
}

.kanri-hero__bg-ribbon picture {
	aspect-ratio: 774/747;
	height: 22.625rem;
}

.kanri-hero__bg-shape-left {
	bottom: 0;
	top: 1.25rem;
	width: 6.285rem;
}

.kanri-hero__bg-shape-left source,
.kanri-hero__bg-shape-left img {
	height: 20rem;
}

.kanri-hero__bg-shape-right {
	bottom: 0;
	top: 3.25rem;
	width: 9.9275rem;
}

.kanri-hero__bg-shape-right source,
.kanri-hero__bg-shape-right img {
	height: 20rem;
}

.kanri-hero__bg-text {
	left: 2rem;
	right: 0;
	text-align: left;
	top: 2.2rem;
}

.kanri-hero__bg-text h1 {
	font-size: 1.3rem;
}

.kanri-hero__bg-text p {
	font-size: 1rem;
	line-height: normal;
	margin-top: 0.625rem;
}

.kanri-movie {
	margin-top: 3rem;
	padding-bottom: 2rem;
}

.kanri-movie__title {
	font-size: 1.5rem;
}

.kanri-movie__wrapper {
	margin-top: 1.5rem;
	padding-inline: 0;
}

.kanri-support {
	padding-top: 4rem;
}

.kanri-support__title {
	font-size: 1.5rem;
}

.kanri-support__cards {
	margin-top: 2rem;
}

.kanri-support-card {
	border-radius: 1rem;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1rem 1.25rem;
}

.kanri-support-card__title {
	font-size: 0.875rem;
	line-height: 1.5;
}

.kanri-support-card__text {
	font-size: 1rem;
}

.kanri-service {
	padding-top: 4rem;
}

.kanri-service__title {
	font-size: 1.5rem;
}

.kanri-service__cards {
	gap: 2rem;
	margin-top: 2rem;
}

.kanri-service-card {
	border-radius: 1rem;
	padding: 1.5rem 1.25rem;
}

.kanri-service-card__content-upper {
	align-items: center;
	flex-direction: column;
	gap: 1.625rem;
	justify-content: flex-start;
}

.kanri-service-card__content-left {
	margin-left: 0;
	margin-top: 0;
	text-align: center;
}

.kanri-service-card__number {
	font-size: 1rem;
}

.kanri-service-card__title {
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.kanri-service-card__text {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-inline: -0.25rem;
	margin-top: 0.5rem;
}

.kanri-service-card__content-right {
	aspect-ratio: 430/258;
	height: auto;
	width: 100%;
}

.kanri-service-card__content-bottom {
	align-items: center;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.kanri-service-card__example {
	text-align: center;
}

.kanri-service-card__example-title {
	font-size: 1rem;
}

.kanri-service-card__example-image {
	aspect-ratio: 317/190;
	height: auto;
	width: 100%;
}

.kanri-service-card__content-pdf {
	flex-direction: column;
	margin-bottom: -0.75rem;
	margin-top: 0.75rem;
	max-width: 17.5rem;
	width: 100%;
}

.kanri-service-card__download-title {
	padding: 0.5rem 0;
	width: 100%;
}

.kanri-service-card__download-title span {
	font-size: 0.75rem;
}

.kanri-service-card__download-wrapper {
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
}

.kanri-service-card__download-wrapper a {
	font-size: 0.75rem;
	margin-right: 0;
	padding-right: 1.25rem;
}

.kanri-service-card__download-wrapper a::after {
	height: 0.75rem;
	right: 0.25rem;
	width: 0.75rem;
}

}

