@charset "UTF-8";

#header #title h1#top_tenjyo { display: block;}

/*
  header
==================================================== */

@media screen and (min-width: 960px) {  /*PC*/

header{
  position: relative;
  width:100vw;
  height: 80vh;
  background:url("../images/mv_bg_tenjo.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

}


@media screen and (max-width: 959px) {  /*SP*/

header{
  position: relative;
  width:100vw;
  height: 80vh;
  background:url("../images/mv_bg_tenjo.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

}


/*
  派遣スタッフ募集情報リンク
==================================================== */
@media screen and (min-width: 960px) {  /*PC*/

#entry .inner{
  width: clamp(250px, 90vw, 1200px);
  padding: 50px;
}
#entry .heading{
  position: relative;
  text-align: center;
  padding: 5px 15px;
  font-size: 40px;
  font-weight: 600;
  color: #152a8c;
  letter-spacing: 0.1em;
  margin: 0 auto 70px auto;
}
#entry .heading::after{
  content:'';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background-color: #152a8c;
}
#entry p{
text-align: center;
line-height: 1.5;
}
#entry .btEntry a{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto 0 auto;
    max-width: 95%;
    padding: 20px 10px 20px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 5px;
    background: #152a8c;
    border-radius: 5px;
    overflow: hidden;
}
#entry .btEntry a:hover{
background: #1e3cc7;
  transform: scale(1.05);
}
#entry .btEntry span{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto 0 auto;
    max-width: 95%;
    padding: 20px 10px 20px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 5px;
    background: #aaa;
    border-radius: 5px;
    overflow: hidden;
}
#entry ul.btnbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#entry ul.btnbox li {
	width: calc((100% - 10px) / 3);
}


}


@media screen and (max-width: 959px) {  /*SP*/

#entry .inner{
  width: 100%;
  padding: 20px 10px;
}
#entry .heading{
  position: relative;
  text-align: center;
  padding: 5px 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #152a8c;
  margin: 0 auto 50px auto;
}
#entry .heading::after{
  content:'';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 4em;
  height: 2px;
  background-color: #152a8c;
}
#entry p{
text-align: center;
line-height: 1.5;
}
#entry .btEntry a{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0 auto;
    max-width: 100%;
    padding: 15px 10px 15px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 5px;
    background: #152a8c;
    border-radius: 5px;
    overflow: hidden;
}
#entry .btEntry span{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0 auto;
    max-width: 100%;
    padding: 15px 10px 15px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 5px;
    background: #aaa;
    border-radius: 5px;
    overflow: hidden;
}
#entry ul.btnbox{
	flex-direction: column;
}

}



