@charset "UTF-8";
main {
  padding: 0;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
    padding-bottom: 130px;
  }
  .txt-h1 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
/*==========================================================================
section#lead
========================================================================== */
section#lead {
  position: relative;
}
section#lead:before {
  content: "";
  background: url(../img/bg_d7e.webp) top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78.9583333333vw;
  z-index: -1;
}
section#lead .inner {
  padding-top: 10vw;
}
section#lead .ttl-box {
  position: relative;
  margin-bottom: 2.6041666667vw;
}
section#lead .ttl-box .bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  color: rgba(43, 46, 51, 0.1);
  line-height: 1;
}
section#lead .ttl-box .txt-h1 .txt-e {
  display: block;
  color: #356CB4;
}

@media screen and (max-width: 767px) {
  section#lead {
    position: relative;
  }
  section#lead:before {
    content: "";
    background: url(../img/bg_d7e.webp) top no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78.9583333333vw;
    z-index: -1;
  }
  section#lead .inner {
    padding-top: 50px;
  }
  section#lead .ttl-box {
    position: relative;
    margin-bottom: 30px;
  }
  section#lead .ttl-box .bg {
    font-size: 125px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  section#lead .ttl-box .txt-h1 {
    font-size: 32px;
    text-align: center;
  }
  section#lead .ttl-box .txt-h1 .txt-e {
    font-size: 14px;
  }
}
/*==========================================================================
section#forms
========================================================================== */
section#forms .inner {
  padding-top: 5vw;
  padding-bottom: 10vw;
}
section#forms .wq-Form {
  background: none;
}
section#forms .wq-Form .wq-HNavigator > .wq--items > :not(:last-child) {
  margin-bottom: 2.6041666667vw;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector {
  border: none;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--head {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 1.5625vw;
  font-size: 1.25vw;
  font-weight: 700;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body {
  background: none;
  border: none;
  flex-wrap: wrap;
  display: flex;
  flex-direction: initial;
  gap: 1.4vw 2%;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option {
  width: 32%;
  border: solid 2px #D83721;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0.5vw;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--label {
  padding: 1.5625vw 2.5vw;
  box-sizing: border-box;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--label .wq--ribbon.wq-ribbon-2 {
  background: #D83721;
  color: #ffffff;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--media {
  display: none;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--main .wq--name {
  text-align: start;
  font-size: 1.25vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  order: 1;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--main .wq--prices {
  order: 2;
  text-align: end;
  padding-top: 0.5208333333vw;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--main .wq--prices .wq--price {
  font-size: 1.6666666667vw;
  font-family: "font-Popb", "Poppins", sans-serif;
  font-weight: 700;
  color: #2B2E33;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--main .wq--note {
  order: 3;
  font-size: 0.8333333333vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-top: 1.05vw;
  text-align: start;
  line-height: 1.5em;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option {
  width: 100%;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option .wq--main .wq--name {
  text-align: center;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option .wq--main .wq--prices {
  text-align: center;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option .wq--main .wq--prices .wq--price {
  font-size: 1.6666666667vw;
  font-family: "font-Popb", "Poppins", sans-serif;
  font-weight: 700;
  color: #2B2E33;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option .wq--main .wq--note {
  text-align: center;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-11 #wq-quantoption-detail-11-350-wrapper .wq--prices .wq--price:after {
  content: "／1ページ";
  font-size: 1vw;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-11 #wq-quantoption-detail-11-379-wrapper .wq--prices .wq--price:after {
  content: "／1セクション";
  font-size: 1vw;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-11 #wq-quantoption-detail-11-347-wrapper .wq--prices .wq--price:after {
  content: "／1ページ";
  font-size: 1vw;
}
section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-12 .wq--body .wq-Option {
  width: 23.5%;
}
section#forms .wq-Form .wq-Monitor {
  margin-bottom: 4.843vw;
}
section#forms .wq-Form .wq-Monitor > .wq--entries {
  border: solid 1px #000000;
}
section#forms .wq-Form .wq-Monitor > .wq--entries > .wq--entry {
  border-bottom: 1px solid #000000;
}
section#forms .wq-Form .wq-Monitor > .wq--entries > .wq--entry.wq-for-header {
  border-bottom: 1px solid #000000;
}
section#forms .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq--prop {
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding: 0.9em 1em;
}
section#forms .wq-Form .wq-Monitor > .wq--entries > .wq--entry:nth-child(2n) {
  background: #d2f4f0;
}
section#forms .wq-Form .wq-Monitor > .wq--footer > .wq--entry {
  border: 1px solid #616161;
}
section#forms .wq-Form .wq-Attributes {
  margin-bottom: 2.552vw;
}
section#forms .wq-Form .wq-Attributes > :not(:last-child) {
  margin-bottom: 1vw;
}
section#forms .wq-Form .wq-Attributes .wq-Control > .wq--body > :not(:first-child) {
  margin: 0;
  margin-top: 1vw;
}
section#forms .wq-Form .wq-Attributes .wq-Control > .wq--header {
  width: 21.5vw;
  min-width: 400px;
  align-items: center;
}
section#forms .wq-Form .wq-Attributes .wq-Control > .wq--header > .wq--label {
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
section#forms .wq-Form .wq-Attributes .wq-Control > .wq--body {
  width: calc(100% - 21.5vw);
}
section#forms .wq-Form .wq-Attributes .wq-Control > .wq--body .wq--note {
  margin: 0;
}
section#forms .wq-Form .wq-Attributes div#wq-attr-checkbox-10 {
  margin-top: 1vw;
}
section#forms .wq-Form .wq-InputGroup > span {
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-right: 2vw;
}
section#forms .wq-Form .wq-InputGroup > span {
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-right: 2vw;
}
section#forms .wq-Form .wq-TextArea, section#forms .wq-Form .wq-TextInput {
  height: 3.3854166667vw;
  min-height: 38px;
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border-color: #000000;
  box-sizing: border-box;
  width: 100%;
}
@media (hover: hover), screen and (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  section#forms .wq-Form .wq-TextArea:hover, section#forms .wq-Form .wq-TextInput:hover {
    box-shadow: 0 0 0 4px rgba(3, 88, 83, 0.2);
    z-index: 2;
  }
}
section#forms .wq-Form .wq-TextArea:focus, section#forms .wq-Form .wq-TextInput:focus {
  box-shadow: 0 0 0 4px rgba(3, 88, 83, 0.2);
  border: 1px solid #000000;
  outline: none;
  z-index: 2;
}
section#forms .wq-Form .wq-TextArea.wq-is-invalid:not(:focus), section#forms .wq-Form .wq-TextInput.wq-is-invalid:not(:focus) {
  border-color: rgba(3, 88, 83, 0.2);
}
section#forms .wq-Form .wq-TextArea::-moz-placeholder, section#forms .wq-Form .wq-TextInput::-moz-placeholder {
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
section#forms .wq-Form .wq-TextArea::placeholder, section#forms .wq-Form .wq-TextInput::placeholder {
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
section#forms .wq-Form .wq-TextArea:-ms-input-placeholder, section#forms .wq-Form .wq-TextInput:-ms-input-placeholder {
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
section#forms .wq-Form .wq-TextArea::-ms-input-placeholder, section#forms .wq-Form .wq-TextInput::-ms-input-placeholder {
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
section#forms .wq-Form .wq-TextInput.wq-size-small {
  width: calc(10em + 24px);
}
section#forms .wq-Form .wq-Control.wq-for-tel .wq-TextInput.wq-size-small {
  width: 100%;
}
section#forms .wq-Form .pr-btn {
  margin-top: 0.5em;
  display: block;
}
section#forms .wq-Form .wq-Option > .wq-type-checkbox + label:after {
  color: hsla(210deg, 34.04%, 18.43%, 0.33);
  transition: 0.5s;
  display: none;
}
section#forms .wq-Form .wq-Option > .wq-type-checkbox:checked + label:after {
  color: #1f2f3f;
}
section#forms .wq-Form .wq-Option > .wq--input:checked + .wq--label, section#forms .wq-Form .wq-Option > .wq--select.wq-is-selected + .wq--label {
  background-color: #f6b8c5;
}
section#forms .wq-Form div#wq-option-detail-2-113-wrapper > .wq--input:checked + .wq--label, section#forms .wq-Form div#wq-option-detail-2-113-wrapper > .wq--select.wq-is-selected + .wq--label {
  background-color: #f6b8c5;
}
section#forms .wq-Form .wq-Checkbox > label, section#forms .wq-Form .wq-Radio > label {
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  height: initial;
  padding: 0.5em 3vw;
}
section#forms .wq-Form .wq-Control > .wq--header {
  width: 21.5vw;
}
section#forms .wq-Dialog .wq-Button, section#forms .wq-Form .wq-Button {
  background: #5CD5C5;
  border: none;
  color: #ffffff;
  font-size: 1.05vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding: 0.6em 3.8vw;
}
section#forms .wq-Form .wq-is-invalid.wq-TextArea:not(:focus), section#forms .wq-Form .wq-is-invalid.wq-TextInput:not(:focus) {
  background-color: rgba(3, 88, 83, 0.2);
}
section#forms .wq-Control.wq-for-action .wq-InputGroup {
  position: relative;
}
section#forms .wq-Control.wq-for-action .wq-InputGroup:after {
  content: "※見積フォームの送信は、お申込みではありません。お申込みはえんと〜りのフォームをご利用ください。";
  position: absolute;
  bottom: calc(-16px - 0.85vw);
  left: 0;
  font-size: clamp(12px, 0.85vw, 16px);
}

section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-12 {
  display: none;
}

@media screen and (max-width: 767px) {
  section#forms .inner {
    padding-top: 10px;
    padding-bottom: 100px;
  }
  section#forms .wq-Form {
    background: none;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items > :not(:last-child) {
    margin-bottom: 40px;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector {
    border: none;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--head {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body {
    background: none;
    border: none;
    flex-wrap: wrap;
    display: flex;
    flex-direction: initial;
    gap: 20px 2%;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option {
    width: 100%;
    border: solid 2px #D83721;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 8px;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--label {
    padding: 20px;
    box-sizing: border-box;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--media {
    display: none;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--main .wq--name {
    text-align: center;
    font-size: 16px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    order: 1;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--main .wq--prices {
    order: 2;
    text-align: center;
    padding-top: 0.5208333333vw;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--main .wq--prices .wq--price {
    font-size: 24px;
    font-family: "font-Popb", "Poppins", sans-serif;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector .wq--body .wq-Option .wq--main .wq--note {
    order: 3;
    font-size: 14px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    margin-top: 1.05vw;
    text-align: start;
    line-height: 1.5em;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option {
    width: 100%;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option .wq--main .wq--name {
    text-align: center;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option .wq--main .wq--prices {
    text-align: center;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option .wq--main .wq--prices .wq--price {
    font-size: 24px;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-2 .wq--body .wq-Option .wq--main .wq--note {
    text-align: center;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-11 #wq-quantoption-detail-11-350-wrapper .wq--prices .wq--price:after {
    font-size: 12px;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-11 #wq-quantoption-detail-11-379-wrapper .wq--prices .wq--price:after {
    font-size: 12px;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-11 #wq-quantoption-detail-11-347-wrapper .wq--prices .wq--price:after {
    font-size: 12px;
  }
  section#forms .wq-Form .wq-HNavigator > .wq--items .wq-Selector#wq-selector-detail-12 .wq--body .wq-Option {
    width: 49%;
  }
  section#forms .wq-Form .wq-Monitor {
    margin-bottom: 40px;
  }
  section#forms .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq--prop {
    padding: 4px 10px;
    font-size: 16px;
  }
  section#forms .wq-Form .wq-Monitor > .wq--footer {
    max-width: initial;
    width: 100%;
  }
  section#forms .wq-Form .wq-InputGroup {
    gap: 10px;
  }
  section#forms .wq-Form .wq-InputGroup > span {
    font-size: 16px;
  }
  section#forms .wq-Form .wq-Checkbox > label, section#forms .wq-Form .wq-Radio > label {
    width: 100%;
    padding: 5px 30px;
    font-size: 16px;
  }
  section#forms .wq-Form .wq-Attributes {
    margin-bottom: 30px;
  }
  section#forms .wq-Form .wq-Attributes .wq-Control > .wq--header {
    width: 100%;
    margin-bottom: 15px;
    min-width: initial;
  }
  section#forms .wq-Form .wq-Attributes .wq-Control > .wq--header > .wq--label {
    font-size: 16px;
  }
  section#forms .wq-Form .wq-TextArea, section#forms .wq-Form .wq-TextInput {
    font-size: 16px;
  }
  section#forms .wq-Form .wq-TextArea::-moz-placeholder, section#forms .wq-Form .wq-TextInput::-moz-placeholder {
    font-size: 16px;
  }
  section#forms .wq-Form .wq-TextArea::placeholder, section#forms .wq-Form .wq-TextInput::placeholder {
    font-size: 16px;
  }
  section#forms .wq-Form .wq-Attributes .wq-Control > .wq--body {
    width: 100%;
  }
  section#forms .wq-Form .wq-Attributes .wq-Control > .wq--body > :not(:first-child) {
    margin: 0;
    margin-top: 10px;
  }
  section#forms .wq-Form .wq-Attributes > :not(:last-child) {
    margin-bottom: 15px;
  }
  section#forms .wq-Form .wq-Attributes div#wq-attr-checkbox-10 {
    margin-top: 0;
  }
  section#forms .wq-Form .wq-Attributes div#wq-attr-checkbox-10 .wq-InputGroup {
    justify-content: center;
  }
  section#forms .wq-Form .wq-Attributes div#wq-attr-checkbox-10 .wq--note {
    text-align: center;
  }
  section#forms .wq-Quantity > .wq--head > .wq--message, section#forms .wq-Selector > .wq--head > .wq--message, section#forms .wq-Slider > .wq--head > .wq--message {
    right: initial;
    top: 30px;
    left: 0;
  }
  section#forms .wq-Control > .wq--body .wq--message {
    left: 0;
    right: initial;
    top: -16px;
  }
  section#forms div#wq-attr-email-2 > .wq--body .wq--message {
    left: 0;
    top: -16px;
  }
  section#forms .wq-Form .wq-Checkbox, section#forms .wq-Form .wq-Radio {
    width: 100%;
  }
  section#forms .wq-Dialog .wq-Button, section#forms .wq-Form .wq-Button {
    font-size: 16px;
  }
  section#forms .wq-Control.wq-for-action .wq-InputGroup:after {
    bottom: initial;
    top: 55px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=web-mitsumori.css.map */