@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: zen-maru-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", zen-maru-gothic, sans-serif, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/*  form colors
*----------------------------------- */
.page-form {
  --brick--color--black: #101010;
  --brick--color--white: #fff;
  --brick--color--lite-gray: colors.$light-gray;
  --brick--color--gray: colors.$dark-gray;
  --brick--color--red: #E55A10;
  --brick--color--light-pink: #FDEFE7;
  --brick--color--button-submit-background:#E55A10;
  /* ボタン色 */
  --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-text:#553827;
  --brick--color--flow-current-text: #fff;
  --brick--color--flow-background: #E6DDC2;
}

/*  cmn
*----------------------------------- */
.page-form .l-main {
  background: #F4F0D9;
}

@media print, screen and (min-width: 761px) {
  .page-form .l-form-container {
    width: 1080px;
    margin: 0 auto;
    padding: 32px 34px;
    border: 2px solid #E6DDC2;
    border-radius: 26px;
    background: #fff;
  }
}
.page-form .l-form-container__inner {
  font-family: zen-maru-gothic, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  color: #553827;
}
@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: 500;
}
.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: #553827;
}

@media print, screen and (max-width: 760px) {
  .brick-flow__step:not(:root)::before,
.brick-flow__step:not(:root)::after {
    background-color: #fff;
  }
}
/*  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: #553827;
}
.page-form .l-form-container .l-form-container__policy a:hover {
  color: #E55A10;
}

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

/*  page-form-thanks
*----------------------------------- */
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item {
    padding: 0 5%;
  }
}
.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;
  }
}
.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__text.address {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  border-radius: 7px;
  background: #E6DDC2;
}
.page-form-thanks .l-form-container__inner .p-item__text a {
  color: #553827;
  text-decoration: underline;
}
.page-form-thanks .l-form-container__inner .p-item__text a:hover {
  color: #E55A10;
}
.page-form-thanks .l-form-container__inner .p-item__button {
  width: 284px;
  margin: 45px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item__button {
    width: 76vw;
    margin: 8vw auto 0;
  }
}
.page-form-thanks .l-form-container__inner .p-item__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  color: #553827;
  padding: 16px 42px;
  width: 100%;
  border-radius: 60px;
  background: #F4F0D9;
  transition: 0.3s;
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.16));
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item__button a {
    font-size: 4vw;
    padding: 4vw 9vw;
  }
}
.page-form-thanks .l-form-container__inner .p-item__button a::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 12px;
  height: 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #CCC37A;
}
.page-form-thanks .l-form-container__inner .p-item__button a:hover {
  opacity: 1;
  translate: 0 3px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.16));
}

/*  unit_policy
*----------------------------------- */
@media screen and (min-width: 761px) {
  .brick-policy__row {
    display: flex;
    padding: 0 34px 44px;
    border-bottom: 1px dotted #B9B9B9;
  }
}

@media screen and (min-width: 761px) {
  .brick-policy__row-header {
    flex-basis: 23%;
    flex-shrink: 0;
    flex-grow: 0;
    min-height: 36px;
  }
}

@media screen and (min-width: 761px) {
  .brick-policy__row-body {
    flex-basis: calc(77% - 30px);
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    min-height: 36px;
    margin-left: 30px;
  }
}

.unit_policy {
  width: 100%;
  height: 340px;
  margin: 5px auto 0;
  border: 1px solid #553827;
  border-radius: 7px;
  overflow-y: scroll;
  font-size: 13px;
  background: #fff;
}
.unit_policy .inner {
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .unit_policy .inner {
    padding: 5%;
  }
}
.unit_policy .inner p {
  margin-bottom: 20px;
}
.unit_policy .inner dl {
  border: none;
}
.unit_policy .inner dt {
  margin: 0 0 5px;
  font-size: 1.1em !important;
  font-weight: bold;
}
.unit_policy .inner dd {
  width: auto;
  float: none;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .unit_policy .inner dd {
    font-size: 3.8vw;
  }
}
.unit_policy iframe {
  border: none;
  width: 100%;
}

.l-sample-container {
  width: 1080px;
  margin: 85px auto 0;
  border: 2px solid #E6DDC2;
  border-radius: 26px;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 55px;
}
@media print, screen and (max-width: 760px) {
  .l-sample-container {
    width: 90vw;
    padding-top: 8vw;
    padding-bottom: 10vw;
    margin-top: 12vw;
  }
}
.l-sample-container__title {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #553827;
  margin-bottom: 50px;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .l-sample-container__title {
    font-size: 6vw;
    margin-bottom: 12vw;
  }
}
.l-sample-container__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  translate: -50% 0;
  z-index: 10;
  width: 24px;
  height: 4px;
  border-radius: 4px;
  background: #81C172;
}
@media print, screen and (max-width: 760px) {
  .l-sample-container__title::after {
    bottom: -4vw;
  }
}
.l-sample-container__image {
  width: 820px;
  margin: 0 auto;
  padding-bottom: 110px;
}
@media print, screen and (max-width: 760px) {
  .l-sample-container__image {
    width: 80vw;
    padding-bottom: 16vw;
  }
}
.l-sample-container__image .button {
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.l-sample-container__image .button.prev {
  right: calc(50% + 11px);
  left: auto;
}
@media print, screen and (max-width: 760px) {
  .l-sample-container__image .button.prev {
    right: calc(50% + 1vw);
  }
}
.l-sample-container__image .button.prev span {
  padding-right: 95px;
  text-align: right;
}
@media print, screen and (max-width: 760px) {
  .l-sample-container__image .button.prev span {
    padding-right: 14vw;
  }
}
.l-sample-container__image .button.prev span::before {
  top: 0;
  right: 0;
  background: url(../images/cmn/prev.svg) no-repeat center;
  background-size: contain;
}
.l-sample-container__image .button.next {
  left: calc(50% + 11px);
  right: auto;
}
@media print, screen and (max-width: 760px) {
  .l-sample-container__image .button.next {
    left: calc(50% + 1vw);
  }
}
.l-sample-container__image .button.next span {
  padding-left: 95px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .l-sample-container__image .button.next span {
    padding-left: 14vw;
  }
}
.l-sample-container__image .button.next span::before {
  top: 0;
  left: 0;
  background: url(../images/cmn/next.svg) no-repeat center;
  background-size: contain;
}
.l-sample-container__image .button span {
  display: block;
  font-size: 15px;
  color: #553827;
  position: relative;
  padding: 27px 0;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .l-sample-container__image .button span {
    font-size: 3.8vw;
    padding: 1vw 0;
    line-height: 1.3;
  }
}
.l-sample-container__image .button span::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 75px;
  height: 75px;
  transition: 0.3s;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}
@media print, screen and (max-width: 760px) {
  .l-sample-container__image .button span::before {
    width: 12vw;
    height: 12vw;
  }
}
.l-sample-container__image .button span:hover {
  opacity: 1;
  translate: 0 3px;
}
.l-sample-container__image .button span:hover::before {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.16));
}

.page-form-confirm .l-sample-container {
  display: none;
}

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