@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  font-family:
    Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #f0f0f0;
  color: #000;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrapper {
  width: min(100% - 60px, 1100px);
  margin: 0 auto;
}

.section-block {
  padding: 120px 0;
}

#header {
  height: 72px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
}

#header .inner {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0;
  width: auto;
  padding-left: 32px;
}

.logo img {
  width: 110px;
}

#header nav ul {
  display: flex;
  gap: 36px;
  font-size: 14px;
  font-weight: 700;
}

#header nav a {
  position: relative;
}

#header nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #000;
}

.contact {
  width: 200px;
  height: 72px;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}

#mainvisual {
  position: relative;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  background: #111;
}

#mainvisual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: absolute;
  left: 7vw;
  bottom: 12vh;
  color: #fff;
  max-width: 680px;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.hero-label {
  font-size: 13px;
  letter-spacing: 0.28em;
  margin-bottom: 18px;
}

.hero-copy h2 {
  font-size: clamp(44px, 7vw, 96px);
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.hero-copy p {
  font-size: 16px;
  line-height: 1.8;
}

.hero-scroll {
  position: absolute;
  right: 40px;
  bottom: 44px;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-size: 12px;
}

.section-title {
  margin-bottom: 50px;
}

.section-title .en {
  display: block;
  font-size: clamp(38px, 6vw, 56px);
  letter-spacing: 0.26em;
  line-height: 1;
  font-weight: 400;
}

.section-title .ja {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
}

.section-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: #000;
  margin-top: 36px;
}

#news .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

#news li {
  padding-right: 32px;
  border-right: 1px solid #000;
  list-style: none;
  background: rgba(255, 255, 255, 0.35);
}

#news li:last-child {
  border-right: none;
}

.date-area {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.date-area span {
  background: #000;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

#news li p {
  font-weight: 700;
  line-height: 1.7;
}

#about {
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: center;
  gap: 60px;
}

#about .img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

#about .text {
  padding-right: 8vw;
}

#about .text p {
  line-height: 2.1;
  margin-bottom: 18px;
}

.business-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 80px;
}

.business-summary div {
  background: #fff;
  padding: 34px;
}

.business-summary .count {
  display: block;
  font-size: 54px;
  letter-spacing: 0.08em;
}

.business-summary p {
  margin-top: 8px;
  font-size: 14px;
}

#business .flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
}

#business .right {
  padding-top: 100px;
}

#business .item {
  margin-bottom: 72px;
}

#business .title {
  font-weight: 700;
  margin-bottom: 16px;
}

#business .title::before {
  content: "ー";
  margin-right: 8px;
}

#business img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#business .desc {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 16px;
}

#company {
  display: grid;
  grid-template-columns: 54% 56%;
  align-items: center;
  position: relative;
}

#company .text {
  background: #fff;
  padding: 80px 70px;
  z-index: 2;
}

#company .img {
  margin-left: -80px;
}

#company .img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.info {
  display: grid;
  grid-template-columns: 100px 1fr;
  row-gap: 16px;
  line-height: 1.7;
}

.info .add {
  grid-column: 2;
}

.contact-section {
  background: #111;
  color: #fff;
  text-align: center;
}

.contact-section .section-title::after {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

.contact-section p {
  line-height: 2;
  margin-bottom: 40px;
}

.large-contact {
  display: inline-grid;
  place-items: center;
  width: min(100%, 360px);
  height: 72px;
  border: 1px solid #fff;
  font-size: 18px;
  letter-spacing: 0.18em;
}

#footer {
  background: #fff;
  padding: 70px 0 24px;
}

#footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#footer .info {
  display: block;
  line-height: 1.7;
}

.copyright {
  margin-top: 70px;
  font-size: 12px;
}

/* JS用の最低限 */
.js-reveal,
.js-image-reveal,
.js-split {
  opacity: 0;
}

.char {
  display: inline-block;
}

#loader {
  position: fixed;
  inset: 0;
  background: #000;
  color: #fff;
  z-index: 9999;
  display: grid;
  place-items: center;
}

.loader-logo {
  font-size: 56px;
  letter-spacing: 0.38em;
}

.loader-line {
  position: absolute;
  bottom: 46%;
  width: 220px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.loader-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9998;
  border-radius: 50%;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background: #000;
}

.cursor-ring {
  width: 42px;
  height: 42px;
  border: 1px solid #000;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #000;
  z-index: 9997;
}

@media (max-width: 900px) {
  .wrapper {
    width: min(100% - 32px, 1100px);
  }

  #header {
    height: auto;
    min-height: 70px;
  }

  #header .inner {
    padding-left: 18px;
    gap: 24px;
  }

  #header nav ul {
    gap: 18px;
    font-size: 12px;
  }

  .contact {
    display: none;
  }

  #news .list,
  #about,
  #business .flex,
  #company {
    grid-template-columns: 1fr;
  }

  #about .text {
    padding: 0 32px;
  }

  #business .right {
    padding-top: 0;
  }

  #company .img {
    margin-left: 0;
  }

  .business-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .section-block {
    padding: 80px 0;
  }

  #header nav {
    display: none;
  }

  .hero-copy {
    left: 24px;
    right: 24px;
  }

  #news .list {
    gap: 24px;
  }

  #news li {
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 0 0 24px;
  }

  #company .text {
    padding: 48px 28px;
  }

  .info {
    grid-template-columns: 1fr;
  }

  .info .add {
    grid-column: 1;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }
}
