* picture {
  display: block;
}
* img {
  width: 100%;
}
* a {
  transition: all 0.4s ease;
}

a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  a:hover {
    opacity: unset;
  }
}

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

header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #FBC400;
  box-sizing: border-box;
  z-index: 1000;
}
header picture {
  width: 274px;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  padding-top: 80px;
}

.flow__contents--info {
  width: 58.125vw;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1.1458333333vw;
  translate: 0 -1.5625vw;
  position: relative;
}
.flow__contents--info.under {
  translate: unset;
  margin: 3.75vw auto;
}
.flow__map {
  position: absolute;
  bottom: 0;
  left: 26.25vw;
  translate: 0 clamp(0.875rem, 0.624rem + 0.52vw, 1.25rem);
  z-index: 1;
}
.flow__map a {
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  font-family: "BIZ UDGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  cursor: pointer !important;
  color: #231815;
}
.flow__map a:hover {
  opacity: unset;
  color: #7B7473;
}
.flow__element--info {
  margin-bottom: 4px;
}
.flow__element--application {
  border: 0.2083333333vw solid #fff;
  box-sizing: border-box;
  border-radius: 1.1979166667vw;
}
.flow__element--application a {
  display: block;
  cursor: pointer !important;
}
.flow__element--application a picture, .flow__element--application a img {
  pointer-events: none;
}
.flow__tel {
  display: none;
}
.flow__banner {
  display: block;
  width: 49.4791666667vw;
  margin: 0 auto 10.4166666667vw;
}

.recruit__section {
  position: relative;
}
.recruit__wrap {
  width: 54.115vw;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  margin-top: 24.547917vw;
}
.recruit__inner {
  display: grid;
  grid-template-columns: repeat(2, min-content);
  justify-content: space-between;
  gap: 20.3125vw 0;
  position: relative;
  margin: 0 2.24vw;
}
.recruit__inner span {
  display: block;
  width: 22.292vw;
}
.recruit__inner span a {
  display: block;
}
.recruit__link {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1000px;
}
.recruit__inspection {
  width: 61.8vw;
  height: 25.677vw;
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.recruit__inspection a {
  display: block;
}
.recruit__inspection picture {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1000px;
}
.recruit__element--inspection {
  display: block;
  width: 25.625vw;
  margin-right: 11.615vw;
}

@media (max-width: 768px) {
  .flow__contents--info {
    display: block;
    width: 100%;
    padding: 0 10px;
    translate: unset;
    margin: 40px 0;
    position: relative;
  }
  .flow__contents--info.under {
    translate: unset;
    margin: 40px auto;
  }
  .flow__element--info {
    margin-bottom: unset;
  }
  .flow__element--application {
    border: unset;
    border-radius: unset;
  }
  .flow__map {
    margin-bottom: 20px;
    position: unset;
    translate: unset;
  }
  .flow__map a {
    font-size: 5.0666666667vw;
  }
  .flow__tel {
    position: absolute;
    top: 24.5333333333vw;
    left: 50%;
    translate: -50% 0;
    display: block;
    width: 95%;
  }
  .flow__banner {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 130px;
  }
  .recruit__wrap {
    width: unset;
    position: absolute;
    margin-top: 126.4vw;
  }
  .recruit__inner {
    display: block;
    position: relative;
    margin: unset;
  }
  .recruit__inner span {
    width: 86.1333333333vw;
  }
  .recruit__inner span:nth-child(1) {
    margin-bottom: 93.3333333333vw;
  }
  .recruit__inner span:nth-child(2) {
    margin-bottom: 99.4666666667vw;
  }
  .recruit__inner span:nth-child(3) {
    margin-bottom: 97.0666666667vw;
  }
  .recruit__inspection {
    width: unset;
    height: unset;
    position: absolute;
    bottom: 122.9333333333vw;
    left: 50%;
  }
  .recruit__element--inspection {
    width: 87.2vw;
    margin-right: unset;
  }
}/*# sourceMappingURL=style.css.map */