@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%;
}

/* cta================== */
.fv-bz-cta {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}
.bz-cta {
  position: relative;
}
.bz-cta__link {
  display: block; /* color: white; */ /* text-align: center; */
  width: 100%;
}
.bz-cta__pop {
  width: 72%;
  margin: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.bz-cta__pop img {
}
.bz-cta__btn {
  background: rgb(211, 181, 58);
  background: linear-gradient(
    90deg,
    rgba(211, 181, 58, 1) 0%,
    rgba(167, 133, 0, 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;
}
.bz-cta__btn span {
  display: inline-block;
  background-color: white;
  border-radius: 1px;
  border-radius: 0.0625rem;
  color: #a78500;
  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;
}
aside {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
/* 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: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  position: relative;
  font-weight: 400;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-concept__body-02 {
}

/* 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: 800px;
}
.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: 15px;
  font-size: 0.9375rem;
  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: 90%;
  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: 14.4px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.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: #ffffff;
}
.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__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;
}
.bz-koushi__inner {
  width: 90%;
  margin: auto;
  position: relative;
  /* z-index: 2; */
  max-width: 800px;
}
.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: white;
  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 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

/* 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: var(--color__gray);
  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 {
}
.bz-price__cont-head {
  position: relative;
  margin-bottom: 16px;
  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: 25px;
  font-size: 1.5625rem;
  color: white;
  background-color: var(--color__main);
  padding: 6.2px 19px 8.2px;
  padding: 0.3875rem 1.1875rem 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; */
}
.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.3625rem;
  /* 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: 500;
}
.bz-price__cont-list-txt {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.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);
}

.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: 15px;
  font-size: 0.9375rem;
  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.125rem;
  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;
}

.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: 1.5rem 0 5.125rem;
  position: relative;
}
.bz-voice__inner {
  width: 90%;
  margin: auto;
  position: relative;
  /* z-index: 5; */
  max-width: 1000px;
}
.bz-voice__heading {
}
.bz-voice__list {
}
.bz-voice__item {
  background-color: #e9e9e9;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
}
.bz-voice__head {
  display: flex;
  padding: 0 8px;
  padding: 0 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-top: 3.2px;
  padding-top: 0.2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: solid 1.6px #9b8861;
  border-bottom: solid 0.1rem #9b8861;
}
.bz-voice__head-pic {
  width: 52%;
  margin-right: 16px;
  margin-right: 1rem;
  /* border-radius: 3.2px;
  /* border-radius: 0.2rem; */
  /* overflow: hidden; */
}
.bz-voice__head-pic img {
}
.bz-voice__head-profile {
  flex: 1;
  min-width: 0;
  padding-top: 8px;
  padding-top: 0.5rem;
}
.bz-voice__head-profile h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.bz-voice__head-profile h3 span {
  font-size: 0.8em;
}
.bz-voice__head-profile p {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.bz-voice__body {
  padding: 0 8px;
  padding: 0 0.5rem;
}
.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;
  /* height: 228.8px;
  /* height: 14.3rem; */
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.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);
}

/* 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(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 {
}

/* 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;
}

@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 {
    width: 50%;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .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;
  }
  .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;
  }

  /* cta================== */
  .fv-bz-cta {
    bottom: 0;
  }
  .bz-cta {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }
  .bz-cta__link {
  }
  .bz-cta__pop {
  }
  .bz-cta__pop img {
  }
  .bz-cta__btn {
  }
  .bz-cta__btn span {
  }
  aside {
    margin: 50px auto 80px;
    margin: 3.125rem auto 5rem;
  }
  /* 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;
  }

  .bz-concept__body-02 {
  }

  /* bz-program
============================ */
  .bz-program {
    padding: 64px 0 48px;
    padding: 4rem 0 3rem;
  }

  .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;
  }
  .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;
  }

  /* 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: 1000px;
  }
  .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.5rem;
  }
  .bz-program__image-item-head p {
    line-height: 2;
    font-size: 1rem;
  }
  .bz-program__image-pic {
    width: 55%;
  }
  .bz-program__image-pic img {
  }
  /* bz-about
============================ */
  .bz-about {
    padding: 64px 0 64px;
    padding: 4rem 0 4rem;
  }
  .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__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: 1.875rem;
  }
  .bz-koushi__cont-thum {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .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 {
  }
  .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: 2.1875rem;
  }
  .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 {
    padding: 120px 0 100px;
    padding: 7.5rem 0 6.25rem;
    background-image: url(../../img/faq_bg-pc.png);
  }
  .bz-faq__inner {
    max-width: 640px;
  }
  .bz-faq__heading {
    width: 69%;
  }
  .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;
  }
  .bz-faq__list-item dd {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }

  /* ========================================= */

  .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 {
    padding: 72px 0 98px;
    padding: 4.5rem 0 6.125rem;
  }
  .bz-voice__inner {
  }
  .bz-voice__heading {
  }
  .bz-voice__list {
  }
  .bz-voice__list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    gap: 1rem;
    justify-content: center;
  }
  .bz-voice__item {
    padding: 16px 16px;
    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 {
    font-size: 1.4rem;
  }
  .bz-voice__head-profile p {
    font-size: 1rem;
  }
  .bz-voice__body {
  }
  .bz-voice__head-title h4 {
    font-size: 1.3rem;
  }
  .bz-voice__body p {
    font-size: 1rem;
  }

  .bz-voice__text {
  }

  .bz-voice__text.expanded {
  }

  .bz-voice__read-more {
  }

  .bz-voice__read-more-btn {
    font-size: 1rem;
  }

  .bz-voice__read-more-btn::after {
  }

  .bz-voice__read-more-btn.expanded::after {
  }

  /* 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;
    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: 2rem;
    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: 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 {
  }

  /* 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 {
  }
}

/* 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.95);
  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%;
}

@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: 17.6px;
    font-size: 1.1rem;
    padding: 13px 0 13.4px;
    padding: 0.8125rem 0 0.8375rem;
  }
}
