* {
  box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.contact-engine {
  margin-top: 60px;
}
.contact-engine .h2 {
  font-size: 24px;
  line-height: 1;
  /* 行間をそのままに */
  letter-spacing: 2px;
  /* 文字間を広げる */
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  box-shadow: 4px 4px 0 #242944;
  /* ぼやけない影を指定 */
}
.contact-engine .tel {
  margin-bottom: 60px;
  text-align: center;
}
.contact-engine .tel h2 {
  font-size: 24px;
  line-height: 1;
  /* 行間をそのままに */
  letter-spacing: 2px;
  /* 文字間を広げる */
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  box-shadow: 4px 4px 0 #242944;
  /* ぼやけない影を指定 */
}
.contact-engine .tel h2 + p {
  font-size: 18px;
  line-height: 1.2;
}
.contact-engine .tel .call {
  width: 53%;
  max-width: 534px;
  margin: calc(5px + 1vw) auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-engine .tel .call a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242944;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  background: none;
  padding: 0;
  text-decoration: none;
  margin-bottom: calc(5px + 0.5vw);
}
.contact-engine .tel .call a .icon {
  display: inline-block;
  width: calc(30px + 1vw);
  height: calc(30px + 1vw);
  background-image: url('/modelhouse/static/image/icon-tel.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: calc(5px + 0.5vw);
  position: relative;
  top: calc(1vw);
}
.contact-engine .tel .call p {
  font-size: calc(10px + 0.4vw);
  line-height: 1;
  font-weight: 300;
  width: 100%;
  text-align: left;
  margin: 0 0 0 160px;
}
.contact-engine .email {
  margin-bottom: 100px;
}
.contact-engine .email h2 {
  font-size: 24px;
  line-height: 1;
  /* 行間をそのままに */
  letter-spacing: 2px;
  /* 文字間を広げる */
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  box-shadow: 4px 4px 0 #242944;
  /* ぼやけない影を指定 */
}
.contact-engine .email .attention {
  background: #edeef0;
  border: 1px dotted #ccc;
  padding: 24px 48px 14px 200px;
  margin-bottom: 40px;
  background-image: url("/modelhouse/static/image/attention-icon.svg");
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 120px auto;
  -moz-background-size: 120px auto;
}
.contact-engine .email .attention h5 {
  font-size: 19px;
  line-height: 1.4;
  margin: 0 0 3px 0;
  padding: 0;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: left;
}
.contact-engine .email .attention h5 span {
  text-decoration: underline;
}
.contact-engine .email .attention h5 + p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0 0 12px 0;
  text-align: left;
}
.contact-engine .email .attention h5 + p span {
  font-size: 16px;
  font-weight: 600;
  color: #1f4573;
}
.contact-engine .email #mp-main .errs {
  width: 87%;
  margin: 0 auto 40px;
  padding: 20px;
  background-color: #fffa63;
}
.contact-engine .email #mp-main .errs .alert {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.3;
  color: #e50012;
  margin-bottom: 6px;
}
.contact-engine .email #mp-main .errs ul {
  text-align: left;
  margin-left: 50px;
}
.contact-engine .email #mp-main .errs ul li {
  width: 100%;
  list-style: disc;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  color: #e50012;
}
.contact-engine .email #mp-main .fieldset .err {
  background: #ff4c6a;
}
.contact-engine .email #mp-main .fieldset .error-message {
  color: #fff;
  font-weight: 600;
  padding-top: 5px;
}
.contact-engine .email #mp-main .fieldset table {
  width: 87%;
  margin: 0 auto 40px;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
}
.contact-engine .email #mp-main .fieldset table caption {
  text-align: left;
  margin-bottom: 8px;
  font-size: 15px;
}
.contact-engine .email #mp-main .fieldset table th,
.contact-engine .email #mp-main .fieldset table td {
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.contact-engine .email #mp-main .fieldset table th {
  width: 26%;
  line-height: 1;
  border: 1px solid #c5c5c5;
  background: #1f4573;
}
.contact-engine .email #mp-main .fieldset table th .sub {
  font-size: 12px;
}
.contact-engine .email #mp-main .fieldset table th .attention-mark {
  color: red;
  margin-left: 6px;
}
.contact-engine .email #mp-main .fieldset table th .please {
  color: red;
  font-size: 18px;
  margin-left: 6px;
}
.contact-engine .email #mp-main .fieldset table td {
  border: 1px solid #c5c5c5;
  line-height: 1.7;
}
.contact-engine .email #mp-main .fieldset table td small {
  font-size: 13px;
  padding: 6px 0;
}
.contact-engine .email #mp-main .fieldset table td .message-mobile {
  display: none;
}
.contact-engine .email #mp-main .fieldset table td p {
  font-size: 15px;
  padding: 6px 0;
  color: red;
}
.contact-engine .email #mp-main .fieldset table td .pad {
  font-size: 17px;
  padding: 10px 4px;
  border: 1px solid #7f9db9;
}
.contact-engine .email #mp-main .fieldset table td select {
  width: 300px;
  font-size: 17px;
  padding: 10px 4px;
  border: 1px solid #7f9db9;
  background: #fff !important;
}
.contact-engine .email #mp-main .fieldset table td .text {
  width: 100%;
  margin: 0;
  font-size: 17px;
  padding: 10px 4px;
  border: 1px solid #7f9db9;
  background: #fff;
}
.contact-engine .email #mp-main .fieldset table td textarea {
  width: 100%;
  height: 360px;
  font-size: 17px;
  padding: 10px 4px;
  border: 1px solid #7f9db9;
}
.contact-engine .email #mp-main .fieldset table td .link {
  color: #1f4573;
}
.contact-engine .email #mp-main .fieldset table td input[type="checkbox"] {
  accent-color: #1f4573;
  /* 大きさ */
  inline-size: 1.8rem;
  block-size: 1.2rem;
}
.contact-engine .email #mp-main .button {
  margin-top: 20px;
  text-align: center;
}
.contact-engine .email #mp-main .button p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-engine .email #mp-main .button p a {
  font-weight: 500;
}
.contact-engine .email #mp-main .button p a:hover {
  color: #ff1940;
}
.contact-engine .email #mp-main .button .submit {
  width: 420px;
  /* 幅を変更 */
  padding: 23px 0;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #ccc;
  background: #ff4c6a;
  /* 背景色を変更 */
  -webkit-border-radius: 50px;
  /* 丸くする */
  border-radius: 50px;
  /* 丸くする */
  letter-spacing: 1px;
  /* 文字間を少し広げる */
}
.contact-engine .email #mp-main .button .submit:hover {
  background: #ff1940;
  /* マウスオーバーで少し濃くする */
}
.contact-engine .email #mp-main .button .back {
  width: 200px;
  padding: 23px 0;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #ccc;
  background: #000;
  -webkit-border-radius: 50px;
  /* 丸くする */
  border-radius: 50px;
  /* 丸くする */
  letter-spacing: 1px;
  /* 文字間を少し広げる */
}
.contact-engine #pagetop {
  position: fixed;
  bottom: calc(3% + 10px);
  right: max(calc((100% - 1000px) / 2 + 10px), 10px);
  z-index: 1;
}
.contact-engine #pagetop a {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("/modelhouse/static/image/pagetop.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
}
.contact-engine #pagetop a:hover {
  opacity: 0.8;
}
.contact-engine #finish .finish-message {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1f4573;
}
.contact-engine #finish .finish-message + p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.contact-engine #finish ul {
  background: #edeef0;
  padding: 30px 100px;
  margin-bottom: 40px;
}
.contact-engine #finish ul li {
  list-style: disc;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 26px 0;
}
.contact-engine #finish ul li:last-child {
  margin: 0;
}
.contact-engine #single-button {
  width: 380px;
  margin: 0 auto;
}
.contact-engine #single-button button {
  width: 420px;
  /* 幅を変更 */
  padding: 23px 0;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #ccc;
  background: #403633;
  /* 背景色を変更 */
  -webkit-border-radius: 50px;
  /* 丸くする */
  border-radius: 50px;
  /* 丸くする */
  letter-spacing: 1px;
  /* 文字間を少し広げる */
}
.contact-engine #single-button button:hover {
  background: #ff1940;
  /* マウスオーバーで少し濃くする */
}
@media (max-width: 768px) {
  header {
    position: relative;
    margin-bottom: 24px;
  }
  header img {
    width: 100%;
    height: auto;
    animation: none !important;
    /* アニメーションを停止 */
    opacity: 1;
    /* 表示状態を固定 */
    transform: none;
    /* アニメーションの影響を排除 */
  }
  header .contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    /* 水平方向中央に配置 */
    align-items: flex-start;
    /* 子要素の垂直配置を上揃え */
    padding: 10px 0 0 0;
  }
  header .contents .read {
    color: #242944;
    font-size: 2vw;
    font-weight: 300;
    text-align: center;
    position: absolute;
    /* 最上部に配置するため絶対位置指定 */
    top: 0;
    /* 親要素の上端に配置 */
    left: 50%;
    /* 親要素の幅の中央に配置 */
    transform: translateX(-50%);
    /* 水平方向の中央揃え補正 */
    margin: 0;
    /* 余白をリセット */
    padding: 10px;
    /* 必要に応じて余白を調整 */
    width: 100%;
    /* `width`を明示的に設定して親幅全体を使用 */
    box-sizing: border-box;
    /* パディングを幅内に収める */
  }
  header .contents .logo {
    background: none;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    /* 水平方向中央寄せ */
    align-items: center;
    /* 垂直方向の要素揃え */
    margin: 0 auto;
    /* 左右中央寄せ */
    padding: 0;
    position: absolute;
    /* 最上部に固定 */
    top: 9%;
    /* 最上部（`.read`の下に配置） */
    left: 50%;
    /* 親要素の幅の中央に配置 */
    transform: translateX(-50%);
    /* 水平方向に補正 */
  }
  header .contents .logo img {
    width: clamp(40px, 20vw, 110px);
    /* スマホ対応: 最小40px、最大110px、デバイス幅で柔軟に調整 */
    height: auto;
    /* アスペクト比を維持 */
    position: relative;
  }
  .h2 {
    font-size: 5.4vw;
    /* 57px を375px基準でvwに変換 */
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px;
    box-shadow: 4px 4px 0 #242944;
    /* ぼやけない影を指定 */
  }
  .title {
    margin-bottom: 60px;
  }
  .title .read {
    font-size: 4vw;
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
    margin-bottom: 6px;
  }
  .title h1 {
    font-size: 9vw;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }
  .title h1 + p {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .tel {
    margin-bottom: 40px;
    text-align: center;
  }
  .tel h2 {
    font-size: 5.4vw;
    /* 57px を375px基準でvwに変換 */
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px;
    box-shadow: 4px 4px 0 #242944;
    /* ぼやけない影を指定 */
  }
  .tel h2 + p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .contact-engine .tel .call {
    width: 100%;
    max-width: 380px;
    margin: 10px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(16px + 0.6vw);
  }
  .contact-engine .tel .call a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #242944;
    font-size: calc(16px + 4.6vw);
    font-weight: 900;
    background: none;
    padding: 0;
    text-decoration: none;
    margin-bottom: 0px;
  }
  .contact-engine .tel .call a .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/modelhouse/static/image/icon-tel.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
    top: calc(3vw);
  }
  .contact-engine .tel .call p {
    font-size: calc(10px + 1vw);
    line-height: 1.2;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
  }
  .email {
    margin-bottom: 100px;
  }
  .email h2 {
    font-size: 5.4vw;
    /* 57px を375px基準でvwに変換 */
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px;
    box-shadow: 4px 4px 0 #242944;
    /* ぼやけない影を指定 */
  }
  .email #mp-main .errs {
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px 0;
  }
  .email #mp-main .errs .alert {
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.3;
    color: #e50012;
    margin-bottom: 6px;
  }
  .email #mp-main .errs ul {
    text-align: left;
    margin-left: 38px;
  }
  .email #mp-main .errs ul li {
    width: 100%;
    list-style: disc;
    font-size: 4.5vw;
    line-height: 1.5;
    color: #e50012;
  }
  .email #mp-main .fieldset table {
    width: 100%!important;
    margin: 0 auto 40px;
    border: 1px #B3B3B3 solid;
    border-collapse: collapse;
  }
  .email #mp-main .fieldset table caption {
    text-align: left;
    margin-bottom: 8px;
    font-size: 3.8vw;
  }
  .email #mp-main .fieldset table th {
    padding: 14px 12px;
    font-size: 4.8vw;
    font-weight: 500;
    text-align: left;
    display: block;
    width: 100%;
  }
  .email #mp-main .fieldset table td {
    padding: 14px 12px;
    font-size: 4vw;
    text-align: left;
    display: block;
    width: 100%;
  }
  .email #mp-main .fieldset table th {
    width: 100%;
    line-height: 1;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    background: #bee5ff;
    text-align: center;
  }
  .email #mp-main .fieldset table th .sub {
    font-size: 3.4vw;
  }
  .email #mp-main .fieldset table td {
    border: 1px solid #c5c5c5;
    line-height: 1.7;
    border-top: none;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
  }
  .email #mp-main .fieldset table td small {
    font-size: 13px;
    line-height: 1.3;
    padding: 6px 0;
    display: block;
  }
  .email #mp-main .fieldset table td .message-pc {
    display: none;
  }
  .email #mp-main .fieldset table td .message-mobile {
    display: inline;
  }
  .email #mp-main .fieldset table td p {
    font-size: 3.7vw;
    padding: 6px 0;
    color: red;
  }
  .email #mp-main .fieldset table td .pad {
    font-size: 17px;
    padding: 10px 4px;
    border: 1px solid #7f9db9;
  }
  .email #mp-main .fieldset table td select {
    width: 100%;
    font-size: 17px;
    padding: 10px 4px;
    border: 1px solid #7f9db9;
  }
  .email #mp-main .fieldset table td .text {
    width: 100%;
    margin: 0;
    font-size: 17px;
    padding: 10px 4px;
    border: 1px solid #7f9db9;
  }
  .email #mp-main .fieldset table td textarea {
    width: 100%;
    height: 300px;
    font-size: 17px;
    padding: 10px 4px;
    border: 1px solid #7f9db9;
  }
  .email #mp-main .fieldset table td input[type="datetime-local"] {
    width: 100% !important;
    -webkit-appearance: none;
    height: 2.5em;
    padding: 0.5em;
    box-sizing: border-box;
    min-width: 0;
  }
  .email #mp-main .fieldset table td input[type="datetime-local"]::-webkit-date-and-time-value {
    text-align: left;
  }
  .email #mp-main .fieldset table td .attention {
    margin-top: 4px;
    font-size: 3.4vw;
    color: #a20000;
  }
  .email #mp-main .fieldset table td .attention a {
    margin: 0 4px;
  }
  .email #mp-main .fieldset table td .attention span {
    color: red;
  }
  .email #mp-main .button {
    margin-top: 20px;
    text-align: center;
  }
  .email #mp-main .button p {
    font-size: 4.3vw;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
  }
  .email #mp-main .button p a {
    font-weight: 500;
  }
  .email #mp-main .button p a:hover {
    color: #ff1940;
  }
  .email #mp-main .button .submit {
    width: 100%;
    padding: 23px 0;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #ccc;
    background: #ff4c6a;
    /* 背景色を変更 */
    -webkit-border-radius: 50px;
    /* 丸くする */
    border-radius: 50px;
    /* 丸くする */
    letter-spacing: 1px;
    /* 文字間を少し広げる */
  }
  .email #mp-main .button .submit:hover {
    background: #ff1940;
    /* マウスオーバーで少し濃くする */
  }
  .email #mp-main .button .back {
    width: 200px;
    padding: 23px 0;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ccc;
    background: #000;
    -webkit-border-radius: 50px;
    /* 丸くする */
    border-radius: 50px;
    /* 丸くする */
    letter-spacing: 1px;
    /* 文字間を少し広げる */
  }
  .contact-engine .email .attention {
    background: #edeef0;
    border: 1px dotted #ccc;
    padding: 14px 20px 3px 20px;
    margin-bottom: 50px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: 0 auto;
    -moz-background-size: 0 auto;
  }
  .contact-engine .email .attention h5 {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 3px;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .contact-engine .email .attention h5 span {
    text-decoration: underline;
  }
  .contact-engine .email .attention h5 + p {
    font-size: 3.5vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin: 0 0 12px 0;
    text-align: left;
  }
  .contact-engine .email .attention h5 + p span {
    font-size: 16px;
    font-weight: 600;
    color: #1f4573;
  }
  #finish .finish-message {
    font-size: 8vw;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1f4573;
  }
  #finish .finish-message + p {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #finish ul {
    background: #edeef0;
    padding: 30px 40px;
    margin-bottom: 40px;
  }
  #finish ul li {
    list-style: disc;
    font-size: 4.8vw;
    font-weight: 500;
    margin: 0 0 18px 0;
  }
  #finish ul li:last-child {
    margin: 0;
  }
  #single-button {
    width: 100%;
    margin: 0 auto;
  }
  #single-button button {
    width: 100%;
    background: #403633;
    padding: 24px 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    display: block;
    text-decoration: none;
  }
  #single-button button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
  }
}
#powered_by_me {
  display: none;
}
/*# sourceMappingURL=contact.css.map */