body {
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #f4f5f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*std-base*/
.dark-base-color    { background: #7f8c8d; }
.darker-base-color    { background: #95a5a6; }
.default-base-color { background: #bdc3c7; }
.light-base-color   { background: #ecf0f1; }
.divider-color         { border-color: #BDBDBD; }
.bg-std       { background: #f4f5f7; }

/*std-text*/
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }

/*dark-red*/
.dark-red-base-color    { background: #54020A; }
.dark-red-text-color    { color: #54020a; }
.dark-red-divider-color         { border: 0.1rem solid rgb(84, 2, 10, 1.0); }

/*default-red*/
.default-red-base-color { background: #a00817; }
.default-red-text-color { color: #a00817; }
.default-red-divider-color         { border: 0.1rem solid rgb(160, 8, 23, 1.0); }

/*light-red*/
.light-red-base-color   { background: #ED2438; }
.light-red-text-color   { color: #ED2438; }
.light-red-text-color-20   { color: rgb(237, 36, 56, 0.2); }
.light-red-divider-color         { border: 0.1rem solid rgb(237, 36, 56); }

/*accent*/
.accent-base-color   { background: #005413; }
.accent-text-color   { color: #005413; }
.accent-divider-color         { border: 0.1rem solid #005413; }

/*accent-more*/
.accent-reverse-base-color   { background: #08A12B; }
.accent-reverse-text-color   { color: #08A12B; }
.accent-reverse-divider-color         { border: 0.1rem solid #08A12B; }

:root{
  --main-color:#0e471f;
  --main-color-light:#89eba7;
  --sub-color:#ff4d00;
  --sub-color-light:#ffd4bb;
  --tri-color:#3867bf;
  --tri-color-light:#aec7f5;
  --logo-color: #ee3e48;
  --logo-color-sub: #495ba5;
}

.default-main-base-color { background: var(--main-color); }
.default-main-text-color { color: var(--main-color); }
.default-main-divider-color { border: 0.1rem solid var(--main-color); }
.light-main-base-color { background: var(--main-color-light); }
.light-main-text-color { color: var(--main-color-light); }
.light-main-divider-color { border: 0.1rem solid var(--main-color-light);}

.default-sub-base-color { background: var(--sub-color); }
.default-sub-text-color { color: var(--sub-color); }
.default-sub-divider-color { border: 0.1rem solid var(--sub-color); }
.light-sub-base-color { background: var(--sub-color-light); }
.light-sub-text-color { color: var(--sub-color-light); }
.light-sub-divider-color { border: 0.1rem solid var(--sub-color-light);}

.default-tri-base-color { background: var(--tri-color); }
.default-tri-text-color { color: var(--tri-color); }
.default-tri-divider-color { border: 0.1rem solid var(--tri-color); }
.light-tri-base-color { background: var(--tri-color-light); }
.light-tri-text-color { color: var(--tri-color-light); }
.light-tri-divider-color { border: 0.1rem solid var(--tri-color-light);}

.default-logo-base-color { background: var(--logo-color); }
.default-logo-text-color { color: var(--logo-color); }
.default-logo-divider-color { border: 0.1rem solid var(--logo-color); }
.light-logo-base-color { background: var(--logo-color); }
.light-logo-text-color { color: var(--logo-color); }
.light-logo-divider-color { border: 0.1rem solid var(--logo-color);}

.default-logo-base-color-sub { background: var(--logo-color-sub); }
.default-logo-text-color-sub { color: var(--logo-color-sub); }
.default-logo-divider-color-sub { border: 0.1rem solid var(--logo-color-sub); }
.light-logo-base-color-sub { background: var(--logo-color-sub); }
.light-logo-text-color-sub { color: var(--logo-color-sub); }
.light-logo-divider-color-sub { border: 0.1rem solid var(--logo-color-sub);}

.default-regular-base-color { background: var(--regular-color); }
.default-regular-text-color { color: var(--regular-color); }
.default-regular-divider-color { border: 0.1rem solid var(--regular-color); }
.light-regular-base-color { background: #fedfcd; }
.light-regular-text-color { color: #fedfcd; }
.light-regular-divider-color { border: 0.1rem solid #fedfcd; }

.default-primary-base-color { background: #0870a0; }
.default-primary-text-color { color: #0870a0; }
.default-primary-divider-color { border: 0.1rem solid #0870a0; }
.light-primary-base-color { background: #0870a0; }
.light-primary-text-color { color: #0870a0; }
.light-primary-divider-color { border: 0.1rem solid #0870a0; }

.default-purple-base-color { background: #2D1341; }
.default-purple-text-color { color: #2D1341; }
.light-purple-base-color { background: #7A32B6; }
.light-purple-text-color { color: #7A32B6; }
.light-purple-divider-color         { border: 0.1rem solid #7a32b6; }

.default-green-base-color { background: #92D050; }
.default-green-text-color { color: #92D050; }
.default-green-divider-color { border: 0.1rem solid #92D050; }
.light-green-base-color { background: #92D050; }
.light-green-text-color { color: #92D050; }
.light-green-divider-color { border: 0.1rem solid #92D050; }

.default-orange-base-color { background: #fc5d04; }
.default-orange-text-color { color: #fc5d04; }
.default-orange-divider-color { border: 0.1rem solid #fc5d04; }
.light-orange-base-color { background: #fc5d04; }
.light-orange-text-color { color: #fc5d04; }
.light-orange-divider-color { border: 0.1rem solid #FF6112; }

.default-blue-base-color { background: #51d0ff; }
.default-blue-text-color { color: #51d0ff; }
.default-blue-divider-color { border: 0.1rem solid #51d0ff; }
.light-blue-base-color { background: #81ddff; }
.light-blue-text-color { color: #81ddff; }
.light-blue-divider-color { border: 0.1rem solid #81ddff; }

.default-yellow-base-color { background: #e7e72b; }
.default-yellow-text-color { color: #e7e72b; }
.default-yellow-divider-color { border: 0.1rem solid #e7e72b; }
.light-yellow-base-color { background: #e7e72b; }
.light-yellow-text-color { color: #e7e72b; }
.light-yellow-divider-color { border: 0.1rem solid #e7e72b; }

.text-color-subtitle { color: #0870a0; }

/*red-gradient*/
.gradient-red {
  /* fallback for old browsers */
    background: rgb(255, 0, 55);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgb(230, 0, 51), rgb(255, 0, 55));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgb(230, 0, 51), rgb(255, 0, 55));
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none; 
}
button {
  text-decoration: none;
  color:rgba(255, 249, 177, 1.0);
}
button:hover {
  text-decoration: none;
  color:rgba(255, 249, 177, 1.0);
}
button:focus {
  text-decoration: none;
  color:rgba(255, 249, 177, 1.0);
}
h1.naname {
  font-size: 2.4rem;
  transform: skewX(-15deg);
}
.underline-yellow {
  background:linear-gradient(transparent 70%, #e7e72b 0%);
}
.wavyline-yellow {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color :#e7e72b;
}
.underline-red {
  background:linear-gradient(transparent 70%, #e72828 0%);
}
.underline-blue {
  bottom: 0rem;
  background:linear-gradient(transparent 95%, #292d61 5%);
}
.border-dashed-grey {
  border-bottom:rgba(106, 133, 182, 0.5) 0.3rem dashed;
}
.position-relative-numbers {
  height: 3rem;
  width: 60%;
  background-color: #FF6112;
  border-radius: .25rem 0rem 0rem 0rem;
}
.position-relative-numbers div {
  height: 3rem;
  width: 60%;
  color: #f5f5f5;
  border-radius: .25rem;
}

/*std-base*/
.dark-base-color    { background: #7f8c8d; }
.darker-base-color    { background: #95a5a6; }
.default-base-color { background: #bdc3c7; }
.light-base-color   { background: #ecf0f1; }
.divider-color         { border-color: #BDBDBD; }
.bg-std       { background: #f4f5f7; }

/*std-text*/
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }

/*dark-blue*/
/*#181B39*/
/*rgb(24, 27, 57)*/
/*hsl(235, 40.7%, 15.9%)*/
.dark-blue-base-color    { background: #181B39; }
.dark-blue-text-color    { color: #181B39; }
.dark-blue-divider-color         { border: 0.1rem solid #181B39; }

/*default-blue*/
/*#20234b*/
/*rgb(32, 35, 75)*/
/*hsl(236, 40.2%, 21%)*/
.default-blue-base-color { background: #20234b; }
.default-blue-text-color { color: #20234b; }
.default-blue-divider-color         { border: 0.1rem solid #20234b; }

/*light-blue*/
/*#292d61*/
/*rgb(41, 45, 97)*/
/*hsl(236, 40.6%, 27.1%)*/
.light-blue-base-color   { background: #4070de; }
.light-blue-text-color   { color: #4070de; }
.light-blue-divider-color         { border: 0.1rem solid #4070de; }

/*tihn-blue*/
/*#292d61*/
/*rgb(233, 234, 247)*/
/*hsl(236, 46.7%, 94.1%)*/
.thin-blue-base-color   { background: #e9eaf7; }
.thin-blue-text-color   { color: #e9eaf7; }
.thin-blue-divider-color         { border: 0.1rem solid #e9eaf7; }

/*accent*/
/*#BB4193*/
/*rgb(187, 65, 147)*/
/*hsl(320, 48.4%, 49.4%)*/
.accent-base-color   { background: #BB4193; }
.accent-text-color   { color: #BB4193; }
.accent-divider-color         { border: 0.1rem solid #BB4193; }

/*accent-r*/
/*#18664F*/
/*rgb(24, 102, 79)*/
/*hsl(162, 61.9%, 24.7%)*/
.accent-reverse-base-color   { background: #18664F; }
.accent-reverse-text-color   { color: #18664F; }
.accent-reverse-divider-color         { border: 0.1rem solid #18664F; }

/*accent-gradient*/
.gradient-accent {
  /* fallback for old browsers */
  background: #bb4193;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(187, 65, 147, 1), rgba(185, 64, 85, 1));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgb(187, 65, 147), rgba(185, 64, 85, 1))
}

.default-green-base-color { background: #64A71A; }
.default-green-text-color { color: #64A71A; }
.light-green-base-color { background: #75BF21; }
.light-green-text-color { color: #75BF21; }
.light-green-divider-color         { border: 0.1rem solid #75BF21; }

.default-purple-base-color { background: #2D1341; }
.default-purple-text-color { color: #2D1341; }
.light-purple-base-color { background: #7A32B6; }
.light-purple-text-color { color: #7A32B6; }
.light-purple-divider-color         { border: 0.1rem solid #7a32b6; }

.default-orange-base-color { background: #FF6112; }
.default-orange-text-color { color: #FF6112; }
.light-orange-base-color { background: #ffa77b; }
.light-orange-text-color { color: #ffa77b; }
.light-orange-divider-color         { border: 0.1rem solid #ffa77b; }

.dark-yellow-base-color { background: #e7e72b; }
.dark-yellow-text-color { color: #e7e72b; }
.default-yellow-base-color { background: #ffff52; }
.default-yellow-text-color { color: #ffff52; }
.light-yellow-base-color { background: #f7f7b9; }
.light-yellow-text-color { color: #f7f7b9; }
.thin-yellow-base-color { background: #f4f48f; }
.thin-yellow-text-color { color: #f4f48f; }
.weak-yellow-base-color { background: #f8fde8; }
.weak-yellow-text-color { color: #f8fde8; }

.border-orange {
  border: 0.2rem solid #FF6112;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #292d61;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0;
  background: #292d61;
  border: solid 0.1rem #FFFFFF;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #ffffff;
}
a.btn-flat:hover {
  color: #292d61;
  border: solid 0.1rem #292d61;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.btn-flat-up {
  overflow: hidden;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0;
  background: #292d61;
  border: solid 0.1rem #FFFFFF;
}
a.btn-flat-up span.change {
  display: none;
}
a.btn-flat-up span {
  position: relative;
}
a.btn-flat-up:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-100%) translateY(-50%) rotate(90deg);
  transform: translateX(-100%) translateY(-50%) rotate(90deg);
  background: #ffffff;
}
a.btn-flat-up:hover {
  color: #292d61;
  border: solid 0.1rem #292d61;
}
a.btn-flat-up:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.btn-flat-up:after span.std {
  display: none;
}
a.btn-flat-up:after span.change {
  display: inline;
}
a.btn-confirm {
  overflow: hidden;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0;
  background: #BB4193;
  background: -webkit-linear-gradient(to right, rgba(187, 65, 147, 1), rgba(185, 64, 85, 1));
  background: linear-gradient(to right, rgba(187, 65, 147, 1), rgba(185, 64, 85, 1));
  border: solid 0.1rem #FFFFFF;
}
a.btn-confirm span.change {
  display: none;
}
a.btn-confirm span {
  position: relative;
}
a.btn-confirm:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #ffffff;
} 
a.btn-confirm:hover {
  color: #BB4193;
  color: -webkit-linear-gradient(to right, rgba(187, 65, 147, 1), rgba(185, 64, 85, 1));
  color: linear-gradient(to right, rgba(187, 65, 147, 1), rgba(185, 64, 85, 1));
  border: solid 0.1rem #BB4193;
  border: solid 0.1rem -webkit-linear-gradient(to right, rgba(187, 65, 147, 1), rgba(185, 64, 85, 1));
  border: solid 0.1rem linear-gradient(to right, rgba(187, 65, 147, 1), rgba(185, 64, 85, 1));
  background: #FFFFFF;
}
a.btn-confirm:hover span.std {
  display: none;
}
a.btn-confirm:hover span.change {
  display: inline;
}
a.btn-green {
  overflow: hidden;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0;
  background: rgb(117, 191, 33);
  background: -webkit-linear-gradient(to right, rgba(117, 199, 33, 1), rgba(179, 232, 119, 1));
  background: linear-gradient(to right, rgba(117, 199, 33, 1), rgba(179, 232, 119, 1));
  border: solid 0.1rem #FFFFFF;
}
a.btn-green span.change {
  display: none;
}
a.btn-green span {
  position: relative;
}
a.btn-green:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #ffffff;
} 
a.btn-green:hover {
  color: rgb(117, 191, 33);
  border: solid 0.1rem rgb(117, 191, 33);
  border: solid 0.1rem -webkit-linear-gradient(to left, rgba(117, 199, 33, 1), rgba(179, 232, 119, 1));
  border: solid 0.1rem linear-gradient(to left, rgba(117, 199, 33, 1), rgba(179, 232, 119, 1));
  background: #FFFFFF;
}
a.btn-green p:hover {
  color: rgb(117, 191, 33);
}
a.btn-green:hover span.std {
  display: none;
}
a.btn-green:hover span.change {
  display: inline;
}
a.btn-technical {
  overflow: hidden;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0;
  background: #ff6112;
  background: -webkit-linear-gradient(to right, rgba(255, 97, 18, 1), rgba(255, 167, 123, 1));
  background: linear-gradient(to right, rgba(255, 97, 18, 1), rgba(255, 167, 123, 1));
  border: solid 0.1rem #FFFFFF;
}
a.btn-technical span.change {
  display: none;
}
a.btn-technical span {
  position: relative;
}
a.btn-technical:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #ffffff;
} 
a.btn-technical:hover {
  color: #ff6112;
  border: solid 0.1rem #ff6112;
  border: solid 0.1rem -webkit-linear-gradient(to left, rgba(255, 97, 18, 1), rgba(255, 167, 123, 1));
  border: solid 0.1rem linear-gradient(to left, rgba(255, 97, 18, 1), rgba(255, 167, 123, 1));
  background: #FFFFFF;
}
a.btn-technical p:hover {
  color: #ff6112;
}
a.btn-technical:hover span.std {
  display: none;
}
a.btn-technical:hover span.change {
  display: inline;
}
a.btn-service {
  overflow: hidden;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0;
  background: rgb(122, 50, 182);
  background: -webkit-linear-gradient(to left, rgba(122, 50, 182, 1), rgba(78, 32, 115, 1));
  background: linear-gradient(to left, rgba(122, 50, 182, 1), rgba(78, 32, 115, 1));
  border: solid 0.1rem #FFFFFF;
}
a.btn-service span.change {
  display: none;
}
a.btn-service span {
  position: relative;
}
a.btn-service:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #ffffff;
} 
a.btn-service:hover {
  color: rgb(122, 50, 182);;
  border: solid 0.1rem rgb(122, 50, 182);;
  border: solid 0.1rem -webkit-linear-gradient(to right, rgba(122, 50, 182, 1), rgba(78, 32, 115, 1));
  border: solid 0.1rem linear-gradient(to right, rgba(122, 50, 182, 1), rgba(78, 32, 115, 1));
  background: #FFFFFF;
}
a.btn-service p:hover {
  color: rgb(122, 50, 182);;
}
a.btn-service:hover span.std {
  display: none;
}
a.btn-service:hover span.change {
  display: inline;
}
a.btn-blue {
  overflow: hidden;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0;
  background: rgb(32, 35, 75);
  background: -webkit-linear-gradient(to left, rgba(32, 35, 75, 1), rgba(41, 45, 97, 1));
  background: linear-gradient(to left, rgba(32, 35, 75, 1), rgba(41, 45, 97, 1));
  border: solid 0.1rem #FFFFFF;
}
a.btn-blue span.change {
  display: none;
}
a.btn-blue span {
  position: relative;
}
a.btn-blue:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #ffffff;
} 
a.btn-blue:hover {
  color: rgb(32, 35, 75);;
  border: solid 0.1rem rgb(32, 35, 75);;
  border: solid 0.1rem -webkit-linear-gradient(to right, rgba(32, 35, 75, 1), rgba(41, 45, 97, 1));
  border: solid 0.1rem linear-gradient(to right, rgba(32, 35, 75, 1), rgba(41, 45, 97, 1));
  background: #FFFFFF;
}
a.btn-blue p:hover {
  color: rgb(32, 35, 75);
}
a.btn-blue:hover span.std {
  display: none;
}
a.btn-blue:hover span.change {
  display: inline;
}
.naname-lr {
  position: relative;
  padding: 1.0rem 1.0rem;
  font-size: 0.8rem;
  font-weight: bold;
}
.naname-lr::before,
.naname-lr::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: '';
}
.naname-lr::before {
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
.naname-lr::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}
.fukidashi {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 2.5rem 2.5rem 0 2.5rem;
  border-style: solid;
  border-color: #292d61 transparent transparent transparent;
}
.shadow-img {
  box-shadow: 2.0rem 2.0rem 0 0 #d8edf1 !important;
}
.broken-grid {
  -webkit-transform: translateX(-20%) translateY(0%) rotate(0deg);
  transform: translateX(-20%) translateY(0%) rotate(0deg);
}
/* Height for devices larger than 992px */
@media (min-width: 992px) {
  .triangle-down {
      width: 0;
      height: 0;
      border-left: 6.0rem solid transparent;
      border-right: 6.0rem solid transparent;
      border-top: 3.0rem solid #6a85b6;
      border-image: 3.0rem solid -webkit-linear-gradient(to top, rgba(106, 133, 182, 0.5), rgba(186, 200, 224, 0.5));
      border-image: 3.0rem solid linear-gradient(to top, rgba(106, 133, 182, 0.5), rgba(186, 200, 224, 0.5));
      border-image-slice: 1;
  }
  .naname-lr {
    position: relative;
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .naname-lr::before,
  .naname-lr::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: '';
  }
  .naname-lr::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
  }
  .naname-lr::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
  }
  .broken-grid {
    -webkit-transform: translateX(50%) translateY(-40%) rotate(0deg);
    transform: translateX(50%) translateY(-40%) rotate(0deg);
  }
}

.naname {
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}

.map-container {
  height: 18rem;
  position: relative;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media (min-width: 992px) {
  .map-container {
    height: 46rem;
    position: relative;
  }
  
  .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
}