@charset "utf-8";

/* =========================================================
   staff.css
   求人募集ページ / BiND依存なし版
   GRAND MC redesign
   PC固定版
   ========================================================= */


/* -------------------------
   基本設定
------------------------- */

*{
  box-sizing: border-box;
}

html,
body{
  min-width: 1000px;
  margin: 0;
  padding: 0;
}

body{
  color: #5f5350;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  overflow-x: auto;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a{
  color: #6b2b23;
  text-decoration: none;
}

a:hover{
  color: #9b5a5a;
  text-decoration: underline;
}

.site-bg{
  min-width: 1000px;
  background: #fff;
}


/* -------------------------
   上部キャッチコピー
------------------------- */

.site-header{
  min-width: 1000px;
  padding: 18px 0 20px;
  background: #fff;
}

.site-header p{
  width: 1000px;
  margin: 0 auto;
  color: #645654;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: -0.03em;
  text-align: center;
}

.site-header p strong{
  color: inherit;
  font-weight: inherit;
}


/* -------------------------
   下層ページ用ヘッダー
------------------------- */

.lower-header{
  min-width: 1000px;
  background: #ede2d9;
}

.lower-header-inner{
  display: flex;
  align-items: center;
  width: 1000px;
  min-height: 132px;
  margin: 0 auto;
}

.lower-logo{
  width: 230px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.lower-logo img{
  width: 155px;
  height: auto;
}


/* -------------------------
   下層ページ用グローバルメニュー
   4個×2段
------------------------- */

.global-nav{
  width: 770px;
}

.global-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 770px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav li{
  width: 170px;
  margin: 4px 8px;
  padding: 0;
  text-align: center;
}

.global-nav a{
  display: inline-block;
  position: relative;
  padding: 6px 4px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.global-nav a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.global-nav a:hover,
.global-nav a:focus{
  color: #6b2b23;
  text-decoration: none;
}

.global-nav a:hover::after,
.global-nav a:focus::after{
  width: 100%;
}

.global-nav .current a{
  color: #6b2b23;
}

.global-nav .current a::after{
  display: none;
}


/* -------------------------
   ヘッダーロゴ hover
------------------------- */

.lower-logo a{
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  line-height: 0;
  text-decoration: none;
}

.lower-logo a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.lower-logo a:hover,
.lower-logo a:focus{
  outline: none;
  text-decoration: none;
}

.lower-logo a:hover::after,
.lower-logo a:focus::after{
  width: 68%;
}


/* -------------------------
   メイン
------------------------- */

.site-main{
  width: 1000px;
  margin: 0 auto;
  padding: 48px 0 76px;
}


/* =========================================================
   求人導入
   ========================================================= */

.recruit-intro{
  width: 1000px;
  margin: 0 auto 46px;
}

.recruit-title{
  width: 1000px;
  margin: 0 auto 30px;
  padding: 28px 42px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
  text-align: center;
}

.recruit-title img{
  width: auto;
  max-width: 640px;
  height: auto;
}

.recruit-lead{
  display: flex;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 38px 44px;
  background: rgba(255,250,243,0.94);
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.recruit-lead-photo{
  width: 330px;
  margin: 0 42px 0 0;
  flex: none;
  line-height: 0;
  text-align: center;
}

.recruit-lead-photo img{
  width: 330px;
  max-width: 330px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(91,74,62,0.12);
}

.recruit-lead-text{
  width: 540px;
  color: #4f4643;
  font-size: 14.5px;
  line-height: 2.0;
  letter-spacing: 0.01em;
}

.recruit-lead-text p{
  margin: 0 0 12px;
}

.recruit-lead-text .lead-main{
  margin: 0 0 18px;
  color: #4d403d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.recruit-points{
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-points li{
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  color: #4f4643;
  font-size: 14.5px;
  line-height: 1.85;
}

.recruit-points li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 7px;
  height: 7px;
  background: #c9b7ac;
  border-radius: 50%;
}

.recruit-points span{
  color: #7a3f3f;
  font-weight: 700;
}

.recruit-message{
  width: 840px;
  margin: 26px auto 0;
  padding: 14px 26px;
  color: #7a3f3f;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-left: 6px solid #d8c4bb;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}


/* =========================================================
   求人一覧
   ========================================================= */

.job-list{
  width: 1000px;
  margin: 0 auto 58px;
}

.job-grid{
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

.job-card{
  width: 488px;
  min-height: 270px;
  margin: 0 24px 26px 0;
  padding: 0;
  color: #4f4643;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
  overflow: hidden;
}

.job-card:nth-child(2n){
  margin-right: 0;
}

.job-card-wide{
  width: 488px;
}

.job-heading{
  margin: 0;
  padding: 14px 18px 15px;
  color: #fff;
  background: #c9b7ac;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.job-heading.orange,
.job-heading.yellow{
  background: #c9b7ac;
}

.job-body{
  padding: 22px 20px 24px;
  color: #4f4643;
  font-size: 14px;
  line-height: 1.85;
}

.job-body p{
  margin: 0;
}

.job-body strong{
  color: #4d403d;
  font-weight: 700;
}

.job-photo{
  float: right;
  width: 150px;
  margin: 0 0 12px 18px;
  padding: 6px;
  background: #fff;
  border: 1px solid #eadfd7;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(91,74,62,0.08);
  line-height: 0;
  text-align: center;
}

.job-photo img{
  max-width: 138px;
  height: auto;
  border-radius: 8px;
}

.job-links{
  clear: both;
  margin-top: 20px !important;
  text-align: right;
}

.job-links a{
  display: inline-block;
  margin-left: 6px;
  line-height: 0;
  border-radius: 5px;
}

.job-links a:hover,
.job-links a:focus{
  outline: 2px solid rgba(107,43,35,.35);
  outline-offset: 4px;
}

.job-links img{
  width: auto;
  height: auto;
}

.red{
  color: #b63b32;
  font-weight: 700;
}

.large{
  color: #4d403d;
  font-size: 17px;
  font-weight: 700;
}


/* -------------------------
   2次会スタッフ写真
   加工済み画像をそのまま表示
------------------------- */

.job-photo-staff{
  width: 182px !important;
  height: 112px !important;
  margin-left: 18px !important;
  overflow: hidden !important;
  text-align: center !important;
}

.job-photo-staff img{
  width: 170px !important;
  max-width: none !important;
  height: 100px !important;
  object-fit: cover !important;
  object-position: center center !important;
}


/* =========================================================
   お問い合わせ案内
   ========================================================= */

.contact-guide{
  display: flex;
  width: 1000px;
  margin: 58px auto 30px;
  padding: 34px 40px;
  background: rgba(255,250,243,0.94);
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
}

.contact-guide-left,
.contact-guide-right{
  width: 50%;
  text-align: center;
}

.contact-guide-left{
  border-right: 1px solid #eadfd7;
}

.contact-guide-left p,
.contact-guide-right p{
  margin: 0 0 12px;
  color: #5f5350;
  font-size: 15px;
  line-height: 1.85;
}

.contact-guide-left img{
  width: 234px;
  height: auto;
  margin-bottom: 8px;
}

.contact-guide-right .tel{
  display: inline-block;
  margin: 4px 0;
  color: #4d403d;
  font-size: 28px;
  line-height: 1.2;
}


/* -------------------------
   会社概要バナー
------------------------- */

.company-banner{
  width: 1000px;
  margin: 0 auto 62px;
  text-align: center;
}

.company-banner a{
  display: inline-block;
  line-height: 0;
  border-radius: 6px;
}

.company-banner a:hover,
.company-banner a:focus{
  outline: 2px solid rgba(107,43,35,.35);
  outline-offset: 5px;
}

.company-banner img{
  width: 337px;
  height: auto;
}


/* =========================================================
   採用エントリーフォーム
   ========================================================= */

.entry-section{
  width: 820px;
  margin: 0 auto 70px;
  padding: 42px 48px 46px;
  color: #4f4643;
  background: rgba(255,250,243,0.96);
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.entry-section h2{
  margin: 0 0 14px;
  color: #4d403d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.entry-section > p{
  margin: 0 0 30px;
  color: #6b5b57;
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
}

.form-card{
  width: 660px;
  margin: 0 auto;
  padding: 36px 34px;
  background: #fff;
  border: 1px solid #eadfd7;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(91,74,62,0.08);
}

.form-group{
  margin-bottom: 28px;
}

.form-label{
  display: block;
  margin-bottom: 10px;
  color: #4d403d;
  font-size: 14px;
  font-weight: 700;
}

.required{
  margin-left: 4px;
  color: #b63b32;
  font-size: 12px;
}

.name-row{
  display: flex;
  justify-content: space-between;
}

.name-row > div{
  width: 49%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
  width: 100%;
  padding: 11px 14px;
  color: #222;
  background: #fffaf8;
  border: 1px solid #ddd1ca;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
}

.email-confirm{
  margin-top: 8px;
}

input:focus,
select:focus,
textarea:focus{
  outline: none;
  border-color: #9b5a5a;
  background: #fff;
}

input::placeholder,
textarea::placeholder{
  color: #bbb;
}

input.is-error,
select.is-error,
textarea.is-error{
  border-color: #c0392b;
  background: #fff8f8;
}

.error-msg{
  display: none;
  margin-top: 5px;
  color: #c0392b;
  font-size: 12px;
}

.error-msg.show{
  display: block;
}

select{
  cursor: pointer;
}

.radio-group{
  display: flex;
  padding: 4px 0;
}

.radio-label{
  display: flex;
  align-items: center;
  margin-right: 24px;
  font-size: 15px;
  cursor: pointer;
}

.radio-label input{
  margin-right: 8px;
}

input[type="radio"]{
  width: 18px;
  height: 18px;
  cursor: pointer;
}

textarea{
  height: 120px;
  line-height: 1.6;
  resize: vertical;
}

.submit-btn{
  display: block;
  width: 100%;
  margin-top: 36px;
  padding: 16px;
  color: #fff;
  background: #9b5a5a;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  cursor: pointer;
}

.submit-btn:hover,
.submit-btn:focus{
  background: #854545;
}

.submit-btn:active{
  background: #753a3a;
}

.submit-btn:disabled{
  background: #ccc;
  cursor: not-allowed;
}

.note{
  margin-top: 16px;
  color: #999;
  font-size: 12px;
  text-align: center;
}

.recaptcha-note{
  margin-top: 12px;
  color: #999;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.recaptcha-note a{
  color: #999;
  text-decoration: underline;
}


/* =========================================================
   フッター
   ========================================================= */

.site-footer{
  min-width: 1000px;
  background: #6b5b57;
}

.footer-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 35px;
  color: #e1d5cf;
}

.footer-main{
  display: flex;
  align-items: flex-start;
}

.footer-company{
  width: 360px;
  margin-right: 42px;
}

.footer-menu{
  width: 220px;
  margin-right: 38px;
}

.footer-links{
  width: 340px;
  text-align: right;
}

.footer-company p,
.footer-menu p,
.footer-links p{
  margin: 0;
  color: #e1d5cf;
  font-size: 13px;
  line-height: 1.85;
}

.footer-company strong{
  color: #e1d5cf;
  font-weight: 700;
}

.site-footer a{
  color: #e1d5cf;
  text-decoration: none;
}

.site-footer a:hover{
  color: #fff;
  text-decoration: underline;
}

.facebook-link{
  margin-bottom: 14px !important;
}

.facebook-link img{
  width: 50px;
  height: auto;
}

.company-link img{
  width: 337px;
  height: auto;
}

.footer-bottom{
  margin-top: -90px;
  padding-top: 0;
  text-align: center;
}

.footer-logo{
  margin: 0;
}

.footer-logo img{
  width: 210px;
  height: auto;
}

.copyright{
  margin: 8px 0 0;
  color: #e1d5cf;
  font-size: 12px;
}


/* -------------------------
   フッター画像リンクのみホバー枠
   ※フッターテキストリンクは元のまま
------------------------- */

.footer-links a,
.footer-logo a{
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-logo a:hover,
.footer-logo a:focus{
  outline: 2px solid rgba(225,213,207,.45);
  outline-offset: 5px;
}
