@charset "utf-8";

#Recruit {
	background : transparent url(/common/img/commonimg.jpg) no-repeat -174px -13px;
}

h1 {
	background : transparent url(../img/img_2.gif) no-repeat 0 0;
	background-size:100% auto
}

* html #Text {
	padding-bottom : 500px;
}

th {
	width : 100px;
}

#Title01 {
	background : transparent url(../img/img_2.gif) no-repeat 0 -32px;
	background-size:100% auto
}

.recruit_btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.recruit_btns a {
  background: #eeeeee url(../img/25_recruit-btn-bg_1.webp) no-repeat 0 0;
  border-radius: 0px;
  border: 1px solid #c1c1c1;
  height: 105px;
  width: 305px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 43px 20px 7px 20px;
  position: relative;
}

.recruit_btns a:hover {
  opacity: .5;
}

.recruit_btns a b,
.recruit_btns a span {
  color: #3E3A39;
  text-shadow: 0px 0px 0px ;
}

.recruit_btns a b {
  font-size: 1rem;
  margin-top: 40%;
}

.recruit_btns a span {
  display: block;
  font-size: 0.9rem;
}

.recruit_tel-num {
  font-size: 1.2rem;
  font-weight: bold;
}


.header {
  position: relative;
  padding: 20px;
}

.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 40px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
