@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 プロジェクトによって編集可
========================================== */
@font-face {
  font-family: "stahl"; /* 任意のフォント名 */
  src: url("../fonts/StahlKl12OT-Normal.otf") format("opentype"); /* フォントファイルのパスとフォーマット */
  font-weight: normal; /* ウェイト (bold, lightなども指定可能) */
  font-style: normal; /* スタイル (italicなども指定可能) */
}

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

:root {
  --color__txt: #352d21;
}

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

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  /* -webkit-font-smoothing: antialiased; */
}

a {
  color: #f75e29;
}

p a {
  font-weight: bold;
  text-decoration: underline;
}

a > * {
}

/* a img {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

a img:hover {
  opacity: 0.7;
} */

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

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  /* margin-top: -0.3px;
  margin-bottom: -0.3px; */
}

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; */
}

h1,
h2,
h3 {
  /* font-family: var(--font-family__mincho); */
  /* color: #fff; */
}

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

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

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

  .pc-logo__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(245 / 1680 * 100%);
    z-index: 10;
  }

  .pc-logo {
    aspect-ratio: 245/89.25;
    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 {
    margin-left: calc(50 / 1040 * 100%);
  }
}

@media (min-width: 1400px) {
  .bz {
    padding-inline: 20px;
  }
  .bz-page {
    margin-left: 7vw;
  }
}

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

/* PC部分 */
.bz-pc,
.pc-logo__wrapper,
.pc-bg {
  display: none;
}
.bz-pc__box {
  position: relative;
  left: 4%;
}

.pc01 {
  aspect-ratio: 422/507.72;
  object-fit: cover;
}

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

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

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

@media (min-width: 700px) {
  .bz-pc__content {
    /* position: sticky; */
    position: fixed;
    top: 50.2%;
    transform: translate(0%, -50%);
    width: 426px;
    width: calc(426 / 1680 * 100%);
    max-width: 500px;
  }
  .bz-page {
    max-width: 660px;
    min-width: 660px;
    flex: 1;
    border-inline: 8px solid #fff;
  }
  .pc-bg {
    display: block;
  }
}

@media (min-width: 1040px) {
  .bz-pc {
    display: block;
    position: relative;
    width: min(427px, 33%);
    z-index: 9;
    overflow: visible;
  }
  .pc-logo__wrapper {
    display: block;
  }
}

/* SP部分 */
/* ファーストビュー */
.bz-fv {
  position: relative;
  z-index: 0;
}

@media (min-width: 700px) {
  .bz-fv {
    position: relative;
    z-index: 0;
  }
}

.bz-fv__button {
  width: 379px;
  width: 23.6875rem;
  margin-inline: auto;
  display: block;
  margin-top: 1.5625rem;
}

.contact-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* Slider */
.bz-slider01 {
  position: relative;
  z-index: 0;
  margin-top: 0.9375rem;
}

#splide01 .splide__slide img {
  aspect-ratio: 146.43/58.57;
}

.bz-slider02 {
  position: relative;
  z-index: 1;
  margin-top: 0.36625rem;
}

#splide02 .splide__slide img {
  aspect-ratio: 146.43/58.57;
}

.bz-slider03 {
  margin-top: 0.25rem;
}

.bz-slider03 .splide__pagination {
  bottom: -1.5em;
}

.bz-slider04 .splide__pagination {
  bottom: -1.9375rem;
}

.bz-slider03 .splide__pagination li + li,
.bz-slider04 .splide__pagination li + li {
  margin-left: 0.5rem;
}

.bz-slider03 .splide__pagination__page,
.bz-slider04 .splide__pagination__page {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(6, 176, 147, 0.3);
}

.bz-slider03 .splide__pagination__page.is-active,
.bz-slider04 .splide__pagination__page.is-active {
  background: #06b093;
  transform: scale(1);
}

.bz-slider04 {
  margin-top: 0.5rem;
}
/* フッター */
.bz-footer {
  background-color: #fff;
  padding: 20px 0;
  padding: 1.25rem 0;
  text-align: center;
  margin-top: -1px;
  position: relative;
}

.bz-footer__inner {
  padding-inline: 15px;
}

.bz-footer__link {
  display: flex;
  align-items: center;
  column-gap: 42px;
  column-gap: 2.625rem;
  justify-content: center;
}

.bz-footer__link a,
.bz-footer__copyright {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #848484;
  font-weight: 400;
  font-style: normal;
}

.bz-footer__copyright {
  margin-top: 13px;
  margin-top: 0.8125rem;
  font-size: 10px;
  font-size: 0.625rem;
}

/* ボタン関連 */
.bz-15,
.bz-26,
.bz-42 {
  position: relative;
}

.bz-cta__button {
  position: absolute;
  top: 0.5625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 384px;
  width: 24rem;
}

.bz-cta__button26 {
  top: 0.9375rem;
}

.bz-cta__button42 {
  top: 0.875rem;
}

/* 他コンテンツ */
.fv-01,
.bz-08,
.bz-11,
.bz-12,
.bz-13,
.bz-14,
.bz-15,
.bz-18,
.bz-22,
.bz-24,
.bz-25,
.bz-26,
.bz-28,
.bz-29,
.bz-30,
.bz-31,
.bz-32,
.bz-35,
.bz-36,
.bz-37,
.bz-39,
.bz-40,
.bz-41,
.bz-42,
.bz-48,
.bz-50,
.bz-51,
.bz-52,
.bz-53,
.bz-60-2 {
  margin-top: -0.0625rem;
}

.bz-04 {
  margin-top: 1.0625rem;
}

.bz-06 {
  margin-top: 3.125rem;
}

.bz-43 {
  margin-top: -0.0625rem;
}

.bz-45 {
  margin-top: 6.375rem;
}

/* 固定ボタン */
.kotei-btn {
  position: fixed;
  bottom: 10px;
  bottom: 0.625rem;
  left: 0;
  right: 0;
  z-index: 999;
  width: 379px;
  width: 23.6875rem;
  margin-inline: auto;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.kotei-btn.is-active {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1040px) {
  .kotei-btn {
    display: none;
  }
}

/*===========================================
 お問い合わせフォーム
========================================== */
.contact {
  margin-top: -0.0625rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  background-color: #06b093;
}

.contact__inner {
  padding-inline: 22px;
}

.contact__box {
  padding: 37px 25px 46px;
  padding: 2.3125rem 1.5625rem 2.875rem;
  background-color: #fff;
  border-radius: 20px;
  border-radius: 1.25rem;
}

.c-form-item + .c-form-item {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.c-form-item__ttl {
  display: flex;
  align-items: center;
  column-gap: 7px;
  column-gap: 0.4375rem;
}

.c-form-item__ttl p {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #222;
  padding-left: 3px;
  padding-left: 0.1875rem;
}

.c-form-item__ttl span {
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #eb425e;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  border-radius: 10px;
  border-radius: 0.625rem;
}

.c-input,
.c-input__textarea {
  width: 100%;
  border-radius: 10px;
  border-radius: 0.625rem;
  background-color: #fff;
  border: 2px solid #ececec;
  padding: 18px 16px 16px;
  padding: 1.125rem 1rem 1rem;
  color: #222;
  margin-top: 6px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

input::placeholder,
textarea::placeholder {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #d9d9d9;
}

.c-form-item__ttl span.discretionary {
  background-color: #4444f3;
}

.c-input__textarea {
  min-height: 164px;
  min-height: 10.25rem;
}

.bz-contact__form-btn {
  margin-top: 39px;
  margin-top: 2.4375rem;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.c-cta-btn__arrow {
  position: absolute;
  right: 28px;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  width: 0.8125rem;
}

.c-cta-btn__btn {
  width: 320px;
  width: 20rem;
  margin-inline: auto;
  display: block;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #222;
  background-color: #ffd962;
  border-radius: 110px;
  border-radius: 6.875rem;
  padding: 20px 59px 22px;
  padding: 1.25rem 3.6875rem 1.375rem;
  border: 4px solid #fff;
  text-align: left;
  transition: background-color 0.3s;
}

.c-cta-btn__btn:hover {
  background-color: #f9c700;
}

/*===========================================
 サンクスページ
========================================== */
.bz-thanks {
  text-align: center;
  background-color: #e9f5f3;
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
  height: calc(100lvh - 8.8125rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-height: 900px) and (min-width: 900px) {
  .bz-thanks {
    min-height: 650px;
  }
}

.bz-thanks__inner {
  width: 100%;
  padding-inline: 34px;
}
.bz-thanks__title {
  color: #06b093;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 90%;
  margin-inline: auto;
  max-width: 400px;
}
.bz-thanks__text {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin-top: 50px;
  margin-top: 3.125rem;
  font-weight: 500;
}
.bz-thanks__note {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.bz-thanks__note a {
  color: #000;
  font-weight: 500;
}
.bz-thanks-box {
  padding: 33px 21px 30px;
  padding: 2.0625rem 1.3125rem 1.875rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 38px;
  margin-top: 2.375rem;
}

.bz-thanks__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  font-weight: 700;
  color: #243153;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.bz-thanks__description {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.thanks__coach-profile {
  display: flex;
  align-items: center;
  column-gap: 11px;
  column-gap: 0.6875rem;
  margin-top: 18.82px;
  margin-top: 1.175rem;
  justify-content: center;
}

.thanks__coach-image {
  width: 71px;
  width: 4.4375rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: auto;
}

.thanks__coach-right {
  text-align: left;
}

.thanks__coach-company {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  line-height: calc(17 / 12);
  color: #bf9f2f;
}

.thanks__coach-job {
  font-size: 10.42px;
  font-size: 0.65125rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #243153;
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.thanks__coach-name {
  font-size: 15.42px;
  font-size: 0.96375rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #243153;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.line-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41.39px;
  width: 2.5875rem;
  height: auto;
  object-fit: cover;
  aspect-ratio: 41.39/39.44;
}

.thanks-button {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 14px;
  margin-top: 0.875rem;
  display: inline-block;
}

.thanks-coach {
  width: 207px;
  width: 12.9375rem;
  height: auto;
  object-fit: cover;
  aspect-ratio: 207/71;
  margin-inline: auto;
  margin-top: 18.82px;
  margin-top: 1.175rem;
}

.thanks-btn {
  width: 92%;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 2;
}
.thanks-btn a {
  display: block;
  width: 89%;
  margin: auto;
}

@media (min-width: 700px) {
  .bz-thanks__title {
    font-size: 1.4rem;
  }
  .bz-thanks__text,
  .bz-thanks__description {
    font-size: 1rem;
  }
  .bz-thanks__subtitle {
    font-size: 1.25rem;
  }
  .bz-thanks__note {
    font-size: 0.875rem;
  }
}

/* safariのみ適用 */
.safari a img {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

.safari a:hover img {
  opacity: 0.7;
}
