@charset "utf-8";
/*===========================================
 reset 触らない
========================================== */
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

progress {
  display: inline-block;
}

small {
  font-size: 80%;
  font-size: 0.8em;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  outline-offset: -0.125rem;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===========================================
 base プロジェクトによって編集可
========================================== */
html {
  font-size: 100%;
}

@media (max-width: 414px) {
  html {
    font-size: calc((100vw - 320px) / 94 * 3.7 + 12.3px);
  }
}

@media (min-width: 414px) and (max-width: 699.98px) {
  html {
    font-size: calc((100vw - 414px) / 352 * 4 + 16px);
  }
}

@media (min-width: 700px) {
  html {
    font-size: 22px;
  }
}

body {
  color: var(--color__txt);
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}

a > * {
}

em {
  font-style: normal;
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

picture {
  display: block;
  line-height: 0;
  font-size: 0;
}

picture > img {
  font-size: 0px;
  font-size: 0rem;
}

::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

*:focus {
  outline: none;
}

form input,
form textarea {
  /* -webkit-appearance: none; */
}

#wpadminbar {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

html {
  margin-top: 0 !important;
}

.is-show {
  opacity: 1 !important;
}

.is-hide {
  opacity: 0 !important;
}

@media (min-width: 700px) {
  .pc {
    display: block;
  }

  .pc--inline {
    display: inline;
  }

  .sp {
    display: none !important;
  }

  .sp--inline {
    display: none !important;
  }
}

@media (max-width: 699.98px) {
  .pc {
    display: none !important;
    pointer-events: none;
  }

  .pc--inline {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .sp--inline {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*===========================================
 Project ここから独自CSS記載
========================================== */
a {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.bz {
  background-color: #fff;
  position: relative;
}

@media (min-width: 700px) {
  .bz {
    display: flex;
    justify-content: center;
  }

  .pc-logo__wrapper {
    position: fixed;
    left: 44px;
    top: 28px;
    width: calc(175 / 1680 * 100%);
  }

  .pc-logo {
    aspect-ratio: 175/52;
    object-fit: cover;
  }

  .pc-bg {
    position: fixed;
    inset: 0;
    aspect-ratio: 1680/921;
    object-fit: cover;
    height: 100%;
    display: block;
  }
}

@media (min-width: 1040px) {
  .bz {
    justify-content: center;
    padding-inline: 20px;
  }

  .bz-page {
    left: -13%;
    overflow: hidden;
  }
}

@media (min-width: 1400px) {
  .bz {
    padding-inline: 20px;
  }

  /* .bz-page {
    margin-left: 5.5vw;
  } */
}

@media (min-width: 1700px) {
  .bz {
    justify-content: center;
  }
}

.bz-main {
  overflow: hidden;
}

/* PC部分 */
.bz-pc,
.pc-logo__wrapper,
.pc-bg {
  display: none;
}

.bz-pc__box {
  position: relative;
}

.pc01 {
  aspect-ratio: 890/771;
  object-fit: contain;
}

.pc-btn01,
.pc-btn02 {
  display: block;
}

.pc-btn01 {
  margin-top: 48px;
  display: block;
  width: calc(400 / 422 * 100%);
  margin-inline: auto;
  position: relative;
  top: 7px;
}

.pc-btn02 {
  margin-top: 11.16px;
}

.pc-btn01 {
  object-fit: cover;
}

.pc-btn02 {
  object-fit: cover;
}

.bz-page {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 9;
}

@media (min-width: 700px) {
  .bz-pc__content {
    position: sticky;
    top: 52%;
    transform: translate(0%, -50%);
    /* position: fixed;
    top: 60.5%;
    width: 426px;
    width: calc(426 / 1680 * 100%);
    max-width: 500px; */
  }

  .bz-page {
    max-width: 562.44px;
    min-width: 560px;
    flex: 1;
    border-inline: 3px solid #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  }

  .pc-bg {
    display: block;
  }

  .bz-pc__cta-wrapper {
    margin-top: -11.1vw;
    max-width: 490px;
    width: 32.1vw;
    margin-inline: auto;
    position: relative;
    left: 3%;
  }

  .bz-pc__cta02-link {
    display: block;
    margin-top: -10px;
  }
}

@media (min-width: 1041px) and (max-width: 1200px) {
  .bz-pc__cta-wrapper {
    margin-top: -10.1vw;
  }
}

@media (min-width: 1481px) {
  .bz-pc__cta-wrapper {
    margin-top: -150px;
    max-width: 490px;
  }
}

@media (min-width: 1681px) {
  .bz-page {
    left: -7%;
  }
}

@media (min-width: 1040px) {
  .bz-pc {
    display: block;
    position: relative;
    max-width: 700px;
    z-index: 9;
    left: -9%;
  }

  .pc-logo__wrapper {
    display: block;
    z-index: 10;
  }
}

.bz-i-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.bz-i-fv {
  position: relative;
}

.bz-i-fv__bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 414/997;
}

.bz-i-fv__ttl {
  position: absolute;
  top: 22.9375rem;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

@media (min-width: 700px) {
  .bz-i-fv__ttl {
    top: 31.875rem;
  }
}

.bz-i-fv__video-wrapper {
  position: absolute;
  top: 1.1525rem;
  left: 50%;
  transform: translateX(-50%);
  width: 23.55125rem;
  overflow: hidden;
  border-radius: 1.875rem 1.875rem 0 0;
  filter: drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.16));
  z-index: 1;
  aspect-ratio: 376.82/622.16;
}

.bz-i-fv video {
  width: 100%;
  height: auto;
}

.bz-i-fv__cta-wrapper {
  position: absolute;
  bottom: 1.1875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25rem;
  z-index: 2;
}

@media (min-width: 480px) and (max-width: 599px) {
  .bz-i-fv__cta-wrapper {
    bottom: 3.5rem;
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  .bz-i-fv__cta-wrapper {
    bottom: 4rem;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .bz-i-fv__cta-wrapper {
    bottom: -9rem;
  }
}

.bz-i-fv__cta01-link {
  position: relative;
  top: 0.5rem;
  left: -0.3125rem;
}

.cta-link01 {
  position: relative;
  display: block;
  width: 25.625rem;
}

.bz-i-01__img-wrapper {
  position: relative;
}

.bz-i-fv__cta01-img {
  max-width: 102%;
  width: 102%;
}

@media (min-width: 700px) {
  .bz-i-01__subttl {
    width: 100.5%;
    margin-left: -0.5%;
  }
}

.bz-i-01__slider {
  position: absolute;
  top: -0.375rem;
  left: 0;
  width: 100%;
}

@media (min-width: 700px) {
  .bz-i-01__slider {
    top: 1rem;
  }
}

.bz-i-01-02__img-wrapper {
  position: relative;
}

.bz-i-02__slider {
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
}

@media (min-width: 420px) and (max-width: 699px) {
  .bz-i-02__slider {
    top: 5.95vw;
  }
}

@media (min-width: 600px) {
}

.bz-i-02__slider .splide__slide video {
  width: 100%;
  height: auto;
  aspect-ratio: 200/254;
  object-fit: cover;
}

@media (min-width: 700px) {
  .bz-i-02__ttl {
    width: 101%;
    margin-left: -0.5%;
  }
}

.bz-i-02__img {
  max-width: 101%;
  width: 101%;
  margin-left: -0.5%;
}

.bz-i-03__ttl,
.bz-i-04__subttl,
.bz-i-05__subttl,
.bz-i-06__subttl,
.bz-i-07-02__img-wrapper {
  margin-top: -0.5px;
  margin-top: -0.03125rem;
}

.bz-i-07-02__img-wrapper {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.bz-i-21__subttl {
  width: 99.945%;
  margin-left: 0.7px;
  margin-left: 0.04375rem;
}

@media (min-width: 700px) {
  .bz-i-03__ttl,
  .bz-i-03__subttl,
  .bz-i-03__txt,
  .bz-i-03__img,
  .bz-i-04__subttl,
  .bz-i-04__txt,
  .bz-i-04__img,
  .bz-i-05__subttl,
  .bz-i-05__txt,
  .bz-i-05__img,
  .bz-i-06__subttl,
  .bz-i-06__txt,
  .bz-i-06__img,
  .bz-i-07__subttl,
  .bz-i-07__txt,
  .bz-i-07__img,
  .bz-i-17__img,
  .bz-i-18__ttl,
  .bz-i-18__subttl,
  .bz-i-20__ttl,
  .bz-i-20__txt,
  .bz-i-21__subttl,
  .bz-i-21__txt,
  .bz-i-21-02__txt,
  .bz-i-22__subttl,
  .bz-i-22__txt,
  .bz-i-22-02__txt {
    width: 101%;
    margin-left: -0.5%;
    max-width: 101%;
    margin-top: -1px;
    margin-top: -0.0625rem;
  }

  .bz-i-21__subttl {
    margin-left: -2px;
  }
}

.bz-i-07-02__img-wrapper,
.bz-i-15__img-wrapper,
.bz-i-19-02__subttl-wrapper {
  position: relative;
}

.bz-i-07__cta-wrapper,
.bz-i-15__cta-wrapper,
.bz-i-19-02__cta-wrapper {
  position: absolute;
  top: 0.1875rem;
  left: 0;
}

.bz-i-19-02__cta-wrapper {
  top: 4.9375rem;
}

@media (min-width: 524px) and (max-width: 699px) {
  .bz-i-19-02__cta-wrapper {
    top: 6.4375rem;
  }
}

.bz-i-07__cta02-link,
.bz-i-15__cta02-link,
.bz-i-19-02__cta02-link {
  position: relative;
  top: -0.5rem;
  left: 0.3125rem;
  display: block;
  /* width: 25.1875rem; */
}

.bz-i-08 {
  margin-top: -0.1875rem;
}

.bz-i-17__img-wrapper {
  position: relative;
}

.bz-i-17__slider {
  position: absolute;
  top: 1.5625rem;
  left: 0;
  width: 100%;
}

.bz-i-17__slider .splide__slide img {
  aspect-ratio: 200/254;
}

.bz-i-18,
.bz-i-19 {
  background-color: #fff;
}

.bz-i-18__subttl-wrapper {
  position: relative;
}

.bz-i-18__video-wrapper {
  position: absolute;
  width: 100%;
  top: 4.9375rem;
  left: 0;
  overflow: hidden;
}

@media (min-width: 420px) and (max-width: 599px) {
  .bz-i-18__video-wrapper {
    top: 6.3125rem;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  .bz-i-18__video-wrapper {
    top: 7.5125rem;
  }
}

.bz-i-18__video {
  width: 100%;
  height: auto;
  aspect-ratio: 414/217;
  object-fit: cover;
}

.bz-i-19__subttl-wrapper {
  position: relative;
}

.bz-i-19__slider {
  position: absolute;
  top: 4.8125rem;
  left: 0;
  width: 100%;
}

@media (min-width: 420px) and (max-width: 500px) {
  .bz-i-19__slider {
    top: 6.3125rem;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .bz-i-19__slider {
    top: 7.5125rem;
  }
}

@media (min-width: 601px) and (max-width: 699px) {
  .bz-i-19__slider {
    top: 8.0125rem;
  }
}

@media (min-width: 700px) {
  .bz-i-19__slider {
    top: 6.8125rem;
  }
}

.bz-i-19__slider .splide__slide img {
  transform: scale(0.85);
  transition: transform 0.7s;
}

.bz-i-19__slider .splide__slide.is-active img {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.bz-i-19__slider .splide__slide.is-prev img {
  position: relative;
  transform: translateX(0rem) scale(0.85);
}

.bz-i-19__slider .splide__slide.is-next img {
  position: relative;
  transform: translateX(-0rem) scale(0.85);
}

.bz-i-24__ttl {
  position: relative;
}

.bz-i-24__ttl span {
  position: absolute;
  top: 2.3625rem;
  left: 6.1625rem;
  font-size: 5.175rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(
    92.04deg,
    #a68900 -5.38%,
    #ffdd37 21.16%,
    #cfac05 52.85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (min-width: 420px) and (max-width: 699px) {
  .bz-i-24__ttl span {
    top: 4vw;
    left: 25%;
    font-size: 26vw;
  }
}

.bz-i-26 {
  position: relative;
}

.bz-i-26__ttl {
  overflow: hidden;
}

.bz-i-26__ttl-img {
  max-width: 101%;
  width: 101%;
  margin-left: -0.5%;
}

.bz-i-26__txt {
  position: absolute;
  top: 6.5625rem;
  left: 0;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 1;
  text-align: center;
}

@media (min-width: 420px) and (max-width: 699px) {
  .bz-i-26__txt {
    top: 26vw;
    left: -1.2vw;
    font-size: 3.57vw;
  }
}

.bz-i-26__txt a {
  color: #fff;
  text-decoration: underline;
}

.bz-i-27 {
  position: relative;
  background: linear-gradient(
    167.72deg,
    #fbe4ef 4.35%,
    #dacdff 48.6%,
    #9ec8ff 94.58%
  );
}

.bz-i-27__txt {
  position: absolute;
  top: 6.8125rem;
  left: -0.3125rem;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 1;
  text-align: center;
}

@media (min-width: 420px) and (max-width: 699px) {
  .bz-i-27__txt {
    top: 26vw;
    left: -1.2vw;
    font-size: 3.57vw;
  }
}

.bz-i-27__txt a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.bz-i-course {
  margin-top: 0.7425rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.39938rem;
}

.bz-i-course + .c-form7__item {
  margin-top: 1.125rem;
}

.bz-i-course__block {
  background-color: #e8f3fa;
  border-radius: 0.625rem;
  padding: 1.3125rem 0.45625rem 1.1875rem;
  color: #3b3b6c;
}

.bz-i-course__title {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-wrap: nowrap;
}

.bz-i-course__block p {
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-wrap: nowrap;
}

.bz-i-course__block p + p {
  margin-top: 0;
}

/* コーススケジュール（ACFリピーター版） */
.bz-i-course-schedule {
  margin-top: 0.7425rem;
}

.bz-i-course-schedule__month + .bz-i-course-schedule__month {
  margin-top: 0.9rem;
}

.bz-i-course-schedule__month-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #5c97cb;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.675rem;
  letter-spacing: 1px;
}

.bz-i-course-schedule__month-title::after {
  content: "";
  flex: 1;
  height: 1.4px;
  background-color: #5c97cb;
}

.course-note {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: right;
  margin-bottom: 0.3rem;
  margin-top: 0.5rem;
  color: #3b3b6c;
}

.bz-i-course-schedule__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.bz-i-course-schedule__item {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.bz-i-course-schedule__badge {
  display: inline-block;
  background-color: #fff;
  color: #3b3b6c;
  font-size: 0.890625rem;
  font-weight: 700;
  padding: 0.15rem 0.725rem;
  border-radius: 95px;
  margin-bottom: -0.5rem;
  position: relative;
  z-index: 1;
  border: 0.25rem solid #e5f5ff;
  letter-spacing: 1.28px;
  position: absolute;
  top: -35%;
  left: 2%;
}

.bz-i-course-schedule__detail {
  background-color: #e5f5ff;
  border-radius: 6px;
  padding: 1.1rem 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #3b3b6c;
  line-height: 1.3;
  letter-spacing: 0.65px;
}

.bz-i-course-schedule + .c-form7__item {
  margin-top: 1.825rem;
}

/* ==========================================
    フォーム
   ========================================== */
.consultation-form-wrapper {
  background-color: #deeffa;
}

.wpcf7 {
  padding: 2.125rem 0 3.66rem;
  margin-top: -1.75rem;
}

.wpcf7-form {
  max-width: 24rem;
  margin-inline: auto;
  background-color: #fff;
  box-shadow: 0rem 0rem 0.73125rem rgba(192, 209, 219, 0.49);
  border-radius: 0.625rem;
  padding: 1.8125rem 1.5625rem 2.1875rem 1.7875rem;
}

.c-form7__item {
  color: #3b3b6c;
}

.c-form7__item + .c-form7__item,
.p-country-name + .c-form7__item,
.c-form7__items--after,
.c-form7__item--name {
  padding-top: 0.9375rem;
}

.c-form7__title {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.c-form7__title--small {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.05em;
}

.c-form7__required {
  position: relative;
  display: inline-block;
}

.c-form7__required span {
  position: relative;
  top: -0.0625rem;
  left: 0.375rem;
  font-size: 0.66688rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #bc1f1f;
  text-align: center;
  padding: 0.03125rem 0.1875rem 0.09375rem;
  border-radius: 0.125rem;
}

.c-form7__text-field,
.c-form7__textarea-field {
  width: 100%;
  width: 100%;
  height: 2.6875rem;
  padding-inline: 1rem;
  background-color: #fff;
  border: 0.0625rem solid #bcbec1;
  border-radius: 0.375rem;
  color: #363636;
  margin-top: 0.375rem;
}

.wpcf7-form-control {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border: none;
  outline: none;
}

.c-form7__select {
  position: relative;
  width: 100%;
  border: 0.0625rem solid #bcbec1;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.75rem 1rem 0.8125rem;
  margin-top: 0.25rem;
}

.c-form7__select:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 0.09375rem solid #707070;
  border-right: 0.09375rem solid #707070;
  height: 0.5rem;
  width: 0.5rem;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}

.c-form7__select .wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  /*Google Chrome/Safari対応*/
  -moz-appearance: none;
  /*Firefox対応*/
  -o-appearance: none;
  /*Opera対応*/
  padding-left: 0;
}

.c-form7__select .wpcf7-form-control {
  padding-top: 0;
}

option {
  font-size: 16px;
  padding: 2px 0;
}

.c-form7__radio {
  margin-top: 0.3675rem;
}

.c-form7__radio .wpcf7-list-item {
  margin-left: 0;
}

.c-form7__radio .wpcf7-list-item-label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

input[type="radio"] {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: 0.0625rem solid #3b3b6c;
  background-color: #fff;
  position: relative;
  top: 0.1875rem;
}

.c-form7__fz10 {
  font-size: 0.625rem;
  line-height: 0.8125rem;
  margin-top: 0.75rem;
}

input::placeholder,
textarea::placeholder {
  font-size: 1rem;
  color: #d9d9d9;
}

input[type="checkbox"] {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #3b3b6c;
  background-color: #fff;
  position: relative;
  top: 0.25rem;
}

.c-form7__item--privacy {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #3b3b6c;
  text-align: center;
  margin-top: 11px;
  margin-top: 0.73333333rem;
  margin-left: -1.5rem;
}

.c-form7__item--privacy a {
  color: #3b3b6c;
  text-decoration: underline;
  margin-left: 0.1875rem;
  display: inline-block;
}

.c-form7__items--condition {
  padding-top: 0.5625rem;
}

.c-form7__terms {
  margin-top: 1.2125rem;
}

.c-form7__terms-box {
  width: 100%;
  height: 7.5rem;
  overflow: auto;
  padding: 0.625rem;
  border: 0.0625rem solid #bcbec1;
  border-radius: 0.375rem;
  background: #fff;
  resize: vertical;
}

.c-form7__terms-box h3 {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #3b3b6c;
}

.c-form7__terms-box h4,
.c-form7__terms-box p {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 0.4375rem;
}

.c-form7__terms-box p + p {
  margin-top: 0.5rem;
}

.c-form7__terms-box h4 + p {
  margin-top: 0.5rem;
}

.c-form7__terms-box p + h4 {
  margin-top: 0.5rem;
}

.c-form7__accept {
  margin-top: 0.68rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  color: #3b3b6c;
  margin-left: 0.0625rem;
}

.c-form7__accept .wpcf7-list-item {
  margin-left: 0;
}

.c-form7__accept input {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #3b3b6c;
  margin-top: 0;
}

.wpcf7-not-valid-tip {
  font-size: 0.6875rem;
  text-align: end;
  position: absolute;
  right: 0.875rem;
  bottom: -1.5625rem;
}

.cf7-submit-button {
  background: url("../img/instructor/submit-button.png") no-repeat center;
  background-size: contain;
  border: none;
  text-indent: -9999rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 270/86;
  cursor: pointer;
  margin-top: 0.0625rem;
  position: relative;
  left: -0.47rem;
  top: 0.47rem;
}

.cf7-submit-button {
  transition: opacity 0.8s;
}

.cf7-submit-button:hover {
  opacity: 0.7;
}

/* 送信ローディング */
.wpcf7-spinner {
  display: block;
  margin-inline: auto;
  margin-top: 0.25rem;
}

/* 送信中メッセージ  */
.sending-message {
  margin-top: 1.75rem;
  color: #f75e29;
  text-align: center;
}

@media (max-width: 768px) {
  .sending-message {
    margin-top: 2.75rem;
  }
}

/* ==========================================
    footer
   ========================================== */
.bz-i-footer {
  background-color: #dcecf9;
  padding: 1.25rem 0.9375rem;
}

.bz-i-footer__link {
  display: flex;
  align-items: center;
  column-gap: 1.375rem;
  justify-content: center;
}

.bz-i-footer__link-item {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #232352;
}

.bz-i-footer__copyright {
  margin-top: 1rem;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.04em;
  color: #3b3b6c;
  text-align: center;
}

/* ==========================================
    サンクスページ
   ========================================== */
.bz-page--thanks {
  background: linear-gradient(176.82deg, #fff4f6 0.84%, #fff0f6 89.5%);
}

.bz-i-thanks {
  opacity: 0.8;
  min-height: calc(100vh - 6.25rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-height: 665px) {
  .bz-i-thanks {
    padding-top: 2.5rem;
  }
}

.bz-i-thanks__title-img {
  position: absolute;
  top: 24px;
  left: 0;
  width: 301px;
}

.bz-pc__content--thanks {
  margin-top: 490px;
}

.bz-page--thanks {
  left: 0;
}

@media (max-width: 699px) {
  .safari .c-form7__accept input {
    position: relative;
    top: 0.125rem;
  }

  .safari input[type="radio"],
  .safari input[type="checkbox"] {
    position: relative;
    top: 0.125rem;
  }
}
