@charset "UTF-8";
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
   "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  color: #2d2d2d;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}
html {
  font-size: 62.5%;
}
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}
#page_top {
  position: fixed;
  right: 2rem;
  bottom: 2.5rem;
}

.btn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn:focus, .btn:hover {
  opacity: 0.5;
  color: #fff;
}
.btn::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.btn--header {
  background: linear-gradient(-125deg, #f3ec98 0%, #f6bc93 100%);
  height: 4.5rem;
  padding: 1.35rem 3.5rem;
  font-size: 1.8rem;
  line-height: 1;
}
.btn--header::before {
  content: "\f0e0";
}
.btn__common {
  border-radius: 3rem;
  padding: 1.5rem 0;
  background-color: #efefef;
  color: #ffb10a;
  width: 36rem;
  font-size: 1.8rem;
}
.btn__common-company {
  width: 29rem;
}
.btn--map {
  border-radius: 3rem;
  padding: 1.6rem 8rem;
  background-color: #ffb10a;
  font-size: 1.7rem;
}
.btn--map:focus, .btn--map:hover {
  background-color: #ea9c64;
}

.content {
  max-width: 1230px;
  padding: 10rem 15px;
  margin-right: auto;
  margin-left: auto;
}
.content--page {
  padding: 6rem 15px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media--attached {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.media__wrapper {
  margin-top: 2rem;
}
.media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27.58333%;
          flex: 0 1 27.58333%;
  margin-right: 3.33333%;
}
.media__img-wrapper--attached {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21%;
          flex: 0 1 21%;
}
.media__img-wrapper--stay {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.media__img-wrapper--new {
  position: relative;
  margin-bottom: 8rem;
}
.media__img-wrapper--new-last-child {
  margin-bottom: 0;
}
.media__img {
  display: inline-block;
}
.media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.media__body > *:last-child {
  margin-bottom: 0;
}
.media__title {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: bold;
}
.media__text {
  font-size: 1.25rem;
}
.media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.media--reverse .media__img-wrapper {
  margin-right: 0;
}
.media--reverse .media__body {
  margin-right: 3.33333%;
}

.half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.half-media__aligntop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10rem;
}
.half-media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.33333%;
          flex: 0 1 48.33333%;
  margin-right: 3.33333%;
}
.half-media__img {
  width: 100%;
}
.half-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.half-media__body > *:last-child {
  margin-bottom: 0;
}
.half-media__body--works {
  margin-top: 10rem;
}
.half-media__title {
  margin-bottom: 1.5rem;
  color: #ffb10a;
  font-size: 3rem;
  font-weight: 600;
}
.half-media__title--marriage {
  position: relative;
}
.half-media__title--marriage:before {
  position: absolute;
  top: -5.5rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 55rem;
  height: 12rem;
  background: url(../images/MARRIAGE.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.half-media__title--visa {
  position: relative;
}
.half-media__title--visa:before {
  position: absolute;
  top: -5.5rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 24rem;
  height: 12rem;
  background: url(../images/VISA.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.half-media__title--works {
  position: relative;
}
.half-media__title--works:before {
  position: absolute;
  top: -5.5rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 38rem;
  height: 12rem;
  background: url(../images/WORKS.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.half-media__title--employment {
  position: relative;
}
.half-media__title--employment:before {
  position: absolute;
  top: -5.5rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 73rem;
  height: 12rem;
  background: url(../images/EMPLOYMENT.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 991px) {

  .half-media__title--employment:before {
    width: 100%;
  }
}

.half-media__text {
  margin-bottom: 3.5rem;
  line-height: 2.5;
}
.half-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.half-media--reverse .half-media__img-wrapper {
  margin-right: 0;
}
.half-media--reverse .half-media__body {
  margin-right: 3.33333%;
  text-align: left;
}
.half-media__text--works {
  padding-left: 6rem;
}
.half-media__btn-top-info-wrapper {
  text-align: right;
  margin-top: 4rem;
}
.half-media__btn-top-works-wrapper {
  text-align: center;
  margin-top: 6rem;
}
.half-media__button:hover {
  opacity: 0.5;
}
.half-media .bg-tanpopo__wrapper {
  position: absolute;
  bottom: -4rem;
  right: 0;
}
.half-media .bg-tanpopo__wrapper--b-5 {
  bottom: 5rem;
}

.level2-heading {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  position: relative;
}
.level2-heading::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 12rem;
  height: 0.3rem;
  background-color: #ea9c64;
}
.level2-heading--mt-3 {
  margin-top: 3rem;
}
.level2-heading__new {
  font-size: 3rem;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}
.level2-heading__ja {
  display: block;
  font-size: 2rem;
  color: #777;
  margin-bottom: 6rem;
}
.level2-heading__top-contact {
  margin-bottom: 3rem;
}

.level3-heading {
  padding-bottom: 6px;
  border-bottom: 1px solid #ffb10a;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.card__img-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.card__top-img-wrapper {
  position: relative;
  padding-top: 100%;
}
.card__img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card__body {
  padding: 15px;
}
.card__body > *:last-child {
  margin-bottom: 0;
}
.card__title {
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: bold;
}
.card__text {
  font-weight: 500;
  text-align: justify;
}
.card__badge {
  position: relative;
}
.card__badge::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 6rem 6rem 0 0;
  border-style: solid;
  border-color: #e25c00 transparent transparent transparent;
}
.card__badge-text {
  position: absolute;
  z-index: 2;
  top: 0.7rem;
  left: 0.5rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.card--link {
  display: block;
  color: currentColor;
  text-decoration: none;
}
.card--link:focus, .card--link:hover {
  opacity: 0.5;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cards--tel-fax {
  background-color: #efefef;
  padding: 1rem 0;
}
.cards--col2 {
  margin-bottom: -3rem;
}
.cards--col2-tel-contact {
  max-width: 99.2rem;
  margin: 0 auto;
}
.cards--col2 > .cards__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.33333%;
          flex: 0 1 48.33333%;
  margin-right: 3.33333%;
  margin-bottom: 3rem;
}
.cards--col2 > .cards__item--tel-fax {
  margin-bottom: 0;
}
.cards--col2 > .cards__item:nth-of-type(2n) {
  margin-right: 0;
}
.cards--col3 {
  margin-bottom: -6rem;
}
.cards--col3 > .cards__item {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 6rem;
}
.cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}
.cards--col4 {
  margin-bottom: -2rem;
}
.cards--col4 > .cards__item {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 2rem;
}
.cards--col4 > .cards__item:nth-of-type(4n) {
  margin-right: 0;
}

.header {
  padding-top: 0.7rem;
  height: auto;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.header__inner {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.header-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}
.header-logo-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
.header-logo-area__logo--img {
  width: 45rem;
}
.header-nav-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
.header-tel-button {
  margin-right: 2rem;
}
.header-tel-button img {
  width: 30rem;
}
.header-open {
  margin-right: 2rem;
}
.header .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header-nav__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.header-nav__item:last-child .header-nav__link::after {
  content: none;
}
.header-nav__link {
  position: relative;
  display: block;
  padding: 1rem 0.5rem;
  border-bottom: 0.4rem solid transparent;
  color: #222;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header-nav__link--caption {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #999;
}
.header-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.3rem;
  height: 4rem;
  background-color: #f6bd93;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-nav__link:focus, .header-nav__link:hover {
  opacity: 0.5;
}
.sp-header__button .icon:before {
  top: -0.8rem;
}
.sp-header__button .icon:after {
  top: 0.8rem;
}

.footer {
  padding: 7rem 0;
}
.footer__inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer__company-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.footer-name {
  font-size: 2.4rem;
}
.footer__nav-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.footer .bullet-list > *:last-child {
  margin-bottom: 0;
}
.footer .bullet-list__item {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.footer .bullet-list__item .circle {
  color: #ffb10a;
  font-size: 1.3rem;
  margin-right: 0.4rem;
}
.footer .bullet-list__link {
  display: inline-block;
}
.footer .bullet-list__link:hover {
  opacity: 0.5;
}
.footer .bullet-list--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -10px;
}
.footer .bullet-list--horizontal .bullet-list__item {
  -webkit-box-flex: calc(50% - 5px);
  -ms-flex: 48%;
  flex: 48%;
  margin-right: 10px;
}
.footer .bullet-list--horizontal .bullet-list__item:nth-of-type(even) {
  margin-right: 0;
}

.horizontal-table {
  border: 1px solid #aaa;
}
.horizontal-table__inner {
  width: 100%;
}
.horizontal-table__header {
  width: 30%;
  padding: 15px;
  background-color: #def3ff;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  vertical-align: middle;
}
.horizontal-table__header:last-child {
  border-right-width: 0;
}
.horizontal-table__header--mail-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.horizontal-table__text {
  padding: 15px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  vertical-align: middle;
}
.horizontal-table__text:last-child {
  border-right-width: 0;
}
.horizontal-table__text--mail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.horizontal-table__row:last-child .horizontal-table__header, .horizontal-table__row:last-child .horizontal-table__text {
  border-bottom-width: 0;
}
.horizontal-table__row--mail:last-child .horizontal-table__header {
  border-bottom-width: 0;
}
.horizontal-table .center {
  text-align: center;
}
.copyright__area {
  padding: 1rem 0;
  background-color: #ffb10a;
}
.copyright-text {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.mv-jumbotron {
  background-position: center center;
  background-size: cover;
  height: 77rem;
}
.mv-jumbotron__common {
  height: 25rem;
}
.mv-jumbotron__inner {
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffe6d2;
}
.mv-jumbotron__inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.mv-jumbotron__title {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.mv-jumbotron__title--text {
  font-size: 2.4rem;
  font-weight: 500;
}

.info-heading {
  color: #ffb10a;
  font-size: 5.1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}
.info-text {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.8;
  margin-bottom: 4rem;
}
.info-name {
  font-size: 1.8rem;
  text-align: right;
}

.feature {
  background: linear-gradient(-45deg, #f3ec98 0%, #f6bc93 100%);
}

.top-h2 {
  color: #fff;
  font-size: 5.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.top-h2__mb-5 {
  margin-bottom: 5rem;
}
.top-h2__mb-2 {
  margin-bottom: 2rem;
}

.service__left-content {
  max-width: 1430px;
  padding: 10rem 5rem;
}
.service__right-content {
  max-width: 1430px;
  padding: 7rem 5rem;
  margin-left: auto;
}
.service .number-list > *:last-child {
  margin-bottom: 0;
}
.service .number-list__item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  line-height: 2;
}
.service .number-list--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -10px;
}
.service .number-list--horizontal .number-list__item {
  -webkit-box-flex: calc(50% - 5px);
  -ms-flex: 44%;
  flex: 44%;
  margin-right: 1rem;
  text-indent: -3.3rem;
  padding-left: 3.3rem;
}
.service .number-list--horizontal .number-list__item:nth-of-type(even) {
  margin-right: 0;
}

.top-access {
  background: linear-gradient(-45deg, #f3ec98 0%, #f6bc93 100%);
  break-before: page;
}
.top-access .item__wrapper {
  background-color: #fff;
  padding: 3rem 0;
  text-align: center;
  border-radius: 5rem;
  height: 54rem;
}
.top-access .facebook_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.top-access .fb-page,
.top-access .fb-page span,
.top-access .facebook_wrap iframe {
  width: 100% !important;
  max-width: 45rem;
  height: 45rem !important;
}
.top-access .googlemap {
  display: inline-block;
  margin-bottom: 2rem;
  width: 45rem;
  height: 38rem;
}
.top-access .map__wrapper {
  width: 45rem;
  margin: 0 auto;
}
.top-access .map-address {
  text-align: left;
}

.attention {
  color: #ea9c64;
}

.strong-text {
  font-size: x-large;
  color: #ffb10a;
  display: block;
}
.strong-text--ceo {
  font-weight: bolder;
}

.pdf-button {
  display: inline-block;
  padding: 0 5rem;
  border: 1px solid currentColor;
  color: #ea9c64;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: 8rem;
}
.pdf-button:before {
  content: "";
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../images/pdf-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.pdf-button__wrapper {
  text-align: center;
}
.pdf-button__link:hover {
  opacity: 0.5;
}

.warning {
  color: #af0000;
  font-weight: normal;
}

.g-map__wrapper {
  height: 50rem;
}

.tel-fax__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.5rem 1.5rem 5.5rem 5.5rem;
  padding: 3rem;
  height: 20rem;
  background-color: #fff;
}
.tel-fax__box--right {
  margin: 5.5rem 5.5rem 5.5rem 1.5rem;
}
.tel-fax .tel-img {
  width: 10rem;
}
.tel-fax .tel-textbox {
  margin-left: 3rem;
}
.tel-fax .tel-number {
  font-size: 4.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.mail-form .form-p {
  display: inline-block;
}
.mail-form .form-input {
  border: 1px solid #aaa;
  padding: 0.5rem 1rem;
  width: 80%;
}
.mail-form .form-input--shortbox {
  width: 30%;
}
.mail-form .label {
  display: inline-block;
  background-color: #c42e2e;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.4rem;
}
.mail-form .privacy-policy {
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.mail-form .box-scroll {
  width: 100%;
  height: 24rem;
  padding: 1rem;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 5rem;
}
.mail-form .privacy-btn {
  background-color: #333;
  color: #fff;
  padding: 2.5rem 7rem;
}
.mail-form .privacy-btn__wrapper {
  text-align: center;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (max-width: 767px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (min-width: 575px) and (max-width: 1400px) {
  html {
    font-size: 0.625vw;
  }
}

@media (min-width: 1900px) {
  .mv-jumbotron {
    height: 80rem;
  }
  .mv-jumbotron__common {
    height: 25rem;
  }
}

.card{
  background-color: unset;
  border: unset;
}