@charset "utf-8";
/* CSS Document */

section h2.hd.borderVertical{
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 0 25px;
	padding-left: 30px;
}
section h2.hd.borderVertical::before{
    content: '';
    background: url("../image/common/hdParts01.svg") 0 0 / contain no-repeat;
    width: 10px;
    height: auto;
    aspect-ratio: 10 / 49;
    position: absolute;
    top: 6px;
    left: 0;
}
section h2.hd.borderVertical p.eng{
    font-family: YakuHanJP, "Jost", sans-serif;
	font-weight: 700;
	font-size: 65px;/*65*/
	letter-spacing: 0.05em;
	line-height: 100%;
}
section h2.hd.borderVertical p.jp{
    font-family: YakuHanJP, "IBM Plex Sans JP", sans-serif;
	font-weight: 600;
	font-size: 31px;/*31*/
	color: #0075c1;
}

section h2.hd.borderSide{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px 0;
}
section h2.hd.borderSide p.eng{
    font-family: YakuHanJP, "Jost", sans-serif;
	font-weight: 600;
	font-size: 75px;/*75*/
	letter-spacing: 0.05em;
	line-height: 100%;
	position: relative;
}
section h2.hd.borderSide p.eng::before{
    content: '';
    background: url("../image/common/hdParts02.svg") 0 0 / contain no-repeat;
    width: 70px;
    height: 9px;
    aspect-ratio: 70 / 9;
    position: absolute;
    bottom: -20px;
    left: 0;
	right: 0;
	margin: auto;
}
section h2.hd.borderSide p.jp{
    font-family: YakuHanJP, "IBM Plex Sans JP", sans-serif;
	font-weight: 600;
	font-size: 35px;/*35*/
	color: #0075c1;
}

section h2.hd.borderEdge{
	display: flex;
	flex-direction: column;
	gap: 35px 0;
}
section h2.hd.borderEdge p.eng{
    font-family: YakuHanJP, "Jost", sans-serif;
	font-weight: 600;
	font-size: 75px;/*75*/
	letter-spacing: 0.05em;
	line-height: 100%;
	position: relative;
}
section h2.hd.borderEdge p.eng::before{
    content: '';
    background: url("../image/common/hdParts02.svg") 0 0 / contain no-repeat;
    width: 70px;
    height: 9px;
    aspect-ratio: 70 / 9;
    position: absolute;
    bottom: -20px;
    left: 0;
}
section h2.hd.borderEdge p.jp{
    font-family: YakuHanJP, "IBM Plex Sans JP", sans-serif;
	font-weight: 600;
	font-size: 35px;/*35*/
	color: #0075c1;
}

/*スライド*/
section .slider img {
	width: 100%;
	height: auto;
	display: block;
}
section .slider .slickPrev, section .slider .slickNext{
	width: 68px;
	height: 68px;
	background: url("../image/common/iconSlidebtn.svg") 0 0 / contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
section .slider .slickPrev{
	transform: scale(-1, 1);
	left: 2.0%;/*30*/
	z-index: 1;
}
section .slider .slickNext{
	right: 2.0%;/*30*/
}

/*-----------------------------------------------------------*/
section#mainvisual .inner > video{
	width: 100%;
	height: auto;
	aspect-ratio: 1280 / 720;
}

/*-----------------------------------------------------------*/
section#news{
	position: relative;
}
section#news:before{
    content: '';
    background: url("../image/top/sec01Part01.webp") 0 0 / contain no-repeat;
    width: 24.5%;/*363*/
    height: fit-content;
    aspect-ratio: 363 / 189;
    position: absolute;
    bottom: -115px;
    left: 0;
	z-index: -1;
}
section#news:after{
    content: '';
    background: url("../image/top/sec01Part02.webp") 0 0 / contain no-repeat;
    width: 19.7%;/*291*/
    height: fit-content;
    aspect-ratio: 291 / 161;
    position: absolute;
    bottom: -115px;
    right: 0;
	z-index: -1;
}

section#news .inner{
	max-width: 1370px;
	padding: 0 50px;
	margin: 45px auto 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}
section#news .inner::before{
    content: '';
    background: url("../image/top/mainParts01.webp") 0 0 / contain no-repeat;
    width: 675px;
    height: auto;
    aspect-ratio: 675 / 198;
    position: absolute;
    top: -183px;
    right: 0;
}

section#news .leftColumn{
	width: 59.8%;
}
section#news .leftColumn .important{
	margin-top: 30px;
	border: 2px solid #d10000;
	box-sizing: border-box;
	background-color: #fcf7f7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
section#news .leftColumn h3.hd{
	width: 165px;
	font-size: 20px;/*20*/
	font-weight: 700;
	color: #e00000;
}
section#news .leftColumn .notice{
	margin-top: 30px;
	border: 2px solid #0075c1;
	box-sizing: border-box;
	background-color: #f0f7fc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
section#news .leftColumn .notice h3.hd{
	width: 165px;
	font-size: 20px;/*20*/
	font-weight: 700;
	color: #0075c1;
}
section#news .leftColumn .posts{
	width: calc( 100% - 165px );
	margin: 5px auto 0;
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
section#news .leftColumn .posts > dl{
	display: flex;
	justify-content: space-between;
}
section#news .leftColumn .posts > dl dt{
	width: 115px;
	font-weight: 500;
}
section#news .leftColumn .posts > dl dd{
	width: calc( 100% - 115px );
}
section#news .leftColumn .posts > dl dd a{
	position: relative;
	font-weight: 700;
	
	display: flex;
	align-items: center;
	gap: 30px;
}
section#news .leftColumn .important .posts > dl dd a::after{
    content: '';
    background: url("../image/common/icon_circle_red.svg") 0 0 / contain no-repeat;
    width: 21px;
    height: 21px;
    aspect-ratio: 1 / 1;
    /*position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: -50px;*/
	display: block;
	transition:transform  0.3s;
    transform: translateX(0px);
}
section#news .leftColumn .notice .posts > dl dd a::after{
    content: '';
    background: url("../image/common/icon_circle_blue.svg") 0 0 / contain no-repeat;
    width: 21px;
    height: 21px;
    aspect-ratio: 1 / 1;
    /* position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: -50px;*/
	display: block;
	transition:transform  0.3s;
    transform: translateX(0px);
}

section#news .leftColumn .posts > dl dd a:hover::after{
    transform: translateX(5px);
}



section#news .leftColumn .tolist{
	width: 250px;
	height: 60px;
	margin: 30px auto 0;
}
section#news .leftColumn .tolist > a{
	padding-left: 65px;
}

section#news .rightColumn{
	width: 35.6%;
	margin-top: 30px;
	background-color: #dcf1f7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
section#news .rightColumn h2.hd{
	height: 60px;
	background-color: #00a8d6;
	color: #fff;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 60px;
}
section#news .rightColumn h2.hd .eng{
	font-weight: 600;
	font-size: 187.5%;/*30*/
	letter-spacing: 0.05em;
}
section#news .rightColumn h2.hd .jp{
	font-weight: 600;
	font-size: 125.00%;/*20*/
}
section#news .rightColumn .inn{
	width: 87.7%;/*412*/
	margin: 20px auto 20px;
}
section#news .rightColumn .inn > img, section#news .rightColumn .inn > iframe{
	width: 100%;
	height: auto;
    aspect-ratio: 412 / 292;
}
section#news .rightColumn .inn > ul{
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 0;
}
section#news .rightColumn .inn > ul li{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 14px;
}
section#news .rightColumn .inn > ul li > span{
	display: inline-block;
	width: 40px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section#news .rightColumn .inn > ul li > span.red{
	background-color: #f3511e;
}
section#news .rightColumn .inn > ul li > span.green{
	background-color: #bfca33;
}
section#news .rightColumn .inn > ul li > span.blue{
	background-color: #009be5;
}

/*-----------------------------------------------------------*/
section#campaign{
	position: relative;
}
section#campaign::before{
	content: '';
	width: 100%;
	height: auto;
	aspect-ratio: 1480 / 350;
	background-color: #d9eefc;
	position: absolute;
	bottom: 0;
}
section#campaign .inner{
	padding: 85px 0 55px;
	position: relative;
}
section#campaign .inner::before{
    content: '';
    background: url("../image/top/sec02Part01.webp") 0 0 / contain no-repeat;
    width: 13.6%;/*202*/
    height: fit-content;
    aspect-ratio: 202 / 123;
    position: absolute;
	bottom: -5px;
    left: 4.1%;/*60*/
}
section#campaign .inner::after{
    content: '';
    background: url("../image/top/sec02Part02.webp") 0 0 / contain no-repeat;
    width: 8.0%;/*118*/
    height: fit-content;
    aspect-ratio: 118 / 72;
    position: absolute;
	bottom: -30px;
    right: 4.1%;/*60*/
}
section#campaign .slider {
	margin: 30px auto 0;
}
section#campaign .slider .slick-slide {
	padding: 0 18px;
}

section#campaign .tolist{
	width: 380px;
	height: 70px;
	margin: 50px auto 0;
}
section#campaign .tolist > a{
	padding-left: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;	
}

/*-----------------------------------------------------------*/
section#attractive{
	position: relative;
}
section#attractive::before{
	content: '';
	background: url("../image/top/sec03Parts01.webp") 0 0 / contain no-repeat;
	width: 100%;
	height: fit-content;
	aspect-ratio: 1481 / 513;
	position: absolute;
	bottom: 0;
}
section#attractive .inner{
	padding: 115px 0 230px;
	position: relative;
}

section#attractive .slider {
	margin: 45px auto 0;
}
section#attractive .slider .slick-slide {
	padding: 0 35px;
}
section#attractive .slider .slick-slide:nth-child(even){
	padding: 20px 35px 0;
}

section#attractive .tolist{
	width: 360px;
	height: 70px;
	margin: 60px auto 0;
}
section#attractive .tolist > a{
	padding-left: 45px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;	
}

/*-----------------------------------------------------------*/
section#plan{
	position: relative;
	margin-top: 75px;
}
section#plan .partsTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: fit-content;
	aspect-ratio: 1481 / 180;
	background: url("../image/top/sec04Parts02.webp") center top / cover no-repeat;
	z-index: 1;
}
section#plan .partsBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: fit-content;
	aspect-ratio: 1481 / 116;
	background: url("../image/top/sec04Parts03.webp") center top / cover no-repeat;
}
section#plan > .inner{
	padding: 10px 0 165px;
	position: relative;
	background-color: #faf6f0;
}
section#plan .blockInn{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

section#plan h2.hd{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
section#plan .columns{
	max-width: 1100px;
	width: 100%;
	margin: 65px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	position: relative;
	z-index: 1;
}
section#plan .columns > div{
	width: calc((100% - (30px * 3)) / 4);
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}
section#plan .columns > div.image::before{
	content: '';
	width: 100%;
	height: 100%;
	background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 117, 193, 1) 100%);
	position: absolute;
	pointer-events: none;
	z-index: 1;
}
section#plan .columns > div.image::after{
    content: '';
    background: url("../image/common/icon_arrow_white.svg") 0 0 / contain no-repeat;
    width: 33px;
    height: 33px;
    aspect-ratio: 1 / 1;
    position: absolute;
	bottom: 25px;
    right: 25px;
	pointer-events: none;
	z-index: 1;
}
section#plan .columns > div a img{
	transition: transform .6s ease;
}
section#plan .columns > div a:hover{
	opacity: 1.0;
}
section#plan .columns > div a:hover img{
	transform: scale(1.1);
}
section#plan .columns > div a p{
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 2;
	font-size: 20px;/*20*/
	color: #fff;
	letter-spacing: 0.1em;
}

section#plan .inner .txts{
	width: 272px;
	height: 272px;
    aspect-ratio: 1 / 1;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;/*18*/
	font-weight: 700;
	text-align: center;
	filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
	position: absolute;
	top: 192px;
	left: -32px;
	/*
	right: 0;
	margin: auto;
	transform: translate(-46rem);
	*/
	z-index: 1;
}
section#plan .inner .txts::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 30px solid #ffffff;
	border-top: 0;
	transform: rotate(116deg);
	position: absolute;
	bottom: 45px;
	right: 0;
}
section#plan .txts span.orange{
	color: #ff5a54;
}
section#plan .txts span.blue{
	color: #0075c1;
}

/*-----------------------------------------------------------*/
section#infomation .inner > .bnrs{
	max-width: 1200px;
	margin: 110px auto;
	display: flex;
	justify-content: space-between;
	gap: 0 50px;
}
section#infomation .inner > .bnrs dl{
	width: calc( 50% - 25px );
}
section#infomation .inner > .bnrs dl dt{
	filter: drop-shadow(0 10px 11px rgba(0,0,0,0.20));
}
section#infomation .inner > .bnrs dl dd{
	margin: 30px auto 0;
}

section#infomation .inner > .column{
	position: relative;
}
section#infomation .inner > .column > .inn{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section#infomation .inner > .column .image{
	width: 32.6%;/*391*/
	position: relative;
}
section#infomation .inner > .column .image > img{
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-border-radius: 61px;
	-moz-border-radius: 61px;
	border-radius: 61px;
}
section#infomation .inner > .column .txts{
	width: 58.8%;/*706*/
}
section#infomation .inner > .column .txts h3.hd{
	margin-top: 45px;
	font-size: 34px;/*34*/
	font-weight: 700;
	position: relative;
}
section#infomation .inner > .column .bnrs{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
section#infomation .inner > .column .bnrs > a{
	width: calc(50% - 10px);
	display: flex;
	align-items: center;
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	transition:  0.15s ease;
	box-shadow: 4px 4px 0 rgba(255, 255, 255, .8);
}
/*section#infomation .inner > .column .bnrs > a::after{
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #fff;
	box-sizing: border-box;
	z-index: -1;
	transition: top 0.15s ease;
}*/
section#infomation .inner > .column .bnrs > a:hover{
	opacity: 1.0;
	transform: translate(4px,4px);
	box-shadow: 0px 0px 0 rgba(255, 255, 255, .8); 
}
/*section#infomation .inner > .column .bnrs > a:hover::after{
	top: 0;
	left: 0;
}*/
section#infomation .inner > .column .bnrs > a dl{
	display: flex;
	align-items: center;
	padding: 10px 15px;
	gap: 0 30px;
}
section#infomation .inner > .column .bnrs > a dl dd{
	font-size: 18px;/*18*/
	font-weight: 700;
}

/*はじめての方へ*/
section#infomation .inner > .column.beginner{
	margin: 200px auto 0;
}
section#infomation .inner > .column.beginner::before{
	content: '';
	width: 83.8%;/*1240*/
	height: auto;
	max-height: 480px;
    aspect-ratio: 1240 / 480;
    position: absolute;
	top: 10px;
    right: 0;
	background-color: #fbe5f0;
	-webkit-border-top-left-radius: 45px;
	-webkit-border-bottom-left-radius: 45px;
	-moz-border-radius-topleft: 45px;
	-moz-border-radius-bottomleft: 45px;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	z-index: -1;
}
section#infomation .inner > .column.beginner .image::before{
	content: '';
    background: url("../image/top/infoImg02.svg") 0 0 / contain no-repeat;
    width: 113px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
	top: -23px;
    right: -82px;
}
section#infomation .inner > .column.beginner .txts h3.hd{
	color: #e75297;
}
section#infomation .inner > .column.beginner .txts h3.hd::before{
	content: '';
    background: url("../image/top/infoHdSubtxt01.svg") 0 0 / contain no-repeat;
    width: 644px;
    height: auto;
    aspect-ratio: 644 / 60;
    position: absolute;
	top: -78px;
    left: 0;
}
section#infomation .inner > .column.beginner .bnrs > a{
	border: 1px solid #ff6ea9;
}
section#infomation .inner > .column.beginner .bnrs > a::after{
	border: 1px solid #ff6ea9;
}

/*在校生の方へ*/
section#infomation .inner > .column.current{
	margin: 210px auto 0;
	z-index: 1;
}
section#infomation .inner > .column.current > .inn{
	flex-direction: row-reverse;
}
section#infomation .inner > .column.current::before{
	content: '';
	width: 83.8%;/*1240*/
	height: auto;
	max-height: 480px;
    aspect-ratio: 1240 / 480;
    position: absolute;
	top: 10px;
    left: 0;
	background-color: #d6e9f5;
	-webkit-border-top-right-radius: 45px;
	-webkit-border-bottom-right-radius: 45px;
	-moz-border-radius-topright: 45px;
	-moz-border-radius-bottomright: 45px;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
	z-index: -1;
}
section#infomation .inner > .column.current .image::before{
	content: '';
    background: url("../image/top/infoImg04.svg") 0 0 / contain no-repeat;
    width: 113px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
	top: -80px;
    left: -15px;
}
section#infomation .inner > .column.current .txts h3.hd{
	color: #0075c1;
}
section#infomation .inner > .column.current .txts h3.hd::before{
	content: '';
    background: url("../image/top/infoHdSubtxt02.svg") 0 0 / contain no-repeat;
    width: 794px;
    height: auto;
    aspect-ratio: 794 / 136;
    position: absolute;
	top: -162px;
    /*left: -75px;*/
}
section#infomation .inner > .column.current .bnrs > a{
	border: 1px solid #0075c1;
}
section#infomation .inner > .column.current .bnrs > a::after{
	border: 1px solid #0075c1;
}

/*-----------------------------------------------------------*/
section#banneres {
	position: relative;
}
section#banneres::before{
	content: '';
	width: 100%;
	height: calc( 100% + 40px );
    aspect-ratio: 1480 / 703;
	background: url("../image/top/banneresBg.webp") 0 0 / cover no-repeat;
	position: absolute;
	z-index: -1;
}
section#banneres > .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 135px 0 335px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 35px;
	position: relative;
}
section#banneres > .inner::before{
    content: '';
    background: url("../image/top/banneresImg03.webp") 0 0 / contain no-repeat;
    width: 381px;
    height: auto;
    aspect-ratio: 381 / 241;
    position: absolute;
	bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
}
section#banneres > .inner > a{
	width: calc((100% - (35px * 2)) / 3);
	display: flex;
}
section#banneres > .inner > a.txts{
	height: 111px;
	align-items: center;
	border: 1px solid #646464;
	box-sizing: border-box;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #fff;
	padding-left: 110px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
section#banneres > .inner > a.txts::before{
    content: '';
    aspect-ratio: 1 / 1;
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
    left: 28px;
}
section#banneres > .inner > a.txts.info::before{
    background: url("../image/top/banneresIcon01.svg") 0 0 / contain no-repeat;
    width: 46px;
    height: 46px;
}
section#banneres > .inner > a.txts.maps::before{
    background: url("../image/top/banneresIcon02.svg") 0 0 / contain no-repeat;
    width: 51px;
    height: 43px;
}
section#banneres > .inner > a.txts.qa::before{
    background: url("../image/top/banneresIcon03.svg") 0 0 / contain no-repeat;
    width: 54px;
    height: 46px;
}
section#banneres > .inner > a.txts::after{
    content: '';
    background: url("../image/common/icon_circle_blue.svg") 0 0 / contain no-repeat;
    width: 28px;
    height: 28px;
    aspect-ratio: 1 / 1;
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
    right: 18px;
}
section#banneres > .inner > a.txts:hover{
	border: 1px solid #0075c1;
	background-color: #edf8ff;
	color: #0075c1;
}
section#banneres > .inner > a.image{
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.30));
}
section#banneres > .inner > a.image img{
	width: 100%;
	height: auto;
}
section#banneres > .inner > a.image:hover{
	opacity: 0.6;
}

/*-----------------------------------------------------------*/
section#banneres > .inner::before,
section#banneres > .inner::before {
transform: translateY(100%);
transition: transform 0.5s cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
section#banneres > .inner.fadeup::before,
section#banneres > .inner.fadeup::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*-----------------------------------------------------------*/
section.loading{
	  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.text-sequence-loader-preview {
    font-weight: bold;
    font-size: 22px;
    color: #6c5ce7;
    font-family: YakuHanJP, 'Arial', sans-serif;
    white-space: nowrap;
}
.text-sequence-loader-preview span {
    display: inline-block;
    opacity: 0;
    transform: translateY(15px) scale(0.5) rotate(15deg); /* Initial state */
    animation-name: text-appear-animation;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    /* animation-delay is set by JS for each span */
}
.text-sequence-loader-preview span:nth-child(1) { animation-delay: 0.00s; }
.text-sequence-loader-preview span:nth-child(2) { animation-delay: 0.10s; }
.text-sequence-loader-preview span:nth-child(3) { animation-delay: 0.20s; }
.text-sequence-loader-preview span:nth-child(4) { animation-delay: 0.30s; }
.text-sequence-loader-preview span:nth-child(5) { animation-delay: 0.40s; }
.text-sequence-loader-preview span:nth-child(6) { animation-delay: 0.50s; }
.text-sequence-loader-preview span:nth-child(7) { animation-delay: 0.60s; }
.text-sequence-loader-preview span:nth-child(8) { animation-delay: 0.70s; }
.text-sequence-loader-preview span:nth-child(9) { animation-delay: 0.80s; }
.text-sequence-loader-preview span:nth-child(10) { animation-delay: 0.90s; }

/* Define @keyframes text-appear-animation if not already defined or if it needs to be static in CSS output */
/* @keyframes text-appear-animation {
    to {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }
} */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
