
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Noto Sans JP", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.shiftbord_lp input[type=number] {
  /* Firefox */
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.shiftbord_lp input[type=number]::-webkit-inner-spin-button, .shiftbord_lp input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shiftbord_1 {
  max-width: 430px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  font-weight: 300;
}
.shiftbord_1__title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.shiftbord_cta__button_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  z-index: 100;
}
.shiftbord_cta__button_inner {
  max-width: 390px;
  margin: 0 auto;
  padding: 0 20px;
}
.shiftbord_cta__button {
  display: block;
  margin: 0 auto;
  padding: 12px;
  background-color: #2C8E51;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 32px;
  transition: opacity 0.2s;
}
.shiftbord_cta__button:hover {
  opacity: 0.7;
}

.shiftbord_lp_A {
  max-width: 430px;
  margin: 0 auto;
  background: #ffffff;
  padding-bottom: 83px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Noto Sans JP", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}
.shiftbord_lp_A .js-payment_value {
  display: none;
}
.shiftbord_lp_A__worries-eyebrow, .shiftbord_lp_A__paycycle-eyebrow, .shiftbord_lp_A__howto-eyebrow, .shiftbord_lp_A__cost-eyebrow, .shiftbord_lp_A__faq-eyebrow {
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.05em;
  color: #008700;
  text-align: center;
  margin: 0;
}
.shiftbord_lp_A__mv {
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shiftbord_lp_A__worries {
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shiftbord_lp_A__paycycle {
  padding: 32px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shiftbord_lp_A__howto {
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shiftbord_lp_A__about {
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shiftbord_lp_A__cost, .shiftbord_lp_A__faq {
  padding: 24px 20px;
  box-sizing: border-box;
}
.shiftbord_lp_A .ins-header {
  background: #fafafa;
  padding: 8px 32px !important;
}
.shiftbord_lp_A .ins-header .header-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.shiftbord_lp_A .ins-header .header-logos .header-logo-recruit {
  width: 60.694px;
  height: 22px;
  flex-shrink: 0;
}
.shiftbord_lp_A .ins-header .header-logos .header-logo-mufg {
  width: 53.625px;
  height: 12.652px;
  flex-shrink: 0;
}
.shiftbord_lp_A .ins-header .header-logos .header-logo-genie {
  width: 59px;
  height: 14.75px;
  flex-shrink: 0;
}
.shiftbord_lp_A .ins-header .header-logos .header-logo-sep {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  display: block;
}
.shiftbord_lp_A .ins-header .header-logos .header-logo-sep img {
  width: 100%;
  height: 100%;
  display: block;
}
.shiftbord_lp_A .ins-header .header-catch {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.22px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.shiftbord_lp_A .ins-header .header-note {
  margin: 0;
  font-size: 7px;
  font-weight: 300;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shiftbord_lp_A .ins-header {
    padding: 8px 32px !important;
  }
}
.shiftbord_lp_A__mv {
  background: #ffffff;
}
.shiftbord_lp_A__mv-title {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.04em;
}
.shiftbord_lp_A__mv-title--ink {
  color: rgba(0, 0, 0, 0.87);
}
.shiftbord_lp_A__mv-title--green {
  color: #008700;
}
.shiftbord_lp_A__mv-body {
  position: relative;
  min-height: 323px;
  margin-bottom: 16px;
}
.shiftbord_lp_A__mv-text {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  color: #555;
}
.shiftbord_lp_A__mv-image {
  position: absolute;
  right: 0;
  top: 12px;
  display: block;
  width: 206px;
  height: 311px;
  pointer-events: none;
  z-index: 0;
}
.shiftbord_lp_A__mv-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shiftbord_lp_A__mv-benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #555;
}
.shiftbord_lp_A__mv-benefit-check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.shiftbord_lp_A__mv-notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.shiftbord_lp_A__mv-note {
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.shiftbord_lp_A__mv-note-link {
  color: inherit;
  text-decoration: underline;
}
.shiftbord_lp_A__mv-note-link:hover {
  opacity: 0.7;
}
.shiftbord_lp_A__worries-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_A__worries-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.shiftbord_lp_A__worries-card {
  flex: 1 0 0;
  max-width: 95.67px;
  height: 108px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.shiftbord_lp_A__worries-card-icon {
  display: block;
  width: 35px;
  height: auto;
}
.shiftbord_lp_A__worries-cards > li:nth-child(1) .shiftbord_lp_A__worries-card-icon {
  width: 35px;
  height: 33.858px;
}
.shiftbord_lp_A__worries-cards > li:nth-child(2) .shiftbord_lp_A__worries-card-icon {
  width: 35px;
  height: 37.822px;
}
.shiftbord_lp_A__worries-cards > li:nth-child(3) .shiftbord_lp_A__worries-card-icon {
  width: 35px;
  height: 31.235px;
}
.shiftbord_lp_A__worries-cards > li:nth-child(3) {
  padding-left: 6px;
  padding-right: 6px;
}
.shiftbord_lp_A__worries-card-label {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  white-space: nowrap;
}
.shiftbord_lp_A__worries-divider {
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.shiftbord_lp_A__worries-divider-line {
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 0;
  border-top: 1px solid #008700;
}
.shiftbord_lp_A__worries-divider-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #008700;
  white-space: nowrap;
}
.shiftbord_lp_A__worries-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shiftbord_lp_A__worries-benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #555;
}
.shiftbord_lp_A__worries-benefit img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.shiftbord_lp_A__worries-benefit-em {
  color: #008700;
}
.shiftbord_lp_A__worries-usecase-head {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #555;
  text-align: center;
}
.shiftbord_lp_A__worries-usecases {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 8px;
}
.shiftbord_lp_A__worries-usecase {
  height: 108px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.shiftbord_lp_A__worries-usecase img {
  display: block;
}
.shiftbord_lp_A__worries-usecase p {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_A__worries-usecases > li:nth-child(1) img {
  width: 35px;
  height: 32.668px;
}
.shiftbord_lp_A__worries-usecases > li:nth-child(2) img {
  width: 44.94px;
  height: 32.531px;
}
.shiftbord_lp_A__worries-usecases > li:nth-child(3) img {
  width: 33px;
  height: 33.38px;
}
.shiftbord_lp_A__worries-usecases > li:nth-child(4) img {
  width: 40.764px;
  height: 34.785px;
}
.shiftbord_lp_A__worries-usecases > li:nth-child(5) img {
  width: 46.027px;
  height: 38.219px;
}
.shiftbord_lp_A__worries-usecases > li:nth-child(6) img {
  width: 37.058px;
  height: 40.331px;
}
.shiftbord_lp_A__paycycle {
  background: linear-gradient(180deg, rgba(0, 135, 0, 0.06), rgba(0, 135, 0, 0.12));
}
.shiftbord_lp_A__paycycle-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #008700;
  text-align: center;
}
.shiftbord_lp_A__paycycle-text {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #555;
  text-align: center;
}
.shiftbord_lp_A__paycycle-figure {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
.shiftbord_lp_A__paycycle-figure-image {
  display: block;
  width: calc(100% + 20px);
  max-width: none;
  margin: 0 -10px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.shiftbord_lp_A__howto-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_A__howto-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.shiftbord_lp_A__howto-step {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-bottom: 24px;
}
.shiftbord_lp_A__howto-step--last {
  padding-bottom: 0;
}
.shiftbord_lp_A__howto-step--last .shiftbord_lp_A__howto-step-badge::after {
  display: none;
}
.shiftbord_lp_A__howto-step-badge {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.shiftbord_lp_A__howto-step-badge::after {
  content: "";
  position: absolute;
  top: 36px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5px;
  background: repeating-linear-gradient(to bottom, #008700 0, #008700 6px, transparent 6px, transparent 12px);
}
.shiftbord_lp_A__howto-step-badge-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin-top: 4px;
  background: #008700;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.shiftbord_lp_A__howto-step-card {
  flex: 1 0 0;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.shiftbord_lp_A__howto-step-card-body {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shiftbord_lp_A__howto-step-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.87);
}
.shiftbord_lp_A__howto-step-card-text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #555;
}
.shiftbord_lp_A__howto-step-card-note {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #999;
}
.shiftbord_lp_A__howto-step-card-pill {
  align-self: flex-start;
  display: inline-block;
  background: #e0f2e0;
  color: #146f39;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.35;
  padding: 6px 12px;
  border-radius: 30px;
}
.shiftbord_lp_A__howto-step-card-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.shiftbord_lp_A__cost-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_A__cost-step {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shiftbord_lp_A__cost-step-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shiftbord_lp_A__cost-step-badge {
  display: inline-block;
  background: #008700;
  color: #ffffff;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.35;
  padding: 6px 12px;
  border-radius: 30px;
}
.shiftbord_lp_A__cost-step-label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.87);
}
.shiftbord_lp_A__cost-step-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  max-width: 100%;
}
.shiftbord_lp_A__cost-step-input input.salary-input {
  flex: 1 0 0;
  max-width: 175px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e2e1df;
  border-radius: 4px;
  padding: 10px 10px 10px 8px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 32px;
  font-weight: 600;
  line-height: 27px;
  color: #212121;
  text-align: right;
}
.shiftbord_lp_A__cost-step-input input.salary-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.shiftbord_lp_A__cost-step-input input.salary-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.shiftbord_lp_A__cost-step-input input.salary-input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.shiftbord_lp_A__cost-step-input input.salary-input:focus {
  outline: none;
  border-color: #008700;
}
.shiftbord_lp_A__cost-step-input-suffix {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  color: #212121;
}
.shiftbord_lp_A__cost-step-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
}
.shiftbord_lp_A__cost-step-value .shiftbord_2__simulation__value {
  font-size: 32px;
  font-weight: 600;
  line-height: 27px;
  color: #212121;
}
.shiftbord_lp_A__cost-step-value .shiftbord_2__simulation__value__unit {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  color: #212121;
}
.shiftbord_lp_A__cost-step-slider.noUi-target {
  background: rgba(0, 135, 0, 0.15);
  border: none;
  box-shadow: none;
  height: 6px;
  border-radius: 3px;
  margin: 8px 0;
}
.shiftbord_lp_A__cost-step-slider .noUi-connect {
  background: #008700;
}
.shiftbord_lp_A__cost-step-slider .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background: #008700;
  cursor: pointer;
  right: -8px;
  top: -5px;
  transition: box-shadow 0.2s;
}
.shiftbord_lp_A__cost-step-slider .noUi-handle::before, .shiftbord_lp_A__cost-step-slider .noUi-handle::after {
  display: none;
}
.shiftbord_lp_A__cost-step-slider .noUi-handle:hover {
  box-shadow: 0 0 0 6px rgba(0, 135, 0, 0.15);
}
.shiftbord_lp_A__cost-result {
  margin-top: 16px;
  background: #fffdf4;
  border: 3px solid #008700;
  border-radius: 8px;
  padding: 16px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.shiftbord_lp_A__cost-result-head {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_A__cost-result-value {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.shiftbord_lp_A__cost-result-num {
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
  color: #008700;
}
.shiftbord_lp_A__cost-result-unit {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #008700;
}
.shiftbord_lp_A__cost-result-divider {
  width: 100%;
  height: 0;
  border-top: 1px solid #f0f0f0;
}
.shiftbord_lp_A__cost-result-notes {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.shiftbord_lp_A__cost-result-note {
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.shiftbord_lp_A__faq-title {
  margin: 12px 0 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_A__faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shiftbord_lp_A .shiftbord_3__faq__item {
  border: none;
  background: #ffffff;
  box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 16px 0;
  margin-bottom: 0;
  position: relative;
}
.shiftbord_lp_A .shiftbord_3__faq__item::after {
  display: none;
}
.shiftbord_lp_A .shiftbord_3__faq__item.is-open .shiftbord_3__faq__item__a {
  max-height: 50vh;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.shiftbord_lp_A .shiftbord_3__faq__item__q {
  padding: 0 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #555;
  transition: background-color 0.2s;
}
.shiftbord_lp_A .shiftbord_3__faq__item__q:hover {
  background-color: rgba(0, 135, 0, 0.04);
}
.shiftbord_lp_A .shiftbord_3__faq__item__q span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0;
  top: 0;
  background: #008700;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.shiftbord_lp_A .shiftbord_3__faq__item__q p {
  flex: 1 0 0;
  margin: 0;
}
.shiftbord_lp_A .shiftbord_3__faq__item__q::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-image: url("/assets/images/quick-loan/contents/shiftbord/lpA/faq_arrow_down_2512.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.shiftbord_lp_A .shiftbord_3__faq__item.is-open .shiftbord_3__faq__item__q::after {
  transform: rotate(180deg);
}
.shiftbord_lp_A .shiftbord_3__faq__item__a {
  padding: 0 16px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #555;
  transition: max-height 0.4s ease, margin-top 0.4s ease, padding-top 0.4s ease;
}
.shiftbord_lp_A .shiftbord_3__faq__item__a span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0;
  top: 0;
  background: #ffffff;
  border: 1px solid #008700;
  border-radius: 50%;
  color: #008700;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.shiftbord_lp_A .shiftbord_3__faq__item__a p {
  flex: 1 0 0;
  margin: 0;
}
.shiftbord_lp_A .shiftbord_3__faq__item__a a {
  color: #20aee5;
  text-decoration: underline;
}
.shiftbord_lp_A .shiftbord_3__faq__item__a a:hover {
  opacity: 0.7;
}
.shiftbord_lp_A__about-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_A__about-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.shiftbord_lp_A__about-logos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.shiftbord_lp_A__about-logos-row1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  justify-content: center;
}
.shiftbord_lp_A__about-logo--recruit {
  display: block;
  width: 110.353px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shiftbord_lp_A__about-logo--mufg {
  display: block;
  width: 78.812px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shiftbord_lp_A__about-logo--genie {
  display: block;
  width: 125.814px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shiftbord_lp_A__about-logos-sep {
  display: block;
  width: 1px;
  height: 40px;
  background: #dddddd;
  border-radius: 100px;
}
.shiftbord_lp_A__about-text {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.shiftbord_lp_A .shiftbord_cta__button_fixed {
  box-sizing: border-box;
  padding: 16px 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 470px;
  box-shadow: 0 0 0 1px #fff;
}
.shiftbord_lp_A .shiftbord_cta__button_inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
.shiftbord_lp_A .shiftbord_cta__button {
  display: block;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  background-color: #008700;
  border-radius: 32px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.shiftbord_lp_A .shiftbord_cta__button:hover {
  opacity: 0.85;
}
.shiftbord_lp_A__modal-check {
  display: none;
}
.shiftbord_lp_A__modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.shiftbord_lp_A__modal-check:checked ~ .shiftbord_lp_A__modal-overlay {
  display: flex;
}
.shiftbord_lp_A__modal-inner {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 327px;
  padding: 32px 20px;
  background: #ffffff;
  border-radius: 5px;
}
.shiftbord_lp_A__modal-close {
  position: absolute;
  top: 8px;
  left: 12px;
  display: block;
  background: none;
  border: none;
  color: #008700;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.shiftbord_lp_A__modal-ttl {
  width: calc(100% + 16px);
  max-width: calc(100% + 16px);
  margin: 0 -8px;
  color: #008700;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.shiftbord_lp_A__modal-img-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.shiftbord_lp_A__modal-img {
  display: block;
  width: 180px;
  height: auto;
}
.shiftbord_lp_A__modal-app-btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #008700;
  border-radius: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.shiftbord_lp_B {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  max-width: 430px;
  margin: 0 auto;
  background: #ffffff;
  padding-bottom: 83px;
}
.shiftbord_lp_B .js-payment_value {
  display: none;
}
.shiftbord_lp_B__mv {
  padding: 32px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #ffffff;
}
.shiftbord_lp_B__howto, .shiftbord_lp_B__about {
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #ffffff;
}
.shiftbord_lp_B__voice {
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #ffffff;
}
.shiftbord_lp_B__cost, .shiftbord_lp_B__faq {
  padding: 24px 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.shiftbord_lp_B .ins-header {
  background: #fafafa;
  padding: 8px 32px;
  box-sizing: border-box;
}
.shiftbord_lp_B .ins-header .header-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.shiftbord_lp_B .ins-header .header-logo-recruit {
  width: 48.57px;
  height: 18.19px;
  flex-shrink: 0;
}
.shiftbord_lp_B .ins-header .header-logo-mufg {
  width: 53.625px;
  height: 12.652px;
  flex-shrink: 0;
}
.shiftbord_lp_B .ins-header .header-logo-genie {
  width: 59px;
  height: 14.75px;
  flex-shrink: 0;
}
.shiftbord_lp_B .ins-header .header-logo-sep {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  display: block;
}
.shiftbord_lp_B .ins-header .header-logo-sep img {
  width: 100%;
  height: 100%;
  display: block;
}
.shiftbord_lp_B .ins-header .header-catch {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: #555;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shiftbord_lp_B .ins-header {
    padding: 8px 16px;
  }
}
.shiftbord_lp_B__header-note {
  margin: 0;
  font-size: 7px;
  font-weight: 300;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.shiftbord_lp_B__mv-inner {
  width: 335px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shiftbord_lp_B__mv-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.12px;
  width: 100%;
}
.shiftbord_lp_B__mv-title-line {
  display: block;
}
.shiftbord_lp_B__mv-title-line--ink {
  color: rgba(0, 0, 0, 0.87);
}
.shiftbord_lp_B__mv-title-line--green {
  color: #008700;
}
.shiftbord_lp_B__mv-body {
  position: relative;
  width: 335px;
  max-width: 100%;
  min-height: 323px;
}
.shiftbord_lp_B__mv-text {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  color: #555;
  width: 335px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.shiftbord_lp_B__mv-image {
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  width: 206px;
  height: 311px;
  pointer-events: none;
  z-index: 0;
}
.shiftbord_lp_B__mv-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 335px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px;
  box-sizing: border-box;
  white-space: nowrap;
  background: #008700;
  border-radius: 9999px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.shiftbord_lp_B__mv-cta:hover {
  opacity: 0.85;
}
.shiftbord_lp_B__mv-cta:active {
  transform: translateY(1px);
}
.shiftbord_lp_B__mv-cta:focus-visible {
  outline: 2px solid #008700;
  outline-offset: 2px;
}
.shiftbord_lp_B__mv-notes {
  width: 335px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.shiftbord_lp_B__mv-note {
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.shiftbord_lp_B__mv-note-link {
  color: inherit;
  text-decoration: underline;
}
.shiftbord_lp_B__mv-note-link:hover {
  opacity: 0.7;
}
.shiftbord_lp_B__paycycle {
  position: relative;
  overflow: hidden;
  padding: 32px 20px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #ffffff;
}
.shiftbord_lp_B__paycycle-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
.shiftbord_lp_B__paycycle-inner {
  position: relative;
  z-index: 1;
  width: 335px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.shiftbord_lp_B__paycycle-title {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
  color: #008700;
  text-align: center;
  white-space: nowrap;
}
.shiftbord_lp_B__paycycle-figure {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
.shiftbord_lp_B__paycycle-figure-image {
  display: block;
  width: calc(100% + 20px);
  max-width: none;
  margin: 0 -10px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.shiftbord_lp_B__howto-inner {
  width: 335px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.shiftbord_lp_B__howto-title {
  margin: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  line-height: 46px;
  font-size: 24px;
  position: relative;
}
.shiftbord_lp_B__howto-title--green {
  color: #008700;
}
.shiftbord_lp_B__howto-title--num {
  color: #008700;
  font-size: 36px;
  letter-spacing: 1.8px;
}
.shiftbord_lp_B__howto-title--suffix {
  font-size: 27px;
}
.shiftbord_lp_B__howto-title-deco {
  position: absolute;
  top: -4px;
  right: 0;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.shiftbord_lp_B__howto-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.shiftbord_lp_B__howto-step {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-bottom: 24px;
}
.shiftbord_lp_B__howto-step--gap10 {
  gap: 10px;
}
.shiftbord_lp_B__howto-step--last {
  padding-bottom: 0;
}
.shiftbord_lp_B__howto-step-badge {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.shiftbord_lp_B__howto-step-badge::after {
  content: "";
  position: absolute;
  top: 36px;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5px;
  background: #20aee5;
}
.shiftbord_lp_B__howto-step-badge:has(.shiftbord_lp_B__howto-step-badge-circle--01)::after {
  background: #008700;
}
.shiftbord_lp_B__howto-step--last .shiftbord_lp_B__howto-step-badge::after {
  display: none;
}
.shiftbord_lp_B__howto-step-badge-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #008700;
  color: #ffffff;
  line-height: 1;
}
.shiftbord_lp_B__howto-step-badge-circle--02, .shiftbord_lp_B__howto-step-badge-circle--03, .shiftbord_lp_B__howto-step-badge-circle--04 {
  background: #20aee5;
}
.shiftbord_lp_B__howto-step-badge-step {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.shiftbord_lp_B__howto-step-badge-num {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
}
.shiftbord_lp_B__howto-step-card {
  flex: 1 0 0;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.shiftbord_lp_B__howto-step-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.87);
}
.shiftbord_lp_B__howto-step-card-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.shiftbord_lp_B__howto-step-card-text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #555;
  flex: 1 0 0;
  min-width: 0;
  margin-right: -2px;
}
.shiftbord_lp_B__howto-step-card-note {
  margin: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  color: #999;
}
.shiftbord_lp_B__howto-step-card-icon {
  display: block;
  flex-shrink: 0;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.shiftbord_lp_B__howto-step-card-icon--step1 {
  width: 70px;
  height: 68px;
}
.shiftbord_lp_B__howto-step-card-icon--step3 {
  width: 70px;
  height: 67px;
}
.shiftbord_lp_B__howto-step-card-appbox {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  background: #f0faff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.shiftbord_lp_B__howto-step-card-appicon {
  display: block;
  width: 50.9px;
  height: 63.6px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shiftbord_lp_B__howto-step-card-calicon {
  display: block;
  width: 39px;
  height: 45.5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shiftbord_lp_B__howto-step-card-divider {
  width: 100%;
  height: 0;
  border-top: 1px solid #f0f0f0;
}
.shiftbord_lp_B__howto-step-card-why {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #20aee5;
}
.shiftbord_lp_B__howto-step-card-why-text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #555;
}
.shiftbord_lp_B__voice-inner {
  width: 335px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.shiftbord_lp_B__voice-title {
  margin: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.2px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  position: relative;
}
.shiftbord_lp_B__voice-title-deco {
  display: block;
  margin: 0 auto 4px;
  width: 24px;
  height: 24px;
}
.shiftbord_lp_B__voice-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shiftbord_lp_B__voice-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shiftbord_lp_B__voice-card-row {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}
.shiftbord_lp_B__voice-card-avatar {
  flex-shrink: 0;
  overflow: hidden;
  display: block;
}
.shiftbord_lp_B__voice-card-avatar--1 {
  width: 70px;
  height: 85.321px;
}
.shiftbord_lp_B__voice-card-avatar--2 {
  width: 70px;
  height: 89.108px;
}
.shiftbord_lp_B__voice-card-avatar--3 {
  width: 75px;
  height: 84.898px;
}
.shiftbord_lp_B__voice-card-avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.shiftbord_lp_B__voice-card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 0 0;
  min-width: 0;
}
.shiftbord_lp_B__voice-card-heading {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #008700;
}
.shiftbord_lp_B__voice-card-text {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #555;
}
.shiftbord_lp_B__cost-inner {
  width: 335px;
  max-width: 100%;
  margin: 0 auto;
}
.shiftbord_lp_B__cost-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.2px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_B__cost-step {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shiftbord_lp_B__cost-step-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shiftbord_lp_B__cost-step-badge {
  display: inline-block;
  background: #008700;
  color: #ffffff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.35;
  padding: 6px 12px;
  border-radius: 30px;
}
.shiftbord_lp_B__cost-step-label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.87);
}
.shiftbord_lp_B__cost-step-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  width: 100%;
}
.shiftbord_lp_B__cost-step-input input.salary-input {
  width: 175px;
  max-width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e2e1df;
  border-radius: 4px;
  padding: 10px 8px 10px 10px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.87);
  text-align: right;
}
.shiftbord_lp_B__cost-step-input input.salary-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.shiftbord_lp_B__cost-step-input input.salary-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.shiftbord_lp_B__cost-step-input input.salary-input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.shiftbord_lp_B__cost-step-input input.salary-input:focus {
  outline: none;
  border-color: #008700;
}
.shiftbord_lp_B__cost-step-input-suffix {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  color: #212121;
}
.shiftbord_lp_B__cost-step-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
}
.shiftbord_lp_B__cost-step-value .shiftbord_2__simulation__value {
  font-size: 32px;
  font-weight: 600;
  line-height: 27px;
  color: #212121;
}
.shiftbord_lp_B__cost-step-value-unit {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  color: #212121;
}
.shiftbord_lp_B__cost-step-slider.noUi-target {
  background: rgba(0, 135, 0, 0.15);
  border: none;
  box-shadow: none;
  height: 6px;
  border-radius: 3px;
  margin: 8px 0;
}
.shiftbord_lp_B__cost-step-slider .noUi-connect {
  background: #008700;
}
.shiftbord_lp_B__cost-step-slider .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background: #008700;
  cursor: pointer;
  right: -8px;
  top: -5px;
  transition: box-shadow 0.2s;
}
.shiftbord_lp_B__cost-step-slider .noUi-handle::before, .shiftbord_lp_B__cost-step-slider .noUi-handle::after {
  display: none;
}
.shiftbord_lp_B__cost-step-slider .noUi-handle:hover {
  box-shadow: 0 0 0 6px rgba(0, 135, 0, 0.15);
}
.shiftbord_lp_B__cost-result {
  margin-top: 16px;
  background: #fffdf4;
  border: 3px solid #008700;
  border-radius: 8px;
  padding: 24px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.shiftbord_lp_B__cost-result-head {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_B__cost-result-value {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.shiftbord_lp_B__cost-result-num {
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
  color: #008700;
}
.shiftbord_lp_B__cost-result-unit {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #008700;
}
.shiftbord_lp_B__cost-result-divider {
  width: 100%;
  height: 0;
  border-top: 1px solid #f0f0f0;
}
.shiftbord_lp_B__cost-result-notes {
  width: 100%;
  max-width: 303px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.shiftbord_lp_B__cost-result-note {
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.shiftbord_lp_B__faq-inner {
  width: 335px;
  max-width: 100%;
  margin: 0 auto;
}
.shiftbord_lp_B__faq-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.2px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  position: relative;
}
.shiftbord_lp_B__faq-title-deco {
  display: block;
  margin: 0 auto 4px;
  width: 24px;
  height: 24px;
}
.shiftbord_lp_B__faq-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shiftbord_lp_B .shiftbord_3__faq__item {
  border: none;
  background: #ffffff;
  box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 16px 0;
  margin-bottom: 0;
  position: relative;
}
.shiftbord_lp_B .shiftbord_3__faq__item::after {
  display: none;
}
.shiftbord_lp_B .shiftbord_3__faq__item.is-open .shiftbord_3__faq__item__a {
  max-height: 50vh;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.shiftbord_lp_B .shiftbord_3__faq__item__q {
  padding: 0 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #555;
  transition: background-color 0.2s;
}
.shiftbord_lp_B .shiftbord_3__faq__item__q:hover {
  background-color: rgba(0, 135, 0, 0.04);
}
.shiftbord_lp_B .shiftbord_3__faq__item__q span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0;
  top: 0;
  background: #008700;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.shiftbord_lp_B .shiftbord_3__faq__item__q p {
  flex: 1 0 0;
  margin: 0;
}
.shiftbord_lp_B .shiftbord_3__faq__item__q::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-image: url("/assets/images/quick-loan/arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.shiftbord_lp_B .shiftbord_3__faq__item.is-open .shiftbord_3__faq__item__q::after {
  transform: rotate(180deg);
}
.shiftbord_lp_B .shiftbord_3__faq__item__a {
  padding: 0 16px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #555;
  transition: max-height 0.4s ease, margin-top 0.4s ease, padding-top 0.4s ease;
}
.shiftbord_lp_B .shiftbord_3__faq__item__a span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0;
  top: 0;
  background: #ffffff;
  border: 1px solid #008700;
  border-radius: 50%;
  color: #008700;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.shiftbord_lp_B .shiftbord_3__faq__item__a p {
  flex: 1 0 0;
  margin: 0;
}
.shiftbord_lp_B .shiftbord_3__faq__item__a a {
  color: #20aee5;
  text-decoration: underline;
}
.shiftbord_lp_B .shiftbord_3__faq__item__a a:hover {
  opacity: 0.7;
}
.shiftbord_lp_B__about-inner {
  width: 335px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.shiftbord_lp_B__about-title {
  margin: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.shiftbord_lp_B__about-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.shiftbord_lp_B__about-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 25px;
  width: 303px;
  max-width: 100%;
}
.shiftbord_lp_B__about-logos-row1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.shiftbord_lp_B__about-logos-sep {
  display: block;
  width: 1px;
  height: 40px;
  background: #dddddd;
  border-radius: 100px;
  flex-shrink: 0;
}
.shiftbord_lp_B__about-logo--recruit {
  display: block;
  width: 110.353px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shiftbord_lp_B__about-logo--mufg {
  display: block;
  width: 78.812px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shiftbord_lp_B__about-logo--genie {
  display: block;
  width: 125.814px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shiftbord_lp_B__about-text {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.shiftbord_lp_B .shiftbord_cta__button_fixed {
  box-sizing: border-box;
  padding: 16px 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 470px;
  box-shadow: 0 0 0 1px #fff;
}
.shiftbord_lp_B .shiftbord_cta__button_inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
.shiftbord_lp_B .shiftbord_cta__button {
  width: 100%;
  max-width: 335px;
  padding: 12px 0;
  background-color: #008700;
  border-radius: 32px;
}
.shiftbord_lp_B .shiftbord_cta__button:hover {
  opacity: 0.85;
}

.shiftbord_lp_C .shiftbord_1 {
  padding: 107px 20px;
}
.shiftbord_lp_C .shiftbord_1__title {
  color: #2C8E51;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  word-wrap: break-word;
}
.shiftbord_lp_C .shiftbord_1__title-bottom {
  display: inline-block;
}
.shiftbord_lp_C .shiftbord_1__wrap__image {
  width: 184px;
  margin: 16px auto 0;
  display: block;
}
.shiftbord_lp_C .shiftbord_1__wrap__download-button {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 5px;
  margin-top: 21.4px;
}
.shiftbord_lp_C .shiftbord_1__wrap__download-button a:hover {
  opacity: 0.8;
}
.shiftbord_lp_C .shiftbord_1__wrap__download-button--apple {
  max-width: 118px;
}
.shiftbord_lp_C .shiftbord_1__wrap__download-button--google {
  max-width: 146px;
}
.shiftbord_lp_C .shiftbord_cta__button {
  padding: 12px 17.5px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}