@charset "utf-8";
@media screen and (min-width: 641px) {
  .onlySP {
    display: none;
  }
  a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  .h5em {
    height: 5em;
    height: calc(3em + 30px);
  }
  .h7em {
    height: 7em;
    height: calc(5em + 26px);
  }
  .h9em {
    height: 9em;
    height: calc(7em + 26px);
  }

  /*============================
#wrapper
============================*/
  #wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 18px 10px 30px;
  }

  .noWrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 18px 10px 0px;
  }

  #wrapper h2,
  .noWrapper h2 {
    height: 40px;
    line-height: 40px;
    color: #4b332c;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-left: 4px;
  }

  /*------------------------------
.introWrap
------------------------------ */

  .introWrap {
    width: 980px;
    height: 95px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  h1.mainTit {
    width: 220px;
    height: 95px;
    text-indent: -99999px;
    background: url(../img/tit_common_h1_01.png) no-repeat 0 25px;
  }

  div#typeSelect {
    margin: 0 15px 0 0;
    height: 40px;
    position: relative;
    padding: 0 70px 0 150px;
    line-height: 40px;
    color: #4b332c;
    font-size: 15px;
    font-weight: bold;
    background: url(../img/sp/ico_down.png) no-repeat left 95% center #fff;
    background-size: 10px auto;
    width: 180px;
  }

  div#typeSelect:hover {
    cursor: pointer;
  }
  div#typeSelect span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #a88960;
    padding: 0 10px;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    width: 120px;
  }
  div#typeSelect.active {
    background: url(../img/sp/ico_up.png) no-repeat left 95% center #fff;
    background-size: 10px auto;
  }

  #jobLink {
    position: absolute;
    top: 68px;
    left: -15px;
    background: #efefe8;
    box-sizing: border-box;
    width: 980px;
    padding: 15px;
    display: none;
    z-index: 100;
  }

  /* 230110 ヘッダーの「職種紹介」メニュー展開部分のスタイル追加 */
  #jobLink .jobCategory {
    float: none;
    width: 100%;
    box-sizing: border-box;
    background: #fafaf6;
    position: relative;
    margin: 0;
    padding: 0 30px 15px;
  }
  #jobLink .jobCategory .jobCategoryTitle {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #412c27;
    padding: 20px 0;
  }
  #jobLink .jobCategory .jobCategoryList {
    display: flex;
  }
  #jobLink .jobCategory .jobCategoryItem {
  }
  #jobLink .jobCategory .jobCategoryItem + .jobCategoryItem {
    margin-left: 10px;
  }
  #jobLink .jobCategory .jobCategoryItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 290px;
    height: 60px;
    border: 2px solid #412c27;
    color: #3f2c26;
    font-size: 15px;
    text-decoration: none;
  }
  #jobLink .jobCategory .jobCategoryItem a:hover {
    color: #c69f10;
  }
  #jobLink .jobCategory .jobCategoryParttimejob {
    position: absolute;
    bottom: 30px;
    right: 40px;
  }
  #jobLink .jobCategory .jobCategoryParttimejob a {
    width: auto;
    height: auto;
    padding: 0 0 0 15px;
    background: none;
    color: #3f2c26;
    font-size: 13px;
    text-decoration: none;
  }
  #jobLink .jobCategory .jobCategoryParttimejob a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #d6ab2f;
    border-right: 1px solid #d6ab2f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 0;
  }
  #jobLink .jobCategory .jobCategoryParttimejob a:hover {
    color: #c69f10;
  }

  /*#jobLink dl {
    width: 980px;
    border: 15px solid #efefe8;
    background: #efefe8;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  #jobLink .jobCategory {
  }
  #jobLink dl dt {
    background: #efefe8;
    padding-bottom: 10px;
  }
  #jobLink dl .jobCategoryInner {
    display: flex;
    margin: 0 30px;
  }
  #jobLink dl dd {
    width: 280px;
  }
  #jobLink dl dd + dd {
    margin-left: 25px;
  }
  #jobLink dl dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #fafaf6;
    text-decoration: none;
    font-size: 15px;
    color: #3f2c26;
    box-sizing: border-box;
    border: 2px solid #412c27;
  }
  #jobLink dl dd a:hover {
    color: #73645f;
    background-color: #f9f9f5 !important;
  }
  #jobLink .jobCategory dd a:hover {
    color: #c69f10;
    background: #fafaf6;
  }
  #jobLink dl dd.textLink a {
    background: none;
    text-decoration: underline;
    border: none;
  }
  #jobLink dl dd.textLink a span {
    position: relative;
    padding: 0 40px 0 15px;
  }
  #jobLink dl dd.textLink a span:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #3f2c26;
    border-right: 1px solid #3f2c26;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    left: 0;
  }
  #jobLink dl dd.textLink a:hover {
    background: none;
    text-decoration: none;
    opacity: 1;
  }

  ul#jobLink {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: none;
  }
  ul#jobLink li {
    margin: 0 0 8px 8px;
    line-height: 20px;
    vertical-align: top;
    font-size: 14px;
    float: left;
  }
  ul#jobLink li:nth-child(4n + 1),
  ul#jobLink li:nth-child(4n + 4) {
    margin-left: 0;
  }
  ul#jobLink li:nth-child(4n + 4) {
    float: right;
  }
  ul#jobLink li a {
    width: 239px;
    height: 58px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #4b332d;
    border: solid 2px #3f2c26;
    display: table-cell;
    box-sizing: border-box;
  }
  ul#jobLink li a br {
    display: none;
  }
  .w120,
  ul#jobLink li.w120 a {
    width: 120px;
  }
  .w140,
  ul#jobLink li.w140 a {
    width: 140px;
  }
  .w150,
  ul#jobLink li.w150 a {
    width: 150px;
  }

  ul#jobLink li a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  ul#jobLink li.active a {
    background-color: #e6e5de;
    border: solid 2px #e6e5de;
    pointer-events: none;
  }*/
  section.headBox {
    background: #f0f0e5;
    background: url(../img/bg_common_02.jpg) center center / cover no-repeat fixed #f0f0e5;
    padding-top: 48px;
  }
  section.headBox h1 {
    width: 980px;
    height: 40px;
    margin: 0 auto 35px;
    text-indent: -99999px;
    /*background: url(../img/tit_common_01.png) no-repeat left top;*/
  }

  section.headBox dl {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  section.headBox dt {
    height: 33px;
    text-indent: -99999px;
    background: no-repeat 0 0;
    float: left;
  }
  section.headBox dt.frame01,
  section.headBox dt.frame03,
  section.headBox dt.frame05 {
    background-image: url(../img/text_common_01.png);
  }
  section.headBox dt.frame01 {
    width: 590px;
  }
  section.headBox dt.frame03 {
    width: 440px;
  }
  section.headBox dt.frame05 {
    width: 380px;
  }
  section.headBox dt.frame02,
  section.headBox dt.frame04,
  section.headBox dt.frame06 {
    margin: -33px 0 0 10px;
  }
  section.headBox dt.frame04,
  section.headBox dt.frame06 {
    background-image: url(../img/text_common_04.png);
  }
  section.headBox dt.frame02 {
    width: 370px;
    background-image: url(../img/text_common_02.png);
  }
  section.headBox dt.frame04 {
    width: 520px;
  }
  section.headBox dt.frame06 {
    width: 570px;
  }

  section.headBox dd {
    font-size: 14px;
    color: #4b332c;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 20px;
    background-color: #fff;
    float: left;
  }

  section.headBox dd.frame01,
  section.headBox dd.frame03,
  section.headBox dd.frame05 {
    clear: both;
  }
  section.headBox dd.frame01 {
    width: 550px;
  }
  section.headBox dd.frame03 {
    width: 400px;
  }
  section.headBox dd.frame05 {
    width: 340px;
    height: 176px;
    line-height: 22px;
  }

  section.headBox dd.frame02,
  section.headBox dd.frame04,
  section.headBox dd.frame06 {
    margin-left: 10px;
  }
  section.headBox dd.frame02 {
    width: 330px;
  }
  section.headBox dd.frame04 {
    width: 480px;
    height: 120px;
  }
  section.headBox dd.frame06 {
    width: 530px;
  }

  section.headBox dd #subCate {
    width: 100%;
    overflow: hidden;
  }
  section.headBox dd #subCate li {
    float: left;
    width: 260px;
  }
  section.headBox dd #subCate li.tit {
    width: 70px;
    color: #9db23e;
  }

  section.headBox dd .suitable {
    overflow: hidden;
  }
  section.headBox dd .suitable li {
    float: left;
    width: 230px;
    background: url(../img/ico_common_01.png) no-repeat left 10px;
    background-size: 12px auto;
    padding: 5px 0 0px 18px;
    margin: 0 0 10px;
    line-height: 20px;
  }
  section.headBox dd .suitable li:nth-child(2n + 1) {
    width: 210px;
  }
  section.headBox dd .suitable li.w100p {
    width: 420px;
  }

  /*============================
#mainWrap
============================*/
  #mainWrap {
    background: url(../img/bg_common_01.jpg) repeat fixed #f0f0e5;
  }
  #mainWrap .inner {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0 40px;
  }

  #mainWrap section.Box {
    position: relative;
  }

  #mainWrap section#Box01 {
    padding-top: 340px;
  }

  #mainWrap section#Box01 h1 {
    width: 100px;
    height: 24px;
    background: url(../img/text_common_03.png) no-repeat left top;
    text-indent: -99999px;
    position: absolute;
    left: 323px;
    top: 64px;
    z-index: 1;
  }
  /*
#mainWrap section#Box01 .img{
	width: 370px;
	height: 400px;
	background: url(../img/img_photo_staff01_01.jpg) no-repeat left top;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}
*/
  #mainWrap section#Box01 div.frame p.tit {
    position: absolute;
    left: 320px;
    top: 120px;
    font-size: 27px;
    font-weight: bold;
    line-height: 36px;
    color: #3f2c26;
  }
  #mainWrap section#Box01 div.frame p.small {
    position: absolute;
    left: 320px;
    top: 250px;
    font-size: 15px;
    color: #3f2c26;
  }

  #mainWrap .frame_qa {
    background-color: #fff;
    filter: alpha(opacity=95);
    opacity: 0.95;
    padding: 15px 15px 25px;
    margin-bottom: 20px;
  }

  #mainWrap section#Box01 div.frame_qa,
  #mainWrap section#Box04 div.frame_qa {
    width: 870px;
    margin-left: 40px;
  }
  #mainWrap section div.frame_qa h2 {
    background: url(../img/text_common_qa_01.png) no-repeat left top;
    color: #c69f10;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0px 20px 60px;
    line-height: 25px;
  }
  #mainWrap section div.frame_qa .answer {
    background: url(../img/text_common_qa_02.png) no-repeat left 55px top;
    padding-left: 95px;
    font-size: 16px;
    padding-right: 20px;
    line-height: 30px;
  }
  #mainWrap section div.frame_qa .answer.colum2 {
    background: none;
    padding-top: 25px;
  }
  #mainWrap section div.frame_qa .answer p.small {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    letter-spacing: 0.5px;
  }

  #mainWrap section#Box02 div.frame_qa {
    width: 570px;
    margin-left: 40px;
  }
  /*
#mainWrap section#Box02 .img{
	width: 350px;
	height: 400px;
	background: url(../img/img_photo_staff01_02.jpg) no-repeat left top;
	z-index: 0;
	position: absolute;
	right: 40px;
	top: 90px;
}
*/
  /*
#mainWrap section#Box02 div.frame_qa:nth-of-type(3) .answer{
	letter-spacing: 1px;
}
*/

  #mainWrap section#Box03 div.frame_qa {
    width: 570px;
    margin-left: 340px;
  }
  #mainWrap section#Box03 div.frame_qa .answer {
    letter-spacing: 0.5px;
  }
  #mainWrap section#Box03 div.frame_qa2 {
    width: 750px;
  }
  /*
#mainWrap section#Box03 .img{
	width: 380px;
	height: 400px;
	background: url(../img/img_photo_staff01_03.jpg) no-repeat left top;
	z-index: 0;
	position: absolute;
	left: 40px;
	top: 20px;
}
*/

  #footEntry {
    border-top: none;
    padding-bottom: 70px;
  }

  #footEntry div {
    width: 900px;
    margin: 0 auto;
    border-top: 2px solid #4f4441;
    padding-top: 60px;
  }
  #footEntry div dl.footEntry01 {
    margin-left: 40px;
  }

  #footEntry div dl.footEntry02 {
    margin-left: 40px;
  }

  #footEntry div dl.footEntry03 {
    margin-left: 40px;
  }

  #footJob {
    border-top: 2px solid #412c27;
    padding: 44px 0 25px;
  }
}
