/* bz-header
============================ */

.bz {
  overflow-x: hidden;
  width: 100%;
}
.bz-heading {
  position: relative;
  margin-bottom: 1.4rem;
  top: -9px;
  left: -2%;
}

.bz-header {
  position: absolute;
  z-index: 99999;
}

.bz-header__inner {
}

.bz-header__logo {
  width: 38%;
  padding: 0.7rem 1rem;
}

.bz-header__logo img {
}

.bz-main {
}

.bz-fv {
  margin-right: -1.1px;
  position: relative;
}

.bz-fv__inner {
}

.bz-fv__main {
  margin-left: -1px;
}

.bz-fv__main img {
}

.bz-cta {
  position: relative;
  display: block;
  transform: translate(0%, -4%);
  max-width: 84vw;
  margin-left: auto;
  margin-right: auto;
}

.bz-cta:hover {
  /* transform: translate(-50%, 0%);    */
}

.bz-cta__btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 30%;
  background-color: #6f5f1b;
  border-radius: 100px;
}

.bz-cta__btn {
  cursor: pointer;
  /* position: relative; */
  /* z-index: 99; */
}

.bz-cta__fv {
  position: absolute;
  top: 77%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0%);
  /* top: 100%; */
}

.bz-cta {
}

.bz-cta img {
  transform: translate(0%, -4%);
  display: block;
}

.bz-cta img:hover {
  transform: translate(0%, 0%);
}

/* bz-concept
============================ */
.bz-concept {
  padding-bottom: 3rem;
  background-color: #efefef;
  background: #141414;
}

.bz-concept:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background: white;
  top: -1px;
  baseline-shift: 16rem;
  position: relative;
  height: 16vw;
  margin-bottom: -1rem;
}

.bz-concept__heading {
}

.bz-heading img {
}

.bz-heading__ttl {
  font-family: var(--font-family__mincho);
  font-size: 1.3rem;
  position: absolute;
  top: 60%;
  left: 8%;
  transform: translate(27%, 84%);
  font-weight: 300;
  color: black;
}

.bz-concept__heading-ttl {
  color: white;
}

.bz-bz-concept__cont {
  padding: 0 1rem;
  position: relative;
}

.bz-bz-concept__cont-item {
}

.bz-bz-concept__cont-item-tab {
  display: flex;

  align-items: center;
}
.bz-bz-concept__cont-item-tab div {
  background-color: #d0d0d0;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.bz-bz-concept__cont-item-tab div.is-active {
  background-color: #b6261a;
  color: white;
  font-weight: 600;
}

.bz-bz-concept__cont-box1-ttl {
  padding: 0.6rem 0.7rem;
  margin-right: 6px;
}

.bz-bz-concept__cont-box2-ttl {
  padding: 0.6rem 0.7rem;
  font-weight: 600;
  /* border: 1px solid white; */
}

.bz-bz-concept__cont-item-box {
  background-color: white;
  margin-bottom: 1rem;
  border: 1px solid #bf1012;
  padding: 2.1rem 1.7rem;
}

.bz-bz-concept__cont-item-box > div {
  display: none;
}
.bz-bz-concept__cont-item-box > div.is-active {
  display: block;
}

.bz-bz-concept__cont-item-box-1 {
}

.bz-bz-concept__cont-box1-ttl2,
.bz-bz-concept__cont-box2-ttl2 {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.bz-bz-concept__cont-box1-ttl2:before {
  content: "";
  width: 3px;
  height: 20px;
  display: block;
  background-color: #bf1012;
  margin-right: 0.6rem;
}

.bz-bz-concept__cont-item-box-1 p,
.bz-bz-concept__cont-item-box-2 p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.9;
}

.bz-bz-concept__cont-item-box-2 {
}

.bz-bz-concept__cont-box2-ttl2 {
}

.bz-bz-concept__cont-box2-ttl2:before {
  content: "";
  width: 3px;
  height: 20px;
  display: block;
  background-color: #bf1012;
  margin-right: 0.6rem;
}

.bz-bz-concept__cont-item-box-2 p {
}

.bz-bz-concept__cont-item-ttl {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.bz-bz-concept__cont-item-txt li {
  margin-left: 1rem;
  margin-bottom: 0.4rem;
}

/* bz-program
============================ */
.bz-program {
  background-color: #151515;
  padding: 0 0 3rem;
  /* position: relative; */
}

.bz-program:before {
  content: "";
  display: none;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background-color: #efefef;
  color: #fff3f3;
  /* padding: 13vw; */
  top: -1px;
  position: relative;
  height: 16vw;
  margin-bottom: -2vw;
  background: white;
}

.bz-program__inner {
}

.bz-program__heading {
}

.bz-heading img {
}

.bz-program__ttl {
}

.bz-program__heading-ttl {
  color: white;
}

.bz-program__body {
  /* width: 90%; */
  max-width: 560px;
  position: relative;
  padding-bottom: 1rem;
}

.bz-program__cont {
}

.bz-program__cont-link {
  color: white;
  letter-spacing: 0.1em;
  background-color: #977f21;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: solid 1px white;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.bz-program__cont-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
}

.bz-program__cont-link:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}
.bz-program__cpa {
  position: absolute;
  z-index: 99;
  bottom: 0;
  transform: translate(0%, 120%);
}

.bz-program__cont-head {
  display: flex;
  flex-wrap: wrap;
}

.bz-program__cont-head-label {
  font-size: 1.1rem;
  display: inline;
  background-color: #b6261a;
  padding: 0.5rem 0.9rem;
  color: #f5f5f5;
  font-family: var(--font-family__mincho);
  font-size: 17px;
  padding-left: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.bz-program__cont-head-txt {
  font-family: var(--font-family__mincho);
  font-weight: 600;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  color: #f5f5f5;
}

.bz-program__cont-txt {
  font-size: 0.9rem;
  padding: 1rem 0;
  margin: auto;
  color: #f5f5f5;
  margin-bottom: 2rem;
  width: 90%;
}

.bz-program__cont-wrap {
  position: relative;
  /* width: 95%; */
  margin: auto;
  margin-top: 2rem;
  flex-direction: row-reverse;
}

.bz-program__cont-moji {
  font-size: 1.5rem;
  color: gray;
  font-weight: 600;
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  /* padding: 0.5rem; */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(8%, 8%);
  letter-spacing: 0.3em;
  font-family: var(--font-family__mincho);
}

.bz-program__cont-list {
  margin-bottom: 1.3rem;
}

.bz-program__cont-list-item {
  position: relative;
}

.bz-program__cont-list-item-no {
  color: #6f0506;
  position: absolute;
  left: 12%;
  top: 0;
  transform: translate(8%, -78%);
  font-weight: 600;
  font-size: 23px;
}

.bz-program__cont-list-item-txt {
  display: block;
  border: 2px solid #6f0506;
  padding: 1rem;
  margin-left: 2.8rem;
  font-size: 0.95rem;
  color: #f5f5f5;
  /* margin-top: 2.3rem; */
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 2rem;
}

.bz-program__list-wrap {
  width: 95%;
}

.bz-program__image-cont {
  width: 90%;
  margin: auto;
  margin-top: 1.5rem;
}
.bz-program__image-item {
  margin-bottom: 2.5rem;
}
.bz-program__image-item-head {
}
.bz-program__image-item-head h3 {
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1rem;
}
.bz-program__image-item-head h3:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #6f0506;
  width: 0.2rem;
  height: 100%;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.bz-program__image-item-head p {
  color: white;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.bz-program__image-pic {
}
.bz-program__image-pic img {
}
.bz-program__contents-2 {
  position: relative;
}
.bz-program__contents-2-inner {
  margin: auto;
  width: 90%;
}
/* bz-coach
============================ */
.bz-coach {
  background-color: #efefef;
  padding: 0 0 1rem 0;
  /* margin-bottom: 2rem; */
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
}

.bz-coach:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background-color: white;
  /* padding: 13vw; */
  margin-bottom: 1rem;
  top: -1px;
  position: relative;
  height: 16vw;
}

.bz-coach__inner {
  /* margin: auto; */
  /* width: 90%; */
}

.bz-coach__cont-box {
}

.bz-coach__heading {
  /* margin-bottom: 1.3rem; */
}

.bz-program__ttl {
}

.bz-coach__heading-ttl {
  color: black;
}

.bz-coach__cont-item {
  width: 90%;
  margin: auto;
  position: relative;
}

.bz-cta bz-cta--coach {
  position: relative;
}

.bz-coach__cont-item div {
}

.bz-coach__cont-box {
  /* width: 90%; */
  /* margin: auto; */
}

.bz-coach__cont-item-pic {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-bottom: 2rem;
}

.bz-coach__cont-item div img {
  /* margin-bottom: 2rem; */
  /* width: 100%; */
}

.bz-coach__cont-head {
}

.bz-coach__cont-head-komoji {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.bz-coach__cont-head-omoji {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  font-family: var(--font-family__mincho);
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.bz-coach__cont-mv {
}

.bz-coach__cont-mv-ttl {
}

.bz-coach__cont-mv-sankaku {
  width: 0.5rem;
  /* position: absolute; */
  top: 7px;
  /* display: flex; */
  /* align-items: center; */
  margin-right: 0.3rem;
}

.bz-coach__cont-mv-sankaku img {
}

.bz-coach__cont-mv-ttl {
  display: flex;
  align-items: center;
  color: #bf1012;
  position: relative;
}

.bz-coach__cont-mv-txt {
  margin-bottom: 1.2rem;
  font-family: var(--font-family__mincho);
  font-weight: 600;
}

.bz-coach__cont-pro {
  margin: 3rem 0;
}

.bz-coach__cont-pro:before {
  content: "";
  display: block;
  border: 0.5px solid black;
  width: 4rem;
  margin-bottom: 1rem;
}

.bz-coach__cont-pro p {
  font-size: 0.85rem;
  line-height: 2.1;
}
.bz-coach__cont-pro small {
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.bz-coach__cont-keireki {
  /* background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  position: relative;
  margin-bottom: 2rem;
  position: relative; */
  margin-bottom: 2rem;
}

.bz-coach__cont-keireki-ttl {
  font-family: var(--font-family__mincho);
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.bz-coach__cont-keireki-ttl:before {
  content: "";
  width: 3px;
  height: 20px;
  display: block;
  background-color: #bf1012;
  margin-right: 0.6rem;
}

.bz-coach__cont-keireki dl {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}

.bz-coach__cont-keireki dl dt {
  width: 23%;
  font-size: 0.8rem;
  padding-right: 1rem;
  margin-bottom: 0.8rem;
}

.bz-coach__cont-keireki dl dd {
  font-size: 0.9rem;
  margin-bottom: 0rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.bz-coach__cont-keireki small {
  font-size: 0.7rem;
  margin: 0.6rem 0;
  font-weight: 300;
}

.bz-cta {
}

.bz-cta--coach {
  position: relative;
  z-index: 99;
}

.bz-cta {
}

.bz-cta img {
}

/* bz-member
============================ */
.bz-member {
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
  padding: 0 0 3rem;
}
.bz-member__inner {
}

.bz-member:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background-color: #151515;
  color: #151515;
  /* padding: 13vw; */
  margin-bottom: 2rem;
  top: -1px;
  position: relative;
  height: 16vw;
}

.bz-member__inner {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
}
.bz-member__heading {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 2rem;
}
.bz-member__heading-ttl {
  color: #151515;
}

.bz-member__cont {
  width: 92%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: space-between;
}
.bz-member__cont-item {
  background-color: white;
  border-radius: 5px;
  border-radius: 0.3125rem;
  position: relative;
  width: 49%;
  margin-bottom: 2%;
}
.bz-member__cont-item span {
}
.bz-member__cont-item-pic {
  border-radius: 5px 5px 0 0;
  border-radius: 0.3125rem 0.3125rem 0 0;
  overflow: hidden;
}
.bz-member__cont-item-pic img {
}
.bz-member__cont-item-body {
  padding: 8px 8px 8px 8px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
}
.bz-member__cont-item-body h3 {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.bz-member__cont-item-body h4 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  /* margin-bottom: 5px;
  /* margin-bottom: 0.3125rem; */
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
.bz-member__cont-icon {
  width: 17%;
  width: 17px;
  width: 1.0625rem;
  position: absolute;
  right: 3%;
  bottom: 3%;
}

/* modal======================= */

.modal-open {
  cursor: pointer;
}

.modal-container {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 80%);
  padding: 40px 10px;
  padding: 4.5rem 0.625rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 90%;
  background: #fff;
  text-align: left;
  padding: 14px;
  padding: 0.875rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  top: -2.5rem;
  right: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  font-size: 30px;
  font-size: 1.875rem;
  cursor: pointer;
  color: white;
}

.modal-body__pic {
  border-radius: 5px;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.modal-body__pic img {
}
.modal-body__body {
  padding: 30px 10px 20px;
  padding: 1.875rem 0.3rem 1.25rem;
}
.modal-body__body h3 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: var(--font-family__mincho);
  line-height: 0.9;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
  position: relative;
}
.modal-body__body h3 span {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.modal-body__body h3:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  height: 0.1rem;
  background-color: #bf1012;
  bottom: -27%;
  left: 50%;
  transform: translate(-50%, 0);
}

.modal-body__body h4 {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
  margin-bottom: 1.5rem;
}

.modal-body__body p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  /* letter-spacing: 0.08em; */
  line-height: 1.7;
  padding: 0 5px;
}
.modal-body__body p:last-child {
  margin-bottom: 0;
}
.modal-body__body-txt-profile,
.modal-body__body-txt-message {
  position: relative;
}

.modal-body__body-txt-profile:before,
.modal-body__body-txt-message:before {
  display: inline-block;
  border-bottom: solid 1px;
  border-bottom: solid 0.0625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: var(--font-family__mincho);
  position: absolute;
  top: -2.7em;
  font-weight: 700;
  left: -5px;
}

/* bz-voice
=========================== */
.bz-voice {
  /* padding: 50px 0 50px; */
  padding: 0rem 0 5.125rem;
  /* position: relative; */
}
.bz-voice:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
  top: -1px;
  baseline-shift: 16rem;
  position: relative;
  height: 16vw;
  margin-bottom: -1rem;
}
.bz-voice__inner {
}
.bz-voice__heading {
  padding-top: 2rem;
}
.bz-voice__list {
  width: 90%;
  margin: auto;
}
.bz-voice__item {
  background-color: #f5f5f5;

  padding: 0.5rem 0.5rem;
}
.bz-voice__head {
  display: flex;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 1rem;
  border-bottom: solid 0.1rem #9b8861;
}
.bz-voice__head-pic {
  width: 52%;
  margin-right: 1rem;
  /* border-radius: 0.2rem; */
  /* overflow: hidden; */
}
.bz-voice__head-pic img {
}
.bz-voice__head-profile {
  flex: 1;
  min-width: 0;
  padding-top: 0.5rem;
}
.bz-voice__head-profile h3 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.bz-voice__head-profile h3 span {
  font-size: 0.8em;
}
.bz-voice__head-profile p {
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.bz-voice__body {
  padding: 0 0.5rem;
}
.bz-voice__body p {
  font-size: 14px;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.bz-voice__text {
  max-height: 14.5em;
  /* height: 14.3rem; */
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 10px;
}

.bz-voice__text.expanded {
  max-height: none;
}

.bz-voice__read-more {
  text-align: center;
  margin-top: 15px;
}

.bz-voice__read-more-btn {
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
  position: relative;
}

.bz-voice__read-more-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  transition: transform 0.3s ease;
}

.bz-voice__read-more-btn.expanded::after {
  transform: rotate(180deg);
}
/* bz-about
============================ */
.bz-about {
  background-color: #efefef;
  background: white;
  padding: 0 0 2rem;
}
.bz-about:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
  color: #151515;
  /* padding: 13vw; */
  top: -1px;
  baseline-shift: 16rem;
  position: relative;
  height: 13vw;
  margin-bottom: -3rem;
}
.bz-about__inner {
  /* width: 90%; */
  /* margin: auto; */
  /* max-width: 800px; */
}

.bz-about__heading {
  padding-top: 2rem;
}
.bz-heading img {
}
.bz-about__cont {
  width: 90%;
  margin: auto;
}
.bz-about__cont-body {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.bz-about__cont-body h3 {
  background: #bf1012;
  /* background: linear-gradient(
    90deg,
    rgba(87, 77, 117, 1) 0%,
    rgba(112, 130, 167, 1) 67%,
    rgba(90, 122, 151, 1) 100%
  ); */
  display: inline-block;
  color: white;
  padding: 3px 11px 4px;
  padding: 0.1875rem 0.6875rem 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.bz-about__cont-body-txt {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.05em;
}
.bz-about__cont-body-txt span {
  font-size: 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin-top: 2px;
}
.bz-about__cont-pic {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
  border-radius: 6px;
  border-radius: 0.375rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.bz-about__cont-pic img {
}
.bz-about__cont-map {
  width: 90%;
  margin: auto;
}
.bz-about__cont-map iframe {
  aspect-ratio: 346 / 206;
  border-radius: 0.5rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* movie============= */
.bz-movie {
  /* background: linear-gradient(90deg, rgba(239, 239, 239, 1) 0%, rgba(216, 216, 216, 1) 100%); */ /* padding: 60px 0 50px; */
  background-color: white;
  padding: 0 0 3.125rem;
}
.bz-movie:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background-color: #141414;
  padding-top: 1rem;
  height: 16vw;
  margin-top: -1px;
  position: relative;
  /* margin-bottom: 4rem; */
}
.bz-movie__inner {
}

.bz-movie__heading {
}

.bz-movie__main {
  width: 90%;
  margin: auto;
  max-width: 800px;
}
.bz-movie__main iframe {
  aspect-ratio: 346 / 206;
  border-radius: 0.5rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* bz-features
============================ */
.bz-features {
  background-color: #151515;
  /* padding: 1px 0; */
  overflow: hidden;
  /* margin-top: -7.4rem; */
}

.bz-features:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background-color: #efefef;
  color: #efefef;
  padding-top: 1rem;
  height: 16vw;
  margin-top: -1px;
  position: relative;
  /* margin-bottom: 4rem; */
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
}

.bz-features__inner {
}

.bz-features__heading {
}

.bz-program__ttl {
}

.bz-features__heading-ttl {
  color: white;
}

.bz-features__cont {
  padding: 0 1.1rem;
  margin-bottom: 3rem;
}

.bz-features__item {
  padding: 0.8rem;
  margin-bottom: 0.7rem;
  background-color: #ffffffd6;
  background-color: rgb(255, 255, 255, 0.9);
  border-radius: 0.1rem;
  border: 3px solid white;
}

.bz-features__item-ttl {
  display: block;
  color: #bf1012;
  font-family: var(--font-family__mincho);
  border-bottom: 1px solid #bf1012;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.7rem;
  letter-spacing: 0.04em;
}

.bz-features__item-ttl em {
  padding-left: 0.4rem;
  font-size: 1.3rem;
}

.bz-features__item p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
  /* font-size: 15px; */
  letter-spacing: 0.03em;
}

/* bz-message
============================ */
.bz-message {
  background-color: #efefef;
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
}

.bz-message:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background-color: #151515;
  color: #151515;
  /* padding: 13vw; */
  top: -1px;
  baseline-shift: 16rem;
  position: relative;
  height: 16vw;
  margin-bottom: -1rem;
}

.bz-message__inner {
}

.bz-message__heading {
}

.bz-program__ttl {
}

.bz-message__heading-ttl {
}

.bz-message__cont {
  position: relative;
  z-index: 3;
}

.bz-message__cont-item {
  background-color: #bf1012;
  padding: 3rem 1.9rem 5rem;
  width: 90%;
}

.bz-message__cont-item--ttl {
  color: white;
  font-family: var(--font-family__mincho);
  font-weight: 300;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

.bz-message__cont-item--txt {
  color: white;
  /* font-family: var(--font-family__mincho); */
  font-size: 0.9rem;
  line-height: 2.2;
  margin-right: 1rem;
}

.bz-message__cont-pic {
}

.bz-message__cpa {
  /* width: 58vh; */
  width: 100%;
  /* position: absolute; */
  /* z-index: 99; */
  /* bottom: 0; */
  /* top: 55%; */
  /* transform: translate(-21%, 190%); */
  /* margin-bottom: -11vw; */
  position: relative;
  z-index: 3;
}

.bz-message__cont-pic {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -2.3rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 3;
}
.bz-message__cont div img {
}

/* bz-price
============================ */
.bz-price {
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
  padding: 0 0 3.125rem;
}
.bz-price:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background: white;
  /* padding: 13vw; */
  top: -1px;
  baseline-shift: 16rem;
  position: relative;
  height: 16vw;
  margin-bottom: -1rem;
}
.bz-price__inner {
  /* width: 90%; */
  /* margin: auto; */
  /* max-width: 800px; */
}
.bz-price__heading {
}
.bz-price__cont {
  width: 90%;
  margin: auto;
  max-width: 800px;
}
.bz-price__cont-head {
  position: relative;
  margin-bottom: 1rem;
}
.bz-price__cont-head:after {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  bottom: 0;
  background: rgb(152, 132, 66);
  background: linear-gradient(
    90deg,
    rgba(152, 132, 66, 1) 0%,
    rgba(198, 176, 109, 1) 67%,
    rgba(76, 66, 33, 1) 100%
  );
}
.bz-price__cont-head:after :last-child {
  display: none;
}
.bz-price__cont-head h3 {
  font-size: 17px;
  font-size: 1.2625rem;
  color: white;
  background-color: #bf1012;
  padding: 3px 19px 5px;
  padding: 0.3875rem 1.1875rem 0.5125rem;
  /* margin-right: 30px; */
  /* margin-right: 1.875rem; */
  letter-spacing: 0.2em;
  font-weight: 600;
  /* margin-bottom: 0.5rem; */
}
.bz-price__cont-list {
  display: flex;
  /* margin-bottom: 20px; */
  /* margin-bottom: 1.25rem; */
  position: relative;
  padding-bottom: 9px;
  padding: 0.6625rem 0;
  align-items: center;
  border-bottom: solid 0.1rem #e7e7e7;
}
.bz-price__cont-head .bz-price__cont-list:nth-child(3) {
  border-bottom: initial;
}
.bz-price__cont-list:after {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  bottom: 0;
  background: rgb(152, 132, 66);
  background: linear-gradient(
    90deg,
    rgba(152, 132, 66, 1) 0%,
    rgba(198, 176, 109, 1) 67%,
    rgba(76, 66, 33, 1) 100%
  );
}
.bz-price__cont-list-ttl {
  font-size: 17px;
  font-size: 1.3625rem;
  /* color: white; */
  /* background-color: var(--color__main); */
  /* padding: 3px 19px 5px; */
  /* padding: 0.1875rem 1.1875rem 0.3125rem; */
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-left: 1.1rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.bz-price__cont-list-txt {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.03em;
}
.bz-price__cont-list-txt span {
  font-size: 0.5em;
  display: inline-block;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.bz-price__cont-list-small {
  position: relative;
  font-size: 17px;
  font-size: 1.2625rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  padding-top: 0.7rem;
}
.bz-price__cont-list-small:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  top: 0;
  background: #bf1012;
}
.bz-price__cont-list-small-tusyaku {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  display: block;
}

/* bz-schedule
============================ */
.bz-schedule {
  margin-bottom: 2rem;
}
.bz-schedule:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  color: white;
  padding-top: 1rem;
  height: 16vw;
  margin-top: -1px;
  position: relative;
  /* margin-bottom: 4rem; */
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
}
.bz-schedule__inner {
}

.bz-schedule__heading {
}

.bz-schedule__ttl {
}

.bz-schedule__heading-ttl {
}

.bz-schedule__list {
  background-color: #fafafa;
  padding: 2rem 2rem 0.3rem;
  width: 90%;
  margin: auto;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.bz-schedule__list dl {
  display: flex;
  margin-bottom: 0.7rem;
  border-bottom: solid 1px white;
  padding-bottom: 0.6rem;
}

.bz-schedule__list dl dd {
  background-color: #bf1012;
  margin-right: 1rem;
  color: white;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  width: 4.6em;
  font-size: 14px;
  text-align: center;
  padding: 0.3rem 0;
}

.bz-schedule__list dl dt {
  flex: 1;
  min-width: 0;
}

.bz-schedule__list dl dt em {
  font-weight: 300;
}

.bz-schedule__txt {
  font-size: 1.2rem;
  width: 90%;
  margin: auto;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.bz-schedule__txt span {
  margin-top: 5px;
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 3px;
}
.bz-schedule__txt small {
  font-size: 0.7em;
}

/* bz-bosyu
============================ */
.bz-bosyu {
  padding: 20px 0 50px;
  padding: 1.25rem 0 3.125rem;
}
.bz-bosyu__inner {
  width: 90%;
  margin: auto;
  max-width: 800px;
}
.bz-bosyu__heading {
}
.bz-bosyu__inner img {
}

.bz-price__strong {
  font-size: 0.7em !important;
  font-weight: 600;
  color: white !important;
  background-color: #9b8861;
  padding: 0.25em 0.5em;
  margin-left: 0 !important;
}

/* bz-q
============================ */
.bz-q {
  background-color: #151515;
  padding-bottom: 3rem;
}

.bz-q:before {
  content: "";
  display: block;
  clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
  background-color: #ffffff;
  color: #000000;
  padding: 13vw;
  padding-top: 1rem;
  height: 16vw;
  position: relative;
  top: -0.3px;
}

.bz-q__inner {
}

.bz-q__heading-ttl {
  color: white;
}

.bz-q__heading {
}

.bz-heading img {
  width: initial;
  zoom: 40%;
  display: block;
}

.bz-q__ttl {
}

.bz-bz-q__heading-ttl {
}

.bz-q__item {
}

.bz-q__item dl {
}

.bz-q__item dl dt {
}

.bz-q__item dl dt span {
}

.bz-q__item dl dd {
  /* font-size: 1.7rem; */
}

.bz-q__item {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff82;
  padding: 0.3% 0 8%;
}

.bz-q__item:last-child {
  border: none;
}

.bz-q {
  counter-reset: number 0;
}

.bz-q__item dl dt {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
  padding-left: 2em;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.bz-q__item dl dt:before {
  content: "";
  color: white;
  padding-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 3px;
  width: 28px;
  height: 23px;
  background-size: 100% 100%;
}
.bz-q__item:nth-of-type(1) dl dt:before {
  background-image: url(../../img/qq1.png);
}
.bz-q__item:nth-of-type(2) dl dt:before {
  background-image: url(../../img/qq2.png);
}
.bz-q__item:nth-of-type(3) dl dt:before {
  background-image: url(../../img/qq3.png);
}
.bz-q__item:nth-of-type(4) dl dt:before {
  background-image: url(../../img/qq4.png);
}
.bz-q__item:nth-of-type(5) dl dt:before {
  background-image: url(../../img/qq5.png);
}
.bz-q__item:nth-of-type(6) dl dt:before {
  background-image: url(../../img/qq6.png);
}
.bz-q__item:nth-of-type(7) dl dt:before {
  background-image: url(../../img/qq7.png);
}
.bz-q__item:nth-of-type(8) dl dt:before {
  background-image: url(../../img/qq8.png);
}
.bz-q__item:nth-of-type(9) dl dt:before {
  background-image: url(../../img/qq9.png);
}
.bz-q__item dl dt span {
  color: #f5f5f5;
}

.bz-q__item dl dd {
  color: #f5f5f5;
  font-weight: 300;
  font-size: 1rem;
  padding-left: 2.4rem;
  line-height: 1.8;
}
.bz-q__item-link {
  color: white;
  font-weight: 600;
  border-bottom: solid 1px;
}

.bz-q__body {
  padding: 1.6rem;
  padding-bottom: 0;
}

/* bz-bosyu
============================ */
.bz-bosyu {
  padding: 20px 0 50px;
  padding: 1.25rem 0 3.125rem;
}
.bz-bosyu__inner {
  width: 90%;
  margin: auto;
  max-width: 800px;
}
.bz-bosyu__heading {
}
.bz-bosyu__inner img {
}

.bz-cta {
}

.bz-cta__q {
}

.bz-cta {
}

.bz-cta img {
  /* width: 80%; */
  /* margin: auto; */
  /* position: relative; */
  /* z-index: 2; */
}

.bz-footer {
  background-color: #151515;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #484848;
}

.bz-footer a {
  color: white;
}

.bz-footer:before {
  /* content: ''; */
  display: block;
  border-top: 1px solid white;
  padding: 1.5%;
}

.bz-footer__inner {
}

.bz-footer__txt {
  text-align: center;
  display: flex;
  margin-bottom: 0.7rem;
  justify-content: center;
  opacity: 0.6;
}

.bz-footer__txt-1 {
  font-size: 0.7rem;
  text-align: center;
  color: white;
  padding-right: 1.1rem;
}

.bz-footer__txt-2 {
  color: white;
  font-size: 0.7rem;
  padding-right: 1.1rem;
}
.bz-footer__txt-3 {
  color: white;
  font-size: 0.7rem;
}

.bz-footer__copyright {
}

.c-footer__copyright {
  color: white;
  text-align: center;
  opacity: 0.6;
}

/* book=========== */
.bz-program__book {
  background: #555374;
  background: linear-gradient(
    90deg,
    rgba(85, 83, 116, 1) 0%,
    rgba(95, 119, 146, 1) 100%
  );
  padding: 20.8px 17.6px;
  padding: 1.4rem 1.3rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.bz-program__book-wrap {
}
.bz-program__book-head {
}
.bz-program__book-head h3 {
  color: white;
  font-family: var(--font-family__mincho);
  font-size: 20.8px;
  font-size: 1.5rem;
  font-size: min(5vw, 1.5rem);
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
  position: relative;
  /* padding-left: 8px; */
  /* padding-left: 0.5rem; */
  letter-spacing: 0.05em;
}
.bz-program__book-head h3:before {
  /* content: ""; */
  position: absolute;
  display: block;
  width: 1.6px;
  width: 0.1rem;
  background: rgb(152, 132, 66);
  height: 100%;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.bz-program__book-head p {
  color: white;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.bz-program__book-head p span {
  border-bottom: solid rgb(199 160 9) 0.1rem;
  display: inline;
}
.bz-program__book-pic {
}
.bz-program__book-pic img {
}
.bz-program__book-pic span {
  color: white;
  letter-spacing: 0.05em;
  font-size: 12.8px;
  font-size: 0.8rem;
  display: block;
  margin-top: 4.8px;
  margin-top: 0.3rem;
  text-align: right;
}

.bz-program__post {
}
.bz-program__post-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bz-program__post-inner h3 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  letter-spacing: 0.05em;
}
.twitter-tweet {
}
.twitter-tweet p {
}
.twitter-tweet p a {
}
.twitter-tweet a {
}

.bz-movie {
  background-color: var(--color__gray);
  padding: 44px 0 50px;
  padding: 0rem 0 3.125rem;
}

.bz-movie__inner {
  width: 90%;
  margin: auto;
  max-width: 800px;
}

.bz-movie__heading {
}
.bz-heading img {
}
.bz-movie__main {
}
.bz-movie__main iframe {
  aspect-ratio: 346 / 206;
  border-radius: 8px;
  border-radius: 0.5rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* movie2============= */
.bz-movie-2 {
}

.bz-movie-2__inner {
  width: 90%;
  margin: auto;
  max-width: 800px;
}

.bz-movie-2__heading {
  color: white;
  font-size: 19.2px;
  font-size: 1.2rem;
  text-align: center;
  margin: auto;
  border-bottom: solid white 0.1rem;
  padding: 4.8px 16px;
  padding: 0.3rem 1rem;
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
  width: 100%;
  display: inline-block;
}

.bz-movie-2__main {
}
.bz-movie-2__main iframe {
  aspect-ratio: 346 / 206;
  border-radius: 8px;
  border-radius: 0.5rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.bz-q__body {
  padding: 1.6rem;
  padding-bottom: 0;
}

/* bz-bosyu
============================ */
.bz-bosyu {
  padding: 20px 0 50px;
  padding: 1.25rem 0 3.125rem;
}

.bz-bosyu__inner {
  width: 90%;
  margin: auto;
  max-width: 800px;
}

.bz-bosyu__heading,
.bz-bosyu__inner img,
.bz-cta,
.bz-cta__q,
.bz-footer__inner {
}

.bz-cta img {
  /* width: 80%; */
  /* margin: auto; */
  /* position: relative; */
  /* z-index: 2; */
}

.bz-footer {
  background-color: #151515;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #484848;
}

.bz-footer a {
  color: white;
}

.bz-footer:before {
  /* content: ''; */
  display: block;
  border-top: 1px solid white;
  padding: 1.5%;
}

.bz-footer__txt {
  text-align: center;
  display: flex;
  margin-bottom: 0.7rem;
  justify-content: center;
  opacity: 0.6;
}

.bz-footer__txt-1,
.bz-footer__txt-2,
.bz-footer__txt-3 {
  color: white;
  font-size: 0.7rem;
}

.bz-footer__txt-1 {
  text-align: center;
  padding-right: 1.1rem;
}

.bz-footer__txt-2 {
  padding-right: 1.1rem;
}

.bz-footer__copyright {
}

.c-footer__copyright {
  color: white;
  text-align: center;
  opacity: 0.6;
}

/* book=========== */
.bz-program__book {
  background: #555374;
  background: #9c2626;
  padding: 20.8px 17.6px;
  padding: 1.4rem 1.3rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.bz-program__book-wrap,
.bz-program__book-head,
.bz-program__book-pic,
.bz-program__book-pic img {
}

.bz-program__book-head h3 {
  color: white;
  font-family: var(--font-family__mincho);
  font-size: 20.8px;
  font-size: 1.5rem;
  font-size: min(5vw, 1.5rem);
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
  position: relative;
  /* padding-left: 8px; */
  /* padding-left: 0.5rem; */
  letter-spacing: 0.05em;
}

.bz-program__book-head h3:before {
  /* content: ""; */
  position: absolute;
  display: block;
  width: 1.6px;
  width: 0.1rem;
  background: rgb(152, 132, 66);
  height: 100%;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

.bz-program__book-head p {
  color: white;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.bz-program__book-head p span {
  border-bottom: solid rgb(199 160 9) 0.1rem;
  display: inline;
}

.bz-program__book-pic span {
  color: white;
  letter-spacing: 0.05em;
  font-size: 12.8px;
  font-size: 0.8rem;
  display: block;
  margin-top: 4.8px;
  margin-top: 0.3rem;
  text-align: right;
}

/* movie============= */
.bz-movie-2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.bz-movie-2__inner,
.bz-movie-2__main,
.bz-movie-2__main iframe {
}

.bz-movie-2__heading {
  font-size: 28.8px;
  text-align: center;
  margin: auto;
  font-size: 1.8rem;
  font-size: min(4.7vw, 1.8rem);
  letter-spacing: 0.1em;
  /* padding: 16px 16px; */
  /* padding: 1rem 0 0.2rem; */
  margin-bottom: 0.6rem;
}

.bz-cpd__wrap {
  display: flex;
  background: rgb(47, 46, 57);
  background: linear-gradient(
    90deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
  padding: 2rem 1.5rem;
  flex-direction: column;
  width: 90%;
  margin: 0px auto;
  margin-bottom: 30px;
}

.bz-cpd__pic {
  width: 36%;
  /* padding-right: 1rem; */
  margin-bottom: 1rem;
}

.bz-cpd__txt {
  flex: 1;
  min-width: 0;
  color: #151515;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.bz-cpd__txt strong {
  font-size: 1.4em;
  margin-bottom: 0.5rem;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  /* bz-header
============================ */

  .bz-heading__ttl {
    left: 5%;
  }

  .sp_br {
    display: none;
  }

  .bz-heading {
    margin-bottom: 2.5rem;
  }

  .bz-header {
  }

  .bz-header__inner {
  }

  .bz-header__logo {
  }

  .bz-header__logo img {
  }

  .bz-main {
  }

  .bz-fv {
    margin-bottom: 0rem;
  }

  .bz-fv__inner {
    position: relative;
  }

  .bz-fv__main {
    min-width: 1100px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .bz-fv__main img {
  }

  .bz-cta {
    width: 28%;
    /* position: absolute; */
    /* transform: translate(70%, 10%); */
    /* width: 66%; */
    min-width: 400px;
  }

  .bz-cta:hover {
  }

  .bz-cta__btn:before {
  }

  .bz-cta__btn {
  }
  .bz-cta__fv .bz-cta__btn {
    width: 460px;
    max-width: 48%;
    display: block;
    position: relative;
  }

  .bz-cta__fv {
    top: 61%;
    width: 66%;
    min-width: 720px;
  }

  .bz-cta {
  }

  .bz-cta img {
  }

  .bz-cta img:hover {
  }

  /* bz-concept
============================ */
  .bz-concept {
  }

  .bz-concept:before {
    content: "";
    display: block;
    clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
    background-color: #ffffff;
    color: #000000;
    padding: 13vw;
    padding-top: 1rem;
    height: 16vw;
    position: relative;
    top: -0.3px;
  }
  .bz-bz-concept__cont-item-txt {
    font-size: 1.1rem;
  }

  .bz-concept__inner {
    max-width: 1000px;
    margin: auto;
    width: 855px;
    margin-top: -1px;
    width: 90%;
  }

  .bz-concept:before {
  }

  .bz-concept__heading {
  }

  .bz-concept__heading-ttl {
  }

  .bz-bz-concept__cont {
  }

  .bz-bz-concept__cont-item {
  }

  .bz-bz-concept__cont-item-tab {
  }

  .bz-bz-concept__cont-box1-ttl {
  }

  .bz-bz-concept__cont-box2-ttl {
  }

  .bz-bz-concept__cont-item-box {
    padding: 3.5rem 5rem;
  }

  .bz-bz-concept__cont-item-box > div {
  }

  .bz-bz-concept__cont-item-box-1 {
  }

  .bz-bz-concept__cont-box1-ttl2 {
  }

  .bz-bz-concept__cont-box1-ttl2:before {
  }

  .bz-bz-concept__cont-item-box-1 p {
    font-size: 1rem;
  }

  .bz-bz-concept__cont-item-box-2 {
  }

  .bz-bz-concept__cont-box2-ttl2 {
  }

  .bz-bz-concept__cont-box2-ttl2:before {
  }

  .bz-bz-concept__cont-item-box-2 p {
    font-size: 1rem;
  }

  .bz-bz-concept__cont-item-ttl {
    font-size: 1.1rem;
  }

  .bz-bz-concept__cont-item-txt li {
  }

  /* bz-program
============================ */
  .bz-program {
  }

  .bz-program:before {
    position: relative;
    top: -0.2px;
  }

  .bz-program__inner {
    max-width: 900px;
    margin: auto;
    width: 90%;
  }

  .bz-program__heading {
  }

  .bz-program__ttl {
  }

  .bz-program__heading-ttl {
  }

  .bz-program__body {
    max-width: initial;
  }

  .bz-program__cont {
  }

  .bz-program__cpa {
  }

  .bz-program__cont-head {
    display: flex;
  }

  .bz-program__cont-head-label {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }

  .bz-program__cont-head-txt {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }

  .bz-program__cont-txt {
    font-size: 1rem;
  }

  .bz-program__cont-wrap {
  }

  .bz-program__cont-moji {
    transform: translate(-112%, 8%);
  }

  .bz-program__cont-list {
    width: 49%;
    margin-bottom: 40px;
  }

  .bz-program__cont-list-item {
    height: 7.5em;
  }

  .bz-program__cont-list-item-no {
    font-size: 2.2rem;
    left: 0%;
  }

  .bz-program__cont-list-item-txt {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.05em;
    border: 2px solid #6f0506;
    padding: 0.5rem 1.3rem;
    height: auto;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .bz-program__list-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.1rem;
  }

  .bz-program__image-cont {
    width: 95%;
    margin-left: 0;
    margin-top: 3rem;
  }
  .bz-program__image-item {
    display: flex;
    align-items: center;
  }
  .bz-program__image-item-head {
    flex: 1;
    min-width: 0;
    margin-right: 4%;
  }
  .bz-program__image-item-head h3 {
    margin-bottom: 1.3rem;
  }
  .bz-program__image-item-head p {
    line-height: 2;
  }
  .bz-program__image-pic {
    width: 55%;
  }
  .bz-program__image-pic img {
  }
  .bz-program__contents-2 {
  }
  .bz-program__contents-2-inner {
  }
  /* bz-coach
============================ */
  .bz-coach {
    padding-bottom: 3rem;
    position: relative;
  }

  .bz-coach:before {
  }

  .bz-coach__inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }

  .bz-heading bz-coach__heading {
    position: absolute;
  }

  .bz-coach__heading {
    position: absolute;
    top: 11%;
    left: 2%;
    z-index: 99;
  }

  .bz-program__ttl {
  }

  .bz-coach__heading-ttl {
  }

  .bz-coach__cont-item {
    margin-bottom: 3rem;
  }

  .bz-cta--coach .bz-cta__btn {
    width: 460px;
    max-width: 48%;
  }

  .bz-coach__cont-item div {
  }

  .bz-coach__cont-box {
    /* width: 50%; */
    background-color: white;
    padding: 7rem 3rem 2.5rem;
    margin-top: -7.8rem;
  }

  .bz-coach__cont-item-pic {
    width: 60%;
    margin-left: 17%;
  }

  .bz-coach__cont-item div img {
  }

  .bz-coach__cont-head {
  }

  .bz-coach__cont-head-komoji {
  }

  .bz-coach__cont-head-omoji {
  }

  .bz-coach__cont-mv {
  }

  .bz-coach__cont-mv-ttl {
  }

  .bz-coach__cont-mv-sankaku {
  }

  .bz-coach__cont-mv-sankaku img {
  }

  .bz-coach__cont-mv-ttl {
  }

  .bz-coach__cont-mv-txt {
  }

  .bz-coach__cont-pro {
  }

  .bz-coach__cont-pro:before {
  }

  .bz-coach__cont-pro p {
    font-size: 1rem;
  }
  .bz-coach__cont-pro small {
    font-size: 0.85rem;
  }

  .bz-coach__cont-keireki {
    /* margin-left: auto; */
    /* width: 50%;
    position: absolute;
    top: min(38%, 36vw); */
    /* top: 36%; */
    /* left: 54%; */
    /* transform: translate(-20%, 100%); */
    /* background-color: initial; */
  }

  .bz-coach__cont-keireki-ttl {
  }

  .bz-coach__cont-keireki-ttl:before {
  }

  .bz-coach__cont-keireki dl {
  }

  .bz-coach__cont-keireki dl dt {
    width: 10%;
  }

  .bz-coach__cont-keireki dl dd {
    font-size: 1rem;
  }

  .bz-coach__cont-keireki small {
    font-size: 0.7rem;
  }

  .bz-cta {
  }

  .bz-cta--coach {
    /* left: 36%; */
    /* transform: translate(0%, 30%); */
  }

  .bz-cta {
  }

  .bz-cta img {
  }
  /* bz-member
============================ */
  .bz-member {
  }

  .bz-member__inner {
    margin: auto;
  }
  .bz-member__heading {
  }

  .bz-member__cont {
    width: 90%;
    gap: 1rem;

    max-width: 1000px;
  }
  .bz-member__cont-item {
    width: 49%;
  }
  .bz-member__cont-item span {
  }
  .bz-member__cont-item-pic {
  }
  .bz-member__cont-item-pic img {
  }
  .bz-member__cont-item-body {
    padding: 12px 12px 12px 12px;
  }
  .bz-member__cont-item-body h3 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .bz-member__cont-item-body h4 {
    font-size: 14px;
  }
  .bz-member__cont-icon {
    width: 1.5rem;
  }

  /* modal======================= */

  .modal-open {
  }

  .modal-container {
    padding: 7.5rem 0.625rem;
  }

  .modal-container:before {
  }

  .modal-container.active {
  }

  .modal-body {
    padding: 25px;
  }

  .modal-close {
  }

  .modal-body__pic {
  }
  .modal-body__pic img {
  }
  .modal-body__body {
    padding: 30px 20px 20px;
  }
  .modal-body__body h3 {
    font-size: 31px;
    letter-spacing: 0.2em;
    line-height: 0.8;
    margin-bottom: 32px;
  }
  .modal-body__body h3 span {
  }
  .modal-body__body h3:after {
    bottom: -40%;
  }

  .modal-body__body h4 {
    /* margin-bottom: 80px; */
    font-size: 16px;
  }
  /* .modal-body__body h5 {} */
  .modal-body__body p {
    font-size: 16.5px;
    line-height: 2;
    margin-bottom: 90px;
    /* letter-spacing: 0.1em; */
  }
  .modal-body__body p:last-child {
  }
  .modal-body__body-txt-profile,
  .modal-body__body-txt-message {
  }

  .modal-body__body-txt-profile:before,
  .modal-body__body-txt-message:before {
    font-size: 19px;
  }
  .modal-body__body-txt-profile:before {
  }
  .modal-body__body-txt-message:before {
  }

  /* bz-voice
============================ */
  .bz-voice {
  }
  .bz-voice__inner {
    max-width: 1000px;
    margin: auto;
  }
  .bz-voice__heading {
  }
  .bz-voice__list {
    width: 90%;
    margin: auto;
    max-width: 1000px;
  }
  .bz-voice__list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .bz-voice__item {
    padding: 1rem 1rem;
    width: 48%;
  }
  .bz-voice__head {
  }
  .bz-voice__head-pic {
    /* width: 32%; */
  }
  .bz-voice__head-pic img {
  }
  .bz-voice__head-profile {
  }
  .bz-voice__head-profile h3 {
  }
  .bz-voice__head-profile p {
  }
  .bz-voice__body {
  }
  .bz-voice__body p {
  }

  .bz-voice__text {
  }

  .bz-voice__text.expanded {
  }

  .bz-voice__read-more {
  }

  .bz-voice__read-more-btn {
  }

  .bz-voice__read-more-btn::after {
  }

  .bz-voice__read-more-btn.expanded::after {
  }

  /* bz-about
============================ */
  .bz-about {
    /* padding: 120px 0 120px; */
    padding: 0 0 15rem;
  }
  .bz-about__inner {
    max-width: 1000px;
    margin: auto;
  }

  .bz-about__heading {
    /* width: 44%; */
    /* margin-bottom: 1rem; */
  }
  .bz-heading img {
  }
  .bz-about__cont {
    display: flex;
    align-items: flex-start;
    gap: 3%;
  }
  .bz-about__cont-body {
    flex: 1;
    min-width: 0;
  }
  .bz-about__cont-body h3 {
    font-size: 21px;
  }
  .bz-about__cont-body-txt {
    /* font-size: 18px; */
    /* margin-bottom: 30px; */
  }
  .bz-about__cont-pic {
    width: 57%;
  }
  .bz-about__cont-pic img {
  }

  /* movie============= */
  .bz-movie {
  }
  .bz-movie:before {
    margin-bottom: -4rem;
  }
  .bz-movie__inner {
    max-width: 800px;
    margin: auto;
    width: 60%;
  }

  .bz-movie__heading {
  }

  .bz-movie__main {
  }
  .bz-movie__main iframe {
  }

  /* bz-features
============================ */
  .bz-features {
    margin-top: -14rem;
    position: relative;
  }

  .bz-features:before {
  }

  .bz-features__inner {
    max-width: 700px;
    margin: auto;
  }

  .bz-features__heading {
  }

  .bz-program__ttl {
  }

  .bz-features__heading-ttl {
  }

  .bz-features__cont {
  }

  .bz-features__item {
    padding: 1.3rem;
  }

  .bz-features__item-ttl {
    font-size: 1.3rem;
  }

  .bz-features__item-ttl em {
  }

  .bz-features__item p {
    font-size: 1.2rem;
  }

  /* bz-message
============================ */
  .bz-message {
  }

  .bz-message:before {
    content: "";
  }

  .bz-message__inner {
    max-width: 1000px;
    margin: auto;
    width: 60%;
  }

  .bz-message__heading {
  }

  .bz-program__ttl {
  }

  .bz-message__heading-ttl {
  }

  .bz-message__cont {
  }

  .bz-message__cont-item {
    width: 50%;
    padding: 3rem;
    padding-right: 6rem;
  }

  .bz-message__cont-item--ttl {
    font-size: 1.7rem;
  }

  .bz-message__cont-item--txt {
    font-size: 1rem;
  }

  .bz-message__cpa {
    width: 63%;
    /* position: absolute; */
    /* right: 0; */
    /* transform: translate(0, 100%); */
    margin-left: auto;
  }

  .bz-message__cont div img {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 6.8%;
  }

  .bz-message__cont-pic {
    width: 80%;
    margin-left: auto;
    margin-top: -30%;
  }

  body .bz-message__cont-pic img {
  }

  body .bz-message__cpa img {
  }

  /* bz-price
============================ */
  .bz-price {
    /* padding: 120px 0 120px; */
  }
  .bz-price__inner {
    max-width: 640px;
    margin: auto;
  }
  .bz-price__heading {
    width: 69%;
  }
  .bz-price__cont {
  }
  .bz-price__cont-list {
  }
  .bz-price__cont-list:after {
  }
  .bz-price__cont-list-ttl {
    margin-left: 30px;
  }
  .bz-price__cont-list-txt {
    /* font-size: 35px; */
  }
  .bz-price__cont-list-txt span {
  }
  .bz-price__cont-list-small {
    margin-left: 30px;
    font-size: 22px;
  }

  /* bz-schedule
============================ */
  .bz-schedule {
  }

  .bz-schedule__inner {
    max-width: 600px;
    margin: auto;
  }

  .bz-schedule__heading {
  }

  .bz-schedule__ttl {
  }

  .bz-schedule__heading-ttl {
  }

  .bz-schedule__list {
  }

  .bz-schedule__list dl {
    border-bottom: solid 2px white;
  }

  .bz-schedule__list dl dd {
    margin: 0 2rem;
    font-size: 1.1rem;
  }

  .bz-schedule__list dl dt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }

  .bz-schedule__list dl dt em {
  }

  .bz-schedule small {
    font-size: 1rem;
  }

  .bz-price__strong {
    font-size: 0.6em !important;
    margin-left: 0.625rem !important;
  }

  /* bz-q
============================ */
  .bz-q {
  }

  .bz-q:before {
    position: relative;
    top: -0.3px;
  }

  .bz-q__inner {
    max-width: 600px;
    margin: auto;
  }

  .bz-q__heading-ttl {
  }

  .bz-q__heading {
  }

  .bz-q__ttl {
  }

  .bz-bz-q__heading-ttl {
  }

  .bz-q__item {
    margin-bottom: 0;
    margin-top: 1.5rem;
  }

  .bz-q__item dl {
  }

  .bz-q__item dl dt {
    /* padding-left: 3rem; */
  }

  .bz-q__item dl dt span {
  }

  .bz-q__item dl dd {
  }

  .bz-q__item {
  }

  .bz-q__item:last-child {
  }

  .bz-q {
    padding-bottom: 5rem;
  }

  .bz-q__item dl dt {
  }

  .bz-q__item dl dt:before {
  }

  .bz-q__item dl dt:before {
    content: "";
    color: white;
    padding-right: 0.5rem;
    position: absolute;
    left: 0;
    top: 2px;
    width: 31px;
    height: 27px;
    background-size: 100% 100%;
  }

  .bz-q__item dl dt span {
  }

  .bz-q__item dl dd {
  }

  .bz-q__body {
  }

  .bz-cta--q .bz-cta__btn {
    width: 460px;
    max-width: 48%;
  }

  .bz-cta__q {
    /* left: 37%; */
    /* max-width: 50%; */
    margin-top: 3rem;
  }

  /* bz-bosyu
============================ */
  .bz-bosyu {
  }
  .bz-bosyu__inner {
  }
  .bz-bosyu__heading {
    width: 55%;
  }
  .bz-bosyu__inner img {
  }

  .bz-cta img {
  }

  .bz-footer {
  }

  .bz-footer:before {
  }

  .bz-footer__inner {
  }

  .bz-footer__txt {
  }

  .bz-footer__txt-1 {
  }

  .bz-footer__txt-2 {
  }

  .bz-footer__copyright {
  }

  .c-footer__copyright {
  }
  /* book=========== */
  .bz-program__book {
    max-width: 855px;
    padding: 32px 32px 20.8px;
    padding: 2rem 2rem 1.3rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
  .bz-program__book-wrap {
    display: flex;
  }
  .bz-program__book-head {
    flex: 1;
    min-width: 0;
    padding-right: 32px;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bz-program__book-head h3 {
    font-size: 32px;
    font-size: 1.8rem;
    /* padding-left: 16px; */
    /* padding-left: 1rem; */
    letter-spacing: 0.1em;
    margin-bottom: 25.6px;
    margin-bottom: 1.6rem;
  }
  .bz-program__book-head p {
    font-size: 16px;
    font-size: 1rem;
  }
  .bz-program__book-pic {
    width: 38%;
  }
  .bz-program__book-pic img {
  }
  .bz-program__book-pic span {
  }
  .bz-program__post {
  }
  .bz-program__post-inner {
  }
  .bz-program__post-inner h3 {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
  .twitter-tweet {
  }
  .twitter-tweet p {
  }
  .twitter-tweet p a {
  }
  .twitter-tweet a {
  }
}

@media only screen and (min-width: 768px) {
  /* bz-header
============================ */

  .bz-heading__ttl {
    left: 5%;
  }

  .sp_br {
    display: none;
  }

  .bz-heading {
    margin-bottom: 2.5rem;
  }

  .bz-header {
  }

  .bz-header__inner {
  }

  .bz-header__logo {
  }

  .bz-header__logo img {
  }

  .bz-main {
  }

  .bz-fv {
    margin-bottom: 0rem;
  }

  .bz-fv__inner {
    position: relative;
  }

  .bz-fv__main {
    min-width: 1100px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .bz-fv__main img {
  }

  .bz-cta {
    width: 28%;
    /* position: absolute; */
    /* transform: translate(70%, 10%); */
    /* width: 66%; */
    min-width: 400px;
  }

  .bz-cta:hover {
  }

  .bz-cta__btn:before {
  }

  .bz-cta__btn {
  }
  .bz-cta__fv .bz-cta__btn {
    width: 460px;
    max-width: 48%;
    display: block;
    position: relative;
  }

  .bz-cta__fv {
    top: 61%;
    width: 66%;
    min-width: 720px;
  }

  .bz-cta {
  }

  .bz-cta img {
  }

  .bz-cta img:hover {
  }

  /* bz-concept
============================ */
  .bz-concept {
  }

  .bz-concept:before {
    content: "";
    display: block;
    clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
    background-color: #ffffff;
    color: #000000;
    padding: 13vw;
    padding-top: 1rem;
    height: 16vw;
    position: relative;
    top: -0.3px;
  }
  .bz-bz-concept__cont-item-txt {
    font-size: 1.1rem;
  }

  .bz-concept__inner {
    max-width: 1000px;
    margin: auto;
    width: 855px;
    margin-top: -1px;
    width: 90%;
  }

  .bz-concept:before {
  }

  .bz-concept__heading {
  }

  .bz-concept__heading-ttl {
  }

  .bz-bz-concept__cont {
  }

  .bz-bz-concept__cont-item {
  }

  .bz-bz-concept__cont-item-tab {
  }

  .bz-bz-concept__cont-box1-ttl {
  }

  .bz-bz-concept__cont-box2-ttl {
  }

  .bz-bz-concept__cont-item-box {
    padding: 3.5rem 5rem;
  }

  .bz-bz-concept__cont-item-box > div {
  }

  .bz-bz-concept__cont-item-box-1 {
  }

  .bz-bz-concept__cont-box1-ttl2 {
  }

  .bz-bz-concept__cont-box1-ttl2:before {
  }

  .bz-bz-concept__cont-item-box-1 p {
    font-size: 1rem;
  }

  .bz-bz-concept__cont-item-box-2 {
  }

  .bz-bz-concept__cont-box2-ttl2 {
  }

  .bz-bz-concept__cont-box2-ttl2:before {
  }

  .bz-bz-concept__cont-item-box-2 p {
    font-size: 1rem;
  }

  .bz-bz-concept__cont-item-ttl {
    font-size: 1.1rem;
  }

  .bz-bz-concept__cont-item-txt li {
  }

  /* bz-program
============================ */
  .bz-program {
  }

  .bz-program:before {
    position: relative;
    top: -0.2px;
  }

  .bz-program__inner {
    max-width: 900px;
    margin: auto;
    width: 90%;
  }

  .bz-program__heading {
  }

  .bz-program__ttl {
  }

  .bz-program__heading-ttl {
  }

  .bz-program__body {
    max-width: initial;
    padding-bottom: 40px;
  }

  .bz-program__cont {
  }

  .bz-program__cpa {
  }

  .bz-program__cont-head {
    display: flex;
  }

  .bz-program__cont-head-label {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }

  .bz-program__cont-head-txt {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }

  .bz-program__cont-txt {
    font-size: 1rem;
  }

  .bz-program__cont-wrap {
  }

  .bz-program__cont-moji {
    transform: translate(-112%, 8%);
  }

  .bz-program__cont-list {
    width: 49%;
    margin-bottom: 40px;
  }

  .bz-program__cont-list-item {
    height: 7.5em;
  }

  .bz-program__cont-list-item-no {
    font-size: 2.2rem;
    left: 0%;
  }

  .bz-program__cont-list-item-txt {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.05em;
    border: 2px solid #6f0506;
    padding: 0.5rem 1.3rem;
    height: auto;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .bz-program__list-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.1rem;
  }

  .bz-program__image-cont {
    width: 95%;
    margin-left: 0;
    margin-top: 3rem;
  }
  .bz-program__image-item {
    display: flex;
    align-items: center;
  }
  .bz-program__image-item-head {
    flex: 1;
    min-width: 0;
    margin-right: 4%;
  }
  .bz-program__image-item-head h3 {
    margin-bottom: 1.3rem;
  }
  .bz-program__image-item-head p {
    line-height: 2;
  }
  .bz-program__image-pic {
    width: 55%;
  }
  .bz-program__image-pic img {
  }
  .bz-program__contents-2 {
  }
  .bz-program__contents-2-inner {
  }
  /* bz-coach
============================ */
  .bz-coach {
    padding-bottom: 3rem;
    position: relative;
  }

  .bz-coach:before {
  }

  .bz-coach__inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }

  .bz-heading bz-coach__heading {
    position: absolute;
  }

  .bz-coach__heading {
    position: absolute;
    top: 11%;
    left: 2%;
    z-index: 99;
  }

  .bz-program__ttl {
  }

  .bz-coach__heading-ttl {
  }

  .bz-coach__cont-item {
    margin-bottom: 3rem;
  }

  .bz-cta--coach .bz-cta__btn {
    width: 460px;
    max-width: 48%;
  }

  .bz-coach__cont-item div {
  }

  .bz-coach__cont-box {
    /* width: 50%; */
    background-color: white;
    padding: 7rem 3rem 2.5rem;
    margin-top: -7.8rem;
  }

  .bz-coach__cont-item-pic {
    width: 60%;
    margin-left: 17%;
  }

  .bz-coach__cont-item div img {
  }

  .bz-coach__cont-head {
  }

  .bz-coach__cont-head-komoji {
  }

  .bz-coach__cont-head-omoji {
  }

  .bz-coach__cont-mv {
  }

  .bz-coach__cont-mv-ttl {
  }

  .bz-coach__cont-mv-sankaku {
  }

  .bz-coach__cont-mv-sankaku img {
  }

  .bz-coach__cont-mv-ttl {
  }

  .bz-coach__cont-mv-txt {
  }

  .bz-coach__cont-pro {
  }

  .bz-coach__cont-pro:before {
  }

  .bz-coach__cont-pro p {
    font-size: 1rem;
  }
  .bz-coach__cont-pro small {
    font-size: 0.85rem;
  }

  .bz-coach__cont-keireki {
    /* margin-left: auto; */
    /* width: 50%;
    position: absolute;
    top: min(38%, 36vw); */
    /* top: 36%; */
    /* left: 54%; */
    /* transform: translate(-20%, 100%); */
    /* background-color: initial; */
  }

  .bz-coach__cont-keireki-ttl {
  }

  .bz-coach__cont-keireki-ttl:before {
  }

  .bz-coach__cont-keireki dl {
  }

  .bz-coach__cont-keireki dl dt {
    width: 10%;
  }

  .bz-coach__cont-keireki dl dd {
    font-size: 1rem;
  }

  .bz-coach__cont-keireki small {
    font-size: 0.7rem;
  }

  .bz-cta {
  }

  .bz-cta--coach {
    /* left: 36%; */
    /* transform: translate(0%, 30%); */
  }

  .bz-cta {
  }

  .bz-cta img {
  }
  /* menber */

  /* modal======================= */

  .modal-open {
  }

  .modal-container {
    padding: 7.5rem 0.625rem;
  }

  .modal-container:before {
  }

  .modal-container.active {
  }

  .modal-body {
    padding: 25px;
  }

  .modal-close {
  }

  .modal-body__pic {
  }
  .modal-body__pic img {
  }
  .modal-body__body {
    padding: 30px 20px 20px;
  }
  .modal-body__body h3 {
    font-size: 31px;
    letter-spacing: 0.2em;
    line-height: 0.8;
    margin-bottom: 32px;
  }
  .modal-body__body h3 span {
  }
  .modal-body__body h3:after {
    bottom: -40%;
  }

  .modal-body__body h4 {
    /* margin-bottom: 80px; */
    font-size: 16px;
  }
  /* .modal-body__body h5 {} */
  .modal-body__body p {
    font-size: 16.5px;
    line-height: 2;
    margin-bottom: 90px;
    /* letter-spacing: 0.1em; */
  }
  .modal-body__body p:last-child {
  }
  .modal-body__body-txt-profile,
  .modal-body__body-txt-message {
  }

  .modal-body__body-txt-profile:before,
  .modal-body__body-txt-message:before {
    font-size: 19px;
  }
  .modal-body__body-txt-profile:before {
  }
  .modal-body__body-txt-message:before {
  }

  /* bz-voice
============================ */
  .bz-voice {
  }
  .bz-voice:before {
    margin-bottom: -5rem;
  }
  .bz-voice__inner {
    max-width: 1000px;
    margin: auto;
  }
  .bz-voice__heading {
  }
  .bz-voice__list {
    width: 90%;
    margin: auto;
    max-width: 1000px;
  }
  .bz-voice__list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .bz-voice__item {
    padding: 1rem 1rem;
    width: 48%;
  }
  .bz-voice__head {
  }
  .bz-voice__head-pic {
    /* width: 32%; */
  }
  .bz-voice__head-pic img {
  }
  .bz-voice__head-profile {
  }
  .bz-voice__head-profile h3 {
  }
  .bz-voice__head-profile p {
  }
  .bz-voice__body {
  }
  .bz-voice__body p {
  }

  .bz-voice__text {
  }

  .bz-voice__text.expanded {
  }

  .bz-voice__read-more {
  }

  .bz-voice__read-more-btn {
  }

  .bz-voice__read-more-btn::after {
  }

  .bz-voice__read-more-btn.expanded::after {
  }

  /* bz-about
============================ */
  .bz-about {
    /* padding: 120px 0 120px; */
    padding: 0 0 15rem;
  }
  .bz-about__inner {
    max-width: 1000px;
    margin: auto;
  }

  .bz-about__heading {
    /* width: 44%; */
    /* margin-bottom: 1rem; */
  }
  .bz-heading img {
  }
  .bz-about__cont {
    display: flex;
    align-items: flex-start;
    gap: 3%;
  }
  .bz-about__cont-body {
    flex: 1;
    min-width: 0;
  }
  .bz-about__cont-body h3 {
    font-size: 21px;
  }
  .bz-about__cont-body-txt {
    /* font-size: 18px; */
    /* margin-bottom: 30px; */
  }
  .bz-about__cont-pic {
    width: 57%;
  }
  .bz-about__cont-pic img {
  }

  /* movie============= */
  .bz-movie {
  }

  .bz-movie__inner {
    max-width: 800px;
    margin: auto;
    width: 60%;
  }

  .bz-movie__heading {
  }

  .bz-movie__main {
  }
  .bz-movie__main iframe {
  }

  /* bz-features
============================ */
  .bz-features {
    margin-top: -14rem;
    position: relative;
  }

  .bz-features:before {
  }

  .bz-features__inner {
    max-width: 700px;
    margin: auto;
  }

  .bz-features__heading {
  }

  .bz-program__ttl {
  }

  .bz-features__heading-ttl {
  }

  .bz-features__cont {
  }

  .bz-features__item {
    padding: 1.3rem;
  }

  .bz-features__item-ttl {
    font-size: 1.3rem;
  }

  .bz-features__item-ttl em {
  }

  .bz-features__item p {
    font-size: 1.2rem;
  }

  /* bz-message
============================ */
  .bz-message {
  }

  .bz-message:before {
    content: "";
  }

  .bz-message__inner {
    max-width: 1000px;
    margin: auto;
    width: 60%;
  }

  .bz-message__heading {
  }

  .bz-program__ttl {
  }

  .bz-message__heading-ttl {
  }

  .bz-message__cont {
  }

  .bz-message__cont-item {
    width: 50%;
    padding: 3rem;
    padding-right: 6rem;
  }

  .bz-message__cont-item--ttl {
    font-size: 1.7rem;
  }

  .bz-message__cont-item--txt {
    font-size: 1rem;
  }

  .bz-message__cpa {
    width: 63%;
    /* position: absolute; */
    /* right: 0; */
    /* transform: translate(0, 100%); */
    margin-left: auto;
  }

  .bz-message__cont div img {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 6.8%;
  }

  .bz-message__cont-pic {
    width: 80%;
    margin-left: auto;
    margin-top: -30%;
  }

  body .bz-message__cont-pic img {
  }

  body .bz-message__cpa img {
  }

  /* bz-price
============================ */
  .bz-price {
    /* padding: 120px 0 120px; */
  }
  .bz-price__inner {
    max-width: 640px;
    margin: auto;
  }
  .bz-price__heading {
    width: 69%;
  }
  .bz-price__cont {
  }
  .bz-price__cont-list {
  }
  .bz-price__cont-list:after {
  }
  .bz-price__cont-list-ttl {
    margin-left: 30px;
  }
  .bz-price__cont-list-txt {
    /* font-size: 35px; */
  }
  .bz-price__cont-list-txt span {
  }
  .bz-price__cont-list-small {
    margin-left: 30px;
    font-size: 22px;
  }

  /* bz-schedule
============================ */
  .bz-schedule {
  }

  .bz-schedule__inner {
    max-width: 600px;
    margin: auto;
  }

  .bz-schedule__heading {
  }

  .bz-schedule__ttl {
  }

  .bz-schedule__heading-ttl {
  }

  .bz-schedule__list {
  }

  .bz-schedule__list dl {
    border-bottom: solid 2px white;
  }

  .bz-schedule__list dl dd {
    margin: 0 2rem;
    font-size: 1.1rem;
  }

  .bz-schedule__list dl dt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }

  .bz-schedule__list dl dt em {
  }

  .bz-schedule small {
    font-size: 1rem;
  }

  .bz-price__strong {
    font-size: 0.6em !important;
    margin-left: 0.625rem !important;
  }

  /* bz-q
============================ */
  .bz-q {
  }

  .bz-q:before {
    position: relative;
    top: -0.3px;
  }

  .bz-q__inner {
    max-width: 600px;
    margin: auto;
  }

  .bz-q__heading-ttl {
  }

  .bz-q__heading {
  }

  .bz-q__ttl {
  }

  .bz-bz-q__heading-ttl {
  }

  .bz-q__item {
    margin-bottom: 0;
    margin-top: 1.5rem;
  }

  .bz-q__item dl {
  }

  .bz-q__item dl dt {
    /* padding-left: 3rem; */
  }

  .bz-q__item dl dt span {
  }

  .bz-q__item dl dd {
  }

  .bz-q__item {
  }

  .bz-q__item:last-child {
  }

  .bz-q {
    padding-bottom: 5rem;
  }

  .bz-q__item dl dt {
  }

  .bz-q__item dl dt:before {
  }

  .bz-q__item dl dt:before {
    content: "";
    color: white;
    padding-right: 0.5rem;
    position: absolute;
    left: 0;
    top: 2px;
    width: 31px;
    height: 27px;
    background-size: 100% 100%;
  }

  .bz-q__item dl dt span {
  }

  .bz-q__item dl dd {
  }

  .bz-q__body {
  }

  .bz-cta--q .bz-cta__btn {
    width: 460px;
    max-width: 48%;
  }

  .bz-cta__q {
    /* left: 37%; */
    /* max-width: 50%; */
    margin-top: 3rem;
  }

  /* bz-bosyu
============================ */
  .bz-bosyu {
  }
  .bz-bosyu__inner {
  }
  .bz-bosyu__heading {
    width: 55%;
  }
  .bz-bosyu__inner img {
  }

  .bz-cta img {
  }

  .bz-footer {
  }

  .bz-footer:before {
  }

  .bz-footer__inner {
  }

  .bz-footer__txt {
  }

  .bz-footer__txt-1 {
  }

  .bz-footer__txt-2 {
  }

  .bz-footer__copyright {
  }

  .c-footer__copyright {
  }
  /* book=========== */
  .bz-program__book {
    max-width: 855px;
    padding: 32px 32px 20.8px;
    padding: 2rem 2rem 1.3rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
  .bz-program__book-wrap {
    display: flex;
  }
  .bz-program__book-head {
    flex: 1;
    min-width: 0;
    padding-right: 32px;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bz-program__book-head h3 {
    font-size: 32px;
    font-size: 1.8rem;
    /* padding-left: 16px; */
    /* padding-left: 1rem; */
    letter-spacing: 0.1em;
    margin-bottom: 25.6px;
    margin-bottom: 1.6rem;
  }
  .bz-program__book-head p {
    font-size: 16px;
    font-size: 1rem;
  }
  .bz-program__book-pic {
    width: 38%;
  }
  .bz-program__book-pic img {
  }
  .bz-program__book-pic span {
  }
}

@media only screen and (min-width: 768px) {
  /* bz-header
============================ */

  .bz-heading__ttl {
    left: 5%;
  }

  .sp_br {
    display: none;
  }

  .bz-heading {
    margin-bottom: 2.5rem;
  }

  .bz-header {
  }

  .bz-header__inner {
  }

  .bz-header__logo {
  }

  .bz-header__logo img {
  }

  .bz-main {
  }

  .bz-fv {
    margin-bottom: 0rem;
  }

  .bz-fv__inner {
    position: relative;
  }

  .bz-fv__main {
    min-width: 1100px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .bz-fv__main img {
  }

  .bz-cta {
    width: 28%;
    /* position: absolute; */
    /* transform: translate(70%, 10%); */
    /* width: 66%; */
    min-width: 400px;
  }

  .bz-cta:hover {
  }

  .bz-cta__btn:before {
  }

  .bz-cta__btn {
  }
  .bz-cta__fv .bz-cta__btn {
    width: 460px;
    max-width: 48%;
    display: block;
    position: relative;
  }

  .bz-cta__fv {
    top: 61%;
    width: 66%;
    min-width: 720px;
  }

  .bz-cta {
  }

  .bz-cta img {
  }

  .bz-cta img:hover {
  }

  /* bz-concept
============================ */
  .bz-concept {
  }

  .bz-concept:before {
    content: "";
    display: block;
    clip-path: polygon(0% 0%, 100% 96%, 100% 0%);
    background-color: #ffffff;
    color: #000000;
    padding: 13vw;
    padding-top: 1rem;
    height: 16vw;
    position: relative;
    top: -0.3px;
  }
  .bz-bz-concept__cont-item-txt {
    font-size: 1.1rem;
  }

  .bz-concept__inner {
    max-width: 1000px;
    margin: auto;
    width: 855px;
    margin-top: -1px;
    width: 90%;
  }

  .bz-concept:before {
    margin-bottom: -3rem;
  }

  .bz-concept__heading {
  }

  .bz-concept__heading-ttl {
  }

  .bz-bz-concept__cont {
  }

  .bz-bz-concept__cont-item {
  }

  .bz-bz-concept__cont-item-tab {
  }

  .bz-bz-concept__cont-box1-ttl {
  }

  .bz-bz-concept__cont-box2-ttl {
  }

  .bz-bz-concept__cont-item-box {
    padding: 3.5rem 5rem;
  }

  .bz-bz-concept__cont-item-box > div {
  }

  .bz-bz-concept__cont-item-box-1 {
  }

  .bz-bz-concept__cont-box1-ttl2 {
  }

  .bz-bz-concept__cont-box1-ttl2:before {
  }

  .bz-bz-concept__cont-item-box-1 p {
    font-size: 1rem;
  }

  .bz-bz-concept__cont-item-box-2 {
  }

  .bz-bz-concept__cont-box2-ttl2 {
  }

  .bz-bz-concept__cont-box2-ttl2:before {
  }

  .bz-bz-concept__cont-item-box-2 p {
    font-size: 1rem;
  }

  .bz-bz-concept__cont-item-ttl {
    font-size: 1.1rem;
  }

  .bz-bz-concept__cont-item-txt li {
  }

  /* bz-program
============================ */
  .bz-program {
  }

  .bz-program:before {
    position: relative;
    top: -0.2px;
  }

  .bz-program__inner {
    max-width: 900px;
    margin: auto;
    width: 90%;
  }

  .bz-program__heading {
  }

  .bz-program__ttl {
  }

  .bz-program__heading-ttl {
  }

  .bz-program__body {
    max-width: initial;
    padding-bottom: 40px;
  }

  .bz-program__cont {
  }

  .bz-program__cpa {
  }

  .bz-program__cont-head {
    display: flex;
  }

  .bz-program__cont-head-label {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }

  .bz-program__cont-head-txt {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }

  .bz-program__cont-txt {
    font-size: 1rem;
  }

  .bz-program__cont-wrap {
  }

  .bz-program__cont-moji {
    transform: translate(-112%, 8%);
  }

  .bz-program__cont-list {
    width: 49%;
    margin-bottom: 40px;
  }

  .bz-program__cont-list-item {
    height: 7.5em;
  }

  .bz-program__cont-list-item-no {
    font-size: 2.2rem;
    left: 0%;
  }

  .bz-program__cont-list-item-txt {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.05em;
    border: 2px solid #6f0506;
    padding: 0.5rem 1.3rem;
    height: auto;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .bz-program__list-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.1rem;
  }

  .bz-program__image-cont {
    width: 95%;
    margin-left: 0;
    margin-top: 3rem;
  }
  .bz-program__image-item {
    display: flex;
    align-items: center;
  }
  .bz-program__image-item-head {
    flex: 1;
    min-width: 0;
    margin-right: 4%;
  }
  .bz-program__image-item-head h3 {
    margin-bottom: 1.3rem;
  }
  .bz-program__image-item-head p {
    line-height: 2;
  }
  .bz-program__image-pic {
    width: 55%;
  }
  .bz-program__image-pic img {
  }
  /* bz-coach
============================ */
  .bz-coach {
    padding-bottom: 3rem;
    position: relative;
  }

  .bz-coach:before {
  }

  .bz-coach__inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }

  .bz-heading bz-coach__heading {
    position: absolute;
  }

  .bz-coach__heading {
    position: absolute;
    top: 11%;
    left: 2%;
    z-index: 99;
  }

  .bz-program__ttl {
  }

  .bz-coach__heading-ttl {
  }

  .bz-coach__cont-item {
    margin-bottom: 3rem;
  }

  .bz-cta--coach .bz-cta__btn {
    width: 460px;
    max-width: 48%;
  }

  .bz-coach__cont-item div {
  }

  .bz-coach__cont-box {
    /* width: 50%; */
    background-color: white;
    padding: 7rem 3rem 2.5rem;
    margin-top: -7.8rem;
  }

  .bz-coach__cont-item-pic {
    width: 60%;
    margin-left: 17%;
  }

  .bz-coach__cont-item div img {
  }

  .bz-coach__cont-head {
  }

  .bz-coach__cont-head-komoji {
  }

  .bz-coach__cont-head-omoji {
  }

  .bz-coach__cont-mv {
  }

  .bz-coach__cont-mv-ttl {
  }

  .bz-coach__cont-mv-sankaku {
  }

  .bz-coach__cont-mv-sankaku img {
  }

  .bz-coach__cont-mv-ttl {
  }

  .bz-coach__cont-mv-txt {
  }

  .bz-coach__cont-pro {
  }

  .bz-coach__cont-pro:before {
  }

  .bz-coach__cont-pro p {
    font-size: 1rem;
  }
  .bz-coach__cont-pro small {
    font-size: 0.85rem;
  }

  .bz-coach__cont-keireki {
  }

  .bz-coach__cont-keireki-ttl {
  }

  .bz-coach__cont-keireki-ttl:before {
  }

  .bz-coach__cont-keireki dl {
  }

  .bz-coach__cont-keireki dl dt {
    width: 10%;
  }

  .bz-coach__cont-keireki dl dd {
    font-size: 1rem;
  }

  .bz-coach__cont-keireki small {
    font-size: 0.7rem;
  }

  .bz-cta {
  }

  .bz-cta--coach {
    /* left: 36%; */
    /* transform: translate(0%, 30%); */
  }

  .bz-cta {
  }

  .bz-cta img {
  }
  /* menber */

  /* bz-member
============================ */
  .bz-member {
  }

  .bz-member__inner {
    margin: auto;
  }
  .bz-member__heading {
  }

  .bz-member__cont {
    width: 90%;
    gap: 1rem;

    max-width: 1000px;
  }
  .bz-member__cont-item {
    width: 48%;
  }
  .bz-member__cont-item span {
  }
  .bz-member__cont-item-pic {
  }
  .bz-member__cont-item-pic img {
  }
  .bz-member__cont-item-body {
    padding: 12px 12px 12px 12px;
  }
  .bz-member__cont-item-body h3 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .bz-member__cont-item-body h4 {
    font-size: 14px;
  }
  .bz-member__cont-icon {
    width: 1.5rem;
  }

  /* modal======================= */

  .modal-open {
  }

  .modal-container {
    padding: 7.5rem 0.625rem;
  }

  .modal-container:before {
  }

  .modal-container.active {
  }

  .modal-body {
    padding: 25px;
  }

  .modal-close {
  }

  .modal-body__pic {
  }
  .modal-body__pic img {
  }
  .modal-body__body {
    padding: 30px 20px 20px;
  }
  .modal-body__body h3 {
    font-size: 31px;
    letter-spacing: 0.2em;
    line-height: 0.8;
    margin-bottom: 32px;
  }
  .modal-body__body h3 span {
  }
  .modal-body__body h3:after {
    bottom: -40%;
  }

  .modal-body__body h4 {
    /* margin-bottom: 80px; */
    font-size: 16px;
  }
  /* .modal-body__body h5 {} */
  .modal-body__body p {
    font-size: 16.5px;
    line-height: 2;
    margin-bottom: 90px;
    /* letter-spacing: 0.1em; */
  }
  .modal-body__body p:last-child {
  }
  .modal-body__body-txt-profile,
  .modal-body__body-txt-message {
  }

  .modal-body__body-txt-profile:before,
  .modal-body__body-txt-message:before {
    font-size: 19px;
  }
  .modal-body__body-txt-profile:before {
  }
  .modal-body__body-txt-message:before {
  }

  /* bz-voice
============================ */
  .bz-voice {
  }
  .bz-voice__inner {
    max-width: 1000px;
    margin: auto;
  }
  .bz-voice__heading {
  }
  .bz-voice__list {
    width: 90%;
    margin: auto;
    max-width: 1000px;
  }
  .bz-voice__list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .bz-voice__item {
    padding: 1rem 1rem;
    width: 48%;
  }
  .bz-voice__head {
  }
  .bz-voice__head-pic {
    /* width: 32%; */
  }
  .bz-voice__head-pic img {
  }
  .bz-voice__head-profile {
  }
  .bz-voice__head-profile h3 {
  }
  .bz-voice__head-profile p {
  }
  .bz-voice__body {
  }
  .bz-voice__body p {
  }

  .bz-voice__text {
  }

  .bz-voice__text.expanded {
  }

  .bz-voice__read-more {
  }

  .bz-voice__read-more-btn {
  }

  .bz-voice__read-more-btn::after {
  }

  .bz-voice__read-more-btn.expanded::after {
  }

  /* bz-about
============================ */
  .bz-about {
    /* padding: 120px 0 120px; */
    padding: 0 0 6rem;
  }
  .bz-about__inner {
    max-width: 1000px;
    margin: auto;
  }

  .bz-about__heading {
    /* width: 44%; */
    /* margin-bottom: 1rem; */
  }
  .bz-heading img {
  }
  .bz-about__cont {
    display: flex;
    align-items: flex-start;
    gap: 3%;
  }
  .bz-about__cont-body {
    flex: 1;
    min-width: 0;
  }
  .bz-about__cont-body h3 {
    font-size: 21px;
  }
  .bz-about__cont-body-txt {
    /* font-size: 18px; */
    /* margin-bottom: 30px; */
  }
  .bz-about__cont-pic {
    width: 57%;
  }
  .bz-about__cont-pic img {
  }

  /* movie============= */
  .bz-movie {
  }

  .bz-movie__inner {
    max-width: 800px;
    margin: auto;
    width: 60%;
  }

  .bz-movie__heading {
  }

  .bz-movie__main {
  }
  .bz-movie__main iframe {
  }

  /* bz-features
============================ */
  .bz-features {
    margin-top: -14rem;
    position: relative;
  }

  .bz-features:before {
  }

  .bz-features__inner {
    max-width: 700px;
    margin: auto;
  }

  .bz-features__heading {
  }

  .bz-program__ttl {
  }

  .bz-features__heading-ttl {
  }

  .bz-features__cont {
  }

  .bz-features__item {
    padding: 1.3rem;
  }

  .bz-features__item-ttl {
    font-size: 1.3rem;
  }

  .bz-features__item-ttl em {
  }

  .bz-features__item p {
    font-size: 1.2rem;
  }

  /* bz-message
============================ */
  .bz-message {
  }

  .bz-message:before {
    content: "";
  }

  .bz-message__inner {
    max-width: 1000px;
    margin: auto;
    width: 60%;
  }

  .bz-message__heading {
  }

  .bz-program__ttl {
  }

  .bz-message__heading-ttl {
  }

  .bz-message__cont {
  }

  .bz-message__cont-item {
    width: 50%;
    padding: 3rem;
    padding-right: 6rem;
  }

  .bz-message__cont-item--ttl {
    font-size: 1.7rem;
  }

  .bz-message__cont-item--txt {
    font-size: 1rem;
  }

  .bz-message__cpa {
    width: 63%;
    /* position: absolute; */
    /* right: 0; */
    /* transform: translate(0, 100%); */
    margin-left: auto;
  }

  .bz-message__cont div img {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 6.8%;
  }

  .bz-message__cont-pic {
    width: 80%;
    margin-left: auto;
    margin-top: -30%;
  }

  body .bz-message__cont-pic img {
  }

  body .bz-message__cpa img {
  }

  /* bz-price
============================ */
  .bz-price {
    /* padding: 120px 0 120px; */
  }
  .bz-price__inner {
    max-width: 640px;
    margin: auto;
  }
  .bz-price__heading {
    width: 69%;
  }
  .bz-price__cont {
  }
  .bz-price__cont-list {
  }
  .bz-price__cont-list:after {
  }
  .bz-price__cont-list-ttl {
    margin-left: 30px;
  }
  .bz-price__cont-list-txt {
    /* font-size: 35px; */
  }
  .bz-price__cont-list-txt span {
  }
  .bz-price__cont-list-small {
    margin-left: 30px;
    font-size: 22px;
  }

  /* bz-schedule
============================ */
  .bz-schedule {
  }

  .bz-schedule__inner {
    max-width: 600px;
    margin: auto;
  }

  .bz-schedule__heading {
  }

  .bz-schedule__ttl {
  }

  .bz-schedule__heading-ttl {
  }

  .bz-schedule__list {
  }

  .bz-schedule__list dl {
    border-bottom: solid 2px white;
  }

  .bz-schedule__list dl dd {
    margin: 0 2rem;
    font-size: 1.1rem;
  }

  .bz-schedule__list dl dt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }

  .bz-schedule__list dl dt em {
  }

  .bz-schedule small {
    font-size: 1rem;
  }

  .bz-price__strong {
    font-size: 0.6em !important;
    margin-left: 0.625rem !important;
  }

  /* bz-q
============================ */
  .bz-q {
  }

  .bz-q:before {
    position: relative;
    top: -0.3px;
  }

  .bz-q__inner {
    max-width: 600px;
    margin: auto;
  }

  .bz-q__heading-ttl {
  }

  .bz-q__heading {
  }

  .bz-q__ttl {
  }

  .bz-bz-q__heading-ttl {
  }

  .bz-q__item {
    margin-bottom: 0;
    margin-top: 1.5rem;
  }

  .bz-q__item dl {
  }

  .bz-q__item dl dt {
    /* padding-left: 3rem; */
  }

  .bz-q__item dl dt span {
  }

  .bz-q__item dl dd {
  }

  .bz-q__item {
  }

  .bz-q__item:last-child {
  }

  .bz-q {
    padding-bottom: 5rem;
  }

  .bz-q__item dl dt {
  }

  .bz-q__item dl dt:before {
  }

  .bz-q__item dl dt:before {
    content: "";
    color: white;
    padding-right: 0.5rem;
    position: absolute;
    left: 0;
    top: 2px;
    width: 31px;
    height: 27px;
    background-size: 100% 100%;
  }

  .bz-q__item dl dt span {
  }

  .bz-q__item dl dd {
  }

  .bz-q__body {
  }

  .bz-cta--q .bz-cta__btn {
    width: 460px;
    max-width: 48%;
  }

  .bz-cta__q {
    /* left: 37%; */
    /* max-width: 50%; */
    margin-top: 3rem;
  }

  /* bz-bosyu
============================ */
  .bz-bosyu {
  }
  .bz-bosyu__inner {
  }
  .bz-bosyu__heading {
    width: 55%;
  }
  .bz-bosyu__inner img {
  }

  .bz-cta img {
  }

  .bz-footer {
  }

  .bz-footer:before {
  }

  .bz-footer__inner {
  }

  .bz-footer__txt {
  }

  .bz-footer__txt-1 {
  }

  .bz-footer__txt-2 {
  }

  .bz-footer__copyright {
  }

  .c-footer__copyright {
  }

  /* movie============= */
  .bz-movie-2 {
    margin-bottom: 4rem;
  }

  .bz-movie-2__inner {
    text-align: center;
  }

  .bz-movie-2__heading {
    margin: 60px auto 40px;
    font-size: 28.8px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding: 16px 16px;
    padding: 1rem 1rem;
    width: 80%;
  }

  .bz-movie-2__main {
  }
  .bz-movie-2__main iframe {
  }

  .bz-cpd__wrap {
    display: flex;
    background: rgb(47, 46, 57);
    background: linear-gradient(
      90deg,
      rgba(239, 239, 239, 1) 0%,
      rgba(216, 216, 216, 1) 100%
    );
    padding: 2rem 1.5rem;
    flex-direction: column;
  }
  .bz-cpd__wrap img {
    max-width: 90%;
  }

  .bz-cpd__pic {
    width: 20%;
    /* padding-right: 1rem; */
    margin-bottom: initial;
  }
  .bz-cpd__txt {
    flex: 1;
    min-width: 0;
    color: #151515;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .bz-cpd__txt strong {
    font-size: 1.4em;
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  .bz-cpd__wrap {
    flex-direction: row;
    align-items: center;
  }
}

/* kotei========= */
.kotei-btn {
  display: none;
}
.kotei-btn.is-active {
  position: fixed;
  z-index: 998;
  opacity: 1;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  background-color: rgb(0 0 0 / 0.8);
  width: 100%;
  padding: 12.8px 12.8px 16px;
  padding: 0.8rem 0.8rem 1rem;
  justify-content: center;
}
.kotei-btn a {
  padding: 13px 0 15px;
  padding: 0.8125rem 0 0.9375rem;
  width: 100%;
}
.kotei-btn__bz-cta {
  background: rgb(186, 179, 90);
  background: linear-gradient(
    90deg,
    rgba(186, 179, 90, 1) 0%,
    rgba(151, 127, 33, 1) 100%
  );
  border-radius: 100px;
  border-radius: 6.25rem;
  letter-spacing: 0.1em;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3;
  padding: 10px 0 17px;
  padding: 0.625rem 0 1.0625rem;
  box-shadow: 0 6px 0 rgb(90 73 5 / 100%);
  box-shadow: 0 0.375rem 0 rgb(90 73 5 / 100%);
  width: 90%;
  margin: auto;
  text-align: center;
  color: white;
  font-weight: 600;
}
.kotei-btn__bz-cta span {
  display: inline-block;
  background-color: white;
  border-radius: 1px;
  border-radius: 0.0625rem;
  color: #977f21;
  font-size: 0.8em;
  padding: 2px 4px 3px 5px;
  padding: 0.125rem 0.25rem 0.1875rem 0.3125rem;
  transform: translate(0, -6%);
  margin-right: 0.3em;
}

@media only screen and (min-width: 768px) {
  .kotei-btn.is-active {
    max-width: 250px;
    left: inherit;
    right: 0;
    background-color: initial;
    flex-direction: column;
    padding: 6.4px;
    padding: 0.4rem;
    gap: 6px;
    gap: 0.375rem;
  }
  .kotei-btn a {
    box-shadow: initial;
    font-size: 16px;
    font-size: 1.1rem;
    padding: 0.8125rem 0 0.8375rem;
  }
}
