@charset "UTF-8";
/*PC・タブレット・スマホ共通設定
 ---------------------------------------------------------------------------*/
/* mobile first*/
/* For Bootstrap4 Breakpoints  */
/* For Bootstrap4 Breakpoints  End */
/* ----
// * ex) @include text-stroke(2, #fff);
---- */
/* Top MainVisual Style
-------------------------------------------------- */
main .SearchCorp .ContainerWrap {
  margin-bottom: 40px; }

.SearchCorp__Wrap {
  position: relative;
  z-index: 0;
  background: url(../../img/corpsearch_back.jpg) no-repeat;
  background-size: auto;
  background-position: top right;
  padding-top: 7rem; }
  @media (min-width: 992px) {
    .SearchCorp__Wrap {
      background-size: contain;
      background-position: top left;
      padding-top: 7rem; } }

.CorpsIcon {
  margin-bottom: 40px; }
