@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Light.eot');
    src: url('../fonts/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Light.woff') format('woff'),
        url('../fonts/SFProDisplay-Light.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Light.svg#SFProDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.eot');
    src: url('../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFProDisplay-Semibold.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	height: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	position: relative;
	padding: 0;
	font-family: 'SF Pro Display';
	font-weight: 300;
	background: #EAF2F9;
	color: #485764;
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

/* container START */
.container {
	position: relative;
	width: 1080px;
	max-width: 100%;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	margin: 0 auto;
	padding: 0 15px;
}
@media (max-width: 1180px) {
	.container {
		width: 860px;
	}
}
@media (max-width: 1180px) {
	.container {
		width: 760px;
		padding-left: 30px;
		padding-right: 30px;
	}
}


b {
	background: -webkit-linear-gradient(#8D8BFF, #585EE6);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* container END */

.wrap {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	max-height: 100%;
	padding: 0;


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


/* content-wrap START */
.content-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: calc(50% - 30px);
}

.content-wrap__ttl {
	font-size: 56px;
	font-weight: 600;
	margin: 0 0 -0.34em;
}
.content-wrap__sub-ttl {
	margin: 40px 0;
	font-size: 26px;
}
.content-wrap__btn {
	display: block;
}
.content-wrap__btn__img {
	display: block;
	width: 200px;
	height: auto;
}
@media (max-width: 1180px) {
	.content-wrap {
		max-width: calc(50% - -110px);
	}
	.content-wrap__ttl {
		font-size: 50px;
	}
}

@media (max-width: 680px) {
	.content-wrap {
		max-width: calc(50% - -100px);
		width: 300px;
	}
	.content-wrap__ttl {
		font-size: 36px;
	}
	.content-wrap__sub-ttl {
		margin: 1.5em 0;
		font-size: 20px;
	}
	.content-wrap__btn__img {
		width: 160px;
	}
}
@media (max-width: 540px) {
	.content-wrap__ttl {
		font-size: 28px;
	}
	.content-wrap__sub-ttl {
		font-size: 18px;
	}
	.content-wrap__btn__img {
		width: 150px;
	}
}

/* content-wrap END */

/* privacy-content START */
.privacy-content-wrap {
	font-size: 18px;
	max-width: 75%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.privacy-content-wrap p {
	margin-bottom: 0px;
}

.privacy-content-wrap h2 {
	margin-top: 50px;
	margin-bottom: 0px;
}
@media (max-width: 1180px) {
	.privacy-content-wrap {
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 16px;
		max-width: none;
		width: auto;
	}
}

/* privacy-content END */

/* footer START */

.footer {
	position: absolute;
	bottom: 50px;
}

.footer a {
	color: #485764;
}

.footer a:visited {
	color: #485764;
}
.footer span:not(:first-child) {
	margin-left: 2em;
}

@media (max-width: 680px) {
	.footer {
		bottom: 25px;
	}
}
/* footer END */

/* card START */

.card {
	position: relative;
	width: 180px;
	height: 230px;

	border-radius: 18px;
	box-shadow: -0.71875px -12.2188px 30.4194px #FFFFFF, 4.3125px 2.15625px 30.4194px #A0B7CC;

	display: flex;
	justify-content: space-between;
	flex-direction: column;

	padding: 20px 20px 30px 20px;
	box-sizing: border-box;

	background: #EAF2F9;
	margin-top: 40px;
}

.card-title {
	font-size: 14px;
	color: #485764;
	position: relative;
}

.card-title::after {
	content: "";
	display: block;
	width: 28px;
	height: 13px;
	background-image: url(../img/dots.svg);
	position: absolute;
    right: 0;
    top: 0;
}

.card-frame {
	width: 140px;
	height: 140px;
	background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, #B9CCE2 19%, #FFFFFF 77.71%);
	box-shadow: -15px -9px 48px rgba(255, 255, 255, 0.6), 9px 8px 36px rgba(112, 139, 163, 0.28);
	filter: blur(6px);
	border-radius: 50px;
}

.card-img {
	width: 120px;
	height: 120px;

	border-radius: 36px;

	box-shadow: inset 2.875px 2.875px 2.875px rgba(33, 68, 104, 0.4), inset -2.875px -2.875px 2.875px rgba(255, 255, 255, 0.4);

	background-size: 120px 120px;

	position: absolute;
	top: 10px;
	left: 10px;
}

.card-img-wrap {
	position: relative;
}

/* card END */


/* carousel START */
@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(calc(-270px * 6));
		transform: translateY(calc(-270px * 6));
	}
}

@keyframes scrolltwo {
	0% {
		-webkit-transform: translateY(calc(-270px * 6));
		transform: translateY(calc(-270px * 6));
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.carousel-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.carousel {
	display: flex;
	overflow: hidden;

	position: absolute;
	top: -10%;
	right: 5%;
	height: 130%;
	transform: rotate(15deg);
}
.carousel_transparent {
	opacity: 0.1;
}

.carousel-column {
	margin: 0px 45px;

	height: 100%;
}

.carousel-column-01 {
	-webkit-animation: scroll 25s linear infinite;
	          animation: scroll 25s linear infinite;
}

.carousel-column-02 {
	-webkit-animation: scrolltwo 15s linear infinite;
          animation: scrolltwo 15s linear infinite;
}


@media (max-width: 1180px) {
	.carousel {
		right: -25%;
	}
}

@media (max-width: 940px) {
	.carousel {
		right: 0%;
	}
}

@media (max-width: 600px) {
	.carousel {
		right: -10%;
	}
}
@media (max-width: 540px) {
	.carousel {
		right: -25%;
	}
}
@media (max-width: 370px) {
	.carousel {
		right: -40%;
	}
}

@media (max-width: 940px) {
	.carousel-column-02 {
		display: none;
	}
}
/* carousel END */
