* {
  font-family: "Noto Serif JP", serif;
  color: #333;
}
* a {
  transition: opacity 0.4s ease-out;
}
* picture {
  display: block;
}
* picture img {
  width: 100%;
}

[class*=__inner] {
  width: 82.3%;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  [class*=__inner] {
    width: 89.3%;
  }
}

[class*=__section] {
  margin-bottom: 230px;
  scroll-margin-top: 80px;
}
@media (max-width: 768px) {
  [class*=__section] {
    margin-bottom: 130px;
    scroll-margin-top: 64px;
  }
}

.section__title {
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 70px;
  width: 100%;
  max-width: 1500px;
  overflow: hidden;
}
.section__title-sub {
  color: #A76F38;
  font-size: clamp(2.063rem, 1.603rem + 0.96vw, 2.75rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.section__title h2 {
  font-size: clamp(2.5rem, 1.874rem + 1.3vw, 3.438rem);
  font-weight: 700;
  text-align: center;
}
.section__title span {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.section__wrap {
  padding: 0 40px;
  position: relative;
}
.section__wrap::before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #5E6064;
  position: absolute;
  top: 50%;
  right: 100%;
  translate: 0 -50%;
}
.section__wrap::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #5E6064;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .section__title {
    margin: 0 auto 40px;
  }
  .section__wrap {
    padding: 0 15px;
  }
}

.lower__title {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, max-content);
  gap: 20px;
}
.lower__title-jp {
  font-size: clamp(3rem, 2.123rem + 1.82vw, 4.313rem);
  font-weight: 700;
  line-height: 1;
  border-right: 1px solid #333;
  padding-right: 20px;
}
.lower__title-en {
  color: #A76F38;
  font-size: clamp(1.75rem, 1.458rem + 0.61vw, 2.188rem);
  font-weight: 500;
}

.title__wrap {
  height: 190px;
  margin-top: 80px;
  margin-bottom: 10px;
  display: grid;
  align-items: center;
  background: #F1F1F1;
}

.pc--disable {
  display: none;
}
@media (max-width: 768px) {
  .pc--disable {
    display: block;
  }
}

.sp--disable {
  display: block;
}
@media (max-width: 768px) {
  .sp--disable {
    display: none;
  }
}

@media (max-width: 768px) {
  a:hover {
    opacity: 1 !important;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.footer__section {
  background: #5E6064;
  margin-bottom: unset;
  margin-top: unset;
  padding-top: unset;
  position: relative;
}
.footer__return {
  position: fixed;
  bottom: 14px;
  right: 2%;
  z-index: 1000;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.footer__return a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.footer__return-picture {
  max-width: 34px;
  margin: 0 auto;
}
.footer__recruit {
  background: #fff;
  padding-bottom: 100px;
}
.footer__recruit-wrap {
  margin-bottom: 100px;
}
.footer__recruit-txt {
  font-size: clamp(2.5rem, 1.874rem + 1.3vw, 3.438rem);
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.footer__recruit-line {
  width: 100vw;
  color: #5E6064;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.footer__recruit-line hr:first-child {
  margin-bottom: 5px;
}
.footer__recruit-line.left__line {
  right: 100%;
}
.footer__recruit-line.right__line {
  left: 100%;
}
.footer__inner {
  padding: 70px 0;
}
.footer__job {
  display: flex;
  justify-content: center;
  width: 82.3%;
  gap: clamp(0.625rem, 0.207rem + 0.87vw, 1.25rem);
  margin: 0 auto;
}
.footer__job-element {
  width: 100%;
}
.footer__job-element a {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: inherit;
  height: 77px;
  background: url(../images/icn__arrow-white.webp) no-repeat center right clamp(0.313rem, -0.314rem + 1.3vw, 1.25rem)/auto;
  background-color: #968E37;
  border: 1px solid #968E37;
  box-sizing: border-box;
  transition: color 0.4s ease, background-color 0.4s ease, background 0.4s ease;
}
.footer__job-element a span {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  color: inherit;
  font-weight: 500;
}
.footer__job-element a:has(> span) {
  line-height: 1.4;
}
.footer__job-element a:hover {
  background: url(../images/icn__arrow-yellow.webp) no-repeat center right clamp(0.313rem, -0.314rem + 1.3vw, 1.25rem)/auto;
  background-color: #fff;
  color: #968E37;
}
.footer__external {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, minmax(auto, 340px));
  gap: 20px;
  margin-bottom: 50px;
}
.footer__external a {
  color: #fff;
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 700;
  height: 57px;
  margin: 0 auto;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: url(../images/icn__another.webp) no-repeat center right 20px/auto;
  background-color: #5E6064;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.4s ease, background-color 0.4s ease, background 0.4s ease;
}
.footer__external a:hover {
  color: #5E6064;
  background: url(../images/icn__another_gray.webp) no-repeat center right 20px/auto;
  background-color: #fff;
}
.footer__info {
  margin-bottom: 40px;
}
.footer__info-logo {
  max-width: 180px;
  margin: 0 auto 10px;
}
.footer__info-logo a:hover {
  opacity: 0.6;
}
.footer__info-address {
  color: #fff;
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.footer__info-instagram {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer__info-instagram p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer__info-icon {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.footer__info-icon a picture {
  transition: opacity 0.4s ease;
}
.footer__info-icon a :hover {
  opacity: 0.6;
}
.footer__nav--content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 0.207rem + 0.87vw, 1.25rem);
  margin: 0 auto 24px;
}
.footer__nav-inner {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: clamp(0.625rem, 0.207rem + 0.87vw, 1.25rem);
}
.footer__nav--list {
  display: grid;
  gap: 10px;
}
.footer__nav--element:has(.footer__nav-sub--list) .footer__nav--title {
  margin-bottom: 10px;
}
.footer__nav--title {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 500;
}
.footer__nav--title a {
  color: #fff;
  transition: opacity 0.4s ease;
}
.footer__nav--title a:hover {
  opacity: 0.6;
}
.footer__nav-sub--element {
  line-height: 1.5;
}
.footer__nav-sub--element:not(:last-child) {
  margin-bottom: 10px;
}
.footer__nav-sub--element a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-left: 14px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  gap: 5px;
  transition: opacity 0.4s ease;
}
.footer__nav-sub--element a span {
  color: inherit;
}
.footer__nav-sub--element a:hover {
  opacity: 0.6;
}
.footer__copy-light {
  color: #fff;
  font-size: 12px;
  display: grid;
  place-items: center;
}
.footer__float {
  display: none;
}

.float__wrap {
  display: none;
}

@media (max-width: 768px) {
  .path__wrap {
    margin-bottom: 75px;
  }
  .lower__title {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .lower__title-jp {
    padding-right: unset;
    border-right: unset;
  }
  .title__wrap {
    margin-top: 64px;
  }
  .footer__inner {
    padding: 70px 0 40px;
  }
  .footer__job {
    width: 89.3%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  }
  .footer__job-element a {
    width: unset;
    max-width: unset;
  }
  .footer__job-element a:hover {
    color: #fff;
    background: url(../images/icn__arrow-white.webp) no-repeat center right 20px/auto;
    background-color: #968E37;
  }
  .footer__recruit {
    padding-bottom: 70px;
  }
  .footer__recruit-wrap {
    margin-bottom: 70px;
  }
  .footer__recruit-txt {
    padding: 0 15px;
  }
  .footer__return {
    position: absolute;
    bottom: 100%;
    right: 5.35%;
    translate: 0 31px;
  }
  .footer__return a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 68px;
    height: 64px;
    background: #fff;
    border: 1px solid #5E6064;
    border-radius: 50%;
  }
  .footer__return a picture {
    max-width: 25px;
  }
  .footer__return-txt {
    text-align: center;
    line-height: 1;
  }
  .footer__external {
    margin-bottom: 40px;
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  }
  .footer__info {
    margin-bottom: 50px;
  }
  .footer__info-logo {
    max-width: 164px;
    margin: 0 auto 15px;
  }
  .footer__info-address {
    margin-bottom: 15px;
  }
  .footer__nav--content {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: clamp(1.875rem, 0.086rem + 7.63vw, 3.75rem);
  }
  .footer__nav-inner {
    gap: 15px;
    flex-direction: column;
  }
  .footer__nav--element:has(.footer__nav-sub--list) .footer__nav--title {
    margin-bottom: 15px;
  }
  .footer__nav-sub--element:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__nav-sub--element a {
    gap: unset;
  }
  .footer__nav-sub--element span {
    line-height: 1;
    grid-column: 1/4;
  }
  .float__wrap {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .float__button {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: inherit;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #968E37;
  }
  .float__modal {
    width: 100%;
    height: 100vh;
    height: 100lvh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    background: rgba(51, 51, 51, 0.95);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1004;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .float__modal.modal-open {
    opacity: 1;
    visibility: visible;
  }
  .float__modal-ttl {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 30px;
  }
  .float__modal-list {
    width: 100%;
  }
  .float__modal-el:not(:last-child) {
    margin-bottom: 20px;
  }
  .float__modal-el a {
    color: #968E37;
    font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
    font-weight: 700;
    width: 100%;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(/images/icn__arrow-yellow.webp) no-repeat center right 20px/auto;
    background-color: #fff;
    border: 1px solid #968E37;
  }
  .float__close {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .float__close-cross {
    width: 38px;
    height: 19px;
    position: relative;
  }
  .float__close-cross span {
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 12.5px;
  }
  .float__close-cross span:nth-of-type(1) {
    rotate: -45deg;
  }
  .float__close-cross span:nth-of-type(2) {
    rotate: 45deg;
  }
  .float__close-text {
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}/*# sourceMappingURL=footer.css.map */