@charset "UTF-8";
/* [ font ]
------------------------------------------*/
/* [ Link Parts ]
------------------------------------------*/
/* -----------------------------------------------
 [ Common Style ]
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .banner_list li {
    float: left;
  }
  .banner_list li .banner {
    margin-bottom: 22px;
  }
  .banner_list li:last-child {
    margin-right: 0 !important;
  }

  .banner_list.three_column li {
    width: 31.35%;
    margin-right: 2.93%;
  }

  .banner_list.four_column li {
    width: 22.65%;
    margin-right: 3.1%;
  }
}
@media only screen and (max-width: 750px) {
  .banner_list li {
    margin-bottom: 30px;
  }
  .banner_list li .banner {
    max-width: 335px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2%;
  }
  .banner_list li .banner {
    margin-bottom: 13px;
  }
  .banner_list .company01 .banner a, .banner_list .company02 .banner a, .banner_list .company03 .banner a, .banner_list .company04 .banner a {
    height: 150px;
    background-size: contain !important;
    display: block;
  }
  .banner_list .company01 .banner a img, .banner_list .company02 .banner a img, .banner_list .company03 .banner a img, .banner_list .company04 .banner a img {
    display: none;
  }
  .banner_list .company01.company01 .banner a, .banner_list .company02.company01 .banner a, .banner_list .company03.company01 .banner a, .banner_list .company04.company01 .banner a {
    background: url("../img/top/company_banner01_sp.jpg") no-repeat center center;
  }
  .banner_list .company01.company02 .banner a, .banner_list .company02.company02 .banner a, .banner_list .company03.company02 .banner a, .banner_list .company04.company02 .banner a {
    background: url("../img/top/company_banner02_sp.jpg") no-repeat center center;
  }
  .banner_list .company01.company03 .banner a, .banner_list .company02.company03 .banner a, .banner_list .company03.company03 .banner a, .banner_list .company04.company03 .banner a {
    background: url("../img/top/company_banner03_sp.jpg") no-repeat center center;
  }
  .banner_list .company01.company04 .banner a, .banner_list .company02.company04 .banner a, .banner_list .company03.company04 .banner a, .banner_list .company04.company04 .banner a {
    background: url("../img/top/company_banner04_sp.jpg") no-repeat center center;
  }
}
.banner_list li .banner {
  overflow: hidden;
  margin-bottom: 20px;
}
.banner_list li .title {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
}
.banner_list li p {
  text-align: center;
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
}

/* -----------------------------------------------
 [ splash ]
-------------------------------------------------- */
#reload_wrap {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
}

@media only screen and (min-width: 751px) {
  #splash #splash_img {
    width: 748px;
    height: 748px;
  }
  #splash #splash_img #splash_logo {
    width: 30px;
  }
  #splash #splash_img .text {
    left: 0;
    bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #splash #splash_img {
    width: 300px;
    height: 300px;
  }
  #splash #splash_img #splash_logo {
    width: 15px;
  }
  #splash #splash_img .text {
    left: 0;
    bottom: -10px;
    font-size: 10px;
  }
}
#splash {
  background-color: #f4f6f6;
  position: fixed;
  width: 100%;
  height: 100%;
}
#splash #splash_img {
  background: url("../img/top/splash_img.png") no-repeat center center;
  background-size: cover;
  position: relative;
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
}
#splash #splash_img #splash_logo {
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
}
#splash #splash_img #splash_logo.blur_no {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
#splash #splash_img .text {
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
  z-index: 1;
  position: absolute;
}

/* -----------------------------------------------
 [ KV ]
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  #kv_posi {
    width: 940px;
    margin: 0 auto;
  }

  #kv_wrap {
    width: 2250px;
    height: 698px;
    top: -51px;
    margin-bottom: -51px;
  }
  #kv_wrap:before, #kv_wrap:after {
    width: 200px;
    height: 698px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  #kv_wrap:before {
    background: url("../img/top/kv_fade_cover_left.png?2015") no-repeat left top;
    left: -375px;
  }
  #kv_wrap:after {
    width: 400px;
    background: url("../img/top/kv_fade_cover_right.png?201505") no-repeat left top;
    left: 1315px;
  }
  #kv_wrap #kv_slide li {
    width: 570px;
    height: 698px;
  }
  #kv_wrap .bx-wrapper {
    position: absolute;
    top: 0;
    left: -375px;
    overflow: hidden;
  }
  #kv_wrap .bx-wrapper .bx-viewport {
    overflow: visible !important
    /*li{
    	img{
    		width: 570px;
    	}
    }*/
  }
  #kv_wrap .text_wrap {
    width: 1125px;
    height: 442px;
    padding-top: 167px;
    padding-left: 60px;
    position: relative;
  }
  #kv_wrap .text_wrap h2 {
    position: relative;
    margin-bottom: 50px;
  }
  #kv_wrap .text_wrap h2 span {
    width: 35px;
    display: block;
    float: left;
    position: relative;
  }
  #kv_wrap .text_wrap #text01 h2 {
    width: 284px;
    height: 82px;
  }
  #kv_wrap .text_wrap #text01 h2 .text01 {
    top: 1px;
    margin-right: 6px;
  }
  #kv_wrap .text_wrap #text01 h2 .text02 {
    top: 5px;
    margin-right: 6px;
  }
  #kv_wrap .text_wrap #text01 h2 .text03 {
    top: 0px;
    margin-right: 5px;
  }
  #kv_wrap .text_wrap #text01 h2 .text04 {
    top: 4px;
    margin-right: 4px;
  }
  #kv_wrap .text_wrap #text01 h2 .text05 {
    top: 2px;
    margin-right: 0px;
  }
  #kv_wrap .text_wrap #text01 h2 .text06 {
    top: 4px;
    margin-right: 0px;
  }
  #kv_wrap .text_wrap #text01 h2 .text07 {
    clear: left;
    top: 12px;
    margin-left: 23px;
  }
  #kv_wrap .text_wrap #text01 h2 .text08 {
    top: 16px;
    margin-left: 6px;
  }
  #kv_wrap .text_wrap #text01 h2 .text09 {
    top: 15px;
    margin-left: 3px;
  }
  #kv_wrap .text_wrap #text01 h2 .text10 {
    top: 13px;
    margin-left: 1px;
  }
  #kv_wrap .text_wrap #text01 h2 .text11 {
    top: 16px;
    margin-left: 0px;
  }
  #kv_wrap .text_wrap #text01 h2 .text12 {
    top: 12px;
    margin-left: 1px;
  }
  #kv_wrap .text_wrap #text01 h2 .text13 {
    top: 13px;
    margin-left: 2px;
  }
  #kv_wrap .text_wrap #text01 .lead {
    width: 240px;
  }
  #kv_wrap .text_wrap #text02 h2 {
    width: 266px;
    height: 80px;
  }
  #kv_wrap .text_wrap #text02 h2 .text01 {
    top: 11px;
    margin-right: 3px;
  }
  #kv_wrap .text_wrap #text02 h2 .text02 {
    top: 5px;
    margin-right: 2px;
  }
  #kv_wrap .text_wrap #text02 h2 .text03 {
    top: 10px;
  }
  #kv_wrap .text_wrap #text02 h2 .text04 {
    top: 7px;
  }
  #kv_wrap .text_wrap #text02 h2 .text05 {
    top: 9px;
  }
  #kv_wrap .text_wrap #text02 h2 .text06 {
    top: 8px;
  }
  #kv_wrap .text_wrap #text02 h2 .text07 {
    top: 12px;
    margin-left: 28px;
  }
  #kv_wrap .text_wrap #text02 h2 .text08 {
    top: 15px;
  }
  #kv_wrap .text_wrap #text02 h2 .text09 {
    top: 15px;
  }
  #kv_wrap .text_wrap #text02 h2 .text10 {
    top: 13px;
  }
  #kv_wrap .text_wrap #text02 h2 .text11 {
    top: 15px;
  }
  #kv_wrap .text_wrap #text02 h2 .text12 {
    top: 10px;
  }
  #kv_wrap .text_wrap #text02 .lead {
    margin-left: 3px;
    width: 231px;
  }
  #kv_wrap .text_wrap #text03 h2 {
    width: 290px;
    height: 75px;
  }
  #kv_wrap .text_wrap #text03 h2 .text01 {
    top: 3px;
    margin-right: 2px;
  }
  #kv_wrap .text_wrap #text03 h2 .text02 {
    top: 2px;
  }
  #kv_wrap .text_wrap #text03 h2 .text03 {
    top: 3px;
  }
  #kv_wrap .text_wrap #text03 h2 .text04 {
    top: 1px;
  }
  #kv_wrap .text_wrap #text03 h2 .text05 {
    width: 30px;
    top: 1px;
  }
  #kv_wrap .text_wrap #text03 h2 .text06 {
    top: 1px;
  }
  #kv_wrap .text_wrap #text03 h2 .text07 {
    top: 3px;
  }
  #kv_wrap .text_wrap #text03 h2 .text08 {
    top: 3px;
  }
  #kv_wrap .text_wrap #text03 h2 .text09 {
    top: 7px;
  }
  #kv_wrap .text_wrap #text03 h2 .text10 {
    top: 11px;
  }
  #kv_wrap .text_wrap #text03 h2 .text11 {
    top: 8px;
  }
  #kv_wrap .text_wrap #text03 h2 .text12 {
    top: 10px;
  }
  #kv_wrap .text_wrap #text03 h2 .text13 {
    top: 10px;
  }
  #kv_wrap .text_wrap #text03 .lead {
    margin-left: 4px;
    width: 247px;
  }
  #kv_wrap .text_wrap p {
    font-size: 14px;
    display: block;
    line-height: 2.46;
  }
  #kv_wrap .text_wrap .lead {
    position: relative;
    width: 285px;
  }
  #kv_wrap .text_wrap .mark {
    width: 134px;
    position: absolute;
    right: 330px;
    bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  #kv_posi {
    margin-left: 5.5%;
    margin-right: 5.5%;
    position: relative;
    top: -40px;
    margin-bottom: -36px;
  }

  #kv_wrap {
    height: 375px;
    margin-bottom: 35px;
  }
  #kv_wrap #kv_slide li {
    height: 375px;
  }
  #kv_wrap .bx-wrapper {
    width: 91% !important;
    min-width: 220px !important;
    margin-bottom: -275px !important;
  }
  #kv_wrap .bx-wrapper .bx-viewport li {
    background-size: auto 100% !important;
    position: relative
    /*img{
    	position: absolute;
    	width: 100%; height: auto;
    	top: 0; left: 50%;
    	display: block;
    }*/
  }
  #kv_wrap .text_wrap {
    width: 100%;
    height: 253px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  #kv_wrap .text_wrap h2, #kv_wrap .text_wrap p {
    position: relative;
  }
  #kv_wrap .text_wrap h2 {
    margin-bottom: 23px;
    left: 0;
    position: relative;
    line-height: 1.7;
  }
  #kv_wrap .text_wrap h2 span {
    width: 21px;
    height: 23px;
    display: block;
    float: left;
    position: relative;
  }
  #kv_wrap .text_wrap #text01 h2 {
    width: 180px;
  }
  #kv_wrap .text_wrap #text01 h2 .text01 {
    top: 0.5px;
    margin-right: 3px;
  }
  #kv_wrap .text_wrap #text01 h2 .text02 {
    top: 2.5px;
    margin-right: 3px;
  }
  #kv_wrap .text_wrap #text01 h2 .text03 {
    top: 0px;
    margin-right: 2.5px;
  }
  #kv_wrap .text_wrap #text01 h2 .text04 {
    top: 2px;
    margin-right: 2px;
  }
  #kv_wrap .text_wrap #text01 h2 .text05 {
    top: 1px;
    margin-right: 0px;
  }
  #kv_wrap .text_wrap #text01 h2 .text06 {
    top: 2px;
    margin-right: 0px;
  }
  #kv_wrap .text_wrap #text01 h2 .text07 {
    clear: left;
    top: 6px;
    margin-left: 11.5px;
  }
  #kv_wrap .text_wrap #text01 h2 .text08 {
    top: 8px;
    margin-left: 3px;
  }
  #kv_wrap .text_wrap #text01 h2 .text09 {
    top: 7.5px;
    margin-left: 1.5px;
  }
  #kv_wrap .text_wrap #text01 h2 .text10 {
    top: 6.5px;
    margin-left: 0.5px;
  }
  #kv_wrap .text_wrap #text01 h2 .text11 {
    top: 8px;
    margin-left: 0px;
  }
  #kv_wrap .text_wrap #text01 h2 .text12 {
    top: 6px;
    margin-left: 0.5px;
  }
  #kv_wrap .text_wrap #text01 h2 .text13 {
    top: 6.5px;
    margin-left: 1px;
  }
  #kv_wrap .text_wrap #text01 .lead {
    width: 150px;
  }
  #kv_wrap .text_wrap #text02 h2 {
    width: 160px;
  }
  #kv_wrap .text_wrap #text02 h2 .text01 {
    top: 5.5px;
    margin-right: 1.5px;
  }
  #kv_wrap .text_wrap #text02 h2 .text02 {
    top: 2.5px;
    margin-right: 1px;
  }
  #kv_wrap .text_wrap #text02 h2 .text03 {
    top: 5px;
  }
  #kv_wrap .text_wrap #text02 h2 .text04 {
    top: 3.5px;
  }
  #kv_wrap .text_wrap #text02 h2 .text05 {
    top: 4.5px;
  }
  #kv_wrap .text_wrap #text02 h2 .text06 {
    top: 4px;
  }
  #kv_wrap .text_wrap #text02 h2 .text07 {
    top: 6px;
    margin-left: 14px;
  }
  #kv_wrap .text_wrap #text02 h2 .text08 {
    top: 7.5px;
  }
  #kv_wrap .text_wrap #text02 h2 .text09 {
    top: 7.5px;
  }
  #kv_wrap .text_wrap #text02 h2 .text10 {
    top: 6.5px;
  }
  #kv_wrap .text_wrap #text02 h2 .text11 {
    top: 7.5px;
  }
  #kv_wrap .text_wrap #text02 h2 .text12 {
    top: 5px;
  }
  #kv_wrap .text_wrap #text02 .lead {
    margin-left: 1.5px;
    width: 145px;
  }
  #kv_wrap .text_wrap #text03 h2 {
    width: 175px;
  }
  #kv_wrap .text_wrap #text03 h2 .text01 {
    top: 1.5px;
    margin-right: 1px;
  }
  #kv_wrap .text_wrap #text03 h2 .text02 {
    top: 1px;
  }
  #kv_wrap .text_wrap #text03 h2 .text03 {
    top: 1.5px;
  }
  #kv_wrap .text_wrap #text03 h2 .text04 {
    top: 0.5px;
  }
  #kv_wrap .text_wrap #text03 h2 .text05 {
    width: 18.5px;
    top: 0.5px;
  }
  #kv_wrap .text_wrap #text03 h2 .text06 {
    top: 0.5px;
  }
  #kv_wrap .text_wrap #text03 h2 .text07 {
    top: 1.5px;
  }
  #kv_wrap .text_wrap #text03 h2 .text08 {
    top: 1.5px;
  }
  #kv_wrap .text_wrap #text03 h2 .text09 {
    top: 3.5px;
  }
  #kv_wrap .text_wrap #text03 h2 .text10 {
    top: 5.5px;
  }
  #kv_wrap .text_wrap #text03 h2 .text11 {
    top: 4px;
  }
  #kv_wrap .text_wrap #text03 h2 .text12 {
    top: 5px;
  }
  #kv_wrap .text_wrap #text03 h2 .text13 {
    top: 5px;
  }
  #kv_wrap .text_wrap #text03 .lead {
    margin-left: 2px;
    width: 154px;
  }
  #kv_wrap .text_wrap .mark {
    width: 70px;
    position: absolute;
    right: 0;
    bottom: 25px;
  }

  .scroll_down {
    width: 50px;
    margin: 0 auto 35px;
  }
}
#kv_posi {
  position: relative;
}
#kv_posi .scroll_down {
  width: 64px;
  margin: 0 auto 33px;
  padding-bottom: 20px;
  position: relative;
  font-style: italic;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.05em;
}
#kv_posi .scroll_down:after {
  width: 24px;
  height: 12px;
  content: "";
  display: block;
  background: url("../common/img/sc_down_arrow.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 20px;
}

#kv_wrap {
  position: relative;
}
#kv_wrap #kv_slide #slide01 {
  background: url("../img/top/kv_img01.jpg") no-repeat center center;
}
#kv_wrap #kv_slide #slide02 {
  background: url("../img/top/kv_img02.jpg") no-repeat center center;
}
#kv_wrap #kv_slide #slide03 {
  background: url("../img/top/kv_img03.jpg") no-repeat center center;
}
#kv_wrap #kv_slide #slide04 {
  background: url("../img/top/kv_img04.jpg") no-repeat center center;
}
#kv_wrap #kv_slide #slide05 {
  background: url("../img/top/kv_img05.jpg") no-repeat center center;
}

/* -----------------------------------------------
 [ Message ]
-------------------------------------------------- */
#message {
  /*h1{
  	font-size: 15px;
  	font-style: italic;
  	letter-spacing: 0.1em;
  }*/
}
#message p {
  font-size: 13px;
  text-align: center;
  display: block;
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
}
#message .img_wrap li {
  position: absolute;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
#message .img_wrap li span {
  position: relative;
  display: block;
}
#message .img_wrap li span:after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain !important;
}
#message .img_wrap .img01 span:after {
  background: url("../img/top/message_illust01.svg") no-repeat left top;
}
#message .img_wrap .img02 span:after {
  background: url("../img/top/message_illust02.svg") no-repeat left top;
}
#message .img_wrap .img03 span:after {
  background: url("../img/top/message_illust03.svg") no-repeat left top;
}

@media only screen and (min-width: 751px) {
  #message {
    padding-top: 140px;
    padding-bottom: 140px;
    margin-bottom: 90px;
    border-bottom: 1px solid #d8dee2
    /*h1{
    	width: 81px;
    	margin: 0 auto 58px;
    }*/
  }
  #message h1 {
    width: 411px;
    margin: 0 auto 36px;
  }
  #message h2 {
    width: 415px;
    margin: 0 auto 40px;
    font-size: 37px;
  }
  #message p {
    line-height: 3;
  }
  #message .img_wrap .img01 {
    width: 170px;
    top: 109px;
    left: 16px;
  }
  #message .img_wrap .img01 span:after {
    width: 127px;
    height: 106px;
    right: 21px;
    bottom: -56px;
  }
  #message .img_wrap .img02 {
    width: 121px;
    top: -4px;
    right: 100px;
  }
  #message .img_wrap .img02 span:after {
    width: 111px;
    height: 80px;
    right: -58px;
    bottom: -42px;
  }
  #message .img_wrap .img03 {
    width: 130px;
    top: 243px;
    right: -29px;
  }
  #message .img_wrap .img03 span:after {
    width: 196px;
    height: 91px;
    left: -79px;
    bottom: -31px;
  }
}
@media only screen and (max-width: 750px) {
  #message {
    padding-top: 218px;
    padding-bottom: 170px
    /*h1{
    	width: 60px;
    	margin: 0 auto 30px;
    }*/
  }
  #message h1 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 26px;
    font-size: 20px;
  }
  #message p {
    line-height: 1.7;
    text-align: left;
  }
  #message p br {
    display: none;
  }
  #message .img_wrap .img01 {
    width: 120px;
    top: -135px;
    left: 20px;
  }
  #message .img_wrap .img01 span:after {
    width: 85px;
    height: 70px;
    left: 13px;
    bottom: -32px;
  }
  #message .img_wrap .img02 {
    width: 75px;
    top: -184px;
    right: 56px;
  }
  #message .img_wrap .img02 span:after {
    width: 76px;
    height: 54px;
    right: -39px;
    bottom: -24px;
  }
  #message .img_wrap .img03 {
    width: 100px;
    bottom: -110px;
    right: 20px;
  }
  #message .img_wrap .img03 span:after {
    width: 130px;
    height: 61px;
    left: -57px;
    bottom: -18px;
  }
}
/* -----------------------------------------------
 [ Company ]
-------------------------------------------------- */
/* -----------------------------------------------
 [ Recruit ]
-------------------------------------------------- */
/* -----------------------------------------------
 [ Showroom ]
-------------------------------------------------- */
#showroom .text_wrap {
  position: relative;
  z-index: 1;
  padding-top: 78px;
}
#showroom .text_wrap h2, #showroom .text_wrap p {
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
  color: #fff;
  text-align: center;
}
#showroom .text_wrap h2 {
  margin-bottom: 15px;
}
#showroom .text_wrap p {
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}
#showroom .bg_wrap {
  height: 277px;
  position: relative;
  overflow: hidden;
}
#showroom .bg_wrap .bg {
  height: 277px;
  background: url("../img/top/showroom_bg.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 751px) {
  #showroom .text_wrap {
    padding-top: 78px;
  }
  #showroom .text_wrap h2 {
    margin-bottom: 15px;
  }
  #showroom .text_wrap p {
    margin-bottom: 35px;
    line-height: 2.2;
  }
  #showroom .bg_wrap {
    height: 311px;
  }
  #showroom .bg_wrap .bg {
    height: 311px;
  }
}
@media only screen and (max-width: 750px) {
  #showroom .text_wrap {
    padding-top: 34px;
  }
  #showroom .text_wrap h2 {
    margin-bottom: 10px;
  }
  #showroom .text_wrap p {
    margin: 0 20px 25px;
    text-align: left !important;
    line-height: 1.8;
  }
  #showroom .text_wrap p br {
    display: none;
  }
  #showroom .bg_wrap {
    height: 240px;
  }
  #showroom .bg_wrap .bg {
    height: 240px;
    background-position: 85% bottom;
  }
}
/* -----------------------------------------------
 [ Information ]
-------------------------------------------------- */
@media only screen and (max-width: 750px) {
  #information {
    margin-bottom: 100px;
  }
}
