@charset "UTF-8";
/* #mainImg 下層ページ
================================================ */
/*  #delivery
================================================ */
/* mainimg */
body:before { position: fixed; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: #262626 url(../img/staff/mainimg01_sp.png) no-repeat; background-size: 100% auto; content: ''; }

@media screen and (min-width: 600px) { body:before { z-index: -1; background-image: url(../img/staff/mainimg01_pc.png); background-size: 1920px; background-position: top center; min-width: 1520px; } }

/* mask sp */
@media screen and (max-width: 599px) { #bg, #gFooter { position: relative; z-index: 2; }
  #contents { position: relative; z-index: 0; }
  #contents:before { position: absolute; content: ''; top: -109px; left: 0; width: 100%; height: 100%; background: url(../img/common/bg_contents01_sp.png) no-repeat top right; background-size: 100% auto; z-index: 0; }
  #contents:after { position: absolute; content: ''; top: 400px; left: 0; width: 100%; height: 100%; background: #262626; background-size: contain; z-index: 0; } }

/* mask pc */
@media screen and (min-width: 600px) { #bg { position: relative; background: #262626; }
  #bg:before { content: ""; position: absolute; top: -253px; height: 675px; width: 1920px; display: block; left: 50%; padding: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: url(../img/common/bg_contents01_pc.png) no-repeat top center; background-size: cover; z-index: 0; } }

#contents { color: #fff; }

/*  #secGroup
================================================ */
#secStaff .inner { position: relative; z-index: 1; background: #262626; padding-bottom: 60px; }

#secStaff .link a { display: block; position: relative; }

#secStaff .link a .itemIn { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 235px; }

#secStaff .link a:before { content: ''; position: absolute; bottom: 15px; right: 15px; width: 29px; height: 10px; background: url(../img/common/ico_arrow01_white.png) no-repeat center/contain; }

#secStaff .link.staff01 a { background: url(../img/staff/bg_staff01_sp.png) no-repeat center/cover; }

#secStaff .link.staff02 a { background: url(../img/staff/bg_staff02_sp.png) no-repeat center/cover; }

#secStaff .link .txt { position: relative; padding-bottom: 10px; text-align: center; font-size: 2rem; font-weight: 700; line-height: 1.5; }

#secStaff .link .txt:after { content: ''; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 25px; height: 1px; background: #fff; }

@media screen and (min-width: 600px) { #secStaff .inner { padding-bottom: 120px; }
  #secStaff .links { max-width: 1920px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  #secStaff .link { width: 50%; }
  #secStaff .link a .itemIn { height: 600px; width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  #secStaff .link a:before { bottom: 30px; right: 30px; width: 31px; height: 11px; }
  #secStaff .link a:hover .itemIn { background-color: rgba(158, 203, 58, 0.9); }
  #secStaff .link.staff01 a { background: url(../img/staff/bg_staff01_pc.png) no-repeat center/cover; }
  #secStaff .link.staff02 a { background: url(../img/staff/bg_staff02_pc.png) no-repeat center/cover; }
  #secStaff .link .txt { position: relative; z-index: 1; padding-bottom: 20px; font-size: 3.4rem; }
  #secStaff .link .txt:after { width: 30px; height: 1px; } }
