@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(../fonts/ShipporiMincho-Bold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-ExtraBold";
  src: url(../fonts/ShipporiMincho-ExtraBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url(../fonts/ShipporiMincho-Medium.ttf);
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url(../fonts/ShipporiMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Regular";
  src: url(../fonts/ShipporiMincho-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: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(../fonts/ShipporiMincho-Bold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-ExtraBold";
  src: url(../fonts/ShipporiMincho-ExtraBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url(../fonts/ShipporiMincho-Medium.ttf);
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url(../fonts/ShipporiMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Regular";
  src: url(../fonts/ShipporiMincho-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-news
========================================= */
#top-news .inner {
  padding-top: 135px;
}

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

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

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

/* =========================================
    top  PC
    top-staff
========================================= */
#top-staff .inner {
  padding-bottom: 140px;
}

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

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

/* =========================================
    sub  PC
    sub-flow
========================================= */
#sub-working .inner {
  padding: 90px 0 100px;
}

#sub-flow .inner {
  padding: 0 0 100px;
}

/* =========================================
    sub  PC
    sub-work
========================================= */
#sub-work .inner {
  padding: 90px 0 100px;
}

#sub-welfare .inner {
  padding: 0 0 100px;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .inner {
  padding: 100px 0;
}

#sub-voice-detail .inner {
  padding: 100px 0;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-demand .inner {
  padding: 90px 0 100px;
}

#sub-recruit-flow .inner {
  padding: 90px 0 100px;
}

/* =========================================
    sub  PC
    sub-contact
========================================= */
#sub-contact .inner {
  padding: 100px 0;
}