@charset "UTF-8";
/*　Example
.hogehoge {
	@include cf;
	@include pa(1px, auto, auto, 1px);
	@include fs(30);
	@include op(0.5);
	@include br(4px);
	@include enTitle;
}
*/
div#careerBox {
  opacity: 0;
  filter: alpha(opacity=0); }

div#loaderTitle {
  position: fixed;
  left: 240px;
  top: 0;
  z-index: 9999;
  width: auto;
  height: auto;
  background-color: #edf0f2; }
  div#loaderTitle em {
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: absolute;
    top: 40%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 90px;
    font-size: 5.625rem;
    font-family: Arial Bold Italic;
    color: #0068b6; }
  div#loaderTitle strong {
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: bold; }
  div#loaderTitle .loader {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -15px; }
    div#loaderTitle .loader img {
      width: 100%;
      height: 100%; }
