@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h2,
.h2-like {
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h3,
.h3-like {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 500;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
}

.p-small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
}

.p-25 {
  font-size: 18px;
}

.p-20 {
  font-size: 16px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 28px;
  }

  h2,
.h2-like {
    font-size: 28px;
  }

  h3,
.h3-like {
    font-size: 22px;
  }

  h4,
.h4-like {
    font-size: 14px;
  }

  p,
.p-like {
    font-size: 14px;
  }

  .p-small {
    font-size: 10px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-25 {
    font-size: 20px;
  }

  .p-20 {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 36px;
  }

  h2,
.h2-like {
    font-size: 30px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
    line-height: 200%;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-25 {
    font-size: 25px;
  }

  .p-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 50px;
  }

  h2,
.h2-like {
    font-size: 40px;
  }

  h3,
.h3-like {
    font-size: 35px;
  }

  h4,
.h4-like {
    font-size: 20px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-25 {
    font-size: 25px;
  }

  .p-20 {
    font-size: 20px;
  }
}
.font-yumincho {
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
  font-style: normal;
}

.font-yugothic {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-style: normal;
}

.text-center {
  text-align: center;
}

a.more-btn {
  margin: 0 auto;
  padding: 0.2em 1.1em;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 29px;
  text-align: center;
  width: fit-content;
  line-height: 100%;
}
a.more-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  a.more-btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  a.more-btn {
    font-size: 18px;
  }
}

header .header-wrapper {
  width: 92%;
  justify-content: center;
}
header .header-wrapper .nav-container {
  width: 100%;
  max-width: 1320px;
  justify-content: space-evenly;
}

section.landing {
  margin-top: -1px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: clamp(200px, 100vh - 100px, 1080px);
  padding: clamp(50px, 10vh, 100px) 0;
  background-color: #000000;
  background-image: url(../img/top/landing-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.landing .content-container {
  position: relative;
  height: 630px;
  color: #ffffff;
  align-items: flex-end;
}
section.landing .content-container .logo-container {
  width: 538px;
  max-width: 40%;
}
section.landing .content-container .logo-container img {
  width: 100%;
}
section.landing .content-container .text-col {
  width: 100%;
  z-index: 1;
}
section.landing .content-container .text-col h1 {
  font-weight: 500;
  margin: 0.8em 0 0.5em 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
section.landing .content-container .img-col {
  position: absolute;
  right: 0;
  width: 65%;
  height: 100%;
  z-index: 0;
}
section.landing .content-container .img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.about {
  width: 100%;
  max-width: 100%;
  padding: 60px 0 calc(clamp(40px, 5vw, 80px) + 80px) 0;
  background-color: #000000;
  background-image: url(../img/top/about-bg.webp);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 100% clamp(40px, 5vw, 80px);
  align-items: center;
}
section.about .pointline-text-group {
  width: 490px;
  max-width: 60%;
  margin-bottom: clamp(40px, 7vw, 70px);
}
section.about .img-col {
  width: 865px;
  max-width: 52%;
}
section.about .img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.about .content-container {
  color: #ffffff;
}
section.about .content-container .text-col {
  margin: 0 0 0 3%;
  max-width: 45%;
}
section.about .content-container .text-col h2 {
  margin: 1.7em 0 1em 0;
}
section.about .content-container .text-col p {
  line-height: 250%;
  margin-bottom: 5em;
  max-width: 606px;
}
section.about .content-container .text-col .more-btn {
  align-self: flex-end;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 800px) {
  section.about .content-container {
    flex-direction: column;
    align-items: center;
  }
  section.about .content-container .img-col {
    width: 400px;
    max-width: 100%;
  }
  section.about .content-container .text-col {
    max-width: 100%;
  }
}

section.work {
  padding: clamp(150px, 20vw, 300px) 0;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
section.work .pointline-text-group {
  margin-bottom: clamp(60px, 10vw, 110px);
  width: 490px;
  max-width: 60%;
}
section.work .more-btn {
  margin-top: clamp(20px, 5vw, 50px);
}
section.work .content-container {
  width: 100%;
  position: relative;
  padding-bottom: clamp(40px, 7vw, 70px);
}
section.work .content-container .work-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 85%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/top/work-bg.webp) center no-repeat;
  background-size: cover;
}
section.work .content-container .card-row {
  justify-content: space-evenly;
  flex-wrap: wrap;
}
section.work .content-container .card-row .img-card {
  position: relative;
  box-sizing: border-box;
  width: clamp(320px, 30%, 480px);
  margin: 0 5px 20px 5px;
  max-width: 100%;
  min-height: 380px;
  background-color: #ffffff;
}
section.work .content-container .card-row .img-card .img-wrapper {
  width: 100%;
  height: 230px;
}
section.work .content-container .card-row .img-card .img-wrapper img {
  width: 100%;
  height: 100%;
}
section.work .content-container .card-row .img-card h4 {
  font-weight: bold;
  padding: 0 1.5rem 0 1.5rem;
  margin: 1em 0 0.5em 0;
  line-height: 140%;
}
section.work .content-container .card-row .img-card p {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
section.work .content-container .card-row .img-card:first-of-type::after {
  content: "";
  position: absolute;
  display: block;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  bottom: 0;
  right: 0;
  height: 38px;
  width: 13.5%;
  background-color: #00C4F2;
}
@media screen and (min-width: 1000px) {
  section.work .content-container .card-row {
    justify-content: space-between;
  }
  section.work .content-container .card-row .img-card {
    width: clamp(320px, 33%, 480px);
  }
}

section.info {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: clamp(160px, 20vw, 240px);
}
section.info .bg-wrapper {
  position: absolute;
  display: block;
  width: 35.4vw;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  left: 0;
  top: 0;
}
section.info .content-container {
  align-items: center;
  height: 100%;
}
section.info .content-container .left-col {
  height: auto;
  width: clamp(240px, 30vw, 480px);
  align-items: center;
}
section.info .content-container .left-col .pointline-text-group {
  width: clamp(200px, 68.75%, 400px);
  max-width: 92%;
}
section.info .content-container .left-col .more-btn {
  margin-top: clamp(20px, 4vw, 40px);
}
section.info .content-container .right-col {
  width: calc(100% - clamp(240px, 30vw, 480px));
}
@media screen and (min-width: 2000px) {
  section.info .bg-wrapper {
    width: calc((100vw - 1520px) / 2 + 480px);
  }
}
@media screen and (max-width: 1600px) {
  section.info .bg-wrapper {
    width: calc(5.2vw + clamp(240px, 30vw, 480px));
  }
}
@media screen and (max-width: 800px) {
  section.info .content-container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
  section.info .content-container .left-col {
    width: 100%;
    background-color: #000000;
    padding: clamp(20px, 5vw, 40px) 0;
    margin-bottom: 40px;
  }
  section.info .content-container .right-col {
    width: 85.5%;
    max-width: 600px;
  }
  section.info .bg-wrapper {
    display: none;
  }
}

section.recruit {
  max-width: 100%;
  box-sizing: border-box;
  min-height: clamp(500px, 80vh, 688px);
  padding: 150px 0 100px;
  margin-bottom: clamp(150px, 25vw, 300px);
  background: url(../img/top/recruit-bg.webp) center no-repeat;
  background-size: cover;
}
section.recruit .content-container {
  align-items: center;
  color: #ffffff;
}
section.recruit .content-container .pointline-text-group {
  width: 490px;
  max-width: 92%;
}
section.recruit .content-container .recruit-text {
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin: 2.5em 0;
  line-height: 140%;
}
section.recruit .content-container .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  max-width: 60%;
  position: relative;
  padding: 0.25em 2em;
  box-sizing: border-box;
}
section.recruit .content-container .contact-btn::after {
  content: "→";
  position: absolute;
  right: 1em;
  color: #ffffff;
  font-size: 1em;
}

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