@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);
}
@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);
}
/*	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);
}
@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);
}
/*	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-about
========================================= */
#top-about .inner {
  padding: 220px 0;
}

/* =========================================
    top  PC
    top-greeting
========================================= */
#top-greeting .inner {
  padding: 30px 0 145px;
}

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

/* =========================================
    top  PC
    top-day
========================================= */
#top-day .inner {
  padding-top: 105px;
}

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

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

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

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

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

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

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

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

#sub-banner .inner {
  padding: 140px 0;
}

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

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-charm .inner {
  padding: 155px 0 223px;
}

#sub-recruit .inner {
  padding-bottom: 220px;
}

/* =========================================
    sub  PC
    sub-greeting
========================================= */
#sub-greeting .inner {
  padding: 155px 0 245px;
}

#sub-company .inner {
  padding: 220px 0 200px;
}

/* =========================================
    sub  PC
    sub-sssss
========================================= */
/* =========================================
    sub  PC
    sub-sssss
========================================= */
/* =========================================
    sub  PC
    sub-sssss
========================================= */