@charset "utf-8";
.mv {
  background-image: url(../img/mv_bg.jpg);
}
.sec .bg-gy {
  margin-top: 120px;
  padding: 90px 0 140px;
}
.sec .num {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c99c52;
  font-size: 155px;
  text-align: center;
  position: absolute;
  top: -168px;
  width: 100%;
  line-height: 1;
}
.sec-visual img {
  vertical-align: bottom;
}
.sec-wh-box {
  background: #fff;
  padding: 150px 0 90px;
  margin-top: -85px;
}
.servicelineup-ttl {
  background: #c30a01;
  padding: 13px 0;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2em;
  font-size: 24px;
  text-align: center;
  margin: 95px 0 0;
}
.servicelineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -15px;
}
.servicelineup-list::after{
  content:"";
  display: block;
  width: 31.2%;
}
.servicelineup-list li {
  width: 31.2%;
  border: 2px solid #c99c52;
  position: relative;
  margin-top: 80px;
}
.servicelineup-list .ico {
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 2px solid #c99c52;
  background: #fff;
}
.servicelineup-list .ttl {
  margin: 60px 0 30px;
  background: #c99c52;
  padding: 5px 10px;
  font-size: 23px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.servicelineup-list .txt {
  padding: 0 8% 45px;
}
.bnr-interview {
  margin: 90px auto 0;
  width: 73%;
}
.bnr-interview-ttl {
  margin-bottom: 10px;
}
.bnr-interview a {
  position: relative;
  display: block;
}
.bnr-interview a .btn-more {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}




@media screen and (max-width: 640px) {
  .mv-ttl img {
    width: 275px;
    height: auto;
  }
  .sec .bg-gy {
    margin-top: 60px;
    padding: 45px 0 70px;
  }
  .sec .num {
    font-size: 78px;
    top: -79px;
  }
  .sec-wh-box {
    padding: 40px 0;
    margin-top: 0;
  }
  .servicelineup-ttl {
    background: #c30a01;
    padding: 10px 0;
    letter-spacing: 0.1em;
    font-size: 16px;
    margin: 40px 0 0;
  }
  .servicelineup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .servicelineup-list::after{
    display: none;
  }
  .servicelineup-list li {
    width: 100%;
    border: 1px solid #c99c52;
    margin-top: 40px;
  }
  .servicelineup-list .ico {
    position: absolute;
    top: -16px;
    width: 38px;
    height: 38px;
    border: 1px solid #c99c52;
  }
  .servicelineup-list .ttl {
    margin: 30px 0 15px;
    padding: 5px;
    font-size: 15px;
  }
  .servicelineup-list .txt {
    padding: 0 4% 15px;
  }
  .bnr-interview {
    margin: 40px auto 0;
    width: 100%;
  }
  .bnr-interview-ttl {
    margin-bottom: 5px;
  }
  .bnr-interview a .btn-more {
    width: 94px;
    height: auto;
  }
}




