@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.warp  {
  overflow: hidden;
}
#contents {
  position: relative;
  width: 100%;
  padding-top: 90px;
}
#contents.welfare {
  background: inherit;
  background: #FFFFFF;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #000;
  z-index: 10000;
}
.header_pc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1300px;
  margin: 0 auto;
}
.header_sp,.menu_sp {
  display: none;
}
.logo {
  padding: 10px 0 0;
}
.logo h1 {
  margin-bottom: 5px;
  font-size: 10.5px;
  font-weight: normal;
  color: #fff;
}
.logo img {
  width: 320px;
}
.header_link_pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 90px;
  margin-left: 0px;
  list-style: none;
}
.header_link_pc ul  li {
  font-size: 16px;
  margin-left: 30px;
  color: #fff;
}
.header_link_pc ul li a {
  text-decoration: none;
  color: #fff;
}
.header_btn_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 400px;
  height: 90px;
  margin-left: 30px;
  list-style: none;
}
.btn {
  position: relative;
  opacity: 1;
  transition:  all 0.3s;
}
.btn:hover {
  opacity: 0.8;
}
.btn:nth-child(2) {
  margin-left: 30px;
}
.btn a {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn img {
  width: 180px;
}

.index {
  position: relative;
  width: 1300px;
  margin: 30px auto 0;
}
.index_img img {
  width: 1300px;
}

.slider {
  margin-top: 30px;
}

.index_text {
  width: 640px;
  height: 160px;
  margin: 50px  auto 0;
  background: url(../images/line_pc.png);
  background-repeat: no-repeat;
  background-size: 640px;
  text-align: center;
  color: #535151;
}
.index_text_main {
  padding: 45px 0 0;
  font-size: 30px;
  letter-spacing:10px;
}
.index_text_sub {
  font-size: 16px;
  letter-spacing: 8px;
}

.osae {
  width: 1300px;
  margin: 50px auto 0;
  text-align: center;
}
.osae p {
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 50px;
  color: #535151;
}

.oshirase_text{
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #535151;
}

.oshirase{
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
}

.oshirase ul{
    list-style-type:none;
}

.msr_newslist01 {
  border-top: 1px solid #AAAAAA;
  width: 100%;
}
.msr_newslist01 li {
  border-bottom: 1px solid #AAAAAA;
  font-size: 14px;
}
.msr_newslist01 li a {
  box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.msr_newslist01 li a:hover {
  background: #EEEEEE;
  text-decoration: none;
}
.msr_newslist01 li div {
  display: table-cell;
  width: 144px;
}
.msr_newslist01 li p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

/* 時間の設定 */
.msr_newslist01 li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}

/* カテゴリの設定 */
.msr_newslist01 li .cat01,
.msr_newslist01 li .cat02 {
  background-color: #798271;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.msr_newslist01 li .cat02 {
  background-color: #b6341e;
}
リストクラシックtransition

.link {
  width: 1000px;
  margin: 20px auto 0;
}

.link ul {
  width: 1000px;
  margin: auto;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.link ul li  {
  position: relative;
  margin-top: 30px;
  opacity: 1;
  transition: all 0.3s;
}
.link ul li:hover {
  opacity: 0.7;
}
.link ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link ul li img {
  width: 300px;
}

.footer {
  position: relative;
  width: 100%;
  height: 230px;
  padding-bottom: 30px;
  background: url(../images/footerback_pc.png) #202020;
  background-size: 1300px;
  background-position: center;
  background-repeat: no-repeat;
}
.footer ul {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
  list-style: none;
}
.footer ul li {
  width: 300px;
  margin-top: 30px;
}
.footer ul li a {
  font-size: 16px;
  letter-spacing: 8px;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
}
.footer ul li a:hover {
  opacity: 0.7;
}

.copyright {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}


.reg_box {
  position: relative;
  margin-left: 60px;
}
.qr_code {
  position: absolute;
  top: 30px;
  right: 330px;
  width: 100px;
  }
  .qr_text {
    position: absolute;
    top: 140px;
    right: 310px;
    font-size: 14px;
    text-align: center;
  }
.reg_box_headline p {
  margin: 30px 0;
  font-size: 24px;
  letter-spacing: 3px;
  color: #535151;
}
.reg_box_text p {
  margin-bottom: 50px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #535151;
}
.reg_btn p {
  position: relative;
  display: inline-block;
  margin: 0 0 50px 450px;
  padding: 10px 20px;
  font-size: 20px;
  letter-spacing: 3px;
  color: #fff;
  background: #798271;
  border-radius: 100px;
  transform: translateX(-50%);
  opacity: 1;
  transition: all 0.3s;
}
.reg_btn p:hover {
  opacity: 0.7;
}
.reg_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* keibirecruit_lp */
.pc {display: block;}
.sp {display: none;}
@media screen and (max-width:800px) {
  .pc {display: none;}
  .sp {display: block;}
}

.keibirecruit_pc img {
  width: 100%;
  margin: 0 auto;
}

.ht_keibirecruit_lp_pc_bttn {
  width: 30%;
  margin: 0 auto;
}

.keibirecruit_pc_text {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  letter-spacing:2px;
}

.keibirecruit_sp img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.keibirecruit_sp_img{
  width: 50%;
  margin: auto;
  display: block;
}

.keibirecruit_smt_text{
  padding: 10px 20px;
  text-align: center;
  font-size: 3%;
  letter-spacing:2px;
}
