/* ===============================================================
					Full SlideShow
=============================================================== */
/* Layout 
------------------------- */
/* line 6, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
.fullSlideShow {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  color: #fff;
  /* SideNavi
    ------------------------- */ }
  /* line 12, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
  .fullSlideShow .caption {
    position: absolute;
    max-width: 640px;
    width: calc(100% - 2rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
    /* line 24, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow .caption div.copy {
      line-height: 120%;
      font-size: 3rem; }
      /* line 27, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
      .fullSlideShow .caption div.copy span {
        display: inline-block; }
    /* line 31, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow .caption div.text {
      line-height: 140%;
      font-size: 1rem;
      margin-top: 2rem;
      text-align: left; }
      /* line 36, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
      .fullSlideShow .caption div.text span {
        display: inline-block; }
    /* line 40, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow .caption div span {
      display: inline-block; }
    /* line 43, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow .caption div img {
      display: block;
      width: 280px;
      margin: 2rem auto; }
    /* line 49, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow .caption a {
      display: inline-block;
      margin: 2rem auto;
      padding: 1rem;
      font-size: 1.2rem;
      font-weight: bold;
      color: #fff;
      border: 1px solid #fff;
      transition: .3s ease all;
      text-shadow: none; }
      /* line 59, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
      .fullSlideShow .caption a:hover {
        color: #c1272d;
        background-color: #fff;
        border-radius: .5rem; }
  /* line 66, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
  .fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    display: inline-block;
    z-index: 0; }
    /* line 74, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow ul li {
      top: 0;
      left: 0;
      width: 100%;
      display: none;
      position: absolute; }
      /* line 80, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
      .fullSlideShow ul li .image {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 0; }
        /* line 85, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
        .fullSlideShow ul li .image:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background: transparent;
          background-image: radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 0), radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 0);
          background-position: 0 0, 2px 2px;
          background-size: 4px 4px; }
          @supports (-ms-ime-align: auto) {
            /* line 85, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
            .fullSlideShow ul li .image:before {
              background-position: 0 0, 3px 3px;
              background-size: 6px 6px; } }
        @media all and (-ms-high-contrast: none) {
          /* line 104, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
          .fullSlideShow ul li .image *::-ms-backdrop, .fullSlideShow ul li .image:before {
            background-position: 0 0, 2.5px 2.5px;
            background-size: 5px 5px; } }
        /* line 109, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
        .fullSlideShow ul li .image img {
          width: 100%;
          height: 100%; }
    /* line 115, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow ul:after {
      content: "";
      display: block;
      height: 0;
      visibility: hidden;
      clear: both; }
  /* line 125, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
  .fullSlideShow .btnArea {
    width: 100%;
    max-width: 980px;
    height: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 640px) {
      /* line 125, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
      .fullSlideShow .btnArea {
        top: calc(50% + 2.5rem); } }
    /* line 136, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow .btnArea .btnPrev, .fullSlideShow .btnArea .btnNext {
      top: -2rem;
      width: 3rem;
      padding: .7rem;
      color: #fff;
      font-size: 2rem;
      position: fixed;
      z-index: 105; }
      @media screen and (max-width: 640px) {
        /* line 136, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
        .fullSlideShow .btnArea .btnPrev, .fullSlideShow .btnArea .btnNext {
          width: 2rem; } }
    /* line 148, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow .btnArea .btnPrev {
      left: 2rem;
      right: auto; }
      @media screen and (max-width: 640px) {
        /* line 148, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
        .fullSlideShow .btnArea .btnPrev {
          left: 1rem; } }
      /* line 154, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
      .fullSlideShow .btnArea .btnPrev:before {
        content: "";
        display: block;
        width: 3rem;
        height: 3rem;
        border-left: 5px solid #fff;
        border-bottom: 5px solid #fff;
        transform: rotate(45deg); }
        @media screen and (max-width: 640px) {
          /* line 154, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
          .fullSlideShow .btnArea .btnPrev:before {
            width: 2rem;
            height: 2rem; } }
    /* line 168, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .fullSlideShow .btnArea .btnNext {
      right: 2rem;
      text-align: right; }
      @media screen and (max-width: 640px) {
        /* line 168, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
        .fullSlideShow .btnArea .btnNext {
          right: 1rem; } }
      /* line 174, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
      .fullSlideShow .btnArea .btnNext:before {
        content: "";
        display: block;
        width: 3rem;
        height: 3rem;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
        transform: rotate(-45deg) translate(-0.3rem, -0.3rem); }
        @media screen and (max-width: 640px) {
          /* line 174, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
          .fullSlideShow .btnArea .btnNext:before {
            width: 2rem;
            height: 2rem; } }

/* PagiNation
------------------------- */
/* line 192, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
.pagiNation {
  top: 7.5rem;
  left: 0;
  width: 50%;
  height: 1rem;
  text-align: center;
  margin-left: 25%;
  position: fixed;
  z-index: 110;
  visibility: visible; }
  /* line 202, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
  .pagiNation a {
    margin: 0 .3rem;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background: transparent;
    border-radius: .5rem;
    border: 1px solid #fff;
    transition: .5s ease all; }
    /* line 211, /Users/hirotosegawa/Documents/CreativeData/htdocs/01_Customer/zillione/LAC_Recruit/asset/script/scss/fullslide.scss */
    .pagiNation a.pnActive {
      background: #fff; }

/*# sourceMappingURL=fullslide.css.map */