/*----------------------------------------
	header
----------------------------------------*/
#header {
  display: none;
}
@media (max-width: 48.0525em) {
  #header {
    display: flex;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
#footer {
  display: none;
}
@media (max-width: 48.0525em) {
  #footer {
    display: flex;
  }
}

/*----------------------------------------
	contents
----------------------------------------*/
#contents {
  background: #fff;
}

/*----------------------------------------
	p-bfa-main
----------------------------------------*/
.p-bfa-main {
  max-width: 60rem;
  margin: auto;
}
@media (max-width: 48.0525em) {
  .p-bfa-main {
    max-width: 100%;
  }
}

/*----------------------------------------
	p-bfa-content
----------------------------------------*/
.p-bfa-content.-content06 {
  background: #f5d11f;
}
.p-bfa-content.-content06 .p-bfa-content__main .swiper .swiper-pagination {
  position: static;
  margin: 1.6rem 0 0;
}
.p-bfa-content.-content06 .p-bfa-content__main .swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.p-bfa-content.-content06 .p-bfa-content__main .swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.p-bfa-content.-bnr01 {
  padding: 5.6rem 0;
}
.p-bfa-content.-bnr01 .p-bfa-content__main {
  display: grid;
  gap: 5.6rem;
}
.p-bfa-content.-bnr02 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 1rem 1rem;
  background-repeat: repeat;
  background-position: center center;
}
.p-bfa-content.-bnr02 .p-bfa-content__main {
  display: grid;
  gap: 5.6rem;
}
.p-bfa-content.-bnr02 .p-bfa-content__main__item:nth-child(2) {
  background: #fff;
  padding: 5.6rem 0;
}

/*----------------------------------------
	p-bfa-hero
----------------------------------------*/
.p-bfa-hero {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  top: 0;
  left: 0;
  width: calc(50% - 30rem);
  height: 100%;
  background: #fdd000;
  padding: 14rem 3rem 3rem;
  overflow-y: scroll;
}
@media (max-width: 48.0525em) {
  .p-bfa-hero {
    display: none;
  }
}
.p-bfa-hero__head {
  max-width: 54rem;
  margin: 0 auto;
}
.p-bfa-hero__main {
  max-width: 48rem;
  margin: 0 auto;
}
.p-bfa-hero__foot__heading {
  margin: 0 0 2.4rem;
}
.p-bfa-hero__foot__content {
  display: flex;
  gap: 1rem;
}

/*----------------------------------------
	p-bfa-menu
----------------------------------------*/
.p-bfa-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  top: 0;
  right: 0;
  width: calc(50% - 30rem);
  height: 100%;
  background: #fdd000;
  padding: 14rem 3rem 3rem;
  overflow-y: scroll;
}
@media (max-width: 48.0525em) {
  .p-bfa-menu {
    display: none;
  }
}
.p-bfa-menu__head {
  flex: 1;
  max-width: 10rem;
  margin: 0 auto;
}
.p-bfa-menu__main {
  display: grid;
  gap: 1.6rem;
}
.p-bfa-menu__foot {
  max-width: 20rem;
  margin: 0 0 0 auto;
}

/*----------------------------------------
	p-bfa-form
----------------------------------------*/
.p-bfa-form {
  background: #ffe100;
  padding: 8rem 4rem;
}
.p-bfa-form__head {
  margin: 0 0 4rem;
}
.p-bfa-form__head__heading {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 1.6rem;
}
@media (max-width: 48.0525em) {
  .p-bfa-form__head__heading {
    font-size: 2.4rem;
  }
}
.p-bfa-form__head__txt {
  line-height: 1.8;
  text-align: center;
}
.p-bfa-form__head__txt span {
  color: #fff;
}

/*----------------------------------------
	c-form-bfa
----------------------------------------*/
.c-form-bfa__content {
  margin: 0 0 4rem;
  border-top: 1px solid #fff;
}
.c-form-bfa__content dl {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 48.0525em) {
  .c-form-bfa__content dl {
    flex-direction: column;
  }
}
.c-form-bfa__content dl dt, .c-form-bfa__content dl dd {
  line-height: 1.6;
}
.c-form-bfa__content dl dt {
  width: 16rem;
}
.c-form-bfa__content dl dt .required {
  color: #fff;
  margin: 0 0 0 0.8rem;
}
.c-form-bfa__content dl dd {
  flex: 1;
}
@media (max-width: 48.0525em) {
  .c-form-bfa__content dl dd {
    width: 100%;
  }
}
.c-form-bfa__content dl dd input[type=text],
.c-form-bfa__content dl dd input[type=email],
.c-form-bfa__content dl dd input[type=tel],
.c-form-bfa__content dl dd input[type=url],
.c-form-bfa__content dl dd textarea {
  width: 100%;
  background: #fff;
  padding: 1rem;
}
.c-form-bfa__content dl dd input[type=text],
.c-form-bfa__content dl dd input[type=email],
.c-form-bfa__content dl dd input[type=tel],
.c-form-bfa__content dl dd input[type=url] {
  height: 5rem;
}
.c-form-bfa__content dl dd textarea {
  height: 20rem;
  vertical-align: top;
}
.c-form-bfa__content dl dd .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-form-bfa__content dl dd .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-form-bfa__content dl dd .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin: -0.2rem 0.8rem 0 0;
}
.c-form-bfa__content dl dd .input-data__head {
  margin: 0 0 1.6rem;
}
.c-form-bfa__content dl dd .input-data__foot span {
  display: block;
  font-size: 1.2rem;
  margin: 0.8rem 0 0;
}
.c-form-bfa__content dl dd .wpcf7-not-valid-tip {
  margin: 0.4rem 0 0;
}
.c-form-bfa__privacy {
  margin: 0 0 4rem;
}
.c-form-bfa__privacy__button {
  margin: 0 0 2.4rem;
}
.c-form-bfa__privacy__button a {
  position: relative;
  display: block;
  width: 20rem;
  background: #fff;
  padding: 0.4rem 1.6rem;
  border-radius: 10rem;
  overflow: hidden;
}
.c-form-bfa__privacy__button a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: 0.4s;
}
.c-form-bfa__privacy__button a:hover:before {
  left: 0;
  width: 100%;
}
.c-form-bfa__privacy__button a:hover span {
  color: #fff;
}
.c-form-bfa__privacy__button a span {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
.c-form-bfa__privacy__content {
  margin: 0 0 2.4rem;
}
.c-form-bfa__privacy__heading {
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 1.6rem;
}
.c-form-bfa__privacy__txt {
  font-size: 1.2rem;
  line-height: 1.6;
}
.c-form-bfa__privacy__check label input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin: -0.2rem 0.8rem 0 0;
}
.c-form-bfa__privacy__check .wpcf7-list-item {
  margin: 0;
}
.c-form-bfa__privacy__check .wpcf7-not-valid-tip {
  margin: 0.4rem 0 0;
}
.c-form-bfa__button input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24rem;
  height: 6rem;
  letter-spacing: 1em;
  text-indent: 1em;
  color: #fff;
  background: #000;
  margin: auto;
}/*# sourceMappingURL=bfa.css.map */