@charset "UTF-8";
header .menu_toggle li.active::before {
  width: 100%;
}

#key {
  background: url("../img/point/key_bg.jpg") no-repeat center top/cover;
}

#sec1 {
  position: relative;
}
#sec1 .txt {
  padding: 5%;
}

#sec2 {
  position: relative;
}
#sec2 .box {
  background: #151515;
  color: #fff;
  margin-top: -23%;
  padding-top: 10%;
}
#sec2 .box .txt {
  padding: 3% 5% 5%;
}

#sec3 {
  position: relative;
  background: url("../img/point/pattern_bg.jpg") repeat center top;
  background-size: 120%;
}
#sec3 h2 {
  position: relative;
  z-index: 1;
}
#sec3 .box {
  margin: 0 5% 5%;
  background: url("../img/point/box_bg.jpg") repeat center top;
  position: relative;
  margin-top: -10%;
}
#sec3 .box .note {
  text-align: center;
  padding: 21px 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}
#sec3 .box:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: url("../img/point/line1.png") repeat-y left top, url("../img/point/line1.png") repeat-y right top, url("../img/point/line2.png") repeat-x left top, url("../img/point/line2.png") repeat-x left bottom;
}
#sec3 .box .arrow {
  padding: 0 0 10%;
}
#sec3 .box .arrow:after {
  display: none;
}
#sec3 .box .txt {
  width: 50%;
  padding-left: 10%;
  padding-bottom: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sec3 .box2 {
  background: url("../img/point/sec202_bg.jpg") no-repeat center top/cover;
  color: #fff;
  margin-top: -20%;
}
#sec3 .box2 h3 {
  padding-top: 20%;
}
#sec3 .box2 .txt {
  padding: 0 5% 5%;
}

#sec4 {
  position: relative;
  background: #151515;
  color: #fff;
}
#sec4 .txt {
  padding: 0 5% 20%;
}

#sec5 {
  position: relative;
}
#sec5 h2 {
  margin-top: -18%;
  padding-bottom: 5%;
}
#sec5 .txt {
  padding: 0 5% 18%;
}
#sec5 .deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
}
