@charset "utf-8";

/* ****************************************************************************************************
   * はたらく環境
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メッセージ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #environment div.message {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#environment .environment {
  padding: 10px;
  background-color: #fff;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #environment .environment {
    padding: 30px;
    font-size: 18px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#environment .environment .environment-title {
  margin-bottom: 10px;
  overflow: hidden;
}

#environment .environment .environment-title img {
  min-width: 460px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#environment .environment .environment-title + * {
  margin-top: 0;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #environment .environment .environment-title {
    margin-bottom: 20px;
  }

}

/* ****************************************************************************************************
   * 福利厚生
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#benefit div.list {
  margin-bottom: -20px;
  letter-spacing: -0.4em;
  text-align: center;
}

#benefit div.list > * {
  letter-spacing: normal;
}

#benefit div.list .item {
  width: 50%;
  min-width: 300px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #benefit div.list {
    margin-bottom: -50px;
  }

  #benefit div.list .item {
    margin-bottom: 50px;
    letter-spacing: -0.4em;
  }

  #benefit div.list .item > * {
    letter-spacing: normal;
  }

}

/* -------------------------------------------------------------------------------------------------
   * アイコン
/* ---------------------------------------------------------------------------------------------- */

#benefit div.list .item div.image {
  width: 80px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #benefit div.list .item div.image {
    width: 32%;
    margin-top: -30px;
    vertical-align: top;
    display: inline-block;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 内容
/* ---------------------------------------------------------------------------------------------- */

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #benefit div.list .item div.content {
    width: 68%;
    padding-left: 10px;
    vertical-align: top;
    display: inline-block;
  }

}

/* * タイトル
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#benefit div.list .item div.content .item-title {
  margin-top: -40px;
  margin-bottom: 20px;
  padding-left: 100px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #benefit div.list .item div.content .item-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }

}

/* ****************************************************************************************************
   * 採用情報
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#career .career-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #career .career-title {
    margin-bottom: 30px;
    font-size: 28px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * GoogleMap で見る
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#career div.detail .button-map {
  width: 140px;
  margin-top: 0.5em;
  line-height: 0;
  vertical-align: middle;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #career div.detail .button-map {
    margin-top: 0;
    vertical-align: text-bottom;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 採用条件等
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#career-1 {}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 賃金等
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#career-2 {}
