/*-----------------------------------------------------
 トップ画像セクション
 ------------------------------------------------------*/

/* トップ画像 */
.top-image {
  height: 512px;
}

/* トップ画像のコンテンツ */
.top-image-content {
  min-width: 1280px;
}

/* トップ画像のメッセージレイヤー */
.top-image-message-layer {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/* トップ画像のメッセージ枠 */
.top-image-message-layer-message-box {
  width: 500px;
  padding: 35px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 6.0rem;
  opacity: .7;
  background-color: #eeeeee;
}

/* トップ画像のメッセージテキスト */
.top-image-message-layer-message-box-message-text {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.0rem;
  letter-spacing: 0.3rem;
  color: #333333;
}

.nav-title-en {
  color: #168BE7;
  vertical-align: top;
  font-size: 1.0rem;
  line-height: 1.6rem;
}

/*-----------------------------------------------------
 センタービジュアル
 ------------------------------------------------------*/

/* センタービジュアル */
.center-visual {
  height: 260px;
}

/* センタービジュアルの画像 */
.center-visual .content {
  min-width: 1280px;
}

/* メッセージ */
.center-visual-message {
  width: 100%;
}

/* メッセージの枠 */
.center-visual-message .message-box {
  width: 600px;
  padding: 25px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 7.5rem;
  opacity: .7;
  background-color: #eeeeee;
}

/* メッセージのテキスト */
.center-visual-message .message-text {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  color: #333333;
}

/*-----------------------------------------------------
 代表挨拶・会社概要・採用情報の表題
 ------------------------------------------------------*/

/* 表題のコンテナ */
.summary-set {
  margin-top: 65px;
  padding-top: 14px;
}

/* 表題のボーダー */
.summary-border {
  border-top: 4px solid #168BE7;
  padding-bottom: 18px;
}

/* 表題セクションのタイトル */
.summary-title {
  width: 100px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  height: 2.9rem;
}

/*-----------------------------------------------------
 代表挨拶セクション
 ------------------------------------------------------*/

/* 代表挨拶 */
.greeting {
  width: 95%;
  margin: 65px auto 0 auto;
}

/* 代表取締役 */
.president {
  width: 100%;
  text-align: right;
  margin-top: 45px;
}

/*-----------------------------------------------------
 会社概要セクション
 ------------------------------------------------------*/

/* 会社概要 */
.news-list {
  margin: 85px auto 0  auto;
  width: 80%;
  min-height: 350px;
}

/* 会社概要の内容 */
.profile {
  max-width: 740px;
  margin: 0 auto 85px auto;
}

/* 会社概要の項目 */
.profile-title {
  width: 130px;
  padding: 0;
}

.table {
  margin: 0;
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}

/*-----------------------------------------------------
 採用情報セクション
 ------------------------------------------------------*/

/* 採用情報のテーブル枠 */
.reqruit-contents {
  max-width: 780px;
  width: 96%;
  margin: 85px auto 45px auto;
}

/* テーブル */
.reqruit-contents .table {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}

/* 待遇のタイトル */
.reqruit-contents .table .title {
  vertical-align: top;
  line-height: 1.6rem;
  width: 150px;
  padding: 0;
}

/* 待遇の内容 */
.reqruit-contents .table .contents {
  line-height: 1.6rem;
  margin-bottom: 17px;
}

/* 待遇の内容の最後の行 */
.reqruit-contents .table .contents.last {
  margin-bottom: 0;
}

/*-----------------------------------------------------
 センタービジュアル
 ------------------------------------------------------*/

/* センタービジュアル */
.center-visual {
  height: 260px;
}

/* センタービジュアルの画像 */
.center-visual .content {
  min-width: 1280px;
}

/* メッセージ */
.center-visual-message {
  width: 100%;
}

/* メッセージの枠 */
.center-visual-message .message-box {
  width: 550px;
  padding: 25px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 7.5rem;
  opacity: .7;
  background-color: #eeeeee;
}

/* メッセージのテキスト */
.center-visual-message .message-text {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  color: #333333;
}
