@font-face {
  font-family: "Noto Sans JP";
  src: url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2 supports variations"), url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 400 500 600 700;
}
@media screen and (min-width: 1201px) {
  .outline-title {
    -webkit-text-stroke: 3px #000000;
  }
}

section.top-landing {
  display: flex;
  justify-content: center;
  height: calc(100vh - clamp(100px, 15vw, 190px));
  height: calc(100lvh - clamp(100px, 15vw, 190px));
  background: url(../img/top/sp/main-visual.webp) center no-repeat;
  background-size: cover;
}
section.top-landing .text-container {
  align-self: flex-end;
  width: 84.5%;
  max-width: 1200px;
  margin-bottom: 14vh;
}
section.top-landing .text-container h1 {
  font-family: "toppan-bunkyu-midashi-go-std", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 900;
  font-weight: extrabold;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 3vw, 54px);
  width: fit-content;
  padding: 0.4em 0.5em;
  background-color: #ffffff;
  -webkit-text-stroke: unset;
  line-height: 100%;
}
@media screen and (min-width: 801px) {
  section.top-landing {
    background: url(../img/top/medium/main-visual.webp) center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1201px) {
  section.top-landing {
    background: url(../img/top/large/main-visual.webp) center no-repeat;
    background-size: cover;
  }
}

section.about {
  padding: clamp(40px, 5vw, 70px) 0 clamp(100px, 10vw, 150px) 0;
}
section.about .h2-title-group {
  margin-bottom: clamp(60px, 10vw, 160px);
}
section.about .h2-title-group h2 {
  font-size: clamp(4rem, 8vw, 10rem);
}
section.about .content-col {
  width: 84.6%;
  margin: 0 auto;
}
section.about .content-col .text-col {
  margin-bottom: clamp(40px, 8vw, 100px);
}
section.about .content-col .text-col h3 {
  line-height: 160%;
  margin-bottom: 1em;
}
section.about .content-col .text-col p {
  margin-bottom: clamp(40px, 8vw, 100px);
}
section.about .content-col .img-col {
  max-width: 400px;
}
@media screen and (min-width: 801px) {
  section.about .content-col {
    width: calc(clamp(100px, 84.6%, 1200px) + (100vw - clamp(100px, 84.6%, 1200px)) / 2);
    margin-right: 0;
    align-items: flex-end;
    justify-content: space-between;
  }
  section.about .content-col .text-col {
    width: 46%;
    margin-bottom: 0;
  }
  section.about .content-col .img-col {
    width: 48%;
    max-width: unset;
  }
}
@media screen and (min-width: 1601px) {
  section.about .content-col .text-col {
    width: 28%;
  }
  section.about .content-col .img-col {
    width: 61.3%;
  }
}

section.business {
  margin-top: clamp(100px, 13vw, 170px);
}
section.business .h2-title-group h2 {
  font-size: clamp(4rem, 12vw, 16.4rem);
  margin-bottom: clamp(40px, 7vw, 90px);
}
section.business p.business-text {
  width: 84.6%;
  max-width: 550px;
  margin: 3em auto 5em;
  font-weight: bold;
  line-height: 180%;
}
section.business .img-container {
  width: 84.6%;
  max-width: 500px;
  margin-bottom: clamp(40px, 5vw, 70px);
}
section.business .img-container .img-col {
  width: 100%;
}
section.business .img-container .img-col img {
  border-radius: 1.5em;
}
section.business .img-container .img-col h3 {
  margin-top: 1em;
}
section.business .img-container .img-col.img-col-left {
  margin-bottom: 40px;
}
section.business .img-container .img-col.img-col-right {
  position: relative;
}
section.business .img-container .img-col.img-col-right .abs-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 56.7%;
  width: auto;
}
@media screen and (min-width: 801px) {
  section.business p.business-text {
    line-height: 210%;
  }
  section.business .img-container {
    width: 84.6%;
    max-width: 1380px;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.business .img-container .img-col {
    width: 49%;
    max-width: 675px;
    text-align: center;
  }
  section.business .img-container .img-col.img-col-left {
    margin-bottom: 0;
  }
  section.business .img-container .img-col.img-col-right .abs-img {
    right: calc(-1 * clamp(20px, 3vw, 48px));
  }
}

section.news {
  margin-top: clamp(180px, 20vw, 260px);
}
section.news .news-container {
  width: 84.6%;
  max-width: 1080px;
  margin: clamp(40px, 6vw, 80px) auto 0;
}
section.news .green-btn {
  margin-top: clamp(40px, 5vw, 60px);
}

section.recruit {
  margin-top: clamp(80px, 10vw, 150px);
}
section.recruit .wrapper {
  width: 100%;
}
section.recruit .grid-col {
  display: grid;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  grid-template-columns: 1fr 84.6% 1fr;
  grid-template-rows: auto auto 40px;
}
section.recruit .grid-col .h2-title-group {
  grid-row: 1/2;
  grid-column: 2/3;
  position: relative;
  z-index: 10;
}
section.recruit .grid-col .h2-title-group h2 {
  font-size: clamp(3rem, 9vw, 16.4rem);
}
section.recruit .grid-col .img-container {
  grid-row: 2/3;
  grid-column: 2/3;
}
section.recruit .grid-col .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.recruit .grid-col .deco-container {
  grid-row: 2/4;
  grid-column: 2/4;
  width: 40%;
  margin: auto 0 0 auto;
}
section.recruit .grid-col .deco-container img {
  width: 100%;
}
section.recruit .text-col {
  margin-top: 40px;
  width: 84.6%;
  max-width: 500px;
}
section.recruit .text-col h3 {
  line-height: 160%;
  margin-bottom: 1em;
}
section.recruit .text-col p {
  margin-bottom: clamp(40px, 8vw, 100px);
}
section.recruit .text-col .green-btn {
  margin: 40px auto 0;
}
@media screen and (min-width: 1001px) {
  section.recruit .wrapper {
    width: calc(clamp(100px, 84.6%, 1200px) + (100% - clamp(100px, 84.6%, 1200px)) / 2);
    margin-left: 0;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.recruit .grid-col {
    width: 48%;
    max-width: unset;
    margin: 0;
    grid-template-columns: clamp(80px, 10vw, 160px) 1fr clamp(20px, 2.5vw, 68px);
    grid-template-rows: calc(clamp(100px, 12vw, 196px) - 34px) auto 94px;
  }
  section.recruit .grid-col .h2-title-group {
    grid-row: 1/3;
    grid-column: 2/4;
    text-align: start;
    align-items: flex-start;
  }
  section.recruit .grid-col .h2-title-group h2 {
    margin-bottom: 0;
  }
  section.recruit .grid-col .h2-title-group h3 {
    margin-bottom: 10px;
  }
  section.recruit .grid-col .img-container {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  section.recruit .grid-col .deco-container {
    grid-row: 2/4;
    grid-column: 1/4;
    width: 44.8%;
  }
  section.recruit .text-col {
    margin-top: clamp(100px, 12vw, 196px);
    width: 48%;
    max-width: unset;
  }
}
@media screen and (min-width: 1601px) {
  section.recruit .grid-col {
    grid-template-columns: clamp(100px, 18.75vw, 360px) 1fr clamp(20px, 2.5vw, 68px);
    width: 70%;
  }
  section.recruit .grid-col .h2-title-group h3 {
    margin-bottom: 30px;
  }
  section.recruit .text-col {
    width: 28%;
  }
}

section.contact {
  width: 92%;
  max-width: 1200px;
  background-color: #F4E6C2;
  margin: clamp(120px, 15vw, 250px) auto clamp(160px, 20vw, 280px);
  border-radius: clamp(20px, 5vw, 40px);
  box-sizing: border-box;
  padding: clamp(30px, 4vw, 60px) clamp(40px, 4vw, 60px);
}
section.contact .h2-title-group {
  align-items: center;
}
section.contact .h2-title-group h2 {
  margin: 0 0.4em 0 0;
  font-size: clamp(32px, 6vw, 100px);
}
section.contact .content-container {
  width: 100%;
  margin-top: 40px;
}
section.contact .content-container a.tel-no {
  color: #000000;
  font-size: clamp(24px, 5vw, 70px);
  font-weight: bold;
  letter-spacing: 0;
}
section.contact .content-container p.hours {
  font-size: clamp(16px, 1.5vw, 23px);
  margin: 0.5em 0 2em;
}
section.contact .content-container a.green-btn {
  padding: 1em 1em 1em 1.25em;
  justify-content: start;
}
@media screen and (min-width: 801px) {
  section.contact {
    padding: 0 clamp(40px, 4vw, 60px) clamp(30px, 4vw, 60px);
  }
  section.contact .h2-title-group {
    flex-direction: row;
    margin: 0;
    transform: translateY(-50%);
  }
  section.contact .content-container {
    margin-top: 0;
    justify-content: space-between;
  }
  section.contact .content-container p.hours {
    margin: 0.5em 0;
  }
  section.contact .content-container a.green-btn {
    font-size: clamp(18px, 1.5vw, 26px);
  }
}

/*# sourceMappingURL=top.css.map */
