body {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  background-color: #f5f5f5;
}

.container {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  background-color: #fff;
}
.container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
}
.align-center {
  text-align: center;
}

.fs-14 {
  font-size: 14px;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}

a {
  position: relative;
}
a.btn {
  display: inline-block;
  width: 100%;
  border-radius: calc(infinity * 1px);
  text-align: center;
  background-color: #AF8F5C;
  padding: 1em;
  font-size: clamp(16px, 3vw, 24px);
  color: #FFF;
  box-sizing: border-box;
  transition: all 0.2s;
  text-decoration: none;
}
a.btn:hover {
  opacity: 0.7;
}

.mainvisual .cta_area {
  padding-top: unset !important;
}

.job {
  position: relative;
}
.job .cta_area {
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact {
  background-color: rgba(175, 143, 92, 0.2);
  padding: 48px 32px;
  line-height: 1.75;
}
.contact .inner {
  background-color: #fff;
  padding: 16px;
}
.contact .inner dt, .contact .inner dd {
  margin: 0;
  padding: 0;
}
.contact .inner dt {
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 700;
  margin-bottom: 0.8em;
}
.contact .inner dd:not(:last-of-type) {
  margin-bottom: 18px;
}

.copyright {
  padding: 14px 32px;
  font-size: clamp(16px, 2.4vw, 18px);
}

.cta_area {
  padding: 32px;
}
.cta_area p {
  font-size: clamp(12px, 2.4vw, 18px);
}
.cta_area a {
  position: relative;
  display: block;
  margin-inline: auto;
  transition: all 0.2s;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
.cta_area a img {
  position: relative;
  transition: all 0.2s;
}
.cta_area a:hover img {
  opacity: 0.7;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}/*# sourceMappingURL=style.css.map */