@charset "UTF-8";
.top1 {
  top: -1%;
  left: 0;
}
@media screen and (min-width: 961px) {
.inner2 {
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.top_txt {
  width: 70%;
  position: relative;
  height: 100%;
}
.top_txt img {
  max-width: 100%;
}
.top_txt .top2,
.top_txt .top3,
.top_txt .top4 {
  max-width: 90%;
}
.btn_ap {
  margin: 0.5rem 0 0 5%;
  max-width: 80%;
}
.head-w80 {
  width: 45%;
  text-align: center;
}
.head-w80 img {
  max-width: 140%;
}
}
.inner2 img {
  position: static;
}
.top_txt .top1 {
  margin-bottom: -1.5rem;
}

.btn_ap a:hover {
  opacity: 1;
}
.btn_ap a:hover img {
  opacity: .2;
  position: relative;
  z-index: 5;
}
.btn_ap {
  text-align: center;
}
.btn_ap a {
  display: inline-block;
  margin: 0 auto;
  background: url(../images/ap-btn_contact0203.png) no-repeat;
  background-size: 100%;
}
.fv_text-box .inner {
  background: #FFF;
  box-shadow: 0 0 6px #999;
  max-width: 800px;
  margin: -60px auto 20px;
  border-radius: 4px;
  padding-top: 20px;/* ファーストビュー白枠の上幅設定 */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.fv_text-box p {
  margin: 0 0 1rem;
}
.fv_text-box .inner .center {
  text-align: center;
}
.fv_text-box .inner .right {
  text-align: right;
}
.fv_text-box .inner .txt_l {
  font-size: 1.4em;
}
.fv_text-box .inner .txt_s {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .fv_text-box .inner {
    margin: 2% 4% -2%;
  }
  .fv_text-box .inner .txt_l {
    font-size: 16px;
  }
  .fv_text-box .inner .txt_s {
    font-size: 13px;
  }
}