.l-top .c-button {
	margin: 0 auto;
	width: 250px;
}

.mv {
	align-items: center;
	background: #E4EEFC;
	display: flex;
	height: calc(100vh - 80px);
	justify-content: center;
}

.mv__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 64px;
	max-width: 1200px;
	width: 100%;
}

.mv__img-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.mv__img {
	aspect-ratio: 1/1;
	background: #FFF;
	border-radius: 50%;
	overflow: hidden;
	width: 190px;
}

.mv__text {
	color: #1E6B96;
	font-family: "Noto Sans JP";
	font-feature-settings: "palt" on;
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 15px;
	line-height: 160%;
}

.mv__text span {
	font-size: 74px;
}

.mv__img {
	animation: mv-pop 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
	opacity: 0;
}

.mv__img-wrap:first-of-type .mv__img:nth-child(1) {
	animation-delay: 0.1s;
}

.mv__img-wrap:last-of-type .mv__img:nth-child(1) {
	animation-delay: 0.55s;
}

.mv__img-wrap:first-of-type .mv__img:nth-child(2) {
	animation-delay: 0.18s;
}

.mv__img-wrap:last-of-type .mv__img:nth-child(2) {
	animation-delay: 0.63s;
}

.mv__img-wrap:first-of-type .mv__img:nth-child(3) {
	animation-delay: 0.26s;
}

.mv__img-wrap:last-of-type .mv__img:nth-child(3) {
	animation-delay: 0.71s;
}

.mv__img-wrap:first-of-type .mv__img:nth-child(4) {
	animation-delay: 0.34s;
}

.mv__img-wrap:last-of-type .mv__img:nth-child(4) {
	animation-delay: 0.79s;
}

.mv__img-wrap:first-of-type .mv__img:nth-child(5) {
	animation-delay: 0.42s;
}

.mv__img-wrap:last-of-type .mv__img:nth-child(5) {
	animation-delay: 0.87s;
}

.mv__text {
	animation: mv-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

.sec01 {
	background-image: url("../img/top/sec01-bg.webp");
	background-repeat: repeat;
	background-size: 100px 100px;
}

.sec01__inner {
	padding-block: 130px;
	position: relative;
}

.sec01__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
	position: relative;
	z-index: 2;
}

.sec01__content::after {
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 50%;
	content: "";
	height: calc(100% + 136px);
	left: 50%;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.sec01__content .sec01__icon,
.sec01__content .sec01__title,
.sec01__content .sec01__text,
.sec01__content .c-button {
	opacity: 0;
}

.sec01__content.is-show .sec01__icon {
	animation: sec01-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s both;
}

.sec01__content.is-show .sec01__title {
	animation: sec01-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.sec01__content.is-show .sec01__text {
	animation: sec01-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}

.sec01__content.is-show .c-button {
	animation: sec01-fade 0.8s ease 0.4s both;
}

.sec01__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sec01__icon {
	width: 74px;
}

.sec01__title {
	color: #184F6E;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 3.24px;
	line-height: 160%;
	text-align: center;
}

.sec01__text {
	color: #184F6E;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.92px;
	line-height: 200%;
	text-align: center;
}

.sec01__top-left {
	position: absolute;
	right: calc(50% + 633px);
	top: 106px;
	width: 154px;
}

.sec01__top-right {
	left: calc(50% + 604px);
	position: absolute;
	top: 190px;
	width: 285px;
}

.sec01__bottom-wrap {
	padding-inline: 29px;
}

.sec01__bottom-wrap {
	align-items: end;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 50%;
	max-width: 1920px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.sec01__bottom {
	max-width: 616px;
	width: 33%;
}

.sec02 {
	background: #ECF0F4;
	padding: 160px 0;
}

.sec02__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 84px;
	justify-content: center;
}

.sec02__items {
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 100%;
}

.sec02__item {
	background: #FFF;
	border-radius: 40px;
	display: flex;
	gap: 40px;
	padding: 30px 20px 30px 50px;
	width: calc(50% - 25px);
}

.sec02__item.--main {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 40px 70px 30px 91px;
	width: 100%;
}

.sec02__row {
	align-items: center;
	display: flex;
	gap: 50px;
}

.sec02__main-content {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.sec02__main-body {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.sec02__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 0 10px 0;
}

.sec02__body {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.sec02__main-head {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sec02__label {
	color: #08508D;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2.4px;
	line-height: 160%;
}

.sec02__logo {
	width: 226px;
}

.sec02__main-text {
	color: #263238;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 200%;
}

.sec02__title {
	color: #08508D;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 3.6px;
	line-height: 140%;
}

.sec02__text {
	color: #263238;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.92px;
	line-height: 170%;
}

.sec02__link-wrap {
	align-items: center;
	display: flex;
	gap: 80px;
}

.sec02__link {
	align-items: center;
	border-bottom: 1px solid #4A6FA5;
	display: flex;
	gap: 12px;
	justify-content: center;
	padding-bottom: 4px;
	transition: opacity 0.3s ease;
}

.sec02__link-text {
	color: #4A6FA5;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 160%;
}

.sec02__link-icon {
	width: 14px;
}

.sec02__img {
	flex-shrink: 0;
	width: 270px;
}

.sec02__img.--main {
	max-width: 625px;
	width: 50%;
}

.sec03 {
	padding: 200px 0;
}

.sec03__inner {
	align-items: center;
	display: flex;
	gap: 80px;
	position: relative;
}

.sec03__leaf {
	position: absolute;
	width: 92px;
}

.sec03__leaf.--1 {
	left: calc(50% + 721px);
	top: 74px;
}

.sec03__leaf.--2 {
	bottom: 113px;
	right: calc(50% + 770px);
}

.sec03__right {
	flex-shrink: 0;
	padding-left: 7.5%;
	position: relative;
	width: 610px;
}

.sec03__earth {
	position: relative;
	width: 73.5%;
}

.sec03__earth-leaf {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 49%;
	z-index: -1;
}

.sec03__earth-leaf img {
	opacity: 0;
	transform: scale(0.55, 0.08);
	transform-origin: bottom center;
}

.sec03__earth-leaf.is-sprout img {
	animation: c-earth-sprout 1.8s cubic-bezier(0.4, 0, 0.3, 1) 0.7s forwards;
}

.sec03__earth-leaf.is-sprout .sec03__sparkle {
	animation-name: leaf-sparkle;
}

.sec03__earth-main {
	width: 100%;
}

.sec03__sparkles {
	display: block;
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.sec03__sparkle {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.33, 0.65, 0.45, 1);
	border-radius: 50%;
	display: block;
	opacity: 0;
	position: absolute;
}

.sec03__sparkle:nth-child(1) {
	animation-delay: 1.1s;
	background: #8FC97F;
	height: 8px;
	left: 18%;
	top: 18%;
	width: 8px;
	--sparkle-x: -70px;
	--sparkle-y: -40px;
}

.sec03__sparkle:nth-child(2) {
	animation-delay: 1.14s;
	background: #C8E6A0;
	height: 6px;
	left: 82%;
	top: 14%;
	width: 6px;
	--sparkle-x: 64px;
	--sparkle-y: -46px;
}

.sec03__sparkle:nth-child(3) {
	animation-delay: 1.18s;
	background: #FFF;
	height: 5px;
	left: 30%;
	top: 4%;
	width: 5px;
	--sparkle-x: -30px;
	--sparkle-y: -76px;
}

.sec03__sparkle:nth-child(4) {
	animation-delay: 1.13s;
	background: #8FC97F;
	height: 7px;
	left: 70%;
	top: 6%;
	width: 7px;
	--sparkle-x: 36px;
	--sparkle-y: -70px;
}

.sec03__sparkle:nth-child(5) {
	animation-delay: 1.22s;
	background: #A7CAF6;
	height: 6px;
	left: 8%;
	top: 34%;
	width: 6px;
	--sparkle-x: -78px;
	--sparkle-y: 12px;
}

.sec03__sparkle:nth-child(6) {
	animation-delay: 1.2s;
	background: #C8E6A0;
	height: 5px;
	left: 92%;
	top: 30%;
	width: 5px;
	--sparkle-x: 76px;
	--sparkle-y: 6px;
}

.sec03__sparkle:nth-child(7) {
	animation-delay: 1.16s;
	background: #FFF;
	height: 5px;
	left: 50%;
	top: 0%;
	width: 5px;
	--sparkle-x: 0px;
	--sparkle-y: -82px;
}

.sec03__sparkle:nth-child(8) {
	animation-delay: 1.2s;
	background: #8FC97F;
	height: 4px;
	left: 60%;
	top: 40%;
	width: 4px;
	--sparkle-x: 48px;
	--sparkle-y: 40px;
}

.sec03__cloud {
	animation: cloud-float 6s ease-in-out infinite;
	position: absolute;
	will-change: transform;
}

.sec03__cloud.--1 {
	animation-delay: -1.5s;
	animation-duration: 5s;
	right: 13%;
	top: 9%;
	width: 17%;
	z-index: -1;
}

.sec03__cloud.--2 {
	animation-delay: -4s;
	animation-duration: 7s;
	left: 5%;
	top: 30%;
	width: 24%;
	z-index: -1;
}

.sec03__cloud.--3 {
	animation-delay: -3.5s;
	animation-duration: 6.5s;
	right: 0%;
	top: 38%;
	width: 38%;
	z-index: 2;
}

.sec03__cloud.--4 {
	animation-delay: -2.5s;
	animation-duration: 7.5s;
	bottom: 0;
	left: 0%;
	width: 30%;
	z-index: 2;
}

.sec03__left {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.sec03__body {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.sec03__head {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sec03__lead {
	font-family: "Zen Old Mincho", "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 3.24px;
	line-height: 160%;
}

.sec03__title {
	width: 524px;
}

.sec03__text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 200%;
}

@media (prefers-reduced-motion: reduce) {

.mv__img,
.mv__text {
	animation: none;
	opacity: 1;
}

.sec01__content .sec01__icon,
.sec01__content .sec01__title,
.sec01__content .sec01__text,
.sec01__content .c-button {
	animation: none;
	opacity: 1;
}

.sec03__cloud {
	animation: none;
}

.sec03__sparkle {
	animation: none;
	opacity: 0;
}

.sec03__earth-leaf img {
	animation: none;
	opacity: 1;
	transform: none;
}

}

@media (hover: hover) {

.sec02__link:hover {
	opacity: 0.7;
}

}

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

.mv {
	height: auto;
	padding: 85px 0 84px;
}

.mv__content {
	gap: 30px;
	max-width: 330px;
}

.mv__img {
	width: 90px;
}

.mv__img:nth-child(n+4) {
	display: none;
}

.mv__text {
	font-size: 24px;
	letter-spacing: 6.48px;
	line-height: 150%;
}

.mv__text span {
	font-size: 33px;
}

.sec01__inner {
	padding-block: 110px 240px;
}

.sec01__content::after {
	height: 732px;
	top: calc(50% + 10px);
}

.sec01__body {
	gap: 30px;
}

.sec01__icon {
	width: 60px;
}

.sec01__title {
	font-size: 24px;
	letter-spacing: 2.16px;
}

.sec01__text {
	font-size: 14px;
	letter-spacing: 1.68px;
}

.sec01__top-left {
	display: none;
}

.sec01__top-right {
	display: none;
}

.sec01__bottom-wrap {
	justify-content: center;
	padding-inline: 5px;
}

.sec01__bottom.--left {
	max-width: 100%;
	width: 290px;
}

.sec01__bottom.--right {
	display: none;
}

.sec02 {
	padding: 90px 0 120px;
}

.sec02__inner {
	gap: 40px;
}

.sec02__items {
	gap: 40px;
}

.sec02__item {
	align-items: stretch;
	border-radius: 16px;
	flex-direction: column;
	padding: 40px 20px;
	width: 100%;
}

.sec02__item.--main {
	align-items: stretch;
	flex-direction: column;
	padding: 40px 20px;
}

.sec02__row {
	display: contents;
}

.sec02__main-content {
	display: contents;
}

.sec02__main-body {
	gap: 30px;
	order: 1;
}

.sec02__content {
	display: contents;
	padding: 0;
}

.sec02__body {
	gap: 20px;
	order: 1;
}

.sec02__main-head {
	gap: 8px;
}

.sec02__label {
	font-size: 14px;
	letter-spacing: 1.68px;
}

.sec02__logo {
	width: 145px;
}

.sec02__main-text {
	font-size: 14px;
	letter-spacing: 1.68px;
	line-height: 160%;
}

.sec02__title {
	font-size: 22px;
	letter-spacing: 3.3px;
}

.sec02__text {
	font-size: 14px;
	letter-spacing: 1.68px;
	line-height: 160%;
}

.sec02__link-wrap {
	gap: 30px;
	order: 3;
}

.sec02__link {
	align-self: flex-start;
	order: 3;
}

.sec02__link-text {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.sec02__img {
	order: 2;
	width: 100%;
}

.sec02__img.--sp {
	margin: -30px auto -20px;
	width: 70%;
}

.sec02__img.--main {
	max-width: none;
	width: 100%;
}

.sec03 {
	padding: 30px 0 90px;
}

.sec03__inner {
	align-items: center;
	flex-direction: column;
	gap: 40px;
}

.sec03__leaf {
	display: none;
}

.sec03__right {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	order: 2;
	padding-left: 0;
	width: 82%;
}

.sec03__left {
	display: contents;
}

.sec03__body {
	display: contents;
}

.sec03__head {
	display: contents;
}

.sec03__lead {
	color: #263238;
	font-size: 26px;
	letter-spacing: 2.34px;
	order: 1;
	text-align: center;
}

.sec03__title {
	margin-top: 20px;
	max-width: 100%;
	order: 3;
	width: 280px;
}

.sec03__text {
	color: #263238;
	font-size: 14px;
	letter-spacing: 2.8px;
	line-height: 160%;
	order: 4;
	text-align: center;
}

.sec03 .c-button {
	margin-top: 10px;
	order: 5;
}

}

@keyframes mv-pop {

from {
	opacity: 0;
	transform: scale(0.8) translateY(12px);
}

to {
	opacity: 1;
	transform: scale(1) translateY(0);
}

}

@keyframes mv-rise {

from {
	opacity: 0;
	transform: translateY(16px);
}

to {
	opacity: 1;
	transform: none;
}

}

@keyframes sec01-in {

from {
	opacity: 0;
	transform: translateY(24px);
}

to {
	opacity: 1;
	transform: none;
}

}

@keyframes sec01-fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes cloud-float {

0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-16px);
}

100% {
	transform: translateY(0);
}

}

@keyframes leaf-sparkle {

0% {
	opacity: 0;
	transform: translate(0, 0) scale(0.3);
}

30% {
	opacity: 1;
	transform: translate(calc(var(--sparkle-x) * 0.4), calc(var(--sparkle-y) * 0.4)) scale(1);
}

100% {
	opacity: 0;
	transform: translate(var(--sparkle-x), var(--sparkle-y)) scale(0.3);
}

}

