@charset "UTF-8";
/*--------------------------
 変数
----------------------------*/
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/*--------------------------
 ページスタイル
----------------------------*/

/*PC用*/
@media screen and (min-width:641px) {

  #recruit #under_main_img {
    background: url(../images/recruit/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 430px;
    padding: 0px !important;
    margin-bottom: 135px;
    position: relative;
  }
  
  #recruit #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 4.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #recruit #under_main_img .main_en_txt {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #recruit #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 250px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #recruit .leadTxt {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 0px;
  }
  
  #recruit .cntsBlock {
    padding: 0px 0px 150px 0px;
  }
  
  #recruit .cntsBlock.slideBlockWrap {
    padding: 75px 0px 0px 0px;
  }
  
  #recruit .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  #recruit .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #recruit .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #recruit .cntsBlock__ttlMid {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
  }
  
  #recruit .cntsBlock__ttlMid::after {
    content: '';
    display: block;
    width: 135px;
    height: 5px;
    background: #B59F74;
    margin: 10px auto 0px auto;
  }
  
  #recruit .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #recruit .cntsBlock__inner {
    width: 1120px;
    margin: 0px auto 0px auto;
  }
  
  #recruit .cntsBlock__inner.introTxt {
    text-align: center;
    font-size: 1.8rem;
  }
  
  #recruit .cntsBlock__inner.recruitData p {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  
  #recruit .cntsBlock__inner.recruitData table {
    width: 100%;
    border-top: 1px solid #ded6c0;
    background: #fdf8eb;
  }
  
  #recruit .cntsBlock__inner.recruitData table th,
  #recruit .cntsBlock__inner.recruitData table td {
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: 1px solid #ded6c0;
  }
  
  #recruit .cntsBlock__inner.recruitData table th {
    white-space: nowrap;
  }
  
  #recruit .cntsBlock__inner.recruitData .map {
    padding-top: 35px;
  }
  
  #recruit .cntsBlock__inner.recruitData .map iframe {
    width: 100%;
    height: 450px;
  }
  
  #recruit .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  

}

/*SP用*/
@media screen and (max-width: 640px) {

  #recruit #under_main_img {
    background: url(../images/recruit/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 257px;
    padding: 0px !important;
    margin-bottom: 83px;
    position: relative;
  }
  
  #recruit #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #recruit #under_main_img .main_en_txt {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #recruit #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 190px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #recruit .leadTxt {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 0px;
  }
  
  #recruit .cntsBlock {
    padding: 0px 0px 82px 0px;
  }
  
  #recruit .cntsBlock.slideBlockWrap {
    padding: 75px 0px 0px 0px;
  }
  
  #recruit .cntsBlock__ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
  }
  
  #recruit .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #recruit .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #recruit .cntsBlock__ttlMid {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
  }
  
  #recruit .cntsBlock__ttlMid::after {
    content: '';
    display: block;
    width: 135px;
    height: 5px;
    background: #B59F74;
    margin: 10px auto 0px auto;
  }
  
  #recruit .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #recruit .cntsBlock__inner {
    width: 92%;
    margin: 0px auto 0px auto;
  }
  
  #recruit .cntsBlock__inner.introTxt {
    text-align: center;
    font-size: 1.8rem;
  }
  
  #recruit .cntsBlock__inner.recruitData p {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  
  #recruit .cntsBlock__inner.recruitData table {
    width: 100%;
    border-top: 1px solid #ded6c0;
    background: #fdf8eb;
  }
  
  #recruit .cntsBlock__inner.recruitData table th,
  #recruit .cntsBlock__inner.recruitData table td {
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: 1px solid #ded6c0;
    word-wrap: break-word;
    display: block;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
  }
  #recruit .cntsBlock__inner.recruitData table td a {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  #recruit .cntsBlock__inner.recruitData table th {
    white-space: nowrap;
    background: #ededd2;
  }
  
  #recruit .cntsBlock__inner.recruitData .map {
    padding-top: 35px;
  }
  
  #recruit .cntsBlock__inner.recruitData .map iframe {
    width: 100%;
    height: 450px;
  }
  
  #recruit .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  

}

