/*▼募集要項セクション▼*/

.be-requirements {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
  background-color: #000;
  background-image: url("../img/backgrounds/bg7.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: clamp(56px, 6vw, 96px) 16px;
}

.be-requirements,
.be-requirements * {
  box-sizing: border-box;
}

.be-requirements__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.be-req-list {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
}

.be-req-item {
  display: grid;
  grid-template-columns: minmax(180px, 26%) minmax(0, 1fr);
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(80, 194, 194, 0.42);
}

.be-req-item__head {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 44px) 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-right: 1px solid rgba(80, 194, 194, 0.42);
}

.be-req-item__icon {
  display: grid;
  place-items: center;
  min-width: 58px;
  min-height: 58px;
  padding: 0.6em;
  color: #50c2c2;
  font-weight: 800;
  font-size: 0.8rem;
  border: 1px solid #50c2c2;
  box-shadow:
    0 0 8px rgba(80, 194, 194, 0.7),
    inset 0 0 8px rgba(80, 194, 194, 0.18);
}

.be-req-item__head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 800;
}

.be-req-item__body {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 44px);
}

.be-req-item__body p {
  margin: 0;
  line-height: 1.9;
  font-weight: 700;
}

.be-req-time {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  text-align: center;
}

.be-req-time span {
  font-size: 0.9rem;
}

.be-req-center {
  text-align: center;
}

.be-req-accordion {
  color: #fff;
  margin-top: 14px;
}

.be-req-accordion summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1em 3em 1em 1.2em;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.12);
}

.be-req-accordion summary::-webkit-details-marker {
  display: none;
}

.be-req-accordion summary::after {
  content: "▲";
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}

.be-req-accordion:not([open]) summary::after {
  content: "▼";
}

.be-req-accordion__body {
  padding: clamp(20px, 3vw, 36px);
  background: rgba(0, 0, 0, 0.28);
}

.be-req-target-title {
  width: min(500px, 100%);
  margin-bottom: 20px;
}

.be-req-target-title img {
  display: block;
  width: 100%;
  height: auto;
}

.be-req-check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 1.2em 1.4em;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.be-req-check-list li {
  position: relative;
  padding-left: 1.6em;
  font-weight: 700;
}

.be-req-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #20d7c4;
  font-weight: 900;
}

.be-req-accordion h4 {
  margin: 28px 0 14px;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.be-req-table-wrap {
  overflow-x: auto;
}

.be-req-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(0, 0, 0, 0.38);
}

.be-req-table th,
.be-req-table td {
  padding: 1em;
  line-height: 1.8;
  border: 1px solid rgba(255, 255, 255, 0.28);
  vertical-align: top;
}

.be-req-table th {
  width: 160px;
  color: #50c2c2;
  text-align: left;
  white-space: nowrap;
  background: rgba(80, 194, 194, 0.08);
}

.be-req-button {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 4vw, 40px);
}

.be-req-button .be-action-btn {
  width: min(865px, 100%);
  min-height: 52px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff4b55 0%, #ffb640 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .18);
}

@media screen and (max-width: 959px) {
  .be-requirements {
    background-attachment: scroll;
    padding: 48px 16px;
  }

  .be-requirements .title_back2 {
    font-size: clamp(56px, 10vw, 100px);
  }

  .be-requirements .title_front2 {
    font-size: clamp(34px, 9vw, 64px);
  }

  .be-req-item {
    grid-template-columns: 1fr;
  }

  .be-req-item__head {
    border-right: 0;
    border-bottom: 1px solid rgba(80, 194, 194, 0.42);
  }

  .be-req-table th,
  .be-req-table td {
    display: block;
    width: 100%;
  }

  .be-req-table th {
    white-space: normal;
  }
}

/*▼FAQセクション▼*/

.be-faq {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #111;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../img/backgrounds/bg6.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: clamp(56px, 6vw, 96px) 16px;
}

.be-faq,
.be-faq * {
  box-sizing: border-box;
}

.be-faq__inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.be-faq-list {
  display: grid;
  gap: 14px;
}

.be-faq-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 78, 189, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
border-radius:15px;
}

.be-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.1em 3.2em 1.1em 4.2em;
  color: #111;
  font-weight: 800;
  line-height: 1.7;
}

.be-faq-item summary::-webkit-details-marker {
  display: none;
}

.be-faq-item summary::before {
  content: "Q";
  position: absolute;
  left: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 2em;
  height: 2em;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #1f4ebd, #9d7dc5);
  border-radius: 50%;
}

.be-faq-item summary::after {
  content: "＋";
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  color: #1f4ebd;
  font-weight: 800;
  font-size: 1.2em;
}

.be-faq-item[open] summary::after {
  content: "－";
}

.be-faq-item__body {
  position: relative;
  padding: 0 1.4em 1.4em 4.8em;
  color: #222;
  line-height: 1.9;
}
/* FAQアコーディオン開閉アニメーション：軽量版 */
.be-faq-item__body {
  overflow: hidden;
}

.be-faq-item.is-animating .be-faq-item__body {
  transition: height 0.22s ease;
}

.be-faq-item:not([open]) .be-faq-item__body {
  height: 0;
}

.be-faq-item__body::before {
  content: "A";
  position: absolute;
  left: 1.2em;
  top: 0.15em;
  display: grid;
  place-items: center;
  width: 2em;
  height: 2em;
  color: #1f4ebd;
  font-weight: 800;
  border: 1px solid #1f4ebd;
  border-radius: 50%;
  background: #fff;
}

.be-faq-item__body p {
  margin: 0;
}

.be-faq-item__body p + p {
  margin-top: 1em;
}

.be-faq-item__button {
  margin-top: 1.2em;
}

.be-line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 48px;
  padding: 0.75em 1.6em;
  color: #1f4ebd;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid currentColor;
  background: #fff;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.be-line-btn:hover {
  color: #fff;
  background: #1f4ebd;
  transform: translateY(-2px);
}

.be-faq__button {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 48px);
}

.be-action-btn--blue {
  width: min(520px, 100%);
  min-height: 56px;
  border-radius: 4px;
  background: linear-gradient(90deg, #1f4ebd, #9d7dc5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .18);
}

.be-faq-message {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  align-items: end;
  gap: 24px;
  margin-top: clamp(36px, 5vw, 64px);
}

.be-faq-message__text {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 2.4rem);
  line-height: 1.8;
  transform: rotate(-4deg);
    font-size: clamp(15px, 3vw, 25px);
}

.be-faq-message__text p {
  margin: 0;
    text-align: right;
}

.be-faq-message__text span {
  color: #ed4a4a;
}

.be-faq-message__image {
  justify-self: end;
}

.be-faq-message__image img {
  display: block;
  width: 150px;
  height: auto;
}

@media screen and (max-width: 959px) {
  .be-faq {
    background-attachment: scroll;
    padding: 48px 16px;
  }

  .be-faq .title_back2 {
    font-size: clamp(72px, 20vw, 100px);
  }

  .be-faq .title_front2 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .be-faq-item summary {
    padding: 1em 3em 1em 3.8em;
  }

  .be-faq-item__body {
    padding: 0 1.2em 1.2em 3.8em;
  }

  .be-faq-message {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .be-faq-message__text {
    transform: rotate(-1deg);
  }

  .be-faq-message__image {
    justify-self: center;
  }
}

/*▼PLACEセクション▼*/

.be-place {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
  background-color: #111;
  background-image: url("http://test1.aolith.com/wp-content/uploads/2025/08/bg5.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(56px, 6vw, 96px) 16px;
}

.be-place,
.be-place * {
  box-sizing: border-box;
}

.be-place__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.be-place-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.be-place-card {
  color: #111;
  background: #fff;
  box-shadow:
    0 0 20px rgba(80, 194, 194, 0.75),
    0 10px 26px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.be-place-card__image {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.be-place-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.be-place-card__body {
  padding: 1.5em;
  text-align: center;
}

.be-place-card__label {
  display: inline-block;
  margin: 0 0 0.8em;
  padding: 0.2em 0.7em;
  color: #fff;
  background: #48494c;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.5;
}

.be-place-card__title {
  margin: 0;
  color: #111;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.6;
  font-weight: 800;
}

.be-place-card__title span {
  display: block;
  color: #7860a9;
  font-size: 1rem;
}

.be-place-card__status {
  margin: 0.8em 0 1.1em;
  color: #7860a9;
  font-weight: 800;
}

.be-place-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 42px;
  padding: 0.65em 1.4em;
  color: #1f4ebd;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid #1f4ebd;
  background: #fff;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.be-place-card__button:hover {
  color: #fff;
  background: #1f4ebd;
  transform: translateY(-2px);
}

@media screen and (max-width: 959px) {
  .be-place {
    padding: 48px 16px;
  }

  .be-place .title_back2 {
    font-size: clamp(72px, 20vw, 100px);
  }

  .be-place .title_front2 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .be-place-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .be-place-grid {
    grid-template-columns: 1fr;
  }
}

/*▼Google Mapセクション▼*/

.be-map {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f7f7f7;
}

.be-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

@media screen and (max-width: 959px) {
  .be-map iframe {
    height: 280px;
  }
}

/*▼INQUIRYセクション▼*/

.be-inquiry {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
  background: #0b081e;
  padding: clamp(56px, 6vw, 96px) 16px;
}

.be-inquiry,
.be-inquiry * {
  box-sizing: border-box;
}

.be-inquiry__inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.be-inquiry__head {
  display: grid;
  grid-template-columns: clamp(70px, 8vw, 110px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  margin-bottom: clamp(32px, 5vw, 56px);
}

.be-inquiry__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.be-inquiry__title {
  min-width: 0;
}

.be-inquiry .title_wrap {
  margin-bottom: 0 !important;
}

.be-inquiry__subtitle {
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}

.be-inquiry__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}

.be-inquiry__tel {
  text-align: left;
}

.be-inquiry__tel-number {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.2em;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.15;
  font-weight: 800;
}

.be-inquiry__tel-icon {
  color: #9d7dc5;
  font-size: 1.15em;
  line-height: 1;
}

.be-inquiry__person {
  margin: 0.4em 0 0;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 700;
}

.be-inquiry__button {
  display: flex;
  justify-content: center;
}

.be-inquiry__button .be-action-btn {
  width: 100%;
  min-height: 64px;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .be-inquiry {
    padding: 48px 16px;
  }

  .be-inquiry__head {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .be-inquiry .title_back {
    font-size: clamp(64px, 20vw, 100px);
  }

  .be-inquiry .title_front {
    font-size: clamp(44px, 14vw, 64px);
  }

  .be-inquiry__content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .be-inquiry__tel {
    text-align: center;
  }

  .be-inquiry__tel-number {
    justify-content: center;
  }

  .be-inquiry__button .be-action-btn {
    width: min(420px, 100%);
  }
}