@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300&display=swap");
@import url(base.css);
.content-wrapper {
  padding-top: 0; }

.header {
  background: rgba(0, 0, 0, 0.35); }
  .header .inner .header-logo {
    margin-top: 1px; }
    .header .inner .header-logo.logo-white {
      display: initial; }
    .header .inner .header-logo.logo-black {
      display: none; }
  .header .inner .header-nav li {
    color: #ffffff; }

.ttl-en {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px; }
  .ttl-en:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: 20px;
    border-bottom: solid 3px #0081d5;
    transition: .8s ease .3s; }
  .ttl-en.is-show:after {
    width: 73px; }

.arrow-btn {
  font-size: 14px;
  border: solid 1px #000;
  text-align: center;
  position: relative;
  display: block;
  width: 391px;
  background: #ffffff;
  padding: 17px;
  border-radius: 6px;
  letter-spacing: .3px;
  color: #000; }
  .arrow-btn .fas {
    position: absolute;
    top: calc(50% - 7px);
    right: 12px; }
  .arrow-btn:hover {
    color: #0081d5 !important;
    border-color: #0081d5;
    background: #f0f8fd; }

.main-visual {
  position: relative; }
  .main-visual .image-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
    .main-visual .image-slider .image {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover; }
    .main-visual .image-slider:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      mix-blend-mode: multiply; }
  .main-visual .main-catch {
    color: #ffffff;
    padding-top: 164px; }
    .main-visual .main-catch .en {
      font-size: 60px;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 2px;
      line-height: 64px;
      margin-bottom: 29px;
      white-space: nowrap;
      overflow: hidden;
      width: 0;
      transition: 2s ease;
      opacity: 0; }
    .main-visual .main-catch .jp {
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 1.5px;
      line-height: 35px;
      opacity: 0;
      transition: 1s ease 1s; }
    .main-visual .main-catch.is-show {
      width: 100%; }
      .main-visual .main-catch.is-show .en {
        width: 100%;
        opacity: 1; }
      .main-visual .main-catch.is-show .jp {
        opacity: 1; }
  .main-visual .news-top {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    color: #ffffff; }
    .main-visual .news-top .inner {
      height: 100%;
      display: flex;
      align-items: center; }
      .main-visual .news-top .inner .news-top-ttl {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        letter-spacing: 1.5px;
        margin-right: 32px; }
      .main-visual .news-top .inner .news-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        width: calc(100% - 300px); }
        .main-visual .news-top .inner .news-link .date, .main-visual .news-top .inner .news-link .cate, .main-visual .news-top .inner .news-link .news-ttl {
          transition: .3s ease; }
        .main-visual .news-top .inner .news-link .date {
          font-family: "Lato", sans-serif;
          letter-spacing: .3px;
          margin-right: 15px; }
        .main-visual .news-top .inner .news-link .cate {
          letter-spacing: .3px;
          min-width: 90px;
          max-width: 120px;
          padding: 4px 9px;
          margin-right: 31px;
          border: solid 1px #ffffff;
          text-align: center; }
        .main-visual .news-top .inner .news-link .news-ttl {
          max-width: calc(100% - 250px);
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .main-visual .news-top .inner .news-link:hover .date, .main-visual .news-top .inner .news-link:hover .cate, .main-visual .news-top .inner .news-link:hover .news-ttl {
          color: #79cfff;
          border-color: #79cfff; }
      .main-visual .news-top .inner .link-btn {
        font-size: 14px;
        width: 120px;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        color: #000;
        padding: 23px 0 0 13px;
        margin: 0 0 0 auto;
        text-align: center; }
        .main-visual .news-top .inner .link-btn .fas {
          margin-left: 1.3em; }
        .main-visual .news-top .inner .link-btn:hover {
          color: #0081d5;
          background: #f0f8fd; }

.about {
  padding: 137px 0 141px;
  display: flex;
  position: relative; }
  .about:before {
    content: "";
    background: url("../img/index/about-bg.png") top left no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .about .bg-line {
    background: url("../img/index/about-line.png") top right no-repeat;
    position: absolute;
    width: 1206px;
    height: 0;
    top: -1px;
    right: calc(50% - 660px);
    z-index: -2;
    overflow: hidden;
    transition: 3.5s linear .5s; }
    .about .bg-line.is-show {
      height: 1068px; }
  .about .image-line {
    position: absolute;
    top: 493px;
    left: -22px;
    z-index: 1; }
  .about .about-image {
    height: 386px;
    width: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 87px; }
    .about .about-image .image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: 640px; }
    .about .about-image:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: #0081d5;
      transition: .8s ease .5s; }
    .about .about-image.is-show:before {
      width: 0; }
  .about .about-text-box {
    width: 430px;
    padding: 0 20px;
    margin-top: 7px; }
    .about .about-text-box .about-ttl {
      margin-bottom: 34px; }
    .about .about-text-box .about-catch {
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 1.5px;
      margin-bottom: 25px; }
    .about .about-text-box .about-text {
      line-height: 33px;
      letter-spacing: .9px;
      margin-bottom: 34px;
      text-align: justify; }

.link-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .link-wrapper .tri {
    position: absolute;
    top: -140px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 140px 142px;
    border-color: transparent transparent #0081d5 transparent; }
  .link-wrapper .link-item {
    width: calc(50% - 3px);
    color: #ffffff;
    padding: 5px;
    height: 250px;
    overflow: hidden;
    position: relative; }
    .link-wrapper .link-item a {
      text-align: center;
      padding-top: 88px;
      display: block;
      width: 100%;
      height: 100%;
      border: solid 2px #ffffff;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
      .link-wrapper .link-item a .en {
        font-size: 36px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 2.8px;
        margin-bottom: 13px; }
      .link-wrapper .link-item a .jp {
        font-size: 22px;
        font-weight: 700; }
    .link-wrapper .link-item:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background-size: cover;
      transition: .6s ease;
      z-index: -2; }
    .link-wrapper .link-item:after {
      content: "";
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      width: 100%;
      height: 100%;
      opacity: .4;
      transition: 1.2s ease; }
    .link-wrapper .link-item.maintenance:before {
      content: "";
      background-image: url("../img/index/maintenance.jpg");
      background-position: center; }
    .link-wrapper .link-item.renewal:before {
      content: "";
      background-image: url("../img/index/renewal.jpg");
      background-position: center; }
    .link-wrapper .link-item:hover:before {
      transform: translate(-50%, -50%) scale(1.05); }
    .link-wrapper .link-item:hover:after {
      opacity: 0; }

.products {
  padding: 139px 0 30px;
  position: relative; }
  .products .tri:after, .products .tri:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-style: solid;
    border-width: 0;
    border-color: transparent #0081d5 transparent transparent; }
  .products .tri:before {
    opacity: .85;
    transition: .5s ease .3s; }
  .products .tri:after {
    opacity: .2;
    transition: .8s ease .8s; }
  .products .tri.is-show:before {
    border-width: 0 81px 83px 0; }
  .products .tri.is-show:after {
    border-width: 0 618px 753px 0; }
  .products .inner .products-text-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 98px; }
    .products .inner .products-text-box .products-ttl {
      width: 100%; }
      .products .inner .products-text-box .products-ttl .ttl-en {
        margin-bottom: 29px;
        letter-spacing: 3px; }
      .products .inner .products-text-box .products-ttl .jp {
        font-size: 18px;
        margin-bottom: 13px; }
    .products .inner .products-text-box .products-text {
      width: 50.9%;
      line-height: 33px; }
    .products .inner .products-text-box .arrow-btn {
      margin: 0 0 8px auto;
      align-self: flex-end; }
  .products .products-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1287px; }
    .products .products-list li {
      margin: 0 3.5px 37px;
      position: relative;
      width: calc(25% - 7px); }
      .products .products-list li:nth-child(n+5) {
        margin-bottom: 0; }
      .products .products-list li .products-number {
        position: absolute;
        top: -25px;
        left: 20px;
        color: #0081d5;
        font-family: "Montserrat", sans-serif;
        font-size: 53px;
        font-weight: 600;
        letter-spacing: 1px; }
      .products .products-list li a {
        display: block;
        padding-top: calc(100% + 7px);
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative; }
        .products .products-list li a .products-image {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-height: 100%;
          width: 105%;
          height: auto;
          z-index: -1;
          transition: .4s ease-out; }
        .products .products-list li a .products-name {
          position: absolute;
          top: 32px;
          left: 20px;
          padding: 7px 15px 3px 8px;
          font-size: 20px;
          background: rgba(255, 255, 255, 0.8); }
        .products .products-list li a .products-text {
          position: absolute;
          bottom: 0;
          background: rgba(0, 0, 0, 0.5);
          padding: 19px 20px 10px;
          color: #ffffff;
          width: 100%;
          min-height: 80px;
          line-height: 27px;
          text-align: justify; }
        .products .products-list li a:hover .products-image {
          width: 100%;
          opacity: .6; }

.recruit {
  position: relative; }
  .recruit a {
    background: url("../img/index/recruit-bg.jpg") center right no-repeat;
    background-size: cover;
    padding: 69px 0 75px;
    display: block;
    position: relative;
    transition: .6s ease; }
    .recruit a:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: solid 5px #ffffff; }
    .recruit a .recruit-ttl {
      margin-bottom: 19px; }
      .recruit a .recruit-ttl:after {
        display: none; }
    .recruit a .recruit-text {
      line-height: 33px;
      font-feature-settings: 'palt';
      letter-spacing: 1px; }
    .recruit a:hover {
      opacity: .7; }
  .recruit.is-show:after {
    width: 0; }
  .recruit:after {
    content: "";
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: .6s ease .3s; }

.news {
  padding: 128px 0 100px; }
  .news .inner {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; }
    .news .inner .news-bottom-ttl {
      font-size: 38px;
      letter-spacing: 3px;
      font-weight: 600;
      margin-bottom: 5px; }
      .news .inner .news-bottom-ttl:after {
        display: none; }
    .news .inner .arrow-btn {
      margin: 0 0 0 auto;
      width: 130px;
      padding: 11px 13px 11px 0; }
    .news .inner .news-list {
      width: 100%;
      margin-top: 35px; }
      .news .inner .news-list li {
        border-top: solid 1px #000;
        position: relative; }
        .news .inner .news-list li:last-child {
          border-bottom: solid 1px #000; }
        .news .inner .news-list li a {
          display: flex;
          align-items: center;
          height: 81px;
          font-size: 14px; }
          .news .inner .news-list li a:hover {
            background: rgba(0, 129, 213, 0.06); }
          .news .inner .news-list li a .date {
            font-family: "Lato", sans-serif;
            margin-right: 14px;
            font-weight: 300;
            letter-spacing: .3px; }
          .news .inner .news-list li a .cate {
            color: #ffffff;
            padding: 5px 10px;
            min-width: 90px;
            max-width: 130px;
            text-align: center;
            margin-right: 31px;
            background: #1b1464; }
          .news .inner .news-list li a .news-ttl {
            max-width: calc(100% - 350px);
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
        .news .inner .news-list li:before {
          content: "";
          background: #ffffff;
          position: absolute;
          width: 100%;
          height: calc(100% + 2px);
          top: -1px;
          left: 0;
          z-index: 1;
          transition: .6s ease .3s; }
        .news .inner .news-list li.is-show:before {
          width: 0; }

.facebook {
  margin-bottom: 115px;
  text-align: center; }

.footer-link {
  margin-bottom: 6px;
  display: flex; }
  .footer-link .link-item {
    width: calc(50% - 3px); }
    .footer-link .link-item a {
      color: #ffffff;
      padding: 32px 37px;
      height: 250px;
      overflow: hidden;
      position: relative;
      display: block; }
      .footer-link .link-item a .en {
        font-size: 36px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 2.8px;
        margin-bottom: 10px; }
      .footer-link .link-item a .jp {
        font-size: 20px; }
      .footer-link .link-item a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-size: cover;
        transition: 1.2s ease;
        z-index: -1; }
      .footer-link .link-item a:hover:before {
        transform: translate(-50%, -50%) scale(1.08); }
    .footer-link .link-item.works {
      margin-right: 6px; }
      .footer-link .link-item.works a:before {
        content: "";
        background-image: url("../img/base/works-bg.jpg");
        background-position: center; }
    .footer-link .link-item.employment a:before {
      content: "";
      background-image: url("../img/base/employment-bg.jpg");
      background-position: center; }

@media screen and (max-width: 768px) {
  .header .inner .header-nav {
    top: 0;
    padding-top: 70px; }
  .header .inner .navbar span {
    background: #ffffff; }

  .ttl-en {
    font-size: 35px; }

  .arrow-btn {
    width: 100%;
    max-width: 350px;
    padding: 15px; }
    .arrow-btn:hover {
      color: #000 !important;
      border-color: #000;
      background: #ffffff; }

  .main-visual .main-catch {
    padding-top: 120px; }
    .main-visual .main-catch .en {
      font-size: 43px;
      letter-spacing: 1.5px;
      line-height: 50px;
      margin-bottom: 25px; }
    .main-visual .main-catch .jp {
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 30px; }
  .main-visual .news-top {
    height: 55px; }
    .main-visual .news-top .inner .news-top-ttl {
      display: none; }
    .main-visual .news-top .inner .news-link {
      width: 100%; }
      .main-visual .news-top .inner .news-link .date {
        margin-right: 15px; }
      .main-visual .news-top .inner .news-link .cate {
        display: none; }
      .main-visual .news-top .inner .news-link .news-ttl {
        max-width: calc(100% - 95px); }
      .main-visual .news-top .inner .news-link:hover .date, .main-visual .news-top .inner .news-link:hover .cate, .main-visual .news-top .inner .news-link:hover .news-ttl {
        color: #ffffff;
        border-color: #ffffff; }
    .main-visual .news-top .inner .link-btn {
      display: none; }

  .about {
    padding: 60px 0 60px;
    flex-wrap: wrap; }
    .about:before {
      background-size: 130%;
      opacity: .25; }
    .about .bg-line {
      display: none; }
    .about .image-line {
      display: none; }
    .about .about-image {
      height: 280px;
      width: 100%;
      margin-right: 0;
      order: 1; }
      .about .about-image .image {
        max-height: initial; }
    .about .about-text-box {
      width: 100%;
      padding: 0 20px;
      margin: 0 0 45px 0;
      order: 0; }
      .about .about-text-box .about-ttl {
        margin-bottom: 28px; }
      .about .about-text-box .about-catch {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 20px; }
      .about .about-text-box .about-text {
        line-height: 30px;
        margin-bottom: 25px; }

  .link-wrapper {
    flex-wrap: wrap; }
    .link-wrapper .tri {
      top: -110px;
      border-width: 0 0 110px 110px; }
    .link-wrapper .link-item {
      width: 100%;
      padding: 5px;
      height: 160px; }
      .link-wrapper .link-item a {
        padding-top: 45px; }
        .link-wrapper .link-item a .en {
          font-size: 32px;
          letter-spacing: 2px;
          margin-bottom: 8px; }
        .link-wrapper .link-item a .jp {
          font-size: 17px; }
      .link-wrapper .link-item:hover:before {
        transform: translate(-50%, -50%) scale(1); }
      .link-wrapper .link-item:hover:after {
        opacity: .4; }

  .products {
    padding: 70px 0 0; }
    .products .tri:before {
      border-width: 0 65px 65px 0; }
    .products .tri:after {
      border-width: 0 300px 350px 0;
      opacity: .18; }
    .products .inner .products-text-box {
      margin-bottom: 60px; }
      .products .inner .products-text-box .products-ttl {
        width: 100%; }
        .products .inner .products-text-box .products-ttl .ttl-en {
          margin-bottom: 24px;
          letter-spacing: 2px; }
      .products .inner .products-text-box .products-text {
        width: 100%;
        line-height: 30px;
        margin-bottom: 25px; }
      .products .inner .products-text-box .arrow-btn {
        margin: 0; }
    .products .products-list {
      margin: 0 -3px;
      font-size: 0; }
      .products .products-list li {
        margin: 0 0 35px;
        padding: 0 3px;
        width: 50%;
        font-size: 15px; }
        .products .products-list li:nth-child(n+5) {
          margin-bottom: 35px; }
        .products .products-list li .products-number {
          top: -25px;
          left: 15px;
          font-size: 45px; }
        .products .products-list li a {
          padding-top: calc(100% + 110px); }
          .products .products-list li a .products-image {
            width: auto;
            height: 50%; }
          .products .products-list li a .products-name {
            top: initial;
            bottom: calc(55% - 29px);
            left: 0;
            padding: 5px 12px 5px 15px;
            font-size: 16px; }
          .products .products-list li a .products-text {
            top: 55%;
            padding: 12px 15px;
            line-height: 24px;
            font-feature-settings: 'palt'; }
          .products .products-list li a:hover .products-image {
            width: auto; }

  .recruit {
    padding: 50px 0 60px; }
    .recruit a:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #ffffff;
      opacity: .5;
      top: 0;
      left: 0;
      position: absolute; }
    .recruit .inner {
      position: relative;
      z-index: 2; }
    .recruit .recruit-ttl {
      margin-bottom: 16px; }
    .recruit .recruit-text {
      line-height: 30px; }

  .news {
    padding: 70px 0 60px; }
    .news .inner .news-bottom-ttl {
      font-size: 30px;
      letter-spacing: 2px;
      margin-bottom: 30px;
      order: 0; }
    .news .inner .arrow-btn {
      margin: 0 auto;
      width: 100%;
      padding: 15px;
      order: 2; }
    .news .inner .news-list {
      margin: 0 0 40px;
      order: 1; }
      .news .inner .news-list li a {
        height: 95px;
        flex-wrap: wrap;
        padding: 15px 0; }
        .news .inner .news-list li a:hover {
          background: initial; }
        .news .inner .news-list li a .news-ttl {
          max-width: 100%;
          width: 100%; }

  .facebook {
    margin-bottom: 65px; }

  .footer-link {
    margin-bottom: 5px;
    flex-wrap: wrap; }
    .footer-link .link-item {
      width: 100%; }
      .footer-link .link-item a {
        padding: 30px 25px;
        height: 150px; }
        .footer-link .link-item a .en {
          font-size: 30px;
          letter-spacing: 2.5px;
          margin-bottom: 10px; }
        .footer-link .link-item a .jp {
          font-size: 16px; }
        .footer-link .link-item a:hover:before {
          transform: translate(-50%, -50%) scale(1); }
      .footer-link .link-item.works {
        margin: 0 0 5px; } }
@media screen and (max-width: 767px) {
  .recruit a {
    background-image: url("../img/index/recruit-bg-sp.jpg"); } }
@media screen and (width: 768px) {
  .products .products-list li a {
    padding-top: 300px; }
    .products .products-list li a .products-image {
      width: 100%;
      height: auto; }
    .products .products-list li a .products-name {
      top: auto;
      bottom: 80px; }
    .products .products-list li a .products-text {
      top: auto;
      bottom: 0;
      height: 80px; } }

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