@charset "UTF-8";
/* --------------------------------------------
 資料請求
-------------------------------------------- */
.request-message {
  z-index: 1;
  position: relative;
}
.request-message::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(50% - 50vw);
  background: url(../../images/bg_gray.png.webp);
  content: "";
}
.request-message__main {
  padding-block: 3em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
.request-message__main-first {
  font-size: 1.75em;
  text-align: center;
}
.request-message__main-first .bold {
  color: #541815;
  font-size: 1.3571428571em;
}
.request-message__main-second {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffeb3b));
  background: -webkit-linear-gradient(transparent 70%, #ffeb3b 70%);
  background: linear-gradient(transparent 70%, #ffeb3b 70%);
  color: #AA3828;
  font-size: 3.5625em;
  font-weight: bold;
  line-height: 1.4;
}
.request-message__main-second .fz-sm {
  font-size: 0.5087719298em;
}
.request-message__sub {
  padding-block: 2.5em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: flex-end;
  justify-content: center;
}
.request-message__sub::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(50% - 50vw);
  background: rgba(0, 0, 0, 0.06);
  content: "";
}
.request-message__list {
  padding-left: 2.5em;
}
.request-message__list li {
  z-index: 1;
  position: relative;
  font-size: 1.625em;
}
.request-message__list li::before {
  z-index: 1;
  position: absolute;
  top: 0.1em;
  left: -1.5384615385em;
  width: 1.3461538462em;
  height: 1.3461538462em;
  background: url(../../images/icon_check.png) center center/contain no-repeat;
  content: "";
}
.request-message__list li:not(:first-of-type) {
  margin-top: 1em;
}
.request-message__list li .bold {
  color: #541815;
}
.request-message__img-wrap {
  z-index: 1;
  position: relative;
  margin-top: -4em;
}
.request-message__img {
  width: 19.4375em;
}
.request-message__caution {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  right: -3.4482758621em;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: 3.9310344828em;
  height: 3.9310344828em;
  border-radius: 50%;
  background: #AA3828;
  color: #fff;
  font-size: 1.8125em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  /*! 資料請求 */
}
@media screen and (max-width: 1100px) {
  /*! 資料請求 */
}
@media screen and (max-width: 840px) {
  /*! 資料請求 */
  .request-message {
    font-size: 0.88em;
  }
}
@media screen and (max-width: 480px) {
  /*! 資料請求 */
  .request-message {
    font-size: 0.75em;
  }
  .request-message__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 0.5em;
    flex-direction: column;
  }
  .request-message__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }
  .request-message__sub {
    gap: 1.5em;
  }
  .request-message__img-wrap {
    margin-top: 0;
  }
}