@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&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";
}

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


a {
  transition: 0.3s;
  font-weight: 500;
  color: #FFAB13;
}




a:hover {
  transition: 0.3s;
  opacity: 0.8;
}

img {
  max-width: 100%;
}

body {
  color: #111;
  font-family: 'Roboto', "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  position: relative;
}


i {
  margin-left: 6px;
}

i.ex {
  margin-left: 0px;
  margin-right: 6px;
}

i. #FFAB13 {
  color: #FFAB13;
}

i.navy {
  color: #0074CF;
}


p {
  color: #444;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 20px;
  font-weight: 400;
}

p.center {
  text-align: center;
}


p.ex {
  margin-top: 0px;
}

p.ex2 {
  margin-top: 10px;
}


.first {
  margin-top: 40px;
}

.center {
  text-align: center;
  margin-top: 20px;
}

.center.ex {
  font-size: 14px;
}


p.first {
  margin-top: 40px;
}


p.first.ex {
  margin-top: 50px;
}


p b {
  font-weight: 700px;
  margin: 0 6px;
  font-size: 16px;
  color: #444;
}

p b.ex {
  margin: 0;
}

p b.under {
  border-bottom: 1px solid #111;
}

.relative {
  position: relative;
}



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


.title--0 {
  font-size: 34px;
  letter-spacing: .1em;
  line-height: 1.3em;
  text-align: center;
  font-weight: 600;

}

.title--1 {
  font-size: 28px;
  letter-spacing: .1em;
  line-height: 1.5em;
  text-align: center;
  font-weight: 600;
}

.title--1.ex {
  margin-top: 40px;
}

.title--1.ex2 {
  margin-top: 40px;
}

.title--2 {
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.5em;
  font-weight: 600;
}

.title--2.ex {
  text-align: center;
}


.title--3 {
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.5em;
  font-weight: 600;
}

.title--3 span {
  font-size: 16px;
}

.title--3 span.ex {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 13px;
}

.title--3.ex {
  text-align: center;
  margin-top: 30px;
}



.title--5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  padding: 1rem 0;
  border-bottom: 1px solid #111;
}

.title--6 {
  width: 360px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 600;
  margin-top: 20px;
  padding: 1rem 0;
  border-bottom: 1px solid #111;
  text-align: center;
}

.title--6 span {
  font-size: 16px;
  margin-left: 2px;
}

.title--6.ex {
  width: 400px;
}

.title--7 {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 50px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}

.title--7.ex {
  text-align: center;
}


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

.box--tn {
  width: 650px;
  max-height: 300px;
  object-fit: cover;
  display: block;
  margin: 30px auto;
  max-width: 100%;
}

.box--tn.ex {
  max-height: 650px;
}

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


.item--profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px auto;
  margin-top: 60px;
}


.item--profile .txt {
  font-weight: 700;
  width: 55%;
}

.item--profile .img {
  width: 40%;
}


.item--profile.ex {
  margin-top: 0px;
}


.item--profile.ex .img {
  width: 30%;
}

.item--profile.ex .img p {
  font-size: 13px;
}

.item--profile.ex .txt {
  font-weight: 700;
  width: 65%;
}





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


.item--solution {
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

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

.item--solution .img {
  width: 47%;
}

.item--solution .txt {
  font-weight: 700;
  width: 48%;
}


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

.content--basic {
  margin: 60px auto;
}

.content--basic.back {
  margin: 6px auto;
  padding: 60px 0;
}

.content--basic.ex {
  padding: 60px 0;
  background: #f7f7f7;
}

.content--basic.ex2 {
  padding: 80px 0;
  background: #ddd;
}

.content--basic.ex3 {
  margin-top: -100px;
  padding: 80px 0;
  background: #ddd;
}

.content--basic.matome {
  margin-top: -100px;
  padding: 60px 0;
  background: #ddd;
  background-image: url(../img/visual--3.jpg);
  background-size: cover;
}

.content--basic.matome.ex {
  margin-top: 60px;
  background-image: url(../img/visual--3.jpg);
  background-size: cover;
}

.content--basic.ex4 {
  padding: 60px 0;
  margin: 0px auto;
  background: #f7f7f7;
}

.content--basic.ex5 {
  padding: 60px 0;
  margin: 0px auto;
  background: #ddd;
  margin-top: -60px;
}

.content--basic.ex6 {
  padding: 60px 0;
  margin: 0px auto;
}


.width--wide {
  width: 1100px;
  margin: 60px auto;
}

.width--midium {
  width: 850px;
  margin: 60px auto;
}


.width--slim {
  width: 650px;
  margin: 0px auto;
}

.width--slim.ex {
  margin: 60px auto;
}

.width--slim.ex2 {
  margin-top: 50px;
  margin-bottom: 30px;
}


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

.box--title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.box--title1.ex {
  justify-content: flex-start;
}

.box--title1.ex.first {
  margin-top: 60px;
}

.box--title2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.box--title3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--title4 {
  display: flex;
  align-items: center;
  margin-top: 0px;
}

.box--title4 .title {
  display: block;
  width: 200x;
  font-size: 25px;
}


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


.box--flow {
  width: 100%;
  padding: 30px;
  text-align: center;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}

.box--flow::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.box--flow.ex::after {
  border-width: 0;
}

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


.btn--round {
  background: #FFF;
  color: #0074CF !important;
  border-radius: 50px;
  padding: 13px 50px;
  text-decoration: none;
}

.btn--round.ex {
  background: #0074CF;
  color: #fff !important;
}



.btn--round.sticky {
  color: #fff !important;
  background: #0074CF;
  padding: 13px 50px;
}

.btn--round2 {
  background: #FFAB13;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 400px;
  height: 60px;
  line-height: 60px;
  margin: 60px auto;
  font-size: 20px;
}

.btn--round2.ex {
  background: #0074CF;
  width: 360px;
  height: 60px;
}

.btn--round2.ex2 {
  background: #0074CF;
  width: 360px;
  height: 60px;
  margin-bottom: 30px;
}


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


.icon--round {
  border-radius: 50px;
  padding: 8px 20px;
  background: #0074CF;
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
}

.icon--round.ex {
  padding: 18px 50px;
  margin-right: 16px;
  font-size: 15px;
}

.icon--round.ex2 {
  padding: 12px 30px;
  margin-right: 16px;
  font-size: 13px;
}

.icon--round2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #0074CF;
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}


.icon--round2.ex {
  width: 40px;
  height: 40px;
  font-size: 14px;
  background: #0074CF;
}


.icon--number {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  top: -20px;
  background: #0074CF;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 25px;
}


.icon--wide {
  font-size: 20px;
  font-weight: 600;
  background: #111;
  color: #fff;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.icon--wide span {
  font-size: 15px;
  margin-right: 4px;
}

.icon--wide2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #111;
  border-radius: 50px;
  width: 120px;
  height: 40px;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
}

.icon--wide2.ex {
  position: absolute;
  top: -20px;
}

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

.fukidashi-box {
  width: 650px;
  margin: 30px auto;
  overflow: hidden;

}


.fukidashi-box .face-icon {
  width: 100px;
  margin-right: -40px;
}

.fukidashi-box .face-icon {
  float: left;
}

.fukidashi-box .face-icon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.name {
  text-align: center;
  font-size: 14px;
  margin-top: 0;
  font-weight: 500;
}

.fukidashi {
  text-align: left;
}

.fukidashi .inner {
  display: inline-block;
  position: relative;
  margin: 10px 0 0 60px;
  padding: 30px;
  width: 530px;
  border-radius: 12px;
  background: #f7f7f7;
}

.fukidashi .inner.ex {
  background: #fff;
}

.fukidashi .inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 63px;
  left: -20px;
  border: 8px solid transparent;
  border-right: 18px solid #f7f7f7;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.fukidashi .inner.ex:after {
  border-right: 18px solid #fff;

}


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


.content--column {
  margin: 50px auto;
  width: 900px;
  max-width: 80%;
  display: flex;
  justify-content: space-between;
}

.content--column.slim {
  margin-top: 50px;
  width: 700px;
  align-items: center;
}

.content--column.slim.ex {
  margin-bottom: 0;
}


.content--column .item {
  width: 31%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  border: 3px solid #fff;
  padding: 40px 60px;
  position: relative;
}



.item--card {
  width: 32%;
  border: 5px solid #fff;
}

.item--card .number {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  background: #0074CF;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 25px;
  z-index: 1;
  position: relative;
  margin-top: -20px;
}

.item--card .txt {
  font-size: 16px;
  margin-top: 0;
  padding: 20px;
  font-weight: 700;
  line-height: 1.8;
  background: #fff;
}

.tn {
  width: 100%;
  height: 180px;
  margin-top: -20px;
  background-size: cover;
}

.tn.one {
  background-image: url(../img/tn--1.jpg);
  background-position: 50% 0%;
}

.tn.two {
  background-image: url(../img/tn--2.jpg);
  background-position: 50% 50%;
}

.tn.three {
  background-image: url(../img/tn--3.jpg);
  background-position: 50% 50%;
}


.item--circle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  position: relative;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  text-align: center;
  padding: 40px;
  background-size: cover;
}


.item--circle .txt {
  font-size: 16px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

.item--circle .txt span {
  font-size: 30px;
  margin-left: 2px;
}


.item--circle.one {
  background-image: url(../img/tn--4.jpg);
  background-position: 50% 0%;
}

.item--circle.two {
  background-image: url(../img/tn--5.jpg);
  background-position: 50% 0%;
}

.item--circle.three {
  background-image: url(../img/tn--6.jpg);
  background-position: 50% 0%;
}

.item--circle.four {
  background-image: url(../img/tn--25.jpg);
  background-position: 50% 0%;
}

.item--circle.five {
  background-image: url(../img/tn--26.jpg);
  background-position: 50% 0%;
}



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


.item--faq {
  margin-top: 80px;
}

.item--faq.ex {
  background: #f7f7f7;
  padding: 30px 0;
}

.item--faq .inner {
  margin: 0px auto;
  width: 700px;
}

.question {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.answer {
  display: flex;
  align-items: flex-start;
}

.answer .txt {
  width: 640px;
}

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

.item--benefit {
  width: 31.5%;
  background: #f7f7f7;
  position: relative;
}

.item--benefit .inner {
  padding: 30px 20px;
}

.item--benefit .img {
  width: 100%;
  height: 200px;
  background-size: cover;
}

.item--benefit .img.one {
  background-image: url(../img/tn--22.jpg);
}

.item--benefit .img.two {
  background-image: url(../img/tn53.jpg);
}

.item--benefit .img.three {
  background-image: url(../img/tn--24.jpg);
}

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


.bar--fix {
  display: none;
}

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


.btn--seminar {
  position: fixed;
  width: 250px;
  left: 10px;
  bottom: 0%;
  z-index: 999;
}

.img--seminar:hover {
  opacity: 1;
}

.btn--seminar .inner {
  position: relative;
}

.img--seminar img {
  border-radius: 10px 10px 0 0;
}


.btn--hide {
  display: block;
  width: 20px;
  position: absolute;
  bottom: 200px;
  left: 240px;
  cursor: pointer;
}

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

img.center {
  display: block;
  margin: 40px auto;
}


.img--dummy {
  width: 600px;
  height: 300px;
  background: #ddd;
  margin: 40px auto;
  text-align: center;
  line-height: 300px;
}

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


.list--basic {
  width: 750px;
  margin: 40px auto;
}

.list--basic.ex {
  width: 100%;
  margin: 40px auto;
}

.list--basic .item {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #E6F5EF;
}

.list--basic .item.ex {
  background: #eee;
}


.list--basic .item:last-child {
  margin-bottom: 0px;
}

.list--basic .number {
  font-size: 20px;
  font-weight: 600;
  background: #0074CF;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.list--basic .txt {
  margin: 0;
  width: 700px;
  margin-left: 20px;
  font-weight: 700;
}


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

.list--course {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon--step {
  font-size: 16px;
  font-weight: 600;
  background: #0074CF;
  color: #fff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 20px;
}

.list--course .item {
  width: 48.5%;
  padding: 30px 40px;
  border: 1px solid #eee;
  margin: 20px 0;
}

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

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

.list--voice {
  margin-top: 40px;
}

.list--voice .title {
  font-size: 16px;
  font-weight: 600;
  background: #0074CF;
  color: #fff;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
}

.list--voice .title.ex {
  background: #FFAB13;
  width: 500px;
}


.list--voice .item {
  width: 700px;
  padding: 30px 40px;
  background: #fff;
  margin: 30px auto;
}

.list--voice p {
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}

.list--voice p.first {
  margin-top: 40px;
}

.list--voice i {
  margin: 0;
  margin-right: 6px;
  color: #0074CF;
  font-size: 20px;
}


.list--voice i.ex {
  color: #FFAB13
}


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



.list--career {
  margin: 40px 0;
  list-style-type: disc;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.8;

}

.list--career li {
  margin-bottom: 10px;
}

.list--career li:last-child {
  margin-bottom: 0px;
}

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


.drawer_menu {
  display: none;
}

.nav--header {
  width: 100%;
  height: 100px;
  padding: 0 30px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.nav--header ul {
  width: 100%;
  display: flex;
  align-items: center;
}

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

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


.nav--header li:last-child {
  margin-right: 0px;
}

.nav--header li a {
  color: #111;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}

.nav--header.ex li a {
  color: #fff;
}

.logo.top {
  width: 370px;
  margin-top: 20px;
}


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


.nav--header.fixed {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 9999;
  transition: .25s;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav--header.fixed .logo {
  max-height: 40px;
}

.nav--header.fixed li a {
  font-size: 14px;
}


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

.box--padding {
  display: none;
}

.visual--main.under {
  height: 300px;
  background-image: url(../img/visual--3.jpg);
  background-size: cover;
  background-position: 0% 20%;
  position: relative;
}

.visual--main .title {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: auto;
}


.main-pc {
  display: block;
}

.main-sp {
  display: none;
}


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



.table--line {
  width: 800px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 20px 0px;
}

.table--line.ex {
  width: 600px;
  margin-top: 40px;
}


.table--line p {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8;
}

.table--line th {
  border-bottom: solid 1px #313131;
  padding: 40px 0;
  width: 30%;
  vertical-align: middle;
}

.table--line td {
  border-bottom: solid 1px #EAEAEA;
  padding: 40px 60px;
  vertical-align: middle;
}


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



.table--box {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8;
  width: 750px;
  border-collapse: collapse;
  margin: 40px auto;
}

.table--box.schedule {
  width: 750px;
  margin: 10px auto;
}

.table--box th {
  width: 30%;
  padding: 20px 30px;
  vertical-align: middle;
  border: 1px solid #fff;
  background-color: #eee;
  font-weight: 500;
}


.table--box td {
  padding: 20px 30px;
  border: 1px solid #eee;
  vertical-align: middle;
}

.table--box p {
  margin-bottom: 20px;
}

.table--box p:last-child {
  margin-bottom: 0px;
}


.table--box .number {
  text-align: center;
  width: 5%;
}

.table--box .title {
  text-align: center;
  width: 15%;
  border: 0;
  background: none;
}

.table--box .gray {
  background: #444;
  color: #fff;
}

.table--box .blue {
  background: #0074CF;
  color: #fff;
}

.comparison .center {
  background: #eee;
  border: 1px solid #fff;
  font-weight: 500;
}




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

.footer {
  background: #F0F0F0;

}

.footer .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.footer .logo {
  width: 270px;
  margin-right: 50px;
}


.footer .nav {
  display: flex;
  font-size: 14px;
}

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

.footer .nav li:last-child {
  margin-right: 0px;
}

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

.footer .info {
  display: flex;
  align-items: baseline;
  margin-top: 16px;
}

.footer .logo2 {
  display: block;
  width: 120px;
  margin-right: 20px;
}

.footer .name--company {
  font-size: 15px;
  margin-right: 20px;
  font-weight: 500;
}

.footer .terms {
  font-size: 14px;
  margin-top: 10px;
}

.footer .terms a {
  font-size: 12px;
  font-weight: normal;
  color: #FFAB13;
  margin-right: 10px;
  text-decoration: underline;
}

.footer .address {
  font-size: 13px;
}

.copyright {
  height: 50px;
  line-height: 50px;
  display: block;
  background: #0074CF;
  font-size: 12px;
  color: #fff;
  text-align: center;
}


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

.grecaptcha-badge {
  visibility: hidden;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

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

#pageTop i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 0px;
}

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


/*fade_in*/


.fade_in_box {
  overflow: hidden;
  transition: .8s;
}


.fade_in {
  transition: 1s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.in {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


.fade_in.two {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}


.fade_in.three {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.fade_in.four {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fade_in.five {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.fade_in.six {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.fade_in.seven {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

.fade_in.eight {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.fade_in.nine {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}
