@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.en {
	font-family: "Albert Sans", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
p {
	line-height: 1.875;
	letter-spacing: 0.05em;
}
#main {
	padding-top: 8rem;
}
@media all and (max-width: 896px) {
	p {
		line-height: 2;
		letter-spacing: 0;
	}
}
.content {
	margin: 0 auto;
	width: 134rem;
}
.content02 {
	margin: 0 auto;
	width: 120rem;
}
.content03 {
	margin: 0 auto;
	width: 100rem;
}
@media all and (max-width: 896px) {
	.content,
	.content02,
	.content03 {
		margin: 0 2.8rem;
		width: auto !important;
	}
}
/* comBgBox */
.comBgBox {
	padding: 26.5rem 0 0;
	position: relative;
}
.comBgBox .bgBox {
	position: absolute;
	left: -13.6rem;
	top: 0;
	width: 161.2rem;
	z-index: -1;
}
.comBgBox .bgBox img {
	width: 100%;
}
.comBgBox .bgBox::before {
	content: "";
	position: absolute;
	left:calc(100% - 10rem);
	top: 3.6rem;
	width: 999rem;
	height: 10rem;
	background: url(../img/common/bg02.png) repeat center top / 10rem;
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding-top: 19rem;
	}
	.comBgBox .bgBox {
		width: 100%;
		left: 0;
	}
	.comBgBox .bgBox::before {
		display: none;
	}
}
/* headLine01 */
.headLine01 {
	margin-bottom: 6rem;
	color: #333;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.555;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 5rem;
		font-size: 3rem;
		line-height: 1.666;
		letter-spacing: 0.1em;
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 6.8rem;
	color: #00267A;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}
.headLine02 .en {
	margin-bottom: 1.6rem;
	font-size: 10rem;
	font-weight: 600;
	letter-spacing: 0;
	display: block;
}
.headLine02 .jp01 {
	color: #003B94;
}
@media all and (min-width: 897px) {
	.headLine02.left {
		margin-bottom: 5.7rem;
		text-align: left;
	}
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 4rem;
		font-size: 1.4rem;
	}
	.headLine02 .en {
		margin-bottom: 1.1rem;
		font-size: 5rem;
	}
}
/* comMidTxt */
.comMidTxt {
	margin: 0 auto 8.8rem;
	max-width: 66.1rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	.comMidTxt {
		margin-bottom: 6.8rem;
		width: auto;
	}
}
/* comTab */
.comTab table {
	width: 100%;
	border-collapse: collapse;
}
.comTab th,
.comTab td {
	padding: 1.4rem 0.5rem 1.5rem;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.8px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	word-break: break-all;
}
@media all and (max-width: 896px) {
	.comTab th,
	.comTab td {
		padding: 1.3rem 0rem 1.4rem;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
/* comBtn */
.comBtn01 a {
	width: fit-content;
	min-width: 24rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
	color: #FFF;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background: url(../img/common/arrow01.png) no-repeat center right 2rem / 1.1rem,linear-gradient(90deg, #026EE4 0%, #51A7DD 100%);
}
.comBtn01 a::after {
	pointer-events: none;
	width: 100%;
	height: 100%;
	content: "";
	border: 1px solid #026EE4;
    transition: 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: inherit;
	opacity: 0;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.comBtn01 a:hover {
		color: #026EE4;
       background: url(../img/common/arrow02.png) no-repeat center right 2rem / 1.1rem,#fff;
	}
	.comBtn01 a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	.comBtn01 a {
		margin: 0 auto;
		min-width: 23rem;
		height: 5.5rem;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
}
/* comBgBox02 */
.comBgBox02 {
	margin-bottom: 12.6rem;
	padding-bottom: 17.7rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.comBgBox02 .bgBox01 {
	width: 30rem;
	position: absolute;
	left: calc(50% - 72rem);
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.comBgBox02 .bgBox02 {
	width: 30rem;
	position: absolute;
	top: auto;
	z-index: -1;
	bottom: 0;
	left: calc(50% - 53.6rem);
	pointer-events: none;
}
.comBgBox02 img {
	width: 100%;
}
.comBgBox02 .bgBox02::after,
.comBgBox02 .bgBox01::after,
.comBgBox02 .bgBox01::before {
	width: 999rem;
	height: 10rem;
	content: "";
	position: absolute;
	right: calc(100% - 1px);
	top: 0;
	background: url(../img/common/bg02.png) repeat left top / 10rem;
}
.comBgBox02 .bgBox01::after {
	width: 10rem;
	height: 999rem;
	top: calc(100% - 1px);
	left: auto;
	right: 1rem;
	background: url(../img/common/bg02.png) repeat left top / 10rem;
}
.comBgBox02 .bgBox02::after {
	top: auto;
	bottom: 0.2rem;
	right: auto;
	left: calc(100% - 1px);
}
@media all and (max-width: 896px) {
	.comBgBox02 {
		padding: 16rem 0;
	}
	.comBgBox02 .bgBox01 {
		width: 100%;
		left: 0;
		transform: scaleX(-1);
	}
	.comBgBox02 .bgBox02 {
		width: 100%;
		left: 0;
		transform: scale(-1);
	}
	.comBgBox02 .bgBox02::after {
		width: 5rem;
		height: 999rem;
		right: -2.2rem;
		bottom: auto;
		top: 0;
		left: auto;
		z-index: -1;
	}
	.comBgBox02 .bgBox01::after,
	.comBgBox02 .bgBox01::before {
		display: none;
	}
}
/* comTitle */
.comTitle {
	margin-bottom: 6.9rem;
	padding: 9rem 0 2rem;
	border-bottom: 1px solid #D9D9D9;
}
.comTitle h2 {
	margin: 0;
	text-align: left;
}
.comTitle .headLine02 .en {
	margin-bottom: 1.2rem;
}
.comTitle .headLine02 .jp {
	margin: 0 0.3rem;
	font-size: 3.5rem;
	letter-spacing: 0.05em;
}
.comTitle .headLine03 .jp {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.comTitle .headLine03 .en {
	margin-bottom: 0.8rem;
}
.comTitle:has(.headLine03) {
	margin-bottom: 5.7rem;
	padding: 14.7rem 0 1.2rem;
}
@media all and (max-width: 896px) {
	.comTitle {
		padding: 4rem 0 3.6rem;
	}
	.comTitle:has(.headLine03) {
		padding: 4.8rem 0 3rem;
	}
	.comTitle .headLine03 .en {
		font-size: 2rem;
	}
	.comTitle .headLine02 .en {
		font-size: 6.5rem;
	}
	.comTitle .headLine02 .jp {
		font-size: 2.5rem;
	}
}
/* headLine03 */
.headLine03 {
	margin-bottom: 6.6rem;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
}
.headLine03 .en {
	margin-bottom: 2rem;
	color: #00267A;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	display: block;
}
.headLine03.left {
	text-align: left;
}
@media all and (max-width: 896px) {
	.headLine03 {
		font-size: 3rem;
	}
	.headLine03 .en {
		margin-bottom: 1.8rem;
		font-size: 1.5rem;
	}
}
/* headLine04 */
.headLine04 {
	margin-bottom: 3.3rem;
	padding-left: 2rem;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	position: relative;
}
.headLine04::before {
	width: 0.5rem;
	height: 3.4rem;
	content: "";
	position: absolute;
	left: 0;
	top: 1.2rem;
	background: #026EE4;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 4rem;
		padding-left: 1.5rem;
		font-size: 2.4rem;
	}
	.headLine04::before {
		top: 1rem;
		height: 2rem;
	}
}
/* wp-pagenavi */
.wp-pagenavi {
	margin-top: 10rem;
	font-size: 0;
	clear: both;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.1rem;
}
.wp-pagenavi .pages {
	font-size: 1.5rem;
	display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	border: none;
	font-size: 0;
	background: url(../img/common/arrow02.png) no-repeat center center / 1.1rem;
}
.wp-pagenavi .previouspostslink {
	transform: scaleX(-1);
}
.wp-pagenavi a,
.wp-pagenavi span {
	min-width: 3.5rem;
	height: 3.5rem;
	border-radius: 100%;
	font-size: 1.5rem;
	color: #026EE4;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	box-sizing: border-box;
}
.wp-pagenavi span.current {
	color: #fff;
	background: #026EE4;
}
.wp-pagenavi span.extend {
	min-width: 2.3rem;
	letter-spacing: 0;
	padding-bottom: 1.2rem;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #fff;
		background-color: #026EE4;
	}
	.wp-pagenavi .nextpostslink:hover,
	.wp-pagenavi .previouspostslink:hover {
		background-image: url(../img/common/arrow01.png);
	}
}
@media all and (max-width: 896px) {
	
}
.comRecruitLink .headLine03 {
	margin-bottom: 7.2rem !important;
}
.comRecruitLink .linkBox {
	margin-bottom: 12.8rem;
}
.comRecruitLink .linkBox:last-child {
	margin-bottom: 0;
}
.comRecruitLink .linkBox a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 3rem;
	color: #FFF;
}
.comRecruitLink .linkBox a img {
	width: 100%;
	transition: 0.3s;
}
.comRecruitLink .linkBox .link {
	padding: 1rem 10.2rem 1rem 0;
	width: fit-content;
	display: block;
	position: absolute;
	left: 4rem;
	bottom: 3rem;
	text-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
	font-family: "Albert Sans", sans-serif;
	font-size: 7rem;
	font-weight: 700;
	line-height: 0.928;
	letter-spacing: 0.05em;
	z-index: 2;
}
.comRecruitLink .linkBox .link::after {
	content: "";
	width: 8rem;
	height: 8rem;
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	border-radius: 100%;
	background: #fff url(../img/common/arrow03.png) no-repeat center center / 3.8rem;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.comRecruitLink .linkBox a:hover img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	.comRecruitLink .linkBox {
		margin-bottom: 13rem;
	}
	.comRecruitLink .headLine03 {
		margin-bottom: 4.8rem !important;
	}
	.comRecruitLink .linkBox a {
		aspect-ratio: 319/210;
		border-radius: 2rem;
	}
	.comRecruitLink .linkBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.comRecruitLink .linkBox .link {
		padding-right: 4rem;
		left: 2.2rem;
		bottom: 1.3rem;
		font-size: 3rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.comRecruitLink .linkBox .link::after {
		width: 3rem;
		height: 3rem;
		bottom: 1.1rem;
		background-size: 1.4rem;
	}
}
/* comVisual */
.comVisual {
	margin-bottom: 15rem;
	position: relative;
}
.comVisual .mainImg {
	margin-left: auto;
	width: calc(50% + 38rem);
	height: 57rem;
	border-radius: 0 0 0 3rem;
	overflow: hidden;
}
.comVisual .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comVisual .titleBox {
	position: absolute;
	left: 50%;
	top: 19.7rem;
	transform: translateX(-50%);
}
.comVisual .headLine02 {
	margin-bottom: 10.2rem;
	text-align: left;
}
.comVisual .headLine02 .en {
	margin-bottom: 1.1rem;
	text-shadow: 0 0 2rem #FFF;
}
.comVisual .headLine02 .jp {
	font-size: 3.5rem;
	text-shadow: 0 0 1rem #FFF;
}
@media all and (max-width: 896px) {
	.comVisual {
		margin: 0;
		padding: 4rem 0 4rem;
	}
	.comVisual .headLine02 {
		margin-bottom: 4.7rem;
	}
	.comVisual .headLine02 .en {
		margin-bottom: 1.2rem;
		font-size: 6.5rem;
	}
	.comVisual .headLine02 .jp {
		font-size: 2.5rem;
	}
	.comVisual .titleBox {
		margin-bottom: 3rem;
		position: initial;
		transform: none;
	}
	.comVisual .mainImg {
		width: 100%;
		height: auto;
		border-radius: 0;
		aspect-ratio: 375/280;
	}
}
/* comVisual02 */
.comVisual02 .mainImg {
	position: relative;
	background: linear-gradient(255deg, #51A7DD -7.8%, #CCEAFA 71.9%);
	overflow: visible;
}
.comVisual02 .mainImg img {
	position: absolute;
	right: 12rem;
	bottom: -7.9rem;
	width: 45.2rem;
	aspect-ratio: 452/154;
	height: auto;
	object-fit: inherit;
}
.comVisual02 .titleBox {
	z-index: 3;
}
@media all and (max-width: 896px) {
	.comVisual02 .mainImg {
		background: linear-gradient(241deg, #51A7DD 0%, #CCEAFA 80.14%);
	}
	.comVisual02 .mainImg img {
		position: absolute;
		right: 3.3rem;
		bottom: -4.1rem;
		width: 31rem;
		z-index: 2;
	}
}
/* comLinkList */
.comLinkList {
	width: fit-content;
}
.comLinkList li {
	width: 12rem;
}
.comLinkList li + li {
	margin-top: 1rem;
}
.comLinkList a {
	padding: 0.2rem 1.9rem;
	min-width: inherit;
	width: 100%;
	height: 3.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: left;
	justify-content: flex-start;
	background-position: right 1.7rem center,left top !important;
}
.comLinkList .on {
	pointer-events: none;
	background: url(../img/common/arrow05.png) no-repeat center right 1.7rem / 1.1rem,linear-gradient(90deg, #026EE4 0%, #51A7DD 100%);
}
/* comList */
.comList {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 4rem;
	justify-content: space-between;
}
.comList > li {
	padding: 1.4rem 4.9rem 2.3rem 4rem;
	width: calc(50% - 2rem);
	min-height: 19.5rem;
	border-radius: 2rem;
	border: 1px solid #026EE4;
	background: #FFF;
}
.comList .title {
	margin-bottom: 2.7rem;
	padding-bottom: 2rem;
	color: #026EE4;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #026EE4;
}
.comList .subList li {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
	line-height: 1.875;
	letter-spacing: 0.05em;
}
.comList .subList02 li + li {
	margin-top: 3rem;
}
.comList.column3 {
	gap: 3rem;
	justify-content: flex-start;
	align-items: flex-start;
}
.comList.column3 > li {
	padding: 3.9rem 3.9rem 4.5rem;
	width: calc((100% - 6rem) / 3);
	min-height: 30rem;
	text-align: justify;
}
.comList.column3 .subList02 li {
	padding-left: 0;
	text-indent: 0;
}
.comList .title02 {
	margin-bottom: 1.8rem;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 2rem;
	text-align: left;
}
.comList .title02 .en {
	min-width: 5.4rem;
	width: fit-content;
	color: rgba(2, 110, 228, 0.2);
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.2833;
	flex-shrink: 0;
}
.comList .title02 .text {
	margin-top: 0rem;
	flex: 1;
}
@media all and (max-width: 896px) {
	.comList {
		gap: 2.5rem;
	}
	.comList > li {
		padding: 2.2rem 2.5rem 3.1rem;
		width: 100% !important;
		border-radius: 2rem;
	}
	.comList.column3 {
		gap: 3rem;
	}
	.comList.column3 > li {
		padding: 2.7rem 2.9rem 3.5rem;
		border-radius: 1rem;
		min-height: 24.6rem;
	}
	.comList .title {
		margin-bottom: 2rem;
		padding-bottom: 1.6rem;
		font-size: 1.8rem;
	}
	.comList .subList li {
		padding-left: 1.5rem;
		text-indent: -1.5rem;
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.01em;
	}
	.comList .title02 {
		margin-bottom: 1.4rem;
		padding-bottom: 0;
	}
	.comList .title02 .en {
		min-width: 3rem;
		font-size: 5rem;
		line-height: 1.54;
	}
	.comList p {
		line-height: 1.8;
	}
}
/* comMessage */
.comMessage {
	padding-bottom: 22.7rem;
}
.comMessage .content {
	width: 80rem;
	transform: translateX(4rem);
	position: relative;
	z-index: 2;
}
.comMessage p {
	margin-bottom: 3rem;
	letter-spacing: 0;
}
.comMessage p:last-child {
	margin-bottom: 0;
}
.comMessage .name {
	margin-top: 4rem;
	text-align: right;
	letter-spacing: 0.05em;
}
.comMessage .name span {
	margin-left: 1.6rem;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	.comMessage {
		padding-bottom: 15.5rem;
	}
	.comMessage .content {
		margin-left: 6.1rem;
		transform: none;
	}
	.comMessage p {
		margin-bottom: 2rem;
	}
	.comMessage .name {
		margin-top: 4.3rem;
	}
	.comMessage .name span {
		font-size: 2rem;
	}
}
/* comInfiniteslide */
.comInfiniteslide .list {
	position: relative;
	z-index: 1;
	display: flex !important;
}
.comInfiniteslide .list li {
	margin-right: 4rem;
	width: 70rem;
	border-radius: 3rem;
	overflow: hidden;
	aspect-ratio: 70/47;
	flex-shrink: 0;
}
.comInfiniteslide .list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	.comInfiniteslide .list li {
		margin-right: 1.5rem;
		width: 29rem;
		aspect-ratio: 29/20;
		border-radius: 2rem;
	}
}
/* comService */
.comService {
	margin-bottom: 23.3rem;
	position: relative;
}
.comService .bgBox {
	bottom: -19rem;
	width: 161.2rem;
	z-index: -1;
	transform: translateX(-53%);
}
.comService .bgBox::before {
	content: "";
	position: absolute;
	left:calc(100% - 10rem);
	top: 3.6rem;
	width: 999rem;
	height: 10rem;
	background: url(../img/common/bg02.png) repeat center top / 10rem;
}
.comService .imgBox {
	display: flex;
	gap: 13.2rem;
	align-items: flex-start;
}
.comService .textBox {
	margin: 0 0 0.5rem;
	flex: 1;
}
.comService .textBox .comTab {
	margin-bottom: 8rem;
}
.comService .photoBox {
	position: relative;
	width: 56.8rem;
}
.comService .photoBox .posImg {
	width: 10rem;
	position: absolute;
	left: -0.8rem;
	bottom: -6.8rem;
}
.comService .photoBox .posImg02 {
	width: 5.2rem;
	left: auto;
	right: -1.1rem;
	top: -3.7rem;
	bottom: auto;
}
.comService .textBox td {
	padding-right: 0.3rem;
	text-align: right;
}
.comService .imgList {
	margin: 10.2rem 0 0;
	gap: 6.9rem;
}
.comService .imgList li {
	width: 17.6rem;
}
.comService .imgList li img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.comService {
		margin-bottom: 15.2rem;
	}
	.comService .bgBox {
		width: 100%;
		left: 0;
		transform: none;
		bottom: -5rem;
	}
	.comService .imgBox {
		flex-direction: column-reverse;
		gap: 0;
	}
	.comService .photoBox {
		margin: 0 -0.7rem 7.3rem;
		width: auto;
	}
	.comService .photoBox .posImg {
		width: 5.4rem;
		left: -0.4rem;
		bottom: -5rem;
	}
	.comService .photoBox .posImg02 {
		width: 3rem;
		left: auto;
		right: 0.8rem;
		top: -3.4rem;
		bottom: auto;
	}
	.comService .textBox {
		margin: 0;
		width: 100%;
	}
	.comService .textBox .comTab {
		margin-bottom: 6rem;
	}
	.comService .imgList {
		margin-top: 8rem;
		gap: 0;
		justify-content: space-between;
	}
	.comService .imgList li {
		width: calc(50% - 0.7rem);
	}
}
/* fade */
.fadeInUp {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeInUp.on {
	opacity: 1;
	transform: none;
}
.fadeInRight {
	opacity: 0;
	transform: translateX(-20px);
	transition: all cubic-bezier(.4,.4,0,1) 1s;
}
.fadeInRight.on {
	opacity: 1;
	transform: none;
}
.fadeInLeft {
	opacity: 0;
	transform: translateX(20px);
	transition: all cubic-bezier(.4,.4,0,1) 1s;
}
.fadeInLeft.on {
	opacity: 1;
	transform: none;
}
.fadeInDown {
	opacity: 0;
	transform: translateY(-10px);
	transition: all cubic-bezier(.4,.4,0,1) 1s;
}
.fadeInDown.on {
	opacity: 1;
	transform: none;
}
.fadeInOneByOne {
	opacity: 0;
}
.fadeInOneByOne.on {
	opacity: 1;
}
.fadeInOneByOne em {
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	transition: all ease 0.8s;
	transform: translateY(20px);
}
.fadeInOneByOne.on em {
	opacity: 1;
	transform: none;
}
.fadeGroup > li {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.6s ease,transform 0.6s ease,-webkit-transform 0.6s ease;
}
.fadeGroup > li.on {
	opacity: 1;
	transform: translateY(0);
}