@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    PC時のみ反映させるcss

========================================= */
/*	cmn parts
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	pc inner
------------------------------------ */
/* =========================================
    top  PC
    top-news
========================================= */
#top-news .inner {
  padding: 85px 0 125px;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .inner {
  padding: 130px 0 150px;
}

/* =========================================
    top  PC
    top-service
========================================= */
#top-service .inner {
  padding: 180px 0 130px;
}

/* =========================================
    top  PC
    top-recruit
========================================= */
#top-recruit .inner {
  padding: 125px 0 140px;
}

/* =========================================
    top  PC
    top-company
========================================= */
#top-company .inner {
  padding: 120px 0 0;
}

/* =========================================
    com  PC
    com-recruit
========================================= */
#com-recruit .inner {
  padding-top: 130px;
}

/* =========================================
    top  PC
    footer
========================================= */
#footer .inner {
  padding: 125px 0 95px;
}

/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-about .inner {
  padding: 80px 0 170px;
}

/* =========================================
    sub  PC
    sub-business
========================================= */
#sub-business .inner {
  padding: 75px 0 160px;
}

#sub-case .inner {
  padding: 135px 0 235px;
}

/* =========================================
    sub  PC
    sub-banner
========================================= */
#sub-banner .banner-inner {
  padding-bottom: 135px;
}

/* =========================================
    sub  PC
    sub-staff
========================================= */
#sub-staff .inner {
  padding: 80px 0 150px;
}

#sub-staff-introduction .inner {
  padding: 137px 0 234px;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-recruit .inner {
  padding-top: 80px;
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-company .inner {
  padding-top: 80px;
}

/* =========================================
    sub  PC
    sub-news
========================================= */
#sub-news .inner {
  padding-top: 80px;
}