@charset "UTF-8";

.bz {
  overflow-x: hidden;
  background: rgb(47, 46, 57);
  background: linear-gradient(
    90deg,
    rgba(47, 46, 57, 1) 0%,
    rgba(46, 41, 58, 1) 21%,
    rgba(34, 47, 61, 1) 100%
  );
}

.bg-sankaku {
  position: relative;
}
.bg-sankaku:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 56vw;
  max-height: 180px;
  background-color: rgb(87 77 117 / 0.1);
  left: 0;
  top: 0;
  clip-path: polygon(0% 100%, 20% 0, 0% 0%);
}
.bg-txt {
  position: relative;
}
.bg-txt:before {
  content: "";
  position: absolute;
  background-image: url(../../img/head_nextcfo-sp.png);
  width: 103%;
  height: 33vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 0.4%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}

.bz-heading {
  width: 85%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.bz-heading img {
}
.bz-main {
  position: relative;
}
.bz-fv {
  position: relative;
  padding: 0 0 40px;
  padding: 0 0 2.5rem;
}
.bz-fv__inner {
  width: 100%;
  margin: auto;
}
.bz-fv__main {
  position: relative;
  z-index: 2;
}
.bz-fv__main img {
}
.bz-fv__en {
  position: absolute;
  bottom: -50%;
  left: -39%;
  width: 100%;
}
.bz-fv__en-02 {
  position: absolute;
  bottom: -27%;
  right: -39%;
  width: 90%;
}
/* what================ */
.bz-what {
  margin-top: 20%;
}
.bz-what__inner {
  width: 90%;
  margin: auto;
}
.bz-what__box {
  position: relative;
  padding: 0 5px 0 25px;
  padding: 0 0.3125rem 0 1.5625rem;
}
.bz-what__box:before {
  content: "";
  position: absolute;
  height: calc(100% - 94.4px);
  height: 100%;
  width: 1px;
  width: 0.0625rem;
  background: rgb(152, 132, 66);
  background: linear-gradient(
    180deg,
    rgba(152, 132, 66, 1) 0%,
    rgba(198, 176, 109, 1) 67%,
    rgba(76, 66, 33, 1) 100%
  );
  left: 7px;
  left: 0.4375rem;
}
.bz-what__ttl {
  color: #fff;
  font-family: var(--font-family__mincho);
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;

  font-style: normal;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 2.7px;
  letter-spacing: 0.16875rem;
}

.bz-what__txt {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;

  position: relative;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
/* cta================== */
.fv-bz-cta {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}
.bz-cta img {
  transform: translate(0%, -4%);
  display: block;
}

.bz-cta {
  z-index: 99;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
  max-width: none;
  transform: none;
}

.bz-cta__fv {
  top: 47.1%;
  width: 84.2%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.bz-cta__btn {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
}

.bz-cta_text {
  color: #fff;
  text-align: center;
  /* text-shadow: 0 0 11px #cbdaf0; */
  /* text-shadow: 0 0 0.6875rem #cbdaf0; */
  font-family: "Shippori Mincho B1";
  font-size: 16.442px;
  font-size: 1.027625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.822px;
  letter-spacing: 0.051375rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  /* margin-left: 10px; */
  /* margin-left: 0.625rem; */
}

.bz-cta_text-b {
  color: var(--color__txt);
}

.bz-cta img:hover {
  display: block;
  width: 100%;
  height: auto;
  transform: none;
}

.bz-cta__image img {
  display: block;
  width: 100%;
  height: auto;
  transform: none;
}

/* CTA hover
============================ */

.bz-cta__image,
.bz-price__cta-image,
.bz-price__trial-cta,
.kotei-btn__bz-cta,
.bz-report__link {
  transition: 0.3s;
}

.bz-cta__btn:hover .bz-cta__image,
.bz-price__cta:hover .bz-price__cta-image,
.bz-price__trial-cta:hover,
.kotei-btn__bz-cta:hover,
.bz-report__link:hover {
  transform: scale(1.03);
}

/* bz-concept
============================ */
.bz-concept {
  position: relative;
  z-index: 3;
  padding: 30px 0 50px;
  padding: 1.875rem 0 3.125rem;
}
.bz-concept__inner {
  width: 90%;
  margin: auto;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
.bz-concept__heading {
}

.bz-concept__tab {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* .bz-concept__tab-01 {
  color: white;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  background: rgb(87, 77, 117);
  background: linear-gradient(
    90deg,
    rgba(87, 77, 117, 1) 0%,
    rgba(112, 130, 167, 1) 57%,
    rgba(90, 122, 151, 1) 100%
  );
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
  border: solid 1px #cccccc;
  border: solid 0.0625rem #cccccc;
  border-radius: 100px;
  border-radius: 6.25rem;
} */

/* .bz-concept__tab-02 {
  color: #7d7d7d;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
  border: solid 1px #7d7d7d;
  border: solid 0.0625rem #7d7d7d;
  border-radius: 100px;
  border-radius: 6.25rem;
} */
.bz-concept__body {
  position: relative;
  padding: 0 5px 0 20px;
  padding: 0 0.3125rem 0 1.25rem;
}
.bz-concept__body:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  width: 0.0625rem;
  background: rgb(152, 132, 66);
  background: linear-gradient(
    180deg,
    rgba(152, 132, 66, 1) 0%,
    rgba(198, 176, 109, 1) 67%,
    rgba(76, 66, 33, 1) 100%
  );
  left: 5px;
  left: 0.3125rem;
}

.bz-concept__body-01 {
}
.bz-concept__body h3 {
  color: white;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.bz-concept__body p {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  position: relative;
  font-weight: 400;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-concept__body-02 {
}

/* Report
============================ */

.bz-report {
  background-color: white;
  position: relative;
  padding: 120px 0 36.8px;
  padding: 3.5rem 0 2.3rem;
}

.bz-report__inner {
  position: relative;
  z-index: 1;
  width: 87.5%;
  margin: 0 auto;
}

.bz-report__heading {
  /* margin-left: -25px; */
  /* margin-left: -1.5625rem; */
  /* margin-bottom: 13px; */
  /* margin-bottom: 0.8125rem; */
}

.bz-report__heading-img {
  width: 188px;
  width: 11.75rem;
  zoom: 1;
}

.bz-report__heading-img img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-report__heading-ttl {
  color: #f5f5f5;
}

.bz-report__images {
  display: grid;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.bz-report__image {
}

.bz-report__image img {
  aspect-ratio: 356 / 214;
  object-fit: cover;
}

.bz-report__image-caption {
  color: #242633;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  width: fit-content;
  margin-inline: auto;
}

.bz-report__date {
  color: #242633;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.bz-report__date em {
  color: #242633;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: inline-block;
}

.bz-report__title {
  color: #242633;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 4.32px;
  letter-spacing: 0.27rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.0625rem solid #242633;
  padding-left: 3.26px;
  padding-left: 0.20375rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.bz-report__block {
  width: 97.447%;
  margin-inline: auto;
  margin-bottom: 30px;
  margin-bottom: 2.875rem;
}

.bz-report__term {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #242633;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
}

.bz-report__voice {
  background: #e4eefc;
  border-radius: 0 15px 15px 15px;
  border-radius: 0 0.9375rem 0.9375rem 0.9375rem;
  padding: 14px 29px 17px 35px;
  padding: 0.875rem 1.8125rem 1.0625rem 2.1875rem;
}

.bz-report__link {
  border: 1px solid #d9d9d9;
  border: 0.0625rem solid #d9d9d9;
  width: 100%;
  height: 74px;
  height: 4.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242633;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  position: relative;
}

.bz-report__link::after {
  content: ">";
  color: #242633;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
}

.bz-report__voice:first-of-type {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-report__voice-title {
  color: #181717;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
}

.bz-report__desc {
  margin: 0;
  color: #242633;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 190%;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}

.bz-report__voice-text {
  color: #181717;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}

/* bz-program
============================ */
.bz-program {
  background-color: var(--color__gray);
  padding: 50px 0 18px;
  padding: 3.125rem 0 1.125rem;
}

.bz-program__inner {
  width: 90%;
  margin: auto;
  max-width: 1000px;
}
.bz-program__heading {
}

.bz-program__cont {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.bz-program__cont-link {
  color: white;
  letter-spacing: 0.1em;
  background-color: #977f21;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-radius: 3.2px;
  border-radius: 0.2rem;
  text-decoration: none;
  margin-top: 16px;
  margin-top: 1rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: solid 1px white;
  border: solid 0.0625rem white;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 20%);
  margin-bottom: 2rem;
}

/* ä»¥ä¸‹å¤‰æ›´éƒ¨åˆ† */
/* ãƒœã‚¿ãƒ³ã‚’ã‚­ãƒ©ãƒƒã¨ã•ã›ã‚‹ */
.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__cont-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.bz-program__cont-ttl {
  background-color: var(--color__main);
  color: white;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  padding: 5px 11px;
  padding: 0.3125rem 0.6875rem;
  display: inline-block;
}
.bz-program__cont-txt {
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
.bz-program__cont p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 5px 0 25px;
  padding: 0 0.3125rem 0 1.5625rem;
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.bz-program__cont p:before {
  content: "";
  position: absolute;
  height: calc(100% - 94.4px);
  height: 100%;
  width: 1px;
  width: 0.0625rem;
  background: rgb(152, 132, 66);
  background: linear-gradient(
    180deg,
    rgba(152, 132, 66, 1) 0%,
    rgba(198, 176, 109, 1) 67%,
    rgba(76, 66, 33, 1) 100%
  );
  left: 7px;
  left: 0.4375rem;
}
.bz-program__cont-list {
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
.bz-program__cont-list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  width: 0.0625rem;
  background-color: var(--color__main);
  left: 7px;
  left: 0.4375rem;
}
.bz-program__cont-item {
  display: flex;
  position: relative;
  counter-increment: title;
  counter-reset: list;
  padding-top: 37px;
  padding-top: 2.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-program__cont-item:before {
  content: "\7b2c" counter(title) "\56de"; /* 第 回 */
  display: inline-block;
  position: absolute;
  background-color: var(--color__main);
  margin-right: 1em;
  padding: 1px 6px 2px;
  padding: 0.0625rem 0.375rem 0.125rem;
  color: white;
  white-space: nowrap;
  left: -7.2%;
  top: 0;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-size: 1rem;
}

.bz-program__cont-item-body {
  width: 50%;
}
.bz-program__cont-item-body-pic {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.bz-program__cont-item-body-pic img {
}
.bz-program__cont-item-body-name {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.bz-program__cont-item-body-name span {
  font-size: 0.7em;
  display: inline-block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.bz-program__cont-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -34%);
  width: 7%;
}

.bz-program__soon {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--font-family__mincho);
  letter-spacing: 0.05em;
}
.bz-program__soon span {
  display: inline-block;
  border-bottom: solid 1px;
  border-bottom: solid 0.0625rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  font-size: 1.5em;
}

/* bz-feature
============================ */
.bz-feature {
  position: relative;
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
  background-color: rgb(0, 0, 0, 0.38);
  z-index: 0;
}

.bz-feature:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000069;
  left: 0;
  top: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% -20%);
  z-index: -1;
}
.bg-txt-02 {
  position: absolute;
  width: 103%;
  height: 33vw;
  top: 0.4%;
  left: 50%;
  transform: translate(-50%, 0);
}
.bz-feature__inner {
  width: 86%;
  margin: auto;
  position: relative;
  /* z-index: 5; */
  max-width: 800px;
}
.bz-feature__heading {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 2;
}

.bz-feature__list {
}
.bz-feature__list-item {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.bz-feature__list-item h3 {
  width: 20%;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.bz-feature__list-item h3 img {
}
.bz-feature__list-item p {
  color: white;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.bz-feature__list-item p:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  width: 0.0625rem;
  background: rgb(87, 77, 117);
  background: linear-gradient(
    180deg,
    rgba(87, 77, 117, 1) 0%,
    rgba(112, 130, 167, 1) 67%,
    rgba(90, 122, 151, 1) 100%
  );
  left: 5px;
  left: 0.3125rem;
}

.bz-program__image-cont {
  margin-top: 48px;
  margin-top: 3rem;
}
.bz-program__image-item {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.bz-program__image-item-head {
}
.bz-program__image-item-head h3 {
  color: white;
  font-size: 19.2px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
}
.bz-program__image-item-head h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.6px;
  width: 0.1rem;
  background: rgb(87, 77, 117);
  background: linear-gradient(
    180deg,
    rgba(87, 77, 117, 1) 0%,
    rgba(112, 130, 167, 1) 67%,
    rgba(90, 122, 151, 1) 100%
  );
  height: 100%;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.bz-program__image-item-head p {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 400;
}
.bz-program__image-pic {
}
.bz-program__image-pic img {
}
/* bz-about
============================ */
.bz-about {
  background-color: var(--color__gray);
  padding: 50px 0 60px;
  padding: 3.125rem 0 3.75rem;
  background-color: var(--color__gray);
}
.bz-about__inner {
  width: 90%;
  margin: auto;
  max-width: 800px;
}

.bz-about__heading {
}
.bz-heading img {
}
.bz-about__cont {
}
.bz-about__cont-body {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.bz-about__cont-body h3 {
  background: rgb(87, 77, 117);
  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;
  margin-top: 0.125rem;
}
.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: 32px;
  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: 8px;
  border-radius: 0.5rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* bz-member
============================ */
.bz-member {
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
}
.bz-member__inner {
  width: 92%;
  margin: auto;
  position: relative;
  /* z-index: 2; */
  max-width: 800px;
}
.bz-member__heading {
}

.bz-member__coming {
  width: 92%;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.bz-member__cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.9%;
  justify-content: flex-start;
}
.bz-member__cont-item {
  background-color: white;
  border-radius: 5px;
  border-radius: 0.3125rem;
  position: relative;
  width: 32%;
  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;
}
.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;
  /* margin-bottom: 5px;
  /* margin-bottom: 0.3125rem; */
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
.bz-member__cont-icon {
  width: 17px;
  width: 1.0625rem;
  position: absolute;
  right: 3%;
  bottom: 3%;
}

/* bz-nittei
============================ */
.bz-nittei {
  background-color: var(--color__gray);
  padding: 60px 0 50px;
  padding: 3.75rem 0 3.125rem;
  background-color: white;
}
.bz-nittei__inner {
  width: 90%;
  margin: auto;
  max-width: 800px;
}
.bz-nittei__heading {
}

.bz-nittei__cont {
  width: 93%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.bz-nittei__cont-list {
  counter-increment: title;
  counter-reset: list;
  display: flex;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}

.bz-nittei__cont-list:before {
  content: "\7b2c" counter(title) "\56de"; /* 第 回 */
  display: inline-block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  background: var(--color__main);
  color: white;
  letter-spacing: 0.1em;
  width: 22%;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
.bz-nittei__cont-day {
  width: 31%;
  text-align: left;
  margin-left: 23.8px;
  margin-left: 1.4875rem;
  white-space: nowrap;
}
.bz-nittei__cont-time {
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
.bz-nittei__area {
  background-color: white;
  border-radius: 3px;
  border-radius: 0.1875rem;
  padding: 8px 20px 10px;
  padding: 0.5rem 1.25rem 0.625rem;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.bz-nittei__area span {
  text-align: left;
  display: inline-block;
}
/* bz-koushi
============================ */
.bz-koushi {
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
  background-color: var(--color__gray);
}
.bz-koushi__inner {
  width: 90%;
  margin: auto;
  position: relative;
  /* z-index: 2; */
  max-width: 980px;
}
.bz-koushi__heading {
  position: relative;
  z-index: 2;
}
.bz-koushi__cont {
  border: solid 1px #707070;
  border: solid 0.0625rem #707070;
  padding: 15.6px;
  padding: 0.975rem;
}
.bz-koushi__cont-thum {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.bz-koushi__cont-thum-pic {
  position: relative;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.bz-koushi__cont-thum-pic img {
}
.bz-koushi__cont-thum-eigo {
  position: absolute;
  bottom: -26%;
  width: 42%;
  right: 0;
  /* transform: translate(0, 70%); */
}
.bz-koushi__cont-thum-eigo img {
}
.bz-koushi__cont-thum-name {
  font-family: var(--font-family__mincho);
  color: var(--color__txt);
  font-size: 29px;
  font-size: 1.8125rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-weight: 600;
}
.bz-koushi__cont-thum-name span {
  font-size: 0.5em;
  letter-spacing: 0.15em;
}
.bz-koushi__body {
}
.bz-koushi__body p {
  color: var(--color__txt);
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  margin-bottom: 1.5rem;
}

.bz-koushi__body p small {
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
  color: var(--color__txt);
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  margin-bottom: 1.5rem;
}

/* 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
============================ */
.bz-price {
  background-color: #fff;
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
}
.bz-price__inner {
  width: 90%;
  margin: auto;
  max-width: 800px;
}
.bz-price__heading {
}
.bz-price__cont {
  width: 95%;
  margin: auto;
  margin-bottom: 6rem;
}
.bz-price__cont-head {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 2rem;
}
.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: 25px;
  font-size: 1.1625rem;
  color: var(--color__txt);
  border-bottom: solid 0.1rem;
  /* background-color: var(--color__main); */
  padding: 6.2px 19px 8.2px;
  padding: 0.3875rem 0.5125rem;
  /* margin-right: 30px;
  /* margin-right: 1.875rem; */
  /* margin-right: 30px;
  /* margin-right: 1.875rem; */
  letter-spacing: 0.2em;
  font-weight: 600;
  /* margin-bottom: 8px;
  /* margin-bottom: 0.5rem; */
  margin-bottom: 0.7rem;
}
.bz-price__cont-list {
  display: flex;
  /* margin-bottom: 20px;
  /* margin-bottom: 1.25rem; */
  /* margin-bottom: 20px;
  /* margin-bottom: 1.25rem; */
  position: relative;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  padding: 13.8px 0;
  padding: 0.8625rem 0;
  align-items: center;
  /* border-bottom: solid 1.6px #e7e7e7; */
  /* 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: 21.8px;
  font-size: 1.1625rem;
  /* color: white; */
  /* background-color: var(--color__main); */
  /* padding: 3px 19px 5px;
  /* padding: 0.1875rem 1.1875rem 0.3125rem; */
  /* padding: 3px 19px 5px;
  /* padding: 0.1875rem 1.1875rem 0.3125rem; */
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-left: 17.6px;
  margin-left: 1.1rem;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.bz-price__cont-list-txt {
  font-size: 25px;
  font-size: 1.1625rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.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: 20.2px;
  font-size: 1.2625rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  padding-top: 11.2px;
  padding-top: 0.7rem;
}
.bz-price__cont-list-small:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  top: 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-small-tusyaku {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  display: block;
}

.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-faq
============================ */
.bz-faq {
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
  background-image: url(../../img/faq_bg-sp.png);
  background-size: contain;
}

.bz-faq__inner {
  width: 90%;
  margin: auto;
  position: relative;
  /* z-index: 2; */
  max-width: 800px;
}
.bz-faq__heading {
}
.bz-faq__list {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.bz-faq__list-item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: solid 1px rgb(255, 255, 255, 0.3);
  border-bottom: solid 0.0625rem rgb(255, 255, 255, 0.3);
}
.bz-faq__list-item dt {
}
.bz-faq__list-item dd {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 37px;
  margin-left: 2.3125rem;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 300;
  padding: 0 8px 25px;
  padding: 0 0.5rem 1.5625rem;
  letter-spacing: 0.02em;
}
.bz-faq__list-item-link {
  color: white;
  font-weight: 600;
  border-bottom: solid 1px;
  border-bottom: solid 0.0625rem;
}

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

.bz-faq__list-item dt {
  color: white;
  font-size: 18px;
  font-size: 1.025rem;
  position: relative;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  /* -webkit-font-smoothing: antialiased; */
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  padding: 0 8px;
  padding: 0 0.5rem;
  letter-spacing: 0.05em;
}

.bz-faq__list-item dt:before {
  content: "";
  background-image: url(../../img/Q1.png);
  background-size: contain;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
  line-height: 0;
  position: relative;
  top: 4px;
  top: 0.25rem;
}
.bz-faq__list-item:nth-child(2) dt::before {
  background-image: url(../../img/Q2.png);
}

.bz-faq__list-item:nth-child(3) dt::before {
  background-image: url(../../img/Q3.png);
}
.bz-faq__list-item:nth-child(4) dt::before {
  background-image: url(../../img/Q4.png);
}

.bz-faq__list-item:nth-child(5) dt::before {
  background-image: url(../../img/Q5.png);
}
.bz-faq__list-item:nth-child(6) dt::before {
  background-image: url(../../img/Q6.png);
}
.bz-faq__list-item:nth-child(7) dt::before {
  background-image: url(../../img/Q7.png);
}
.bz-faq__list-item:nth-child(8) dt::before {
  background-image: url(../../img/Q8.png);
}
.bz-faq__list-item:nth-child(9) dt::before {
  background-image: url(../../img/Q9.png);
}
/* tab========================= */
.tab-item {
}

.tab-item.active {
  color: white;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  background: rgb(87, 77, 117);
  background: linear-gradient(
    90deg,
    rgba(87, 77, 117, 1) 0%,
    rgba(112, 130, 167, 1) 57%,
    rgba(90, 122, 151, 1) 100%
  );
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
  border: solid 1px #cccccc;
  border: solid 0.0625rem #cccccc;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.tab-item {
  color: #7d7d7d;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
  border: solid 1px #7d7d7d;
  border: solid 0.0625rem #7d7d7d;
  border-radius: 100px;
  border-radius: 6.25rem;
  cursor: pointer;
}

.bz-concept__body {
  display: none;
}

.bz-concept__body.active {
  display: block;
}

.active {
  display: block;
}

/* 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: 72px 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.625rem 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: 2.4px;
  height: 0.15rem;
  background-color: var(--color__main);
  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: 3.75rem;
}

.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;
  padding: 0 0.3125rem;
}
.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;
  left: -0.3125rem;
}
.modal-body__body-txt-profile:before {
  content: "\30D7\30ED\30D5\30A3\30FC\30EB"; /* プロフィール */
}
.modal-body__body-txt-message:before {
  content: "CFOã‚’ç›®æŒ‡ã™çš†ã•ã‚“ã¸";
}

/* voice================= */
.bz-voice {
  padding: 24px 0 82px;
  padding: 3.5rem 0 5.125rem;
  position: relative;
}
.bz-voice__inner {
  position: relative;
  z-index: 4;
}
.bz-voice__heading {
  position: relative;
  left: 1rem;
}
.bz-voice__list {
  width: 90%;
  margin: auto;
}

.bz-voice__item {
  background-color: #fff;
  padding: 19px 15px;
  padding: 1.1875rem 0.9375rem;
}

.bz-voice__head {
  display: flex;
  padding: 0 8px;
  padding: 0 0.5rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: solid 1.6px #9b8861;
  border-bottom: solid 0.1rem #9b8861;
  align-items: center;
}

.bz-voice__head-pic {
  width: 52%;
  margin-right: 16px;
  margin-right: 1rem;
}

.bz-voice__head-profile {
  flex: 1;
  min-width: 0;
}

.bz-voice__head-term {
  color: #151515;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
}

.bz-voice__head-profile h3 {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.bz-voice__head-profile h3 span {
  font-size: 0.8em;
}

.bz-voice__head-profile p {
  color: #000;
  text-align: justify;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
}

.bz-voice__body {
  padding: 0 8px;
  padding: 0 0.5rem;
}

.bz-voice__head-title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 27.2px */
  letter-spacing: 0.68px;
  letter-spacing: 0.0425rem;
}

.bz-voice__body p {
  font-size: 14.08px;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.bz-voice__text {
  max-height: 14.5em;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.bz-voice__text.expanded {
  max-height: none;
}

.bz-voice__read-more {
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.bz-voice__read-more-btn {
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  position: relative;
}

.bz-voice__read-more-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-left: 0.3125rem;
  border-left: 5px solid transparent;
  border-left: 0.3125rem solid transparent;
  border-right: 5px solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 5px solid #333;
  border-top: 0.3125rem solid #333;
  transition: transform 0.3s ease;
}

.bz-voice__read-more-btn.expanded::after {
  transform: rotate(180deg);
}
/* About========== */
.bz-about__inner {
  width: 90%;
  margin: auto;
  max-width: 1000px;
  position: relative;
  /* z-index: 2; */
  /* position: relative; */
  /* z-index: 1; */
  /* width: 100%; */
  /* margin: 0 auto; */
}

.bz-about__heading {
  width: 85%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.bz-about__heading-script {
  width: 188px;
  width: 11.75rem;
}

.bz-about__heading-script img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-about__heading-title {
  color: #181717;
  font-family: "Shippori Mincho B1";
  font-size: 20.8px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 78%;
  left: 32%;
}

.bz-about__list {
  width: 95%;
  /* margin: 18px auto 0; */
  margin: auto;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
}

.bz-about__item {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  column-gap: 9.36px;
  column-gap: 0.585rem;
  margin: 0;
  padding: 20px 0 20px 3px;
  padding: 1.25rem 0 1.25rem 0.1875rem;
  box-sizing: border-box;
}

.bz-about__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  height: 0.0625rem;
  background: linear-gradient(90deg, #242633 0 18.9%, #cbccce 18.9% 100%);
}

.bz-about__item--target {
  min-height: 60px;
}

.bz-about__item--fee {
}

.bz-about__item--fee .bz-about__desc {
  white-space: nowrap;
}

.bz-about__item--capacity {
  min-height: 60px;
}

.bz-about__item--requirements {
  min-height: 60px;
}

.bz-about__item--time {
  min-height: 150px;
}

.bz-about__item--place {
  min-height: 109px;
}

.bz-about__item--cpd {
  min-height: 137px;
}

.bz-about__item--host {
  padding-bottom: 0;
}

.bz-about__item--host::after {
  display: none;
}

.bz-about__term {
  margin: 0;
  color: var(--color__txt);
  font-family: var(--font-family__base);
  word-break: normal;
  padding-top: 5px;
  padding-top: 0.3125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.bz-about__desc {
  margin: 0;
  color: #151515;
  font-family: var(--font-family__base);
  word-break: normal;
  overflow-wrap: break-word;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.bz-about__desc p {
  margin: 0;
}

.bz-about__requirements {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bz-about__requirements li {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.bz-about__requirements--first {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.bz-about__requirements--second {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.bz-about__note {
  color: var(--color__txt);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.05em;
}

.bz-about__note-02 {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 14px */
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
}

.bz-about__requirements + .bz-about__note {
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.bz-about__desc-main + .bz-about__note {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.bz-about__schedule {
  white-space: nowrap;
}

.bz-about__image {
  width: calc(100% - 3.75rem);
  margin: 0 auto;
  overflow: hidden;
}

.bz-about__image img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  object-fit: cover;
}

.bz-about {
  overflow: hidden;
  padding: 48px 0 31px;
  padding: 3rem 0 3.9375rem;
  color: var(--color__txt);
  position: relative;
}

/* movie============= */
.bz-movie {
  background-color: var(--color__gray);
  padding: 44px 0 50px;
  padding: 2.75rem 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 {
  /* background-color: var(--color__gray); */
  /* padding: 60px 0 50px;
  /* padding: 3.75rem 0 3.125rem; */
  /* padding: 76px 0 50px;
  /* padding: 4.75rem 0 3.125rem; */
}

.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-;
}

.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%;
}

/* 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: 3.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(4.5vw, 1.5rem);
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
  border-bottom: solid 0.07rem;
  padding-bottom: 0.5rem;
  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 {
}

/* cpd単位＝＝＝＝＝＝＝ */
.bz-cpd {
  position: relative;
  padding: 0 0.3125rem 0 1.5625rem;
}
.bz-cpd:before {
  content: "";
  position: absolute;
  height: calc(100% - 94.4px);
  height: 100%;
  width: 1px;
  width: 0.0625rem;
  background: rgb(152, 132, 66);
  background: linear-gradient(
    180deg,
    rgba(152, 132, 66, 1) 0%,
    rgba(198, 176, 109, 1) 67%,
    rgba(76, 66, 33, 1) 100%
  );
  left: 7px;
  left: 0.4375rem;
}
.bz-cpd__wrap {
  display: flex;
  background: rgb(47, 46, 57);
  background: linear-gradient(
    90deg,
    rgba(47, 46, 57, 1) 0%,
    rgba(46, 41, 58, 1) 21%,
    rgba(34, 47, 61, 1) 100%
  );
  padding: 2rem 1.5rem;
  flex-direction: column;
}
.bz-cpd__pic {
  width: 36%;
  /* padding-right: 1rem; */
  margin-bottom: 1rem;
}
.bz-cpd__txt {
  flex: 1;
  min-width: 0;
  color: white;
  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;
}

/* close============== */
.bz-close {
  padding: 0 0 3.5rem;
}
.bz-close__inner {
}
.bz-close__heading {
  margin-bottom: 1.7rem;
  /* position: absolute; */
  /* bottom: 13%; */
  left: 50%;
  /* transform: translate(-50%, -50%); */
  /* width: 100%; */
  /* scale: 1.7; */
}
.bz-close__heading img {
}
.bz-close__inner p {
}
.bz-close__inner p span {
}
.bz-close-txt {
  color: #fff;
  font-family: var(--font-family__mincho);
  text-align: center;
  margin-bottom: 1.3rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.2em;
}
.bz-close-txt span {
  border-bottom: solid 0.05rem;
  padding-bottom: 0.2rem;
}

@media only screen and (min-width: 768px) {
  .bz {
    /* background-image: url(../../img/bg_grade-pc.jpg); */
  }

  .bg-sankaku {
  }
  .bg-sankaku:before {
    clip-path: polygon(0% 100%, 10% 0, 0% 0%);
    height: 66vw;
    max-height: 370px;
  }
  .bz-heading {
    position: relative;
    width: 50%;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    z-index: 3;
  }
  .bz-heading img {
  }

  .bg-txt:before {
    background-image: url(../../img/head_nextcfo-pc.png);
    width: 170%;
    top: 0.5%;
  }
  .bz-main {
  }
  .bz-fv {
    padding: 0 0 5.5rem;
  }
  .bz-fv__inner {
  }

  .bz-fv__main {
    min-width: 1560px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  @media screen and (max-width: 1199.98px) {
    .bz-fv__main {
      min-width: 126%;
      position: relative;
      left: 50%;
      transform: translate(-50%, 0%);
    }
  }
  .bz-fv__main img {
  }
  .bz-fv__en {
    width: 53%;
    bottom: -90%;
    left: -10%;
  }
  .bz-fv__txt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14%;
    z-index: 0;
  }
  .bz-fv__logo {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    width: min(15vw, 18.2%);
    top: 0;
    z-index: 5;
  }
  /* what================ */
  .bz-what {
    margin-top: 10%;
  }
  .bz-what__inner {
    max-width: 850px;
  }
  .bz-what__ttl {
    font-size: 32px;
    font-size: min(3.46vw, 2rem);
    line-height: 1.7em;
  }
  .bz-what__txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.5em;
  }

  /* cta================== */
  .fv-bz-cta {
    bottom: 0;
  }

  .bz-cta {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .bz-cta__fv {
    top: 54.1%;
    width: 80.2%;
  }
  .bz-cta_text {
    font-size: 20.76px;
    font-size: 1.2975rem;
  }
  .bz-cta__btn {
  }

  /* bz-concept
============================ */
  .bz-concept {
    padding: 0px 0 80px;
    padding: 0rem 0 5rem;
  }
  .bz-concept__inner {
  }
  .bz-concept__heading {
    width: 55%;
  }

  .bz-concept__tab {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
    /* padding-left: 40px;
    /* padding-left: 2.5rem; */
  }

  .bz-concept__body {
    padding-left: 79px;
    padding-left: 4.9375rem;
  }
  .bz-concept__body:before {
    left: 52px;
    left: 3.25rem;
  }

  .bz-concept__body-01 {
  }
  .bz-concept__body h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .bz-concept__body p {
    font-size: 16px;
    font-size: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .bz-concept__body-02 {
  }

  /* bz-program
============================ */
  .bz-program {
    padding: 64px 0 48px;
    padding: 6.5rem 0 6.5rem;
  }

  .bz-program__inner {
  }
  .bz-program__heading {
    width: 55%;
  }

  .bz-program__cont {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
  .bz-program__cont-wrap {
  }
  .bz-program__cont-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bz-program__cont-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bz-program__cont p {
    padding-left: 79px;
    padding-left: 4.9375rem;
    font-size: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.3em;
  }
  .bz-program__cont p:before {
    left: 52px;
    left: 3.25rem;
  }
  .bz-program__cont-list {
    padding-left: 79px;
    padding-left: 4.9375rem;
  }
  .bz-program__cont-list:before {
    left: 52px;
    left: 3.25rem;
  }
  .bz-program__cont-item {
    padding-top: 45px;
    padding-top: 2.8125rem;
  }

  .bz-program__cont-item:before {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .bz-program__cont-item-body {
  }
  .bz-program__cont-item-body-pic {
  }
  .bz-program__cont-item-body-pic img {
  }
  .bz-program__cont-item-body-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bz-program__cont-item-body-name span {
  }
  .bz-program__cont-icon {
    transform: translate(-50%, -14%);
    width: 4%;
  }

  .bz-program__soon {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bz-program__soon span {
    font-size: 35px;
    font-size: 2.1875rem;
    font-size: 1.8em;
  }

  /* Report
============================ */

  .bz-report {
    background-color: white;
    position: relative;
    padding: 120px 0 36.8px;
    padding: 6.5rem 0 6.5rem;
  }

  .bz-report__inner {
    width: 90%;
    margin: auto;
    max-width: 1010px;
  }

  .bz-report__heading {
    /* margin-bottom: 70px; */
    /* margin-bottom: 4.375rem; */
  }

  .bz-report__heading {
    width: 55%;
    margin-bottom: 3rem;
  }
  .bz-report__heading-img {
  }

  .bz-report__heading-img img {
  }

  .bz-report__heading-ttl {
  }

  .bz-report__images {
    grid-auto-flow: column;
    margin-bottom: 3rem;
  }

  .bz-report__image {
  }

  .bz-report__image img {
  }

  .bz-report__image-caption {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.4px;
    letter-spacing: 0.0875rem;
    margin: 0;
    margin-top: 7px;
    margin-top: 0.4375rem;
    white-space: nowrap;
  }

  .bz-report__date {
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }

  .bz-report__date em {
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }

  .bz-report__title {
    font-size: 35px;
    font-size: 2.1875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6.3px;
    letter-spacing: 0.39375rem;
    padding-bottom: 23px;
    padding-bottom: 1.4375rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-report__block {
  }

  .bz-report__term {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.9px;
    letter-spacing: 0.11875rem;
    margin-bottom: 0.8rem;
  }

  .bz-report__voice {
    padding: 18px 39px 26px;
    padding: 1.125rem 2.4375rem 1.625rem;
  }

  .bz-report__link {
    max-width: 418px;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 200%; /* 36px */
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    height: 83px;
    height: 5.1875rem;
    width: 98%;
    margin-left: 15px;
    margin-left: 0.9375rem;
  }

  .bz-report__link::after {
  }

  .bz-report__voice:first-of-type {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: 2rem;
  }

  .bz-report__voice-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 36px */
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
  }

  .bz-report__desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
  }

  .bz-report__voice-text {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
  }

  .bz-report::before {
    height: clamp(3.75rem, 20vw, 22rem);
  }

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

  .bz-feature:before {
  }
  .bg-txt-02 {
    width: 170%;
    top: 0.5%;
  }

  .bz-feature__inner {
    max-width: 1150px;
  }
  .bz-feature__heading {
    width: 46%;
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
  }

  .bz-feature__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    gap: 1.875rem;
  }
  .bz-feature__list-item {
    width: 45%;
  }
  .bz-feature__list-item h3 {
    width: 20%;
  }
  .bz-feature__list-item h3 img {
  }
  .bz-feature__list-item p {
    line-height: 2;
  }
  .bz-feature__list-item p:before {
  }
  .bz-program__image-cont {
    /* width: 95%; */
    margin: auto;
    margin-top: 96px;
    margin-top: 6rem;
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
  .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: 20.8px;
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
  }
  .bz-program__image-item-head p {
    line-height: 2;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bz-program__image-pic {
    width: 53%;
  }
  .bz-program__image-pic img {
  }
  /* bz-about
============================ */
  .bz-about {
    padding: 64px 0 64px;
    padding: 6.5rem 0 6.5rem;
  }
  .bz-about__inner {
    max-width: 1000px;
  }

  .bz-about__heading {
    width: 44%;
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
  .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;
    font-size: 1.3125rem;
  }
  .bz-about__cont-body-txt {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .bz-about__cont-pic {
    width: 57%;
  }
  .bz-about__cont-pic img {
  }

  /* bz-member
============================ */
  .bz-member {
    padding: 120px 0 100px;
    padding: 7.5rem 0 6.25rem;
  }
  .bz-member__inner {
    max-width: 1000px;
    width: 85%;
  }
  .bz-member__heading {
    width: 47%;
  }
  .bz-member__coming {
    width: 70%;
    margin-top: 9rem;
  }
  .bz-member__cont {
  }
  .bz-member__cont-item {
    width: 18.4%;
  }
  .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;
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
  .bz-member__cont-item-body h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 3px;
    margin-bottom: 0.1875rem;
  }
  .bz-member__cont-item-body h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bz-member__cont-icon {
  }

  /* bz-nittei
============================ */
  .bz-nittei {
    padding: 120px 0 120px;
    padding: 7.5rem 0 7.5rem;
  }
  .bz-nittei__inner {
  }
  .bz-nittei__heading {
    width: 55%;
  }

  .bz-nittei__cont {
    max-width: 600px;
    margin: 0 auto 40px;
    margin: 0 auto 2.5rem;
  }
  .bz-nittei__cont-list {
  }

  .bz-nittei__cont-list:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bz-nittei__cont-day {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.08em;
  }
  .bz-nittei__cont-time {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
  }
  .bz-nittei__area {
    max-width: 600px;
    margin: auto;
    padding: 30px 0;
    padding: 1.875rem 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }

  .bz-nittei__area span {
  }
  /* bz-koushi
============================ */
  .bz-koushi {
    padding: 120px 0 100px;
    padding: 7.5rem 0 6.25rem;
  }
  .bz-koushi__inner {
  }
  .bz-koushi__heading {
    width: 55%;
  }
  .bz-koushi__cont {
    padding: 30px;
    padding: 2.875rem;
  }
  .bz-koushi__cont-thum {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-bottom: 8rem;
  }
  .bz-koushi__cont-thum-pic {
    width: 70%;
  }
  .bz-koushi__cont-thum-pic img {
  }
  .bz-koushi__cont-thum-eigo {
    left: -42%;
    bottom: -19%;
    width: 52%;
  }
  .bz-koushi__cont-thum-eigo img {
  }
  .bz-koushi__cont-thum-name {
    /* padding-top: 200px;
    /* padding-top: 12.5rem; */
    font-size: 34px;
    font-size: 2.125rem;
    position: relative;
    bottom: 50px;
    bottom: 3.125rem;
  }
  .bz-koushi__cont-thum-name span {
  }
  .bz-koushi__body {
    /* padding: 0 30px;
    /* padding: 0 1.875rem; */
  }
  .bz-koushi__body p {
    line-height: 2.2;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  /* bz-bosyu
============================ */
  .bz-bosyu {
  }
  .bz-bosyu__inner {
  }
  .bz-bosyu__heading {
    width: 55%;
  }
  .bz-bosyu__inner img {
  }

  /* bz-price
============================ */
  .bz-price {
    padding: 120px 0 120px;
    padding: 7.5rem 0 7.5rem;
  }
  .bz-price__inner {
    max-width: 640px;
  }
  .bz-price__heading {
    width: 69%;
  }
  .bz-price__cont {
  }
  .bz-price__cont-list {
    display: flex;
    justify-content: center;
  }
  .bz-price__cont-list:after {
  }
  .bz-price__cont-list-ttl {
    margin-left: 30px;
    margin-left: 1.875rem;
  }
  .bz-price__cont-list-txt {
    font-size: 35px;
    font-size: 1.8875rem;
  }
  .bz-price__cont-list-txt span {
  }
  .bz-price__cont-list-small {
    margin-left: 30px;
    margin-left: 1.875rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .bz-price__strong {
    font-size: 0.6em !important;
    margin-left: 10px !important;
    margin-left: 0.625rem !important;
  }

  /* bz-faq
============================ */
  .bz-faq {
    position: relative;
    padding: 120px 0 100px;
    padding: 7.5rem 0 6.25rem;
    background-image: url(../../img/faq_bg-pc.png);
  }
  .bz-faq__inner {
    max-width: 850px;
  }
  .bz-faq__heading {
    width: 69%;
    margin-bottom: 6rem;
  }
  .bz-faq__list {
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
  }
  .bz-faq__list-item {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .bz-faq__list-item dt {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    /* font-size: 18px; */
    /* font-size: 1.125rem; */
  }
  .bz-faq__list-item dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

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

  .bz-faq__list-item dt {
  }

  .bz-faq__list-item dt:before {
  }
  .bz-faq__list-item:nth-child(2) dt::before {
  }

  .bz-faq__list-item:nth-child(3) dt::before {
  }
  .bz-faq__list-item:nth-child(4) dt::before {
  }

  .bz-faq__list-item:nth-child(5) dt::before {
  }
  .bz-faq__list-item:nth-child(6) dt::before {
  }
  /* tab========================= */
  .tab-item {
  }

  .tab-item.active {
  }

  .tab-item {
  }

  /* modal======================= */

  .modal-open {
  }

  .modal-container {
    padding: 120px 10px;
    padding: 7.5rem 0.625rem;
  }

  .modal-container:before {
  }

  .modal-container.active {
  }

  .modal-body {
    padding: 25px;
    padding: 1.5625rem;
  }

  .modal-close {
  }

  .modal-body__pic {
  }
  .modal-body__pic img {
  }
  .modal-body__body {
    padding: 30px 20px 20px;
    padding: 1.875rem 1.25rem 1.25rem;
  }
  .modal-body__body h3 {
    font-size: 31px;
    font-size: 1.9375rem;
    letter-spacing: 0.2em;
    line-height: 0.8;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .modal-body__body h3 span {
  }
  .modal-body__body h3:after {
    bottom: -40%;
  }

  .modal-body__body h4 {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    font-size: 16px;
    font-size: 1rem;
  }
  /* .modal-body__body h5 {} */
  .modal-body__body p {
    font-size: 16.5px;
    font-size: 1.03125rem;
    line-height: 2;
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
    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;
    font-size: 1.1875rem;
  }
  .modal-body__body-txt-profile:before {
  }
  .modal-body__body-txt-message:before {
  }

  /* Voice
============================ */

  .bz-voice__heading {
    margin-bottom: 66px;
    margin-bottom: 4.125rem;
  }

  .bz-voice__heading-ttl {
    left: 2%;
    top: 57%;
  }

  .bz-voice__head-pic {
  }

  .bz-voice__head-profile {
  }

  .bz-voice__head-term {
  }

  .bz-voice__head-profile h3 {
    font-size: 20px;
    font-size: min(1.62vw, 1.25rem);
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 0.8px;
    letter-spacing: 0.05rem;
  }

  .bz-voice__head-profile h3 span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.56px;
    letter-spacing: 0.035rem;
  }

  .bz-voice__head-profile p {
    font-size: 17px;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    letter-spacing: 1.36px;
    letter-spacing: 0.085rem;
  }

  .bz-voice__body {
    padding: 0 11.2px;
    padding: 0 0.7rem;
  }

  .bz-voice__head-title h4 {
    color: #000;
    font-family: "Noto Sans CJK JP";
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 30.4px */
    letter-spacing: 0.76px;
    letter-spacing: 0.0475rem;
  }

  .bz-voice__body p {
  }

  .bz-voice__text {
  }

  .bz-voice__read-more {
  }

  .bz-voice__read-more-btn {
  }

  .bz-voice__read-more-btn::after {
  }

  .bz-voice {
    padding: 336px 0 0px;
    padding: 21rem 0 7rem;
  }

  .bz-voice::before {
    height: clamp(3.75rem, 20vw, 22rem);
  }

  .bz-voice__inner {
    max-width: 1475px;
    width: 95%;
    margin: auto;
  }

  .bz-voice__list {
    margin: auto;
    width: 100%;
    max-width: 1375px;
  }

  .bz-voice__list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    gap: min(2vw, 2rem);
  }

  .bz-voice__item {
    padding: 16px 16px;
    padding: 1rem 1rem;
    width: 31.78%;
  }
  /* About
============================ */

  .bz-about__decor--about {
  }

  .bz-price__decor--price {
  }

  .bz-movie__decor--movie {
  }

  .bz-coach__decor--coach {
  }

  .bz-q__decor--faq {
  }

  .bz-about__inner {
  }

  .bz-about__heading {
  }

  .bz-about__heading-script {
  }

  .bz-about__heading-script img {
  }

  .bz-about__heading-title {
  }

  .bz-about__list {
    max-width: 822px;
    width: 100%;
    margin-bottom: 0;
  }

  .bz-about__item {
    grid-template-columns: 155px minmax(0, 1fr);
    column-gap: 56px;
    column-gap: 1.5rem;
    min-height: 66px;
    padding: 18px 0 16px;
    padding: 1.825rem 0 1.8rem 1rem;
  }

  .bz-about__item::after {
  }

  .bz-about__item--target {
  }

  .bz-about__item--fee {
  }

  .bz-about__item--fee .bz-about__desc {
  }

  .bz-about__item--capacity {
  }

  .bz-about__item--requirements {
  }

  .bz-about__item--time {
  }

  .bz-about__item--place {
  }

  .bz-about__item--cpd {
  }

  .bz-about__item--host {
  }

  .bz-about__item--host::after {
  }

  .bz-about__term {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .bz-about__desc {
    padding-top: 6px;
    padding-top: 0.375rem;
    padding-left: 21px;
    padding-left: 1.3125rem;
    letter-spacing: 0.2em;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .bz-about__desc p {
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
    letter-spacing: 2.4px;
    letter-spacing: 0.15rem;
    font-size: 16px;
    font-size: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .bz-about__requirements {
  }

  .bz-about__requirements li {
  }

  .bz-about__requirements--first {
  }

  .bz-about__requirements--second {
  }

  .bz-about__note {
  }

  .bz-about__note-02 {
  }

  .bz-about__requirements + .bz-about__note {
    padding-left: 17px;
    padding-left: 1.0625rem;
  }

  .bz-about__desc-main + .bz-about__note {
  }

  .bz-about__schedule {
  }

  .bz-about__image {
    width: 649.3px;
    width: 40.58125rem;
    max-width: calc(100% - 5rem);
    margin-top: 4rem;
  }

  .bz-about__image img {
  }

  .bz-about {
  }

  .bz-about::before {
    height: clamp(3.75rem, 20vw, 22rem);
  }

  /* movie============= */
  .bz-movie {
    padding: 76px 0 66px;
    padding: 4.75rem 0 4.125rem;
  }
  .bg-sankaku {
  }
  .bz-movie__inner {
  }
  .bz-heading {
  }
  .bz-movie__heading {
  }
  .bz-heading img {
  }
  .bz-movie__main {
  }
  .bz-movie__main iframe {
  }
  /* movie============= */
  .bz-movie-2 {
    /* padding: 108px 0 50px;
    /* padding: 6.75rem 0 3.125rem; */
  }

  .bz-movie-2__inner {
  }

  .bz-movie-2__heading {
    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 {
  }
  /* book=========== */
  .bz-program__book {
    padding: 32px 32px 20.8px;
    padding: 2rem 2rem 1.3rem 4rem;
    margin-bottom: 64px;
    margin-bottom: 6rem;
  }
  .bz-program__book-wrap {
    display: flex;
  }
  .bz-program__book-head {
    flex: 1;
    min-width: 0;
    padding-right: 32px;
    padding-right: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bz-program__book-head h3 {
    font-size: 32px;
    font-size: 2rem;
    /* 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: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
  .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 {
  }

  /* cpd単位＝＝＝＝＝＝＝ */
  .bz-cpd {
    padding-left: 79px;
    padding-left: 4.9375rem;
  }
  .bz-cpd:before {
    left: 52px;
    left: 3.25rem;
  }
  .bz-cpd__wrap {
    flex-direction: row;
    align-items: center;
  }
  .bz-cpd__pic {
    width: 21%;
    margin-bottom: initial;
    padding-right: 1.5rem;
  }
  .bz-cpd__txt {
  }
  .bz-cpd__txt strong {
  }
  /* close============== */
  .bz-close {
    padding: 21rem 0 3.5rem;
  }
  .bz-close__inner {
  }
  .bz-close__heading {
    scale: 2.4;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(0%, -55%);
  }
  .bz-close__heading img {
  }
  .bz-close__inner p {
  }
  .bz-close__inner p span {
  }
  .bz-close-txt {
    font-size: 22px;
    font-size: 1.675rem;
  }
  .bz-close-txt span {
  }
}

/* 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(36 38 51 / 0.9);
  width: 100%;
  padding: 12.8px 12.8px 16px;
  padding: 0.6rem 0.8rem 0.6rem;
  justify-content: center;
}
.kotei-btn a {
  /* padding: 13px 0 15px; */
  /* padding: 0.8125rem 0 0.9375rem; */
  width: 95.9%;
}

@media only screen and (min-width: 768px) {
  .kotei-btn.is-active {
    max-width: 210px;
    left: inherit;
    right: 1rem;
    background-color: initial;
    /* flex-direction: column; */
    /* padding: 6.4px; */
    /* padding: 0.4rem; */
    /* gap: 6px; */
    /* gap: 0.375rem; */
    padding: 0;
  }
  .kotei-btn a {
    box-shadow: initial;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding: 13px 0 13.4px;
    padding: 0.8125rem 0 0.8375rem;
  }
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
  .bz-cta__fv {
    top: 53.1%;
  }
  .bz-close__heading {
    scale: 2;

    transform: translate(0%, -55%);
  }
}

@media screen and (min-width: 850px) and (max-width: 949.98px) {
  .bz-cta__fv {
    top: 51.1%;
  }
  .bz-close__heading {
    scale: 1.8;

    transform: translate(0%, -55%);
  }
}

@media screen and (min-width: 800px) and (max-width: 849.98px) {
  .bz-cta__fv {
    top: 48.1%;
  }
  .bz-close__heading {
    scale: 1.5;

    transform: translate(0%, -55%);
  }
}

@media screen and (min-width: 768px) and (max-width: 799.98px) {
  .bz-cta__fv {
    top: 46.1%;
  }
  .bz-close__heading {
    scale: 1.5;

    transform: translate(0%, -55%);
  }
}

@media screen and (min-width: 1681px) {
  .bz-cta__fv {
    top: 46.1vw;
  }
}
