@charset "UTF-8";
/* CSS Document */
#Main {background: url(../img/common/bg02.webp);position: relative;}
#Main::after {display: block;content: '';width: 50%;max-width: 40em;height: 25em;background: url("../img/common/common_img01_pc.webp") no-repeat top left/contain;position: absolute;top: 0;left: 0;z-index: 1;pointer-events: none;}
.block-map-01 {padding: 0 0 10em;}
.block-outline-01 .container {padding: 3em;background: #fff;}
@media only screen and (min-width: 768px) and (max-width: 1200px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 767px) {
  #Main::after {background: url("../img/common/common_img01_sp.webp") no-repeat top left/contain;}
  .block-map-01 {padding-bottom: 5em;}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {}