body {
  margin: 0;
  background-color: #e7f1f3;
}

img {
  max-width: 100%;
  height: auto;
}

.font-ds {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.recruit header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5vw 3vw;
}
.recruit header .hd_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .recruit header .hd_logo_wrap {
    display: block;
    width: auto;
  }
}
.recruit header .hd_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .recruit header .hd_logo a img {
    width: 26.0416666667vw;
  }
}
@media screen and (max-width: 550px) {
  .recruit header .hd_logo a img {
    width: 36.3636363636vw;
  }
}
.recruit header .hd_logo:nth-child(2) {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .recruit header .hd_logo:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
  .recruit header .hd_logo:nth-child(2) a img {
    width: 22.1354166667vw;
  }
}
@media screen and (max-width: 550px) {
  .recruit header .hd_logo:nth-child(2) a img {
    width: 30.9090909091vw;
  }
}
.recruit header nav {
  margin-left: auto;
}
.recruit header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5vw;
  list-style-type: none;
}
@media screen and (max-width: 550px) {
  .recruit header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 550px) {
  .recruit header nav ul li {
    line-height: 1.5;
  }
}
.recruit header nav ul li a {
  font-size: 1vw;
  color: #222;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit header nav ul li a {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 550px) {
  .recruit header nav ul li a {
    font-size: 3.2727272727vw;
  }
}
.recruit .mv {
  position: relative;
  height: 42.5vw;
}
.recruit .mv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(239, 249, 248)), to(rgb(52, 189, 178)));
  background: linear-gradient(90deg, rgb(239, 249, 248) 0%, rgb(52, 189, 178) 100%);
  height: 100%;
  width: 79vw;
  z-index: -1;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.recruit .mv .mv-img {
  position: absolute;
  bottom: 0;
  left: 10vw;
  width: 35vw;
}
.recruit .mv .text-contents {
  position: absolute;
  top: 2.5vw;
  right: 12vw;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #222;
}
.recruit .mv .text-contents h3 {
  font-size: 3.5vw;
  margin: 0;
  margin-bottom: 2.5vw;
  -webkit-filter: drop-shadow(12px 8px 6px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(12px 8px 6px rgba(0, 0, 0, 0.48));
}
.recruit .mv .text-contents h3 b {
  font-size: 4.6vw;
}
.recruit .mv .text-contents h3 span {
  padding-left: 2vw;
}
.recruit .mv .text-contents p {
  font-size: 2vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  -webkit-filter: drop-shadow(12px 8px 6px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(12px 8px 6px rgba(0, 0, 0, 0.48));
}
.recruit .mv .text-contents p b {
  font-size: 2.85vw;
}
.recruit .mv .text-contents p:nth-of-type(1) {
  padding-left: 8.5vw;
}
.recruit .mv .text-contents p:nth-of-type(2) {
  padding-left: 13.5vw;
}
.recruit .mv .text-contents p:nth-of-type(3) {
  padding-left: 17.5vw;
}
.recruit .mv .text-contents p:nth-of-type(4) {
  padding-left: 22vw;
}
.recruit .chart {
  position: relative;
  padding-bottom: 80px;
}
.recruit .chart ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.recruit .chart ul li a {
  position: absolute;
}
.recruit .chart .btn_area {
  position: absolute;
  top: 5em;
  right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recruit .chart .btn_area {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.recruit .chart .btn_area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  width: 200px;
  letter-spacing: 0.5em;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
}
.recruit .chart .btn_area .btn:first-child {
  background: #136a8a;
  background: -webkit-gradient(linear, left top, right top, from(rgba(19, 106, 138, 0.7)), to(rgba(38, 120, 113, 0.7)));
  background: linear-gradient(90deg, rgba(19, 106, 138, 0.7) 0%, rgba(38, 120, 113, 0.7) 100%);
}
.recruit .chart .btn_area .btn:last-child {
  background: #8a7c13;
  background: -webkit-gradient(linear, left top, right top, from(rgba(138, 124, 19, 0.7)), to(rgba(120, 38, 38, 0.7)));
  background: linear-gradient(90deg, rgba(138, 124, 19, 0.7) 0%, rgba(120, 38, 38, 0.7) 100%);
}
.recruit .overview {
  padding-top: 5vw;
  padding-bottom: 4vw;
}
.recruit .overview .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 84vw;
}
@media screen and (max-width: 550px) {
  .recruit .overview .inner {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.recruit .overview h3 {
  text-align: center;
  font-size: 2.1vw;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .recruit .overview h3 {
    font-size: 5.46875vw;
    margin-bottom: 7.8125vw;
  }
}
.recruit .overview .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .recruit .overview .img-box {
    gap: 15px;
  }
}
.recruit .overview .img-box figure {
  width: calc((100% - 80px) / 5);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruit .overview .img-box figure {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 550px) {
  .recruit .overview .img-box figure {
    width: calc((100% - 15px) / 2);
  }
}
.recruit .overview .img-box figure a {
  text-decoration: none;
  color: #222;
}
.recruit .overview .img-box figure figcaption {
  font-weight: bold;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .recruit .overview .img-box figure figcaption {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 550px) {
  .recruit .overview .img-box figure figcaption {
    font-size: 3.6363636364vw;
  }
}
.recruit .slide-view {
  padding: 40px 0;
  background-color: #e7f1f3;
}
.recruit .slide-view h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
}
.recruit .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5vw;
  padding: 0 60px;
}
.recruit .swiper {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.recruit .mySwiper .swiper-slide {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px) / 3);
          flex: 0 0 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 550px) {
  .recruit .mySwiper .swiper-slide {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.recruit .mySwiper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.recruit .mySwiper .swiper-slide figcaption {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin: 0;
}
.recruit .swiper-button-next,
.recruit .swiper-button-prev {
  color: #333;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit .swiper-button-next:after,
.recruit .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}
.recruit .swiper-button-next:hover,
.recruit .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recruit .job-requirements {
  padding-bottom: 80px;
}
.recruit .job-requirements .section-header {
  background: -webkit-gradient(linear, left top, right top, from(rgba(19, 106, 138, 0.7)), to(rgba(38, 120, 113, 0.7)));
  background: linear-gradient(90deg, rgba(19, 106, 138, 0.7) 0%, rgba(38, 120, 113, 0.7) 100%);
  padding: 40px 0;
}
.recruit .job-requirements .section-header h3 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.recruit .job-requirements .section-header ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  gap: 0 30px;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .recruit .job-requirements .section-header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit .job-requirements .section-header ul {
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.recruit .job-requirements .section-header ul li {
  color: #fff;
  font-weight: bold;
  width: calc((100% - 30px) / 2);
  max-width: 27.5vw;
  min-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .recruit .job-requirements .section-header ul li {
    font-size: 3.125vw;
    min-width: 100%;
    width: 100%;
  }
}
.recruit .job-requirements .section-header ul li span {
  background-color: #5d99a8;
  position: relative;
  z-index: 2;
}
.recruit .job-requirements .section-header ul li span:first-child {
  margin-right: auto;
}
.recruit .job-requirements .section-header ul li span:last-child {
  width: 10em;
  text-align: left;
}
.recruit .job-requirements .section-header ul li .dots {
  position: absolute;
  z-index: 1;
}
.recruit .job-requirements .section-body {
  padding-top: 50px;
}
.recruit .job-requirements .section-body .inner {
  padding: 0;
  max-width: 84vw;
}
.recruit .job-requirements .section-body ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0.5em;
  background-color: #e7f1f3;
}
@media screen and (max-width: 550px) {
  .recruit .job-requirements .section-body ul {
    margin: 0;
  }
}
.recruit .job-requirements .section-body ul li {
  width: calc((100% - 80px) / 9);
  background-color: #80e0d5;
  color: #fff;
  font-weight: bold;
  font-size: 1vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5vw;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit .job-requirements .section-body ul li {
    font-size: 2.6041666667vw;
    width: calc((100% - 40px) / 5);
    height: 13.0208333333vw;
    padding: 0.5em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 550px) {
  .recruit .job-requirements .section-body ul li {
    font-size: 2.5454545455vw;
    height: 9.0909090909vw;
    padding: 0.5em;
  }
}
.recruit .job-requirements .section-body ul li.is-active {
  background-color: #1a9986;
  pointer-events: none;
}
.recruit .job-requirements .section-body ul li.disable {
  background-color: #ccc;
  pointer-events: none;
}
.recruit .job-requirements .section-body ul li span {
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recruit .job-requirements .section-body ul li span {
    padding: 0.2em;
  }
}
.recruit .job-requirements .section-body .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruit .job-requirements .section-body .detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.recruit .job-requirements .section-body .detail dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #1a9986;
  border-radius: 16px;
  width: 17.5vw;
  font-size: 1vw;
  font-weight: bold;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .recruit .job-requirements .section-body .detail dl dt {
    width: auto;
    font-size: 2.6041666667vw;
    padding: 1.953125vw;
  }
}
.recruit .job-requirements .section-body .detail dl dd {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  .recruit .job-requirements .section-body .detail dl dd {
    font-size: 2.0833333333vw;
    width: auto;
    padding: 1.953125vw;
  }
}
.recruit .job-entry {
  background-color: #f3f2ed;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .recruit .job-entry {
    padding-top: 50px;
  }
}
.recruit .job-entry h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
}
.recruit .job-entry p {
  text-align: center;
}
.recruit .job-entry .mw_wp_form_preview dl dd {
  padding-left: 1em;
}
.recruit .job-entry .fonm-inner {
  max-width: 1440px;
}
.recruit .job-entry .fonm-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 1vw;
  font-weight: bold;
}
.recruit .job-entry .fonm-inner dl dt {
  background-color: #fff;
  max-width: 350px;
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3em;
  border-radius: 16px;
}
.recruit .job-entry .fonm-inner dl dd {
  background-color: #fff;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.recruit .job-entry .fonm-inner dl dd .error {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.recruit .job-entry .fonm-inner dl dd input {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  font-size: 1vw;
}
.recruit .job-entry .fonm-inner dl dd input[type=radio] {
  width: 30%;
}
.recruit .job-entry .fonm-inner dl dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .job-entry .fonm-inner dl dd label span {
  width: 8em;
}
@media screen and (max-width: 768px) {
  .recruit .job-entry .fonm-inner dl dd label span {
    width: 6em;
  }
}
.recruit .job-entry .btn_area {
  padding-top: 30px;
}
.recruit .job-entry .btn_area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.recruit .job-entry .btn_area .btn input {
  width: 270px;
  height: 56px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  background: #8a7c13;
  background: -webkit-gradient(linear, left top, right top, from(rgba(138, 124, 19, 0.7)), to(rgba(120, 38, 38, 0.7)));
  background: linear-gradient(90deg, rgba(138, 124, 19, 0.7) 0%, rgba(120, 38, 38, 0.7) 100%);
}
@media screen and (max-width: 768px) {
  .recruit .job-entry .btn_area .btn input {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 550px) {
  .recruit .job-entry .btn_area .btn input {
    font-size: 4.3636363636vw;
  }
}
.recruit .job-entry .btn_area .btn input.back {
  background: #fff;
  color: #222;
  border: 2px solid #222;
}
.recruit .ft_logo {
  padding-top: 80px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 550px) {
  .recruit .ft_logo {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.map-wrap {
  width: 100%;
  aspect-ratio: 2001/1446;
  position: relative;
}

.map-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.map-svg .shabon {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: shabon-float var(--float-dur, 6s) ease-in-out infinite;
          animation: shabon-float var(--float-dur, 6s) ease-in-out infinite;
  will-change: transform, filter;
  -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.12));
}
.map-svg .shabon image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.79, 2.71);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.79, 2.71);
}
.map-svg .shabon.no-click {
  pointer-events: none;
  cursor: auto;
}
.map-svg .shabon.no-click:hover image {
  scale: 1;
}
.map-svg .shabon:hover image {
  scale: 1.05;
}

@-webkit-keyframes shabon-float {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: translate(var(--drift, 10px), calc(var(--amp, -14px))) rotate(calc(var(--tilt, -2deg))) scale(calc(1 + var(--pulse, 0.015)));
            transform: translate(var(--drift, 10px), calc(var(--amp, -14px))) rotate(calc(var(--tilt, -2deg))) scale(calc(1 + var(--pulse, 0.015)));
  }
  50% {
    -webkit-transform: translate(0, calc(var(--amp2, -20px))) rotate(0deg) scale(1);
            transform: translate(0, calc(var(--amp2, -20px))) rotate(0deg) scale(1);
  }
  75% {
    -webkit-transform: translate(calc(var(--drift, -10px) * -1), calc(var(--amp, -14px))) rotate(calc(var(--tilt, 2deg))) scale(calc(1 + var(--pulse, 0.015)));
            transform: translate(calc(var(--drift, -10px) * -1), calc(var(--amp, -14px))) rotate(calc(var(--tilt, 2deg))) scale(calc(1 + var(--pulse, 0.015)));
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

@keyframes shabon-float {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: translate(var(--drift, 10px), calc(var(--amp, -14px))) rotate(calc(var(--tilt, -2deg))) scale(calc(1 + var(--pulse, 0.015)));
            transform: translate(var(--drift, 10px), calc(var(--amp, -14px))) rotate(calc(var(--tilt, -2deg))) scale(calc(1 + var(--pulse, 0.015)));
  }
  50% {
    -webkit-transform: translate(0, calc(var(--amp2, -20px))) rotate(0deg) scale(1);
            transform: translate(0, calc(var(--amp2, -20px))) rotate(0deg) scale(1);
  }
  75% {
    -webkit-transform: translate(calc(var(--drift, -10px) * -1), calc(var(--amp, -14px))) rotate(calc(var(--tilt, 2deg))) scale(calc(1 + var(--pulse, 0.015)));
            transform: translate(calc(var(--drift, -10px) * -1), calc(var(--amp, -14px))) rotate(calc(var(--tilt, 2deg))) scale(calc(1 + var(--pulse, 0.015)));
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .map-svg .shabon {
    -webkit-animation: none;
            animation: none;
    -webkit-filter: none;
            filter: none;
  }
}
#job-modal {
  width: min(760px, 92vw);
  border: none;
  padding: 0;
  border-radius: 16px;
  overflow: auto;
  -webkit-filter: drop-shadow(12px 8px 6px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(12px 8px 6px rgba(0, 0, 0, 0.48));
}

#job-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.35);
}

#job-modal::backdrop {
  background: rgba(0, 0, 0, 0.35);
}

.modal-body {
  padding: 24px;
}

.modal-sec-title {
  font-size: 1.125rem;
  margin: 1.25rem 0 0.5rem;
}

.modal-sec-body img {
  max-width: 100%;
  height: auto;
}

.modal-close {
  position: absolute;
  inset: 8px 10px auto auto;
  background: transparent;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

.modal-badge {
  background: -webkit-gradient(linear, left top, right top, from(rgba(19, 106, 138, 0.7)), to(rgba(38, 120, 113, 0.7)));
  background: linear-gradient(90deg, rgba(19, 106, 138, 0.7) 0%, rgba(38, 120, 113, 0.7) 100%);
  font-weight: 700;
  display: inline-block;
  padding: 10px 20px;
}
.modal-badge a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #job-entry_area .inner {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 100%;
  }
  #job-entry_area .fonm-inner dl {
    gap: 10px;
    margin-bottom: 10px;
  }
  #job-entry_area .fonm-inner dl dt {
    max-width: 100%;
    height: 3em;
    font-size: 3.125vw;
    padding-left: 1em;
    width: 30%;
    border-radius: 16px 0 0 16px;
  }
  #job-entry_area .fonm-inner dl dd {
    max-width: 100%;
    height: 3em;
    font-size: 3.125vw;
    border-radius: 0 16px 16px 0;
  }
  #job-entry_area .fonm-inner dl dd input {
    font-size: 3.125vw;
  }
}
/*# sourceMappingURL=include.css.map */