body.fixed {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #location .headtitle .headtitle__right {
    width: 50vw;
    margin-left: -50vw;
  }
}
#location .headtitle .headtitle__right .headtitle__lead {
  font-size: 18px;
  line-height: 1.8;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
#location .headtitle .headtitle__right .headtitle__lead .spn {
  display: none;
}
@media screen and (max-width: 1024px) {
  #location .headtitle .headtitle__right .headtitle__lead {
    align-items: flex-start;
    padding-top: 3vw;
    font-size: 2.2vw;
  }
  #location .headtitle .headtitle__right .headtitle__lead .spn {
    display: block;
  }
}
#location .content-block {
  position: relative;
  z-index: 100;
  margin-top: -22vw;
}
@media screen and (max-width: 1024px) {
  #location .content-block {
    margin-top: -80vw;
    padding: 0 5%;
  }
}
#location .content-block #world-map {
  max-width: 1000px;
  margin: auto;
}
#location .content-block #map {
  max-width: 830px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(225, 0, 18, 0.2);
  margin: auto;
  padding: 40px 60px 20px;
}
@media screen and (max-width: 1024px) {
  #location .content-block #map {
    padding: 40px 5% 20px;
  }
}

#modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 750px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 0;
  background-color: #fff;
  border-radius: 30px;
  padding: 6% 3%;
}
@media screen and (max-width: 1024px) {
  .modal {
    padding: 10% 5%;
  }
}
.modal::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  right: 10%;
  top: 10%;
}
.modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
}
.modal .scroll-area::-webkit-scrollbar {
  width: 2px;
}
.modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.modal .scroll-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 100px;
  height: 100px;
  right: 15px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .modal .modal-close {
    width: 60px;
    height: 60px;
  }
}
.modal .modal-close:focus-visible {
  outline: solid 2px #000;
}
.modal .modal-content {
  position: relative;
  padding: 0 1%;
  max-width: 560px;
  margin: auto;
  z-index: 1;
}
.modal .modal-content .modal-title {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #17A1E6;
}
.modal .modal-content .modal-title .pref {
  background-color: #17A1E6;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 21px;
  line-height: 1;
  padding: 14px;
}
@media screen and (max-width: 1024px) {
  .modal .modal-content .modal-title .pref {
    font-size: min(21px, 3vw);
    padding: 10px;
  }
}
.modal .modal-content .modal-title .address {
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 9px;
  padding: 0 12px 0 20px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .modal .modal-content .modal-title .address {
    font-size: min(37px, 6vw);
    letter-spacing: 4px;
    padding-inline: 10px;
  }
}
.modal .modal-content .modal-title .en {
  color: #17A1E6;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .modal .modal-content .modal-title .en {
    font-size: min(20px, 2.5vw);
  }
}
.modal .modal-content .lead {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.9;
}
.modal .modal-content .image {
  margin-bottom: 30px;
}
.modal .modal-content .copy {
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  align-items: center;
}
.modal .modal-content .copy img {
  width: auto;
  height: 60px;
}
.modal .modal-content .copy p {
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .modal .modal-content .copy p {
    font-size: min(20px, 4.2vw);
  }
}
.modal .modal-content .copy p br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .copy p br.sp {
    display: block;
  }
}
.modal .modal-content .feature {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.modal .modal-content .spots {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.modal .modal-content .spots figure {
  width: 33.333%;
}
.modal .modal-content .spots figure figcaption {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 2px;
}
.modal .modal-content .voice {
  border-top: 1px solid #000;
  padding-top: 30px;
}
.modal .modal-content .voice .voice-title {
  margin-bottom: 15px;
  font-size: 27px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .modal .modal-content .voice .voice-title {
    font-size: min(27px, 4.2vw);
  }
}
.modal .modal-content .voice .voice-row {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.modal .modal-content .voice .voice-row.rev {
  flex-direction: row-reverse;
}
.modal .modal-content .voice .voice-row.rev .employee {
  margin-right: 0;
  margin-left: 25px;
}
.modal .modal-content .voice .voice-row.rev p::before {
  left: auto;
  right: 0;
  transform: translateY(-50%) translateX(100%) rotate(180deg);
}
.modal .modal-content .voice .voice-row .employee {
  width: 77px;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .modal .modal-content .voice .voice-row .employee {
    width: 57px;
  }
}
.modal .modal-content .voice .voice-row p {
  flex: 1;
  position: relative;
  background-color: #D1ECFA;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.8;
}
.modal .modal-content .voice .voice-row p::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 23px;
  background-color: #D1ECFA;
  top: 50%;
  left: 1px;
  transform: translateY(-50%) translateX(-100%);
  -webkit-clip-path: polygon(100% 0, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0, 0% 50%, 100% 100%);
}
.modal#area1::after {
  background: url(../../images/environment/location/map01.svg) right top no-repeat;
  max-width: 268px;
}
.modal#area2::after {
  background: url(../../images/environment/location/map02.svg) right top no-repeat;
  max-width: 268px;
}
.modal#area3::after {
  background: url(../../images/environment/location/map03.svg) right top no-repeat;
  max-width: 268px;
  top: 8%;
}
.modal#area4::after {
  background: url(../../images/environment/location/map04.svg) right top no-repeat;
  max-width: 268px;
}
.modal#area5::after {
  background: url(../../images/environment/location/map05.svg) right top no-repeat;
  max-width: 149px;
  top: 4%;
}
.modal#area6::after {
  background: url(../../images/environment/location/map03.svg) right top no-repeat;
  max-width: 268px;
  top: 8%;
}/*# sourceMappingURL=location.css.map */