@font-face {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/icomoon.eot?orgId=00D2w000004txOs&r0b3gl');
	src: url('../fonts/icomoon.eot?orgId=00D2w000004txOs&r0b3gl#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?orgId=00D2w000004txOs&r0b3gl') format('truetype'), url('../fonts/icomoon.woff?orgId=00D2w000004txOs&r0b3gl') format('woff'), url('../fonts/icomoon.svg?orgId=00D2w000004txOs&r0b3gl#icomoon') format('svg');
	font-display: block;
}

[class^=a-icon-], [class*=a-icon-] {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mt-20 {
	margin-top: 20px;
}

.mr-20 {
	margin-right: 20px;
}

.ml-20 {
	margin-left: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.ml-30 {
	margin-left: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mr-40 {
	margin-right: 40px;
}

.ml-40 {
	margin-left: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-80 {
	margin-top: 80px;
}

.mr-80 {
	margin-right: 80px;
}

.ml-80 {
	margin-left: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.pt-10 {
	padding-top: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.pl-10 {
	padding-left: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.pl-20 {
	padding-left: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-40 {
	padding-top: 40px;
}

.pr-40 {
	padding-right: 40px;
}

.pl-40 {
	padding-left: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-65 {
	padding-top: 65px;
}

.pr-65 {
	padding-right: 65px;
}

.pl-65 {
	padding-left: 65px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pt-80 {
	padding-top: 80px;
}

.pr-80 {
	padding-right: 80px;
}

.pl-80 {
	padding-left: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, main, figure, figcaption {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1;
	list-style: none;
	border: 0;
	outline: 0;
}

a {
	padding: 0;
	margin: 0;
	outline: none;
}

img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

::selection {
	color: #fff;
	background: #11bdbd;
}

html {
	width: 100vw;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-print-color-adjust: exact;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'ABeeZee', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #4d4d4d;
}

.jsbody--disable {
	pointer-events: none;
}

a {
	color: #4d4d4d;
	text-decoration: none;
}

.wrapper {
	padding: 0 0 80px;
	overflow: hidden;
	word-break: break-word;
}

.loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
}

.loading__mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
}

.loading__progress {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 40px;
	margin: -5px 0 0 -20px;
}

.loading__icons {
	font-size: 0;
	animation-name: loading0;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.loading__icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #11bdbd;
	border-radius: 50%;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.loading__icon:first-child {
	animation-name: loading1;
}

.loading__icon:last-child {
	animation-name: loading2;
}

.js-loading-start .loading__progress {
	opacity: 0;
	transition-duration: 0.25s;
	transition-property: opacity, transform;
	transform: scale(0.85);
}

.js-loading-start .loading__mask {
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
}

.textlink {
	color: #4d4d4d;
}

@media screen and (min-width: 1000px) {
	.textlink {
		transition-duration: 0.2s;
		transition-property: color;
	}

	.textlink:hover {
		color: #11bdbd;
	}
}

@media screen and (min-width: 1000px) {
	.textlink--blank:hover:after {
		background-image: url('/assets/images/about/ic_blank_on.svg');
	}
}

.textlink--blank:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: baseline;
	content: '';
	background-image: url('/assets/images/about/ic_blank.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 14px;
}

@media screen and (min-width: 1000px) {
	.textlink--blank:after {
		margin: 0 0 0 4px;
		transform: translateY(2px) translateX(-2px);
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.textlink--blank:after {
		width: 1.6vw;
		height: 1.6vw;
		margin: 0 0 0 0.4vw;
		background-size: 1.6vw;
		transform: translateY(0.1vw) translateX(-0.2vw);
	}
}

@media screen and (max-width: 767px) {
	.textlink--blank:after {
		margin-left: 1px;
		transform: translateY(2px);
	}
}

.button__anchor {
	box-sizing: border-box;
	display: block;
	height: 32px;
	background-color: #11bdbd;
	border: 2px solid #11bdbd;
	border-radius: 32px;
}

.button__label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100% - 2px);
	font-size: 14px;
	font-weight: 700;
	color: #faf45d;
	letter-spacing: 0.04em;
}

.button--entry .button__anchor {
	height: 48px;
	border-radius: 48px;
}

.button--entry .button__label {
	font-size: 18px;
}

.button--login .button__anchor {
	height: 80px;
	border-radius: 80px;
}

.button--login .button__label {
	font-size: 18px;
}

.button--login .button__caption {
	display: block;
	margin: 5px 0 0;
	font-size: 14px;
}

.button--white .button__anchor {
	background-color: #fff;
}

.button--white .button__label {
	color: #11bdbd;
}

.sns {
	font-size: 0;
}

.sns__button {
	display: inline-block;
	margin: 0 16px 0 0;
}

.sns__anchor {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: block;
	width: 32px;
	height: 32px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.sns__anchor svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.login {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
}

.login__inner {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: auto;
}

.login__button {
	position: absolute;
	top: 19px;
	right: 0;
	z-index: 1;
	width: 120px;
}

@media screen and (max-width: 767px) {
	.login__button .button__label {
		font-size: 12px;
	}
}

/* .footer {
	margin: 47px 0 0;
}

.footer__logo img {
	width: 203px;
	height: auto;
}

.footer__inner {
	width: 960px;
	margin: auto;
}

@media screen and (min-width: 1000px) {
	.footer__inner {
		padding: 0 10px 0 32px;
	}
}

.footer__columns {
	display: flex;
}

.footer__column:first-child {
	display: flex;
	width: calc(100% - 310px);
}

.footer__column:last-child {
	width: 310px;
}

.footer__company {
	width: 341px;
}

.footer__name {
	padding: 3px 0 0;
	margin-top: 22px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.footer__address {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

.footer__menus {
	padding: 6px 0 0;
}

.footer__menu {
	margin: 0 0 20px;
}

.footer__menu a {
	font-size: 16px;
	letter-spacing: 0.04em;
}

@media screen and (min-width: 1000px) {
	.footer__menu a:after {
		width: 16px;
		height: 16px;
		margin-left: 10px;
		background-size: 16px 16px;
	}
}

.footer__copyright {
	margin: 27px 0 0;
	font-family: 'ABeeZee', 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-size: 10px;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.footer__copyright {
		padding-left: 38px;
	}
} */
.contact {
	position: relative;
	z-index: 1;
	padding: 3px 0 15px 32px;
	text-align: center;
}

.contact:after {
	position: absolute;
	top: -10px;
	bottom: -6px;
	left: 0;
	z-index: 1;
	display: block;
	width: 1px;
	content: '';
	background-color: #ccc;
}

.contact__title {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 0 0 48px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0.02em;
}

.contact__title:after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	content: '';
	background-image: url('/assets/images/about/ic_help.svg');
	background-repeat: no-repeat;
	background-size: 40px;
}

.contact__time {
	margin: 20px 0 0;
	font-size: 12px;
	letter-spacing: 0.04em;
}

.contact__button {
	width: 160px;
	margin: 23px auto 0;
}

.main {
	margin: 115px 0 0;
}

.partner {
	overflow: hidden;
	white-space: nowrap;
}

.partner__lists {
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
}

.partner__list {
	display: inline-block;
	margin: 0 20px 0 0;
}

.partner--start .partner__lists:first-child {
	animation-name: partner1;
	animation-duration: 100s;
	animation-timing-function: linear;
	animation-delay: -50s;
	animation-iteration-count: infinite;
}

.partner--start .partner__lists:last-child {
	animation-name: partner2;
	animation-duration: 100s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.title {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.title {
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.title {
		text-align: center;
	}
}

.title__text {
	z-index: 1;
	display: inline-block;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.title__text {
		padding-top: 2.8vw;
		padding-left: 0.7vw;
	}
}

@media screen and (max-width: 767px) {
	.title__text {
		padding-top: 21px;
		padding-left: 7px;
	}
}

.title__text img {
	width: auto;
	max-width: 100%;
}

@media screen and (min-width: 1000px) {
	.title__text img {
		height: 34px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.title__text img {
		height: 3.4vw;
	}
}

@media screen and (max-width: 767px) {
	.title__text img {
		height: 27px;
	}
}

@media print, screen and (min-width: 768px) {
	.sp {
		display: none;
	}

	.dx-sp {
		display: none;
	}

	.button__anchor, .button__label {
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		transition-duration: 0.25s;
		transition-property: color, background-color;
	}

	.button__anchor:hover {
		background-color: #faf45d;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.button__anchor:hover .button__label {
		color: #11bdbd;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.button--white .button__anchor:hover {
		background-color: #11bdbd;
	}

	.button--white .button__anchor:hover .button__label {
		color: #fff;
	}

	.sns__anchor {
		transition-duration: 0.25s;
		transition-property: color, border-color, background-color;
	}

	.sns__button--twitter .sns__anchor:hover {
		color: #fff;
		background-color: #1da1f2;
		border-color: #1da1f2;
	}

	.sns__button--facebook .sns__anchor:hover {
		color: #fff;
		background-color: #0f74f6;
		border-color: #0f74f6;
	}

	/* .header {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 10;
		height: 100px;
		background-color: #fff;
	}

	.header__inner {
		position: relative;
		z-index: 1;
		width: 960px;
		margin: auto;
	}

	.header__logo {
		position: absolute;
		top: 34px;
		left: 0;
		z-index: 1;
	}

	.header__logo img {
		width: auto;
		height: 32px;
	}

	.header--ready .header__logo, .header--ready .header__logo img, .header--ready .nav, .header--ready .nav__guides, .header--ready .login {
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		transition-duration: 0.5s;
		transition-property: visibility, transform;
		transform-origin: left;
	}

	.header--mini .header__logo, .header--mini .header__logo img, .header--mini .nav, .header--mini .nav__guides, .header--mini .login {
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.header--mini {
		position: fixed;
		top: -40px;
		animation: header_animation 0.5s forwards;
	}

	.header--mini .header__logo {
		transform: translateY(20px);
		animation: logo_animation 0.6s forwards;
	}

	.header--mini .nav__guides {
		visibility: hidden;
	}

	.header--mini .nav__menus {
		top: 62px;
		right: 152px;
		animation: nav_menu_animation 0.6s forwards;
	}

	.header--mini .login {
		top: 35px;
		animation: login_animation 0.6s forwards;
	} */
	.nav {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.nav__menus {
		position: absolute;
		top: 68px;
		right: 0;
		z-index: 1;
		font-size: 0;
		pointer-events: auto;
	}

	.nav__menu {
		display: inline-block;
		margin: 0 0 0 31px;
	}

	.nav__menu--current .nav__anchor:after {
		transform: scaleX(1);
	}

	.nav__menu--current .nav__anchor .nav__text {
		color: #11bdbd;
	}

	.nav__buttons {
		display: none;
	}

	.nav__anchor {
		position: relative;
		z-index: 1;
	}

	.nav__anchor:after {
		position: absolute;
		right: -20px;
		bottom: -23px;
		left: -20px;
		z-index: 1;
		display: block;
		height: 4px;
		content: '';
		background-color: #11bdbd;
		transition-duration: 0.25s;
		transition-property: transform;
		transform: scaleX(0);
	}

	.nav__text {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.04em;
	}

	.nav__line {
		display: none;
	}

	.nav__guides {
		position: absolute;
		top: 26px;
		right: 158px;
		z-index: 1;
		font-size: 0;
		pointer-events: auto;
	}

	.nav__guide {
		display: inline-block;
		margin: 0 0 0 32px;
	}

	.nav__guide a {
		font-size: 12px;
		letter-spacing: 0.04em;
	}
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none;
	}

	.dx-pc {
		display: none;
	}

	.wrapper {
		padding: 0;
	}

	.button--entry .button__label {
		font-size: 16px;
	}

	.button--login .button__anchor {
		height: 64px;
		border-radius: 64px;
	}

	.button--login .button__label {
		font-size: 16px;
	}

	.button--login .button__caption {
		font-size: 12px;
	}

	/* .header {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		pointer-events: none;
	}

	.header:after {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: -1;
		display: block;
		height: 60px;
		content: '';
		background-color: #fff;
	}

	.header__logo {
		position: absolute;
		top: 18px;
		left: 24px;
		z-index: 3;
		pointer-events: auto;
	}

	.header__logo img {
		width: auto;
		height: 24px;
	} */
	.nav__outer {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		overflow: auto;
		background-color: #f2f2f2;
	}

	.nav__inner {
		position: absolute;
		top: 60px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		overflow: auto;
	}

	.nav__buttons {
		max-width: 279px;
		padding: 6px 0 0;
		margin: 0 auto 45px;
	}

	.nav__buttons .button {
		margin: 0 0 24px;
	}

	.nav__buttons .button:last-child {
		margin: 0;
	}

	.nav__menus {
		max-width: 280px;
		margin: 0 auto 44px;
	}

	.nav__menu {
		margin: 0 0 25px;
		text-align: center;
	}

	.nav__menu:last-child {
		margin: 0;
	}

	.nav__anchor {
		display: flex;
		align-items: center;
	}

	.nav__anchor span {
		display: block;
	}

	.nav__text {
		width: 100%;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0.04em;
		white-space: nowrap;
	}

	.nav__guides {
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		max-width: 100%;
		padding: 5px 0px 70px;
		margin: auto;
	}

	.nav__guides:before {
		position: absolute;
		top: 0;
		left: 50%;
		width: calc(100% - 48px);
		height: 1px;
		content: '';
		background: #ccc;
		transform: translateX(-50%);
	}

	.nav__guide {
		margin: 18px 17px;
	}

	.nav__guide:last-child {
		margin: 0;
	}

	.nav__guide a {
		font-size: 12px;
		letter-spacing: 0.04em;
	}

	.nav {
		pointer-events: none;
		visibility: hidden;
	}

	.nav__buttons .button, .nav__menu, .nav__guide {
		opacity: 0;
		transform: translateY(50px);
	}

	.nav__outer {
		opacity: 0;
		transform: translateY(100%);
	}

	.nav__inner {
		transform: translateY(100%);
	}

	.nav--ready {
		transition-delay: 0.5s;
		transition-duration: 0s;
		transition-property: visibility;
	}

	.nav--ready .nav__buttons .button, .nav--ready .nav__menu, .nav--ready .nav__guide {
		transition-delay: 0.5s;
		transition-duration: 0s;
		transition-property: opacity, transform;
	}

	.nav--ready .nav__outer {
		transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
		transition-duration: 0.65s;
		transition-property: opacity, transform;
	}

	.nav--ready .nav__inner {
		transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
		transition-duration: 0.5s;
		transition-property: transform;
	}

	.nav--open {
		pointer-events: auto;
		visibility: visible;
		transition-delay: 0s;
	}

	.nav--open .nav__buttons .button, .nav--open .nav__menu, .nav--open .nav__guide {
		opacity: 1;
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.33, 1, 0.68, 1);
		transition-duration: 0.5s;
		transform: translate(0);
	}

	.nav--open .nav__buttons .button:nth-child(1) {
		transition-delay: 0.45s;
	}

	.nav--open .nav__buttons .button:nth-child(2) {
		transition-delay: 0.5s;
	}

	.nav--open .nav__menu:nth-child(1) {
		transition-delay: 0.55s;
	}

	.nav--open .nav__menu:nth-child(2) {
		transition-delay: 0.6s;
	}

	.nav--open .nav__menu:nth-child(3) {
		transition-delay: 0.65s;
	}

	.nav--open .nav__menu:nth-child(4) {
		transition-delay: 0.7s;
	}

	.nav--open .nav__guide:nth-child(1) {
		transition-delay: 0.75s;
	}

	.nav--open .nav__guide:nth-child(2) {
		transition-delay: 0.8s;
	}

	.nav--open .nav__guide:nth-child(3) {
		transition-delay: 0.85s;
	}

	.nav--open .nav__outer {
		opacity: 1;
		transform: translateY(0);
	}

	.nav--open .nav__inner {
		transform: translateY(0);
	}

	.nav--open .nav__inner {
		transition-duration: 0.65s;
	}

	.login__inner {
		width: auto;
	}

	.login__button {
		top: 14px;
		right: 72px;
		width: 88px;
	}

	/* .footer {
		margin: 39px 24px 0;
	}

	.footer__inner {
		position: relative;
		z-index: 1;
		width: auto;
		max-width: 375px;
		margin: auto;
	}

	.footer__columns {
		display: block;
	}

	.footer__column:first-child {
		display: block;
		width: auto;
	}

	.footer__column:last-child {
		width: auto;
	}

	.footer__company {
		width: auto;
	}

	.footer__name {
		padding: 0;
		margin-top: 21px;
		font-size: 16px;
	}

	.footer__address {
		margin: 17px 0 0;
		font-size: 12px;
		line-height: 24px;
	}

	.footer__menus {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		margin: 31px auto 0;
		font-size: 0;
	}

	.footer__menu {
		margin-bottom: 21px;
	}

	.footer__menu a {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.footer__copyright {
		padding: 169px 0 40px;
		margin: 0;
		font-size: 10px;
	} */
	.contact {
		padding: 0;
		margin: 5px 0 0;
		border-top: 1px solid #ccc;
	}

	.contact:after {
		display: none;
	}

	.contact__header {
		padding: 41px 0 0;
	}

	.contact__title {
		padding: 0 0 0 47px;
		margin: 0 0 0 5px;
	}

	.contact__title:after {
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		display: block;
		width: 40px;
		height: 40px;
		margin: -20px 0 0;
		content: '';
		background-image: url('/assets/images/about/ic_help.svg');
		background-repeat: no-repeat;
		background-size: 40px;
	}

	.contact__time {
		margin: 20px 0 0;
		font-size: 12px;
		letter-spacing: 0.06em;
	}

	.contact__button {
		width: 160px;
		margin: 23px auto 0;
	}

	.main {
		margin: 60px 0 0;
	}

	.intro {
		height: 655px;
	}

	.intro__outer {
		margin: 0 25px;
	}

	.intro__inner {
		width: auto;
		max-width: 375px;
	}

	.intro__header {
		top: 184px;
		right: 0;
		left: 0;
	}

	.intro__titile img {
		width: auto;
		height: 78px;
	}

	.intro__summary {
		max-width: 297px;
		margin: 23px 0 0 0;
		font-size: 14px;
		line-height: 26px;
	}
}

.anim--cloud {
	animation-name: cloud;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.anim--drive {
	animation-name: drive;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
}

.js-indicate-ready.js-indicate-fadein {
	opacity: 0;
	transform: rotate(0.09deg) scale(0.9) translateY(125px);
}

.js-indicate-start.js-indicate-fadein {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.25, 1, 0.5, 1);
	transition-duration: 0.85s;
	transition-property: opacity, transform, height;
	transform: rotate(0deg) scale(1) translateY(0);
}

@keyframes loading0 {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loading1 {
	50% {
		transform: translateX(-8px);
	}
}

@keyframes loading2 {
	50% {
		transform: translateX(8px);
	}
}

@keyframes partner1 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes partner2 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-200%);
	}
}

@keyframes popup {
	25% {
		transform: rotate(0.09deg) scale(1.15);
	}

	50% {
		transform: rotate(0deg) scale(1);
	}

	75% {
		transform: rotate(0.09deg) scale(1.15);
	}

	100% {
		transform: rotate(0deg) scale(1);
	}
}

@keyframes cloud {
	30% {
		transform: translateY(-5%);
	}
}

@keyframes drive {
	50% {
		transform: translateY(-2%);
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.wrapper {
		padding: 0 0 19.5vw;
	}

	.main {
		margin-top: 11.5vw;
	}

	/* .header {
		height: 10vw;
	}

	.header__inner {
		width: 96vw;
	}

	.header__logo {
		top: 3.3vw;
	}

	.header__logo img {
		width: 16vw;
		height: 3.2vw;
	} */
	.button--login .button__anchor {
		height: 8vw;
		border-radius: 8vw;
	}

	.button--login .button__label {
		height: calc(100% - 0.2vw);
		font-size: 1.8vw;
	}

	.button--login .button__caption {
		margin: 0.5vw 0 0;
		font-size: 1.4vw;
	}

	.button__anchor {
		height: 3.2vw;
	}

	.button__label {
		height: 100%;
		font-size: 1.4vw;
	}

	.nav__menus {
		top: 6.8vw;
	}

	.nav__menu {
		margin-left: 3.1vw;
	}

	.nav__text {
		font-size: 1.6vw;
	}

	.nav__guides {
		top: 2.6vw;
		right: 15.8vw;
	}

	.nav__guide {
		margin-left: 3.2vw;
	}

	.nav__anchor:after {
		right: -2vw;
		bottom: -2.3vw;
		left: -2vw;
		height: 0.4vw;
	}

	.login__inner {
		width: 96vw;
	}

	.login__button {
		top: 1.9vw;
		width: 12vw;
	}

	.intro__header {
		margin-left: 2.4vw;
	}

	/* .header--mini {
		position: fixed;
		top: -4vw;
		animation: header_animation_Vw 0.5s forwards;
	}

	.header--mini .header__logo {
		transform: translateY(2vw);
		animation: logo_animation 0.6s forwards;
	}

	.header--mini .nav__guides {
		visibility: hidden;
	}

	.header--mini .nav__menus {
		top: 6.2vw;
		right: 15.2vw;
		animation: nav_menu_animation_Vw 0.7s forwards;
	}

	.header--mini .login {
		top: 3.5vw;
		animation: login_animation_Vw 0.7s forwards;
	} */
	/* .footer {
		margin-top: 4.7vw;
	}

	.footer__inner {
		width: 96vw;
	}

	.footer__logo img {
		width: 20.3vw;
		height: 4vw;
	}

	.footer__name {
		padding: 0.3vw 0 0;
		margin-top: 2.2vw;
		font-size: t(14);
	}

	.footer__address {
		margin: 0.8vw 0 0;
		font-size: 1.4vw;
		line-height: 2.4vw;
	}

	.footer__menus {
		padding: 0.6vw 0 0;
	}

	.footer__menu {
		margin: 0 0 1.5vw;
	}

	.footer__menu a {
		font-size: 1.6vw;
	}

	.footer__column:first-child {
		width: calc(100% - 31vw);
	}

	.footer__column:last-child {
		width: 31vw;
	}

	.footer__company {
		width: 34vw;
	}

	.footer__copyright {
		padding-left: 3.2vw;
		margin: 2.1vw 1.9vw 0;
		font-size: 1vw;
	} */
	.contact {
		padding: 0.3vw 0 1.5vw 3.2vw;
		text-align: center;
	}

	.contact:after {
		top: -1vw;
		bottom: -0.6vw;
	}

	.contact__title {
		padding: 0 0 0 4.8vw;
		font-size: 1.4vw;
		line-height: 2vw;
	}

	.contact__title:after {
		width: 4vw;
		height: 4vw;
		margin: -2vw 0 0;
		background-size: 4vw;
	}

	.contact__time {
		margin: 2vw 0 0;
		font-size: 1.2vw;
	}

	.contact__button {
		width: 16vw;
		margin: 2.3vw auto 0;
	}
}

.highlight {
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: bold;
	background: linear-gradient(0deg, #fefd33 50%, rgba(255, 255, 255, 0) 50%);
	background-repeat: no-repeat;
	background-position: bottom 3px left;
	background-size: 100% 65%;
}

.background-parallax {
	position: absolute;
	bottom: -2px;
	left: 50%;
	z-index: -1;
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #11bdbd;
	transform: translateX(-50%);
}

@media screen and (min-width: 1000px) {
	.background-parallax {
		height: 208px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax {
		height: 20.8vw;
	}
}

@media screen and (max-width: 767px) {
	.background-parallax {
		height: 160px;
	}
}

.background-parallax div {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1440px;
	height: 100%;
	margin: 0 auto;
	transform: translateX(-50%);
}

@media screen and (min-width: 1000px) {
	.background-parallax div {
		width: 1440px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax div {
		width: 144vw;
	}
}

@media screen and (max-width: 767px) {
	.background-parallax div:nth-child(2) {
		margin-left: 33px;
		transform: translateX(-50%) scale(0.8);
		transform-origin: center bottom;
	}
}

.background-parallax svg {
	transform: translateY(2px);
}

@media screen and (min-width: 768px) {
	.background-parallax svg {
		display: block;
		max-width: 1464px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	.background-parallax svg {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: auto;
		height: 111px;
		transform: translateX(-50%) translateY(2px);
	}
}

.background-parallax svg:nth-child(1) {
	transform: translateY(38px);
}

@media screen and (max-width: 767px) {
	.background-parallax svg:nth-child(1) {
		bottom: 86px;
		height: 72px;
		transform: translateX(-50%) translateY(2px);
	}
}

.background-parallax .cloud {
	position: absolute;
}

.background-parallax .cloud--01 {
	bottom: 131px;
	left: -11px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .cloud--01 {
		bottom: 13.1vw;
		left: -1.1vw;
		width: 7.2vw;
		height: 4.7vw;
	}
}

.background-parallax .cloud--02 {
	bottom: 152px;
	left: 247px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .cloud--02 {
		bottom: 15.2vw;
		left: 24.7vw;
		width: 8.3vw;
		height: 5.4vw;
	}
}

@media screen and (min-width: 1000px) {
	.background-parallax .cloud--03 {
		bottom: 133px;
		left: 743px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .cloud--03 {
		bottom: 13.3vw;
		left: 74.3vw;
		width: 4.4vw;
		height: 3.5vw;
	}
}

@media screen and (max-width: 767px) {
	.background-parallax .cloud--03 {
		bottom: 102px;
		left: 743px;
		width: 34px;
		height: auto;
	}
}

.background-parallax .cloud--04 {
	bottom: 111px;
	left: 991px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .cloud--04 {
		bottom: 11.1vw;
		left: 99.1vw;
		width: 7.2vw;
		height: 4.7vw;
	}
}

@media screen and (max-width: 767px) {
	.background-parallax .cloud--04 {
		bottom: 119px;
		left: 867px;
		width: 60px;
		height: auto;
	}
}

.background-parallax .cloud--05 {
	bottom: 162px;
	left: 1164px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .cloud--05 {
		bottom: 16.2vw;
		left: 116.4vw;
		width: 6.3vw;
		height: 3.8vw;
	}
}

@media screen and (max-width: 767px) {
	.background-parallax .cloud--05 {
		bottom: 121px;
		left: 528px;
		width: 52px;
		height: auto;
	}
}

.background-parallax .cloud--06 {
	right: -14px;
	bottom: 134px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .cloud--06 {
		right: -1.4vw;
		bottom: 13.4vw;
		width: 6.6vw;
		height: 4.3vw;
	}
}

.background-parallax .building-parallax {
	position: absolute;
	bottom: -2px;
}

.background-parallax .building-parallax--01 {
	left: -13px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--01 {
		left: -1.3vw;
		width: 6.403vw;
		height: 7.29pvw;
	}
}

.background-parallax .building-parallax--02 {
	left: 59.9px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--02 {
		left: 5.99vw;
		width: 9.064vw;
		height: 8.111vw;
	}
}

.background-parallax .building-parallax--03 {
	left: 148.7px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--03 {
		left: 14.87vw;
		width: 3.4vw;
		height: 1.4vw 96px;
	}
}

.background-parallax .building-parallax--04 {
	left: 193px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--04 {
		left: 19.3vw;
		width: 4.731vw;
		height: 7.361vw;
	}
}

.background-parallax .building-parallax--05 {
	left: 248px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--05 {
		left: 24.8vw;
		width: 5.04vw;
		height: 9.09vw x;
	}
}

.background-parallax .building-parallax--06 {
	left: 306.8px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--06 {
		left: 30.68vw;
		width: 5.294vw;
		height: 8.102vw;
	}
}

.background-parallax .building-parallax--07 {
	left: 370px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--07 {
		left: 37vw;
		width: 10.253vw;
		height: 12.338vw;
	}
}

.background-parallax .building-parallax--08 {
	left: 520px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--08 {
		left: 52vw;
		width: 5.725vw;
		height: 10.43vw x;
	}
}

.background-parallax .building-parallax--09 {
	left: 597.1px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--09 {
		left: 59.71vw;
		width: 11.604vw;
		height: 11.207vw;
	}
}

.background-parallax .building-parallax--10 {
	left: 714.8px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--10 {
		left: 71.48vw;
		width: 5.293vw;
		height: 8.102vw;
	}
}

.background-parallax .building-parallax--11 {
	left: 771px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--11 {
		left: 77.1vw;
		width: 12.482vw;
		height: 10.187vw;
	}
}

.background-parallax .building-parallax--12 {
	left: 895.4px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--12 {
		left: 89.54vw;
		width: 4.919vw;
		height: 12.99vw x;
	}
}

.background-parallax .building-parallax--13 {
	left: 1012.2px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--13 {
		left: 101.22vw;
		width: 5.04vw;
		height: 9.09vw x;
	}
}

.background-parallax .building-parallax--14 {
	left: 1111.9px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--14 {
		left: 111.19vw;
		width: 10.094vw;
		height: 8.554pvw;
	}
}

.background-parallax .building-parallax--15 {
	left: 1218.8px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--15 {
		left: 121.88vw;
		width: 6.497vw;
		height: 7.135vw;
	}
}

.background-parallax .building-parallax--16 {
	left: 1382px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--16 {
		left: 138.2vw;
		width: 5.802vw;
		height: 9.027vw;
	}
}

.background-parallax .building-parallax--17 {
	left: 359.8px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--17 {
		left: 35.98vw;
		width: 2.291vw;
		height: 3.499vw;
	}
}

.background-parallax .building-parallax--18 {
	left: 441.5px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--18 {
		left: 44.15vw;
		width: 3.156vw;
		height: 1.923vw;
	}
}

.background-parallax .building-parallax--19 {
	left: 476.7px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--19 {
		left: 47.67vw;
		width: 4.69vw;
		height: 5.94vw x;
	}
}

.background-parallax .building-parallax--20 {
	left: 571.4px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--20 {
		left: 57.14vw;
		width: 4.717vw;
		height: 1.287vw;
	}
}

.background-parallax .building-parallax--21 {
	left: 953.9px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--21 {
		left: 95.39vw;
		width: 6.155vw;
		height: 3.499vw;
	}
}

.background-parallax .building-parallax--22 {
	left: 1071px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--22 {
		left: 107.1vw;
		width: 4.175vw;
		height: 5.537vw;
	}
}

.background-parallax .building-parallax--23 {
	left: 1264px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--23 {
		left: 126.4vw;
		width: 3.951vw;
		height: 5.257vw;
	}
}

.background-parallax .building-parallax--24 {
	left: 1306.3px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--24 {
		left: 130.63vw;
		width: 2.574vw;
		height: 3.931vw;
	}
}

.background-parallax .building-parallax--25 {
	left: 1329.1px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--25 {
		left: 132.91vw;
		width: 2.808vw;
		height: 5.943vw;
	}
}

.background-parallax .building-parallax--26 {
	left: 1350.8px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.background-parallax .building-parallax--26 {
		left: 135.08vw;
		width: 3.156vw;
		height: 1.923vw;
	}
}

.js-indicate-ready .building-parallax {
	opacity: 0;
}

.js-indicate-ready .cloud {
	opacity: 0;
}

.about {
	position: relative;
	z-index: 1;
	background-color: #e0f7f6;
}

@media screen and (max-width: 767px) {
	.about {
		padding-top: 40px;
		padding-bottom: 174px;
		/* margin: 26px 0 0; */
	}
}

@media screen and (min-width: 1000px) {
	.about {
		height: 617px;
		padding-top: 69px;
		margin: 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about {
		padding: 0 2.4vw;
		padding-top: 6.9vw;
		padding-bottom: 23vw;
		margin: 0;
	}
}

.about__inner {
	width: auto;
	margin: auto;
}

@media screen and (min-width: 1000px) {
	.about__inner {
		width: 960px;
	}
}

.about__inner:after {
	display: table;
	clear: both;
	content: '';
}

@media screen and (max-width: 767px) {
	.about .title__text img {
		height: 45px;
	}
}

@media screen and (min-width: 1000px) {
	.about .title__text img {
		height: 84px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about .title__text img {
		height: 9vw;
	}
}

.about__content {
	color: #4d4d4d;
}

@media screen and (max-width: 767px) {
	.about__content {
		max-width: 90%;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (min-width: 768px) {
	.about__content {
		display: flex;
		flex-direction: row-reverse;
		letter-spacing: 0.02em;
	}
}

@media screen and (min-width: 1000px) {
	.about__content {
		margin-top: 51px;
		font-size: 18px;
		line-height: 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__content {
		margin-top: 5.1vw;
		font-size: 1.8vw;
		line-height: 4vw;
	}
}

.about__content ~ img, .about__content ~ svg {
	position: relative;
	left: 50%;
	margin: 0 auto;
}

@media screen and (min-width: 1000px) {
	.about__content ~ img, .about__content ~ svg {
		margin-top: 21px;
		transform: translateX(calc(-50% - 10px));
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__content ~ img, .about__content ~ svg {
		width: 98vw;
		height: auto;
		margin-top: 2.1vw;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 767px) {
	.about__content ~ img, .about__content ~ svg {
		max-width: 100%;
		margin-top: 37px;
		transform: translateX(-50%);
	}
}

.about__video {
	display: block;
	background-color: rgba(237, 237, 237, 0.27);
	background-image: url("data:image/svg+xml,%3Csvg id='Component_649_3' data-name='Component 649 – 3' xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Ccircle id='Ellipse_3697' data-name='Ellipse 3697' cx='40' cy='40' r='40' fill='%2316bdbd'/%3E%3Cpath id='パス_45060-2' data-name='パス 45060-2' d='M10613.521-3306.969l-19.012,11.315a3.879,3.879,0,0,1-5.314-1.356,3.847,3.847,0,0,1-.545-1.969v-22.627a3.863,3.863,0,0,1,3.865-3.862,3.855,3.855,0,0,1,1.994.554l19.008,11.295a3.862,3.862,0,0,1,1.373,5.285v0a3.88,3.88,0,0,1-1.373,1.371Z' transform='translate(-10557.404 3350.291)' fill='%23fff'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid rgba(17, 189, 189, 0.27);
	border-radius: 16px;
}

@media screen and (min-width: 768px) {
	.about__video:hover {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='81' viewBox='0 0 81 81'%3E%3Cg id='Component_649_9' data-name='Component 649 – 9' transform='translate(0.5 0.5)'%3E%3Ccircle id='Ellipse_3697' data-name='Ellipse 3697' cx='40' cy='40' r='40' fill='%23faf45d' stroke='%2311bdbd' stroke-width='1'/%3E%3Cpath id='パス_45060-2' data-name='パス 45060-2' d='M10613.521-3306.969l-19.012,11.315a3.879,3.879,0,0,1-5.314-1.356,3.847,3.847,0,0,1-.545-1.969v-22.627a3.863,3.863,0,0,1,3.865-3.862,3.855,3.855,0,0,1,1.994.554l19.008,11.295a3.862,3.862,0,0,1,1.373,5.285v0a3.88,3.88,0,0,1-1.373,1.371Z' transform='translate(-10557.404 3350.291)' fill='%2311bdbd'/%3E%3C/g%3E%3C/svg%3E%0A");
	}
}

@media screen and (min-width: 1000px) {
	.about__video {
		width: 475px;
		height: 266px;
		margin-right: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__video {
		width: 47.5vw;
		height: 26.6vw;
		margin-right: 5vw;
		background-size: 5.5vw 5.6vw;
	}
}

@media screen and (max-width: 767px) {
	.about__video {
		width: 323px;
		max-width: 100%;
		height: 180px;
		margin-top: 37px;
		margin-right: auto;
		margin-left: auto;
		background-size: 55px 56px;
	}
}

@media screen and (min-width: 768px) {
	.about__body {
		flex: 1;
	}
}

.about__text {
	color: #4d4d4d;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
	.about__text {
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		letter-spacing: 0.02em;
	}
}

@media screen and (min-width: 1000px) {
	.about__text {
		font-size: 18px;
		line-height: 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__text {
		font-size: 1.8vw;
		line-height: 4vw;
	}
}

@media screen and (max-width: 767px) {
	.about__text:first-child {
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 1000px) {
	.about__text:first-child {
		margin-top: -7px;
		margin-bottom: 11px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__text:first-child {
		margin-top: -0.7vw;
		margin-bottom: 1.1vw;
	}
}

.about__image {
	position: relative;
	width: 100%;
	height: 197px;
	margin-top: 21px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__image {
		height: 19.7vw;
		margin-top: 2.1vw;
	}
}

@media screen and (max-width: 767px) {
	.about__image {
		width: 375px;
		height: 159px;
		margin-top: 37px;
		margin-right: auto;
		margin-left: auto;
	}
}

.about__image-icon {
	position: absolute;
}

.about__image-icon:nth-child(1) {
	top: 51px;
	left: 119px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__image-icon:nth-child(1) {
		top: 5.1vw;
		left: 11.9vw;
		width: 18.5vw;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.about__image-icon:nth-child(1) {
		top: 94px;
		left: 95px;
		width: 96px;
		height: auto;
	}
}

.about__image-icon:nth-child(2) {
	top: 54px;
	left: 397px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__image-icon:nth-child(2) {
		top: 5.4vw;
		right: 39.7vw;
		left: auto;
		width: 11.7vw;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.about__image-icon:nth-child(2) {
		top: 19px;
		left: 148px;
		width: 60px;
		height: auto;
	}
}

.about__image-icon:nth-child(3) {
	top: -2px;
	right: 76px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__image-icon:nth-child(3) {
		top: -0.2vw;
		right: 7.6vw;
		width: 20.5vw;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.about__image-icon:nth-child(3) {
		top: 48px;
		left: 220px;
		width: 97px;
		height: auto;
	}
}

.about__image-icon:nth-child(4) {
	top: 55px;
	left: -2px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__image-icon:nth-child(4) {
		top: 5.5vw;
		left: 0;
		width: 8.6vw;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.about__image-icon:nth-child(4) {
		top: 49px;
		left: 17px;
		width: 57px;
		height: auto;
	}
}

.about__image-icon:nth-child(5) {
	top: 68px;
	left: 310px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__image-icon:nth-child(5) {
		top: 6.8vw;
		left: 33vw;
		width: 6.6vw;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.about__image-icon:nth-child(5) {
		top: 12px;
		left: 94px;
		width: 37px;
		height: auto;
	}
}

.about__image-icon:nth-child(6) {
	top: 76px;
	left: 562px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__image-icon:nth-child(6) {
		top: 7.6vw;
		left: 58.2vw;
		width: 6.6vw;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.about__image-icon:nth-child(6) {
		top: 15px;
		right: 99px;
		left: auto;
		width: 42px;
		height: auto;
	}
}

.about__image-icon:nth-child(7) {
	top: 57px;
	right: -1px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.about__image-icon:nth-child(7) {
		top: 5.7vw;
		right: 0vw;
		width: 6.6vw;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.about__image-icon:nth-child(7) {
		top: 0px;
		right: 20px;
		width: 43px;
		height: auto;
	}
}

.about .js-indicate-ready.highlight {
	background-size: 0% 65%;
}

.about .js-indicate-ready.about__image-icon:nth-child(1), .about .js-indicate-ready.about__image-icon:nth-child(2), .about .js-indicate-ready.about__image-icon:nth-child(3) {
	opacity: 0;
}

.about .js-indicate-ready.about__image-icon:nth-child(4), .about .js-indicate-ready.about__image-icon:nth-child(5), .about .js-indicate-ready.about__image-icon:nth-child(6), .about .js-indicate-ready.about__image-icon:nth-child(7) {
	transform: scale(0);
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(1n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.72s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(2n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.74s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(3n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.76s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(4n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.78s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(5n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.8s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(6n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.82s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(7n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.84s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(8n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.86s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(9n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.88s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(10n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.9s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(11n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.92s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(12n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.94s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(13n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.96s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(14n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.98s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(15n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(16n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.02s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(17n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.04s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(18n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.06s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(19n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.08s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(20n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.1s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(21n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.12s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(22n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.14s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(23n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.16s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(24n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.18s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(25n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.2s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(26n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.22s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(27n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.24s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(28n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.26s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(29n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.28s;
}

.about .js-indicate-start.background-parallax .building-parallax:nth-child(30n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.3s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(1n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 0.8s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(2n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 0.9s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(3n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(4n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.1s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(5n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.2s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(6n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.3s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(7n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.4s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(8n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.5s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(9n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.6s;
}

.about .js-indicate-start.background-parallax .cloud:nth-child(10n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.7s;
}

.about .js-indicate-start.about__content {
	transition-delay: 0.2s;
}

.about .about__text:first-child .js-indicate-start.highlight {
	transition-delay: 0.2s;
}

.about .about__text:last-child .js-indicate-start.highlight {
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-duration: 2s;
}

.about .about__text:last-child .js-indicate-start.highlight:nth-of-type(1) {
	transition-delay: 0.6s;
}

.about .about__text:last-child .js-indicate-start.highlight:nth-of-type(2) {
	transition-delay: 0.9s;
}

.about .about__text:last-child .js-indicate-start.highlight:nth-of-type(3) {
	transition-delay: 1.1s;
}

.about .js-indicate-start.highlight {
	background-size: 100% 65%;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-duration: 0.5s;
	transition-property: background-size;
}

.about .js-indicate-start.about__image-icon:nth-child(1) {
	opacity: 1;
	transition-delay: 0.4s;
}

.about .js-indicate-start.about__image-icon:nth-child(2) {
	opacity: 1;
	transition-delay: 0.5s;
}

.about .js-indicate-start.about__image-icon:nth-child(3) {
	opacity: 1;
	transition-delay: 0.6s;
}

.about .js-indicate-start.about__image-icon:nth-child(4) {
	opacity: 1;
	transition-delay: 0.7s;
	animation: bounce-in 1s ease forwards;
	animation-delay: 0.7s;
}

.about .js-indicate-start.about__image-icon:nth-child(5) {
	opacity: 1;
	transition-delay: 0.8s;
	animation: bounce-in 1s ease forwards;
	animation-delay: 0.8s;
}

.about .js-indicate-start.about__image-icon:nth-child(6) {
	opacity: 1;
	transition-delay: 0.9s;
	animation: bounce-in 1s ease forwards;
	animation-delay: 0.9s;
}

.about .js-indicate-start.about__image-icon:nth-child(7) {
	opacity: 1;
	transition-delay: 1s;
	animation: bounce-in 1s ease forwards;
	animation-delay: 1s;
}

@media screen and (max-width: 767px) {
	.howto {
		padding: 20px 24px 0;
		margin: 44px 0 0;
		overflow: hidden;
	}
}

@media screen and (min-width: 1000px) {
	.howto {
		padding-top: 0;
		margin: 0 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto {
		padding: 1.6vw 2.4vw 0;
		margin: 6.8vw 0 0;
	}
}

.howto__inner {
	width: auto;
	margin: auto;
}

@media screen and (min-width: 1000px) {
	.howto__inner {
		width: 960px;
	}
}

.howto__inner:after {
	display: table;
	clear: both;
	content: '';
}

.howto__content {
	margin-top: 32px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__content {
		margin-top: 3.2vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__content {
		margin-top: 40px;
	}
}

.howto__info {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.howto__info {
		padding: 30px 24px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__info {
		padding: 50px 0 67px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info {
		padding: 4.8vw 0 6.3vw;
	}
}

.howto__info:before, .howto__info:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	content: '';
	border: 2px solid #11bdbd;
}

.howto__info-mark {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: -1;
	width: 100%;
	height: calc(100% - 4px);
	background: url(/assets/images/about/howto_decor1.svg) no-repeat bottom 12px left 9px, url(/assets/images/about/howto_decor2.svg) no-repeat top -2px left -2px;
}

@media screen and (max-width: 767px) {
	.howto__info-mark {
		background-position: bottom 8px left 9px, top -2px left -2px;
		background-size: 50px 18px, 22px 22px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__info-mark {
		background-size: 66px 20px, 26px 26px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info-mark {
		background-size: 6.6vw 2vw, 2.6vw 2.6vw;
	}
}

@media screen and (min-width: 1000px) {
	.howto__info-heading {
		position: absolute;
		top: 46px;
		left: 0;
		width: 268px;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info-heading {
		position: absolute;
		top: 4.6vw;
		left: 0;
		width: 26.8vw;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.howto__info-heading {
		display: flex;
		align-items: center;
		margin-bottom: 21px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__info-heading img {
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info-heading img {
		margin: 0 auto;
	}
}

.howto__info-number {
	position: relative;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info-number {
		box-sizing: border-box;
		width: 16vw;
		height: 16vw;
		padding: 1.8vw;
		margin: 0 auto 4vw;
	}
}

@media screen and (min-width: 1000px) {
	.howto__info-number {
		width: 160px;
		height: 160px;
		margin: 0 auto 40px;
	}
}

@media screen and (max-width: 767px) {
	.howto__info-number {
		box-sizing: border-box;
		width: 104px;
		height: 104px;
		padding: 14px;
		margin-right: 24px;
	}
}

@media screen and (max-width: 374px) {
	.howto__info-number {
		width: 80px;
		height: 80px;
		padding: 10px;
		margin-right: 14px;
	}
}

.howto__info-number img {
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: scale-down;
}

@media screen and (min-width: 1000px) {
	.howto__info-body .howto_ttl {
		margin-left: 230px;
		margin-top: 20px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info-body {
		margin: 2vw 5vw;
	}
}

.howto__info-body img {
	display: block;
	margin: 12px auto 13px;
}

@media screen and (min-width: 1000px) {
	.howto__info-body img {
		margin: 0 auto 14px;
		transform: translateX(-15px);
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info-body img {
		margin: 0 auto 1.4vw 15vw;
		transform: translateX(-1.5vw);
		max-width: 75vw;
	}
}

.howto__info-quote {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #707070;
	text-align: left;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 1000px) {
	.howto__info-quote {
		padding: 35px 0 48px;
		margin-bottom: 24px;
		background: url(/assets/images/about/howto_quote.svg) no-repeat top left;
		background-size: 32px 26px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info-quote {
		padding: 3.5vw 0 4.8vw;
		margin-bottom: 2.4vw;
		font-size: 1.6vw;
		line-height: 2.8vw;
		background: url(/assets/images/about/howto_quote.svg) no-repeat top left;
		background-size: 3.2vw 2.6vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__info-body img {
		width: 80%;
		margin: 0;
	}

	.howto__info-quote {
		padding: 32px 0 45px;
		font-size: 13px;
		line-height: 26px;
		background: url(/assets/images/about/howto_quote.svg) no-repeat top left;
		background-size: 25px 20px;
	}
}

.howto__info-quote:before {
	position: absolute;
	top: 12px;
	left: 44px;
	width: calc(100% - 44px);
	height: 2px;
	content: '';
	background: #11bdbd;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info-quote:before {
		top: 1.2vw;
		left: 4.4vw;
		width: calc(100% - 4.4vw);
	}
}

@media screen and (max-width: 767px) {
	.howto__info-quote:before {
		top: 10px;
		left: 34px;
		width: calc(100% - 44px);
	}
}

.howto__info-quote:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
}

@media screen and (min-width: 768px) {
	.howto__info-quote:after {
		background: linear-gradient(#fff, #fff) no-repeat bottom right, url(/assets/images/about/howto_arrow.svg) no-repeat bottom center;
		background-size: 0 30px, auto;
	}
}

@media screen and (max-width: 767px) {
	.howto__info-quote:after {
		background: linear-gradient(#fff, #fff) no-repeat bottom right, url(/assets/images/about/howto_arrow_sp.svg) no-repeat bottom 0 center, linear-gradient(#11bdbd, #11bdbd) no-repeat bottom 23px left -12px, linear-gradient(#11bdbd, #11bdbd) no-repeat bottom 23px right -12px;
		background-size: 0 30px, 279px 25px, 40% 2px, 40% 2px;
	}
}

.howto__info-text {
	line-height: 32px;
	color: #4d4d4d;
	text-align: left;
	letter-spacing: 0.02em;
	margin: 5%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__info-text {
		font-size: 2vw;
		line-height: 3.2vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__info-text {
		font-size: 16px;
		line-height: 28px;
	}
}

.howto__info-text .highlight {
	background-size: 100% 58%;
}

.howto__info-decor {
	position: absolute;
}

@media screen and (min-width: 768px) {
	.howto__info-decor {
		top: 0;
		right: 0;
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.howto__info-decor {
		bottom: 0;
		left: 50%;
		width: 359px;
		height: 359px;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 374px) {
	.howto__info-decor {
		width: 310px;
	}
}

.howto__info-decor img:not(.parallax) {
	position: absolute;
}

.howto__block {
	position: relative;
}

@media screen and (min-width: 1000px) {
	.howto__block:not(:last-child) {
		margin-bottom: 64px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:not(:last-child) {
		margin-bottom: 6.4vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:not(:last-child) {
		margin-bottom: 48px;
	}
}

.howto__block:not(:first-child):before {
	position: absolute;
	top: -62px;
	left: 50%;
	width: 2px;
	height: 64px;
	content: '';
	background: #11bdbd;
	transform: translateX(-50%) translateY(-2px);
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:not(:first-child):before {
		top: -6.2vw;
		width: 0.2vw;
		height: 6.4vw;
		transform: translateX(-50%) translateY(-0.2vw);
	}
}

@media screen and (max-width: 767px) {
	.howto__block:not(:first-child):before {
		top: -47px;
		height: 49px;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(1) .howto__info {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(1) .howto__info-number ~ img {
		width: 17.1vw;
		height: auto;
	}
}

.howto__block:nth-child(1) .howto__info-decor .parallax {
	position: absolute;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Ccircle id='Ellipse_3815' data-name='Ellipse 3815' cx='1.355' cy='1.355' r='1.355' fill='%2316bdbd'/%3E%3C/svg%3E%0A") repeat top left;
	transform: rotate(-69deg);
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(1) .howto__info-decor .parallax {
		top: 55px;
		right: -86px;
		width: 429px;
		height: 360px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(1) .howto__info-decor .parallax {
		top: -2.8vw;
		right: -12.2vw;
		width: 49vw;
		height: 53vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(1) .howto__info-decor .parallax {
		bottom: -40px;
		left: 16%;
		width: 275px;
		height: 231px;
		background-size: 9.5px auto;
		transform: rotate(224deg);
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(1) .howto__info-decor .human {
		right: 8px;
		bottom: 2px;
		width: 232px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(1) .howto__info-decor .human {
		right: 0.8vw;
		width: 23.2vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(1) .howto__info-decor .human {
		bottom: 3px;
		left: 53%;
		width: 146px;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(1) .howto__info-decor .item1 {
		top: 195px;
		right: 181px;
		width: 111px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(1) .howto__info-decor .item1 {
		top: 19.5vw;
		right: 18.1vw;
		width: 11.1vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(1) .howto__info-decor .item1 {
		bottom: 46px;
		left: 76px;
		width: 79px;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(1) .howto__info-decor .item2 {
		top: 76px;
		right: 138px;
		width: 108px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(1) .howto__info-decor .item2 {
		top: 7.6vw;
		right: 13.8vw;
		width: 10.8vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(1) .howto__info-decor .item2 {
		bottom: 127px;
		left: 31px;
		width: 80px;
		transform: rotate(-23deg);
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(1) .howto__info-decor .item3 {
		top: 37px;
		right: -14px;
		width: 126px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(1) .howto__info-decor .item3 {
		top: 3.7vw;
		right: -1.4vw;
		width: 12.6vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(1) .howto__info-decor .item3 {
		bottom: 111px;
		left: 125px;
		width: 79px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__block:nth-child(2) .howto__info {
		padding-top: 46px;
		padding-bottom: 87px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info {
		padding-top: 4.6vw;
		padding-bottom: 8.7vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info-number img {
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info-number ~ img {
		width: 139px;
		height: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info-number ~ img {
		width: 17.3vw;
		height: auto;
	}
}

@media screen and (max-width: 374px) {
	.howto__block:nth-child(2) .howto__info-number ~ img {
		width: 120px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__block:nth-child(2) .howto__info-quote {
		padding-top: 39px;
		padding-bottom: 52px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info-quote {
		padding-top: 3.9vw;
		padding-bottom: 5.2vw;
	}
}

.howto__block:nth-child(2) .howto__info-decor .parallax {
	position: absolute;
	clip-path: polygon(50% at 50% 50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Ccircle id='Ellipse_3815' data-name='Ellipse 3815' cx='1.355' cy='1.355' r='1.355' fill='%2316bdbd'/%3E%3C/svg%3E%0A") repeat top left;
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(2) .howto__info-decor .parallax {
		top: 24px;
		right: -124px;
		width: 367px;
		height: 367px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info-decor .parallax {
		top: -2.4vw;
		right: -12.4vw;
		width: 36.7vw;
		height: 36.7vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info-decor .parallax {
		bottom: -24px;
		left: 47%;
		width: 234px;
		height: 234px;
		background-size: 10px 10px;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(2) .howto__info-decor .human {
		right: -18px;
		bottom: 2px;
		width: 338px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info-decor .human {
		right: -1.8vw;
		width: 33.8vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info-decor .human {
		bottom: 3px;
		left: 30%;
		width: 213px;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(2) .howto__info-decor .item1 {
		top: 196px;
		right: 148px;
		width: 111px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info-decor .item1 {
		top: 19.6vw;
		right: 14.8vw;
		width: 11.1vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info-decor .item1 {
		bottom: 99px;
		left: 4px;
		width: 60px;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(2) .howto__info-decor .item2 {
		top: 98px;
		right: 42px;
		width: 101px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info-decor .item2 {
		top: 9.8vw;
		right: 4.2vw;
		width: 10.1vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info-decor .item2 {
		bottom: 124px;
		left: 95px;
		width: 54px;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(2) .howto__info-decor .item3 {
		top: 179px;
		right: -17px;
		width: 78px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info-decor .item3 {
		top: 17.9vw;
		right: -1.7vw;
		width: 7.8vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info-decor .item3 {
		bottom: 77px;
		left: 84px;
		width: 39px;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(2) .howto__info-decor .item4 {
		top: 53px;
		right: 146px;
		width: 92px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info-decor .item4 {
		top: 5.3vw;
		right: 14.6vw;
		width: 9.2vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info-decor .item4 {
		bottom: 155px;
		left: 37px;
		width: 56px;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(2) .howto__info-decor .item5 {
		top: 10px;
		right: -19px;
		width: 87px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(2) .howto__info-decor .item5 {
		top: 1vw;
		right: -1.9vw;
		width: 8.7vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(2) .howto__info-decor .item5 {
		bottom: 148px;
		left: 155px;
		width: 50px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__block:nth-child(3) .howto__info {
		padding-bottom: 110px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(3) .howto__info {
		padding-bottom: 11vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(3) .howto__info {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(3) .howto__info-heading img {
		width: auto;
		height: 22px;
	}
}

@media screen and (max-width: 374px) {
	.howto__block:nth-child(3) .howto__info-heading img {
		height: 18px;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(3) .howto__info-number img {
		height: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(3) .howto__info-number ~ img {
		width: 19.4vw;
	}
}

@media screen and (min-width: 1000px) {
	.howto__block:nth-child(3) .howto__info-quote {
		padding-top: 44px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(3) .howto__info-quote {
		padding-top: 4.4vw;
		padding-bottom: tovW-768(50);
	}
}

@media screen and (min-width: 1000px) {
	.howto__block:nth-child(3) .howto__info-quote:before {
		top: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(3) .howto__info-quote:before {
		top: 1.5vw;
	}
}

.howto__block:nth-child(3) .howto__info-decor .parallax {
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='565.3' height='431.36' viewBox='0 0 565.3 431.36'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_24055' data-name='Rectangle 24055' width='214' height='124' transform='translate(1164.504 4952.971) rotate(-16)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_39416' data-name='Group 39416' transform='translate(-800.093 -4262.808)'%3E%3Cg id='Group_37964' data-name='Group 37964' transform='translate(929.493 4831.164) rotate(-105)'%3E%3Ccircle id='Ellipse_3782' data-name='Ellipse 3782' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3783' data-name='Ellipse 3783' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3784' data-name='Ellipse 3784' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3785' data-name='Ellipse 3785' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3786' data-name='Ellipse 3786' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3787' data-name='Ellipse 3787' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3788' data-name='Ellipse 3788' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3789' data-name='Ellipse 3789' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3790' data-name='Ellipse 3790' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3791' data-name='Ellipse 3791' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3792' data-name='Ellipse 3792' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3793' data-name='Ellipse 3793' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3794' data-name='Ellipse 3794' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3795' data-name='Ellipse 3795' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3796' data-name='Ellipse 3796' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3797' data-name='Ellipse 3797' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3798' data-name='Ellipse 3798' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3799' data-name='Ellipse 3799' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3800' data-name='Ellipse 3800' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3801' data-name='Ellipse 3801' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3802' data-name='Ellipse 3802' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3803' data-name='Ellipse 3803' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3804' data-name='Ellipse 3804' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3805' data-name='Ellipse 3805' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3806' data-name='Ellipse 3806' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3807' data-name='Ellipse 3807' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3808' data-name='Ellipse 3808' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3809' data-name='Ellipse 3809' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3810' data-name='Ellipse 3810' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3811' data-name='Ellipse 3811' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3812' data-name='Ellipse 3812' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3813' data-name='Ellipse 3813' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3814' data-name='Ellipse 3814' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3815' data-name='Ellipse 3815' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3816' data-name='Ellipse 3816' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3817' data-name='Ellipse 3817' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3818' data-name='Ellipse 3818' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3819' data-name='Ellipse 3819' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3820' data-name='Ellipse 3820' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3821' data-name='Ellipse 3821' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3822' data-name='Ellipse 3822' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3823' data-name='Ellipse 3823' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3824' data-name='Ellipse 3824' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3825' data-name='Ellipse 3825' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3826' data-name='Ellipse 3826' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3827' data-name='Ellipse 3827' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3828' data-name='Ellipse 3828' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3829' data-name='Ellipse 3829' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3830' data-name='Ellipse 3830' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3831' data-name='Ellipse 3831' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3832' data-name='Ellipse 3832' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3833' data-name='Ellipse 3833' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3834' data-name='Ellipse 3834' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3835' data-name='Ellipse 3835' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3836' data-name='Ellipse 3836' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3837' data-name='Ellipse 3837' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3838' data-name='Ellipse 3838' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3839' data-name='Ellipse 3839' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3840' data-name='Ellipse 3840' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3841' data-name='Ellipse 3841' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3842' data-name='Ellipse 3842' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3843' data-name='Ellipse 3843' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3844' data-name='Ellipse 3844' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3845' data-name='Ellipse 3845' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3846' data-name='Ellipse 3846' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3847' data-name='Ellipse 3847' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3848' data-name='Ellipse 3848' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3849' data-name='Ellipse 3849' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3850' data-name='Ellipse 3850' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3851' data-name='Ellipse 3851' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3852' data-name='Ellipse 3852' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3853' data-name='Ellipse 3853' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3854' data-name='Ellipse 3854' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3855' data-name='Ellipse 3855' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3856' data-name='Ellipse 3856' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3857' data-name='Ellipse 3857' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3858' data-name='Ellipse 3858' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3859' data-name='Ellipse 3859' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3860' data-name='Ellipse 3860' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3861' data-name='Ellipse 3861' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3862' data-name='Ellipse 3862' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3863' data-name='Ellipse 3863' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3864' data-name='Ellipse 3864' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3865' data-name='Ellipse 3865' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3866' data-name='Ellipse 3866' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3867' data-name='Ellipse 3867' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3868' data-name='Ellipse 3868' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3869' data-name='Ellipse 3869' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3870' data-name='Ellipse 3870' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3871' data-name='Ellipse 3871' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3872' data-name='Ellipse 3872' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3873' data-name='Ellipse 3873' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3874' data-name='Ellipse 3874' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3875' data-name='Ellipse 3875' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3876' data-name='Ellipse 3876' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3877' data-name='Ellipse 3877' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3878' data-name='Ellipse 3878' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3879' data-name='Ellipse 3879' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3880' data-name='Ellipse 3880' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3881' data-name='Ellipse 3881' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3882' data-name='Ellipse 3882' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3883' data-name='Ellipse 3883' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3884' data-name='Ellipse 3884' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3885' data-name='Ellipse 3885' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3886' data-name='Ellipse 3886' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3887' data-name='Ellipse 3887' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3888' data-name='Ellipse 3888' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3889' data-name='Ellipse 3889' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3890' data-name='Ellipse 3890' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3891' data-name='Ellipse 3891' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3892' data-name='Ellipse 3892' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3893' data-name='Ellipse 3893' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3894' data-name='Ellipse 3894' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3895' data-name='Ellipse 3895' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3896' data-name='Ellipse 3896' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3897' data-name='Ellipse 3897' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3898' data-name='Ellipse 3898' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3899' data-name='Ellipse 3899' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3900' data-name='Ellipse 3900' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3901' data-name='Ellipse 3901' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3902' data-name='Ellipse 3902' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3903' data-name='Ellipse 3903' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3904' data-name='Ellipse 3904' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3905' data-name='Ellipse 3905' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3906' data-name='Ellipse 3906' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3907' data-name='Ellipse 3907' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3908' data-name='Ellipse 3908' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3909' data-name='Ellipse 3909' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3910' data-name='Ellipse 3910' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3911' data-name='Ellipse 3911' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3912' data-name='Ellipse 3912' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3913' data-name='Ellipse 3913' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3914' data-name='Ellipse 3914' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3915' data-name='Ellipse 3915' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3916' data-name='Ellipse 3916' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3917' data-name='Ellipse 3917' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3918' data-name='Ellipse 3918' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3919' data-name='Ellipse 3919' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3920' data-name='Ellipse 3920' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3921' data-name='Ellipse 3921' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3922' data-name='Ellipse 3922' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3923' data-name='Ellipse 3923' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3924' data-name='Ellipse 3924' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3925' data-name='Ellipse 3925' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3926' data-name='Ellipse 3926' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3927' data-name='Ellipse 3927' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3928' data-name='Ellipse 3928' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3929' data-name='Ellipse 3929' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3930' data-name='Ellipse 3930' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3931' data-name='Ellipse 3931' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3932' data-name='Ellipse 3932' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3933' data-name='Ellipse 3933' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3934' data-name='Ellipse 3934' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3935' data-name='Ellipse 3935' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3936' data-name='Ellipse 3936' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3937' data-name='Ellipse 3937' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3938' data-name='Ellipse 3938' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3939' data-name='Ellipse 3939' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3940' data-name='Ellipse 3940' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3941' data-name='Ellipse 3941' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3942' data-name='Ellipse 3942' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3943' data-name='Ellipse 3943' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3944' data-name='Ellipse 3944' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3945' data-name='Ellipse 3945' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3946' data-name='Ellipse 3946' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3947' data-name='Ellipse 3947' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3948' data-name='Ellipse 3948' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3949' data-name='Ellipse 3949' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3950' data-name='Ellipse 3950' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3951' data-name='Ellipse 3951' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3952' data-name='Ellipse 3952' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3953' data-name='Ellipse 3953' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3954' data-name='Ellipse 3954' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3955' data-name='Ellipse 3955' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3956' data-name='Ellipse 3956' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3957' data-name='Ellipse 3957' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3958' data-name='Ellipse 3958' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3959' data-name='Ellipse 3959' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3960' data-name='Ellipse 3960' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3961' data-name='Ellipse 3961' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3962' data-name='Ellipse 3962' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3963' data-name='Ellipse 3963' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3964' data-name='Ellipse 3964' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3965' data-name='Ellipse 3965' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3966' data-name='Ellipse 3966' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3967' data-name='Ellipse 3967' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3968' data-name='Ellipse 3968' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3969' data-name='Ellipse 3969' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3970' data-name='Ellipse 3970' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3971' data-name='Ellipse 3971' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3972' data-name='Ellipse 3972' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3973' data-name='Ellipse 3973' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3974' data-name='Ellipse 3974' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3975' data-name='Ellipse 3975' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3976' data-name='Ellipse 3976' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3977' data-name='Ellipse 3977' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3978' data-name='Ellipse 3978' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3979' data-name='Ellipse 3979' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3980' data-name='Ellipse 3980' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3981' data-name='Ellipse 3981' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3982' data-name='Ellipse 3982' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3983' data-name='Ellipse 3983' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3984' data-name='Ellipse 3984' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3985' data-name='Ellipse 3985' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3986' data-name='Ellipse 3986' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3987' data-name='Ellipse 3987' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3988' data-name='Ellipse 3988' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3989' data-name='Ellipse 3989' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3990' data-name='Ellipse 3990' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3991' data-name='Ellipse 3991' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3992' data-name='Ellipse 3992' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3993' data-name='Ellipse 3993' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3994' data-name='Ellipse 3994' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3995' data-name='Ellipse 3995' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3996' data-name='Ellipse 3996' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3997' data-name='Ellipse 3997' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3998' data-name='Ellipse 3998' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3999' data-name='Ellipse 3999' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4000' data-name='Ellipse 4000' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4001' data-name='Ellipse 4001' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4002' data-name='Ellipse 4002' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4003' data-name='Ellipse 4003' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4004' data-name='Ellipse 4004' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4005' data-name='Ellipse 4005' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4006' data-name='Ellipse 4006' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4007' data-name='Ellipse 4007' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4008' data-name='Ellipse 4008' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4009' data-name='Ellipse 4009' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4010' data-name='Ellipse 4010' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4011' data-name='Ellipse 4011' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4012' data-name='Ellipse 4012' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4013' data-name='Ellipse 4013' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4014' data-name='Ellipse 4014' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4015' data-name='Ellipse 4015' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4016' data-name='Ellipse 4016' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4017' data-name='Ellipse 4017' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4018' data-name='Ellipse 4018' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4019' data-name='Ellipse 4019' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4020' data-name='Ellipse 4020' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4021' data-name='Ellipse 4021' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4022' data-name='Ellipse 4022' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4023' data-name='Ellipse 4023' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4024' data-name='Ellipse 4024' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4025' data-name='Ellipse 4025' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4026' data-name='Ellipse 4026' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4027' data-name='Ellipse 4027' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4028' data-name='Ellipse 4028' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4029' data-name='Ellipse 4029' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4030' data-name='Ellipse 4030' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4031' data-name='Ellipse 4031' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4032' data-name='Ellipse 4032' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4033' data-name='Ellipse 4033' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 423.244)' fill='%2316bdbd'/%3E%3C/g%3E%3Cg id='Group_37973' data-name='Group 37973' transform='translate(867.586 5060.188) rotate(-105)'%3E%3Ccircle id='Ellipse_3782-2' data-name='Ellipse 3782' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3783-2' data-name='Ellipse 3783' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3784-2' data-name='Ellipse 3784' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3785-2' data-name='Ellipse 3785' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3786-2' data-name='Ellipse 3786' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3787-2' data-name='Ellipse 3787' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3788-2' data-name='Ellipse 3788' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3789-2' data-name='Ellipse 3789' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3790-2' data-name='Ellipse 3790' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3791-2' data-name='Ellipse 3791' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3792-2' data-name='Ellipse 3792' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3793-2' data-name='Ellipse 3793' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3794-2' data-name='Ellipse 3794' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3795-2' data-name='Ellipse 3795' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3796-2' data-name='Ellipse 3796' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3797-2' data-name='Ellipse 3797' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3798-2' data-name='Ellipse 3798' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3799-2' data-name='Ellipse 3799' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3800-2' data-name='Ellipse 3800' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3801-2' data-name='Ellipse 3801' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3802-2' data-name='Ellipse 3802' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3803-2' data-name='Ellipse 3803' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3804-2' data-name='Ellipse 3804' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3805-2' data-name='Ellipse 3805' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3806-2' data-name='Ellipse 3806' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3807-2' data-name='Ellipse 3807' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3808-2' data-name='Ellipse 3808' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3809-2' data-name='Ellipse 3809' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3810-2' data-name='Ellipse 3810' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3811-2' data-name='Ellipse 3811' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3812-2' data-name='Ellipse 3812' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3813-2' data-name='Ellipse 3813' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3814-2' data-name='Ellipse 3814' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3815-2' data-name='Ellipse 3815' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3816-2' data-name='Ellipse 3816' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3817-2' data-name='Ellipse 3817' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3818-2' data-name='Ellipse 3818' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3819-2' data-name='Ellipse 3819' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3820-2' data-name='Ellipse 3820' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3821-2' data-name='Ellipse 3821' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3822-2' data-name='Ellipse 3822' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3823-2' data-name='Ellipse 3823' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3824-2' data-name='Ellipse 3824' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3825-2' data-name='Ellipse 3825' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3826-2' data-name='Ellipse 3826' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3827-2' data-name='Ellipse 3827' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3828-2' data-name='Ellipse 3828' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3829-2' data-name='Ellipse 3829' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3830-2' data-name='Ellipse 3830' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3831-2' data-name='Ellipse 3831' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3832-2' data-name='Ellipse 3832' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3833-2' data-name='Ellipse 3833' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3834-2' data-name='Ellipse 3834' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3835-2' data-name='Ellipse 3835' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3836-2' data-name='Ellipse 3836' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3837-2' data-name='Ellipse 3837' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3838-2' data-name='Ellipse 3838' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3839-2' data-name='Ellipse 3839' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3840-2' data-name='Ellipse 3840' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3841-2' data-name='Ellipse 3841' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3842-2' data-name='Ellipse 3842' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3843-2' data-name='Ellipse 3843' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3844-2' data-name='Ellipse 3844' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3845-2' data-name='Ellipse 3845' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3846-2' data-name='Ellipse 3846' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3847-2' data-name='Ellipse 3847' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3848-2' data-name='Ellipse 3848' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3849-2' data-name='Ellipse 3849' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3850-2' data-name='Ellipse 3850' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3851-2' data-name='Ellipse 3851' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3852-2' data-name='Ellipse 3852' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3853-2' data-name='Ellipse 3853' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3854-2' data-name='Ellipse 3854' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3855-2' data-name='Ellipse 3855' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3856-2' data-name='Ellipse 3856' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3857-2' data-name='Ellipse 3857' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3858-2' data-name='Ellipse 3858' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3859-2' data-name='Ellipse 3859' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3860-2' data-name='Ellipse 3860' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3861-2' data-name='Ellipse 3861' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3862-2' data-name='Ellipse 3862' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3863-2' data-name='Ellipse 3863' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3864-2' data-name='Ellipse 3864' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3865-2' data-name='Ellipse 3865' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3866-2' data-name='Ellipse 3866' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3867-2' data-name='Ellipse 3867' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3868-2' data-name='Ellipse 3868' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3869-2' data-name='Ellipse 3869' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3870-2' data-name='Ellipse 3870' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3871-2' data-name='Ellipse 3871' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3872-2' data-name='Ellipse 3872' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3873-2' data-name='Ellipse 3873' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3874-2' data-name='Ellipse 3874' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3875-2' data-name='Ellipse 3875' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3876-2' data-name='Ellipse 3876' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3877-2' data-name='Ellipse 3877' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3878-2' data-name='Ellipse 3878' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3879-2' data-name='Ellipse 3879' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3880-2' data-name='Ellipse 3880' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3881-2' data-name='Ellipse 3881' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3882-2' data-name='Ellipse 3882' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3883-2' data-name='Ellipse 3883' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3884-2' data-name='Ellipse 3884' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3885-2' data-name='Ellipse 3885' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3886-2' data-name='Ellipse 3886' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3887-2' data-name='Ellipse 3887' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3888-2' data-name='Ellipse 3888' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3889-2' data-name='Ellipse 3889' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3890-2' data-name='Ellipse 3890' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3891-2' data-name='Ellipse 3891' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3892-2' data-name='Ellipse 3892' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3893-2' data-name='Ellipse 3893' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3894-2' data-name='Ellipse 3894' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3895-2' data-name='Ellipse 3895' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3896-2' data-name='Ellipse 3896' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3897-2' data-name='Ellipse 3897' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3898-2' data-name='Ellipse 3898' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3899-2' data-name='Ellipse 3899' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3900-2' data-name='Ellipse 3900' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3901-2' data-name='Ellipse 3901' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3902-2' data-name='Ellipse 3902' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3903-2' data-name='Ellipse 3903' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3904-2' data-name='Ellipse 3904' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3905-2' data-name='Ellipse 3905' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3906-2' data-name='Ellipse 3906' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3907-2' data-name='Ellipse 3907' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3908-2' data-name='Ellipse 3908' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3909-2' data-name='Ellipse 3909' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3910-2' data-name='Ellipse 3910' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3911-2' data-name='Ellipse 3911' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3912-2' data-name='Ellipse 3912' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3913-2' data-name='Ellipse 3913' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3914-2' data-name='Ellipse 3914' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3915-2' data-name='Ellipse 3915' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3916-2' data-name='Ellipse 3916' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3917-2' data-name='Ellipse 3917' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3918-2' data-name='Ellipse 3918' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3919-2' data-name='Ellipse 3919' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3920-2' data-name='Ellipse 3920' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3921-2' data-name='Ellipse 3921' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3922-2' data-name='Ellipse 3922' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3923-2' data-name='Ellipse 3923' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3924-2' data-name='Ellipse 3924' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3925-2' data-name='Ellipse 3925' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3926-2' data-name='Ellipse 3926' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3927-2' data-name='Ellipse 3927' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3928-2' data-name='Ellipse 3928' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3929-2' data-name='Ellipse 3929' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3930-2' data-name='Ellipse 3930' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3931-2' data-name='Ellipse 3931' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3932-2' data-name='Ellipse 3932' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3933-2' data-name='Ellipse 3933' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3934-2' data-name='Ellipse 3934' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3935-2' data-name='Ellipse 3935' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3936-2' data-name='Ellipse 3936' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3937-2' data-name='Ellipse 3937' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3938-2' data-name='Ellipse 3938' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3939-2' data-name='Ellipse 3939' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3940-2' data-name='Ellipse 3940' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3941-2' data-name='Ellipse 3941' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3942-2' data-name='Ellipse 3942' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3943-2' data-name='Ellipse 3943' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3944-2' data-name='Ellipse 3944' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3945-2' data-name='Ellipse 3945' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3946-2' data-name='Ellipse 3946' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3947-2' data-name='Ellipse 3947' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3948-2' data-name='Ellipse 3948' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3949-2' data-name='Ellipse 3949' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3950-2' data-name='Ellipse 3950' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3951-2' data-name='Ellipse 3951' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3952-2' data-name='Ellipse 3952' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3953-2' data-name='Ellipse 3953' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3954-2' data-name='Ellipse 3954' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3955-2' data-name='Ellipse 3955' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3956-2' data-name='Ellipse 3956' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3957-2' data-name='Ellipse 3957' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3958-2' data-name='Ellipse 3958' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3959-2' data-name='Ellipse 3959' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3960-2' data-name='Ellipse 3960' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3961-2' data-name='Ellipse 3961' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3962-2' data-name='Ellipse 3962' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3963-2' data-name='Ellipse 3963' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3964-2' data-name='Ellipse 3964' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3965-2' data-name='Ellipse 3965' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3966-2' data-name='Ellipse 3966' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3967-2' data-name='Ellipse 3967' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3968-2' data-name='Ellipse 3968' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3969-2' data-name='Ellipse 3969' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3970-2' data-name='Ellipse 3970' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3971-2' data-name='Ellipse 3971' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3972-2' data-name='Ellipse 3972' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3973-2' data-name='Ellipse 3973' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3974-2' data-name='Ellipse 3974' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3975-2' data-name='Ellipse 3975' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3976-2' data-name='Ellipse 3976' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3977-2' data-name='Ellipse 3977' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3978-2' data-name='Ellipse 3978' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3979-2' data-name='Ellipse 3979' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3980-2' data-name='Ellipse 3980' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3981-2' data-name='Ellipse 3981' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3982-2' data-name='Ellipse 3982' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3983-2' data-name='Ellipse 3983' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3984-2' data-name='Ellipse 3984' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3985-2' data-name='Ellipse 3985' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3986-2' data-name='Ellipse 3986' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3987-2' data-name='Ellipse 3987' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3988-2' data-name='Ellipse 3988' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3989-2' data-name='Ellipse 3989' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3990-2' data-name='Ellipse 3990' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3991-2' data-name='Ellipse 3991' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3992-2' data-name='Ellipse 3992' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3993-2' data-name='Ellipse 3993' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3994-2' data-name='Ellipse 3994' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3995-2' data-name='Ellipse 3995' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3996-2' data-name='Ellipse 3996' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3997-2' data-name='Ellipse 3997' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3998-2' data-name='Ellipse 3998' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3999-2' data-name='Ellipse 3999' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4000-2' data-name='Ellipse 4000' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4001-2' data-name='Ellipse 4001' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4002-2' data-name='Ellipse 4002' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4003-2' data-name='Ellipse 4003' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4004-2' data-name='Ellipse 4004' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4005-2' data-name='Ellipse 4005' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4006-2' data-name='Ellipse 4006' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4007-2' data-name='Ellipse 4007' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4008-2' data-name='Ellipse 4008' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4009-2' data-name='Ellipse 4009' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4010-2' data-name='Ellipse 4010' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4011-2' data-name='Ellipse 4011' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4012-2' data-name='Ellipse 4012' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4013-2' data-name='Ellipse 4013' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4014-2' data-name='Ellipse 4014' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4015-2' data-name='Ellipse 4015' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4016-2' data-name='Ellipse 4016' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4017-2' data-name='Ellipse 4017' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4018-2' data-name='Ellipse 4018' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4019-2' data-name='Ellipse 4019' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4020-2' data-name='Ellipse 4020' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4021-2' data-name='Ellipse 4021' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4022-2' data-name='Ellipse 4022' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4023-2' data-name='Ellipse 4023' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4024-2' data-name='Ellipse 4024' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4025-2' data-name='Ellipse 4025' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4026-2' data-name='Ellipse 4026' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4027-2' data-name='Ellipse 4027' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4028-2' data-name='Ellipse 4028' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4029-2' data-name='Ellipse 4029' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4030-2' data-name='Ellipse 4030' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4031-2' data-name='Ellipse 4031' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4032-2' data-name='Ellipse 4032' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4033-2' data-name='Ellipse 4033' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 423.244)' fill='%2316bdbd'/%3E%3C/g%3E%3Cg id='Mask_Group_29275' data-name='Mask Group 29275' transform='translate(-39 -457)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_37998' data-name='Group 37998' transform='translate(1273.586 5418.02) rotate(-105)'%3E%3Ccircle id='Ellipse_3782-3' data-name='Ellipse 3782' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3783-3' data-name='Ellipse 3783' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3784-3' data-name='Ellipse 3784' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3785-3' data-name='Ellipse 3785' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3786-3' data-name='Ellipse 3786' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3787-3' data-name='Ellipse 3787' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3788-3' data-name='Ellipse 3788' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3789-3' data-name='Ellipse 3789' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3790-3' data-name='Ellipse 3790' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 57.234)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3791-3' data-name='Ellipse 3791' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3792-3' data-name='Ellipse 3792' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3793-3' data-name='Ellipse 3793' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3794-3' data-name='Ellipse 3794' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3795-3' data-name='Ellipse 3795' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3796-3' data-name='Ellipse 3796' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3797-3' data-name='Ellipse 3797' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3798-3' data-name='Ellipse 3798' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3799-3' data-name='Ellipse 3799' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 70.79)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3800-3' data-name='Ellipse 3800' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3801-3' data-name='Ellipse 3801' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3802-3' data-name='Ellipse 3802' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3803-3' data-name='Ellipse 3803' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3804-3' data-name='Ellipse 3804' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3805-3' data-name='Ellipse 3805' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3806-3' data-name='Ellipse 3806' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3807-3' data-name='Ellipse 3807' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3808-3' data-name='Ellipse 3808' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 84.346)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3809-3' data-name='Ellipse 3809' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3810-3' data-name='Ellipse 3810' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3811-3' data-name='Ellipse 3811' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3812-3' data-name='Ellipse 3812' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3813-3' data-name='Ellipse 3813' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3814-3' data-name='Ellipse 3814' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3815-3' data-name='Ellipse 3815' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3816-3' data-name='Ellipse 3816' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3817-3' data-name='Ellipse 3817' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 97.902)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3818-3' data-name='Ellipse 3818' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3819-3' data-name='Ellipse 3819' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3820-3' data-name='Ellipse 3820' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3821-3' data-name='Ellipse 3821' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3822-3' data-name='Ellipse 3822' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3823-3' data-name='Ellipse 3823' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3824-3' data-name='Ellipse 3824' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3825-3' data-name='Ellipse 3825' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3826-3' data-name='Ellipse 3826' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 111.458)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3827-3' data-name='Ellipse 3827' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3828-3' data-name='Ellipse 3828' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3829-3' data-name='Ellipse 3829' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3830-3' data-name='Ellipse 3830' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3831-3' data-name='Ellipse 3831' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3832-3' data-name='Ellipse 3832' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3833-3' data-name='Ellipse 3833' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3834-3' data-name='Ellipse 3834' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3835-3' data-name='Ellipse 3835' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 125.014)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3836-3' data-name='Ellipse 3836' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3837-3' data-name='Ellipse 3837' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3838-3' data-name='Ellipse 3838' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3839-3' data-name='Ellipse 3839' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3840-3' data-name='Ellipse 3840' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3841-3' data-name='Ellipse 3841' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3842-3' data-name='Ellipse 3842' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3843-3' data-name='Ellipse 3843' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3844-3' data-name='Ellipse 3844' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 138.57)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3845-3' data-name='Ellipse 3845' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3846-3' data-name='Ellipse 3846' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3847-3' data-name='Ellipse 3847' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3848-3' data-name='Ellipse 3848' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3849-3' data-name='Ellipse 3849' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3850-3' data-name='Ellipse 3850' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3851-3' data-name='Ellipse 3851' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3852-3' data-name='Ellipse 3852' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3853-3' data-name='Ellipse 3853' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 152.126)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3854-3' data-name='Ellipse 3854' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3855-3' data-name='Ellipse 3855' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3856-3' data-name='Ellipse 3856' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3857-3' data-name='Ellipse 3857' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3858-3' data-name='Ellipse 3858' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3859-3' data-name='Ellipse 3859' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3860-3' data-name='Ellipse 3860' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3861-3' data-name='Ellipse 3861' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3862-3' data-name='Ellipse 3862' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 165.681)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3863-3' data-name='Ellipse 3863' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3864-3' data-name='Ellipse 3864' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3865-3' data-name='Ellipse 3865' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3866-3' data-name='Ellipse 3866' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3867-3' data-name='Ellipse 3867' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3868-3' data-name='Ellipse 3868' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3869-3' data-name='Ellipse 3869' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3870-3' data-name='Ellipse 3870' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3871-3' data-name='Ellipse 3871' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 179.237)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3872-3' data-name='Ellipse 3872' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3873-3' data-name='Ellipse 3873' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3874-3' data-name='Ellipse 3874' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3875-3' data-name='Ellipse 3875' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3876-3' data-name='Ellipse 3876' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3877-3' data-name='Ellipse 3877' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3878-3' data-name='Ellipse 3878' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3879-3' data-name='Ellipse 3879' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3880-3' data-name='Ellipse 3880' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 192.793)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3881-3' data-name='Ellipse 3881' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3882-3' data-name='Ellipse 3882' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3883-3' data-name='Ellipse 3883' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3884-3' data-name='Ellipse 3884' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3885-3' data-name='Ellipse 3885' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3886-3' data-name='Ellipse 3886' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3887-3' data-name='Ellipse 3887' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3888-3' data-name='Ellipse 3888' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3889-3' data-name='Ellipse 3889' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 206.349)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3890-3' data-name='Ellipse 3890' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3891-3' data-name='Ellipse 3891' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3892-3' data-name='Ellipse 3892' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3893-3' data-name='Ellipse 3893' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3894-3' data-name='Ellipse 3894' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3895-3' data-name='Ellipse 3895' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3896-3' data-name='Ellipse 3896' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3897-3' data-name='Ellipse 3897' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3898-3' data-name='Ellipse 3898' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 219.905)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3899-3' data-name='Ellipse 3899' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3900-3' data-name='Ellipse 3900' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3901-3' data-name='Ellipse 3901' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3902-3' data-name='Ellipse 3902' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3903-3' data-name='Ellipse 3903' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3904-3' data-name='Ellipse 3904' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3905-3' data-name='Ellipse 3905' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3906-3' data-name='Ellipse 3906' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3907-3' data-name='Ellipse 3907' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 233.461)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3908-3' data-name='Ellipse 3908' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3909-3' data-name='Ellipse 3909' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3910-3' data-name='Ellipse 3910' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3911-3' data-name='Ellipse 3911' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3912-3' data-name='Ellipse 3912' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3913-3' data-name='Ellipse 3913' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3914-3' data-name='Ellipse 3914' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3915-3' data-name='Ellipse 3915' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3916-3' data-name='Ellipse 3916' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 247.017)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3917-3' data-name='Ellipse 3917' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3918-3' data-name='Ellipse 3918' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3919-3' data-name='Ellipse 3919' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3920-3' data-name='Ellipse 3920' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3921-3' data-name='Ellipse 3921' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3922-3' data-name='Ellipse 3922' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3923-3' data-name='Ellipse 3923' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3924-3' data-name='Ellipse 3924' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3925-3' data-name='Ellipse 3925' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 260.573)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3926-3' data-name='Ellipse 3926' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3927-3' data-name='Ellipse 3927' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3928-3' data-name='Ellipse 3928' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3929-3' data-name='Ellipse 3929' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3930-3' data-name='Ellipse 3930' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3931-3' data-name='Ellipse 3931' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3932-3' data-name='Ellipse 3932' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3933-3' data-name='Ellipse 3933' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3934-3' data-name='Ellipse 3934' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 274.129)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3935-3' data-name='Ellipse 3935' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3936-3' data-name='Ellipse 3936' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3937-3' data-name='Ellipse 3937' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3938-3' data-name='Ellipse 3938' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3939-3' data-name='Ellipse 3939' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3940-3' data-name='Ellipse 3940' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3941-3' data-name='Ellipse 3941' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3942-3' data-name='Ellipse 3942' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3943-3' data-name='Ellipse 3943' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 287.685)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3944-3' data-name='Ellipse 3944' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3945-3' data-name='Ellipse 3945' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3946-3' data-name='Ellipse 3946' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3947-3' data-name='Ellipse 3947' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3948-3' data-name='Ellipse 3948' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3949-3' data-name='Ellipse 3949' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3950-3' data-name='Ellipse 3950' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3951-3' data-name='Ellipse 3951' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3952-3' data-name='Ellipse 3952' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 301.241)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3953-3' data-name='Ellipse 3953' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3954-3' data-name='Ellipse 3954' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3955-3' data-name='Ellipse 3955' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3956-3' data-name='Ellipse 3956' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3957-3' data-name='Ellipse 3957' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3958-3' data-name='Ellipse 3958' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3959-3' data-name='Ellipse 3959' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3960-3' data-name='Ellipse 3960' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3961-3' data-name='Ellipse 3961' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 314.796)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3962-3' data-name='Ellipse 3962' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3963-3' data-name='Ellipse 3963' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3964-3' data-name='Ellipse 3964' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3965-3' data-name='Ellipse 3965' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3966-3' data-name='Ellipse 3966' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3967-3' data-name='Ellipse 3967' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3968-3' data-name='Ellipse 3968' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3969-3' data-name='Ellipse 3969' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3970-3' data-name='Ellipse 3970' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 328.352)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3971-3' data-name='Ellipse 3971' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3972-3' data-name='Ellipse 3972' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3973-3' data-name='Ellipse 3973' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3974-3' data-name='Ellipse 3974' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3975-3' data-name='Ellipse 3975' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3976-3' data-name='Ellipse 3976' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3977-3' data-name='Ellipse 3977' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3978-3' data-name='Ellipse 3978' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3979-3' data-name='Ellipse 3979' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 341.908)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3980-3' data-name='Ellipse 3980' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3981-3' data-name='Ellipse 3981' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3982-3' data-name='Ellipse 3982' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3983-3' data-name='Ellipse 3983' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3984-3' data-name='Ellipse 3984' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3985-3' data-name='Ellipse 3985' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3986-3' data-name='Ellipse 3986' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3987-3' data-name='Ellipse 3987' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3988-3' data-name='Ellipse 3988' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 355.464)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3989-3' data-name='Ellipse 3989' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3990-3' data-name='Ellipse 3990' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3991-3' data-name='Ellipse 3991' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3992-3' data-name='Ellipse 3992' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3993-3' data-name='Ellipse 3993' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3994-3' data-name='Ellipse 3994' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3995-3' data-name='Ellipse 3995' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3996-3' data-name='Ellipse 3996' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3997-3' data-name='Ellipse 3997' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 369.02)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3998-3' data-name='Ellipse 3998' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_3999-3' data-name='Ellipse 3999' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4000-3' data-name='Ellipse 4000' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4001-3' data-name='Ellipse 4001' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4002-3' data-name='Ellipse 4002' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4003-3' data-name='Ellipse 4003' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4004-3' data-name='Ellipse 4004' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4005-3' data-name='Ellipse 4005' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4006-3' data-name='Ellipse 4006' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 382.576)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4007-3' data-name='Ellipse 4007' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4008-3' data-name='Ellipse 4008' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4009-3' data-name='Ellipse 4009' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4010-3' data-name='Ellipse 4010' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4011-3' data-name='Ellipse 4011' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4012-3' data-name='Ellipse 4012' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4013-3' data-name='Ellipse 4013' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4014-3' data-name='Ellipse 4014' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4015-3' data-name='Ellipse 4015' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 396.132)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4016-3' data-name='Ellipse 4016' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4017-3' data-name='Ellipse 4017' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4018-3' data-name='Ellipse 4018' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4019-3' data-name='Ellipse 4019' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4020-3' data-name='Ellipse 4020' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4021-3' data-name='Ellipse 4021' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4022-3' data-name='Ellipse 4022' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4023-3' data-name='Ellipse 4023' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4024-3' data-name='Ellipse 4024' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 409.688)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4025-3' data-name='Ellipse 4025' cx='1.165' cy='1.165' r='1.165' transform='translate(363.595 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4026-3' data-name='Ellipse 4026' cx='1.165' cy='1.165' r='1.165' transform='translate(377.151 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4027-3' data-name='Ellipse 4027' cx='1.165' cy='1.165' r='1.165' transform='translate(390.707 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4028-3' data-name='Ellipse 4028' cx='1.165' cy='1.165' r='1.165' transform='translate(404.263 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4029-3' data-name='Ellipse 4029' cx='1.165' cy='1.165' r='1.165' transform='translate(417.819 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4030-3' data-name='Ellipse 4030' cx='1.165' cy='1.165' r='1.165' transform='translate(431.375 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4031-3' data-name='Ellipse 4031' cx='1.165' cy='1.165' r='1.165' transform='translate(444.93 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4032-3' data-name='Ellipse 4032' cx='1.165' cy='1.165' r='1.165' transform='translate(458.486 423.244)' fill='%2316bdbd'/%3E%3Ccircle id='Ellipse_4033-3' data-name='Ellipse 4033' cx='1.165' cy='1.165' r='1.165' transform='translate(472.042 423.244)' fill='%2316bdbd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(3) .howto__info-decor .parallax {
		top: 103px;
		right: -165px;
		width: 565px;
		height: 431px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(3) .howto__info-decor .parallax {
		top: 10.3vw;
		right: -16.5vw;
		width: 56.5vw;
		height: 43.1vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(3) .howto__info-decor .parallax {
		bottom: -49px;
		left: 24%;
		width: 360px;
		height: 307px;
		background-position: top left;
		background-size: contain;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(3) .howto__info-decor .human {
		right: -1px;
		bottom: 0px;
		width: 277px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(3) .howto__info-decor .human {
		right: -0.1vw;
		width: 27.7vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(3) .howto__info-decor .human {
		right: -4px;
		bottom: 0px;
		z-index: 1;
		width: 175px;
	}
}

@media screen and (min-width: 768px) {
	.howto__block:nth-child(3) .howto__info-decor .item1 {
		top: 96px;
		right: 126px;
		width: 163px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(3) .howto__info-decor .item1 {
		top: 9.6vw;
		right: 12.6vw;
		width: 16.3vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(3) .howto__info-decor .item1 {
		bottom: 53px;
		left: 18px;
		width: 121px;
	}
}

@media screen and (min-width: 1200px) {
	.howto__block:nth-child(3) .howto__info-decor .item2 {
		top: -7px;
		right: -60px;
		width: 195px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.howto__block:nth-child(3) .howto__info-decor .item2 {
		top: -7px;
		right: -2vw;
		width: 195px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__block:nth-child(3) .howto__info-decor .item2 {
		top: -0.7vw;
		right: -2vw;
		width: 19.5vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__block:nth-child(3) .howto__info-decor .item2 {
		bottom: 87px;
		left: 114px;
		width: 115px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__block:nth-child(3) .howto__steps {
		padding-top: 31px;
		height: 300px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__block:nth-child(3) .howto__step {
		width: 260px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__block:nth-child(3) .howto__step-image {
		margin-top: 26px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__block:nth-child(3) .howto__step-text {
		margin-top: 22px;
	}
}

.howto__steps {
	position: relative;
	background: #fafafa;
}

@media screen and (min-width: 1000px) {
	.howto__steps {
		display: flex;
		justify-content: space-between;
		padding: 32px 30px 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps {
		display: flex;
		justify-content: space-between;
		padding: 3.2vw 3vw 3.8vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps {
		padding: 30px 24px 29px 16px;
	}
}

.howto__steps:before, .howto__steps:after {
	position: absolute;
	top: 0;
	width: calc(100% - 4px);
	height: calc(100% - 2px);
	content: '';
	border: 2px solid #11bdbd;
	border-top: none;
	pointer-events: none;
}

.howto__steps:after {
	right: 0px;
}

.howto__steps:before {
	left: 0;
}

.howto__steps.step01 .howto__step:nth-child(1), .howto__steps.step01 .howto__step:nth-child(2) {
	position: relative;
}

.howto__steps.step01 .howto__step:nth-child(1):after, .howto__steps.step01 .howto__step:nth-child(2):after {
	position: absolute;
	content: '';
	background: url(/assets/images/about/howto_step_arrow.svg) no-repeat center center / contain;
}

@media screen and (min-width: 1000px) {
	.howto__steps.step01 .howto__step:nth-child(1):after, .howto__steps.step01 .howto__step:nth-child(2):after {
		top: 50%;
		left: calc(100% + 21px);
		width: 44px;
		height: 30px;
		margin-top: -22px;
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step01 .howto__step:nth-child(1):after, .howto__steps.step01 .howto__step:nth-child(2):after {
		top: 50%;
		left: calc(100% + 2.1vw);
		width: 4.4vw;
		height: 3vw;
		margin-top: to(-22);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step01 .howto__step:nth-child(1):after, .howto__steps.step01 .howto__step:nth-child(2):after {
		bottom: -47px;
		left: 50%;
		width: 24px;
		height: 16px;
		margin-left: -9px;
		transform: rotate(90deg) translateX(-50%);
		transform-origin: center center;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step01 .howto__step:nth-child(1) img {
		left: 6px;
		width: 72.46px;
		height: 50.01px;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step01 .howto__step:nth-child(2) img {
		left: 7px;
		width: 69.95px;
		height: 70px;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step01 .howto__step:nth-child(3) img {
		left: 17px;
		width: 50.16px;
		height: 70px;
	}
}

.howto__steps.step02 .type_area .type_box {
	background: #cbf2f0;
	border-radius: 20px;
}

.howto__steps.step02 .type_area .type_box h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.howto__steps.step02 .type_area .type_box p {
	margin-bottom: 0;
	line-height: 1.5em;
	font-size: 13px;
}

.howto__steps.step02 h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
	.howto__steps.step02 {
		position: relative;
		display: block;
	}

	.howto__steps.step02 .type_area .type_box {
		width: 43%;
		margin: 1%;
		padding: 3% 2%;
		display: inline-block;
	}

	.howto__steps.step02 .type_area {
		width: 60%;
		display: inline-block;
	}

	.howto__steps.step02 .img_howto_step02 {
		width: 40%;
		float: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step02 {
		position: relative;
		display: block;
		padding: 4.8vw 6vw;
	}

	.howto__steps.step02 .type_area .type_box {
		width: 43%;
		margin: 1%;
		padding: 3% 2%;
		display: inline-table;
		height: 100px;
	}

	.howto__steps.step02 .type_area .type_box p {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step02 {
		position: relative;
		padding: 29px;
	}

	.howto__steps.step02 .type_area .type_box {
		margin: 10px auto;
		padding: 3% 2%;
		display: block;
		width: 90%;
	}

	.howto__steps.step02 .type_area .type_box h4 {
		padding: 10px 10px 0 10px;
	}

	.howto__steps.step02 .type_area .type_box p {
		font-size: 12px;
		padding: 10px;
	}
}

.howto__steps.step02 .steps-arrow {
	position: absolute;
	background: url(/assets/images/about/howto_step_arrow.svg) no-repeat center center / contain;
	opacity: 0;
}

@media screen and (min-width: 1000px) {
	.howto__steps.step02 .steps-arrow {
		right: 379px;
		bottom: 102px;
		width: 36px;
		height: 25px;
		margin-top: 4px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step02 .steps-arrow {
		right: 37.9vw;
		bottom: 12vw;
		width: 3.6vw;
		height: 2.5vw;
		margin-top: 0.4vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step02 .steps-arrow {
		bottom: 262px;
		left: 50%;
		width: 24px;
		height: 16px;
		margin-left: 0px;
		transform: translateX(-50%) rotate(90deg);
	}
}

@media screen and (max-width: 374px) {
	.howto__steps.step02 .steps-arrow {
		bottom: 75vw;
	}
}

.howto__steps.step02 p:not(.tour02-text) {
	font-size: 14px;
	line-height: 26px;
	color: #4d4d4d;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 1000px) {
	.howto__steps.step02 p:not(.tour02-text) {
		display: block;
		margin-bottom: 29px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step02 p:not(.tour02-text) {
		display: block;
		margin-bottom: 2.9vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step02 h3 {
		margin-left: 30px;
	}

	.howto__steps.step02 p:not(.tour02-text) {
		padding: 0 30px;
		font-size: 13px;
		font-weight: bold;
		line-height: 26px;
		color: #707070;
	}
}

.howto__steps.step02 .tour02-text {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 1000px) {
	.howto__steps.step02 .tour02-text {
		position: absolute;
		top: 65px;
		right: 39px;
		width: 327.88px;
		text-align: center;
		transform: translateX(-10px);
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step02 .tour02-text {
		position: absolute;
		top: 3.3vw;
		right: 3.9vw;
		width: 32.788vw;
		transform: translateX(-1vw);
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step02 .tour02-text {
		margin-top: 56px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__steps.step02 .tour02 {
		position: absolute;
		top: 85px;
		right: 41px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step02 .tour02 {
		position: absolute;
		top: 5.5vw;
		right: 4.1vw;
		width: 32.8vw;
		height: 26.9vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step02 .tour02 {
		position: relative;
		left: 50%;
		width: 300px;
		height: auto;
		margin-top: 13px;
		margin-left: 8px;
		transform: translateX(-50%);
	}

	.howto__steps.step02 .tour02.dx-sp {
		display: block;
	}
}

@media screen and (max-width: 374px) {
	.howto__steps.step02 .tour02 {
		max-width: 100%;
		height: auto;
		margin-left: 0;
	}
}

@media screen and (min-width: 1000px) {
	.howto__steps.step02 .tour01 {
		max-width: 470px;
		height: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step02 .tour01 {
		height: auto;
		margin: 10px auto;
		display: block;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step02 .tour01 {
		position: relative;
		margin: 10px auto;
		display: block;
		max-width: 100%;
	}
}

@media screen and (max-width: 374px) {
	.howto__steps.step02 .tour01 {
		max-width: 100%;
		height: auto;
		margin-left: 0;
	}
}

@media screen and (min-width: 1000px) {
	.howto__steps.step03 {
		position: relative;
		display: block;
		padding: 48px 60px 2px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step03 {
		position: relative;
		display: block;
		padding: 4.8vw 6vw 2px;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step03 {
		position: relative;
		padding: 29px 0 0px;
		text-align: center;
	}
}

.howto__steps.step03 .steps-arrow {
	position: absolute;
	background: url(/assets/images/about/howto_step_arrow.svg) no-repeat center center / contain;
	opacity: 0;
}

@media screen and (min-width: 1000px) {
	.howto__steps.step03 .steps-arrow {
		right: 379px;
		bottom: 102px;
		width: 36px;
		height: 25px;
		margin-top: 4px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step03 .steps-arrow {
		right: 37.9vw;
		bottom: 12vw;
		width: 3.6vw;
		height: 2.5vw;
		margin-top: 0.4vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step03 .steps-arrow {
		bottom: 262px;
		left: 50%;
		width: 24px;
		height: 16px;
		margin-left: 0px;
		transform: translateX(-50%) rotate(90deg);
	}
}

@media screen and (max-width: 374px) {
	.howto__steps.step03 .steps-arrow {
		bottom: 75vw;
	}
}

.howto__steps.step03 p:not(.tour02-text) {
	font-size: 14px;
	line-height: 26px;
	color: #4d4d4d;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 1000px) {
	.howto__steps.step03 p:not(.tour02-text) {
		display: block;
		max-width: 470px;
		margin-bottom: 29px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step03 p:not(.tour02-text) {
		display: block;
		max-width: 47vw;
		margin-bottom: 2.9vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step03 p:not(.tour02-text) {
		padding: 0 30px;
		font-size: 13px;
		font-weight: bold;
		line-height: 26px;
		text-align: left;
		color: #707070;
	}
}

.howto__steps.step03 .tour02-text {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 1000px) {
	.howto__steps.step03 .tour02-text {
		position: absolute;
		top: 33px;
		right: 39px;
		width: 327.88px;
		text-align: center;
		transform: translateX(-10px);
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step03 .tour02-text {
		position: absolute;
		top: 3.3vw;
		right: 3.9vw;
		width: 32.788vw;
		transform: translateX(-1vw);
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step03 .tour02-text {
		margin-top: 56px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__steps.step03 .tour02 {
		position: absolute;
		top: 55px;
		right: 41px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step03 .tour02 {
		position: absolute;
		top: 5.5vw;
		right: 4.1vw;
		width: 32.8vw;
		height: 26.9vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step03 .tour02 {
		position: relative;
		left: 50%;
		width: 300px;
		height: auto;
		margin-top: 13px;
		margin-left: 8px;
		transform: translateX(-50%);
	}

	.howto__steps.step03 .tour02.dx-sp {
		display: block;
	}
}

@media screen and (max-width: 374px) {
	.howto__steps.step03 .tour02 {
		max-width: 100%;
		height: auto;
		margin-left: 0;
	}
}

@media screen and (min-width: 1000px) {
	.howto__steps.step03 .tour01 {
		max-width: 470px;
		height: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__steps.step03 .tour01 {
		width: 47vw;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.howto__steps.step03 .tour01 {
		position: relative;
		margin-top: 12px;
		margin-left: 9px;
	}
}

@media screen and (max-width: 374px) {
	.howto__steps.step03 .tour01 {
		max-width: 100%;
		height: auto;
		margin-left: 0;
	}
}

@media screen and (min-width: 1000px) {
	.howto__step {
		width: 240px;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__step {
		width: 24.5vw;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.howto__step {
		position: relative;
		padding-left: 94px;
	}
}

.howto__step:after {
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.howto__step:not(:last-child) {
		margin-bottom: 55px;
	}
}

@media screen and (min-width: 768px) {
	.howto__step-image {
		object-fit: scale-down;
		object-position: center center;
	}
}

@media screen and (min-width: 1000px) {
	.howto__step-image {
		width: 200px;
		height: 112px;
		margin-top: 11px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__step-image {
		width: 20vw;
		height: 11.2vw;
		margin-top: 1.1vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__step-image {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

.howto__step-label {
	margin-bottom: 8px;
	font-family: ABeeZee;
	font-size: 16px;
	font-weight: normal;
	color: #11a3a3;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__step-label {
		margin-bottom: 0.8vw;
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__step-label {
		margin-bottom: 3px;
		font-size: 12px;
	}
}

.howto__step-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #4d4d4d;
	letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__step-title {
		font-size: 1.8vw;
		line-height: 2.4vw;
	}
}

@media screen and (max-width: 767px) {
	.howto__step-title {
		font-size: 14px;
		line-height: 22px;
	}
}

.howto__step-text {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #4d4d4d;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto__step-text {
		padding: 0 0.3vw;
		margin-top: 1vw;
		font-size: 1.4vw;
		line-height: 2.4vw;
	}
}

@media screen and (min-width: 1000px) {
	.howto__step-text {
		padding: 0 3px;
		margin: 10px auto 0;
	}
}

@media screen and (max-width: 767px) {
	.howto__step-text {
		margin-top: 10px;
		font-size: 12px;
		line-height: 20px;
	}
}

.howto .js-indicate-ready .highlight {
	background-size: 0% 58%;
}

.howto .js-indicate-ready.howto__block:before {
	height: 0;
}

.howto .js-indicate-ready.howto__block:nth-child(1) .parallax {
	clip-path: polygon(50% 0%, 50% 0, 50% 0%);
}

.howto .js-indicate-ready.howto__block:nth-child(2) .parallax {
	clip-path: circle(0% at 50% 50%);
}

.howto .js-indicate-ready.howto__block:nth-child(2) .howto__info:before {
	left: 50%;
	transform: translateX(-50%);
}

.howto .js-indicate-ready.howto__block:nth-child(3) .parallax {
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.howto .js-indicate-ready.howto__block:nth-child(3) .howto__info:before {
	left: 50%;
	transform: translateX(-50%);
}

.howto .js-indicate-ready .howto__info:before, .howto .js-indicate-ready .howto__info:after {
	width: 0%;
	height: 0%;
	border-color: transparent;
}

.howto .js-indicate-ready .howto__info-mark {
	opacity: 0;
}

.howto .js-indicate-ready .howto__info-quote {
	opacity: 0;
}

.howto .js-indicate-ready .howto__info-quote:before {
	width: 0;
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-ready .howto__info-quote:after {
		background-size: 100% 30px, auto;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-ready .howto__info-quote:after {
		background-size: 100% 30px, 279px 25px, 40% 2px, 40% 2px;
	}
}

.howto .js-indicate-ready .howto__info-quote span {
	opacity: 0;
}

.howto .js-indicate-ready .howto__info-content {
	opacity: 0;
}

.howto .js-indicate-ready .howto__info-decor img {
	opacity: 0;
}

.howto .js-indicate-ready .howto__steps:before, .howto .js-indicate-ready .howto__steps:after {
	width: 0%;
	height: 0%;
	border: 2px solid transparent;
	border-top: none;
}

.howto .js-indicate-start .howto__info:before {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-top-color: #11bdbd;
	border-right-color: #11bdbd;
	transition: width 0.5s ease-out 0.25s, height 0.5s ease-out 0.75s;
	transition-property: width, height, border;
}

.howto .js-indicate-start .howto__info:after {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-bottom-color: #11bdbd;
	border-left-color: #11bdbd;
	transition: height 0.5s ease-out 0.25s, width 0.5s ease-out 0.75s;
	transition-property: height, width, border;
}

.howto .js-indicate-start .howto__info-mark {
	animation: fade-in 0.5s ease-out forwards;
	animation-delay: 0.5s;
}

.howto .js-indicate-start .howto__info-heading {
	transition-duration: 0.3s;
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__info-heading {
		transition-delay: 0.6s;
	}
}

.howto .js-indicate-start .howto__info-quote {
	animation: fade-in 0.5s ease-out forwards;
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__info-quote {
		animation-delay: 0.7s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-quote {
		animation-delay: 0.3s;
	}
}

.howto .js-indicate-start .howto__info-quote:before {
	width: calc(100% - 44px);
	transition: 0.4s ease-out 0.8s;
	transition-property: width;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto .js-indicate-start .howto__info-quote:before {
		width: calc(100% - 4.4vw);
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-quote:before {
		width: calc(100% - 34px);
		transition-delay: 0.5s;
		transition-duration: 0.4s;
	}
}

.howto .js-indicate-start .howto__info-quote:after {
	transition-property: background-size;
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__info-quote:after {
		background-size: 0% 30px, auto;
		transition: 0.5s ease-out 1s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-quote:after {
		background-size: 0% 30px, 279px 25px, 40% 2px, 40% 2px;
		transition: 0.7s ease-out 0.6s;
	}
}

.howto .js-indicate-start .howto__info-quote span {
	animation: fade-in 0.5s ease-out forwards;
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__info-quote span {
		animation-delay: 0.9s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-quote span {
		animation-delay: 0.4s;
	}
}

.howto .js-indicate-start .howto__info-content {
	animation: fade-in-bottom 0.5s ease-out forwards;
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__info-content {
		animation-delay: 1.1s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-content {
		animation-delay: 1s;
	}
}

.howto .js-indicate-start .howto__info-decor img:nth-child(2) {
	animation: fade-in 0.5s ease-out forwards;
	animation-delay: 2s;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-decor img:nth-child(2) {
		animation-delay: 1.2s;
	}
}

.howto .js-indicate-start .howto__info-decor img:nth-child(3) {
	animation: fade-in 0.5s ease-out forwards;
	animation-delay: 2.1s;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-decor img:nth-child(3) {
		animation-delay: 1.3s;
	}
}

.howto .js-indicate-start .howto__info-decor img:nth-child(4) {
	animation: fade-in 0.5s ease-out forwards;
	animation-delay: 2.2s;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-decor img:nth-child(4) {
		animation-delay: 1.4s;
	}
}

.howto .js-indicate-start .howto__info-decor img:nth-child(5) {
	animation: fade-in 0.5s ease-out forwards;
	animation-delay: 2.3s;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-decor img:nth-child(5) {
		animation-delay: 1.5s;
	}
}

.howto .js-indicate-start .howto__info-decor img:nth-child(6) {
	animation: fade-in 0.5s ease-out forwards;
	animation-delay: 2.4s;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-decor img:nth-child(6) {
		animation-delay: 1.6s;
	}
}

.howto .js-indicate-start .howto__info-decor img:nth-child(7) {
	animation: fade-in 0.5s ease-out forwards;
	animation-delay: 2.5s;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info-decor img:nth-child(7) {
		animation-delay: 1.7s;
	}
}

.howto .js-indicate-start .howto__info .highlight {
	background-size: 100% 58%;
	transition-delay: 1.7s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-duration: 1s;
	transition-property: background-size;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__info .highlight {
		transition-delay: 1s;
	}
}

.howto .js-indicate-start.howto__block:before {
	height: 64px;
	transition: height 0.3s ease;
	transform-origin: top center;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.howto .js-indicate-start.howto__block:before {
		height: 6.4vw;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start.howto__block:before {
		height: 49px;
	}
}

.howto .js-indicate-start.howto__block:nth-child(1) .parallax {
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	transition: clip-path 0.5s ease;
	transition-delay: 2s;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start.howto__block:nth-child(1) .parallax {
		transition-delay: 1.5s;
	}
}

.howto .js-indicate-start.howto__block:nth-child(2) .parallax {
	clip-path: circle(50% at 50% 50%);
	transition: clip-path 0.5s ease;
	transition-delay: 2s;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start.howto__block:nth-child(2) .parallax {
		transition-delay: 1.5s;
	}
}

.howto .js-indicate-start.howto__block:nth-child(2) .howto__info:after {
	transition: height 0.5s ease-out 0.75s, width 0.5s ease-out 1.25s;
}

.howto .js-indicate-start.howto__block:nth-child(3) .parallax {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: clip-path 0.5s ease;
	transition-delay: 2s;
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start.howto__block:nth-child(3) .parallax {
		transition-delay: 1.5s;
	}
}

.howto .js-indicate-start.howto__block:nth-child(3) .howto__info:after {
	transition: height 0.5s ease-out 0.75s, width 0.5s ease-out 1.25s;
}

.howto .js-indicate-start .howto__steps:before {
	width: calc(100% - 4px);
	height: calc(100% - 2px);
	border-bottom-color: #11bdbd;
	border-left-color: #11bdbd;
	transition: height 0.5s ease-out 0.5s, width 0.5s ease-out 1s;
	transition-property: height, width, border;
}

.howto .js-indicate-start .howto__steps:after {
	width: calc(100% - 4px);
	height: calc(100% - 2px);
	border-right-color: #11bdbd;
	border-bottom-color: #11bdbd;
	transition: height 0.5s ease-out 0.5s, width 0.5s ease-out 1s;
	transition-property: height, width, border;
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step01 .js-indicate-start.howto__step:nth-child(1):after {
		animation: fade-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
		animation-delay: 0.2s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step01 .js-indicate-start.howto__step:nth-child(1):after {
		animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step01 .js-indicate-start.howto__step:nth-child(2) {
		transition-delay: 0.3s;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step01 .js-indicate-start.howto__step:nth-child(2):after {
		animation: fade-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
		animation-delay: 0.6s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step01 .js-indicate-start.howto__step:nth-child(2):after {
		animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step01 .js-indicate-start.howto__step:nth-child(3) {
		transition-delay: 0.8s;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step02 .js-indicate-start.tour01-text {
		transition-delay: 0.3s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step02 .js-indicate-start.tour01-text {
		transition-delay: 0.1s;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step02 .js-indicate-start.tour01 {
		transition-delay: 0.2s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step02 .js-indicate-start.tour01 {
		transition-delay: 0.2s;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step02.js-indicate-start .steps-arrow {
		animation: fade-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
		animation-delay: 0.4s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step02.js-indicate-start .steps-arrow {
		animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
		animation-delay: 0.2s;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step02 .js-indicate-start.tour02-text {
		transition-delay: 0.5s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step02 .js-indicate-start.tour02-text {
		transition-delay: 0.2s;
		transition-duration: 0.3s;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step02 .js-indicate-start.tour02 {
		transition-delay: 0.6s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step02 .js-indicate-start.tour02 {
		transition-delay: 0.5s;
		transition-duration: 0.2s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step03 .js-indicate-start.tour01 {
		transition-delay: 0.2s;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step03.js-indicate-start .steps-arrow {
		animation: fade-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
		animation-delay: 0.4s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step03.js-indicate-start .steps-arrow {
		animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
		animation-delay: 0.2s;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step03 .js-indicate-start.tour02-text {
		transition-delay: 0.5s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step03 .js-indicate-start.tour02-text {
		transition-delay: 0.2s;
		transition-duration: 0.3s;
	}
}

@media screen and (min-width: 768px) {
	.howto .js-indicate-start .howto__steps.step03 .js-indicate-start.tour02 {
		transition-delay: 0.6s;
	}
}

@media screen and (max-width: 767px) {
	.howto .js-indicate-start .howto__steps.step03 .js-indicate-start.tour02 {
		transition-delay: 0.5s;
		transition-duration: 0.2s;
	}
}

.kv {
	position: relative;
	z-index: 1;
	background-color: #cbf2f0;
}

@media screen and (min-width: 1000px) {
	.kv {
		height: 416px;
		padding-top: 76px;
		margin-top: 120px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.kv {
		height: 41.6vw;
		padding-top: 7.6vw;
		margin-top: 12vw;
	}
}

@media screen and (max-width: 767px) {
	.kv {
		padding-top: 59px;
		padding-bottom: 152px;
		margin-top: 83px;
	}
}

@media screen and (max-width: 374px) {
	.kv {
		padding-right: 16px;
		padding-left: 16px;
	}
}

.kv .background-parallax {
	background-color: #cbf2f0;
	border-bottom: 2px solid #11bdbd;
}

.kv__inner {
	width: auto;
	margin: auto;
}

@media screen and (min-width: 1000px) {
	.kv__inner {
		width: 960px;
	}
}

.kv__heading {
	position: relative;
	width: max-content;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.kv__heading img {
		width: 41.7vw;
		height: 3.9vw;
	}
}

@media screen and (max-width: 767px) {
	.kv__heading img {
		width: auto;
		height: 28px;
	}
}

@media screen and (max-width: 374px) {
	.kv__heading img {
		max-width: 100%;
		height: 26.5px;
	}
}

.kv__box {
	position: absolute;
	bottom: calc(100% + 4.5px);
	left: -100px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 198px;
	height: 100.28px;
	padding-bottom: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='100.276' viewBox='0 0 196 100.276'%3E%3Cg id='Union_88' data-name='Union 88' transform='translate(3566.202 15274.135)' fill='%2311bdbd'%3E%3Cpath d='M -3489.968994140625 -15174.8583984375 C -3490.655029296875 -15174.8583984375 -3491.3076171875 -15175.0966796875 -3491.85595703125 -15175.5478515625 L -3505.6669921875 -15186.9052734375 L -3505.94384765625 -15187.1328125 L -3506.30224609375 -15187.1328125 L -3522.203125 -15187.1328125 C -3528.00830078125 -15187.1328125 -3533.63916015625 -15188.26953125 -3538.939697265625 -15190.51171875 C -3544.0595703125 -15192.677734375 -3548.658203125 -15195.7783203125 -3552.607421875 -15199.7275390625 C -3556.556884765625 -15203.6767578125 -3559.6572265625 -15208.275390625 -3561.822998046875 -15213.3955078125 C -3564.06494140625 -15218.6962890625 -3565.20166015625 -15224.3271484375 -3565.20166015625 -15230.1318359375 C -3565.20166015625 -15235.9375 -3564.06494140625 -15241.5693359375 -3561.822998046875 -15246.8701171875 C -3559.6572265625 -15251.9912109375 -3556.556884765625 -15256.58984375 -3552.607421875 -15260.5400390625 C -3548.658203125 -15264.4892578125 -3544.059814453125 -15267.58984375 -3538.939697265625 -15269.755859375 C -3533.63916015625 -15271.998046875 -3528.00830078125 -15273.134765625 -3522.203125 -15273.134765625 L -3414.20361328125 -15273.134765625 C -3408.3974609375 -15273.134765625 -3402.765869140625 -15271.998046875 -3397.46484375 -15269.755859375 C -3392.34423828125 -15267.58984375 -3387.745361328125 -15264.4892578125 -3383.7958984375 -15260.5400390625 C -3379.846435546875 -15256.58984375 -3376.74560546875 -15251.9912109375 -3374.579833984375 -15246.8701171875 C -3372.337890625 -15241.5693359375 -3371.201171875 -15235.9375 -3371.201171875 -15230.1318359375 C -3371.201171875 -15224.3271484375 -3372.337890625 -15218.6962890625 -3374.579833984375 -15213.3955078125 C -3376.74560546875 -15208.275390625 -3379.846435546875 -15203.6767578125 -3383.795654296875 -15199.7275390625 C -3387.745361328125 -15195.7783203125 -3392.34423828125 -15192.677734375 -3397.46484375 -15190.51171875 C -3402.765869140625 -15188.26953125 -3408.397705078125 -15187.1328125 -3414.20361328125 -15187.1328125 L -3485.57666015625 -15187.1328125 L -3486.532958984375 -15187.1328125 L -3486.57568359375 -15186.177734375 L -3486.954345703125 -15177.7294921875 C -3487.033935546875 -15175.931640625 -3488.549560546875 -15174.8583984375 -3489.968994140625 -15174.8583984375 Z' stroke='none'/%3E%3Cpath d='M -3489.968994140625 -15175.8583984375 C -3489.019775390625 -15175.8583984375 -3488.00634765625 -15176.57421875 -3487.953369140625 -15177.7744140625 L -3487.489013671875 -15188.1328125 L -3414.20361328125 -15188.1328125 C -3408.5322265625 -15188.1328125 -3403.031494140625 -15189.2431640625 -3397.8544921875 -15191.4326171875 C -3392.85302734375 -15193.5478515625 -3388.36083984375 -15196.576171875 -3384.5029296875 -15200.4345703125 C -3380.64501953125 -15204.2919921875 -3377.6162109375 -15208.7841796875 -3375.5009765625 -15213.78515625 C -3373.311279296875 -15218.9619140625 -3372.201171875 -15224.4609375 -3372.201171875 -15230.1318359375 C -3372.201171875 -15235.8037109375 -3373.311279296875 -15241.3037109375 -3375.5009765625 -15246.48046875 C -3377.6162109375 -15251.482421875 -3380.64501953125 -15255.974609375 -3384.5029296875 -15259.8330078125 C -3388.36083984375 -15263.6904296875 -3392.85302734375 -15266.7197265625 -3397.8544921875 -15268.8349609375 C -3403.031494140625 -15271.0244140625 -3408.531982421875 -15272.134765625 -3414.20361328125 -15272.134765625 L -3522.203125 -15272.134765625 C -3527.873779296875 -15272.134765625 -3533.37353515625 -15271.0244140625 -3538.550048828125 -15268.8349609375 C -3543.551025390625 -15266.7197265625 -3548.042724609375 -15263.6904296875 -3551.900390625 -15259.8330078125 C -3555.758056640625 -15255.974609375 -3558.78662109375 -15251.482421875 -3560.90185546875 -15246.4814453125 C -3563.091552734375 -15241.3037109375 -3564.20166015625 -15235.8037109375 -3564.20166015625 -15230.1318359375 C -3564.20166015625 -15224.4609375 -3563.091552734375 -15218.9619140625 -3560.90185546875 -15213.78515625 C -3558.78662109375 -15208.7841796875 -3555.758056640625 -15204.2919921875 -3551.900390625 -15200.4345703125 C -3548.042724609375 -15196.576171875 -3543.551025390625 -15193.5478515625 -3538.550048828125 -15191.4326171875 C -3533.37353515625 -15189.2431640625 -3527.87353515625 -15188.1328125 -3522.203125 -15188.1328125 L -3505.58544921875 -15188.1328125 L -3491.220947265625 -15176.3203125 C -3490.848388671875 -15176.013671875 -3490.42724609375 -15175.8583984375 -3489.968994140625 -15175.8583984375 M -3489.968994140625 -15173.8583984375 C -3490.836669921875 -15173.8583984375 -3491.722900390625 -15174.1435546875 -3492.4912109375 -15174.775390625 L -3506.30224609375 -15186.1328125 L -3522.203125 -15186.1328125 C -3546.50244140625 -15186.1328125 -3566.20166015625 -15205.8330078125 -3566.20166015625 -15230.1318359375 C -3566.20166015625 -15254.4345703125 -3546.50244140625 -15274.134765625 -3522.203125 -15274.134765625 L -3414.20361328125 -15274.134765625 C -3389.900390625 -15274.134765625 -3370.201171875 -15254.4345703125 -3370.201171875 -15230.1318359375 C -3370.201171875 -15205.8330078125 -3389.900390625 -15186.1328125 -3414.20361328125 -15186.1328125 L -3485.57666015625 -15186.1328125 L -3485.955322265625 -15177.6845703125 C -3486.05712890625 -15175.3857421875 -3487.962158203125 -15173.8583984375 -3489.968994140625 -15173.8583984375 Z' stroke='none' fill='%2311bdbd'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	font-size: 16px;
	line-height: 1.375;
	letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.kv__box {
		bottom: calc(100% + 0.45vw);
		left: -10vw;
		width: 19.8vw;
		height: 10.028vw;
		padding-bottom: 1.7vw;
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 767px) {
	.kv__box {
		bottom: calc(100% + 9px);
		left: -6px;
		width: 148px;
		height: 78px;
		padding-bottom: 11px;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.04em;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='148' height='77.999' viewBox='0 0 148 77.999'%3E%3Cg id='Union_88' data-name='Union 88' transform='translate(-0.002 -0.001)' fill='%2311bdbd'%3E%3Cpath d='M 45.20098114013672 76.99961853027344 L 45.20096206665039 76.99961853027344 C 44.51606369018555 76.99967956542969 43.86436080932617 76.76064300537109 43.31634140014648 76.30834197998047 L 32.23834228515625 67.16918182373047 L 31.99130249023438 66.96537780761719 L 31.67182159423828 66.94300079345703 C 23.35578155517578 66.36058044433594 15.62722206115723 62.67652130126953 9.909842491149902 56.56948089617609 C 4.165401935577393 50.43352127075195 1.001802206039429 42.4227409362793 1.001802206039429 34.01280212402344 C 1.001802206039429 29.55586051940918 1.874462127685547 25.23274230957031 3.595542192459106 21.16352081298828 C 5.258121967315674 17.23262214660645 7.638482093811035 13.70208168029785 10.6704626083374 10.66998100280762 C 13.7024621963501 7.637881278991699 17.23288154602051 5.257421493530273 21.16368293762207 3.594781398773193 C 25.23282241821289 1.873601317405701 29.55588150024414 1.000901341438293 34.01280212402344 1.000901341438293 L 113.989501953125 1.000901341438293 C 118.4466400146484 1.000901341438293 122.7698822021484 1.873601317405701 126.8391418457031 3.594781398773193 C 130.7700653076172 5.257421493530273 134.3005828857422 7.637881278991699 137.3326416015625 10.66998100280762 C 140.3646697998047 13.70208168029785 142.7450408935547 17.23260116577148 144.4076385498047 21.16352081298828 C 146.1287384033203 25.23272132873535 147.0014038085938 29.55584144592285 147.0014038085938 34.01280212402344 C 147.0014038085938 38.46976089477539 146.1287384033203 42.79288101196289 144.4076385498047 46.86207962036133 C 142.7450408935547 50.79300308227539 140.3646697998047 54.32352066040039 137.3326416015625 57.35562133789062 C 134.3005828857422 60.38772201538086 130.7700653076172 62.76818084716797 126.8391418457031 64.43082427978516 C 122.7698822021484 66.15200042724609 118.4466400146484 67.02470397949219 113.989501953125 67.02470397949219 L 49.4906005859375 67.02470397949219 L 48.53428268432617 67.02470397949219 L 48.49160385131836 67.98006439208984 L 48.21750259399414 74.11536407470703 C 48.13682174682617 75.92060089111328 46.62042236328125 76.99950408935547 45.20098114013672 76.99961853027344 Z' stroke='none'/%3E%3Cpath d='M 45.20088195800781 75.99961853027344 C 46.15028381347656 75.99954223632812 47.16454315185547 75.27799987792969 47.21850204467773 74.07073974609375 L 47.57796096801758 66.02470397949219 L 113.989501953125 66.02470397949219 C 118.3120803833008 66.02470397949219 122.504264831543 65.17858123779297 126.4495849609375 63.50982284545898 C 130.2613067626953 61.8975830078125 133.6849822998047 59.5890998840332 136.6255187988281 56.64852142333984 C 139.5660400390625 53.70794296264648 141.8744354248047 50.28424072265625 143.4866485595703 46.4725227355957 C 145.1553192138672 42.52725982666016 146.0014038085938 38.33520126342773 146.0014038085938 34.01280212402344 C 146.0014038085938 29.69040107727051 145.1553192138672 25.49834060668945 143.4866485595703 21.55308151245117 C 141.8744354248047 17.74136161804199 139.5660400390625 14.31766128540039 136.6255187988281 11.3770809173584 C 133.6849822998047 8.436501502990723 130.2613067626953 6.128021240234375 126.4495849609375 4.515781402587891 C 122.504264831543 2.847021341323853 118.3120803833008 2.000901460647583 113.989501953125 2.000901460647583 L 34.01280212402344 2.000901460647583 C 29.69044303894043 2.000901460647583 25.49846267700195 2.847021341323853 21.55326271057129 4.515781402587891 C 17.74166297912598 6.12800121307373 14.31806182861328 8.436481475830078 11.37758255004883 11.3770809173584 C 8.437102317810059 14.31766128540039 6.128722190856934 17.74136161804199 4.516541957855225 21.55306053161621 C 2.847882270812988 25.49836158752441 2.001802206039429 29.69042205810547 2.001802206039429 34.01280212402344 C 2.001802206039429 42.1679801940918 5.069522380828857 49.93606185913086 10.63984203338623 55.88603973388672 C 16.18416213989258 61.80821990966797 23.67826271057129 65.38072204589844 31.7416820526123 65.94544219970703 L 32.38064193725586 65.99020385742188 L 43.95286178588867 75.53710174560547 C 44.32478332519531 75.84403991699219 44.74466323852539 75.99966430664062 45.20088195800781 75.99961853027344 M 45.2010612487793 77.99961853027344 C 44.33376312255859 77.99970245361328 43.44784164428711 77.71347808837891 42.67980194091797 77.07960510253906 L 31.60196304321289 67.94055938720703 C 13.94314193725586 66.70381927490234 0.00180217286106199 51.98614120483398 0.00180217286106199 34.01280212402344 C 0.00180217286106199 15.22890090942383 15.22890186309814 0.0009013611124828458 34.01280212402344 0.0009013611124828458 L 113.989501953125 0.0009013611124828458 C 132.7743072509766 0.0009013611124828458 148.0014038085938 15.22890090942383 148.0014038085938 34.01280212402344 C 148.0014038085938 52.79669952392578 132.7743072509766 68.02470397949219 113.989501953125 68.02470397949219 L 49.4906005859375 68.02470397949219 L 49.21650314331055 74.16000366210938 C 49.11344146728516 76.46630096435547 47.20792388916016 77.99944305419922 45.2010612487793 77.99961853027344 Z' stroke='none' fill='%2311bdbd'/%3E%3C/g%3E%3C/svg%3E%0A");
	}
}

.kv__body {
	position: relative;
}

@media screen and (min-width: 1000px) {
	.kv__body {
		display: flex;
		align-items: center;
		max-width: 650px;
		margin: 36px auto 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.kv__body {
		display: flex;
		align-items: center;
		max-width: 65vw;
		margin: 3.6vw auto 0;
	}
}

@media screen and (max-width: 767px) {
	.kv__body {
		max-width: 62%;
		margin-top: 56px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 374px) {
	.kv__body {
		max-width: 80%;
	}
}

.kv__body img {
	width: 165px;
	height: 148px;
	margin-right: 24px;
	object-fit: contain;
	object-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.kv__body img {
		width: 16.5vw;
		height: 14.8vw;
		margin-right: 2.4vw;
	}
}

@media screen and (max-width: 767px) {
	.kv__body img {
		display: block;
		width: 133px;
		height: 120px;
		margin-right: auto;
		margin-left: auto;
		transform: translateX(-11px);
	}
}

.kv__body p {
	flex: 1;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.kv__body p {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 767px) {
	.kv__body p {
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 1.8571428571;
		text-align: justify;
		text-align-last: left;
	}
}

.kv__bracket {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 178px;
	transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.kv__bracket {
		width: 3vw;
		height: 17.8vw;
	}
}

@media screen and (max-width: 767px) {
	.kv__bracket {
		width: 28px;
		height: 258px;
		margin-top: -3px;
		transform: translateY(-50%) scaleY(1.6);
	}
}

.kv__bracket--left {
	left: -47px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.kv__bracket--left {
		left: -4.7vw;
	}
}

@media screen and (max-width: 767px) {
	.kv__bracket--left {
		left: -33px;
	}
}

.kv__bracket--right {
	right: -46px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.kv__bracket--right {
		right: -4.6vw;
	}
}

@media screen and (max-width: 767px) {
	.kv__bracket--right {
		right: -33px;
	}
}

.kv .js-indicate-ready.kv__box {
	opacity: 0;
	transform: scale(0);
	transform-origin: 40% 100%;
}

.kv .js-indicate-start.kv__box {
	opacity: 1;
	animation: scale-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	animation-delay: 1.2s;
}

.kv .js-indicate-start.kv__body {
	transition-delay: 0.5s;
}

.kv .js-indicate-start .path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 2000;
	animation: dash 2s linear alternate forwards;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(1n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.82s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(2n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.84s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(3n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.86s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(4n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.88s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(5n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.9s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(6n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.92s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(7n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.94s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(8n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.96s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(9n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.98s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(10n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(11n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.02s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(12n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.04s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(13n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.06s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(14n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.08s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(15n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.1s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(16n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.12s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(17n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.14s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(18n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.16s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(19n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.18s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(20n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.2s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(21n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.22s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(22n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.24s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(23n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.26s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(24n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.28s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(25n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.3s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(26n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.32s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(27n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.34s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(28n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.36s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(29n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.38s;
}

.kv .js-indicate-start.background-parallax .building-parallax:nth-child(30n) {
	animation: fade-in-bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 1.4s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(1n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 0.9s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(2n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(3n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.1s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(4n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.2s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(5n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.3s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(6n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.4s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(7n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.5s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(8n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.6s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(9n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.7s;
}

.kv .js-indicate-start.background-parallax .cloud:nth-child(10n) {
	animation: fade-in 0.7s ease forwards;
	animation-delay: 1.8s;
}

.carousel-wrap {
	position: relative;
}

@media screen and (max-width: 767px) {
	.carousel-wrap {
		margin-top: 40px;
		overflow: hidden;
	}
}

@media screen and (min-width: 1000px) {
	.carousel-wrap {
		max-width: 1006px;
		padding: 0 0 58px;
		margin-top: 31px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.carousel-wrap {
		max-width: 98.2vw;
		padding: 0 0 5.8vw;
		margin-top: 3.1vw;
		margin-right: auto;
		margin-left: auto;
	}
}

.carousel-container {
	display: inline-flex;
	padding-top: 41px;
	overflow: hidden;
	transition: transform 0.3s ease-out;
	transform: translateX(0);
	scrollbar-width: none;
	will-change: transform;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.carousel-container {
		padding-top: 4.1vw;
	}
}

@media screen and (max-width: 767px) {
	.carousel-container {
		padding-top: 31px;
	}
}

.carousel-slide {
	box-sizing: border-box;
	transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 1000px) {
	.carousel-slide {
		width: 958px;
		margin: 0 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.carousel-slide {
		width: 93.4vw;
		margin: 0 2.4vw;
	}
}

@media screen and (max-width: 767px) {
	.carousel-slide {
		margin: 0 12px;
	}
}

.carousel-pagination {
	position: absolute;
	right: 0;
	bottom: 11px;
	left: 0;
	display: flex;
	justify-content: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.carousel-pagination {
		bottom: 1.1vw;
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 767px) {
	.carousel-pagination {
		display: none;
	}
}

.carousel-pagination .current {
	font-size: 20px;
	font-weight: bold;
	color: #11bdbd;
	border-radius: 100%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.carousel-pagination .current {
		font-size: 2vw;
	}
}

.carousel-pagination .current.active {
	background-color: #11bdbd;
}

.carousel-direction {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	background-color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #e6e6e6;
	border-radius: 100%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.carousel-direction {
		bottom: 0.9vw;
		width: 2.4vw;
		height: 2.4vw;
		background-size: 0.65vw 1.15vw;
	}
}

@media screen and (min-width: 1000px) {
	.carousel-direction {
		bottom: 9px;
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width: 767px) {
	.carousel-direction {
		top: 55.4%;
		width: 32px;
		height: 32px;
		background-size: 9px 15px;
	}
}

.carousel-direction.prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.5' height='11.5' viewBox='0 0 6.5 11.5'%3E%3Cpath id='Path_2725' data-name='Path 2725' d='M15,17.75a.75.75,0,0,0,.53-1.28L11.061,12,15.53,7.53a.75.75,0,0,0-1.06-1.06l-5,5a.749.749,0,0,0,0,1.06l5,5A.744.744,0,0,0,15,17.75Z' transform='translate(-9.25 -6.25)' fill='%2311bdbd'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 1000px) {
	.carousel-direction.prev {
		left: calc(50% - 63px);
		background-position: 7px center;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.carousel-direction.prev {
		left: calc(50% - 6.3vw);
		background-position: 0.7vw 0.5vw;
	}
}

@media screen and (max-width: 767px) {
	.carousel-direction.prev {
		left: 20px;
		background-position: 10px center;
	}
}

.carousel-direction.next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.5' height='11.5' viewBox='0 0 6.5 11.5'%3E%3Cpath id='Path_2725' data-name='Path 2725' d='M10,17.75a.75.75,0,0,1-.53-1.28L13.939,12,9.47,7.53a.75.75,0,1,1,1.06-1.06l5,5a.749.749,0,0,1,0,1.06l-5,5A.744.744,0,0,1,10,17.75Z' transform='translate(-9.25 -6.25)' fill='%2311bdbd'/%3E%3C/svg%3E%0A");
	background-position: 8px center;
}

@media screen and (min-width: 1000px) {
	.carousel-direction.next {
		right: calc(50% - 63px);
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.carousel-direction.next {
		right: calc(50% - 6.3vw);
		background-position: 0.8vw 0.5vw;
	}
}

@media screen and (max-width: 767px) {
	.carousel-direction.next {
		right: 20px;
		background-position: 12px center;
	}
}

.carousel-direction:disabled {
	background-color: #ededed;
	border-color: #ededed;
}

.carousel-direction:disabled.next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.5' height='11.5' viewBox='0 0 6.5 11.5'%3E%3Cpath id='Path_2725' data-name='Path 2725' d='M10,17.75a.75.75,0,0,1-.53-1.28L13.939,12,9.47,7.53a.75.75,0,1,1,1.06-1.06l5,5a.749.749,0,0,1,0,1.06l-5,5A.744.744,0,0,1,10,17.75Z' transform='translate(-9.25 -6.25)' fill='%23ccc'/%3E%3C/svg%3E%0A");
}

.carousel-direction:disabled.prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.5' height='11.5' viewBox='0 0 6.5 11.5'%3E%3Cpath id='Path_2725' data-name='Path 2725' d='M15,17.75a.75.75,0,0,0,.53-1.28L11.061,12,15.53,7.53a.75.75,0,0,0-1.06-1.06l-5,5a.749.749,0,0,0,0,1.06l5,5A.744.744,0,0,0,15,17.75Z' transform='translate(-9.25 -6.25)' fill='%23ccc'/%3E%3C/svg%3E%0A");
}

.grabbing {
	cursor: grabbing;
}

@media screen and (min-width: 1000px) {
	.grabbing .carousel-slide {
		transform: scale(0.9);
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.grabbing .carousel-slide {
		transform: scale(0.9);
	}
}

@keyframes header_animation {
	0% {
		top: -100px;
	}

	100% {
		top: -40px;
	}
}

@keyframes header_animation_Vw {
	0% {
		top: -10vw;
	}

	100% {
		top: -4vw;
	}
}

@keyframes nav_menu_animation {
	0% {
		top: 26px;
		right: 0;
	}

	50% {
		top: 26px;
		right: 152px;
		opacity: 0;
	}

	100% {
		top: 62px;
		right: 152px;
		opacity: 1;
	}
}

@keyframes nav_menu_animation_Vw {
	0% {
		top: 2.6vw;
		right: 0;
	}

	50% {
		top: 2.6vw;
		right: 15.2vw;
		opacity: 0;
	}

	100% {
		top: 6.2vw;
		right: 15.2vw;
		opacity: 1;
	}
}

@keyframes login_animation {
	0% {
		top: 0;
	}

	50% {
		top: 0;
		opacity: 0;
	}

	100% {
		top: 35px;
		opacity: 1;
	}
}

@keyframes logo_animation {
	0% {
		transform: translateY(0);
	}

	40% {
		opacity: 0;
		transform: translateY(0);
	}

	60% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 1;
		transform: translateY(20);
	}
}

@keyframes logo_animation_Vw {
	0% {
		transform: translateY(0);
	}

	40% {
		opacity: 0;
		transform: translateY(0);
	}

	60% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 1;
		transform: translateY(2vw);
	}
}

@keyframes login_animation_Vw {
	0% {
		top: 0;
	}

	50% {
		top: 0;
		opacity: 0;
	}

	100% {
		top: 3.5vw;
		opacity: 1;
	}
}

@keyframes scale-in-bottom {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	80% {
		opacity: 1;
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes dash {
	from {
		stroke-dashoffset: 2000;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fade-in-left {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fade-in-bottom {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes move-bg-to-top {
	0% {
		background-position: left bottom 0%;
	}

	100% {
		background-position: left bottom 100%;
	}
}

@keyframes parallax-bg {
	0% {
		background-position: 0 0;
	}

	80% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 0;
	}
}

@keyframes bounce-in {
	0% {
		transform: scale(0);
		animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	50% {
		transform: scale(1.1);
		animation-timing-function: ease-in-out;
	}

	75% {
		transform: scale(0.95);
		animation-timing-function: ease-in-out;
	}

	100% {
		transform: scale(1);
	}
}

a.btn_other {
	display: block;
	margin: 20px auto;
	padding: 1em 4em;
	width: 120px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transition: 0.3s;
	border: 1px solid #11bdbd;
	border-radius: 30px;
	background: #11bdbd;
	text-align: center;
	z-index: 2;
	box-sizing: content-box;
}

a.btn_other:hover {
	opacity: 0.6;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
	transition-duration: 0.25s;
}

h2.h2_voice {
	margin: 10px auto;
	text-align: center;
	margin-bottom: 30px;
}

h2.h2_voice img {
	width: 50%;
}

ul.voice {
	margin-bottom: 40px;
}

.voice li {
	margin: 20px 5%;
	border-bottom: dashed #11bdbd 2px;
	padding: 2%;
}

.voice li p {
	margin-bottom: 20px;
	line-height: 1.5em;
}

.voice li .p_area {
	position: relative;
}

.voice li .p_area span {
	margin: 10px;
}

.voice li .p_area .p__area {
	background: #e7e7e7;
	padding: 3px 5px;
	text-align: center;
	width: 120px;
	display: inline-block;
	border-radius: 3px;
}

.voice li .p_area a.p_area_more {
	background: #11bdbd;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	margin-right: 0;
	width: 150px;
	text-align: center;
	padding: 7px;
	right: 0;
	position: absolute;
}

.voice li .p_area a.p_area_more:hover {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	h2.h2_voice img {
		width: 80%;
	}

	.voice li .p_area .p_area_in {
		display: block;
		margin: 2px;
		font-size: 14px;
	}

	.voice li .p_area a.p_area_more {
		position: relative;
		margin: 20px auto;
		display: block;
	}
}

@media screen and (max-width: 999px) {
	.modal-dialog {
		width: 90%;
		margin: auto;
		height: 500px;
		margin-top: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.modal-dialog {
		width: 80%;
		height: 800px;
	}
}

@media screen and (max-width: 999px) {
	.modal-content {
		width: 100%;
		height: calc(95vw * 9 /16 + 100px);
	}
}

@media screen and (min-width: 1000px) {
	.modal-content {
		width: 90%;
		height: calc(70vw * 9 /16 + 100px);
	}
}

.modal-header {
	width: 90%;
	height: 50px;
	margin: 0 auto;
}

@media screen and (max-width: 999px) {
	.modal-body {
		width: 95%;
		height: 100%;
		margin: 0 auto;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (min-width: 1000px) {
	.modal-body {
		width: 92%;
		height: 100%;
		margin: 0 auto;
	}

	.howto__info-text {
		font-size: 16px;
	}
}

.modal-area {
	width: 80%;
	margin: 40px auto;
}

/* 色々な不具合の解消 */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

*:before,
*:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

a:focus,
a:hover {
	text-decoration: none;
	/* color: #11bdbd; */
}

.navBtn {
	color: #ffffff !important;
}

.navBtn:hover {
	color: #ffffff !important;
}

.open {
	cursor: pointer;
}

#pop-up {
	display: none;
	/* label でコントロールするので input は非表示に */
}

.overlay {
	display: none;
	/* input にチェックが入るまでは非表示に */
}

#pop-up:checked + .overlay {
	display: block;
	/* TODO */
	/* z-index: 9999; */
	z-index: 9998;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.window {
	width: 90vw;
	max-width: 600px;
	background-color: #ffffff;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding-bottom: 40px;
	/* TODO */
	z-index: 9999;
}

.window h3 {
	font-size: 28px;
	color: #12bdbd;
	font-weight: bold;
	margin: 50px 20px 30px 20px;
}

.window h4 {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.window ul {
	width: 80%;
	max-width: 320px;
	text-align: left;
	margin: 20px auto;
}

.window ul li {
	position: relative;
	line-height: 1.8em;
	font-size: 18px;
}

.window ul li strong {
	color: #12bdbd;
	font-size: 20px;
}

.window ul li:before {
	display: inline-block;
	vertical-align: middle;
	/*以下白丸つくる*/
	content: '';
	width: 0.5em;
	height: 0.5em;
	background: #12bdbd;
	border-radius: 50%;
	margin-right: 8px;
}

.window .moushikomi_btn {
	background: #faf45d;
	color: #12bdbd;
	width: 300px;
	padding: 15px 10px;
	border-radius: 40px;
	display: block;
	margin: 40px auto;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.moushikomi_btn:hover {
	opacity: 0.6;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
	transition-duration: 0.25s;
}

.window a {
	text-decoration: underline;
	color: #12bdbd;
}

.close {
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.window ul li {
		font-size: 14px;
	}

	.window ul li strong {
		font-size: 16px;
	}

	.window .moushikomi_btn {
		margin: 10px auto;
		text-decoration: none;
	}

	.window {
		padding-bottom: 30px;
	}

	.window h3 {
		margin: 30px 20px 0px 20px;
	}

	.window h4 {
		margin-bottom: 15px;
		margin-top: 5px;
	}

	.window ul {
		margin: 12px auto;
	}
}

label.btn_other {
	display: block;
	margin: 20px auto;
	padding: 1em 4em;
	width: 120px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transition: 0.3s;
	border: 1px solid #11bdbd;
	border-radius: 30px;
	background: #11bdbd;
	text-align: center;
	z-index: 2;
}

label.btn_other:hover {
	opacity: 0.6;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
	transition-duration: 0.25s;
}

div.window > p {
	line-height: 1.75;
}

/* @media screen and (min-width: 1000px) {
	.footer__link .footer__menus {
		padding-top: 12px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.footer__link .footer__menus {
		padding-top: 2.5vw;
	}
}

@media screen and (min-width: 768px) {
	div.contact .footer__menu {
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	div.contact .footer__menu {
		margin-left: auto;
		margin-right: auto;
	}
} */
main.main {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	.l-content__main {
		padding-inline: 0 !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.wrapper {
		padding: 0;
	}

	.howto {
		padding: 1.6vw 0 0;
		/* margin: 6.8vw 0 0; */
	}

	.howto__steps.step02 .type_area {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.howto__steps.step02 .type_area .type_box {
		width: 46%;
		height: 150px;
	}
}

a.btn_other {
	box-sizing: content-box;
}

.howto__info::before, .howto__info::after {
	box-sizing: content-box;
}

.howto__steps::before, .howto__steps::after {
	box-sizing: content-box;
}

.howto__steps.step03 {
	box-sizing: content-box;
}

#js-gotop {
	box-sizing: border-box;
}
