@charset "UTF-8";
/* 後から追加したcss */

/* *************************
** メインビジュアル位置
************************* */
@media screen and (min-width: 769px) {
  #forPage_lp-general-newnisa .jumbotron-section {
    padding-top: 208px;
  }
}
@media screen and (max-width: 768px) {
  #forPage_lp-general-newnisa .jumbotron-section {
    padding-top: 130px;
  }
}

/* *************************
** CTAボタン
************************* */
#js_ctaBtn {
	background: #ffffff80;
	bottom: -100px;
	opacity: 0;
	padding: 20px;
	position: fixed;
	text-align: center;
	transition: all ease-in-out 1s;
	width: 100%;
	z-index: 999;
}
#js_ctaBtn.fixCtaBtn {
	bottom: 0;
	opacity: 1;
}

/* *************************
**   バナー
************************* */

@media screen and (max-width: 768px) {
  .banner-wrap a:first-child {
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {

  .banner-wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1400px;
    gap: 30px;
  }
  .banner-wrap a {
    max-width: 600px;
  }
  .banner-wrap a.PC_width35 {
    width: 35%;
  }
.banner-wrap a.PC_width48 {
    width: 48%;
  }
  .banner-wrap a.PC_width50 {
    width: 50%;
  }
  .banner-wrap a.PC_width60 {
    width: 60%;
  }
  .banner-wrap a img {
    width: 100%;
  }
}