@charset "UTF-8";
/* CSS Document */

html,body{
	width: 100%;
}
body{
    margin: 0;
    padding: 0;
    text-align: center;
}

div#contents-rc{
	width: 100%;
	height: 558px;
  background-image: url(../images/bg_recruit.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #ffffff;
  background-size:cover;
}

div#main-rc{
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1280px;
}

h1{
	text-align: center;
	font-size:36px;
	line-height: 175%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

#sns{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;

  #youtube{
      position: absolute;
      left: 560px;
  }
  #instagram{
      position: absolute;
      left: 620px;
  }
  #facebook{
      position: absolute;
      left: 680px;
  }
}