#jobmap #visual {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #jobmap #visual {
    padding: 4rem 0;
  }
}
#jobmap #visual h1 {
  font-size: clamp(4.4rem, 3.008rem + 1.8vw, 5.6rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #jobmap #visual h1 {
    font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
    margin-bottom: 3rem;
  }
}
#jobmap #visual p {
  margin-left: auto;
  width: 55%;
}
@media screen and (max-width: 767px) {
  #jobmap #visual p {
    width: 100%;
    margin-left: 0;
  }
}
#jobmap #content-block {
  padding: 3%;
}
#jobmap #content-block .inner {
  position: relative;
  background-color: #EDF1FF;
  border-radius: 24px;
  padding: 8rem 5%;
}
#jobmap #content-block .inner .check {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 25px;
}
#jobmap #content-block .inner .map img {
  position: relative;
  z-index: 2;
}
#jobmap #content-block .inner .map area {
  cursor: pointer;
}
#jobmap #content-block .inner .corner-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 8vw;
  max-height: 100px;
}
#jobmap #content-block .inner .pin {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
#jobmap #content-block .inner .pin img {
  transition: transform 0.2s ease;
}
#jobmap #content-block .inner .pin.active img {
  transform: scale(1.2);
}
#jobmap #content-block .inner #pin1-1 {
  left: 51.4%;
  top: 24.6%;
}
#jobmap #content-block .inner #pin1-2 {
  left: 25.3%;
  top: 34.5%;
}
#jobmap #content-block .inner #pin1-3 {
  left: 49.3%;
  top: 37.2%;
}
#jobmap #content-block .inner #pin1-4 {
  left: 63%;
  top: 35.5%;
}
#jobmap #content-block .inner #pin1-5 {
  left: 36%;
  top: 48%;
}
#jobmap #content-block .inner #pin1-6 {
  left: 48.8%;
  top: 47.7%;
}
#jobmap #content-block .inner #pin2-1 {
  left: 78%;
  top: 47.3%;
}
#jobmap #content-block .inner #pin2-2 {
  left: 55.4%;
  top: 60.8%;
}
#jobmap #content-block .inner #pin2-3 {
  left: 72%;
  top: 68.4%;
}
#jobmap #content-block .inner #pin3-1 {
  left: 25%;
  top: 57.4%;
}
#jobmap #content-block .inner #pin3-2 {
  left: 11.6%;
  top: 72.2%;
}
#jobmap #content-block .inner #pin3-3 {
  left: 21.6%;
  top: 74.3%;
}
#jobmap #content-block .inner #pin3-4 {
  left: 33.1%;
  top: 68.4%;
}
#jobmap #content-block .inner #pin4-1 {
  left: 48%;
  top: 72.3%;
}
#jobmap #content-block .inner .info {
  position: absolute;
  z-index: 3;
}
#jobmap #content-block .inner #info1 {
  left: 68%;
  top: 7.2%;
}
#jobmap #content-block .inner #info2 {
  left: 7.3%;
  top: 32.2%;
}
#jobmap #content-block .inner #info3 {
  left: 64.6%;
  top: 84.9%;
}
#jobmap #content-block .inner #info4 {
  left: 84.3%;
  top: 84.9%;
}
#jobmap #content-block-sp {
  padding: 3%;
}
#jobmap #content-block-sp .inner {
  position: relative;
  background-color: #EDF1FF;
  border-radius: 24px;
  padding: 2rem 5%;
}
#jobmap #content-block-sp .inner .map .js-scroll img {
  max-width: none;
  width: 600px;
}
@media screen and (max-width: 767px) {
  #jobmap #content-block-sp .inner .map .js-scroll img {
    pointer-events: none;
    cursor: default;
  }
}
#jobmap #content-block-sp #section-block {
  margin-top: 3rem;
}
#jobmap #content-block-sp #section-block .section {
  padding-block: 2rem;
  border-bottom: 1px solid #E3E3E3;
}
#jobmap #content-block-sp #section-block .section h2 {
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 1rem;
}
#jobmap #content-block-sp #section-block .section .lead {
  margin-bottom: 2rem;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
#jobmap #content-block-sp #section-block .section .in-layout .box {
  margin-bottom: 2rem;
}
#jobmap #content-block-sp #section-block .section .in-layout .box h3 {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  background-color: #EDF1FF;
  line-height: 1.2;
  padding: 8px 12px;
  text-align: center;
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 16px;
}
#jobmap #content-block-sp #section-block .section .in-layout .box p {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 1175px;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 5px 0;
  padding: 0;
  background: transparent;
}
.modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal .scroll-area::-webkit-scrollbar {
  width: 0;
}
.modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 124px;
  height: 124px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .modal .modal-close {
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
  }
}
.modal .modal-close span {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1532AA;
  top: 14px;
  right: 14px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .modal .modal-close span {
    width: 44px;
    height: 44px;
  }
}
.modal .modal-close span:hover {
  transform: scale(1.1) rotate(45deg);
}
.modal .modal-close span::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close span::after {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close:focus-visible {
  outline: solid 2px #000;
}
.modal .modal-content {
  background-color: #fff;
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal .modal-content {
    padding: 20px 5%;
    overflow: hidden;
  }
}
.modal .modal-content .layout {
  display: flex;
}
.modal .modal-content .layout .text {
  padding: 5rem 0 0 5rem;
  width: 60%;
  padding-right: 3rem;
}
.modal .modal-content .layout .text h2 {
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 1rem;
}
.modal .modal-content .layout .text .lead {
  margin-bottom: 2rem;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
.modal .modal-content .layout .text .in-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
}
.modal .modal-content .layout .text .in-layout .box {
  margin-bottom: 2rem;
}
.modal .modal-content .layout .text .in-layout .box h3 {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  background-color: #EDF1FF;
  line-height: 1.2;
  padding: 8px 12px;
  text-align: center;
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 16px;
}
.modal .modal-content .layout .text .in-layout .box p {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
}
.modal .modal-content .layout .image {
  width: 40%;
}
.modal .modal-content .modal-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 20px;
}
.modal .modal-content .modal-bottom div {
  width: 130px;
  text-align: center;
  color: #1532AA;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  cursor: pointer;
}
.modal .modal-content .modal-bottom .prev {
  position: relative;
  border-right: 1px solid #E3E3E3;
}
.modal .modal-content .modal-bottom .prev::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1532AA;
  border-left: 2px solid #1532AA;
  left: 30%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.modal .modal-content .modal-bottom .next {
  position: relative;
}
.modal .modal-content .modal-bottom .next::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1532AA;
  border-right: 2px solid #1532AA;
  right: 30%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}