@charset "UTF-8";
/* ==========================================================================

	#変数

 */
/* --------------------------------------------------------------------
  レイアウトサイズ
 */
/* --------------------------------------------------------------------
  カラー
 */
/* --------------------------------------------------------------------
  Misc
 */
/* ==========================================================================

	#Mixin

 */
/* --------------------------------------------------------------------
  #Media Queries
 */
/* --------------------------------------------------------------------
  #Utilities
 */
/*ブロック要素のセンタリング*/
/*ブロック要素の右寄せ*/
/*
リンクアンダーライン非表示、ホバーで表示
a要素の親に設定
*/
/*
リンクアンダーライン非表示
a要素の親に設定
*/
/*
リンクカラー設定
a要素の親に設定
*/
/*ブロック要素内テキスト非表示*/
/*font-smoothing*/
/*clearfix*/
/*要素へホバーエフェクト追加*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
/*縦書きテキスト*/
/* ====================================================================

  #採用情報

 */
.pg-sec01 {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .pg-sec01 {
    width: 960px;
    margin-top: 100px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pg-map {
  margin-top: 20px;
  height: 400px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-map {
    text-align: center;
    height: 180px;
  }
}

.pg-contact {
  border: 5px solid #fde9d0;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-contact {
    margin: 0 15px;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-contact {
    border: 8px solid #fde9d0;
    width: 488px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
  }
}

.pg-contact__title {
  font-weight: bold;
  color: #f79312;
  line-height: 1;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-contact__title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-contact__title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

.pg-contact__text {
  font-size: 1.3rem;
}
@media print, screen and (min-width:769px) {
  .pg-contact__text {
    font-size: 1.5rem;
  }
}

.pg-detailBtn {
  margin-top: 30px;
  background: url(/recruit2027/assets/img/btn_bg_entry.png) no-repeat center center;
  background-size: cover;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.pg-detailBtn .inner {
  display: block;
  width: 300px;
  height: 76px;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0 0;
}
.pg-detailBtn .icon-entry {
  display: inline-block;
  background: url(/recruit2027/assets/img/icon/entry.png) no-repeat left center;
  background-size: 15px auto;
  padding-left: 22px;
}
.pg-detailBtn .en {
  display: block;
  font-family: "Passion One", cursive;
  margin-top: 3px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media print, screen and (min-width:769px) {
  .pg-detailBtn {
    transition-duration: 0.2s;
  }
  .pg-detailBtn:hover {
    -webkit-filter: brightness(115%);
            filter: brightness(115%);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-tableContent--plane .salary-grade {
    min-width: 4.2em;
    word-break: keep-all;
  }
}
@media print, screen and (min-width:769px) {
  .glb-tableContent--plane .salary-grade {
    min-width: 5.2em;
  }
}