@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: "archivo", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: "archivo", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

/* mobile */
/*  form colors
*----------------------------------- */
.page-form {
  --brick--color--black: colors.$black;
  --brick--color--white: colors.$white;
  --brick--color--lite-gray: colors.$light-gray;
  --brick--color--gray: colors.$dark-gray;
  --brick--color--red: colors.$red;
  --brick--color--light-pink: colors.$light-pink;
  --brick--color--button-submit-background: #F34310;
  /* ボタン色 */
  --brick--color--dim-text: colors.$dim-text;
  --brick--color--light-text: colors.$light-text;
  --brick--color--light-border: colors.$gray-border;
  --brick--color--dark-border: colors.$dark-border;
  --brick--color--dark-background: colors.$flow-background;
  --brick--color--dim-background: colors.$flow-other-background;
  --brick--color--accent-background: colors.$flow-current-background;
  /* ステップ表示 */
  --brick--color--flow-current-text: colors.$flow-current-font-color;
}

/*  cmn
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-form .l-form-container {
    background-color: #dfdfdf;
  }
}
.page-form .l-form-container__inner {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container__flow {
    margin: 0 0 5vw;
  }
}
.page-form .l-form-container .brick-form:not(:root) h4 {
  font-weight: bold;
}
.page-form .l-form-container .brick-form__body-notice {
  text-align: left;
}
.page-form .l-form-container .brick-form__options-name-grad {
  width: 35%;
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container .brick-form__options-name-grad {
    width: 60%;
  }
}

/*  brick-flow
*----------------------------------- */
.page-form .l-form-container .brick-flow__step--current:not(:root) {
  color: #fff;
}
.page-form .l-form-container .brick-flow__step--current:not(:root)::before, .page-form .l-form-container .brick-flow__step--current:not(:root)::after {
  background-color: #2B3CFF;
}

@media print, screen and (max-width: 760px) {
  .brick-flow__step:not(:root)::before,
.brick-flow__step:not(:root)::after {
    background-color: #e5e5e5;
  }
}
/*  brick-buttons
*----------------------------------- */
.page-form .l-form-container .brick-buttons__button-inner {
  color: #fff;
}

@media print, screen and (max-width: 760px) {
  .brick-buttons__button-submit {
    background-color: var(--brick--color--button-submit-background);
  }

  .brick-buttons__button-submit:disabled {
    color: var(--brick--color--button-disabled-text);
    background-color: var(--brick--color--button-disabled-background);
    cursor: not-allowed;
  }

  .brick-buttons__button-back {
    background-color: var(--brick--color--button-back-background);
  }
}
/*  l-form-container__policy
*----------------------------------- */
.page-form .l-form-container .l-form-container__policy {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 761px) {
  .page-form .l-form-container .l-form-container__policy {
    text-align: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container .l-form-container__policy {
    font-size: 3.6vw;
    line-height: 1.8;
  }
}
.page-form .l-form-container .l-form-container__policy a {
  color: #1C1C1C;
  text-decoration: underline;
}
.page-form .l-form-container .l-form-container__policy a:hover {
  color: #F34310;
}

.l-form-kv {
  margin-top: 40px;
  margin-bottom: -150px;
}
@media print, screen and (max-width: 760px) {
  .l-form-kv {
    margin-top: 14vw;
    margin-bottom: -18vw;
  }
}

.l-form-link {
  margin-bottom: 60px;
}
.l-form-link__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 760px) {
  .l-form-link__container {
    gap: 5.1282051282vw;
  }
}
.l-form-link__item {
  width: 340px;
}
@media (max-width: 760px) {
  .l-form-link__item {
    width: 87.1794871795vw;
  }
}
.l-form-link__item a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  padding: 14px;
  border-radius: 4px;
  padding-left: 80px;
}
@media (max-width: 760px) {
  .l-form-link__item a {
    min-height: 23.0769230769vw;
    font-size: 4.6153846154vw;
    line-height: 1.8;
    padding: 3.5897435897vw;
    border-radius: 1.0256410256vw;
    padding-left: 20.5128205128vw;
  }
}
.l-form-link__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-form-link__item span {
  display: block;
}
.l-form-link__item.mynavi a {
  border: 2px solid #09abed;
}
.l-form-link__item.mynavi a::before {
  left: 10px;
  width: 60px;
  height: 60px;
  background-image: url(../images/cmn/icon_mynavi.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .l-form-link__item.mynavi a::before {
    left: 2.5641025641vw;
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
}
.l-form-link__item.line a {
  border: 2px solid #10c654;
}
.l-form-link__item.line a::before {
  left: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/cmn/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .l-form-link__item.line a::before {
    left: 5.1282051282vw;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
.l-form-link__txt-main {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 760px) {
  .l-form-link__txt-main {
    font-size: 4.6153846154vw;
  }
}
.l-form-link__txt-sub {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
  color: #f74432;
}
@media (max-width: 760px) {
  .l-form-link__txt-sub {
    font-size: 3.3333333333vw;
    margin-top: 1.2820512821vw;
  }
}

/*  page-form-confirm
*----------------------------------- */
.page-form-confirm .brick-form-num-remaining {
  display: none;
}
.page-form-confirm .l-form-kv {
  display: none;
}
.page-form-confirm .l-form-link {
  display: none;
}

/*  page-form-thanks
*----------------------------------- */
.page-form-thanks .l-form-container__inner .p-item__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item__title {
    font-size: 24px;
    margin-top: 30px;
  }
}
.page-form-thanks .l-form-container__inner .p-item__text {
  text-align: center;
}
.page-form-thanks .l-form-container__inner .p-item__text:not(:first-child) {
  margin-top: 24px;
}
.page-form-thanks .l-form-container__inner .p-item__button {
  margin-top: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item__button {
    margin-top: 9vw;
  }
}

/*# sourceMappingURL=form.css.map */
