@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


*,
*:before,
*:after {
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 font-feature-settings: "palt";
 letter-spacing: .5px;
}


.pc {
 display: block;
}

.tab {
 display: none;
}

.sp {
 display: none;
}

body {
 margin: 0 auto;
 font-size: 15px;
 font-family: 'Roboto', 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
 font-feature-settings: "palt";
 transition: 0.3s;
 position: relative;
 color: #212121;
}



ul,
ol {
 list-style-type: none;
 padding: 0;
 margin: 0;
}

a {
 color: #5E9899;
 transition: 0.3s;
 text-decoration: underline;
}

a:hover {
 opacity: .8;
 transition: 0.3s;
}

p {
 margin-top: 20px;
 line-height: 1.8;
 color: #555;
}





.center {
 text-align: center;
}


img {
 max-width: 100%;
}


.wrap-basic {
 width: 1100px;
 margin: 0 auto;
 padding: 0 60px;
}


.navy {
 background: #43535A;
 padding-top: 40px;
 padding-bottom: 100px;
 margin-top: -1px;
}

.serif {
 font-family: "Noto Serif JP", serif;
 font-weight: 400;
 font-style: normal;
}


.wrap {
 padding: 100px 0;
 position: relative;
}

.wrap.ex {
 padding-bottom: 0;
}

.wrap.ex2 {
 padding-bottom: 0;
}

section.up {
 position: relative;
 margin-top: -300px;
}

.drawer_menu {
 display: none;
}


.blue {
 background: #F6FBFB;
}


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


.title1 {
 font-size: 38px;
 letter-spacing: 0;
 font-weight: 600;
 text-align: center;
 margin-top: 300px;
}

.title2 {
 font-size: 20px;
 font-weight: 600;
}

.title3 {
 font-size: 49px;
 font-weight: 500;
}

.title4 {
 text-align: center;
 font-size: 22px;
 font-weight: 500;
 width: 600px;
 height: 80px;
 line-height: 80px;
 margin: 0 auto;
 border-radius: 50px;
 background: #93CBC8;
 color: #fff;
}

.title5 span {
 font-size: 30px;
 font-weight: 600;
 margin-bottom: 40px;
 line-height: 1.8;
 padding-bottom: 3px;
 border-bottom: 3px solid #93CBC8;
 color: #93CBC8;
}

.title6 {
 border: 3px solid #93CBC8;
 padding: 10px 30px;
 color: #93CBC8;
 margin-bottom: 30px;
 font-weight: 600;
}

.title7 {
 font-size: 24px;
 font-weight: 500;
}




.title-set {
 display: flex;
 align-items: center;
 color: #fff;
}

.title-set.ex {
 width: auto;
 color: #212121;
}

.title-set div {
 display: flex;
 align-items: center;
}

.title-set h2 {
 text-align: right;
 margin-right: 20px;
 font-weight: 500;
}


.title-set h3 {
 font-size: 49px;
 border-left: 1px solid #fff;
 padding-left: 20px;
 font-weight: 500;
}

.title-set.ex h3 {
 border-left: 1px solid #212121;
}





.line-title {
 margin-top: 50px;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}

.line-title.mail {
 margin-top: 30px;
 justify-content: center;
}

.line-title img {
 width: 100px;
 margin-right: 10px;
}

.line-title img.logo {
 width: 200px;
 margin-right: 10px;
}

.line-title img.mail {
 width: auto;
 height: 30px;
}


.line-title a {
 text-decoration: none;
 font-size: 20px;
 color: transparent;
 -webkit-text-stroke: 1px #fff;
 letter-spacing: 1px;
 font-weight: 600;
 font-style: italic;
}

.line-title.ex a {
 -webkit-text-stroke: 1px #212121;
}

.line-title a:hover {
 opacity: 1;
 transform: translateX(5px);
}






.title-basic {
 display: flex;
 align-items: center;
 justify-content: center;
}

.title-basic h2 {
 font-size: 48px;
 font-weight: 600;
 color: transparent;
 -webkit-text-stroke: 1px #212121;
 margin-right: 20px;
}

.title-basic h3 {
 font-size: 18px;
 font-weight: 500;
}

.title-basic.ex {
 flex-direction: column;
}

.title-basic.ex h2 {
 margin-bottom: 20px;
 margin-right: 0;
}

.title-basic.ex h3 {
 color: #fff;
}


.title-basic.ex2 {
 flex-direction: column;
}

.title-basic.ex2 h2 {
 margin-bottom: 50px;
 margin-right: 0;
}

.title-basic.ex3 {
 flex-direction: column;
}

.title-basic.ex3 h2 {
 margin-bottom: 30px;
 margin-right: 0;
}

.title-basic.ex3 h3 {
 font-size: 25px;
}



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


header {
 height: 1000px;
 background-image: url(../img/back-wave.jpg);
 background-size: cover;
 position: relative;
}

header.under {
 height: 280px;
}


.wave-left {
 width: 30%;
 position: absolute;
 top: 0;
 left: 0;
}

.wave-right {
 width: 30%;
 position: absolute;
 top: 0;
 right: 0;
}

.wave-bottom {
 width: 100%;
 position: absolute;
 bottom: 0;
 max-height: 200px;
}

.header-nav {
 position: relative;
 z-index: 1;
 display: flex;
 align-items: center;
 padding: 30px;
}

.header-nav li:first-child {
 width: 250px;
 margin-right: auto;
}

.header-nav li {
 margin-right: 30px;
}

.header-nav li a {
 text-decoration: none;
 color: #212121;
}


.header-nav li a:hover {
 transform: scale(1.05);
 opacity: 1;
}


#btn {
 display: block;
 width: 180px;
 height: 40px;
 border-radius: 30px;
 background: #fff;
 line-height: 41px;
 text-align: center;
 margin-right: 0;
 transition: 0.3s;
 margin-left: 10px;
}

#btn a {
 text-decoration: none;
 font-size: 20px;
 color: transparent;
 -webkit-text-stroke: 1px #212121;
 letter-spacing: 1px;
 font-weight: 600;
 font-style: italic;
}


#btn:hover {
 transform: scale(1.05);
 transition: 0.3s;
 cursor: pointer;
 opacity: 1;
}

#btn a:hover {
 opacity: 1;
}



.cont-vision {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.cont-vision .logo {
 width: 42%
}

.cont-vision .info {
 width: 50%
}

.cont-vision .info p {
 width: 90%;
 color: #fff;
 margin-top: 30px;
 margin-left: 30px;
}

.cont-vision .info p.ex {
 color: #fff;
 margin-left: 60px;
}



.cont-service {
 width: 900px;
 min-width: 70%;
 margin-left: 5%;
 position: relative;
}

.cont-service .inner {
 margin-top: 60px;
 display: flex;
 justify-content: space-between;
 width: 100%;

}

.cont-service .item {
 width: 30%;
}

.cont-service .tn {
 display: block;
 background: #ddd;
 height: 400px;
 margin-bottom: 15px;
}

.cont-service .tn.one {
 background-image: url(../img/tn-service1.jpg);
 background-size: cover;
 background-position: 50%
}

.cont-service .tn.two {
 background-image: url(../img/tn-service2.jpg);
 background-size: cover;
 background-position: 20%
}

.cont-service .tn.three {
 background-image: url(../img/tn-service3.jpg);
 background-size: cover;
 background-position: 50%
}


.service .logo-deco {
 width: 280px;
 position: absolute;
 top: 0;
 right: 0;
}

.cont-comp {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 100px;
}

.cont-comp .logo {
 height: 40px;
}

.cont-comp .line-title {
 margin-top: 0;
}




.wrap.contact {
 background: #93CBC8;
 padding-top: 80px;
 padding-bottom: 150px;
}


.cont-contact {
 display: flex;
 justify-content: center;
}


.cont-contact .logo-deco {
 width: 800px;
 margin-right: 50px;
}


footer {
 padding: 0 60px;
 background: #43535A;
 padding-bottom: 50px;
}


footer .logo {
 width: 200px;
}

.footer-nav {
 display: flex;
 margin-top: 30px;
}


.footer-nav li {
 margin-right: 30px;
}

.footer-nav a {
 text-decoration: none;
 color: #fff;
}

.footer-nav a:hover {
 opacity: 1;
}



.copyright {
 font-size: 12px;
 color: #A8A8A8;
 letter-spacing: 2px;
}


.cont-center {
 display: flex;
 flex-direction: column;
 align-items: center;
 padding: 100px;
 position: relative;
}

.cont-center.color {
 background: #F6FBFB;
 padding-bottom: 150px;
}

.cont-center .box {
 width: 500px;
 margin-top: 50px;
}


.cont-center .box.ex {
 margin-top: 0;
}

.cont-center .box.ex p {
 margin-top: 0;
}



.cont-message {
 width: 900px;
 margin: 0 auto;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
}

.cont-message img {
 width: 40%;
}

.cont-message .info {
 width: 55%;
}


.cont-message h4 {
 font-size: 18px;
 line-height: 1.5;
}

.cont-message h4 span {
 font-size: 15px;
}


.company-info {
 width: 510px;
 margin: 120px auto;
 font-size: 17px;
 font-weight: 500;
 line-height: 1.8;
}

.company-info .item {
 display: flex;
 align-items: center;
 margin-bottom: 50px;
}


.company-info span:first-child {
 display: block;
 width: 40%;
 text-align: right;
 padding-right: 50px;
}

.company-info span:last-child {
 padding-left: 50px;
 border-left: 1px solid #212121;
}


.form {
 margin: 60px auto;
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
 line-height: 2;
}

.hbspt-form {
 width: 600px;
}

.submitted-message {
 text-align: center;
}

.cont-draft {
 width: 800px;
 margin: 100px auto;
 text-align: center;
}

.cont-draft .logo {
 width: 400px;
}

.cont-draft p {
 margin-top: 60px;
}


.img-1 {
 display: block;
 margin: 100px auto;

 width: 800px;
}

.img-1.sp {
 display: none;
}


.img-2 {
 display: block;
 margin: 80px auto;
 width: 1000px;
}

.img-3 {
 display: block;
 margin: 80px auto;
 width: 1100px;
}

.img-4 {
 display: block;
 margin: 80px auto;
 width: 1000px;
}


.cont-point {
 text-align: center;
 padding-bottom: 100px;
}

.cont-point .icon {
 width: 80px;
 margin-bottom: 30px;
}

.cont-point .item {
 text-align: center;
 margin-top: 100px;
}


.cont-point .inner {
 font-size: 18px;
 font-weight: 500;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 30px;
}

.cont-point .inner:last-child {
 margin-top: 20px;
}


.cont-point .inner i {
 font-size: 30px;
 margin-right: 10px;
 color: #93CBC8;
}


.flow-strategy {
 display: flex;
 justify-content: space-between;
 margin: 80px auto;
 width: 1200px;
}

.flow-strategy .item {
 width: 22%;
 background: #F6FBFB;
 padding: 50px 40px;
 border-radius: 20px;
 text-align: center;
}


.flow-strategy .icon {
 display: block;
 height: 30px;
 margin: 0 auto;
 margin-bottom: 30px;
}

.flow-strategy h3 {
 text-align: center;
 font-size: 22px;
 font-weight: 500;
 margin-bottom: 30px;
}

.flow-strategy h3 span {
 font-size: 16px;
}



.flow-strategy .list {
 margin-top: 20px;
 font-weight: 500;
}

.flow-strategy .arrow {
 display: flex;
 align-items: center;
}


.feature-sales {
 width: 1000px;
 margin: 100px auto;
}

.feature-sales .item {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 100px;
}

.feature-sales .item.ex {
 flex-direction: row-reverse;
}

.feature-sales .item div {
 width: 40%;
}


.feature-sales .img {
 width: 55%;
}


.news-box {
 display: block;
 margin: 60px auto;
 width: 500px;
 margin-bottom: 400px;
 /*お知らせがたまったら消す*/
}

.news-box .item {
 display: flex;
 margin-top: 30px;
 font-size: 17px;
}

.news-box .item span {
 margin-right: 20px;
 line-height: 1.5;

}


.news-box .item a {
 line-height: 1.5;

}



.archive-list {
 width: 1200px;
 margin: 60px auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.archive-list .item {
 width: 30%;
 margin-bottom: 60px;
}

.archive-list::after {
 content: "";
 display: block;
 width: 30%;
}


.archive-list .item .title {
 display: block;
 font-size: 18px;
 margin-top: 10px;
 margin-bottom: 10px;
 font-weight: 500;
 line-height: 1.5;
}

.archive-list .item span {
 font-weight: 500;
}

.archive-list .item > a:first-child {
 display: block;
 aspect-ratio: 4 / 3;
 /* 1000:750 = 4:3 に合わせる */
 overflow: hidden;
}

.archive-list .item > a:first-child img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 /* 画像を枠にフィットさせつつ中央でトリミング */
 display: block;
}







.article-box {
 width: 700px;
 margin: 60px auto;
 margin-bottom: 90px;
}


.article-box .thumbnail {
 margin-bottom: 30px;
 max-width: 100%;
 height: auto;
 display: block;
}


.article-box .thumbnail img {
 max-width: 100%;
 height: auto;
 display: block;
}

.article-box p.ex {
 font-weight: 500;
 font-size: 18px;
 margin-top: 40px;
 color: #5E9899;
}






.article-box .logo {
 margin: 50px auto;
 margin-bottom: 70px;
}

.article-box .logo.ex {
 width: auto;
 height: 200px;
}



.article-box h1 {
 font-size: 28px;
 font-weight: 500;
 line-height: 1.3;
}

.article-box h2 {
 font-size: 20px;
 font-weight: 500;
 margin-top: 40px;
 color: #5E9899;
}

.article-box h3 {
 font-size: 16px;
 font-weight: 500;
 margin-top: 40px;
 border-left: 2px solid #555;
 padding-left: 10px;
}

.article-box ul,
.article-box ol {
 margin: 30px auto;
 padding-left: 15px;
 line-height: 1.5;
}

.article-box ul {
 list-style-type: disc;
 /* 黒丸 */
}

.article-box ol {
 list-style-type: decimal;
 /* 数字 1,2,3,... */
}

.article-box ul li,
.article-box ol li {
 margin-bottom: 20px;
}

.article-box ul li:last-child,
.article-box ol li:last-child {
 margin-bottom: 0;
}




.article-box table {
 margin: 30px auto;
 font-size: 15px;
}

.article-box table td {
 padding: 10px;
 border: 1px solid #ddd;
}






.article-box .border {
 border: 1px solid #ddd;
 margin-top: 40px;
 margin-bottom: 40px;
 padding: 20px 30px;
}


.article-box .border .title {
 width: 200px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 font-size: 17px;
 font-weight: 500;
 margin: 0 auto;
 border-radius: 50px;
 background: #93CBC8;
 color: #fff;
 margin-top: -40px;
}

.article-box .caption {
 display: block;
 text-align: center;
 margin-top: -20px;
 font-size: 14px;
 color: gray;
}

.article-box hr {
 color: #ddd;
 margin-top: 40px;
}

.article-box .sub {
 display: block;
 color: gray;
 margin-bottom: 10px;
 letter-spacing: .1em;
 font-size: 14px;
}


.article-box img {
 display: block;
 margin: 0 auto;
}

.article-box img.ex {
 width: 70%;
 margin-bottom: 70px;
}





.to-index {
 display: block;
 text-align: center;
 margin-top: 60px;
}


.index-box {
 background: #f7f7f7;
 padding: 45px 30px;
 margin: 60px auto;
}

.index-box .title {
 font-size: 20px;
 font-weight: 500;
 margin-top: 40px;
}


.index-box li {
 margin-top: 20px;
}

.index-box a {
 font-weight: 500;
 text-decoration: none;
 color: #5E9899;
}






/* 元デザインの箱を適用 */
.index-box {
 background: #f7f7f7;
 padding: 45px 30px;
 margin: 60px auto;
}

.index-box .index-title {
 font-size: 20px;
 font-weight: 500;
 margin-bottom: 20px;
}

/* プラグインの容器を素の状態に（余計な背景・枠を消す） */
.index-box #ez-toc-container,
.index-box .ez-toc-container {
 background: transparent;
 border: 0;
 padding: 0;
 box-shadow: none;
}

/* プラグイン内の独自タイトルやトグル行は消す（設定でオフにしてても一応保険） */
.index-box #ez-toc-container .ez-toc-title-container,
.index-box .ez-toc-title-container {
 display: none !important;
}

/* リストの余白とリンクの見た目を合わせる */
.index-box #ez-toc-container ul.ez-toc-list,
.index-box .ez-toc-list {
 margin: 0;
 padding-left: 0;
 /* 元HTMLにドットが無い想定なら0に */
 list-style: none;
 /* 箇条書き記号を消す */
}

.index-box #ez-toc-container ul.ez-toc-list li,
.index-box .ez-toc-list li {
 margin-top: 20px;
}

.index-box #ez-toc-container a,
.index-box .ez-toc-list a {
 font-weight: 500;
 text-decoration: none;
 color: inherit;
 color: #5E9899;
 /* サイトの本文色に追従 */
}




.entry-labels {
 margin: 10px 0;
}

.entry-labels .label {
 display: inline-block;
 margin: 0 8px 8px 0;
 padding: 6px 15px;
 border: 1px solid #5E9899;
 border-radius: 20px;
 color: #5E9899;
 font-size: 14px;
 text-decoration: none;
 transition: 0.3s;
}

.entry-labels .label:hover {
 background: #5E9899;
 color: #fff;
}


.archive .entry-labels .label {
 font-size: 12px;
 padding: 4px 10px;
}



.pagination {
 text-align: center;
 /* 中央配置 */
 margin-top: 10px;
 margin-bottom: 80px;
}

.pagination .page-numbers {
 display: inline-block;
 margin: 0 5px;
 padding: 8px 12px;
 border: 1px solid #ddd;
 border-radius: 4px;
 text-decoration: none;
 color: #333;
 font-size: 14px;
 transition: 0.3s;
}

.pagination .page-numbers:hover {
 background: #5E9899;
 /* ホバー時の背景 */
 color: #fff;
 /* ホバー時の文字色 */
 border-color: #5E9899;
}

.pagination .page-numbers.current {
 background: #5E9899;
 /* 現在のページ */
 color: #fff;
 border-color: #5E9899;
 font-weight: bold;
}





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


#pageTop {
 position: fixed;
 bottom: 40px;
 right: 30px;
 z-index: 9999;
}

#pageTop a {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0;
 padding: 0;
 width: 50px;
 height: 50px;
 background: #333;
 color: #fff;
 text-decoration: none;
 text-align: center;
 border-radius: 30px;
}

#pageTop i {
 font-size: 22px;
 font-weight: bold;
 margin-left: 3px;
}

#pageTop a:hover {
 text-decoration: none;
 opacity: 0.7;
}


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



.under-line {
 position: relative;
 display: inline-block;
 text-decoration: none;
}

.under-line.ex {
 position: relative;
 display: inline-block;
 text-decoration: none;
}

.under-line::after {
 position: absolute;
 bottom: -9px;
 left: 0;
 content: '';
 width: 100%;
 height: 2.5px;
 background: #212121;
 transform: scale(0, 1);
 transform-origin: center top;
 transition: transform .2s;
}

.under-line.ex::after {
 background: #fff;
}

.under-line:hover::after {
 transform: scale(1, 1);
}


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


.anm-fade_up,
.anm-fade_left,
.anm-fade_right,
.anm-fade_down {
 opacity: 0;
}

.animated {
 opacity: 1;
}

.anm-fade_up {
 transform: translateY(30px);
 transition: opacity 0.8s ease, transform 0.8s ease;
}

.anm-fade_left {
 transform: translateX(-30px);
 transition: opacity 0.8s ease, transform 0.8s ease;
}

.anm-fade_right {
 transform: translateX(30px);
 transition: opacity 0.8s ease, transform 0.8s ease;
}

.anm-fade_down {
 transform: translateY(-30px);
 transition: opacity 0.8s ease, transform 0.8s ease;
}

.animated.anm-fade_up,
.animated.anm-fade_left,
.animated.anm-fade_right,
.animated.anm-fade_down {
 transform: translateY(0);

}

.animated.anm-fade_left {
 transform: translateX(0);
}

.animated.anm-fade_right {
 transform: translateX(0);
}

.animated.anm-fade_down {
 transform: translateY(0);
}

.anm-fade_up.two,
.anm-fade_left.two,
.anm-fade_right.two,
.anm-fade_down.two {
 -moz-transition-delay: 200ms;
 -webkit-transition-delay: 200ms;
 -o-transition-delay: 200ms;
 -ms-transition-delay: 200ms;
}


.anm-fade_up.three,
.anm-fade_left.three,
.anm-fade_right.three,
.anm-fade_down.three {
 -moz-transition-delay: 300ms;
 -webkit-transition-delay: 300ms;
 -o-transition-delay: 300ms;
 -ms-transition-delay: 300ms;
}

.anm-fade_up.four,
.anm-fade_left.four,
.anm-fade_right.four,
.anm-fade_down.four {
 -moz-transition-delay: 400ms;
 -webkit-transition-delay: 400ms;
 -o-transition-delay: 400ms;
 -ms-transition-delay: 400ms;
}

.anm-fade_up.five,
.anm-fade_left.five,
.anm-fade_right.five,
.anm-fade_down.five {
 -moz-transition-delay: 500ms;
 -webkit-transition-delay: 500ms;
 -o-transition-delay: 500ms;
 -ms-transition-delay: 500ms;
}

.anm-fade_up.six,
.anm-fade_left.six,
.anm-fade_right.six,
.anm-fade_down.six {
 -moz-transition-delay: 600ms;
 -webkit-transition-delay: 600ms;
 -o-transition-delay: 600ms;
 -ms-transition-delay: 600ms;
}

.anm-fade_up.seven,
.anm-fade_left.seven,
.anm-fade_right.seven,
.anm-fade_down.seven {
 -moz-transition-delay: 700ms;
 -webkit-transition-delay: 700ms;
 -o-transition-delay: 700ms;
 -ms-transition-delay: 700ms;
}

.anm-fade_up.eight,
.anm-fade_left.eight,
.anm-fade_right.eight,
.anm-fade_down.eight {
 -moz-transition-delay: 800ms;
 -webkit-transition-delay: 800ms;
 -o-transition-delay: 800ms;
 -ms-transition-delay: 800ms;
}

.anm-fade_up.nine,
.anm-fade_left.nine,
.anm-fade_right.nine,
.anm-fade_down.nine {
 -moz-transition-delay: 900ms;
 -webkit-transition-delay: 900ms;
 -o-transition-delay: 900ms;
 -ms-transition-delay: 900ms;
}

.anm-fade_up.ten,
.anm-fade_left.ten,
.anm-fade_right.ten,
.anm-fade_down.ten {
 -moz-transition-delay: 1000ms;
 -webkit-transition-delay: 1000ms;
 -o-transition-delay: 1000ms;
 -ms-transition-delay: 1000ms;
}

.anm-fade_up.late-1,
.anm-fade_left.late-1,
.anm-fade_right.late-1,
.anm-fade_down.late-1 {
 -moz-transition-delay: 1200ms;
 -webkit-transition-delay: 1200ms;
 -o-transition-delay: 1200ms;
 -ms-transition-delay: 1200ms;
}


.anm-fade_up.late-2,
.anm-fade_left.late-2,
.anm-fade_right.late-2,
.anm-fade_down.late-2 {
 -moz-transition-delay: 1500ms;
 -webkit-transition-delay: 1500ms;
 -o-transition-delay: 1500ms;
 -ms-transition-delay: 1500ms;
}


.anm-fade_up.late-3,
.anm-fade_left.late-3,
.anm-fade_right.late-3,
.anm-fade_down.late-3 {
 -moz-transition-delay: 1800ms;
 -webkit-transition-delay: 1800ms;
 -o-transition-delay: 1800ms;
 -ms-transition-delay: 1800ms;
}

.anm-fade_up.late-4,
.anm-fade_left.late-4,
.anm-fade_right.late-4,
.anm-fade_down.late-4 {
 -moz-transition-delay: 2100ms;
 -webkit-transition-delay: 2100ms;
 -o-transition-delay: 2100ms;
 -ms-transition-delay: 2100ms;
}
