@charset "UTF-8";
#key {
  background: url("../img/about/key_bg.jpg") no-repeat center top/cover;
}

#sec1 {
  position: relative;
}
#sec1 .sec1_button {
  position: relative;
  padding-top: 5%;
}
#sec1 .sec1_button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -63%;
  background: #151515;
}
#sec1 .sec1_button * {
  position: relative;
}
#sec1 .txt1 {
  padding: 5%;
}

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

#sec3 {
  position: relative;
}
#sec3 .box {
  background: url("../img/about/box_bg.jpg") repeat center top;
  color: #fff;
  padding-bottom: 10%;
  position: relative;
}
#sec3 .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: url(../img/about/line2.jpg) repeat center top;
}
#sec3 .box:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid white;
  border-left: 30px solid transparent;
}
#sec3 .box h3 {
  text-align: center;
  font-size: 25px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 35px;
  padding: 20px 0 15px;
}
#sec3 .box h3 span {
  color: #cdc7a9;
}
#sec3 .box ul {
  padding: 0 8% 0 15%;
}
#sec3 .box ul li {
  font-size: 20px;
  padding-bottom: 15px;
  position: relative;
}
#sec3 .box ul li:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -29px;
  width: 25px;
  height: 25px;
}
#sec3 .box ul li:nth-child(1):before {
  background: url("../img/about/sec2_icon1.png") top left/100% 100%;
}
#sec3 .box ul li:nth-child(2):before {
  background: url("../img/about/sec2_icon2.png") top left/100% 100%;
}
#sec3 .box ul li:nth-child(3):before {
  background: url("../img/about/sec2_icon3.png") top left/100% 100%;
}
#sec3 .button {
  padding: 5% 0;
}
#sec3 .button_2 {
  text-align: center;
}
#sec3 .button_2 img {
  width: 90%;
}
#sec3 .button_group li {
  padding-bottom: 20px;
}

#sec5 {
  position: relative;
  padding: 0 0 15%;
}
#sec5:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: url(../img/about/line2.jpg) repeat center top;
}
#sec5 .txt {
  padding: 5%;
}
#sec5 .button {
  padding: 0 0 10%;
}
#sec5 .autoslider {
  height: 115px;
  background: url("../img/about/sec3_sl.png") repeat-x center left;
  background-size: 200%;
}
#sec5 .bx-wrapper .bx-pager, #sec5 .bx-wrapper .bx-controls-auto {
  right: auto;
  left: 16%;
  bottom: 13%;
}
#sec5 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}
#sec5 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
