.hamburger1:not(.is-active) {
  background: #000000;
  width: 140px;
  height: 160px;
  text-align: center;
  padding-top: 30px;
}
.hamburger1 {
  right: 35px;
}
.hamburger1:not(.is-active):before {
  top: 89px;
  left: 39px;
}
header {
  background: url("../img/access/key.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding: 375px 0 320px 0;
}
header h2 {
  position: absolute;
  top: 94px;
  left: calc(50% - 623px);
}
header h3 {
  position: absolute;
  bottom: -118px;
  right: calc(50% - 766px);
  z-index: 1;
}
header .box-txt {
  background: #fdfdfd;
  color: #a3845c;
  padding: 3px 0 14px 0;
  margin: 0 0 0 -19px;
  width: 147px;
}
header .txt {
  width: 147px;
  height: 450px;
  letter-spacing: 0.04em;
}
header .btn-ins2 {
  position: absolute;
  top: 50px;
  left: calc(50% - 700px);
}
header h1 {
  position: absolute;
  top: 134px;
  left: calc(50% - 700px);
  color: #fff;
  width: 50px;
  /* height: 500px; */
}
#sec1 {
  background: #060606;
  color: #fff;
  padding: 228px 0 174px 0;
}
#sec1 .deco {
  position: absolute;
  top: 0;
  left: calc(50% - 584px);
}
#sec1 h2 {
  margin: 0 0 40px 0;
  text-align: center;
}
#sec1 .logo {
  margin: 0 0 46px 0;
  text-align: center;
}
#sec1 .num {
  margin: 0 0 40px 0;
  text-align: center;
}
#sec1 .txt {
  text-align: center;
  margin: 0 0 52px 0;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.1em;
}
#sec1 .tel {
  text-align: center;
  margin: 0 0 41px 0;
}
#sec1 dl {
  display: table;
  line-height: 27px;
}
#sec1 dl dt {
  display: table-cell;
  width: 90px;
}
#sec1 dl dd {
  display: table-cell;
}
#sec1 .btn {
  margin-bottom: 13px;
}
#sec1 .photo {
  margin: 0 0 59px -62px;
}
#sec1 .info {
  margin: 0 0 80px 12px;
}
#sec1 .btn {
  text-align: center;
}
#sec1 .row {
  max-width: 924px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  /*&:before{
    	position: absolute;
    	content: "";
    	border-right: 1px dashed #979797;
    	top: -27px;
    	left: 0;
    	right: 0;
    	bottom: -27px;
    	width: 1px;
    	margin: 0 auto;
    }*/
}
#sec1 .row .item {
  width: 424px;
  padding-top: 27px;
  padding-bottom: 27px;
}
#sec1 .row .item:first-child {
  padding-right: 38px;
}
#sec1 .row .item:nth-child(2) {
  border-left: 1px dashed #979797;
  padding-left: 38px;
}
/*#sec1 .row .item:nth-child(2) .num {
  margin-bottom: 232px;
}*/
#sec1 .row .item:nth-child(2) .logo2 {
  margin: 0 0 208px 0;
  text-align: center;
}
#sec1 .row .item:nth-child(2) .photo {
  margin: 0 -62px 59px 0;
}
#sec2 {
  position: relative;
  padding: 156px 0 69px 0;
}
#sec2 .deco {
  position: absolute;
  top: -97px;
  left: calc(50% - 766px);
}
#sec2 .deco2 {
  position: absolute;
  top: 0;
  right: calc(50% - 590px);
}
#sec2 .inner{
  width: 100%;
  max-width: 1338px;
  margin: 0 auto;
}
#sec2 .inner .flbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec2 .inner .box{
  width: calc(50% - 18px);
  height: 438px;
  margin-bottom: 36px;
  transition: all .3s ease;
}
#sec2 .inner .box a{
  display: block;
  width: 100%;
  height: 100%;
}
#sec2 .inner .box-1{
  background: url(../img/contents/s2-bnr1.jpg) no-repeat center center / cover;
}
#sec2 .inner .box-2{
  background: url(../img/contents/s2-bnr2.jpg) no-repeat center center / cover;
}
#sec2 .inner .box-3{
  background: url(../img/contents/s2-bnr3.jpg) no-repeat center center / cover;
}
#sec2 .inner .box-4{
  background: url(../img/contents/s2-bnr4.jpg) no-repeat center center / cover;
}

#sec2 .inner .box-1:hover{
  background: url(../img/contents/s2-bnr1_on.jpg) no-repeat center center / cover;
}
#sec2 .inner .box-2:hover{
  background: url(../img/contents/s2-bnr2_on.jpg) no-repeat center center / cover;
}
#sec2 .inner .box-3:hover{
  background: url(../img/contents/s2-bnr3_on.jpg) no-repeat center center / cover;
}
#sec2 .inner .box-4:hover{
  background: url(../img/contents/s2-bnr4_on.jpg) no-repeat center center / cover;
}

#sec3 .row {
  background: url("../img/access/s3_bg_01.jpg") no-repeat center center;
  background-size: cover;
  padding: 76px 0 75px 0;
}
#sec3 .row h2 {
  margin: 0 0 18px 79px;
}
#sec3 .row .btn {
  margin: 0 0 106px 84px;
  line-height: 1;
}
#sec3 .btn a{
	position: relative;
	width: 180px;
	height: 27px;
	line-height: 27px;
	display: block;
	border: 1px solid #fff;
	font-size: 0.9em;
	padding-left: 10px;
	transition : 1s;
	color: #fff;
}
#sec3 .btn a:before {
  position: absolute;
  content: "";
	width: 40px;
	height: 1px;
  background-color: #fff;
  top: 13px;
  right: -20px;
}
#sec3 .btn a:hover{
	opacity: 0.5;
	transition : 1s;
}

#sec3 .row .bnr {
  margin-left: 62px;
}
#sec3 .row .bnr li + li {
  margin-top: 17px;
}
#sec3 .row .bnr li{
			display: inline-block;
		border: 1px solid #fff;
	background-color: #000;
}
#sec3 .row .bnr span{
	display: inline-block;
		border: 1px solid #fff;
	background-color: #000;
	padding-left: 50px;
	padding-right: 50px;
}
#sec3 .bnr a{
	height: 77px;
	display: block;
	line-height: 77px;
	font-size: 22px;
	transition : 1s;
	color: #fff;
	
}
#sec3 .bnr a:hover{
	opacity: 0.5;
	transition : 1s;
}
#sec3 .bnr img{
	margin-right: 10px;
}
#sec3 .row:nth-child(1) h2 {
  margin: 0 79px 232px 79px;
}
#sec3 .row:nth-child(1) .bnr{
	max-width: 800px;
}
#sec3 .row:nth-child(1) .bnr a{
	padding-left: 50px;
	padding-right: 50px;
}
#sec3 .row:nth-child(2) {
  background: url("../img/access/s3_bg_02.jpg") no-repeat center center;
  background-size: cover;
  padding: 75px 0 89px 0;
}
#sec3 .row:nth-child(2) h2 {
  margin: 0 79px 232px 79px;
  text-align: right;
}
#sec3 .row:nth-child(2) .bnr {
  text-align: right;
  margin: 0 61px;
}
#sec3 .row:nth-child(3) {
  background: url("../img/access/s3_bg_04.jpg") no-repeat center center;
  background-size: cover;
  padding: 76px 0 76px 0;
}
#sec3 .row:nth-child(3) h2 {
  /*margin: 0 79px 244px 79px;*/
	margin: 0 79px 232px 79px;
  text-align: right;
}
#sec3 .row:nth-child(3) .bnr {
  /*margin: 0 62px;*/
	text-align: right;
  margin: 0 61px;
}
#sec3 .row:nth-child(4) {
  background: url("../img/access/s3_bg_05.jpg") no-repeat center center;
  background-size: cover;
  padding: 75px 0 89px 0;
}
#sec3 .row:nth-child(4) h2 {
  /*margin: 0 79px 232px 79px;
  text-align: right;*/
	margin: 0 83px 245px 79px;
}
#sec3 .row:nth-child(4) .bnr {
  /*text-align: right;
  margin: 0 61px;*/
	margin: 0 61px;
}
#sec3 .row:nth-child(5) {
  background: url("../img/access/s3_bg_06.jpg") no-repeat center center;
  background-size: cover;
  padding: 75px 0 77px 0;
}
#sec3 .row:nth-child(5) h2 {
  /*margin: 0 83px 245px 79px;*/
	margin: 0 79px 232px 79px;
  text-align: right;
}
#sec3 .row:nth-child(5) .bnr {
  /*margin: 0 61px;*/
	text-align: right;
  margin: 0 61px;
}
#sec3 .row:nth-child(6) {
  background: url("../img/access/s3_bg_07.jpg") no-repeat center center;
  background-size: cover;
  padding: 75px 0 89px 0;
}
#sec3 .row:nth-child(6) h2 {
  /*margin: 0 79px 232px 79px;
  text-align: right;*/
	margin: 0 83px 245px 79px;
}
#sec3 .row:nth-child(6) .bnr {
  /*text-align: right;
  margin: 0 61px;*/
	margin: 0 61px;
}
/*#sec3 .row:nth-child(7) {
  background: url("../img/access/s3_bg_07.jpg") no-repeat center center;
  background-size: cover;
  padding: 75px 0 77px 0;
}
#sec3 .row:nth-child(7) h2 {
  margin: 0 83px 245px 79px;
}
#sec3 .row:nth-child(7) .bnr {
  margin: 0 61px;
}*/

@media screen and (max-width: 1500px) {
  header h2 {
    left: calc(50% - 623px);
    left: 97px;
  }
  header .btn-ins2 {
    left: calc(50% - 700px);
    left: 20px;
  }
  header h1 {
    left: calc(50% - 700px);
    left: 20px;
  }
}
@media screen and (max-width: 1400px) {
  #sec2 ul {
    max-width: 94%;
  }
  #sec2 ul li {
    width: 48.5%;
  }
}