@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: #363636;
}

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

p {
  font-size: 18px;
  font-size: 1rem;
  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: 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 {
    margin-left: calc(100 / 1040 * 100%);
  } */
}

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

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

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

.bz-43,
.bz-44,
.bz-45,
.bz-46,
.bz-47 {
  margin-top: -1px;
}
/* PC部分 */
.bz-pc,
.pc-logo__wrapper,
.pc-bg {
  display: none;
}

.bz-pc__box {
  position: relative;
  left: 8%;
}

.pc01 {
  aspect-ratio: 473/410;
  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: 53%;
    /* position: fixed;
    top: 60.5%;
    transform: translate(0%, -50%);
    width: 426px;
    width: calc(426 / 1680 * 100%);
    max-width: 500px; */
  }

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

  .pc-bg {
    display: block;
  }
}

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

  .pc-logo__wrapper {
    display: block;
  }
}

/* SP部分 */
/* header */
.bz-header {
  position: relative;
  z-index: 1;
}

@media (min-width: 700px) {
  .bz-header {
    max-width: 618.16px;
    min-width: 602.16px;
  }
}

.bz-header__inner {
  padding-top: 7px;
  padding-left: 34px;
  padding-right: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-inline: auto;
}

.bz-header__logo {
  width: calc(118 / 414 * 100%);
  height: auto;
}

.bz-header__button {
  width: 180px;
  width: 45.5%;
}

/* ファーストビュー */
.bz-01 {
  margin-top: 1rem;
  margin-top: 0.6rem;
}

.bz-fv {
  position: relative;
  z-index: 0;
}

/* @media (min-width: 700px) {
  .bz-fv {
    height: 100svh;
  }
} */

.bz-fv_catch {
  position: absolute;
  width: 19%;
  top: 8%;
  right: 5%;
  opacity: 0;
  z-index: 5;
}

.fv-catch {
  aspect-ratio: 74/348;
}

.bz-fv__movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding-left: 23px;
  padding-left: 1.473rem;
  width: 100%;
  height: auto;
}

.bz-02-button {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 動画 */
.movie {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 396/464;
  border-radius: 40px 0 0;
}

/* @media (min-width: 700px) {
  .movie {
    height: 100svh;
  }
} */

.bz-20 {
  position: relative;
  margin-top: -1px;
}

.interview {
  position: absolute;
  top: 4%;
  height: auto;
  width: 87%;
  left: 50%;
  transform: translateX(-50%);
}

.mv-interview {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 361/228;
  border-radius: 9px;
  border: 4px solid #000;
}

/* スライド */
/* Slider */
.bz-05 {
  position: relative;
}

.bz-slider01 {
  position: absolute;
  top: 0;
  left: 0;
}

#splide01 .splide__slide img {
  width: 100%;
  aspect-ratio: 288/372;
  object-fit: cover;
}

#splide02 {
  margin-top: 10px;
}

#splide02 .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 333/221;
  object-fit: cover;
}

.bz-slider02 {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 37px;
  padding-bottom: 2.3125rem;
  z-index: 1;
}

/* セクション共通 */
.section-title {
  color: #8f810c;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: max(1.875rem, 24px);
  line-height: calc(48 / 30);
  text-align: center;
}

.inner {
  margin-inline: 5%;
  padding-block: 2.625rem 3.75rem;
  padding-inline: 3%;
  border-radius: 10px;
  box-shadow: 0px 0px 22px #655b5b45;
}

.studio-area,
.guide-title {
  color: #fff;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(to right, #a88b59, #bfab87);
  margin-inline: auto;
  padding-block: 6px;
  padding-left: 13px;
}

/* インストラクター*/
section {
  margin-top: 36px;
}

.studio-block {
  margin-top: 26px;
}

.studio-block:first-of-type {
  margin-top: 20px;
}

.studio-city {
  margin-top: 20px;
  padding-inline: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}

.studio-item {
  margin-top: 10px;
  padding-inline: 8px;
  letter-spacing: 0.08em;
  line-height: calc(25 / 16);
}

.studio-item + .studio-city {
  margin-top: 25px;
}

.studio-area + .studio-city {
  margin-top: 22px;
}

.studio-item + .studio-area {
  margin-top: 40px;
}

/* 募集要項 */
li {
  list-style: none;
}

.guide-title {
  margin-top: 20px;
}

.guide-item {
  padding-top: 12px;
  padding-inline: 8px;
}
.guide-item ul li
/* .list-item  */ {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
  line-height: calc(27 / 16);
  font-weight: 500;
}

/* .list-item:before  */
.guide-item ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #8f810c;
  top: 0.7em;
  left: 4px;
}

/* .square  */
.guide-item h4 {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.935rem;
  letter-spacing: 0.1em;
}

/* .square:before  */
.guide-item h4::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 2px;
  background-color: #8f810c;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}

.guide-item ul {
  padding-left: 24px;
}
.guide-text + ul {
  padding-left: 0;
}
.guide-item small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 160%;
}

.guide-item ul li {
  margin-top: 5px;
}

.guide-item p + .guide-item ul,
.guide-item p + .guide-item h4,
.guide-item h4 + .guide-item ul,
.guide-item h4 + .guide-item p {
  margin-top: 11px;
}

.guide-item ul li + .guide-item p,
.guide-item small {
  margin-top: 9px;
}

.guide-item ol {
  list-style: revert;
}

em {
  font-style: italic !important;
}

/* よくある質問*/
.faq {
  margin-top: 72px;
}

.faq__inner {
  padding-inline: 8%;
  padding-bottom: 70px;
}

.faq__item {
  position: relative;
  margin-top: 28px;
  border: 1px solid #c3bf9b;
  border-radius: 10px;
  padding-block: 6% 7%;
  padding-inline: 8% 6%;
}

.faq__item::before {
  position: absolute;
  content: "";
  background-image: url(../img/recruit/q.png);
  background-size: contain;
  width: 52px;
  height: 52px;
  top: -16px;
  left: -10px;
}

.q-text {
  color: #8f810c;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.08em;
  line-height: calc(27 / 17);
}

.a-text {
  margin-top: 14px;
}

.a16 {
  font-size: 16px;
  font-size: 1rem;
}

.a14 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  margin-top: 4px;
}

.olive {
  color: #8f810c;
}

/* 応募フォーム */
.bz-48 {
  background: linear-gradient(to right, #f7f2ed 0%, #fef7ee 50%, #f3e6d9 100%);
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.k47-2 {
  width: 59%;
  padding-top: 33px;
  margin-inline: auto;
}

form {
  margin-top: 23px;
  margin-inline: 6%;
  padding-inline: 6% 8%;
  padding-block: 32px 13%;
  background-color: #fff;
  border-radius: 10px;
}

.c-form7__item {
  padding-top: 1.3rem;
}

.c-form7__title {
  letter-spacing: 0.05em;
  line-height: 17px;
}

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

.c-form7__required::after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #fff;
  background-color: #c80000;
  text-align: center;
  width: 35px;
  height: 17px;
  border-radius: 2px;
}

.c-form7__text-field,
.c-form7__textarea-field {
  width: 100%;
  height: 43px;
  padding-inline: 16px;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  color: #363636;
  margin-top: 4px;
}

.c-form7__textarea-field {
  height: 122px;
}
textarea {
  resize: none;
}

.wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding-block: 3px;
  font-size: 16px;
  border: none;
  outline: none;
}

.c-form7__select {
  position: relative;
  width: 100%;
  padding-block: 8px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 16px;
  padding-block: 8px 10px;
  margin-top: 4px;
}

.c-form7__select:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 1.5px solid #363636;
  border-right: 1.5px solid #363636;
  height: 8px;
  width: 8px;
  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対応*/
}

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

.select {
  font-size: 14px;
  letter-spacing: 0.08em;
  padding-left: 14px;
}

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

.c-form7__fz10 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 13px;
  /* margin-top: 6px; */
  margin-top: 12px;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  color: #d9d9d9;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  /* margin-top: 12px; */
  text-align: end;

  position: absolute;
  right: 14px;
  bottom: -25px;
}

.cf7-submit-button {
  background: url("../img/recruit/submit-button.png") no-repeat center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  aspect-ratio: 300/86;
  cursor: pointer;
}

.cf7-submit-button {
  margin-top: 22px;
}

/* フッター */
.bz-footer {
  background-color: #fff;
  padding: 25px 0 28px;
  padding: 1.5625rem 0 1.75rem;
  text-align: center;
  margin-top: -1px;
  position: relative;
}

.bz-footer__inner {
  padding-inline: 10%;
}

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

.bz-footer__link a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #676564;
  font-weight: 400;
  font-style: normal;
}

.bz-footer__copyright {
  color: #676564;
  margin-top: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}

/* ボタン関連 */
.bz-18,
.bz-36 {
  position: relative;
}

.entry-button-01 {
  position: absolute;
  position: absolute;
  top: 5%;
  left: 0;
}

.button-text {
  color: #f85f80;
  font-size: 28px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 34px;
  margin-bottom: -24px;
  text-align: center;
}

.button-text-pc {
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 38px;
}

.entry-button-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 43%;
}

.line__btn {
  margin-top: -8px;
}

/* 他コンテンツ */
.bz-03,
.bz-10,
.bz-29 {
  position: relative;
}

.bz-03-num {
  position: absolute;
  font-family: "Shippori Mincho B1";
  font-size: max(3rem, 42px);
  color: #8f810c;
  top: 14.5%;
  left: 22%;
  font-weight: 400;
}

@media (max-width: 375px) {
  .bz-03-num {
    top: 13.5%;
  }
}

.bz-07-slide {
  position: relative;
}

.bz-03-video video,
.bz-29-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  aspect-ratio: 351/240;
}

.bz-10-video {
  position: absolute;
  top: calc(360 / 900 * 100%);
  left: 50%;
  transform: translateX(-50%);
  width: calc(262 / 414 * 100%);
}

.bz-10-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 262/182;
}

.bz-29-video {
  position: absolute;
  top: calc(169 / 524 * 100%);
  left: 50%;
  transform: translateX(-50%);
  width: calc(351 / 414 * 100%);
  z-index: 1;
}

.bz-29-bg01 {
  position: absolute;
  top: calc(36 / 524 * 100%);
  left: calc(30 / 414 * 100%);
  width: calc(362 / 414 * 100%);
  aspect-ratio: 317/140;
  height: auto;
  object-fit: cover;
  z-index: 2;
}

.bz-29-bg02 {
  position: absolute;
  bottom: calc(27.75 / 524 * 100%);
  left: calc(18 / 414 * 100%);
  width: calc(338.77 / 414 * 100%);
  aspect-ratio: 338/100;
  height: auto;
  object-fit: cover;
  z-index: 2;
}

/* 他コンテンツ */

.bz-18 {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.bz-26 {
  margin-top: -2px;
  margin-top: -0.125rem;
}

.bz-36 {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.bz-43 {
  position: relative;
}

/*サンクスページ*/
.bz-thanks {
  min-height: 100vh;
}

.bz-page-thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-thanks-wh {
  background-color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bg-thanks {
  background-color: #f8f3ed;
}

.thanks {
  margin-top: 0;
}

.thanks-inner {
  padding-inline: 3.4rem;
  padding-block: 25px 76px;
}

.thanks-title {
  color: #8f810c;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 23px;
  font-size: 1.437rem;
  line-height: calc(48 / 30);
  text-align: center;
  padding-bottom: 4px;
}

.thanks__text {
  margin-top: 26px;
  margin-top: 1.625rem;
  font-size: 15px;
  font-size: 0.973rem;
  text-align: center;
}

/* 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;
}
/* 入力枠 */
.c-form7__datetime-input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.8em 1em;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  font-family: inherit;
}

.c-form7__datetime-input:focus {
  border-color: #3399ff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 153, 255, 0.2);
}
.c-form7__datetime-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.c-form7__complete.is-show {
  display: inline;
}

/* デフォルトは横並び */
.c-form7__datetime-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.c-form7__datetime-wrap-a {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -2rem;
}

.c-form7__text-field-a {
  width: 48%;
  height: 43px;
}

.c-form7__select-a {
  width: 48%;
}

/* スマホでは縦並びに変更 */
@media screen and (max-width: 480px) {
  .c-form7__datetime-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .c-form7__date,
  .c-form7__time {
    max-width: 100%;
    width: 100%;
  }
}

.c-form7__date,
.c-form7__time {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.8em 1em;
  font-size: 16px;
  width: 100%;
  max-width: 200px;
  box-sizing: border-box;
}
/* フォーム項目の全体的なスタイル */
.bz-contact__form-item {
  margin-bottom: 40px;
}

/* ラベル部分のスタイル */
.c-form-item__label {
  margin-bottom: 10px;
  font-weight: bold;
}

/* ラベルタイトルのスタイル */
.c-form-item__ttl {
  font-size: 16px;
  margin-bottom: 5px;
}

/* 必須マークのスタイル */
.required {
  color: red;
  margin-left: 5px;
}

/* 入力フィールドのラッパー */
.c-form-item__label-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* 入力フィールドの内側ラッパー */
.c-form-item__label-wrap-inner {
  flex: 1 1 200px;
}

/* セレクトボックスのスタイル */
.c-select select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* インプットフィールドのスタイル */
.c-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.c-input--flex,
.c-select select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9; /* グレーの背景 */
  font-size: 16px;
}

.c-input-a {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.building {
  margin-bottom: 5px;
}

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

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

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

/* フォーム修正後 251017追加 */

.c-form7__text {
}
.c-form7__text-ttl {
  color: #8f810c;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 24.7px */
  letter-spacing: 0.95px;
  letter-spacing: 0.059375rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
  text-align: center;
}
.c-form7__text-list {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
.c-form7__text-item {
  display: flex;
  position: relative;
  gap: 32px;
  gap: 2rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.c-form7__text-item dt::before {
  content: "";
  background: #8f810c;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  flex-shrink: 0;
  border-radius: 50%;
  position: absolute;
  left: -17%;
  top: 50%;
  transform: translateY(-50%);
}
.c-form7__text-item:last-child.c-form7__text-item dt::before {
  content: "";
  background: #8f810c;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  flex-shrink: 0;
  border-radius: 50%;
  position: absolute;
  left: -17%;
  top: 30%;
}
.c-form7__text-item dt {
  color: #363636;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  position: relative;
  width: 71px;
  width: 4.4375rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.c-form7__text-item dd {
  color: #363636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  min-width: 0;
  flex: 1;
}
.c-form7__text-dis {
  color: #363636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  width: 94.656%;
  margin: 0 auto;
}

/* ラジオボタン */
.c-form7__radio-btn {
  margin-top: 14px;
  margin-top: 0.875rem;
}
/* デフォルトのラジオボタンを完全に非表示にする */
.c-form7__radio-btn input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* 外枠（常に表示される円）のデザイン */
.c-form7__radio-btn label::before {
  content: "";
  display: block;
  width: 1.288125rem;
  height: 1.288125rem;
  flex-shrink: 0;
  position: absolute;
  left: 0.5625rem; /* ラベルの左端からの位置 */
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #d9d9d9;
  opacity: 0.5;
}

/* チェックマーク（チェック時に表示される内側の円）のデザイン */
.c-form7__radio-btn label::after {
  content: "";
  display: block;
  width: 0.75rem; /* 外枠より小さく */
  height: 0.75rem;
  border-radius: 50%;
  background-color: #3399ff; /* チェックマークの色 */
  position: absolute;
  top: 50%;
  left: 0.875rem;
  transform: translateY(-50%);
  opacity: 0; /* 初期値は非表示 */
  z-index: 2;
}

.c-form7__radio-btn input[type="radio"]:checked + label::after {
  opacity: 1;
}

.c-form7__radio-btn label {
  width: 100%;
  height: 2.5118125rem;
  border-radius: 10px;
  border-radius: 2.625rem;
  border: 0.343px solid #000;
  font-family: Inter;
  font-size: 12.366px;
  font-size: 0.69rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 5px 0 5px 30px;
  padding: 0.3125rem 0 0.3125rem 2.3rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.27875rem;
}
