@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "DotGothic16-Regular";
  src: url(../fonts/DotGothic16-Regular.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: "DotGothic16-Regular";
  src: url(../fonts/DotGothic16-Regular.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-construction
========================================= */
#top-construction .inner {
  padding: 135px 0 150px;
}

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

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

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

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

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .inner {
  padding: 115px 0 110px;
}

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

/* =========================================
    top  PC
    top-sec01
========================================= */
/* =========================================
    top  PC
    top-sec01
========================================= */