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

img {
  max-width: 100%;
  height: auto;
}

.back--gray {
  background: #f8f8f8;
}

.shiftbord_lp input[type=number] {
  -moz-appearance: textfield;
}
.shiftbord_lp input[type=number]::-webkit-inner-spin-button, .shiftbord_lp input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shiftbord2602_lp_A .shiftbord-fv {
  max-width: 430px;
  margin: 0 auto;
  padding: 40px 20px 55px;
  background: #fff;
}
.shiftbord2602_lp_A .shiftbord-fv__image {
  display: block;
  margin: 0 auto;
}
.shiftbord2602_lp_A .shiftbord-fv__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4666666667;
  text-align: center;
  margin-top: 24px;
}
.shiftbord2602_lp_A .shiftbord-fv__title--green {
  color: #2c8e51;
}
.shiftbord2602_lp_A .shiftbord-fv__flow-image {
  width: 179px;
  margin: 16px auto 0;
}
.shiftbord2602_lp_A .shiftbord-fv__flow-content {
  margin-top: 16px;
}
.shiftbord2602_lp_A .shiftbord-fv__flow-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8px;
}
.shiftbord2602_lp_A .shiftbord-fv__flow-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shiftbord2602_lp_A .shiftbord-fv__flow-item {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.shiftbord2602_lp_A .shiftbord-fv__flow-item--num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2c8e51;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.shiftbord2602_lp_A .shiftbord-fv__flow-note-list {
  list-style: none;
  margin-top: 23px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  color: rgba(0, 0, 0, 0.6);
}
.shiftbord2602_lp_A .shiftbord-fv__flow-note-link {
  color: inherit;
}
.shiftbord2602_lp_A .shiftbord-reviews__inner {
  max-width: 430px;
  margin: 0 auto;
  padding: 40px 20px 56px;
}
.shiftbord2602_lp_A .shiftbord-reviews__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #2c8e51;
}
.shiftbord2602_lp_A .shiftbord-reviews__list {
  list-style: none;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shiftbord2602_lp_A .shiftbord-reviews__content {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.shiftbord2602_lp_A .shiftbord-reviews__item--reverse .shiftbord-reviews__content {
  flex-direction: row-reverse;
}
.shiftbord2602_lp_A .shiftbord-reviews__item--reverse .shiftbord-reviews__bubble::before {
  left: auto;
  right: 0;
  border-width: 6.75px 0 6.75px 11.5px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
  transform: skew(0, -150deg);
  transform-origin: left;
}
.shiftbord2602_lp_A .shiftbord-reviews__author {
  flex-shrink: 0;
  width: 73px;
  text-align: center;
}
.shiftbord2602_lp_A .shiftbord-reviews__author-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shiftbord2602_lp_A .shiftbord-reviews__bubble {
  position: relative;
  padding: 12px 18px;
  background: #fff;
  border-radius: 10px;
  flex-grow: 1;
  color: #555;
}
.shiftbord2602_lp_A .shiftbord-reviews__bubble::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  border-style: solid;
  border-width: 6.75px 13.5px 6.75px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
  transform: skew(0, 150deg);
}
.shiftbord2602_lp_A .shiftbord-reviews__bubble-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2857142857;
  color: #2c8e51;
}
.shiftbord2602_lp_A .shiftbord-reviews__bubble-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6666666667;
  padding-top: 0.2em;
}
.shiftbord2602_lp_A .shiftbord-simulation__inner {
  max-width: 430px;
  margin: 0 auto;
  padding: 20px 20px 56px;
}
.shiftbord2602_lp_A .shiftbord-simulation__box {
  max-width: 390px;
  margin: 0 auto;
  padding: 27px 16px;
  border: 3px solid #2c8e51;
  border-radius: 12px;
  background-color: #ffffff;
}
.shiftbord2602_lp_A .shiftbord-simulation__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.shiftbord2602_lp_A .shiftbord-simulation__flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shiftbord2602_lp_A .shiftbord-simulation__salary-contents {
  margin-top: 20px;
}
.shiftbord2602_lp_A .shiftbord-simulation__salary-label {
  font-size: 10px;
  font-weight: 600;
  line-height: 3;
  padding: 2px 5px;
  margin-right: 6.5px;
  background: #2c8e51;
  color: #fff;
  border-radius: 10px;
  vertical-align: middle;
}
.shiftbord2602_lp_A .shiftbord-simulation__salary__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.shiftbord2602_lp_A .shiftbord-simulation__salary__inputwrap {
  max-width: 125px;
  text-align: right;
  position: relative;
}
.shiftbord2602_lp_A .shiftbord-simulation__salary__inputwrap::after {
  content: "円";
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.shiftbord2602_lp_A .shiftbord-simulation__salary__inputwrap input.salary-input {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  padding: 3.5px 15px 3.5px 9px;
  border: 1px solid #e2e1df;
  border-radius: 4px;
  text-align: right;
  box-sizing: border-box;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider-head {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  color: #2c8e51;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider-head::before, .shiftbord2602_lp_A .shiftbord-simulation__slider-head::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #2c8e51;
  display: inline-block;
  position: relative;
  top: -4px;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider-head::before {
  transform: rotate(-115deg);
  margin-right: 6px;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider-head::after {
  transform: rotate(115deg);
  margin-left: 6px;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider-head-num {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider-wrap {
  background: #f0fff6;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 12px;
  font-weight: 600;
  line-height: 1;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider-list {
  margin-top: 9px;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider__nouislider.noUi-target {
  height: 6px;
  margin-top: 9.53px;
  background: #c5eed6;
  border-radius: 3px;
  border: none;
  box-shadow: none;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider .noUi-connect {
  background: #2c8e51;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider .noUi-handle {
  width: 16px;
  height: 16px;
  background: #2c8e51;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background: #2c8e51;
  cursor: pointer;
  right: -8px;
  top: -5px;
}
.shiftbord2602_lp_A .shiftbord-simulation__slider .noUi-handle::before, .shiftbord2602_lp_A .shiftbord-simulation__slider .noUi-handle::after {
  display: none;
}
.shiftbord2602_lp_A .shiftbord-simulation__description {
  background: #fff9e6;
  border-radius: 8px;
  padding: 15.73px 20px 15.38px;
  margin-top: 20px;
}
.shiftbord2602_lp_A .shiftbord-simulation__commission {
  text-align: center;
}
.shiftbord2602_lp_A .shiftbord-simulation__commission-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.shiftbord2602_lp_A .shiftbord-simulation__commission-value {
  font-size: 40px;
  font-weight: 600;
  line-height: 0.9;
  color: #ff823e;
  margin-top: 12px;
  display: inline-block;
}
.shiftbord2602_lp_A .shiftbord-simulation__commission-unit {
  font-size: 20px;
}
.shiftbord2602_lp_A .shiftbord-simulation__note {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6363636364;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 12px;
}
.shiftbord2602_lp_A .shiftbord-simulation__note + .shiftbord-simulation__note {
  margin-top: 8px;
}
.shiftbord2602_lp_A .shiftbord-simulation__payment {
  margin-top: 4px;
}
.shiftbord2602_lp_A .shiftbord-simulation__payment.hide {
  display: none;
}
.shiftbord2602_lp_A .shiftbord-simulation__payment__value {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.125;
  color: #2c8e51;
}
.shiftbord2602_lp_A .shiftbord-faq__inner {
  max-width: 430px;
  margin: 0 auto;
  padding: 0 20px 127px;
}
.shiftbord2602_lp_A .shiftbord-faq__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.shiftbord2602_lp_A .shiftbord-faq__list {
  list-style: none;
  margin-top: 16px;
  padding: 0;
}
.shiftbord2602_lp_A .shiftbord-faq__item {
  border: 2px solid #2c8e51;
  border-radius: 8px;
  background: #f0fff6;
  padding: 16px;
  position: relative;
}
.shiftbord2602_lp_A .shiftbord-faq__item + .shiftbord-faq__item {
  margin-top: 16px;
}
.shiftbord2602_lp_A .shiftbord-faq__item::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 3px solid #555;
  border-bottom: 3px solid #555;
  position: absolute;
  right: 15px;
  top: 14px;
  transform: rotate(-45deg);
}
.shiftbord2602_lp_A .shiftbord-faq__item.is-open::after {
  top: 20px;
  transform: rotate(135deg);
}
.shiftbord2602_lp_A .shiftbord-faq__item.is-open .shiftbord-faq__item-a {
  max-height: 200px;
  margin-top: 12px;
}
.shiftbord2602_lp_A .shiftbord-faq__item-q, .shiftbord2602_lp_A .shiftbord-faq__item-a {
  display: flex;
  color: #555555;
}
.shiftbord2602_lp_A .shiftbord-faq__item-q span, .shiftbord2602_lp_A .shiftbord-faq__item-a span {
  flex-shrink: 0;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2222222222;
  position: relative;
  top: -3px;
}
.shiftbord2602_lp_A .shiftbord-faq__item-q p, .shiftbord2602_lp_A .shiftbord-faq__item-a p {
  margin: 0;
}
.shiftbord2602_lp_A .shiftbord-faq__item-q {
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding-right: 20px;
}
.shiftbord2602_lp_A .shiftbord-faq__item-q span {
  color: #34b33a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2222222222;
  margin-right: 8px;
}
.shiftbord2602_lp_A .shiftbord-faq__item-a {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.shiftbord2602_lp_A .shiftbord-faq__item-a span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #34b33a;
  margin-right: 8px;
}
.shiftbord2602_lp_A .shiftbord-faq__item-a a {
  color: #20aee5;
  text-decoration: underline;
}
.shiftbord2602_lp_A .shiftbord-faq__item-a a:hover {
  opacity: 0.7;
}
.shiftbord2602_lp_A .shiftbord-cta__button_fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 20px 0;
  z-index: 100;
}
.shiftbord2602_lp_A .shiftbord-cta__button_inner {
  max-width: 390px;
  margin: 0 auto;
  padding: 0 20px;
}
.shiftbord2602_lp_A .shiftbord-cta__button {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  background: #2c8e51;
  color: #fff;
  border: none;
  border-radius: 32px;
  transition: opacity 0.2s;
}
.shiftbord2602_lp_A .shiftbord-cta__button:hover {
  opacity: 0.7;
}
.shiftbord2602_lp_A .shiftbord-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.shiftbord2602_lp_A .shiftbord-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.shiftbord2602_lp_A .shiftbord-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.shiftbord2602_lp_A .shiftbord-modal__container {
  max-width: 335px;
  background: #f9f9f9;
  padding: 36px 0 20px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}
.shiftbord2602_lp_A .shiftbord-modal__close {
  position: absolute;
  top: 15.5px;
  left: 15.5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.shiftbord2602_lp_A .shiftbord-modal__close::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../../images/quick-loan/contents/shiftbord/icon_close.png) no-repeat center/contain;
}
.shiftbord2602_lp_A .shiftbord-modal__content {
  padding: 10px 0;
}
.shiftbord2602_lp_A .shiftbord-modal__emphasis {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #2c8e51;
}
.shiftbord2602_lp_A .shiftbord-modal__emphasis-bottom {
  display: inline-block;
}
.shiftbord2602_lp_A .shiftbord-modal__emphasis-bottom::before, .shiftbord2602_lp_A .shiftbord-modal__emphasis-bottom::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #2c8e51;
  display: inline-block;
  position: relative;
  top: -5px;
}
.shiftbord2602_lp_A .shiftbord-modal__emphasis-bottom::before {
  transform: rotate(-115deg);
}
.shiftbord2602_lp_A .shiftbord-modal__emphasis-bottom::after {
  transform: rotate(115deg);
}
.shiftbord2602_lp_A .shiftbord-modal__image {
  width: 184px;
  margin: 16px auto 0;
  display: block;
}
.shiftbord2602_lp_A .shiftbord-modal__download-button {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  margin-top: 11.4px;
}
.shiftbord2602_lp_A .shiftbord-modal__download-button a:hover {
  opacity: 0.8;
}
.shiftbord2602_lp_A .shiftbord-modal__download-button--apple {
  max-width: 118px;
}
.shiftbord2602_lp_A .shiftbord-modal__download-button--google {
  max-width: 146px;
}
.shiftbord2602_lp_A .shiftbord-modal__cta-button {
  padding: 0 20px;
  margin-top: 16px;
}
.shiftbord2602_lp_A .shiftbord-modal__cta-button .shiftbord-modal__cta-link {
  display: block;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8461538462;
  background: #2c8e51;
  color: #fff;
  border-radius: 32px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.shiftbord2602_lp_A .shiftbord-modal__cta-button .shiftbord-modal__cta-link:hover {
  opacity: 0.7;
}