@charset "utf-8";

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
}

.bz {
  overflow-x: hidden;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.bz-bg {
  background-image: url(../../img/c_bg-pc.jpg);
  background-size: contain;
  background-size: 100% auto;
  width: 98.2%;
  margin: auto;
}

.bz-bg-ao {
  background-image: url(../../img/c_bg_ao-pc.jpg);
  background-size: contain;
  background-size: 100% auto;
  margin: auto;
}

.bz-bg-ao-filter {
  position: relative;
}

.bz-bg-ao-filter:before {
  content: "";
  position: absolute;
  width: 100%;
  /* height: 50vw; */
  height: 30vw;
  top: 0;
  transform: translateY(-50%);
  /* backdrop-filter: blur(15vw); */
  backdrop-filter: blur(4vw);
  -webkit-backdrop-filter: blur(4vw);
  z-index: 2;
  opacity: 0.6;
}

.bz-bg-ao-filter:after {
  content: "";
  position: absolute;
  width: 100%;
  /* height: 80vw; */
  height: 20vw;
  top: 0;
  transform: translateY(-50%);
  /* backdrop-filter: blur(5vw); */
  backdrop-filter: blur(1.9vw);
  -webkit-backdrop-filter: blur(1.9vw);
  z-index: 2;
  /* opacity: 0.8; */
}

.bz__heading {
  max-width: 1140px;
  margin: auto;
}

.bz__heading img {
}

.bz__heading span {
  border-bottom: solid 3px #2f2f2f;
  border-bottom: solid 0.1875rem #2f2f2f;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.bz-cta-bg {
  background-image: url(../../img/cta_bg_ao-pc.jpg);
  background-size: 100% auto;
  margin: auto;
}

.bz-contact {
  margin-top: 0.8%;
}

/* bz-header
============================ */
.bz-header {
  position: relative;
}

.bz-header__inner {
}

.bz-header__logo {
  position: absolute;
  z-index: 2;
  width: 234px;
  width: 14.625rem;
  width: 12.3vw;
}

.bz-header__logo img {
}

.bz-main {
}

.bz-fv {
  position: relative;
  padding: 0 0 0;
}

.bz-fv__inner {
  position: relative;
  /* margin-bottom: 45px;
  margin-bottom: 2.8125rem; */
}

.bz-fv__main {
}

.bz-fv__main img {
  width: 100%;
}

.bz-fv__smaho {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 540px;
  width: 33.75rem;
  width: 31.1vw;
  z-index: 5;
}

.bz-fv__smaho img {
  width: 100%;
}

.bz-fv__anime {
  position: absolute;
  bottom: 0%;
  z-index: 3;
}

.bz-fv__anime img {
}

/* animeation---- */
.bz-logo-scroll {
  /* padding: 8px 0 50px;
  /* padding: 0.5rem 0 3.125rem; */
}

.bz-logo-scroll__pic {
  display: flex;
  position: relative;
  z-index: 5;
}

.bz-logo-scroll__pic div {
}

.bz-logo-scroll__pic div img {
  max-width: initial;
  width: auto;
  height: 50px;
  height: 3.125rem;
  height: 2.9vw;
  padding-right: 34px;
  padding-right: 2.125rem;
  padding-right: 1.5vw;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-bottom: 1vw;
}

.bz-fv__anime-middle {
}

.bz-fv__anime-middle img {
  position: relative;
  right: 7%;
}

.bz-logo-scroll__pic div:first-child {
  animation: scroll-logo-loop 180s -90s linear infinite;
}

.bz-logo-scroll__pic div:last-child {
  animation: scroll-logo-loop2 180s linear infinite;
}

.bz-fv__anime-middle div:first-child {
  /* animation: scroll-logo-loop 460s -230s linear infinite; */
  animation: scroll-logo-loop 250s -125s linear infinite;
}

.bz-fv__anime-middle div:last-child {
  /* animation: scroll-logo-loop2 460s linear infinite; */
  animation: scroll-logo-loop2 250s linear infinite;
}

.bz-fv__anime-end div:first-child {
  animation: scroll-logo-loop 220s -110s linear infinite;
}

.bz-fv__anime-end div:last-child {
  animation: scroll-logo-loop2 220s linear infinite;
}

@keyframes scroll-logo-loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-logo-loop2 {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-200%);
  }
}

.bz-fv__sub {
  width: 98.2%;
  margin: auto;
  background-color: white;
  padding: 1rem 0 4rem;
}

.bz-fv__sub h2 {
  font-family: var(--font-family__serif);
  text-align: left;
  font-size: 82px;
  font-size: 4.625rem;
  font-size: min(4.2vw, 4.625rem);
  font-weight: 600;
  line-height: 1.3;
}
.bz-fv__sub-inner {
  width: 95%;
  margin: auto;
  background-color: white;
}
.bz-fv__sub-wrap {
  display: flex;
  align-items: center;
}
.bz-fv__ttl-wrap {
  width: 51%;
}
.bz-fv__btn-wrap {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}

.bz-fv__btn-txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-size: min(1.7vw, 1.125rem);
  font-weight: 500;
  text-align: left;
  /* margin-bottom: 15px; */
  /* margin-bottom: 0.9375rem; */
}
.bz-btn {
  width: 100%;
}
.bz-btn a {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 1.25rem rgb(0 0 0 / 10%);
  background: rgb(242, 233, 19);
  background: linear-gradient(
    90deg,
    rgba(242, 233, 19, 1) 0%,
    rgba(255, 205, 69, 1) 100%
  );
  padding: 30px 45px;
  padding: 1.675rem 1rem;
  color: #2c2c2c;
  font-size: 26px;
  font-size: 1.425rem;
  font-size: min(1.8vw, 1.42rem);
  letter-spacing: 0.05em;
  border-radius: 50px;
  border-radius: 3.125rem;
  font-weight: 600;
}
.bz-btn-siryou {
}
.bz-btn-siryou a {
  background: rgb(255 255 255 / 80%);
  border: solid #0097ba 1px;
}
.bz-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.bz-btn-wrap .bz-btn {
  width: 440px;
}
/* bz-company
============================ */
.bz-company {
  background-color: white;
  padding: 3rem 0 2rem;
}
.bz-company__inner {
  width: 90%;
  max-width: 940px;
  margin: auto;
}

.bz-company__heading {
  font-family: var(--font-family__serif);
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bz-company__box {
  position: relative;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 3rem 0 2.5rem;
}
.bz-company__wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 1rem;
}
.bz-company__logo {
  width: 25%;
}
.bz-company__box p {
  text-align: center;
  font-family: var(--font-family__serif);
  font-size: 16px;
  font-size: 1rem;
}
/* bz-media
============================ */
.bz-media {
  position: relative;
  padding: 150px 0 100px;
  padding: 0.375rem 0 6.25rem;
  z-index: 3;
}

.bz-media:before {
  content: "";
  display: block;
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1) 100%
  );
  height: 340px;
  height: 21.25rem;
  height: 30vw;
  width: 100%;
  top: 0;
}

.bz-media__inner {
  max-width: 1140px;
  margin: auto;
  width: 90%;
}

.bz-media__heading {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.bz-media__op-pic {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}

.bz-media__op-pic img {
}

.bz-media__cont-01 {
}

.bz-media__list {
  display: flex;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  height: auto;
}

.bz-media__list-item {
  text-align: center;
  font-family: var(--font-family__serif);
  font-weight: 600;
  position: relative;
  width: 33.33%;
}

.bz-media__list-item:after {
  content: "";
  position: absolute;
  background-color: #000;
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 280px;
  height: 17.5rem;
  height: 110%;
  top: 0;
}

.bz-media__list-item:first-child:after {
  display: none;
}

.bz-media__list-item-ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  font-size: min(4.6vw, 1.5625rem);
  margin-bottom: 1px;
  margin-bottom: 0;
}

.bz-media__list-item-waku {
  font-size: 23px;
  font-size: 1.4375rem;
  font-size: min(1.9vw, 23px);
  background-color: var(--color__main);
  display: inline-block;
  color: white;
  border-radius: 50px;
  border-radius: 3.125rem;
  padding: 4px 28px;
  padding: 0.25rem 1.75rem;
  max-width: 279px;
  width: 90%;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}

.bz-media__list-item-pic {
  width: 75%;
  margin: auto;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.bz-media__list-item-pic img {
}

.bz-media__list-item-small {
  font-family: var(--font-family__base);
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #707070;
  letter-spacing: 0.03em;
}

.bz-media__pic {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

.bz-media__pic img {
}

.bz-media__cont-02 {
}

.bz-media__cont-02 h3 {
}

.bz-media__cont-02 h3 img {
}

.bz-media__anime {
  margin: 50px 0 120px;
  margin: 3.125rem 0 7.5rem;
  position: relative;
  left: -30%;
}

.bz-media__cont-03 {
}

.bz-media__cont-03 h3 {
  font-family: var(--font-family__serif);
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.bz-media__cont-04 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: var(--font-family__serif);
}

.bz-media__hyou {
  max-width: 995px;
  margin: auto;
}

.bz-media__hyou img {
}

/* bz-jitugen
============================ */
.bz-jitugen {
  padding: 0 0 0;
}

.bz-jitugen__inner {
  max-width: 1140px;
  margin: auto;
  width: 90%;
  position: relative;
  z-index: 3;
}

.bz-jitugen__heading {
  max-width: 900px;
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
}

.bz-jitugen__sub-01 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.bz-jitugen__sub-01 img {
}

.bz-jitugen__pic {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.bz-jitugen__pic-02 {
  max-width: 1081px;
  margin: auto;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.bz-jitugen__pic img {
}

.bz-jitugen__smaho {
}

.bz-jitugen__smaho-txt {
}

.bz-jitugen__smaho img {
}

.bz-jitugen__sub-02 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.bz-jitugen__sub-02 img {
}

.bz-jitugen__sub-03 {
  margin-top: 80px;
  margin-top: 5rem;
}

.bz-jitugen__sub-03 img {
}

.bz-jitugen__anime {
  margin: 50px 0 0;
  margin: 3.125rem 0 0;
  padding-bottom: 120px;
  padding-bottom: 3.5rem;
  position: relative;
  right: 40px;
}

.bz-jitugen__anime img {
}

.bz-jitugen__sub-04 {
  max-width: 1000px;
  margin: auto;
  padding: 0 0 6rem;
}
.bz-jitugen__sub-04-box {
  border: solid 1px white;
  border-radius: 20px;
  border-radius: 1.25rem;
  padding: 2rem 4rem;
}
.bz-jitugen__sub-04-box h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-size: min(2.2vw, 1.625rem);
  text-align: center;
  letter-spacing: 0.1em;
  color: white;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.bz-jitugen__sub-04 p {
  color: white;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.13em;
}

/* bz-area
============================ */
.bz-area {
  padding: 170px 0 150px;
  padding: 8.625rem 0 1.375rem;
}
.bz-area__inner {
}
.bz-area__heading {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.bz-area__list {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.bz-area__list-item {
  width: 32%;
  background-color: white;
  border-radius: 20px;
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.bz-area__list-item h3 {
  font-family: var(--font-family__serif);
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-size: min(1.8vw, 1.5625rem);
  line-height: 1.3;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.bz-area__list-item-pic {
  background-color: #e6f0f4;
  border-radius: 10px;
  border-radius: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.bz-area__list-item-pic img {
  width: 60%;
  margin: auto;
  display: block;
}
.bz-area__list-item p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

/* bz-seika
============================ */
.bz-seika {
  padding: 170px 0 150px;
  padding: 10.625rem 0 9.375rem;
}

.bz-seika__inner {
  max-width: 1170px;
  margin: auto;
  width: 90%;
}

.bz-seika__heading {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.bz-seika__list {
}

.bz-seika__list-item {
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.bz-seika__list-item:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}

.bz-seika__list-item:last-child {
  margin-bottom: 0;
}

.bz-seika__list-item-body {
  flex: 1;
  min-width: 0;
  padding-left: 4%;
}

.bz-seika__list-item-body-txt01 {
  font-size: 17px;
  font-size: 1.0625rem;
  opacity: 0.4;
  margin-bottom: 26px;
  margin-bottom: 0.825rem;
}

.bz-seika__list-item-body-txt02 {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  right: 0.5em;
}

.bz-seika__list-item-body h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: var(--font-family__serif);
  font-weight: 700;
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
  letter-spacing: 0.13em;
  line-height: 1.6;
}

.bz-seika__list-item-body p {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  line-height: 2.1;
  letter-spacing: 0.01em;
  padding-right: 16px;
  padding-right: 3rem;
}

.bz-seika__list-item-body div {
}

.bz-seika__list-item-body ul {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}

.bz-seika__list-item-body ul li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.bz-seika__list-item-pic {
  width: 49%;
}

.bz-seika__list-item-pic img {
}

/* bz-movie
========================= */

.bz-movie {
  padding: 0 0 8rem;
}
.bz-movie__inner {
  width: 90%;
  margin: auto;
}
.bz__heading {
}
.bz-movie__heading {
  font-family: var(--font-family__serif);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.bz-movie__wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
}
.bz-movie__wrap iframe {
  display: block;
  aspect-ratio: 346 / 206;
  border-radius: 8px;
  border-radius: 0.5rem;
  height: auto;
  object-fit: cover;
  width: 43%;
}

/* ========================== */

.bz-cta {
  padding: 90px 0 70px;
  padding: 5.625rem 0 4.375rem;
}

.bz-cta__inner {
  max-width: 1140px;
  margin: auto;
  width: 90%;
}

.bz-cta__heading {
  margin-bottom: 70px;
  margin-bottom: 1.375rem;
}

.bz-cta__btn {
}

.bz-cta__btn a {
}

.bz-cta__btn a img {
}

/* bz-menber
============================ */
.bz-menber {
  padding: 110px 0 90px;
  padding: 6.875rem 0 3.625rem;
  background-color: white;
}

.bz-menber__inner {
  max-width: 1140px;
  margin: auto;
  width: 100%;
}

.bz-menber__heading {
  font-family: var(--font-family__serif);
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
}

.bz-menber__list {
}

.swiper {
}

@media only screen and (min-width: 768px) {
  .bz-menber__list-wrap {
    display: flex;
    max-width: 1140px;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    column-gap: 7%;
  }

  .swiper-wrapper {
  }

  .bz-menber__item {
    width: 325px;
    width: 20.3125rem;
    margin-bottom: 30px;
    margin-bottom: 3.875rem;
  }

  .swiper-slide {
  }

  .bz-menber__item-pic {
    width: 90%;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-menber__item-pic img {
  }
}

.bz-menber__item-body {
}

.bz-menber__item-body p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.01em;
  line-height: 2;
  font-weight: 300;
}

.bz-menber__item-jisseki {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-weight: 300;
}

.bz-menber__item-syousai {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
}

.bz-swiper-btn {
}

.swiper-pagination {
}

.bz-swiper-btn-arrow {
}

.swiper-button-prev {
}

.swiper-button-next {
}

.swiper-button-prev {
}

.swiper-button-prev2 {
}

.swiper-button-next {
}

.swiper-button-next2 {
}

/* bz-price
============================ */
.bz-price {
  padding: 40px 0 70px;
  padding: 2.5rem 0 5.375rem;
  position: relative;
}

.bz-price:before {
  content: "";
  display: block;
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1) 100%
  );
  height: 28vw;
  width: 100%;
  top: 0;
}

.bz-price__inner {
  position: relative;
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

.bz-price__heading {
  margin-bottom: 70px;
  margin-bottom: 2.375rem;
}

.bz-price__hikaku {
  max-width: 800px;
  margin: auto;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.bz-price__heading-sub {
  margin-bottom: 50px;
  margin-bottom: 1.125rem;
}

.bz-price__list {
  max-width: 825px;
  margin: auto;
}

.bz-price__list-item {
  background-color: white;
  border: solid 9px var(--color__txt);
  border-radius: 40px;
  border-radius: 2.5rem;
  padding: 43px 57px;
  padding: 2.6875rem 3.5625rem;
  margin-bottom: 20px;
  margin-bottom: 1.05rem;
}

.bz-price__list-item h3 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.bz-price__list-item p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  border-bottom: solid 1px #707070;
  border-bottom: solid 0.0625rem #707070;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.8;
}

.bz-price__list-item-cont {
  padding-top: 19px;
  padding-top: 1.1875rem;
}

.bz-price__list-item-cont-wrap {
  display: flex;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

.bz-price__list-item-cont-wrap:last-child {
  margin-bottom: 0;
}

.bz-price__list-item-cont-wrap-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.bz-price__list-item-cont-wrap-txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.bz-price__list-item-cont-wrap-txt span {
  font-weight: 300;
}

.bz-price__list-item-cont-wrap-txt small {
  display: inherit;
  font-weight: 300;
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
}

.bz-price__list-item-cont-wrap-txt-01 {
  position: relative;
  right: 0.7em;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.bz-price__list-item-cont-wrap-txt-01 span {
  position: relative;
  font-weight: 300;
  left: 0.7em;
}

.bz-price__list-item-cont-wrap-txt-01:last-child {
  margin-bottom: 0;
}

.bz-price__list-item p small {
}

.bz-price__list-item-cont dd p {
}

/* bz-jissekie
============================ */
.bz-jissekie {
  padding: 5rem 0 4rem;
  background-color: white;
}
.bz-jissekie__inner {
  position: relative;
  max-width: 1050px;
  width: 95%;
  margin: auto;
}

.bz-jissekie__heading {
  width: 70%;
  max-width: 760px;
  margin-bottom: 3rem;
}

.bz-jissekie__loggo {
  margin-bottom: 3rem;
}
.bz-jissekie__loggo img {
}
.bz-jissekie__cont {
  /* max-width: 580px; */
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.bz-jissekie__cont > a {
  width: 49%;
  /* margin-right: 4%; */
}
.bz-jissekie__cont > a:nth-child(2n) {
  margin-right: 0;
}
.bz-jissekie__item {
  background-color: white;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  height: 100%;
}
.bz-jissekie__item-head {
  border-radius: 1rem 0.5rem 0 0;
  overflow: hidden;
  position: relative;
}
.bz-jissekie__item-head span {
  position: absolute;
  bottom: 7%;
  left: 0%;
  background-color: rgb(255, 255, 255, 0.85);
  padding: 0.25rem 1rem;
}
.bz-jissekie__item-head img {
}
.bz-jissekie__item-body {
  padding: 1rem 1.5rem 1rem;
}
.bz-jissekie__item-body h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  border-bottom: solid 1px #d5d5d5;
}
.bz-jissekie__item-body h3 span {
  font-size: 0.7em;
  display: block;
  padding: 1rem 0 1.2rem;
}
.bz-jissekie__item-body p {
  margin-top: 1rem;
  font-weight: 400;
}
.bz-jissekie__item-body p span {
  background-color: var(--color__txt);
  padding: 0.05em 0.7em 0.2em;
  color: white;
  font-size: 1rem;
  margin-bottom: 0.2rem;
  display: inline-block;
  margin-right: 1rem;
}
.bz-jissekie__item-body p em {
  font-weight: 400;
  font-size: 0.9rem;
  border-bottom: solid #d5d5d5;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.bz-jissekie__item-body p strong {
  color: #9e2723;
}
/* bz-flow
============================ */
.bz-flow {
  padding: 150px 0 100px;
  padding: 9.375rem 0 1.25rem;
}

.bz-flow__inner {
  position: relative;
  max-width: 1140px;
  width: 90%;
  margin: auto;
}

.bz-flow__heading {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.bz-flow__list {
  display: flex;
  justify-content: space-between;
}

.bz-flow__list-item:last-child {
  margin-bottom: 0;
}

.bz-flow__list-item {
  position: relative;
  background-color: white;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 55px 0 25px;
  padding: 3.4375rem 0 1.5625rem;
  width: 24%;
}

.bz-flow__list-item-no {
  font-size: 56px;
  font-size: 3.5rem;
  font-family: var(--font-family__serif);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10%, -56%);
}

.bz-flow__list-item-no span {
  font-size: 45px;
  font-size: 2.8125rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}

.bz-flow__list-item-pic {
  margin-bottom: 1rem;
}

.bz-flow__list-item-pic img {
}

.bz-flow__list-item h3 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 20px 0;
  padding: 0 1.45rem 0;
  padding-bottom: 0.9rem;
  letter-spacing: 0.04em;
}

.bz-flow__list-item p {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 20px 0;
  padding: 0 1.45rem 0;
}

/* bz-faq
============================ */
.bz-faq {
}

.bz-faq__inner {
}

.bz-faq__heading {
}

.bz-faq__list {
}

.bz-faq__item {
}

.bz-faq__item-dl {
}

.bz-faq__item-dl img {
}

.bz-faq__item-dl span {
}

.bz-faq__item-dt {
}

/* bz-faq
============================ */
.bz-faq {
  padding: 0 0 120px;
  padding: 0 0 7.5rem;
}

.bz-faq__inner {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.bz-faq__heading {
  font-size: 43px;
  font-size: 2.6875rem;
  font-family: var(--font-family__serif);
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.6;
}

.bz-faq__list {
}

.bz-faq__item {
  position: relative;
  background-color: white;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 35px 66px 30px 46px;
  padding: 2.5875rem 4.125rem 2.375rem 2.875rem;
  margin-bottom: 15px;
  /* margin-bottom: 0.9375rem; */
  cursor: pointer;
}

.bz-faq__item:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../img/faq_tasu.png);
  background-size: 100% auto;
  height: 17px;
  height: 1.0625rem;
  width: 17px;
  width: 1.0625rem;
  top: 30%;
  right: 35px;
  right: 2.1875rem;
  top: 44px;
  top: 3.05rem;
}

.bz-faq__item.is-active:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../img/faq_hiku.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 17px;
  height: 1.0625rem;
  width: 17px;
  width: 1.0625rem;
  top: 30%;
  right: 35px;
  right: 2.1875rem;
  top: 44px;
  top: 3.05rem;
  transform: translate(0, 50%);
}

.bz-faq__item-dl {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
}

.bz-faq__item-dl img {
  width: 27px;
  width: 1.6875rem;
  margin-right: 21px;
  margin-right: 1.3125rem;
}

.bz-faq__item-dl span {
  flex: 1;
  min-width: 0;
}

.bz-faq__item-dt {
  margin-left: 40px;
  margin-left: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
  margin-top: 11px;
  margin-top: 1.0875rem;
  font-weight: 300;
  line-height: 1.8;
}

.bz-faq__item.is-active .bz-faq__item-dt {
  display: block;
  font-size: 18px;
  font-size: 1.1rem;
  margin-left: 51px;
  margin-left: 3.1875rem;
}

/* bz-form
============================ */
.bz-form {
  padding: 95px 0 130px;
  padding: 5.9375rem 0 4.425rem;
}

.bz-form__inner {
  position: relative;
  max-width: 1140px;
  width: 90%;
  margin: auto;
}

.bz-form__heading {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.bz-form__txt {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.9;
}

.bz-form__txt-small {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  letter-spacing: 0;
  font-weight: 300;
}

.bz-form__txt-small a {
  color: #0097ba;
  font-weight: 300;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  text-decoration: none;
  border-bottom: solid 1px #0097ba;
  border-bottom: solid 0.0625rem #0097ba;
}

.bz-form__inner p {
}

.bz-form__box {
  max-width: 829px;
  margin: auto;
  background-color: white;
  border-radius: 50px;
  border-radius: 3.125rem;
  border: solid 7px var(--color__txt);
  box-shadow: 0 0 25px rgb(0 0 0 / 10%);
  box-shadow: 0 0 1.5625rem rgb(0 0 0 / 10%);
  padding: 50px 90px 45px;
  padding: 3.125rem 5.625rem 2.8125rem;
}

.bz-form__box h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: min(6.6vw, 1.5rem);
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.bz-form__box-txt {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  border-bottom: solid 1px #000;
  border-bottom: solid 0.0625rem #000;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}

/* mail_form
============================ */
.c-form {
}

.c-form-item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.c-form-item__label {
}

.c-form-item__label-ttl {
}

.c-form-item__label-hissu {
}

.c-form-item textarea {
}

.c-form-item__btn {
}

.c-form-item__btn button {
}

.c-form-item__btn button img {
}

.c-form-item {
}

.c-form-item__label {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.c-form-item__label-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.c-form-item__label-hissu {
  background-color: #ff5e2f;
  color: white;
  line-height: 1;
  padding: 3px 10px 4px;
  padding: 0.1875rem 0.625rem 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 30px;
  border-radius: 1.875rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  white-space: nowrap;
}

.c-form-item__col {
  display: flex;
}

.c-form-item__col > * {
  width: 48.5%;
}

.c-form-item__col > * + * {
  margin-left: 3%;
}

.c-form-item__radio {
}

.c-radio-flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.c-radio-wrap {
  border: 1px solid #ccc;
  border-radius: 7px;
  border-radius: 0.4375rem;
  padding: 22px;
  padding: 1.375rem;
  width: 49%;
  font-size: 16px;
  font-size: 1rem;
}

.c-radio-wrap-2 {
  border: 1px solid #ccc;
  border-radius: 7px;
  border-radius: 0.4375rem;
  padding: 22px;
  padding: 1.375rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  cursor: pointer;
}

.c-form-item__radio-item {
  line-height: 2.1;
}

.c-radio__item {
  font-weight: 300;
}

.c-form-item__radio-item:not(:last-child) {
  margin-right: 10px;
  margin-right: 0.625rem;
}

span.c-form-item__radio-item label {
  display: inline-flex;
}

div.c-form-item__radio-item label {
  display: flex;
}

.c-form-item__radio-item label {
  position: relative;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}

.c-form-item__radio-item label input {
}

.c-form-item__radio-item {
}

.c-form-item__radio-item label {
}

.c-form-item__radio-item label input {
}

.c-form-item__checkbox {
}

.c-checkbox {
}

.c-form-item__radio-item {
}

.c-form-item__radio-item label {
}

.c-form-item__radio-item label input {
}

.c-form-item__btn {
  position: relative;
  display: block;
  margin-top: 55px;
  margin-top: 3.4375rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-form-item__btn button {
  position: relative;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 395px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 1.25rem rgb(0 0 0 / 10%);
  background: rgb(242, 233, 19);
  background: linear-gradient(
    90deg,
    rgba(242, 233, 19, 1) 0%,
    rgba(255, 205, 69, 1) 100%
  );
  padding: 25px 45px;
  padding: 1.5625rem 2.8125rem;
  color: #2c2c2c;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 50px;
  border-radius: 3.125rem;
  font-weight: 600;
}

.c-cta-btn {
}

.c-cta-btn__btn {
}

.c-cta-btn__btn img {
}

.c-form-item__btn-arrow {
  position: absolute;
  width: 8%;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}

.bz-onmedia {
}

.bz-onmedia__ttl {
  font-family: var(--font-family__serif);
  text-align: center;
  font-size: 43px;
  font-size: 2.6875rem;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.6;
}
.bz-onmedia__wrap {
  max-width: 740px;
  margin: auto;
}

@media screen and (max-width: 767.98px) {
  .bz-bg {
    background-image: url(../../img/c_bg-sp.jpg);
    width: 100%;
  }

  .bz-bg-ao {
    background-image: url(../../img/c_bg_ao-sp.jpg);
  }

  .bz-bg-ao-filter {
  }

  .bz-bg-ao-filter:before {
    height: 70vw;
    backdrop-filter: blur(14vw);
    -webkit-backdrop-filter: blur(18vw);
  }

  .bz-bg-ao-filter:after {
    height: 80vw;
    backdrop-filter: blur(5vw);
    -webkit-backdrop-filter: blur(5vw);
  }

  .bz-cta-bg {
    background-image: url(../../img/cta_bg_ao-sp.jpg);
  }

  /* bz-header
============================ */
  .bz-header {
  }

  .bz-header__inner {
  }

  .bz-header__logo {
    width: 143px;
    width: 8.9375rem;
    width: 32.7vw;
  }

  .bz-header__logo img {
  }

  .bz-main {
  }

  .bz-fv {
  }

  .bz-fv__inner {
  }

  .bz-fv__main {
  }

  .bz-fv__main img {
  }

  .bz-fv__smaho {
    width: 67%;
  }

  .bz-fv__smaho img {
  }

  .bz-fv__anime {
  }

  .bz-fv__anime img {
  }

  /* animeation---- */
  .bz-logo-scroll {
  }

  .bz-logo-scroll__pic {
  }

  .bz-logo-scroll__pic div {
  }

  .bz-logo-scroll__pic div img {
    height: 35px;
    height: 1.6875rem;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }

  .bz-fv__anime-middle {
  }

  .bz-fv__anime-middle img {
  }

  .bz-logo-scroll__pic div:first-child {
  }

  .bz-logo-scroll__pic div:last-child {
  }

  .bz-logo-scroll__pic,
  .bz-fv__anime-middle div:first-child {
  }

  .bz-logo-scroll__pic,
  .bz-fv__anime-middle div:last-child {
  }

  .bz-logo-scroll__pic,
  .bz-fv__anime-end div:first-child {
  }

  .bz-logo-scroll__pic,
  .bz-fv__anime-end div:last-child {
  }

  .bz-fv__sub {
    padding: 1rem 0 1rem;
  }

  .bz-fv__sub h2 {
    font-size: 50px;
    font-size: 2.025rem;
    /* font-size: min(8.4vw, 3.125rem); */
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.8rem;
  }
  .bz-fv__sub-inner {
    width: 96%;
  }
  .bz-fv__sub-wrap {
    display: flex;
    flex-direction: column;
  }

  .bz-fv__ttl-wrap {
    width: 100%;
  }
  .bz-fv__btn-wrap {
  }
  .bz-btn {
  }
  .bz-btn a {
    font-size: 0.8rem;
    padding: 1.1rem 0;
  }
  .bz-btn-siryou {
  }
  .bz-btn-siryou a {
  }
  .bz-btn-wrap {
    width: 90%;
    margin: auto;
    gap: 0.5rem;
  }
  .bz-btn-wrap .bz-btn {
  }
  .bz-fv__btn-txt {
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0.4rem;
  }
  /* bz-company
============================ */
  .bz-company {
  }
  .bz-company__inner {
  }

  .bz-company__heading {
    font-size: 1.7rem;
  }
  .bz-company__box {
    padding: 2.5rem 1.5rem 1.5rem;
  }
  .bz-company__wrap {
    gap: 2rem;
  }
  .bz-company__logo {
    width: 35%;
  }
  .bz-company__box p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* bz-media
============================ */
  .bz-media {
    padding: 90px 0 60px;
    padding: 0 0 3.05rem;
  }

  .bz-media:before {
    height: 60vw;
  }

  .bz-media__inner {
  }

  .bz-media__heading {
    margin-bottom: 25px;
    margin-bottom: 0.7625rem;
    width: 90%;
  }

  .bz-media__op-pic {
    margin-bottom: 41px;
    margin-bottom: 4.5625rem;
  }

  .bz-media__op-pic img {
  }

  .bz-media__cont-01 {
  }

  .bz-media__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .bz-media__list-item {
    width: 100%;
    padding: 30px 0;
    padding: 1.375rem 0;
  }

  .bz-media__list-item:after {
    width: 80%;
    height: 1px;
    height: 0.0625rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .bz-media__list-item:first-child:after {
  }

  .bz-media__list-item-ttl {
    margin-bottom: 5px;
  }

  .bz-media__list-item-waku {
    max-width: initial;
    font-size: 25px;
    font-size: 1.5625rem;
    font-size: min(4.4vw, 1.5625rem);
    margin-bottom: 10px;
    margin-bottom: 0.125rem;
    width: 70.8%;
    padding: 0.25rem 0.5rem;
  }

  .bz-media__list-item-pic {
    width: 66%;
  }

  .bz-media__list-item-pic img {
  }

  .bz-media__list-item-small {
  }

  .bz-media__pic {
    width: 130%;
    transform: translate(-13%, 0%);
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
  }

  .bz-media__pic img {
  }

  .bz-media__cont-02 {
  }

  .bz-media__cont-02 h3 {
  }

  .bz-media__cont-02 h3 img {
  }

  .bz-media__anime {
    margin: 30px 0 70px;
    margin: 1.875rem 0 3.375rem;
  }

  .bz-media__cont-03 {
  }

  .bz-media__cont-03 h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-size: min(6.3vw, 1.5625rem);
    margin-bottom: 35px;
    margin-bottom: 1.3875rem;
  }
  .bz-media__cont-04 {
    font-size: min(3.6vw, 1.5875rem);
  }

  .bz-media__hyou {
  }

  .bz-media__hyou img {
  }

  /* bz-jitugen
============================ */
  .bz-jitugen {
  }

  .bz-jitugen__inner {
  }

  .bz-jitugen__heading {
    margin-bottom: 40px;
    margin-bottom: 2rem;
  }

  .bz-jitugen__sub-01 {
    margin: auto;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    width: 90%;
    /* margin: auto; */
  }

  .bz-jitugen__sub-01 img {
  }

  .bz-jitugen__pic {
    margin-bottom: 40px;
    margin-bottom: 1.1rem;
  }

  .bz-jitugen__pic-02 {
    margin-bottom: 35px;
    margin-bottom: 0.7875rem;
  }

  .bz-jitugen__pic img {
  }

  .bz-jitugen__smaho {
    width: 95%;
    margin: auto;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }

  .bz-jitugen__smaho-txt {
    margin-bottom: 10px;
    margin-bottom: 0.325rem;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .bz-jitugen__smaho img {
    margin-bottom: 25px;
    margin-bottom: 0.9625rem;
  }

  .bz-jitugen__sub-02 {
    margin: auto;
    margin-bottom: 40px;
    margin-bottom: 1.6rem;
    width: 95%;
  }

  .bz-jitugen__sub-02 img {
  }

  .bz-jitugen__sub-03 {
    margin: auto;
    margin-top: 90px;
    margin-top: 3.625rem;
    width: 95%;
  }

  .bz-jitugen__sub-03 img {
  }

  .bz-jitugen__anime {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
    margin-top: 2rem;
  }

  .bz-jitugen__anime img {
  }
  .bz-jitugen__sub-04 {
  }
  .bz-jitugen__sub-04-box {
    padding: 2rem 2rem;
  }
  .bz-jitugen__sub-04-box h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .bz-jitugen__sub-04 p {
    font-size: 0.8rem;
  }
  /* bz-area
============================ */
  .bz-area {
    padding: 170px 0 150px;
    padding: 5.625rem 0 0.375rem;
  }
  .bz-area__inner {
  }
  .bz-area__heading {
  }
  .bz-area__list {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  .bz-area__list-item {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .bz-area__list-item h3 {
    font-size: 1.5rem;
  }
  .bz-area__list-item-pic {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .bz-area__list-item-pic img {
  }
  .bz-area__list-item p {
    font-size: 0.9rem;
  }
  /* bz-movie
========================= */

  .bz-movie {
    padding: 0 0 5rem;
  }
  .bz-movie__inner {
  }
  .bz__heading {
  }
  .bz-movie__heading {
    font-size: 1.4rem;
  }
  .bz-movie__wrap {
  }
  .bz-movie__wrap iframe {
    width: 100%;
  }

  /* bz-seika
============================ */
  .bz-seika {
    padding: 60px 0 50px;
    padding: 3.75rem 0 3.125rem;
  }

  .bz-seika__inner {
  }

  .bz-seika__heading {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    width: 95%;
  }

  .bz-seika__list {
  }

  .bz-seika__list-item {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 45px;
    margin-bottom: 2.4125rem;
  }

  .bz-seika__list-item:nth-child(2) {
    flex-direction: column-reverse;
  }

  .bz-seika__list-item:last-child {
  }

  .bz-seika__list-item-body {
    padding-left: 0;
  }

  .bz-seika__list-item-body-txt01 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }

  .bz-seika__list-item-body-txt02 {
    font-size: 17px;
    font-size: 1rem;
  }

  .bz-seika__list-item-body h3 {
    font-size: 26.6px;
    font-size: 1.6625rem;
    font-size: min(6.6vw, 1.6625rem);
    font-weight: 600;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    letter-spacing: 0.05em;
  }

  .bz-seika__list-item-body p {
    padding-right: 0;
    letter-spacing: 0.08em;
    font-size: 16px;
    font-size: 0.9rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    line-height: 1.9;
  }

  .bz-seika__list-item-body div {
  }

  .bz-seika__list-item-body ul {
    font-size: 16px;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    font-weight: 600;
  }

  .bz-seika__list-item-body ul li {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }

  .bz-seika__list-item-pic {
    width: 100%;
  }

  .bz-seika__list-item-pic img {
  }

  .bz-cta {
    padding: 50px 0 40px;
    padding: 3.125rem 0 2.5rem;
  }

  .bz-cta__inner {
    width: 100%;
  }

  .bz-cta__heading {
    margin-bottom: 30px;
    margin-bottom: 0.875rem;
  }

  .bz-cta__btn {
  }

  .bz-cta__btn a {
    /* max-width: 400px; */
  }

  .bz-cta__btn a img {
  }

  /* bz-menber
============================ */
  .bz-menber {
    padding: 90px 0 90px;
    padding: 3.625rem 0 5.625rem;
  }

  .bz-menber__inner {
  }

  .bz-menber__heading {
    font-size: 31px;
    font-size: 1.9375rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }

  .bz-menber__list {
    width: 90%;
  }

  .swiper {
  }

  .bz-menber__list-wrap {
  }

  .swiper-wrapper {
  }

  .bz-menber__item {
  }

  .swiper-slide {
    cursor: pointer;
  }

  .bz-menber__item-pic {
    width: 90%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .bz-menber__item-pic img {
  }

  .bz-menber__item-body {
  }

  .bz-menber__item-body p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .bz-menber__item-jisseki {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }

  .bz-menber__item-syousai {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .bz-swiper-btn {
    position: relative;
  }

  .swiper-pagination {
  }

  .bz-swiper-btn-arrow {
  }

  .swiper-button-prev {
  }

  .swiper-button-next {
  }

  .swiper-button-prev {
  }

  .swiper-button-prev2 {
  }

  .swiper-button-next {
  }

  .swiper-button-next2 {
  }

  /* bz-price
============================ */
  .bz-price {
    padding: 2.5rem 0 3.375rem;
  }

  .bz-price:before {
  }

  .bz-price__inner {
  }

  .bz-price__heading {
    width: 95%;
  }

  .bz-price__hikaku {
    max-width: initial;
    width: calc(100% / 0.975);
    width: 100vw;
    /* margin-left: 1vw; */
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    /* overflow: hidden; */
    margin-left: -2.5vw;
  }

  .bz-price__hikaku::-webkit-scrollbar {
    display: none;
  }

  .bz-price__hikaku img {
    width: 530px;
    max-width: initial;
    padding-right: 30px;
    padding-left: 20px;
    min-width: 100%;
  }
  .bz-price__heading-sub {
    width: 95%;
  }

  .bz-price__list {
  }

  .bz-price__list-item {
    border: solid 5px var(--color__txt);
    border-radius: 30px;
    border-radius: 1.875rem;
    padding: 29px 23px;
    padding: 1.8125rem 1.4375rem;
  }

  .bz-price__list-item h3 {
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-size: 21px;
  }

  .bz-price__list-item p {
    font-size: 16px;
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }

  .bz-price__list-item-cont {
  }

  .bz-price__list-item-cont-wrap {
  }

  .bz-price__list-item-cont-wrap:last-child {
  }

  .bz-price__list-item-cont-wrap-ttl {
    white-space: nowrap;
    font-size: 17px;
    font-size: 0.9625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }

  .bz-price__list-item-cont-wrap-txt {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }

  .bz-price__list-item-cont-wrap-txt span {
    font-size: 0.9rem;
  }

  .bz-price__list-item-cont-wrap-txt small {
  }

  .bz-price__list-item-cont-wrap-txt-01 {
  }

  .bz-price__list-item-cont-wrap-txt-01 span {
  }

  .bz-price__list-item-cont-wrap-txt-01:last-child {
  }

  .bz-price__list-item p small {
  }

  .bz-price__list-item-cont dd p {
  }
  /* bz-jissekie
============================ */
  .bz-jissekie {
    padding: 4rem 0 2rem;
  }
  .bz-jissekie__inner {
  }

  .bz-jissekie__heading {
    width: 95%;
  }

  .bz-jissekie__loggo {
    margin-bottom: 1.8rem;
  }
  .bz-jissekie__loggo img {
  }
  .bz-jissekie__cont {
    display: block;
  }
  .bz-jissekie__cont > a {
    width: 100%;
    display: block; /* margin-right: 4%; */
  }
  .bz-jissekie__cont > a:nth-child(2n) {
    margin-right: 0;
  }

  .bz-jissekie__item {
  }
  .bz-jissekie__item-head {
  }
  .bz-jissekie__item-head img {
  }
  .bz-jissekie__item-body {
  }
  .bz-jissekie__item-body h3 {
  }
  .bz-jissekie__item-body h3 span {
  }

  /* bz-flow
============================ */
  .bz-flow {
    padding: 80px 0 50px;
    padding: 5rem 0 0.025rem;
  }

  .bz-flow__inner {
  }

  .bz-flow__heading {
    margin-bottom: 65px;
    margin-bottom: 2.5625rem;
  }

  .bz-flow__list {
    display: flex;
    flex-direction: column;
  }

  .bz-flow__list-item {
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding: 55px 0 30px;
    padding: 0.5375rem 0 1.875rem;
  }

  .bz-flow__list-item-no {
  }

  .bz-flow__list-item-no span {
  }

  .bz-flow__list-item-pic {
    width: 47%;
    margin: auto;
  }

  .bz-flow__list-item-pic img {
  }

  .bz-flow__list-item h3 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 35px 0;
    padding: 0 2.1875rem 0;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }

  .bz-flow__list-item p {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 35px 0;
    padding: 0 2.1875rem 0;
    letter-spacing: 0.02em;
    line-height: 1.7;
  }

  /* bz-faq
============================ */
  .bz-faq {
    padding: 0 0 80px;
    padding: 0 0 3rem;
  }

  .bz-faq__inner {
  }

  .bz-faq__heading {
  }

  .bz-faq__list {
  }

  .bz-faq__item {
    padding: 30px 52px 24px 26px;
    padding: 1.475rem 2.25rem 1.5rem 1.025rem;
  }

  .bz-faq__item-dl {
    font-size: 19px;
    font-size: 1.0875rem;
    line-height: 1.6;
  }

  .bz-faq__item-dl img {
    position: relative;
    width: 20px;
    width: 1.05rem;
    margin-right: 14px;
    margin-right: 0.775rem;
    top: 5px;
    top: 0.3125rem;
  }

  .bz-faq__item-dl span {
  }

  .bz-faq__item-dt {
  }

  /* bz-faq
============================ */
  .bz-faq {
  }

  .bz-faq__inner {
  }

  .bz-faq__heading {
    font-size: 35px;
    font-size: 2.1875rem;
    font-size: min(7.5vw, 2.1875rem);
    margin-bottom: 2.7rem;
  }

  .bz-faq__list {
  }

  .bz-faq__item {
  }

  .bz-faq__item:after {
    height: 14px;
    height: 0.875rem;
    width: 14px;
    width: 0.875rem;
    right: 23px;
    right: 0.9375rem;
    top: 42px;
    top: 2.125rem;
  }

  .bz-faq__item.is-active:after {
    height: 14px;
    height: 0.875rem;
    width: 14px;
    width: 0.875rem;
    right: 23px;
    right: 0.9375rem;
    top: 42px;
    top: 2.125rem;
    transform: translate(0, 50%);
  }

  .bz-faq__item.is-active {
  }

  .bz-faq__item-dl {
  }

  .bz-faq__item-dl img {
  }

  .bz-faq__item-dl span {
  }

  .bz-faq__item-dt {
  }

  .bz-faq__item.is-active .bz-faq__item-dt {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 38px;
    margin-left: 1.675rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  /* bz-form
============================ */
  .bz-form {
    padding: 75px 0 70px;
    padding: 3.2875rem 0 2.375rem;
  }

  .bz-form__inner {
    width: 95%;
  }

  .bz-form__heading {
  }

  .bz-form__txt {
    margin: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    font-size: min(3.6vw, 0.9375rem);
    width: 90%;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
  }

  .bz-form__txt-small {
    margin: auto;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 90%;
    text-align: left;
  }

  .bz-form__txt-small a {
  }

  .bz-form__inner p {
  }

  .bz-form__box {
    padding: 40px 20px 25px;
    padding: 2.2rem 1.15rem 1.5625rem;
    border-radius: 30px;
    border: solid 5px;
  }

  .bz-form__box h3 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .bz-form__box-txt {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
    margin-bottom: 31px;
    margin-bottom: 1.9375rem;
  }

  .bz-form__box-txt span {
    display: block;
    padding-left: 2em;
    text-indent: -2em;
  }

  .c-form-item__btn-arrow {
    width: 9%;
  }

  .c-form-item__btn button {
    position: relative;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 395px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 1.25rem rgb(0 0 0 / 10%);
    background: rgb(242, 233, 19);
    background: linear-gradient(
      90deg,
      rgba(242, 233, 19, 1) 0%,
      rgba(255, 205, 69, 1) 100%
    );
    padding: 25px 45px;
    padding: 1.5625rem 2.8125rem;
    color: #2c2c2c;
    font-size: 21px;
    font-size: 1.3125rem;
    font-size: min(4.2vw, 1.3125rem);
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 50px;
    border-radius: 3.125rem;
    font-weight: 600;
  }

  .bz-contact {
    margin-top: 1.8%;
  }

  .c-radio-wrap {
    width: 100%;
  }

  .c-form-item__btn {
    margin-top: 1.5375rem;
    margin-bottom: 0.3rem;
  }

  .bz-onmedia {
  }

  .bz-onmedia__ttl {
    font-size: min(5.6vw, 1.5875rem);
  }
  .bz-onmedia__wrap {
  }
}

a:hover {
  opacity: 0.8;
}

.kotei-btn {
  position: fixed;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease 0s;
  display: flex;
  width: 100%;
  left: 0;
  justify-content: center;
  background-color: rgb(255 255 255 / 80%);
  padding: 10px 10px;
  padding: 0.425rem 0.625rem;
  bottom: 0;
  gap: 0.4rem;
}

.kotei-btn .btn:hover img {
  border-radius: 0;
  transform: scale(1);
  /*     box-shadow: 0 0 20px rgb(0 0 0 / 35%);
/*     box-shadow: 0 0 1.25rem rgb(0 0 0 / 35%); */
}

.kotei-btn .btn {
  transition: all 0.3s ease 0s;
}

.kotei-btn .btn:hover {
  border-radius: 5px;
  border-radius: 0.3125rem;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  box-shadow: 0 0 1.25rem rgb(0 0 0 / 15%);
}

.kotei-btn.is-active {
  opacity: 1;
  pointer-events: initial;
}

.bz-kotei {
  width: 100%;
}
.bz-kotei a {
  border-radius: 7px;
  padding: 1.0125rem 1.425rem 1.0125rem 0rem;
}

@media only screen and (min-width: 768px) {
  .bz-kotei a {
  }

  .bz-kotei {
  }

  .kotei-btn {
    width: 420px;
    width: 13.25rem;
    right: 1rem;
    bottom: 0.3rem;
    left: initial;
    border-radius: 10px 0 0 0;
    border-radius: 0.625rem 0 0 0;
    background-color: initial;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }

  .kotei-btn > div {
  }

  .kotei-btn a {
    font-size: 1.2rem;
    padding: 1.0125rem 1.425rem 1.0125rem;
  }
  .c-form-item__btn-arrow img {
    display: non;
  }
  .kotei-btn.is-active {
  }
}

.g-recaptcha > div {
  margin: auto;
}

.bz-flow__image {
  margin-top: 4rem;
}
.bz-flow__image-ttl {
  font-family: var(--font-family__serif);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 2;
}
.bz-flow__image-list {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.bz-flow__image-item {
  width: 32%;
}
.bz-flow__image-item-thum {
  margin-bottom: 1rem;
}
.bz-flow__image-item-thum img {
}
.bz-flow__image-item-txt {
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .bz-flow__image {
    margin-top: 2.7rem;
  }
  .bz-flow__image-ttl {
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
    line-height: 1.8;
  }
  .bz-flow__image-list {
    width: 85%;
    display: block;
    margin: auto;
  }
  .bz-flow__image-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .bz-flow__image-item-thum {
    margin-bottom: 0.5rem;
  }
  .bz-flow__image-item-thum img {
  }
  .bz-flow__image-item-txt {
    font-size: 1rem;
  }
}

.p-fixBtnWrap {
  display: none;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-overlay img {
  max-width: 90%;
  max-height: 90%;
}

.popup-overlay.active {
  display: flex;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.bz-flow__image-item-thum img {
  cursor: pointer;
  margin: 10px;
}

.layout-nocover .nocover-body .center-wrap .center-body {
  max-width: initial;
}

.page-template-seo_lp_new .l-content,
.page-template-seo_lp_new .l-container {
  /* padding: 0; */
  /* margin: 0; */
  /* max-width: initial; */
  padding-top: 0;
}

.page-template-seo_lp_new .p-breadcrumb {
  display: none;
}

.page-template-seo_lp_new .l-header__bar,
.page-template-seo_lp_new [class*="is-style-btn_"].green_ a {
  background: #025c6f;
}
