@charset "UTF-8";
.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

em {
  font-style: normal;
}

.main.page-ads-reason {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .main.page-ads-reason:after {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 300px;
    height: 1013px;
    content: "";
    background-image: url("../images/ads/reason/img-side.png");
    pointer-events: none;
    user-select: none;
  }
}

.sec-mv {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
  background-image: url("../images/ads/signegemap/mv.webp");
  color: #fff;
}
.sec-mv .ttl {
  text-align: center;
}
.sec-mv .ttl__sm {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-mv .ttl__lg {
  display: block;
  font-size: 6.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-mv {
    justify-content: flex-start;
    padding: 0 2vw;
    height: 280px;
    background-image: url("../images/ads/signegemap/sp-mv.webp");
  }
  .sec-mv .ttl {
    text-align: left;
  }
  .sec-mv .ttl__sm {
    font-size: 1.6rem;
  }
  .sec-mv .ttl__lg {
    font-size: 3rem;
  }
}

.sec-area-signegemap {
  position: relative;
}
.sec-area-signegemap::after {
  position: absolute;
  content: "";
  background-image: url("../images/ads/signegemap/img-letter.webp");
  background-size: contain;
  width: 220px;
  height: 1200px;
  right: 0;
  top: 40px;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .sec-area-signegemap::after {
    width: 300px;
    height: 1734px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-area-signegemap::after {
    display: none;
  }
}
.sec-area-signegemap .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
}
.sec-area-signegemap .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #68e2fd 0%, #bf4df5 100%);
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .ttl {
    font-size: 30px;
  }
}
.sec-area-signegemap .content {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .content {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
.sec-area-signegemap .content-txt {
  font-size: 18px;
  text-align: center;
  color: #5a5a5a;
}
.sec-area-signegemap .content-btn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .content-btn {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-area-signegemap .content-btn .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
.sec-area-signegemap .content-btn .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-area-signegemap .content-btn .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
.sec-area-signegemap .content-btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-area-signegemap .content-btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-area-signegemap .content-btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-area-signegemap .content-btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .content-btn .btn__anchor {
    border: 0;
  }
  .sec-area-signegemap .content-btn .btn__anchor:before {
    display: none;
  }
  .sec-area-signegemap .content-btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-area-signegemap .content-btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .content-btn .btn__anchor {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-area-signegemap .content-btn .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
.sec-area-signegemap .lead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  font-weight: 700;
}
.sec-area-signegemap .lead-total-heading {
  font-size: 24px;
  color: #f38100;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .lead-total-heading {
    font-size: 16px;
  }
}
.sec-area-signegemap .lead-total-unit, .sec-area-signegemap .lead-total-person {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .lead-total-unit, .sec-area-signegemap .lead-total-person {
    font-size: 16px;
  }
}
.sec-area-signegemap .lead-total-unit .em, .sec-area-signegemap .lead-total-person .em {
  display: inline-block;
  margin-right: 5px;
  min-width: 105px;
  text-align: right;
  color: #f38100;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .lead-total-unit .em, .sec-area-signegemap .lead-total-person .em {
    min-width: 65px;
  }
}
.sec-area-signegemap .lead-total-unit .em .black, .sec-area-signegemap .lead-total-person .em .black {
  color: #000;
}
.sec-area-signegemap .lead-date {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .lead-date {
    margin-top: 25px;
  }
}
.sec-area-signegemap .method {
  position: relative;
  margin-top: 10px;
  padding-left: 1.2em;
  font-weight: normal;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .method {
    font-size: 14px;
  }
}
.sec-area-signegemap .method:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: inherit;
}
.sec-area-signegemap .map {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map {
    margin-top: 15px;
  }
}
.sec-area-signegemap .map-imgc {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-area-signegemap .map-imgc img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-area-signegemap .map-area-item {
  position: absolute;
  width: 100%;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item {
    max-width: 14vw;
  }
}
.sec-area-signegemap .map-area-item.hokkaido {
  left: 470px;
  top: 60px;
}
@media screen and (max-width: 1200px) {
  .sec-area-signegemap .map-area-item.hokkaido {
    left: 34vw;
    top: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item.hokkaido {
    left: 40vw;
    top: 6vw;
  }
}
.sec-area-signegemap .map-area-item.hokkaido .map-area-item-scrolllink:before {
  left: calc(100% - 2px);
  top: 60%;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #e0e0e0;
}
.sec-area-signegemap .map-area-item.hokkaido .map-area-item-scrolllink:hover {
  background-color: #fff5c5;
}
.sec-area-signegemap .map-area-item.hokkaido .map-area-item-scrolllink:hover:before {
  border-color: transparent transparent transparent #fff5c5;
}
.sec-area-signegemap .map-area-item.chubu {
  left: 410px;
  top: 310px;
}
@media screen and (max-width: 1200px) {
  .sec-area-signegemap .map-area-item.chubu {
    left: 29vw;
    top: 23vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item.chubu {
    left: 34vw;
    top: 24vw;
  }
}
.sec-area-signegemap .map-area-item.chubu .map-area-item-scrolllink:before {
  top: calc(100% - 2px);
  left: 70%;
  border-width: 20px 10px 0 10px;
  border-color: #e0e0e0 transparent transparent transparent;
}
.sec-area-signegemap .map-area-item.chubu .map-area-item-scrolllink:hover {
  background-color: #f9ca62;
}
.sec-area-signegemap .map-area-item.chubu .map-area-item-scrolllink:hover:before {
  border-color: #f9ca62 transparent transparent transparent;
}
.sec-area-signegemap .map-area-item.chugoku-shikoku {
  left: 200px;
  top: 430px;
}
@media screen and (max-width: 1200px) {
  .sec-area-signegemap .map-area-item.chugoku-shikoku {
    max-width: 18vw;
    left: 10vw;
    top: 36vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item.chugoku-shikoku {
    left: 20vw;
    top: 37vw;
  }
}
.sec-area-signegemap .map-area-item.chugoku-shikoku .map-area-item-scrolllink:before {
  top: calc(100% - 2px);
  left: 70%;
  border-width: 20px 10px 0 10px;
  border-color: #e0e0e0 transparent transparent transparent;
}
.sec-area-signegemap .map-area-item.chugoku-shikoku .map-area-item-scrolllink:hover {
  background-color: #ffde8a;
}
.sec-area-signegemap .map-area-item.chugoku-shikoku .map-area-item-scrolllink:hover:before {
  border-color: #ffde8a transparent transparent transparent;
}
.sec-area-signegemap .map-area-item.kyushu-okinawa {
  left: 0px;
  top: 580px;
}
@media screen and (max-width: 1200px) {
  .sec-area-signegemap .map-area-item.kyushu-okinawa {
    max-width: 18vw;
    left: 0vw;
    top: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item.kyushu-okinawa {
    left: 0vw;
    top: 48vw;
  }
}
.sec-area-signegemap .map-area-item.kyushu-okinawa .map-area-item-scrolllink:before {
  left: calc(100% - 2px);
  top: 60%;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #e0e0e0;
}
.sec-area-signegemap .map-area-item.kyushu-okinawa .map-area-item-scrolllink:hover {
  background-color: #f7a937;
}
.sec-area-signegemap .map-area-item.kyushu-okinawa .map-area-item-scrolllink:hover:before {
  border-color: transparent transparent transparent #f7a937;
}
.sec-area-signegemap .map-area-item.tohoku {
  right: 120px;
  top: 250px;
}
@media screen and (max-width: 1200px) {
  .sec-area-signegemap .map-area-item.tohoku {
    right: 3vw;
    top: 23vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item.tohoku {
    right: 9vw;
    top: 27vw;
  }
}
.sec-area-signegemap .map-area-item.tohoku .map-area-item-scrolllink:before {
  right: calc(100% - 2px);
  top: 60%;
  border-width: 10px 20px 10px 0;
  border-color: transparent #e0e0e0 transparent transparent;
}
.sec-area-signegemap .map-area-item.tohoku .map-area-item-scrolllink:hover {
  background-color: #ffde8a;
}
.sec-area-signegemap .map-area-item.tohoku .map-area-item-scrolllink:hover:before {
  border-color: transparent #ffde8a transparent transparent;
}
.sec-area-signegemap .map-area-item.kanto {
  right: 160px;
  top: 450px;
}
@media screen and (max-width: 1200px) {
  .sec-area-signegemap .map-area-item.kanto {
    right: 12vw;
    top: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item.kanto {
    right: 11vw;
    top: 40vw;
  }
}
.sec-area-signegemap .map-area-item.kanto .map-area-item-scrolllink:before {
  right: calc(100% - 2px);
  top: 60%;
  border-width: 10px 20px 10px 0;
  border-color: transparent #e0e0e0 transparent transparent;
}
.sec-area-signegemap .map-area-item.kanto .map-area-item-scrolllink:hover {
  background-color: #fff5c5;
}
.sec-area-signegemap .map-area-item.kanto .map-area-item-scrolllink:hover:before {
  border-color: transparent #fff5c5 transparent transparent;
}
.sec-area-signegemap .map-area-item.tokyoto {
  right: 280px;
  top: 620px;
}
@media screen and (max-width: 1200px) {
  .sec-area-signegemap .map-area-item.tokyoto {
    right: 18vw;
    top: 54vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item.tokyoto {
    right: 16vw;
    top: 50vw;
  }
}
.sec-area-signegemap .map-area-item.tokyoto .map-area-item-scrolllink:before {
  bottom: calc(100% - 2px);
  left: 14%;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #e0e0e0 transparent;
}
.sec-area-signegemap .map-area-item.tokyoto .map-area-item-scrolllink:hover {
  background-color: #f7a937;
}
.sec-area-signegemap .map-area-item.tokyoto .map-area-item-scrolllink:hover:before {
  border-color: transparent transparent #f7a937 transparent;
}
.sec-area-signegemap .map-area-item.kinki {
  right: 475px;
  top: 700px;
}
@media screen and (max-width: 1200px) {
  .sec-area-signegemap .map-area-item.kinki {
    right: 36vw;
    top: 64vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item.kinki {
    right: 37vw;
    top: 59vw;
  }
}
.sec-area-signegemap .map-area-item.kinki .map-area-item-scrolllink:before {
  bottom: calc(100% - 2px);
  left: 14%;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #e0e0e0 transparent;
}
.sec-area-signegemap .map-area-item.kinki .map-area-item-scrolllink:hover {
  background-color: #fff5c5;
}
.sec-area-signegemap .map-area-item.kinki .map-area-item-scrolllink:hover:before {
  border-color: transparent transparent #fff5c5 transparent;
}
.sec-area-signegemap .map-area-item .map-area-item-scrolllink {
  position: relative;
  display: block;
  border-radius: 8px;
  padding: 10px 20px;
  width: 100%;
  background-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item .map-area-item-scrolllink {
    border-radius: 4px;
    padding: 1vw;
  }
}
.sec-area-signegemap .map-area-item .map-area-item-scrolllink:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item .map-area-item-scrolllink:before {
    display: none;
  }
}
.sec-area-signegemap .map-area-item-heading {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item-heading {
    font-size: 3vw;
    text-align: center;
  }
}
.sec-area-signegemap .map-area-item-content {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec-area-signegemap .map-area-item-content {
    display: none;
  }
}
.sec-area-signegemap .map-area-item-content-txt {
  display: block;
}
.sec-area-signegemap .map-area-item-content-txt .num {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 40px;
  text-align: right;
}

.sec-todohuken-signegemap {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .sec-todohuken-signegemap {
    margin-top: 80px;
  }
}
.sec-todohuken-signegemap .content {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-todohuken-signegemap .content {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
.sec-todohuken-signegemap .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
}
.sec-todohuken-signegemap .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #68e2fd 0%, #bf4df5 100%);
}
@media screen and (max-width: 768px) {
  .sec-todohuken-signegemap .ttl {
    font-size: 30px;
  }
}
.sec-todohuken-signegemap .todohuken-list {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .sec-todohuken-signegemap .todohuken-list {
    margin-top: 45px;
  }
}
.sec-todohuken-signegemap .todohuken-item {
  margin-top: 30px;
}
.sec-todohuken-signegemap .todohuken-item:first-of-type {
  margin-top: 0;
}
.sec-todohuken-signegemap .todohuken-item-ttl {
  background-color: #ffde8a;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-todohuken-signegemap .todohuken-item-ttl {
    font-size: 16px;
  }
}
.sec-todohuken-signegemap .todohuken-item-detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-todohuken-signegemap .todohuken-item-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 20px 0;
  width: 49%;
  box-shadow: 0px 0px 3px rgba(154, 154, 154, 0.58);
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-todohuken-signegemap .todohuken-item-detail-item {
    width: 100%;
    font-size: 14px;
  }
}
.sec-todohuken-signegemap .todohuken-item-detail-item > * {
  position: relative;
  padding: 0 10px;
}
.sec-todohuken-signegemap .todohuken-item-detail-item > *:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #5a5a5a;
}
.sec-todohuken-signegemap .todohuken-item-detail-item-ttl {
  width: 33.3333333333%;
  font-size: 22px;
  text-align: center;
  color: #f38100;
}
@media screen and (max-width: 768px) {
  .sec-todohuken-signegemap .todohuken-item-detail-item-ttl {
    font-size: 16px;
    width: 24%;
  }
}
.sec-todohuken-signegemap .todohuken-item-detail-item-unit, .sec-todohuken-signegemap .todohuken-item-detail-item-person {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .sec-todohuken-signegemap .todohuken-item-detail-item-unit, .sec-todohuken-signegemap .todohuken-item-detail-item-person {
    width: 38%;
  }
}
.sec-todohuken-signegemap .todohuken-item-detail-item-unit .em, .sec-todohuken-signegemap .todohuken-item-detail-item-person .em {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  min-width: 52px;
  font-size: 120%;
  color: #f38100;
  text-align: right;
}
@media screen and (max-width: 425px) {
  .sec-todohuken-signegemap .todohuken-item-detail-item-unit .em, .sec-todohuken-signegemap .todohuken-item-detail-item-person .em {
    min-width: 32px;
    font-size: 14px;
  }
}
.sec-todohuken-signegemap .todohuken-item-detail-item-unit {
  text-align: center;
}
.sec-todohuken-signegemap .todohuken-item-detail-item-person {
  text-align: center;
}
.sec-todohuken-signegemap .todohuken-item-detail-item-person:after {
  display: none;
}/*# sourceMappingURL=page-ads-signegemap.css.map */