/* screen - spu95topu95u12467u12540u12486u12441u12451u12531u12463u12441u29992 */

/* FAQアコーディオン機能のスタイル追加 */
.faq-item .answer-container,
.faq-item-1 .answer-container {
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  max-height: 0;
  padding: 0 20px;
  opacity: 0;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}

.faq-item.expanded .answer-container,
.faq-item-1.expanded .answer-container {
  max-height: 200px;
  padding: 0px 20px 30px;
  opacity: 1;
}

.btn_close {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.btn_close.active .close-icon-line::before {
  transform: scaleY(0);
}

.list_faq,
.list_faq-1,
.list_faq-2 {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.list_faq:hover,
.list_faq-1:hover,
.list_faq-2:hover {
  background-color: rgba(255, 165, 0, 0.05);
}

/* スクロール時のヘッダー制御 */
.header {
  transition: transform 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
}

.header.header-hidden {
  transform: translateY(-100%);
}

/* メニュースタイル */
.pc-menu {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 300px !important;
  height: 100vh !important;
  background-color: white !important;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
  z-index: 2000 !important;
  padding: 80px 20px 20px !important;
  transform: translateX(100%) !important;
}

/* メニュー閉じるボタン */
.menu-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--mirage);
  transition: transform 0.3s ease;
}

.close-line-1 {
  transform: rotate(45deg);
}

.close-line-2 {
  transform: rotate(-45deg);
}

.menu-close-btn:hover .close-line {
  background-color: var(--burning-orange);
}

nav.pc-menu.mobile-menu-open {
  transform: translateX(0) !important;
  z-index: 2001 !important;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}


.menu-list a {
  color: var(--mirage);
  text-decoration: none;
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  padding: 15px 20px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.menu-list a:hover {
  background-color: rgba(255, 107, 53, 0.1);
  color: var(--burning-orange);
}

.menu-apply-btn {
  background-color: var(--monza) !important;
  color: white !important;
  text-align: center;
  border-radius: 25px !important;
  margin-top: 20px;
}

.menu-apply-btn:hover {
  background-color: #b91516 !important;
}

/* メニューオーバーレイ */
body.menu-open::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
}

/* メニューボタンアニメーション */
.menu.menu-active .rectangle:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu.menu-active .rectangle:nth-child(2) {
  opacity: 0;
}

.menu.menu-active .rectangle:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.menu .rectangle {
  transition: all 0.3s ease;
}

/* モバイルメニューボタン */
.mobile-menu-button {
  display: none;
}

/* PC用サイドロゴ */
.pc-side-logo {
  display: none;
}

@media (min-width: 771px) {
  .pc-side-logo {
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    padding: 0 1.6% 0 4%;
    transform: translateY(-50%);
    z-index: 998;
    width: 28%;
    max-width: 500px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
  }
  
  .pc-side-logo:hover {
    opacity: 1;
  }
  
  .pc-side-logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .contents-wrapper .list_milight {
    flex-direction: row;
    align-items: stretch;
  }
  .frame-93 .font-white-lg,.frame-93 .font-white-lg .font-yellow-lg,
  .frame-93-5 .font-white-lg,.frame-93-5 .font-white-lg .font-yellow-lg{
    font-size: 1.6vw;
  }
}


/* PC用固定応募ボタン */
.pc-fixed-apply-btn {
  display: none;
}

@media (min-width: 771px) {
  .pc-fixed-apply-btn {
    display: flex;
    position: fixed;
    top: 20px;
    right: 20px;
    align-items: center;
    gap: 12px;
    background-color: var(--monza);
    color: white;
    padding: 20px 24px 20px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: 1.2rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(217, 23, 24, 0.3);
    transition: all 0.3s ease;
    z-index: 999;
  }
  
  .pc-fixed-apply-btn:hover {
    background-color: #b91516;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(217, 23, 24, 0.4);
  }
  
  .pc-apply-text {
    
  }
  
  .pc-apply-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  
  .pc-fixed-apply-btn:hover .pc-apply-arrow {
    transform: rotate(45deg) translate(2px, -2px);
  }
}

/* PC用右側メニュー */
.pc-side-menu {
  display: none;
}

@media (min-width: 771px) {
  .pc-side-menu {
    display: block;
    position: fixed;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 998;
  }

  .pc-side-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 0 20px #1811311a;
    backdrop-filter: blur(10px);
    padding: 2vw 3vw;
    min-width: 12vw;
  }

  @media (min-width: 1201px) {
    .pc-side-menu-list {
      padding: 2.5vw 6vw;
      min-width: 14vw;
    }
  }

  @media (min-width: 1501px) {
    .pc-side-menu{
      right: 4%;
    }
    .pc-side-menu-list {
      padding: 2.8vw 8vw;
      min-width: 16vw;
    }
  }

  .pc-side-menu-list li {
    margin-bottom: 10px;
  }

  .pc-side-menu-list li:last-child {
    margin-bottom: 0;
  }

  .pc-side-menu-list a {
    display: block;
    color: var(--mirage);
    text-decoration: none;
    font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
    font-size: 1.2rem;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    
  }

  .pc-side-menu-list a:hover {
    background-color: var(--burning-orange);
    color: white;
  }
}

/* ページトップボタン */
.page-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: var(--burning-orange);
  border-radius: 50%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
  z-index: 999;
}

.page-top-btn:hover {
  background-color: #e55a2b;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
}

.page-top-btn.show {
  display: flex;
}

.page-top-arrow {
  position: relative;
  width: 12px;
  height: 12px;
  margin-bottom: 4px;
}

.arrow-line {
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
}

.arrow-line-1 {
  transform: rotate(-45deg);
  top: 6px;
  left: 0;
}

.arrow-line-2 {
  transform: rotate(45deg);
  top: 6px;
  right: 0;
}

.page-top-text {
  color: white;
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@media (max-width: 770px) {
  .page-top-btn {
    display: none !important;
  }
  
  .mobile-menu-button {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    transition: transform 0.3s ease;
  }
  
  .mobile-menu-button.menu-button-hidden {
    transform: translateY(-100px);
  }
  
  .hero-section {
    margin-top: 65px;
  }
  
  .contents-wrapper iframe {
    height: 280px;
  }
}

/* スムーズスクロール */
html {
  scroll-behavior: smooth;
}


.contents-wrapper {
  align-items: flex-start;
  background-color: var(--text600);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

/* レスポンシブ画像 */
.contents-wrapper img {
  max-width: 100%;
  height: auto;
}

/* 各sectionとfooterの横幅100% */
.hero-section,
.reasons-section,
.earn-money-section,
.company-section,
.flow-section,
.access-section,
.lead-section,
.faq-section,
.footer {
  width: 100%;
}

/* デスクトップ時のcontents-wrapper幅制限 */
@media (min-width: 771px) and (max-width: 1200px) {
  .pc-side-logo{
    padding:0 2% 0 2%;
  }
  .contents-wrapper {
    width: 45%;
    margin: 0 auto;
  }
}

@media (min-width: 1201px) {
  .contents-wrapper {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (min-width: 771px) {
  /* デスクトップ時はheader非表示 */
  .header,
  .contents-wrapper .header {
    display: none !important;
  }
}

.contents-wrapper .header {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 17px;
  height: 65px;
  justify-content: center;
  padding: 12px 10px;
  width: 100%;
}

.contents-wrapper .header__logo {
  position: absolute;
  left: 12px;
  width: 208px;
}

.contents-wrapper .header__menu {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 14px;
  margin-bottom: -2.00px;
  margin-top: -2.00px;
  position: absolute;
  right: 18px;
}

.contents-wrapper .btn_entry-1 {
  box-shadow: 6px 6px 8px #fc652e30;
  gap: 10px;
  height: 45px;
  justify-content: center;
  padding: 10px 26px 11px;
  width: 104px;
}

.contents-wrapper .text-1-1 {
  align-items: center;
  color: var(--text600);
  display: flex;
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-m);
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0;
  line-height: 16px;
  margin-left: -6.00px;
  margin-right: -6.00px;
  
  width: fit-content;
}

.contents-wrapper .menu {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 24px;
}

.contents-wrapper .rectangle {
  background-color: var(--shark);
  height: 2px;
  width: 24px;
}

.contents-wrapper .h1_mv-1 {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  object-fit: contain;
  display: block;
  vertical-align: top;
}

.contents-wrapper .btn_-entry-area-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 0;
  padding: 35px 20px 40px;
  position: relative;
  width: 100%;
}

.contents-wrapper .frame-93 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
}

.contents-wrapper .line {
  height: 18.09px;
  object-fit: cover;
  width: 8.59px;
}

.contents-wrapper .text {
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 23.4px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.contents-wrapper .btn_entry {
  align-self: stretch;
  box-shadow: 6px 6px 18px #06162d96;
  flex: 0 0 auto;
  gap: 16px;
  justify-content: flex-end;
  padding: 23px 20px 25px 51px;
  position: relative;
  width: 100%;
  max-width: 350px;
  color: white;
  margin: auto;
}

.contents-wrapper .text-1 {
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -1.00px;
  
  width: fit-content;
  color: var(--text600);
}

.contents-wrapper .group-2 {
  aspect-ratio: 1;
  height: 83px;
  left: -7px;
  position: absolute;
  width: 85px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.contents-wrapper .vector {
  height: 83px;
  left: 0;
  position: absolute;
  top: 0;
  width: 83px;
}

.contents-wrapper .text-2 {
  left: 19px;
  letter-spacing: 0.88px;
  line-height: 28.6px;
  position: absolute;
  text-align: center;
  top: 27px;
  
}

.contents-wrapper .arrow {
  background-image: url(../img/arrow.svg);
  background-size: 100% 100%;
  height: 12px;
  width: 15px;
}

.contents-wrapper .reasons-content {
  align-items: center;
  align-self: stretch;
  background-color: #ffefe9;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 60px 0px 0px;
  width: 100%;
}

.contents-wrapper .h2_6reason {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  padding: 0px 0px 40px;
  width: 355.62px;
}

.contents-wrapper .vector-1 {
  height: 31px;
  width: 52px;
}

.contents-wrapper .text-5 {
  color: transparent;
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-xxxl);
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 30px;
  text-align: center;
  width: fit-content;
}

.contents-wrapper .span0-1 {
  color: var(--mirage);
  letter-spacing: 0.12px;
}

.contents-wrapper .span1 {
  color: var(--burning-orange);
  font-size: 2.5rem;
  letter-spacing: 0.32px;
  line-height: 50px;
}

.contents-wrapper .list_reason-container {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0px 0px 40px;
  width: 100%;
  list-style: none;
  margin: 0;
  gap: 30px;
}

.contents-wrapper .card_reason01,.contents-wrapper .card_reason03  {
  align-items: flex-start;
  background-color: var(--text600);
  border: 0px none;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 8px 8px 20px #dfafaf5e;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-right: 20px;
}

.contents-wrapper .h3_reason-01 {
  background-color: var(--text600);
  border-radius: 0px 20px 0px 0px;
}

.contents-wrapper .number-1 {
  border-color: var(--botticelli);
}

.contents-wrapper .title {
  align-self: stretch;
  letter-spacing: 0.56px;
  line-height: 36.4px;
  margin-top: -1.00px;
}

.contents-wrapper .title-1 {
  letter-spacing: 0.40px;
  line-height: 2rem;
  width: fit-content;
}

.contents-wrapper .span0 {
  letter-spacing: 0.08px;
}

.contents-wrapper .span-1 {
  letter-spacing: 0.16px;
  line-height: 36.4px;
}

.contents-wrapper .main_reason0 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 0px 25px 30px 25px;
  width: 100%;
}

.contents-wrapper .schedule-options {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
}

.contents-wrapper .x-shift {
  background-color: var(--mystic);
  border-radius: 20px;
  padding: 6px 10px 5px;
}

.contents-wrapper .annotation {
  letter-spacing: 0.72px;
  line-height: 18px;
  margin-top: -1.00px;
  text-align: center;
  
  width: fit-content;
}

.contents-wrapper .annotation-1 {
  color: var(--mirage);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-l);
  font-weight: 600;
  letter-spacing: 0.72px;
  line-height: 27px;
  margin-top: -1.00px;
  text-align: center;
  
  width: fit-content;
}

.contents-wrapper .span0-2 {
  letter-spacing: 0.13px;
}

.contents-wrapper .span1-1 {
  letter-spacing: 0.16px;
  line-height: 30px;
}

.contents-wrapper .img_schedule {
  object-fit: contain;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.contents-wrapper .schedule-note {
  color: var(--shark);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w3);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 16.9px;
  text-align: left;
  margin-bottom: 8px;
}

.contents-wrapper .img_schedule {
  object-fit: contain;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
}

.contents-wrapper .img_alternating-shift {
  object-fit: contain;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
}

.contents-wrapper .paid-leave-info {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  width: 100%;
}

.contents-wrapper .icon-2 {
  margin-left: -0.02px;
  width: 18.02px;
}

.contents-wrapper .annotation-2 {
  letter-spacing: 0.64px;
  line-height: 1.6rem;
  margin-top: -3.00px;
  width: fit-content;
}

.contents-wrapper .span-2 {
  letter-spacing: 0.10px;
  text-align: left;
}

.contents-wrapper .card_reason02 {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0px 0px 0px 20px;
  width: 100%;
}

.contents-wrapper .guarantee-container {
  background-color: var(--text600);
  border-radius: 20px 0px 0px 20px;
  box-shadow: 8px 8px 20px #dfafaf5e;
  gap: 30px;
}

.contents-wrapper .h3_reason-0 {
  border-radius: 20px 0px 0px 0px;
}

.contents-wrapper .number {
  border-color: var(--bali-hai);
}

.contents-wrapper .x-text {
  padding: 6px 0px 0px;
}

.contents-wrapper .title-3 {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  letter-spacing: 0.40px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: -1.00px;
  width: fit-content;
}

.contents-wrapper .span1-2 {
  color: var(--burning-orange);
  font-family: var(--font-family-seitu-semibold);
  font-size: 2.125rem;
  font-weight: 600;
  letter-spacing: 0.23px;
  line-height: 37.4px;
}

.contents-wrapper .span2 {
  letter-spacing: 0.16px;
  line-height: 30.8px;
  font-size: 1.8rem;
}

.contents-wrapper .img_reason-02 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.contents-wrapper .guarantee-chart {
  flex: 0 0 auto;
  gap: 10px;
}

.contents-wrapper .img_reason-02-1 {
  aspect-ratio: 3.4;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.contents-wrapper .title-4 {
  color: var(--shark);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 16.9px;
  text-align: center;
  
  width: fit-content;
}

.contents-wrapper .container-1 {
  align-items: center;
  border: 2px solid;
  border-color: var(--botticelli);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
  width: 100%;
}

.contents-wrapper .caption {
  letter-spacing: 0;
  line-height: 26.1px;
  width: fit-content;
}

.contents-wrapper .span0-3 {
  color: var(--shark);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-l);
  font-weight: 600;
}

.contents-wrapper .span1-3 {
  color: var(--burning-orange);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height: 29.0px;
}

.contents-wrapper .span2-1 {
  color: var(--shark);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height: 29.0px;
}

.contents-wrapper .performance-container {
  margin-right: -7.00px;
  position: relative;
  width: 38%;
}


.contents-wrapper .h3_reason-03 {
  border-radius: 0px 20px 0px 0px;
  margin-right: -20.00px;
}

.contents-wrapper .span1-4 {
  color: var(--burning-orange);
  font-family: var(--font-family-seitu-semibold);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.16px;
  line-height: 36.4px;
}

.contents-wrapper .main_reason03 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  margin-right: -20.00px;
  padding: 0px 25px 30px 25px;
  width: 100%;
}

.contents-wrapper .exclusive-partnership {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
}

.contents-wrapper .partnership-label {
  align-items: center;
  background-color: var(--botticelli);
  border-radius: 20px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 4px 0px;
  width: 100%;
}

.contents-wrapper .tion {
  letter-spacing: 0.64px;
  line-height: 20.8px;
  margin-top: -1.00px;
  
  width: fit-content;
}

.contents-wrapper .annotation-3 {
  letter-spacing: 0.64px;
  line-height: 20.8px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.contents-wrapper .partnership-container {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

.contents-wrapper .partnership-column {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
}

.contents-wrapper .img_reason-03-1 {
  aspect-ratio: 2.11;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.contents-wrapper .list-bottom {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents-wrapper .container {
  align-items: flex-start;
  align-self: stretch;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-color: var(--botticelli);
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 0px 0px 12px;
  width: 100%;
}

.contents-wrapper .radio-dispatch {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 2px 0px 0px;
}

.contents-wrapper .icon {
  margin-bottom: -0.06px;
  margin-left: -0.02px;
  width: 18.02px;
}

.contents-wrapper .container-2 {
  align-items: flex-start;
  display: flex;
  gap: 2px;
}

.contents-wrapper .description {
  letter-spacing: 0.64px;
  line-height: 1.6rem;
  margin-top: -1.00px;
}

.contents-wrapper .container-3 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  margin-bottom: -1.00px;
  width: 100%;
}

.contents-wrapper .stable-operation {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 2px 0px 0px;
}

.contents-wrapper .container-4 {
  align-items: flex-start;
  display: flex;
  gap: 2px;
  width: 280px;
}

.contents-wrapper .description-1 {
  letter-spacing: 0;
  line-height: 20.8px;
  margin-top: -1.00px;
  
  width: fit-content;
}

.contents-wrapper .card_reason04 {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0px 0px 0px 20px;
  width: 100%;
}

.contents-wrapper .start-design-container {
  align-items: flex-start;
  background-color: var(--text600);
  border-radius: 20px 0px 0px 20px;
  box-shadow: 8px 8px 20px #dfafaf5e;
  display: inline-flex;
  flex-direction: column;
  gap: 30px;
}

.contents-wrapper .title-5 {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  letter-spacing: 0.40px;
  line-height: 2rem;
  margin-top: -1.00px;
  width: fit-content;
}

.contents-wrapper .training-container {
  flex: 0 0 auto;
  gap: 20px;
}

.contents-wrapper .training-column {
  gap: 10px;
}

.contents-wrapper .list-bottom-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: -3.00px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents-wrapper .icon-1 {
  margin-left: -0.02px;
  width: 18.02px;
}

.contents-wrapper .container-5 {
  align-items: flex-start;
  display: flex;
  gap: 2px;
  width: 294px;
}

.contents-wrapper .container-6 {
  align-items: flex-start;
  display: flex;
  gap: 2px;
}

.contents-wrapper .description-2 {
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -1.00px;
  width: fit-content;
}

.contents-wrapper .span1-5 {
  color: var(--mirage);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 19.5px;
}

.contents-wrapper .container-7 {
  align-items: flex-start;
  display: flex;
  gap: 2px;
  width: 280px;
}

.contents-wrapper .description-3 {
  letter-spacing: 0;
  line-height: 20.8px;
  margin-top: -1.00px;
  
  width: fit-content;
}

.contents-wrapper .container-8 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  width: 100%;
}

.contents-wrapper .container-9 {
  align-items: flex-start;
  display: flex;
  gap: 2px;
  width: 280px;
}

.contents-wrapper .description-4 {
  letter-spacing: 0;
  line-height: 20.8px;
  margin-right: -8.00px;
  margin-top: -1.00px;
  width: fit-content;
}

.contents-wrapper .img_reason-04-1 {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}

.contents-wrapper .btn_-entry-area {
  align-items: center;
  background-color: var(--cloud-burst);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px 45px;
  width: 100%;
}

.contents-wrapper .earn-money-content {
  align-items: center;
  background-color: var(--text600);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px 20px 60px;
}

.contents-wrapper .h2_earn-money {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
}

.contents-wrapper .icon-3 {
  height: 68px;
  position: relative;
  width: 57.53px;
}

.contents-wrapper .vector-2 {
  height: 39.93%;
  left: 0;
  position: absolute;
  top: 60.07%;
  width: 100.00%;
}

.contents-wrapper .vector-3 {
  height: 55.48%;
  left: 17.21%;
  position: absolute;
  top: 0;
  width: 65.58%;
}

.contents-wrapper .main-heading {
  color: transparent;
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-xxl);
  font-weight: 600;
  letter-spacing: 0.88px;
  line-height: 28.6px;
  text-align: center;
  width: fit-content;
}

.contents-wrapper .span0-4 {
  color: var(--mirage);
  letter-spacing: 0.19px;
}

.contents-wrapper .span1-6 {
  color: var(--burning-orange);
  font-size: 2.375rem;
  letter-spacing: 0.58px;
  line-height: 49.4px;
}

.contents-wrapper .img_earn-money-1 {
  aspect-ratio: 1.18;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.contents-wrapper .card_wage-guarantee {
  align-items: flex-start;
  background-color: #f8f1cd;
  border-radius: 10px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  width: 100%;
}

.contents-wrapper .h3_wage-guarantee {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 14px;
  justify-content: center;
}

.contents-wrapper .icon-4 {
  height: 67.5px;
  position: relative;
  width: 52.68px;
}

.contents-wrapper .vector-4 {
  height: 49.22%;
  left: 18.46%;
  position: absolute;
  top: 14.98%;
  width: 63.07%;
}

.contents-wrapper .vector-5 {
  height: 23.93%;
  left: 26.54%;
  position: absolute;
  top: 76.07%;
  width: 46.88%;
}

.contents-wrapper .vector-6 {
  height: 79.18%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100.00%;
}

.contents-wrapper .vector-7 {
  height: 20.74%;
  left: 34.17%;
  position: absolute;
  top: 29.63%;
  width: 32.27%;
}

.contents-wrapper .subheading {
  letter-spacing: 1.20px;
  line-height: 28.0px;
  margin-top: -0.25px;
  width: fit-content;
}

.contents-wrapper .span0-5 {
  letter-spacing: 0.24px;
}

.contents-wrapper .span1-7 {
  color: var(--burning-orange);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.41px;
  line-height: 36.4px;
}

.contents-wrapper .description-text {
  align-self: stretch;
  color: var(--mirage);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w3);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 24px;
}

.contents-wrapper .company-content {
  align-items: center;
  background-color: #eff3f8;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 0px 50px;
}

.contents-wrapper .h2_milight {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
  width: 294.77px;
}

.contents-wrapper .image {
  height: 74px;
  object-fit: cover;
  width: 74px;
}

.contents-wrapper .text-12 {
  color: transparent;
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 32px;
  margin-left: -13.61px;
  margin-right: -13.61px;
  text-align: center;
  width: fit-content;
}

.contents-wrapper .span0-6 {
  color: var(--mirage);
  letter-spacing: 0.20px;
}

.contents-wrapper .span1-8 {
  color: var(--burning-orange);
  letter-spacing: 0.20px;
}

.contents-wrapper .list_milight {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
}

.contents-wrapper .card-milight0 {
  border-radius: 0px 20px 20px 0px;
  flex: 0 0 auto;
  margin-right: 20px;
}

.contents-wrapper .frame-164 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 18px;
}

.contents-wrapper .frame-159 {
  align-items: flex-start;
  border-color: var(--bali-hai);
  border-right-style: solid;
  border-right-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  width: 45px;
}

.contents-wrapper .title-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  height: 33px;
  justify-content: left;
  letter-spacing: 0.56px;
  line-height: 28px;
}

.contents-wrapper .text-13 {
  letter-spacing: 0.96px;
  line-height: 31.2px;
}

.contents-wrapper .img_milight0 {
  height:auto;
  width: 100%;
}

.contents-wrapper .list_milight01 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.contents-wrapper .frame {
  align-items: flex-start;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-color: var(--botticelli);
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 0px 0px 12px;
  width: 100%;
}

.contents-wrapper .frame-158 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 4px 0px 0px;
}

.contents-wrapper .icon_check {
  margin-bottom: -0.06px;
}

.contents-wrapper .frame-5-1 {
  width: 294px;
}

.contents-wrapper .text-14 {
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -1.00px;
  width: fit-content;
}

.contents-wrapper .frame-5-2 {
  width: 280px;
}

.contents-wrapper .text-15 {
  letter-spacing: 0;
  line-height: 20.8px;
  margin-right: -13.00px;
  margin-top: -1.00px;
  width: fit-content;
}

.contents-wrapper .frame-2 {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  height: 19px;
  width: 100%;
}

.contents-wrapper .icon_check-2 {
  aspect-ratio: 1;
}

.contents-wrapper .frame-5 {
  align-items: flex-start;
  display: flex;
  gap: 2px;
  margin-bottom: -2.00px;
  width: 294px;
}

.contents-wrapper .text-16 {
  letter-spacing: 0;
  line-height: 20.8px;
  margin-right: -3.00px;
  margin-top: -1.00px;
  width: 297px;
}


.contents-wrapper .card-milight02 {
  border-radius: 20px 0px 0px 20px;
  margin-left: 20px;
}

.contents-wrapper .h3_card-milight01-1 {
  height: 31px;
  margin-right: -2.00px;
}

.contents-wrapper .text_label {
  line-height: 31.2px;
}

.contents-wrapper .cantents-milight01-1 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
}

.contents-wrapper .list_milight0 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.contents-wrapper .x500 {
  letter-spacing: 0;
  line-height: 20.8px;
  margin-right: -3.00px;
  margin-top: -1.00px;
  width: 297px;
}

.contents-wrapper .h3_card-milight03 {
  height: 34px;
}

.contents-wrapper .text_label-1 {
  line-height: 33.6px;
}

.contents-wrapper .cantents-milight03 {
  flex: 0 0 auto;
}


.contents-wrapper .frame-3 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  width: 100%;
}

.contents-wrapper .frame-5-6 {
  width: 280px;
}

.contents-wrapper .btn_-entry-area-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px 45px;
  width: 100%;
}

.contents-wrapper .flow-content {
  align-items: center;
  background-color: #fff5f2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 25px 40px;
}

.contents-wrapper .container-10 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.contents-wrapper .container-11 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contents-wrapper .icon-5 {
  height: 61px;
  width: 46.55px;
}

.contents-wrapper .title-6 {
  align-self: stretch;
  color: transparent;
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.6rem;
  text-align: center;
}

.contents-wrapper .span0-7 {
  color: var(--burning-orange);
}

.contents-wrapper .span1-9 {
  color: var(--mirage);
  font-size: var(--font-size-xxxxl);
  line-height: 42px;
}

.contents-wrapper .container-12 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.contents-wrapper .list_flow {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}

.contents-wrapper .step01_flow {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 100%;
  gap: 14px;
}

.contents-wrapper .container-13 {
  height: 210px;
  position: relative;
  width: 47px;
}

.contents-wrapper .rectangle-367-2 {
  height: 210px;
  left: 0;
  position: absolute;
  top: 0;
  width: 47px;
}

.contents-wrapper .container-14 {
  display: flex;
  height: 52px;
  left: 12px;
  position: absolute;
  top: 68px;
  width: 24px;
}

.contents-wrapper .day {
  color: var(--text600);
  font-family: var(--font-family-outfit);
  font-size: var(--font-size-xxl);
  font-weight: 600;
  height: 52px;
  letter-spacing: 0.88px;
  line-height: 26.4px;
  margin-left: 0;
  text-align: center;
  width: 22px;
}

.contents-wrapper .container-15 {
  align-items: flex-start;
  background-color: var(--text600);
  border-radius: 10px;
  box-shadow: 8px 8px 20px #fee0d55e;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  width: 88%;
}

.contents-wrapper .step-container {
  align-items: flex-start;
  display: flex;
  flex: 1;
  gap: 10px;
  margin-right: -2.00px;
  width: 100%;
}

.contents-wrapper .step-number-container {
  align-items: center;
  background-color: var(--mystic-2);
  border-radius: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 4px 12px;
}

.contents-wrapper .step {
  align-items: center;
  color: var(--mirage);
  display: flex;
  font-family: var(--font-family-seitu-regular);
  font-size: var(--font-size-s);
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.60px;
  line-height: 15px;
  margin-top: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}

.contents-wrapper .step-description-container {
  align-items: flex-start;
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
  justify-content: center;
  max-width: calc(100% - 80px);
}

.contents-wrapper .step-1 {
  font-size: 1.125rem;
  letter-spacing: 0.64px;
  line-height: 18px;
  margin-top: -1.00px;
  width: 100%;
  word-wrap: break-word;
}

.contents-wrapper .step-2 {
  letter-spacing: 0.52px;
  line-height: 16.9px;
  width: 100%;
  word-wrap: break-word;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.contents-wrapper .step-container-2 {
  align-items: center;
}

.contents-wrapper .step-5 {
  font-size: 1.125rem;
  letter-spacing: 0.64px;
  line-height: 18px;
  width: 100%;
  word-wrap: break-word;
}

.contents-wrapper .step-container-1 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  gap: 10px;
  margin-right: -4.00px;
  width: 100%;
}

.contents-wrapper .step-number-container-1 {
  background-color: #ffe6dd;
}

.contents-wrapper .step-3 {
  align-items: center;
  color: var(--burning-orange);
  display: flex;
  font-family: var(--font-family-seitu-regular);
  font-size: var(--font-size-s);
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.60px;
  line-height: 15px;
  margin-top: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}

.contents-wrapper .step-4 {
  color: var(--burning-orange);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 18px;
  margin-top: -1.00px;
  width: 100%;
  word-wrap: break-word;
}

.contents-wrapper .step02_flow {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 100%;
  gap: 14px;
}

.contents-wrapper .container-16 {
  height: 255px;
  position: relative;
  width: 47px;
}

.contents-wrapper .rectangle-367 {
  height: 255px;
  left: 0;
  position: absolute;
  top: 0;
  width: 47px;
}

.contents-wrapper .container-17 {
  display: flex;
  height: 72px;
  left: 12px;
  position: absolute;
  top: 76px;
  width: 24px;
}

.contents-wrapper .month {
  color: var(--text600);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-xxl);
  font-weight: 600;
  height: 72px;
  letter-spacing: 0.88px;
  line-height: 24.2px;
  text-align: center;
  width: 22px;
}

.contents-wrapper .container-18 {
  align-items: center;
  background-color: var(--text600);
  border-radius: 10px;
  box-shadow: 8px 8px 20px #fee0d55e;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  width: 88%;
}

.contents-wrapper .container-19 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.contents-wrapper .step-6 {
  align-items: center;
  color: var(--shark);
  display: flex;
  font-family: var(--font-family-seitu-regular);
  font-size: var(--font-size-s);
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.60px;
  line-height: 15px;
  margin-top: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}

.contents-wrapper .step-number-container-2 {
  background-color: #fce3e1;
}

.contents-wrapper .img {
  height: 51.19px;
  margin-bottom: -3.19px;
  width: 107.38px;
}

.contents-wrapper .access-content {
  align-items: center;
  background-color: var(--text600);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25px;
  padding: 55px 20px 45px;
}

.contents-wrapper .h2_access {
  height: 45px;
  position: relative;
  width: 225px;
}

.contents-wrapper .text-20 {
  color: var(--shark);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-xxxxl);
  font-weight: 600;
  left: 0;
  letter-spacing: 0;
  line-height: 44.8px;
  position: absolute;
  text-align: center;
  top: 0;
  
}

.contents-wrapper .contents_access {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.contents-wrapper iframe {
  width: 100%;
  max-width: 600px;
  height: 280px;
  border: 0;
}

.contents-wrapper .list_access {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.contents-wrapper .text-21 {
  align-self: stretch;
  letter-spacing: 0.64px;
  line-height: 1.6rem;
  margin-top: -1.00px;
}

.contents-wrapper .text-22 {
  align-self: stretch;
  color: var(--mirage);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w3);
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 0.60px;
  line-height: 22.5px;
}

.contents-wrapper .lead-content {
  align-items: center;
  background-color: var(--text600);
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 0px 20px 40px;
}

.contents-wrapper .container-20 {
  margin-bottom: -40.00px;
  margin-left: -20.00px;
  margin-right: -20.00px;
  height: 400px;
  width: calc(100% + 40px);
}

.contents-wrapper .bg {
  background-image: url(../img/background-overlay@2x.png);
  background-size: 100% 100%;
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.contents-wrapper .mv-1 {
  aspect-ratio: 1.95;
  object-fit: cover;
}

.contents-wrapper .button-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}

.contents-wrapper .btn_entry-2 {
  align-self: stretch;
  box-shadow: 6px 6px 18px #06162d96;
  flex: 0 0 auto;
  gap: 16px;
  justify-content: flex-end;
  margin-bottom: -1.00px;
  padding: 23px 20px 25px 51px;
  width: 100%;
  max-width: 350px;
  color: white;
  position: relative;
}

.contents-wrapper .leadt_text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 29px;
  width: 100%;
  margin-bottom: 30px;
}

.contents-wrapper .subheading-1 {
  color: var(--text600);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-m);
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 2rem;
  margin-top: -1.00px;
  text-align: center;
  width: 100%;
}

.contents-wrapper .h2_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 60px auto 30px;
}

.contents-wrapper .main-heading-1 {
  color: var(--text600);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
  text-align: center;
  width: 100%;
}

.contents-wrapper .faq-content {
  align-items: center;
  background-color: #eff3f8;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 33px;
  padding: 70px 20px 60px;
}

.contents-wrapper .h2_faq {
  height: 42px;
  position: relative;
  width: 230px;
}

.contents-wrapper .faq-title {
  color: var(--mirage);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: 2rem;
  font-weight: 600;
  left: 0;
  letter-spacing: 0.64px;
  line-height: 41.6px;
  position: absolute;
  text-align: center;
  top: 0;
  
}

.contents-wrapper .faq-container {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100%;
}

.contents-wrapper .faq-item {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.contents-wrapper .list_faq {
  padding: 20px 12px 20px 14px;
  position: relative;
}

.contents-wrapper .faq_text-2 {
  align-items: center;
}

.contents-wrapper .price {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -1.00px;
}

.contents-wrapper .question-text-1 {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 18px;
  width: 100%;
}

.contents-wrapper .btn_close {
  background-color: var(--burning-orange);
  border-radius: 13px;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
}

.contents-wrapper .close-icon-line {
  background-color: var(--text600);
  height: 2px;
  width: 10px;
  position: absolute;
}

.contents-wrapper .close-icon-line::before {
  content: '';
  position: absolute;
  background-color: var(--text600);
  height: 10px;
  width: 2px;
  top: -4px;
  left: 4px;
  transition: transform 0.3s ease;
}

.contents-wrapper .answer-container {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  width: 100%;
}

.contents-wrapper .answer-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -1.00px;
  width: 17px;
}

.contents-wrapper .answer-text {
  color: var(--mirage);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w3);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24.8px;
  margin-top: -1.00px;
}

.contents-wrapper .faq-item-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.contents-wrapper .list_faq-1 {
  padding: 18px 12px 18px 14px;
  position: relative;
}

.contents-wrapper .faq_text {
  align-items: flex-start;
}

.contents-wrapper .icon_q-1 {
  padding: 2px 0px 0px;
}

.contents-wrapper .question-text {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 23px;
  width: 100%;
}

.contents-wrapper .faq_text-1 {
  align-items: flex-start;
  margin-bottom: -0.50px;
  margin-top: -0.50px;
}

.contents-wrapper .footer {
  align-items: flex-start;
  background-color: var(--cloud-burst);
  display: flex;
  flex-direction: column;
  gap: 46px;
  height: 176px;
  padding: 36px 28px 20px 24px;
}

.contents-wrapper .logo {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
  width: 167px;
}

.contents-wrapper .text-26 {
  color: var(--text600);
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w6);
  font-size: var(--font-size-xxl);
  font-weight: 600;
  letter-spacing: 0.88px;
  line-height: 28.6px;
  margin-top: -1.00px;
  
  width: fit-content;
}

.contents-wrapper .text-27 {
  align-items: center;
  color: var(--text600);
  display: flex;
  font-family: var(--font-family-noto_sans_javanese);
  font-size: var(--font-size-s);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.60px;
  line-height: 15px;
  
  width: fit-content;
}

.contents-wrapper .x2025 {
  align-self: stretch;
  color: #edf2f7;
  font-family: var(--font-family-hiragino_kaku_gothic_pro-w3);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 15.6px;
}

.contents-wrapper .btn_-entry-area-3 {
  align-items: center;
  background-color: var(--cloud-burst);
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.contents-wrapper .btn_entry-3 {
  align-items: center;
  background-color: var(--monza);
  border-radius: 100px;
  white-space: nowrap;
  display: flex;
}

.contents-wrapper .cantents {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}

.contents-wrapper .card {
  align-items: flex-start;
  background-color: var(--text600);
  box-shadow: 8px 8px 20px #cdd9e559;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px 25px;
}

.contents-wrapper .faq_text-3 {
  display: flex;
  gap: 5px;
  width: 294px;
}

.contents-wrapper .frame-5-7 {
  align-items: flex-start;
  display: flex;
  gap: 2px;
}

.contents-wrapper .frame-93-5 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
}

.contents-wrapper .guarantee {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
}

.contents-wrapper .h3_card {
  margin-right: -2.00px;
}

.contents-wrapper .h3_reason {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--botticelli);
  display: flex;
  gap: 20px;
  height: 110px;
  width: 100%;
}

.contents-wrapper .icon_check-3 {
  height: 18.06px;
  margin-left: -0.02px;
  width: 18.02px;
}

.contents-wrapper .icon_q-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: 17px;
}

.contents-wrapper .list_faq-2 {
  align-items: center;
  align-self: stretch;
  background-color: var(--text600);
  border-radius: 10px;
  box-shadow: 4px 4px 8px #00264a14;
  display: flex;
  gap: 3px;
  height: 66px;
  width: 100%;
  position: relative;
}

.contents-wrapper .number-2 {
  align-items: center;
  border-right-style: solid;
  border-right-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 0px 0px 0px 20px;
  width: 70px;
}

.contents-wrapper .step-container-3 {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
}

.contents-wrapper .step-number-container-3 {
  align-items: center;
  border-radius: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 4px 12px;
}

.contents-wrapper .text_label-2 {
  letter-spacing: 0.96px;
  
}

.contents-wrapper .training {
  display: inline-flex;
  flex-direction: column;
}

.contents-wrapper .x {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
}

.contents-wrapper .x60-2 {
  letter-spacing: 0;
  line-height: 20.8px;
  margin-top: -1.00px;
  
  width: fit-content;
}

.contents-wrapper .x800-2 {
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -1.00px;
  width: fit-content;
}
.lead-section {
  background-image: url(../img/mv-1@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contents-wrapper .lead-content {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 0px 20px 70px;
}

.contents-wrapper .container-20 {
  margin-bottom: -40.00px;
  margin-left: -20.00px;
  margin-right: -20.00px;
  height: 430px;
  width: calc(100% + 40px);
}



/* モバイル用固定ボタン */
@media (max-width: 770px) {
  .mobile-fixed-apply-btn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #202f4c;
    padding: 20px 20px 20px;
    z-index: 1000;
    animation: slideInUp 0.3s ease-out;
    justify-content: center;
  }
  
  .mobile-fixed-apply-btn.show {
    display: flex;
  }
  
  .mobile-fixed-apply-btn .btn_entry {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15), 6px 6px 18px #06162d96;
  }
  
  .mobile-fixed-apply-btn .btn_entry:active {
    transform: scale(0.98);
  }

  /* ページ下部にボタン分のスペースを確保（表示時のみ） */
  body.mobile-banner-visible {
    padding-bottom: 100px;
  }
}

@media (min-width: 771px) {
  .mobile-fixed-apply-btn {
    display: none;
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
