#key {
  background: url(../img/tenpo/key.jpg) no-repeat center top / cover;
  min-height: 600px;
}
#key .key-title {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%);
}
#sec01 {
  padding: 100px 0 344px;
  position: relative;
}
#sec01:before {
  content: "";
  position: absolute;
  background: url(../img/tenpo/s1-cover.png) no-repeat center bottom / cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1165px;
}
#sec01:after {
  content: "";
  position: absolute;
  background: url(../img/shared/line2.jpg) repeat-x;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
}
#sec01 .wrap {
  position: relative;
}
#sec01 .wrap:before {
  content: "";
  position: absolute;
  background: url(../img/tenpo/s1-bg.png) no-repeat;
  width: 1152px;
  height: 1057px;
  top: -41px;
  left: 50%;
  transform: translate(-50%);
}
#sec01 .content {
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
#sec01 .txt {
  width: 700px;
  margin: 0 auto;
}
#sec01 h2 {
  margin-bottom: 45px;
}
#sec01 p + p {
  margin-top: 30px;
}
#sec02 {
  padding: 109px 0 120px;
}
#sec02 h2 {
  margin-bottom: 56px;
  text-align: center;
}
#sec02 .tab-btn {
  width: 200px;
  float: left;
}
#sec02 .tab-btn li {
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
}
#sec02 .tab-btn li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#sec02 .tab-btn li:hover:before,
#sec02 .tab-btn li.active:before {
  opacity: 1;
}
#sec02 .tab-btn li:nth-child(1):before {
  background: url(../img/tenpo/s2-tab-btn1_on.jpg) no-repeat;
}
#sec02 .tab-btn li:nth-child(2):before {
  background: url(../img/tenpo/s2-tab-btn2_on.jpg) no-repeat;
}
#sec02 .tab-btn li:nth-child(3):before {
  background: url(../img/tenpo/s2-tab-btn3_on.jpg) no-repeat;
}
#sec02 .tab-content {
  width: 800px;
  float: right;
  background: url(../img/tenpo/s2-box-pattern.jpg) repeat center top;
  padding: 44px 55px 46px;
}
#sec02 .tab-content li {
  display: none;
}
#sec02 .tab-content li.active {
  display: block;
}
#sec02 .tab-content h3 {
  margin-left: 116px;
}
#sec02 .tab-content .btr {
  text-align: center;
  margin-bottom: 46px;
}
#sec02 .tab-content .row {
  margin: 0 -5px;
}
#sec02 .tab-content .row .col-6 {
  padding: 0 5px;
}
#sec02 .tab-content .box {
  padding: 18px 0 22px;
  margin-bottom: 10px;
  text-align: center;
  background: #fcf3e2;
  font-weight: bold;
  color: #414141;
  position: relative;
}
/*#sec02 .tab-content .box:before {
  content: "";
  position: absolute;
  border: 2px solid #9b5b3c;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sec02 .tab-content .box:hover:before {
  opacity: 1;
}*/
#sec02 .tab1 h3 {
  margin-bottom: -28px;
}
#sec02 .tab1 .group {
  position: relative;
  display: table;
  width: 100%;
}
#sec02 .tab1 .group .item {
  position: absolute;
}
#sec02 .tab1 .g1 {
  margin-bottom: 60px;
}
#sec02 .tab1 .g1 .tit {
  margin-left: -55px;
  float: left;
}
#sec02 .tab1 .g1 .item {
  top: 46px;
  right: -27px;
}
#sec02 .tab1 .g2 {
  margin-bottom: 40px;
}
#sec02 .tab1 .g2 .tit {
  float: right;
  margin-right: -26px;
}
#sec02 .tab1 .g2 .item {
  top: -86px;
  left: -1px;
}
#sec02 .tab2 h3 {
  margin-bottom: 63px;
}
#sec02 .tab2 .tit {
  margin-left: 5px;
  margin-bottom: 20px;
  position: relative;
}
#sec02 .tab2 .tit img {
  position: relative;
}
#sec02 .tab2 .tit:before {
  content: "";
  position: absolute;
  background: url(../img/tenpo/s2-deco.png) no-repeat;
  width: 483px;
  height: 323px;
  top: -80px;
  right: 100px;
}
#sec02 .tab2 .item {
  margin-bottom: 33px;
  position: relative;
}
#sec02 .tab3 h3 {
  margin-bottom: 63px;
}
#sec02 .tab3 .tit {
  margin-left: 5px;
  margin-bottom: 20px;
  position: relative;
}
#sec02 .tab3 .tit img {
  position: relative;
}
#sec02 .tab3 .tit:before {
  content: "";
  position: absolute;
  background: url(../img/tenpo/s2-deco.png) no-repeat;
  width: 483px;
  height: 323px;
  top: -80px;
  right: 100px;
}
#sec02 .tab3 .item {
  margin-bottom: 33px;
  position: relative;
}
