.hamburger1:not(.is-active) {
  background: #000000;
  width: 140px;
  height: 160px;
  text-align: center;
  padding-top: 30px;
}
.hamburger1 {
	top: 25px;
  right: 35px;
}
.hamburger1:not(.is-active):before {
  top: 89px;
  left: 39px;
}
header {
  background: url("../img/recruit/key4.jpg") no-repeat center top;
  position: relative;
  padding: 0px 0 0 0;
	max-height: 1680px;
	
}
header p.logo2{
	position: absolute;
	right:-125px;
	top:100px;
}
header p.logo2 a:hover img {
  opacity: 1 !important;
}
header h2 {
  position: absolute;
  top: 0;
  left: calc(50% - 708px);
}
header .ttl1 {
  position: absolute;
  top: 363px;
  right: calc(50% - 712px);
  right: 38px;
}
header .ttl2 {
  position: absolute;
  top: 965px;
  left: calc(50% - 789px);
}
header .ttl3 {
  position: absolute;
  bottom: -273px;
  right: calc(50% - 521px);
  z-index: 1;
}
header .ttl4 {
  position: absolute;
  top: 256px;
  right: calc(50% - 231px);
}
header .txt {
  width: 300px;
  /*height: 450px;*/
  padding: 750px 0 100px 700px;
  letter-spacing: 0.05em;
	font-size: 1.2em;
    line-height: 1.8;
}
header .txt h3{
	margin-bottom: 20px;
}
header .logo2 {
  margin-bottom: 23px;
  text-align: center;
}
header .btn-ins2 {
  position: absolute;
  top: 266px;
  left: calc(50% - 700px);
}
header .btn-ins3 {
  margin: -60px auto -26px auto;
  width: 55px;
	background-color: #f3f0ed;
	border-radius: 30px;
}
header h1 {
  position: absolute;
  top: 358px;
  right: 30px;
  color: #333333;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}
#sec1 {
  background: url("../img/recruit/s1_bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 143px 0 213px 0;
}
#sec1 .deco {
  position: absolute;
  top: 0;
  right: calc(50% - 499px);
}
#sec1 h2 {
  text-align: center;
  margin: 0 0 95px 0;
}
#sec1 .txt {
  width: 634px;
  margin: 0 auto 94px auto;
}
#sec1 #feed {
  margin: 0 0 202px calc(50% - 530px);
}
#sec1 #feed dl {
  display: table;
  font-size: 17px;
  line-height: 44px;
  letter-spacing: 0.1em;
}
#sec1 #feed dl dt {
  display: table-cell;
  width: 130px;
  border-right: 1px solid #000;
  padding: 0 0;
}
#sec1 #feed dl dd {
  display: table-cell;
  padding: 0 0 0 47px;
}
#sec1 #feed dl dd a:hover {
  text-decoration: underline;
}
#sec1 #feed dl:first-child dt {
  padding: 28px 0 0 0;
}
#sec1 #feed dl:first-child dd {
  padding: 28px 0 0 47px;
}
#sec1 #feed dl:last-child dt {
  padding: 0 0 32px 0;
}
#sec1 #feed dl:last-child dd {
  padding: 0 0 32px 47px;
}
#sec1 .group {
  margin: 0 0 0 calc(50% - 530px);
  width: 519px;
  line-height: 36px;
	padding-top: 100px;/*ブログ枠復活の場合は削除*/
}
#sec1 .group .mra {
  display: inline-block;
  margin-right: 20px;
}
#sec1 .group .mr {
  display: inline-block;
  margin-right: 10px;
}
#sec1 .group h3 {
  margin-top: 7px;
}
#sec2 {
  background: #060606;
  color: #fff;
  padding: 272px 0 142px 0;
}
#sec2 .deco {
  position: absolute;
  top: -107px;
  left: calc(50% - 921px);
}
#sec2 h2 {
  text-align: center;
  margin: 0 0 92px 0;
}
#sec2 .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
}
#sec2 .row:before {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  top: 323px;
  right: 0;
  left: calc(50% + 451px);
}
#sec2 .row h3 {
  margin: 0 87px 0 0;
}
#sec2 .row .box {
  width: 665px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 67px 80px 71px 80px;
  margin-top: 28px;
  margin-bottom: 15px;
  margin-right: -34px;
}
#sec2 .row .box dl {
  display: table;
  font-size: 19px;
  letter-spacing: 0.075em;
	margin-bottom: 20px;
}
#sec2 .row .box dl dt {
  display: table-cell;
  width: 182px;
}
#sec2 .row .box dl dd {
  display: table-cell;
}
#sec2 .row2:before {
  top: 303px;
}
#sec2 .row2 .box {
  padding-bottom: 81px;
  height: fit-content;
}
#sec2 .btn {
  margin: 71px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  header h2 {
    left: 42px;
  }
  header .btn-ins2 {
    left: 50px;
  }
}