@charset "UTF-8";
.list-style-none, .header-container .header-nav ul, .events-list, .news-accordion-container ul, .haj-events, .haj-banner, .strong-point, .flow-expl, .agent-support, .page-link-list ul, .recommend-job, .utility-nav ul, .company-info dl dd ul {
  list-style-type: none;
  margin-left: 0; }

.box-shadow, .registration .reg-btn, .job-lp .job-lp-block a, .strong-point li, .staff-ph, .more-large, .backtotop a {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }

.box-shadow-hover, .more-btn:hover, .more:hover, .more-large:hover, .more-btn.hover, .hover.more, .hover.more-large, .registration .reg-btn.hover, .registration .reg-btn:hover, .job-lp .job-lp-block a:hover, .job-lp .job-lp-block a.hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); }

.more-btn, .more, .more-large {
  background-color: #004c9c;
  color: #fff;
  border-radius: 3px;
  padding: 6px 12px;
  display: block;
  width: 8rem;
  text-align: center;
  margin: 0 auto; }
  .more-btn:hover, .more:hover, .more-large:hover, .more-btn.hover, .hover.more, .hover.more-large {
    color: #fff;
    text-decoration: none; }

/*** Fonts ***/
/* icomoon */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?6mp8w2");
  src: url("../fonts/icomoon.eot?6mp8w2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6mp8w2") format("truetype"), url("../fonts/icomoon.woff?6mp8w2") format("woff"), url("../fonts/icomoon.svg?6mp8w2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hokkaido:before {
  content: "\e900"; }

.icon-laptop-code-solid:before {
  content: "\e901"; }

.icon-medkit-solid:before {
  content: "\e902"; }

.icon-user-graduate-solid:before {
  content: "\e903"; }

/* icomoon */
.font-en {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; }

.font-en-bold {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

/*** Tag ***/
html {
  font-size: 62.5%;
  font-size: 16px;
  overflow-x: hidden; }

body {
  font-size: 1rem;
  color: #000;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

a {
  color: #004c9c;
  transition: all 0.3s ease;
  /*&:hover, &.hover {
        text-decoration: underline;
        opacity: .8;
        @extend .box-shadow-hover;
    }*/ }
  a.external::after {
    font-family: 'Material Icons';
    content: "\e895";
    padding-left: 5px;
    vertical-align: middle; }

p {
  line-height: 1.7rem; }

ul, ol {
  padding-left: 0;
  list-style-position: outside;
  margin-left: 1rem; }

.nowrap {
  white-space: nowrap; }

.col .no-gutters, [class*="col-"] .no-gutters {
  padding-right: 0;
  padding-left: 0; }

/*** Header ***/
.header-container {
  height: 90px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between; }
  .header-container h2 {
    color: #004c9c;
    font-size: .9rem; }
    .header-container h2 img {
      display: block;
      margin-top: 5px; }
  .header-container .header-nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    font-size: .9rem;
    font-weight: 600; }
    .header-container .header-nav ul li {
      padding: 8px 20px; }
      .header-container .header-nav ul li.contact {
        background-color: #004c9c;
        border-radius: 20px; }
        .header-container .header-nav ul li.contact a {
          color: #fff; }

.visual-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-image: url(../img/main-visual-pc.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  /*transition: ease all 20s;
    filter: blur(3px);
    opacity: 0;
    &.delighter.started {
        opacity: 1;
        filter: none;
    }*/
  /*.registration-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 16rem;
        //height: 2rem;

        border-radius: 4px;
        padding: .25rem 1rem;
        text-align: center;
        a {
            color: #fff;
            font-size: 1.25rem;
            letter-spacing: .5rem;
            &:hover {
                text-decoration: none;
            }
        }
    }*/ }
  .visual-container .title-container {
    margin-top: 7rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px; }
    .visual-container .title-container .inner {
      background-image: url(../img/stamp.png);
      background-position: right 60%;
      background-repeat: no-repeat; }
    .visual-container .title-container .title-text-container {
      padding: 1.5rem 2rem; }
      .visual-container .title-container .title-text-container h1 {
        font-size: 1rem; }
      .visual-container .title-container .title-text-container img {
        max-width: 100%;
        height: auto; }
  .visual-container .visual2-container {
    background-color: #fff;
    justify-content: center;
    overflow-y: hidden; }
    .visual-container .visual2-container img {
      max-width: 100%;
      height: auto; }

/* registration */
.registration {
  position: absolute;
  z-index: 5;
  bottom: -25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .registration .reg-btn {
    background-color: #cc2c2f;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: .75rem 2rem; }
    .registration .reg-btn h2 {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: .25rem;
      font-size: 1.25rem;
      letter-spacing: .5rem; }
    .registration .reg-btn.hover, .registration .reg-btn:hover {
      text-decoration: none;
      color: #fff444; }

.registration.fixed {
  position: fixed;
  bottom: 0;
  padding-bottom: 1rem; }

.row.no-gutters.visual2-container {
  text-align: center;
  justify-content: center;
  width: 100%;
  background-color: #fff; }

.events-container {
  background-color: #004c9c;
  padding: 2.5rem 0 1.5rem 0; }
  .events-container h2 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1rem 0 1.25rem 0;
    text-align: center; }

.events-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-y: hidden; }
  .events-list li {
    margin: 0 5px; }

.event-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 1rem; }
  .event-box dl {
    margin-bottom: 0; }
    .event-box dl.sub-info {
      font-size: .8rem; }
  .event-box dt {
    font-weight: 400;
    width: 3.5rem;
    float: left; }
  .event-box dd {
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 3.75rem; }
  .event-box h3 {
    font-size: 1rem;
    margin: .5rem 0; }
  .event-box .event-cat {
    background-color: rgba(0, 76, 156, 0.2);
    border-radius: 3px;
    font-size: .75rem;
    font-weight: 600;
    padding: 4px 16px; }

.swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem; }

.swiper-button-next {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004c9c+0,004c9c+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(0, 76, 156, 0) 0%, #004c9c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 76, 156, 0) 0%, #004c9c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 76, 156, 0) 0%, #004c9c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004c9c', endColorstr='#004c9c',GradientType=1 );
  /* IE6-9 */
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }

.swiper-button-prev {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004c9c+0,004c9c+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #004c9c 0%, rgba(0, 76, 156, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #004c9c 0%, rgba(0, 76, 156, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #004c9c 0%, rgba(0, 76, 156, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c9c', endColorstr='#00004c9c',GradientType=1 );
  /* IE6-9 */
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0; }

/*** Content ***/
.news-container {
  background-color: #e4e4e4;
  margin: 0;
  padding: 1.5rem; }
  .news-container .col-12 {
    padding-left: 0;
    padding-right: 0; }
  .news-container h2 {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    padding-top: 10px; }

.news-accordion-container {
  background-color: #fff;
  border-radius: 6px;
  padding: .75rem 1.5rem; }
  .news-accordion-container ul {
    margin-bottom: 0; }
  .news-accordion-container li {
    border-bottom: 1px solid #e4e4e4; }
    .news-accordion-container li:last-child {
      border-bottom: none; }
  .news-accordion-container dl {
    margin-bottom: 0; }
  .news-accordion-container dd {
    font-size: .85rem;
    margin: 0 1rem 1rem 1rem; }
  .news-accordion-container .btn-link {
    color: #004c9c;
    font-size: .95rem;
    padding-left: 0; }
    .news-accordion-container .btn-link time {
      font-size: .85rem;
      padding-right: .5rem;
      font-weight: 600;
      text-decoration: none; }

.heading-container {
  text-align: center;
  margin: 0 auto 2rem auto; }
  .heading-container span {
    display: block;
    font-size: 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: .75rem; }
    .heading-container span.special::before {
      font-family: 'Material Icons';
      content: "\e83a";
      display: block;
      margin-bottom: 1rem; }
    .heading-container span.service::before {
      font-family: 'Material Icons';
      content: "\e8d3";
      display: block;
      margin-bottom: 1rem; }
    .heading-container span.jobs::before {
      font-family: 'Material Icons';
      content: "\eb3f";
      display: block;
      margin-bottom: 1rem; }
  .heading-container h2 {
    font-size: .9rem;
    padding-top: 3rem;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
    line-height: 1.5rem; }
  .heading-container h3 {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 10px;
    margin-top: 3rem;
    position: relative; }
    .heading-container h3::before {
      content: '';
      width: 30px;
      height: 2px;
      background-color: #000;
      display: block;
      position: absolute;
      left: 0;
      top: -6px; }

.contents-special {
  padding-bottom: 4rem; }

.job-lp {
  margin-bottom: 2rem; }
  .job-lp .col-6.col-md-3 {
    margin-bottom: .5rem; }
  .job-lp .job-lp-block {
    display: flex;
    height: 100%; }
    .job-lp .job-lp-block a {
      background-color: #fff;
      border-radius: 5px;
      margin-bottom: 0;
      display: block; }
      .job-lp .job-lp-block a img {
        display: block;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .job-lp .job-lp-block a h3 {
        color: #000;
        text-align: center;
        font-size: 1rem;
        font-weight: 700;
        padding: .5rem; }
      .job-lp .job-lp-block a:hover, .job-lp .job-lp-block a.hover {
        text-decoration: none; }
      .job-lp .job-lp-block a.job01, .job-lp .job-lp-block a.job02, .job-lp .job-lp-block a.job03, .job-lp .job-lp-block a.job04 {
        position: relative; }
        .job-lp .job-lp-block a.job01::before, .job-lp .job-lp-block a.job02::before, .job-lp .job-lp-block a.job03::before, .job-lp .job-lp-block a.job04::before {
          font-family: 'icomoon';
          position: absolute;
          top: 40%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          margin: auto;
          color: #fff;
          font-size: 2rem; }
      .job-lp .job-lp-block a.job01::before {
        content: "\e902"; }
      .job-lp .job-lp-block a.job02::before {
        content: "\e901"; }
      .job-lp .job-lp-block a.job03::before {
        content: "\e903"; }
      .job-lp .job-lp-block a.job04::before {
        content: "\e900"; }

.haj-events, .haj-banner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .haj-events li, .haj-banner li {
    font-size: .85rem;
    line-height: 1rem;
    margin: 0 10px .5rem 10px;
    max-width: 220px; }
    .haj-events li img, .haj-banner li img {
      margin-bottom: .25rem; }

.haj-banner {
  border-top: 1px solid #e4e4e4;
  padding-top: 1rem; }

.contents-service {
  background-color: #fafafa; }

.strong-point {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .strong-point li {
    background-color: #fff;
    border-radius: 10px;
    padding: 3rem;
    text-align: center;
    margin-bottom: 1rem; }
  .strong-point .strong-icon {
    background-color: #fafafa;
    border-radius: 50%;
    display: block;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto; }
  .strong-point h3 {
    font-size: 1.2rem;
    font-weight: 700; }
    .strong-point h3.strong-1 em {
      color: #d54f8f; }
    .strong-point h3.strong-2 em {
      color: #4781cc; }
    .strong-point h3.strong-3 em {
      color: #5da623; }
    .strong-point h3 em {
      display: block;
      font-size: 4rem;
      font-style: normal;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700; }
      .strong-point h3 em span {
        color: #000;
        font-size: 1.6rem; }

h4 {
  font-size: 1rem;
  text-align: center;
  margin: 0 auto 2rem auto;
  line-height: 1.5rem; }

.marker-job {
  background: linear-gradient(transparent 60%, #c3ddff 0%); }

.service-flow {
  margin-bottom: 4rem; }

.flow-expl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .flow-expl li {
    position: relative;
    border: 2px solid #004c9c;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: .5rem; }
  .flow-expl .flow-num {
    background-color: #004c9c;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    padding: .25rem; }
  .flow-expl dl {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%; }
  .flow-expl dt {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem; }
    .flow-expl dt.flow1 {
      color: #004c9c; }
      .flow-expl dt.flow1::before {
        font-family: 'Material Icons';
        content: "\e7fe";
        display: block;
        font-size: 2.5rem; }
    .flow-expl dt.flow2 {
      color: #004c9c; }
      .flow-expl dt.flow2::before {
        font-family: 'Material Icons';
        content: "\e0cb";
        display: block;
        font-size: 2.5rem; }
    .flow-expl dt.flow3 {
      color: #004c9c; }
      .flow-expl dt.flow3::before {
        font-family: 'Material Icons';
        content: "\e158";
        display: block;
        font-size: 2.5rem; }
    .flow-expl dt.flow4 {
      color: #004c9c; }
      .flow-expl dt.flow4::before {
        font-family: 'Material Icons';
        content: "\e416";
        display: block;
        font-size: 2.5rem; }
    .flow-expl dt.flow5 {
      color: #004c9c; }
      .flow-expl dt.flow5::before {
        font-family: 'Material Icons';
        content: "\e8f9";
        display: block;
        font-size: 2.5rem; }
  .flow-expl dd {
    font-size: .9rem;
    margin-bottom: 2rem; }

.service-staff {
  background-image: url(../img/agent-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0; }
  .service-staff .heading-container h3 {
    margin-top: 0; }
  .service-staff p.small {
    line-height: 1.1rem; }

.staff-ph {
  border-radius: 4px; }

.agent-support li {
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid #004c9c;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem; }

.agent-support dl {
  margin-bottom: 0; }

.agent-support dt {
  color: #004c9c;
  margin-bottom: .5rem; }

.agent-support dd {
  margin-bottom: 0; }
  .agent-support dd p {
    font-size: .9rem;
    line-height: 1.2rem; }

.more-large {
  width: 18rem;
  font-size: 1.2rem;
  font-weight: bold;
  padding: .75rem 2.5rem; }

.page-link-list {
  background-color: #004c9c;
  padding: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center; }
  .page-link-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 0; }
    .page-link-list ul li {
      width: 20rem;
      border: 1px solid #fff;
      border-radius: 2rem;
      padding: 5px 15px;
      font-size: .8rem;
      margin: 0 5px; }
      .page-link-list ul li a {
        color: #fff; }

.recommend-job {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .recommend-job li {
    margin-bottom: 1.5rem; }
  .recommend-job .recommend-box {
    border: 1px solid #e4e4e4;
    border-radius: 5px; }
    .recommend-job .recommend-box .inner {
      padding: 1rem; }
    .recommend-job .recommend-box p {
      font-size: .85rem;
      margin-bottom: 0; }
  .recommend-job .job-num {
    background-color: #e4e4e4;
    padding: 8px 16px;
    font-size: .75rem;
    font-weight: 600; }
  .recommend-job h3 {
    font-size: 1.1rem;
    font-weight: 600; }
  .recommend-job dl {
    display: flex;
    flex-direction: row; }
  .recommend-job dt {
    margin-right: 5px; }
  .recommend-job dd {
    font-weight: 600; }
  .recommend-job .job-style {
    background-color: #004c9c;
    padding: 4px;
    color: #fff;
    font-size: .7rem; }
  .recommend-job .jobIcon {
    max-width: 16px;
    margin-right: 2px; }
  .recommend-job .job-data {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 0; }
  .recommend-job .job-point {
    margin-top: 1rem; }

.contents-contact {
  margin: 4rem 0; }

.contact-info {
  border: 3px solid #004c9c;
  padding: 1rem;
  display: flex; }
  .contact-info h2 {
    font-size: .8rem;
    font-weight: 600; }
    .contact-info h2 span {
      color: #004c9c;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      display: block;
      font-size: 1.8rem; }
  .contact-info address {
    margin-left: 5rem;
    margin-bottom: 0; }
    .contact-info address p {
      margin-bottom: 0; }
    .contact-info address .tel {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0; }
      .contact-info address .tel::before {
        font-family: 'Material Icons';
        content: "\e0b0";
        font-size: 1.2rem; }
      .contact-info address .tel a {
        font-size: 1.6rem;
        color: #000;
        padding-left: .5rem; }
    .contact-info address em {
      font-style: normal;
      font-weight: 600;
      display: block;
      margin-bottom: .5rem; }

.backtotop {
  position: fixed;
  bottom: -100px;
  right: 50px;
  z-index: 100; }
  .backtotop a {
    text-align: center;
    display: inline-block;
    padding: .25rem .45rem;
    background-color: rgba(0, 76, 156, 0.7);
    color: #fff;
    border-radius: 50%; }
    .backtotop a i {
      font-size: 2rem;
      transform: rotate(90deg); }

/*** Footer ***/
.utility-nav {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
  .utility-nav ul {
    display: flex;
    justify-content: center;
    font-size: .8rem;
    margin-top: 1rem; }
    .utility-nav ul li {
      margin: 0 .75rem; }

.warranty-info {
  display: flex;
  margin: 2rem 0; }
  .warranty-info dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 49%; }
    .warranty-info dl dt {
      max-width: 150px; }
    .warranty-info dl dd.warranty1 {
      width: calc(100% - 150px); }
    .warranty-info dl dd.warranty2 {
      width: calc(100% - (150px + 75px)); }
  .warranty-info p {
    font-size: .85rem;
    line-height: 1.1rem;
    margin-bottom: 0; }

.company-info {
  background-color: #ccdbeb;
  padding: 2rem 0; }
  .company-info dl {
    display: flex;
    font-size: .9rem;
    line-height: 1rem; }
    .company-info dl dt {
      margin-right: 1rem; }
    .company-info dl dd dl {
      margin: 0; }
      .company-info dl dd dl dt {
        font-size: .8rem; }
      .company-info dl dd dl dd {
        font-size: .8rem;
        font-weight: 400; }
    .company-info dl dd ul {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start; }
    .company-info dl.satellite {
      margin: 2rem 0 0 0; }
      .company-info dl.satellite dt {
        font-size: 1.1rem; }
      .company-info dl.satellite dd {
        font-size: .9rem; }
  .company-info li::after {
    content: '｜'; }
  .company-info li:last-child::after {
    content: none; }

.copyright-container {
  margin-bottom: 120px;
  text-align: center; }
  .copyright-container .copyright {
    font-size: .7rem;
    margin-top: 2rem; }

/*** Common ***/
.relative {
  position: relative;
  height: auto; }

.delighter {
  transform: translateY(10%);
  opacity: 0; }

.delighter.started {
  transition: all 1s ease-out;
  transition-delay: .5s;
  transform: translateY(0);
  opacity: 1; }

.delighter.splash {
  transition: all 2s ease-out; }

.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all 2s ease-out; }

.delighter.right.started {
  transform: none;
  opacity: 1; }

.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all 2s ease-out; }

.delighter.left.started {
  transform: none;
  opacity: 1; }

/*** Responsive ***/
@media screen and (min-width: 1901px) {
  .visual-container {
    background-size: 100% auto;
    background-position: center center;
    height: 850px; }
    .visual-container .visual2-container {
      margin-top: 170px;
      height: 320px; } }

@media screen and (min-width: 1501px) and (max-width: 1900px) {
  .visual-container {
    background-size: 100% auto;
    background-position: center center;
    height: 850px; }
    .visual-container .visual2-container {
      margin-top: 210px;
      height: 260px; } }

@media screen and (min-width: 1364px) and (max-width: 1500px) {
  .visual-container {
    background-size: 100% auto;
    background-position: center center;
    height: 810px; }
    .visual-container .visual2-container {
      margin-top: 220px;
      height: 260px; } }

@media screen and (max-width: 1363px) {
  .visual-container {
    background-size: cover;
    /*.visual2-container {
            //margin-top: 180px;
            position: relative;
            top: 100%;
        }*/ }
    .visual-container .title-container {
      margin-top: 4rem; } }

@media screen and (min-width: 992px) and (max-width: 1363px) {
  .visual-container {
    height: 790px; }
    .visual-container .visual2-container {
      margin-top: 240px;
      height: 260px; } }

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .visual-container .visual2-container {
    margin-top: 200px;
    height: 120px; } }

@media only screen and (max-width: 575px) {
  .visual-container {
    height: 440px; }
    .visual-container .visual2-container {
      margin-top: 120px;
      height: 120px; } }

@media screen and (min-width: 992px) {
  .visual-container .job-list ul {
    max-width: 800px; }
  .flow-expl li {
    width: 19.5%;
    height: 220px; } }

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .visual-container {
    /*background-image: url(../img/main-visual-tab.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;*/ } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .flow-expl {
    justify-content: flex-start; }
    .flow-expl li {
      width: 33%;
      height: 220px; } }

@media only screen and (min-width: 768px) {
  .visual-container .maincopy {
    margin-top: 100px; }
  .visual-container .job-list {
    margin-top: 330px; }
    .visual-container .job-list li {
      height: 30px;
      line-height: 30px;
      font-size: 1rem;
      margin: 5px 10px; }
      .visual-container .job-list li::before {
        left: -15px;
        border-width: 15px 15px 15px 0; }
      .visual-container .job-list li span {
        max-width: 160px; }
  .swiper-slide {
    width: 40%; } }

@media only screen and (max-width: 767px) {
  .visual-container .maincopy {
    margin-top: 100px; }
  .visual-container .job-list {
    margin-top: 360px; }
    .visual-container .job-list li {
      height: 24px;
      line-height: 24px;
      font-size: .8rem;
      margin: 2px 10px; }
      .visual-container .job-list li::before {
        left: -12px;
        border-width: 12px 12px 12px 0; }
      .visual-container .job-list li span {
        max-width: 140px; }
  .swiper-slide {
    width: 65%; }
    .swiper-slide .event-box dl {
      font-size: .8rem; }
    .swiper-slide .event-box h3 {
      font-size: .9rem; }
    .swiper-slide .event-box .event-cat {
      padding: 4px; }
  .flow-expl li {
    width: 49%;
    height: 180px; }
  .flow-expl dd {
    font-size: .75rem; }
  .contact-info {
    flex-direction: column; }
    .contact-info address {
      margin-left: 0;
      margin-top: 1.5rem; }
  .page-link-list ul li {
    margin-bottom: .5rem; }
    .page-link-list ul li:last-child {
      margin-bottom: 0; }
  .warranty-info {
    flex-direction: column; }
    .warranty-info dl {
      width: 100%; } }

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .strong-point li {
    padding: 1.8rem; }
  .strong-point h3 {
    font-size: 1rem; }
    .strong-point h3 em {
      font-size: 2.2rem; }
      .strong-point h3 em span {
        font-size: 1.2rem; } }

@media only screen and (min-width: 576px) {
  .pc {
    display: block;
    content: '';
    height: 0; }
  .sp {
    display: none; }
  .visual-container .registration-btn {
    background-color: #6ec6ca;
    bottom: -1.25rem; }
  .strong-point li {
    width: 31%;
    margin-right: 1%; }
    .strong-point li:last-child {
      margin-right: 1%; }
  h4.job-expl {
    width: 75%; }
  .recommend-job li {
    width: 49%; } }

@media only screen and (max-width: 575px) {
  .pc {
    display: none; }
  .sp {
    display: block; }
  .visual-container {
    /*.visual2-container {
            margin-top: 180px;
            height: 120px;
        }*/ }
    .visual-container .title-container {
      margin-top: 1rem;
      width: 240px; }
    .visual-container .registration-btn {
      background-color: #004c9c;
      bottom: 1rem; }
  .header-container {
    padding: 10px; }
    .header-container .sitetitle {
      max-width: 45%; }
    .header-container h2 {
      font-size: .65rem; }
    .header-container .header-nav {
      max-width: 55%; }
      .header-container .header-nav ul {
        font-size: .7rem; }
        .header-container .header-nav ul li {
          padding: 4px 8px; }
          .header-container .header-nav ul li.contact a::after {
            content: none; }
  .visual-container {
    /*background-image: url(../img/main-visual-sp.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 530px;*/ }
    .visual-container .maincopy {
      margin-top: 60px; }
    .visual-container .job-list {
      margin-top: 170px; }
  .news-container h2 {
    padding: 0;
    text-align: center; }
  .news-accordion-container button.btn {
    text-align: left; }
  .news-accordion-container button time {
    display: block; }
  .heading-container h2 {
    width: 100%; }
  .haj-events li {
    margin-bottom: 1rem; }
  .strong-point li {
    width: 100%;
    margin-right: 0; }
  h4.job-expl {
    width: 100%; }
  .agent-support {
    margin-bottom: 3rem; }
  .recommend-job li {
    width: 100%; }
  .contact-info {
    flex-direction: column; }
    .contact-info address .tel a {
      display: block; }
  .utility-nav ul {
    flex-direction: column; } }

@media print {
  /*Safari、IE*/
  /*border:blue 3px solid;*/
  /*Firefox*/
  /*border:orange 3px solid;*/
  /*width:720px;*/
  /*Chrome*/
  /*border:green 3px solid;*/
  body {
    position: relative; }
  header.fixed-top {
    position: absolute;
    top: 0; }
  .fab {
    display: none !important; }
  .navbar-dark.globalnav {
    display: block; }
  #pcnav.hidden {
    display: block !important; }
    #pcnav.hidden .navbar-toggler {
      display: none !important; }
    #pcnav.hidden .collapse.navbar-collapse {
      display: block !important; }
    #pcnav.hidden .navbar-nav {
      flex-direction: row;
      justify-content: center; }
  #spnav.show {
    display: none !important; }
    #spnav.show #overlay {
      display: none !important; } }

@media print {
  .col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.333333%; }
  .pull-sm-2 {
    right: 16.666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.333333%; }
  .pull-sm-5 {
    right: 41.666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.333333%; }
  .pull-sm-8 {
    right: 66.666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.333333%; }
  .pull-sm-11 {
    right: 91.666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.333333%; }
  .push-sm-2 {
    left: 16.666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.333333%; }
  .push-sm-5 {
    left: 41.666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.333333%; }
  .push-sm-8 {
    left: 66.666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.333333%; }
  .push-sm-11 {
    left: 91.666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; }
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.333333%; }
  .pull-md-2 {
    right: 16.666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.333333%; }
  .pull-md-5 {
    right: 41.666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.333333%; }
  .pull-md-8 {
    right: 66.666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.333333%; }
  .pull-md-11 {
    right: 91.666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.333333%; }
  .push-md-2 {
    left: 16.666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.333333%; }
  .push-md-5 {
    left: 41.666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.333333%; }
  .push-md-8 {
    left: 66.666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.333333%; }
  .push-md-11 {
    left: 91.666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; }
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.333333%; }
  .pull-lg-2 {
    right: 16.666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.333333%; }
  .pull-lg-5 {
    right: 41.666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.333333%; }
  .pull-lg-8 {
    right: 66.666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.333333%; }
  .pull-lg-11 {
    right: 91.666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.333333%; }
  .push-lg-2 {
    left: 16.666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.333333%; }
  .push-lg-5 {
    left: 41.666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.333333%; }
  .push-lg-8 {
    left: 66.666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.333333%; }
  .push-lg-11 {
    left: 91.666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; }
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.333333%; }
  .pull-xl-2 {
    right: 16.666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.333333%; }
  .pull-xl-5 {
    right: 41.666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.333333%; }
  .pull-xl-8 {
    right: 66.666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.333333%; }
  .pull-xl-11 {
    right: 91.666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.333333%; }
  .push-xl-2 {
    left: 16.666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.333333%; }
  .push-xl-5 {
    left: 41.666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.333333%; }
  .push-xl-8 {
    left: 66.666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.333333%; }
  .push-xl-11 {
    left: 91.666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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