@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@100;400;500;700&display=swap");

.c5-featureWrap {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}
a {
	margin: 0;
	padding: 0;
}
.s5-returnToTop {
	margin: 0!important;
}
.c5-only-sp {
	display: none!important;
}
@media screen and (max-width: 640px) {
	.c5-only-pc {
		display: none!important;
	}
	.c5-only-sp {
		display: block!important;
	}
}
.c5-mgtop230 {
    margin-top: 230px!important;
}
.c5-mgtop190 {
    margin-top: 190px!important;
}
.c5-mgtop170 {
    margin-top: 170px!important;
}
.c5-mgtop155 {
    margin-top: 155px!important;
}
.c5-mgtop150 {
    margin-top: 150px!important;
}
.c5-mgtop140 {
    margin-top: 140px!important;
}
.c5-mgtop120 {
    margin-top: 120px!important;
}
.c5-mgtop110 {
    margin-top: 110px!important;
}
.c5-mgtop100 {
    margin-top: 100px!important;
}
.c5-mgtop95 {
    margin-top: 95px!important;
}
.c5-mgtop90 {
    margin-top: 90px!important;
}
.c5-mgtop80 {
    margin-top: 80px!important;
}
.c5-mgtop70 {
    margin-top: 70px!important;
}
.c5-mgtop60 {
    margin-top: 60px!important;
}
.c5-mgtop50 {
    margin-top: 50px!important;
}
.c5-mgtop45 {
    margin-top: 45px!important;
}
.c5-mgtop40 {
    margin-top: 40px!important;
}
.c5-mgtop35 {
    margin-top: 35px!important;
}
.c5-mgtop30 {
    margin-top: 30px!important;
}
.c5-mgtop25 {
    margin-top: 25px!important;
}
.c5-mgtop20 {
    margin-top: 20px!important;
}
.c5-mgtop15 {
    margin-top: 15px!important;
}
.c5-mgtop10 {
    margin-top: 10px!important;
}
.c5-mgtop8 {
    margin-top: 8px!important;
}
.c5-mgtop5 {
    margin-top: 5px!important;
}
.c5-container {
	padding-top: 0px!important;
}

.c5-text-ann {
	font-size: 13px!important;
	font-weight: 500!important;
	line-height: 2!important;
	text-align: left;
	color: #000;
}
.c5-text-ann a {
	color: #5E80EB;
	text-decoration: underline;
}
.c5-text-right-ann {
	font-size: 13px!important;
	font-weight: 500!important;
	line-height: 2!important;
	text-align: right;
	color: #000;
}
.c5-text-center-ann {
	font-size: 13px!important;
	font-weight: 500!important;
	line-height: 2!important;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 640px) {
	.c5-container {
		padding-top: 0!important;
	}
	.c5-text-ann,
	.c5-text-right-ann {
		font-size: 2.666666666666667vw!important;
		line-height: 1.5!important;
		margin-top: 3vw!important;
	}
	.c5-cont03-img02-wrap .c5-text-right-ann {
		margin-top: -4.5vw!important;
	}
	.c5-text-center-ann {
		font-size: 2.666666666666667vw!important;
		line-height: 1.5!important;
		margin-top: 3vw!important;
		text-align: left;
	}
}
/*========================================

  .c5-cr-mainvisual

========================================*/
.c5-cr-mainvisual {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	font-size: 0;
	max-width: 1920px;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.c5-cr-mainvisual {
		width: 100%;
	}
}

/*========================================

  .c5-cr-

========================================*/
.c5-cr-article {
  overflow: hidden;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.c5-cr-article {
		padding-top: 0;
	}
}
.c5-cr-article * {
  box-sizing: border-box;
}
.c5-anchor-bg {
	background-color: #EAE5B5;
	width: 100%;
	padding: 15px 0;
	margin: 0;
}
.c5-anchor-wrap {
	display: flex;
}
.c5-anchor-wrap li {
	width: 25%;
	border-left: #0A094D 1px solid;
	transition: 0.3s linear;
}
.c5-anchor-wrap li:last-of-type {
	border: none;
	background-color: #fff;
}
.c5-anchor-wrap li a {
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #0A094D;
	text-align: center;
	padding: 10px 10px 20px;
	line-height: 1.5;
	position: relative;
	transition: 0.3s linear;
}
.c5-anchor-wrap li a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: calc(50% - 7px);
	border: 7px solid transparent;
    border-top: 9px solid #0A094D;   /* 好みで色を変えてください */  
}
.c5-anchor-wrap li:hover {
	opacity: .7;
}
@media screen and (max-width: 640px) {
	.c5-anchor-bg {
		padding: 35vw 0 0;
	}
	.c5-anchor-wrap {
		display: block;
	}
	.c5-anchor-wrap li {
		width: 100%;
		border-top: 1px #0A094D solid;
		border-left: none;
	}
	.c5-anchor-wrap li:nth-child(4) {
		border-bottom: 1px #0A094D solid;
	}
	.c5-anchor-wrap li:last-of-type {
		border-right:none;
		margin-top: 3.7vw;
	}
	.c5-anchor-wrap li a {
		font-size: 4vw;
		text-align: left;
		padding: 5vw 2.666666666666667vw;
	}
	.c5-anchor-wrap li a::after {
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 9px solid #0A094D;
		border-right: 0;
		left: 95%;
		bottom: calc(50% - 7px);
	}
}

.c5-read-bg {
	padding-bottom: 80px;
	width: 100%;
	background: linear-gradient(0deg, rgba(234, 229, 181, .4), rgba(234, 229, 181, 0) 70%);
	position: relative;
}
@media screen and (max-width: 640px) {
	.c5-read-bg {
		padding-bottom: 0;
	}
}
.c5-cont-bg {
	padding-bottom: 80px;
	width: 100%;
	background-color: #EAE5B5;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.c5-cont-bg {
		padding-bottom: 8vw;
	}
	.c5-cont-bg .c5-inner-width820 {
		margin-top: 18vw!important;
	}
}
.c5-main-copy-wrap {
	width: 90%;
	margin: 3vw auto 0;
	overflow: hidden;
}
.c5-main-copy {
	font-size: 6.5vw;
	color: #0A094D;
	font-weight: 700;
	line-height: 1.8;
	position: relative;
	display: inline;
	background: repeating-linear-gradient(-45deg, transparent, transparent 0.6666666666666667vw, #EAE5B5 0.6666666666666667vw, #EAE5B5 1.3333333333333335vw);
	background-repeat: no-repeat;
	background-size: 100% 1.6vw;
	background-position: left 0 bottom 0;
	padding-bottom: 1.6vw;
	margin-left: -3vw;
}
.c5-footer-title-bg {
	width: 100%;
	background: linear-gradient(180deg, rgba(234, 229, 181, .4), rgba(234, 229, 181, 0) 70%);
	overflow: hidden;
}
.c5-inner-width1060 {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}
.c5-inner-width950 {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
}
.c5-inner-width820 {
	width: 90%;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.c5-read-text {
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
}
.c5-read-img-title {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
	display: inline;
	background: linear-gradient(transparent 70%, #EAE5B5 70%);
}
@media screen and (max-width: 640px) {
	.c5-read-text {
		font-size: 4vw;
		text-align: left;
		margin-top: 5.333333333333334vw!important;
		margin-bottom: 7vw!important;
	}
	.c5-read-img-title {
		font-size: 6.666666666666667vw;
	}
	.c5-read-img {
		margin-top: 6.666666666666667vw!important;
		margin-bottom: -25.333333333333336vw!important;
	}
}
/*========================================

  .c5-main-cont

========================================*/
#cont01,
#cont02,
#cont03,
#cont04 {
	overflow: hidden;
}

.c5-cont-title-line {
	width: 100%;
	height: 10px;
	background: repeating-linear-gradient(-45deg, transparent, transparent 6px, #fff 6px, #fff 10px);
	z-index: 1;
}
.c5-cont-title-line2 {
	width: 100%;
	height: 10px;
	background: repeating-linear-gradient(-45deg, transparent, transparent 5px, #000 5px, #000 7px);
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.c5-cont-title-line {
		height: 1.7333333333333332vw;
		background: repeating-linear-gradient(-45deg, transparent, transparent 1vw, #fff 1vw, #fff 2vw);
		margin-top: 5vw!important;
	}
	.c5-cont-title-line2 {
		height: 1.7333333333333332vw;
		background: repeating-linear-gradient(-45deg, transparent, transparent .8vw, #000 .8vw, #000 1.3vw);
		margin-top: 5.333333333333334vw!important;
	}
}
.c5-cont-title-icon {
	width: 300px;
	position: absolute;
	left: calc(50% - 150px);
	top: -25px;
	z-index: 10;
}
.c5-cont-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
}
.c5-cont-title span {
	font-size: 20px;
}
@media screen and (max-width: 640px) {
	.c5-cont-title-icon {
		width: 60vw;
		left: calc(50% - 30vw);
		top: -5.5vw;
	}
	.c5-cont-title {
		font-size: 5.4vw;
		margin-top: 6.666666666666667vw!important;
	}
	.c5-cont-title span {
		font-size: 3.0666666666666664vw!important;
	}
	.c5-subcont .c5-cont-title {
		margin-top: 5vw!important;
	}
}
.c5-cont-text {
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 1.8;
	color: #000;
}
.c5-cont-text-center,
.c5-cont-text-center-first {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	color: #000;
}
@media screen and (max-width: 640px) {
	.c5-cont-text {
		font-size: 3.4666666666666663vw;
		margin-top: 7.5vw!important;
		line-height: 2.3;
	}
	.c5-cont-text-center {
		font-size: 3.4666666666666663vw;
		text-align: left;
		line-height: 2.3;
		margin-top: 6.5vw!important;
	}
	.c5-cont-text-center-first {
		font-size: 3.4666666666666663vw;
		line-height: 2.3;
		margin-top: 8vw!important;
	}
}
.c5-cont01-img {
	font-size: 0!important;
}
.c5-cont02-img01 {
	font-size: 0!important;
}
.c5-cont02-img02-wrap {
	display: flex;
}
.c5-cont02-img02-wrap li:first-child,
.c5-cont02-img02-wrap li:last-child {
	width: 22%;
}
.c5-cont02-img-title {
	display: flex;
	font-size: 20px;
	font-weight: 400;
	justify-content: center;
	border-radius: 100px;
	background-color: #fff;
	align-items: center;
	width: 120px;
	height: 120px;
	color: #000;
	margin-left: 55px;
}
.c5-cont02-img02 {
	width: 56%;
	z-index: 1;
}
@media screen and (max-width: 900px) {
	.c5-cont02-img02-wrap li:first-child {
		width: 24%;
		margin-top: 0!important;
		z-index: 10;
		position: relative;
	}
	.c5-cont02-img02-wrap li:last-child {
		width: 0;
	}
	.c5-cont02-img-title {
		width: 23vw;
		height: 23vw;
		font-size: 3.4666666666666663vw;
		position: absolute;
		left: 0;
		margin-left: 0;
		z-index: 10;
	}
	.c5-cont02-img02 {
		width: 80%;
		z-index: 50;
	}
}
@media screen and (max-width: 640px) {
	.c5-cont02-img02-wrap li:first-child {
		margin-top: -13vw!important;
	}
}
.c5-cont02-img03-wrap {
	display: flex;
	margin-top: -60px;
}
.c5-cont02-img03-wrap li:first-child {
	width: 56%;
	z-index: 10;
}
.c5-cont02-img03-wrap li:first-child img {
	border-top: 5px solid #EAE5B5;
	border-right: 5px solid #EAE5B5;
}
@media screen and (max-width: 900px) {
	.c5-cont02-img03-wrap {
		margin-top: -8vw;
	}
	.c5-cont02-img03-wrap li:first-child {
		width: 80%;
		z-index: 100;
	}
	.c5-cont02-img03-wrap li:first-child img {
		border-top: 0.6666666666666667vw solid #EAE5B5;
		border-right: 0.6666666666666667vw solid #EAE5B5;
	}
}
.c5-cont02-img04-wrap {
	display: flex;
	margin-top: -130px;
}
.c5-cont02-img04-wrap li:first-child {
	width: 44%;
}
.c5-cont02-img04-wrap li:last-child {
	width: 56%;
	z-index: 20;
}
.c5-cont02-img04-wrap li:last-child img {
	border-top: 5px solid #EAE5B5;
	border-left: 5px solid #EAE5B5;
}
@media screen and (max-width: 900px) {
	.c5-cont02-img04-wrap {
		margin-top: -6.666666666666667vw;
	}
	.c5-cont02-img04-wrap li:first-child {
		width: 20%;
	}
	.c5-cont02-img04-wrap li:last-child {
		width: 80%;
		z-index: 150;
	}
	.c5-cont02-img04-wrap li:last-child img {
		border-top: 0.6666666666666667vw solid #EAE5B5;
		border-left: 0.6666666666666667vw solid #EAE5B5;
	}
}
.c5-cont03-img01 {
	font-size: 0!important;
}
@media screen and (max-width: 900px) {
	.c5-cont03-img01 {
		margin-top: 5.333333333333334vw!important;
	}
}
.c5-cont03-img02-wrap {
	display: flex;
}
.c5-cont03-img02-wrap li:first-child {
	width: 56%;
	z-index: 1;
}
.c5-cont03-img03-wrap {
	display: flex;
	margin-top: -150px;
}
.c5-cont03-img03-wrap li:first-child {
	width: 44%;
}
.c5-cont03-img03-wrap li:last-child {
	width: 56%;
	z-index: 20;
}
.c5-cont03-img03-wrap li:last-child img {
	border-top: 5px solid #EAE5B5;
	border-left: 5px solid #EAE5B5;
}
@media screen and (max-width: 640px) {
	.c5-cont03-img02-wrap li:first-child {
		width: 100%;
	}
	.c5-cont03-img02-wrap img {
		margin-top: 1vw!important;
	}
	.c5-cont03-img03-wrap {
		margin-top: 2.933333333333333vw;
	}
	.c5-cont03-img03-wrap li:first-child {
		width: 0;
	}
	.c5-cont03-img03-wrap li:last-child {
		width: 100%;
	}
	.c5-cont03-img03-wrap li:last-child img {
		border: none;
	}
	.c5-cont03-img03-wrap .c5-cont-text {
		margin-top: 4vw!important;
	}
}

.c5-subcont-wrap {
	border: 2px solid #000;
	border-radius: 15px;
	position: relative;
}
.c5-subcont-icon {
	width: 330px;
	position: absolute;
	top: -45px;
	left: calc(50% - 165px);
}
.c5-subcont-img {
	margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
	.c5-subcont-wrap {
		border: 0.5vw solid #000;
	}
	.c5-subcont-wrap .c5-inner-width820 {
		margin-top: 10.666666666666668vw!important;
	}
	.c5-subcont-wrap .c5-cont-text {
		margin-top: 4vw!important;
	}
	.c5-subcont-icon {
		width: 54vw;
		left: calc(50% - 27vw);
		top: -7vw;
	}
	.c5-subcont {
		margin-top: 17.333333333333336vw!important;
	}
	.c5-subcont-img {
		margin-bottom: 7.333333333333333vw;
	}
}

.c5-cont-model-wrap {
	text-align: center;
}
.c5-cont-model-inner {
	text-align: left;
	display: inline-block;
}
.c5-cont-model-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
}
.c5-cont-model-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.c5-cont-model-wrap {
		margin-top: 8.666666666666668vw!important;
	}
	.c5-cont-model-title {
		font-size: 2.933333333333333vw;
	}
	.c5-cont-model-text {
		font-size: 2.933333333333333vw;
	}
}
.c5-subcont-footer-text {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	color: #000;
}
.c5-footer-title {
	font-size: 40px;
	font-weight: 700;
	color: #0A094D;
	text-align: center;
	line-height: 1.8;
}
.c5-footer-cont-title {
	font-size: 25px;
	font-weight: 400;
	padding: 25px;
	color: #fff;
	border-radius: 50px;
	background-color: #0A094D;
	text-align: center;
}
.c5-footer-img01 {
	font-size: 0!important;
}
@media screen and (max-width: 640px) {
	.c5-subcont-footer-text {
		font-size: 4.3999999999999995vw;
		margin-top: 8vw!important;
	}
	.c5-footer-title-bg .c5-inner-width950 {
		margin-top: 10.666666666666668vw!important;
	}
	.c5-footer-title {
		font-size: 5.333333333333334vw;
	}
	.c5-footer-bfore-cont .c5-inner-width950 {
		margin-top: 8vw!important;
	}
	.c5-footer-cont-title {
		font-size: 3.6vw;
		padding: 3.5vw;
	}
	.c5-footer-img01 {
		margin-top: 5.333333333333334vw!important;
	}
	.c5-footer-bfore-cont .c5-inner-width1060 {
		margin-top: 13.333333333333334vw!important;
	}
}












.c5-footer-cont {
	width: 100%;
	background-color: #F5F5F5;
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 640px) {
	.c5-footer-cont {
		margin-top: 13.333333333333334vw!important;
	}
}
.c5-detail-info-btn-wrap {
	text-align: center;
}
.c5-questionnaire-btn {
	font-size: 1.125rem;
	color: #fff;
	background-color: #000;
	padding: 20px;
	max-width: 630px;
	display: inline-block;
	width: 100%;
	line-height: 1.3;
}
.c5-questionnaire-btn:hover {
	color: #fff!important;
}

sup {
	font-size: 13px;
}
@media screen and (max-width: 640px) {
	sup {
		font-size: 2.666666666666667vw!important;
	}
}
.c5-questionnaire_title {
	font-weight: 400;
	text-align: center;
	font-size: 2.1875rem;
	color: #444444;
	line-height: 1.3;
}
.c5-questionnaire_read {
	color: #444444;
	font-weight: 500;
	text-align: center;
	font-size: 1.125rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.c5-questionnaire_title {
		font-size: 6vw!important;
		margin-top: 8vw!important;
	}
	.c5-questionnaire_read {
		font-size: 4vw!important;
		text-align: left;
		margin-top: 6vw!important;
	}
}

@-webkit-keyframes slideIn {
  0% {
    visibility: visible;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes slideIn {
  0% {
    visibility: visible;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 3.125vw, 0);
    transform: translate3d(0, 3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 3.125vw, 0);
    transform: translate3d(0, 3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -3.125vw, 0);
    transform: translate3d(0, -3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -3.125vw, 0);
    transform: translate3d(0, -3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}


.slideInUp,
.slideDown,
.slideIn {
  opacity: 0
}

.animateIn.slideInUp, .animateIn .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.slideDown, .animateIn .slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.slideIn, .animateIn .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}

.animateDelay-0 {
  -webkit-animation-delay: 0.4s!important;
  animation-delay: 0.4s!important
}

.animateDelay-1 {
  -webkit-animation-delay: 0.7s!important;
  animation-delay: 0.7s!important
}

.animateDelay-2 {
  -webkit-animation-delay: 1s!important;
  animation-delay: 1s!important
}

.animateDelay-3 {
  -webkit-animation-delay: 1.3s!important;
  animation-delay: 1.3s!important
}

.animateDelay-4 {
  -webkit-animation-delay: 1.6s!important;
  animation-delay: 1.6s!important
}

.animateDelay-5 {
  -webkit-animation-delay: 1.9s!important;
  animation-delay: 1.9s!important
}

.animateDelay-6 {
  -webkit-animation-delay: 2.2s!important;
  animation-delay: 2.2s!important
}

.animateDelay-7 {
  -webkit-animation-delay: 2.5s!important;
  animation-delay: 2.5s!important
}

.animateDelay-8 {
  -webkit-animation-delay: 2.8s!important;
  animation-delay: 2.8s!important
}

.animateDelay-9 {
  -webkit-animation-delay: 3.1s!important;
  animation-delay: 3.1s!important
}

.animateDelay-10 {
  -webkit-animation-delay: 3.4s!important;
  animation-delay: 3.4s!important
}
.animateDelay-11 {
  -webkit-animation-delay: 3.7s!important;
  animation-delay: 3.7s!important
}
.animateDelay-12 {
  -webkit-animation-delay: 4.0s!important;
  animation-delay: 4.0s!important
}
.animateDelay-13 {
  -webkit-animation-delay: 4.3s!important;
  animation-delay: 4.3s!important
}