@charset "UTF-8";


/*****************************************
	style.css
  kitchen用CSS
******************************************/

/*******************************
 reset
*******************************/
@font-face {
  font-family: recop-iconfonts;
  src:
  url('/jobfind-pc/original/css/option/font/recop-iconfont.eot?') format('eot'),
  url('/jobfind-pc/original/css/option/font/recop-iconfont.woff') format('woff'),
  url('/jobfind-pc/original/css/option/font/recop-iconfont.ttf') format('truetype');
}
body{
  -webkit-text-size-adjust: 100%;
}
#headContent {
  padding-bottom: 135px;
  border-bottom: solid 2px #dfd2ab;
  margin-bottom: 30px;
}
@media screen and (max-width:768px){
  #headContent {
    padding-bottom: 25px;
  }
}



/*******************************
 header
*******************************/
.hdwrap h1 {
  font-weight: normal;
  font-size: 14rem;
}
@media screen and (max-width:800px){
  #header .content .free {
    padding: 8px 15px;
  }
  .hdwrap h1 {
    text-align: center;
    letter-spacing: -0.2rem;
  }
}
@media screen and (max-width:768px){
  .hdwrap h1 span {
    display: inline-block;
    padding-right: 45px;
    text-align: left;
    font-size: 11rem;
  }
}
@media screen and (max-width:450px){
  #header .content .free {
    padding: 13px 15px 12px;
  }
  .hdwrap .logo {
    width: 67px;
  }
}
@media screen and (max-width:374px){
  #header .content .free {
    padding: 13px 10px;
  }
  .hdwrap .logo {
    width: 55px;
  }
  .hdwrap h1 span {
    font-size: 10rem;
  }
}



/*******************************
 #gwrap
*******************************/
#gwrap {
  width: 100%;
  background: #af1654;
}

#gnav {
  max-width: 960px;
  height: 62px;
  margin: 0 auto;
  padding: 0 0 0 1px;
  overflow: hidden;
  position: relative;
}

#gnav:before {
  content: "";
  width: 1px;
  height: 38px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  display: inline-block;
}

#gnav li {
  width: 20%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
  display: table;
}
#gnav.col4 li {
  width: 25%;
}

#gnav li:after {
  content: "";
  width: 1px;
  height: calc(100% - 24px);
  background: #fff;
  top: 12px;
  right: 0;
  margin: auto;
  position: absolute;
  display: inline-block;
}

#gnav li a {
  display: table-cell;
  color: #fff !important;
  font-size: 15px;
  font-size: 15rem;
  width: 100%;
  vertical-align: middle;
  text-decoration: none !important;
  line-height: 1.3;
}

#gnav li a:hover {
  background: #750231;
}

#gnav li span {
  display: block;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
/*.spNav,
.globalSP,*/
.menu-trigger {
  display: none;
}

@media screen and (max-width:800px){
  /* グロナビメニュー開閉 */
  #gwrap {
    background-color: transparent;
    top: 0;
    position: fixed;
    margin-top: 0;
    z-index: 19000;
  }
  .fixed {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .menu-trigger,
  .menu-trigger span {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {/*メニュー展開時の上部空きの、背景色設定用*/
    width: 100%;
  }
  .menu-trigger .mbtn {
    display: block;
    width: 72px;
    height: 66px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    z-index: 19000;
    top: 0;
    right: 0;
    padding: 9px;
    background-color: #af1654;
    border: 1px solid #af1654;
  }
  .fixed .menu-trigger .mbtn {
    /*position: absolute;*/
    top: 0;
    right: 0;
    border: 1px solid #fff;
  }
  .menu-trigger span {
    position: absolute;
    left: 17px;
    width: 36px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menu-trigger.active span {
    width: 46px;
    left: 13px;
  }
  .menu-trigger span:nth-of-type(1) { top: 17px; }
  .menu-trigger span:nth-of-type(2) { top: 30px; }
  .menu-trigger span:nth-of-type(3) { bottom: 17px; }

  .fixed .menu-trigger.active {
    background-color: rgba(255, 255, 255, 0.7);
    height: 65px;
    margin-bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: translateY(20px) rotate(-315deg);
    transform: translateY(20px) rotate(-315deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: 10px;
    -webkit-transform: translateY(-20px) rotate(315deg);
    transform: translateY(-20px) rotate(315deg);
  }
  #gnav {
    display: none;
    width: 100%;
    height: auto;
    padding: 0;
    transition: all .0s;
    /*z-index: 19000;*/
    position: absolute;
    top: 66px;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #fff;
    /*padding: 0 0 1px 0;*/
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  }
  .fixed #gnav {
    top: 65px;
  }
  .active + #gnav {/* for old Android */
    left: 0;
  }
  #gnav li,
  #gnav.col4 li {
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #fff;
  }
  #gnav li:after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    display: block;
    height: 10px;
    right: 20px;
    margin: -6px 0px 0px;
    position: absolute;
    top: 50%;
    background: none;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    width: 10px;
  }
  #gnav li a {
    width: 100%;
    font-size: 16px;
    font-size: 16rem;
    line-height: 49px;
    color: #fff !important;
    background: #af1654;
    text-align: left;
    display: block;
    padding: 0 10px;
    text-decoration: none !important;
  }
  #gnav li a span {
    display: inline;
  }
}

@media screen and (min-width:801px){
  #gnav { display: block !important; }
}

@media screen and (max-width:450px){
  .menu-trigger .mbtn {
    width: 55px;
    height: 55px;
  }
  .menu-trigger span {
    left: 9px;
  }
  .menu-trigger.active span {
    width: 40px;
    left: 7px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 25px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 14px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: 5px;
  }
  #gnav {
    top: 55px;
  }
  #gnav li a {
    font-size: 15px;
    font-size: 15rem;
  }
  .fixed .menu-trigger.active {
    height: 55px;
  }
  .fixed #gnav {
    top: 55px;
  }
}


/*******************************
 cmn
*******************************/
/***** switch display *****/
.is-pc {
  display: block !important;
}
.is-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
}

/***** section *****/
.sec-cmn-01 {
  padding: 65px 0 70px;
}
.sec-cmn-02 {
  padding: 135px 0 70px;
}
@media (max-width: 768px) {
  .sec-cmn-01 {
    padding: 27px 0 30px;
  }
  .sec-cmn-02 {
    padding: 47px 0;
  }
}

/***** sec-inner *****/
.sec-inner {
  padding: 0 20px;
  max-width: 1000px;
}
.sec-cmn-01 .sec-inner {
  margin: 35px auto 0;
}
.sec-cmn-02 .sec-inner {
  margin: 55px auto 0;
}
.sec-inner > *:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .sec-inner {
    padding: 0 25px;
  }
  .sec-cmn-01 .sec-inner {
    margin: 0 auto;
  }
  .sec-cmn-02 .sec-inner {
    margin: 28px auto 0;
  }
}

/***** heading *****/
.heading2-cmn {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
  font-size: 38rem;
  line-height: 1.474;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #af1654;
}
.heading3-cmn {
  margin: 60px 0 25px;
  font-size: 30rem;
  line-height: 1.533;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #333;
}
@media (max-width: 768px) {
  .heading2-cmn {
    padding: 0 25px;
    font-size: 17rem;
  }
  .heading3-cmn {
    margin: 23px 0 12px;
    font-size: 15rem;
  }
  .fig-cmn + .heading3-cmn {
    margin-top: 27px;
  }
}

/***** txt *****/
.txt-cmn {
  font-size: 16rem;
  line-height: 1.875;
}
.txt-cmn + .txt-cmn {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .txt-cmn {
    font-size: 14rem;
    line-height: 1.643;
  }
  .txt-cmn + .txt-cmn {
    margin-top: 22px;
  }
}

/***** figure *****/
.fig-cmn {
  margin-top: 40px;
}
.fig-cmn img {
  width: 100%;
}
@media (max-width: 768px) {
  .fig-cmn {
    margin-top: 17px;
  }
}



/*******************************
 #kv-kitchen
*******************************/
.sec-kv {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1680px;
}
.hero-kitchen img {
  width: 100%;
}
.main-copy-kitchen {
  position: absolute;
  left: calc(50% - 480px);
  bottom: 40px;
  margin: 0 auto;
  max-width: 1000px;
}
.main-copy-kitchen span {
  display: inline-block;
  padding: 30px 85px 30px 40px;
  background-color: rgba(255,255,255,.75);
  font-size: 38rem;
  line-height: 1.368;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #af1654;
}
@media (max-width: 999px) {
  .main-copy-kitchen {
    left: 2.0vw;
    bottom: 4.0vw;
    width: auto;
  }
  .main-copy-kitchen span {
    padding: 3.0vw 8.5vw 3.0vw 4.0vw;
    font-size: 3.8vw;
  }
}
@media (max-width: 768px) {
  .main-copy-kitchen {
    left: 25px;
    bottom: 15px;
  }
  .main-copy-kitchen span {
    padding: 10px 35px 10px 15px;
    font-size: 19rem;
  }
}
@media (max-width: 374px) {
  .main-copy-kitchen {
    left: 6.67vw;
    bottom: 4.0vw;
  }
  .main-copy-kitchen span {
    padding: 2.67vw 9.33vw 2.67vw 4.0vw;
    letter-spacing: -0.1rem;
  }
}



/*******************************
 .txt-kitchen
*******************************/
.txt-kitchen {
  margin: 35px auto 65px;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  font-size: 16rem;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .txt-kitchen {
    margin: 26px auto;
    padding: 0 25px;
    font-size: 14rem;
    line-height: 1.643;
  }
}



/*******************************
 #sec_find-job
*******************************/
#sec_find-job {
  background-color: #faf7ec;
}

.btn-find-job {
}
.btn-find-job a {
  position: relative;
  display: table;
  width: 100%;
  height: 140px;
  padding-left: 328px;
  border: solid 2px #af1654;
  border-radius: 3px;
  background: #fff url("/kitchen/images/img_find-job_pc.jpg") left center no-repeat;
  color: #af1654 !important;
  text-decoration: none;
  font-size: 21rem;
  line-height: 1.235;
  text-align: center;
}
.btn-find-job a:hover {
  color: #fff !important;
  background-color: #af1654;
}
.btn-find-job b {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
}
@media (max-width: 768px) {
  .btn-find-job {
    margin-top: 13px !important;
  }
  .btn-find-job a {
    height: 100px;
    padding-left: 139px;
    border: solid 1px #af1654;
    background-image: url("/kitchen/images/img_find-job_sp.jpg");
    background-size: 139px auto;
    font-size: 17rem;
  }
  .btn-find-job span {
    display: inline-block;
  }
}





.btn-find-job2 a {
  position: relative;
  display: table;
  width: 100%;
  height: 100px;
  border: solid 2px #af1654;
  border-radius: 3px;
  background: #fff;
  color: #af1654 !important;
  text-decoration: none;
  font-size: 28rem;
  line-height: 1.235;
  text-align: center;
}
.btn-find-job2 a:hover {
  color: #fff !important;
  background-color: #af1654;
}
.btn-find-job2 b {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
}
@media (max-width: 768px) {
  .btn-find-job2 {
    margin-top: 13px !important;
  }
  .btn-find-job2 a {
    height: 80px;
    border: solid 1px #af1654;
    background-size: 139px auto;
    font-size: 17rem;
  }
  .btn-find-job2 span {
    display: inline-block;
  }
}


.list-find-job {
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.list-find-job > li {
  width: 30.73%;
}
.list-find-job a {
  display: table;
  width: 100%;
  height: 90px;
  border: solid 2px #af1654;
  border-radius: 3px;
  background-color: #fff;
  color: #af1654 !important;
  text-decoration: none;
  font-size: 21rem;
  line-height: 1.235;
  text-align: center;
}
.list-find-job a:hover {
  color: #fff !important;
  background-color: #af1654;
}
.list-find-job b {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 10px;
}
.list-find-job span {
  display: inline-block;
}
@media (max-width: 768px) {
  .list-find-job {
    margin: 0 auto;
    display: block;
  }
  .list-find-job > li {
    width: 100%;
    margin-top: 15px;
  }
  .list-find-job a {
    height: 50px;
    border: solid 1px #af1654;
    font-size: 17rem;
  }
}



/*******************************
 #sec_work-hour
*******************************/
#sec_work-hour {
  background-color: #f2f2f2;
  margin-top: 2px;
}
@media (max-width: 768px) {
  #sec_work-hour {
    margin-top: 1px;
  }
}

.list-work-hour {
  display: flex;
  justify-content: space-between;
}
.list-work-hour > li {
  width: 21.875%;
}
.list-work-hour a {
  display: table;
  width: 100%;
  height: 90px;
  border-radius: 3px;
  background-color: #af1654;
  color: #fff !important;
  text-decoration: none;
  font-size: 21rem;
  line-height: 1.235;
  text-align: center;
}
.list-work-hour a:hover {
  background-color: #750231;
}
.list-work-hour span {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .list-work-hour {
    display: block;
  }
  .list-work-hour > li {
    width: 100%;
    margin-top: 15px;
  }
  .list-work-hour > li:first-of-type {
    margin-top: 12px;
  }
  .list-work-hour a {
    height: 50px;
    font-size: 17rem;
  }
}



/*******************************
 #sec_about
*******************************/
.hero-about {
  margin-top: 32px;
}
.hero-about img {
  width: 100%;
}
@media (max-width: 768px) {
  .hero-about {
    margin-top: 17px;
  }
}


/*******************************
 #sec_occupation
*******************************/
#sec_occupation {
  background-color: #faf7ec;
}

.list-occupation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-occupation > li {
  width: calc(50% - 16px);
  border-radius: 3px;
  border: solid 2px #af1654;
  background-color: #fff;
  position: relative;
}
.list-occupation > li:nth-of-type(n + 3) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .list-occupation {
    display: block;
  }
  .list-occupation > li {
    width: 100%;
    border: solid 1px #af1654;
  }
  .list-occupation > li:not(:first-of-type) {
    margin-top: 15px;
  }
  .list-occupation > li:first-of-type {
    margin-top: 12px;
  }
}

.mod-occupation-content {
  height: 100%;
  position: relative;
}
.mod-occupation-content > dt {
  background-color: #af1654;
  color: #fff;
  font-size: 21rem;
  line-height: 58px;
  text-align: center;
}
.mod-occupation-content > dd {
  padding: 0 18px 132px;
  display: block;
}
@media (max-width: 768px) {
  .mod-occupation-content {
    height: auto;
  }
  .mod-occupation-content > dt {
    position: relative;
    font-size: 17rem;
    line-height: 45px;
  }
  .mod-occupation-content > dt:after {
    position: absolute;
    right: 15px;
    top: 0;
    content: "\E846";
    font-family: recop-iconfonts;
    font-weight: bold;
    line-height: 45px;
  }
  .mod-occupation-content > dt.is-open:after {
    content: "\E844";
  }
  .mod-occupation-content > dd {
    padding: 0 14px 15px;
    display: none;
  }
  .mod-occupation-content > dd.is-open {
    display: block;
  }
}
@media (max-width: 374px) {
  .mod-occupation-content > dt {
    font-size: 14rem;
  }
}

.item-occupation-details {
}
.item-occupation-details > dt {
  margin-top: 17px;
  font-size: 18rem;
  line-height: 1.67;
  font-weight: bold;
}
.item-occupation-details > .item-job-description {
  font-size: 16rem;
  line-height: 1.875;
}
.item-occupation-details > .item-place {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-place span {
  width: calc(50% - 5px);
  margin-top: 10px;
  background-color: #af1654;
  border-radius: 3px;
  color: #fff;
  font-size: 14rem;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .item-occupation-details > dt {
    margin-top: 12px;
    font-size: 14rem;
  }
  .item-occupation-details > .item-job-description {
    font-size: 14rem;
  }
  .item-place span {
    font-size: 12rem;
    line-height: 30px;
  }
}

.btn-occupation {
  position: absolute;
  display: table;
  left: 18px;
  bottom: 17px;
  width: calc(100% - 36px);
  height: 90px;
}
.btn-occupation a {
  display: table-cell;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: solid 2px #af1654;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  color: #af1654 !important;
  text-decoration: none;
  font-size: 21rem;
}
.btn-occupation a:hover {
  background-color: #af1654;
  color: #fff !important;
}
@media (max-width: 768px) {
  .btn-occupation {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 50px;
    margin-top: 12px;
  }
  .btn-occupation a {
    border: solid 1px #af1654;
    font-size: 17rem;
  }
}



/*******************************
 #sec_charm
*******************************/
#sec_charm {
  padding-bottom: 0;
}
.hero-charm {
  margin-top: 35px;
}
.hero-charm img {
  width: 100%;
}
@media (max-width: 768px) {
  .hero-charm {
    margin-top: 17px;
  }
}

.sec-charm-01 {
  padding: 55px 0 65px;
  background-color: #f2f2f2;
}
.sec-charm-02 {
  padding: 65px 0 70px;
  background-color: #faf7ec;
}
#sec_charm .sec-inner {
  margin-top: 0;
}
@media (max-width: 768px) {
  .sec-charm-01 {
    padding: 27px 0 47px;
  }
  .sec-charm-02 {
    padding: 47px 0 50px;
  }
}

.heading3-charm {
  margin-bottom: 20px;
  font-size: 23rem;
  font-weight: bold;
  line-height: 1.53;
}
.heading3-charm:not(:first-of-type) {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .sec-charm-02 .heading3-charm {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .heading3-charm {
    margin-bottom: 15px;
    font-size: 15rem;
  }
  .heading3-charm:not(:first-of-type) {
    margin-top: 23px;
  }
}

.list-charm {
  display: flex;
  justify-content: space-between;
}
.list-charm > li {
  width: 31.25%;
  padding: 35px 11px 45px 10px;
  border-radius: 3px;
  border: solid 1px #a8a8a8;
  background-color: #fff;
}
.list-charm figcaption {
  margin: 0 0 30px 25px;
  font-size: 21rem;
  font-weight: bold;
}
.list-charm img {
  width: 100%;
}
@media (max-width: 999px) {
  .list-charm > li {
    padding: 3.5vw 1.1vw 4.5vw 1.0vw;
  }
  .list-charm figcaption {
    margin: 0 0 3.0vw 2.5vw;
  }
}
@media (max-width: 640px) {
  .list-charm {
    display: block;
  }
  .list-charm > li {
    width: 100%;
    margin-top: 15px;
    padding: 25px 10px;
    text-align: center;
  }
  .list-charm > li:first-of-type {
    margin-top: 17px;
  }
  .list-charm figcaption {
    margin: 0 0 30px 25px;
    font-size: 15rem;
    text-align: left;
  }
  .list-charm img {
    width: 277px;
    display: inline-block;
  }
}
@media (max-width: 374px) {
  .list-charm img {
    width: 100%;
    max-width: 277px;
  }
}



/*******************************
 #sec_interview
*******************************/
#sec_interview {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  #sec_interview {
    padding-bottom: 20px;
  }
}

.main-copy-interview {
  margin: 20px auto 0;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  font-size: 30rem;
  line-height: 1.53;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main-copy-interview {
    margin: 13px auto 0;
    padding: 0 25px;
    font-size: 15rem;
  }
}

.heading3-interview {
  margin: 35px auto 0;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  color: #af1654;
  font-size: 20rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .heading3-interview {
    margin-top: 15px;
    font-size: 15rem;
  }
}

#sec_interview .txt-question {
  margin-top: 60px;
  font-weight: bold;
}
#sec_interview .txt-question:first-of-type {
  margin-top: 55px;
}
#sec_interview .img-interview + .txt-question {
  margin-top: 65px;
}
#sec_interview .txt-answer {
  margin-top: 0;
}
@media (max-width: 768px) {
  #sec_interview .txt-question {
    margin-top: 23px;
  }
  #sec_interview .txt-question:first-of-type {
    margin-top: -10px;
  }
  #sec_interview .img-interview + .txt-question {
    margin-top: 30px;
  }
}



/*******************************
 .btn-job-list
*******************************/
.btn-job-list {
  margin: 0 auto;
  display: table;
  width: 664px;
  height: 90px;
}
.temp-mt { margin-top: 65px; }
.btn-job-list a {
  display: table-cell;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: solid 2px #af1654;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  color: #af1654 !important;
  text-decoration: none;
  font-size: 21rem;
}
.btn-job-list a:hover {
  background-color: #af1654;
  color: #fff !important;
}
@media (max-width: 768px) {
  .btn-job-list {
    width: calc(100% - 50px);
    height: 50px;
  }
  .temp-mt { margin-top: 25px; }
  .btn-job-list a {
    border: solid 1px #af1654;
    font-size: 17rem;
  }
}
@media (max-width: 374px) {
  .btn-job-list a {
    font-size: 14rem;
  }
}

/* 20220401 大和第３セントラルキッチン */
.btn-find-job {
  margin-bottom: 30px;
}
.btn-find-job.btn-find-job3 a {
  background: #fff url("/kitchen/images/img_find-job3_pc.jpg") left center no-repeat;
}

@media (max-width: 768px) {
  .btn-find-job.btn-find-job3 a {
    background-image: url("/kitchen/images/img_find-job3_sp.jpg");
    background-size: 139px auto;
  }
}
.btn-find-job3 a:hover {
  color: #fff !important;
  background-color: #af1654;
}

/* kv文言 */

.main-copy-kitchen {
  position: absolute;
  left: 55%;
  top: 80px;
  margin: 0 auto;
  max-width: 1000px;
}
.main-copy-kitchen span {
  display: inline-block;
  padding: 25px 30px 25px 30px;
  background-color: rgba(255,255,255,.75);
  font-size: 34rem;
  line-height: 1.368;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #af1654;
}
@media (max-width: 1150px) {
  .main-copy-kitchen {
    right: 2.0vw;
    bottom: 4.0vw;
    width: auto;
  }
  .main-copy-kitchen span {
    padding: 3.0vw 5vw 3.0vw 4vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .main-copy-kitchen {
    right: 15px;
    top: 35px;
  }
  .main-copy-kitchen span {
    padding: 10px 20px 10px 15px;
    font-size: 17rem;
  }
}
@media (max-width: 520px) {
  .main-copy-kitchen {
    left: 8vw;
    bottom: 4.0vw;
  }
  .main-copy-kitchen span {
    padding: 2vw 9vw 2vw 4vw;
    /* letter-spacing: -0.6rem; */
  }
}
/*-----------------------------------*/
/* KV変更後のkv文言位置調整 */

.main-copy-kitchen {
  top: 25%;
}
@media (max-width: 768px) {
  .main-copy-kitchen {
    top: 36%;
  }
}
@media (max-width: 590px) {
  .main-copy-kitchen {
    left: 49%;
  }
}
@media (max-width: 520px) {
  .main-copy-kitchen {
    left: 8vw;
    bottom: 4.0vw;
  }
}

/*-----------------------------------*/
@media (max-width: 768px) {
  .btn-find-job span {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .btn-find-job em {
    display: block;
  }
}