:root {
  --color-main: #fc685a;
  --color-white: #fff;
  --color-accent01: #0097f4;
  --color-accent02: #4c5a6c;
  --color-accent03: #004fc4;
  --color-accent04: #31cfeb;
  --color-accent05: #e5f4fd;
  --color-accent06: #79ccff;
  --color-accent07: #dbff12;
  --color-accent08: #3ddec6;
  --color-plan01: #178962;
  --color-plan01-bg: #eafff7;
  --color-plan02: #87d951;
  --color-plan02-bg: #f0ffe6;
  --color-black: #2c3540;
  --color-txt: #222;
  --color-gray: #ddd;
  --color-gray02: #929dac;
  --color-link: #00f;
}

/* =======================================================
lower-mv
======================================================= */
.bl-lower-mv-ttl {
  gap: 10px;
}
.bl-lower-mv-ttl-wrapper::after {
  right: -108px;
  width: 92px;
  height: 102px;
  background: url("../images/inquiry/lower-mv-robot.png") top center/contain no-repeat;
}
.bl-lower-mv-ttl::before {
  width: 64px;
  height: 12px;
  background: url("../images/inquiry/lower-mv-inquiry.svg") top center/contain no-repeat;
}

@media screen and (width <= 750px) {
  .bl-lower-mv-ttl-wrapper::after {
    right: -134px;
    width: 126px;
    height: 140px;
    background: url("../images/inquiry/lower-mv-robot-sp.png") top center/contain no-repeat;
  }
  .bl-lower-mv-ttl::before {
    width: 106px;
    height: 18px;
  }
}
/* =======================================================
inquiry
======================================================= */
.bl-inquiry {
  padding: 64px 0 80px;
}
.bl-inquiry .bl-change {
  display: flex;
  gap: 64px;
  justify-content: center;
  margin-bottom: 56px;
}
.bl-inquiry .bl-change-btn {
  display: grid;
  place-content: center;
  width: 320px;
  height: 72px;
  padding-bottom: 1px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-accent03);
  border: 1px solid var(--color-accent03);
  border-radius: 16px;
}
.bl-inquiry .bl-change-btn.--current {
  color: var(--color-white);
  background: var(--color-accent03);
}
.bl-inquiry .bl-change-btn.--current:hover {
  opacity: 1;
}
.bl-inquiry-intro {
  margin-bottom: 40px;
  text-align: center;
}
.bl-inquiry .bl-contact,
.bl-inquiry .bl-document {
  display: none;
}
.bl-inquiry .bl-contact.--active,
.bl-inquiry .bl-document.--active {
  display: block;
}

@media screen and (width <= 750px) {
  .bl-inquiry .bl-change {
    gap: 32px;
    margin-bottom: 64px;
  }
  .bl-inquiry .bl-change-btn {
    width: calc((100% - 32px) / 2);
    height: 80px;
    padding-bottom: 2px;
    font-size: 28px;
    border-width: 2px;
    border-radius: 24px;
  }
  .bl-inquiry-intro {
    margin-bottom: 64px;
  }
}
/* =======================================================
check
======================================================= */
.bl-check {
  padding: 64px 0 80px;
}
.bl-check #cf7msm_contact-form-type,
.bl-check #cf7msm_document-form-type {
  display: none;
}
.bl-check .bl-form-btn-wrapper {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.bl-check .bl-form .el-btn input[type=button] {
  position: absolute;
  width: 240px;
  height: 100%;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-main);
  background: var(--color-white);
  border: 1px solid var(--color-main);
  border-radius: 4px;
}
.bl-check .bl-form .el-btn.--previous {
  width: 240px;
  border: none;
}
.bl-check .bl-form .el-btn.--previous .el-btn-arrow {
  z-index: 2;
  background: var(--color-main);
}
.bl-check .bl-form .el-btn.--previous .el-btn-arrow::before, .bl-check .bl-form .el-btn.--previous .el-btn-arrow::after {
  background: var(--color-white);
  transform-origin: 0.5px 50%;
}
.bl-check .bl-form .el-btn.--previous::before {
  display: none;
}
.bl-check .bl-form .el-btn.--previous::after {
  content: "";
}

@media screen and (width <= 750px) {
  .bl-check {
    padding: 64px 0 80px;
  }
  .bl-check .bl-form-btn-wrapper {
    justify-content: space-between;
  }
  .bl-check .bl-form .el-btn input[type=button] {
    padding-bottom: 4px;
    font-size: 30px;
  }
  .bl-check .bl-form .el-btn.--previous {
    width: 240px;
  }
  .bl-check .bl-form .el-btn.--submit {
    width: 330px;
  }
}
/* =======================================================
ly-thanks
======================================================= */
.ly-thanks .bl-lower-mv-ttl {
  gap: 10px;
}
.ly-thanks .bl-lower-mv-ttl-wrapper::after {
  right: -141px;
  width: 92px;
  height: 102px;
  background: url("../images/inquiry--thanks/lower-mv-robot.png") top center/contain no-repeat;
}
.ly-thanks .bl-lower-mv-ttl::before {
  width: 56px;
  height: 14px;
  background: url("../images/inquiry--thanks/lower-mv-thanks.svg") top center/contain no-repeat;
}
@media screen and (width <= 750px) {
  .ly-thanks .bl-lower-mv-ttl-wrapper::after {
    right: -142px;
    width: 126px;
    height: 140px;
    background: url("../images/inquiry--thanks/lower-mv-robot-sp.png") top center/contain no-repeat;
  }
  .ly-thanks .bl-lower-mv-ttl::before {
    width: 94px;
    height: 24px;
  }
}

/* =======================================================
bl-thanks
======================================================= */
.bl-thanks {
  padding: 64px 0 96px;
}
.bl-thanks .bl-column {
  display: grid;
  grid-template: "img-wrapper ttl" "img-wrapper body" "img-wrapper btn";
  grid-template-columns: 128px 1fr;
  gap: 0 40px;
  align-items: center;
  padding: 40px 48px;
  background: var(--color-accent05);
}
.bl-thanks .bl-column-img-wrapper {
  grid-area: img-wrapper;
}
.bl-thanks .bl-column-ttl {
  grid-area: ttl;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-accent01);
  letter-spacing: 0.06em;
}
.bl-thanks .bl-column-body {
  display: grid;
  grid-area: body;
  gap: 1.5em;
  margin-bottom: 32px;
}
.bl-thanks .bl-column-btn {
  grid-area: btn;
  width: 320px;
}

@media screen and (width <= 750px) {
  .bl-thanks {
    padding: 48px 0 96px;
  }
  .bl-thanks .bl-column {
    display: grid;
    grid-template: "ttl" "body" "img-wrapper" "btn";
    grid-template-columns: auto;
    gap: 0;
    padding: 64px 30px;
    text-align: center;
  }
  .bl-thanks .bl-column-img-wrapper {
    width: 204px;
    margin: 0 auto 56px;
  }
  .bl-thanks .bl-column-ttl {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .bl-thanks .bl-column-body {
    margin-bottom: 40px;
  }
  .bl-thanks .bl-column-btn {
    width: 560px;
    margin: 0 auto;
  }
}