html {
  font-size: clamp(4px, 0.56vw, 10px);
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 10px;
  }
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "SFProDisplay", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 19px;
  color: #000000;
  background: #fefefe;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

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

ul {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
ul li {
  display: block;
  list-style: none;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 118rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.container .container {
  padding: 0 !important;
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 0 1.6rem;
  }
}

.intro {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
  overflow: hidden;
  padding: 4.4rem 0 5.6rem;
}
.intro__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.intro__logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.14;
  letter-spacing: 0.021rem;
  color: #000000;
  margin-bottom: 6rem;
}
.intro__logo--black {
  font-weight: 800;
}
.intro__logo-pic {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-right: 1.2rem;
}
.intro__logo-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  flex-grow: 1;
}
.intro__wrapper--start {
  align-items: flex-start;
}
.intro__wrapper--start .intro__title {
  margin-top: 4rem;
}
.intro__content {
  flex: 1 1 0;
  max-width: 55.5rem;
}
.intro__pic {
  flex: 1 1 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-width: 31.9rem;
}
.intro__pic img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.intro__pic--right {
  align-items: flex-start;
  margin-left: auto;
}
.intro__pic--wide {
  max-width: 40rem;
  margin-top: 6rem;
}
.intro__title {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 4.4rem;
}
.intro__title--black {
  font-weight: 800;
}
.intro__link {
  display: block;
  width: 20rem;
  height: 5.8rem;
  margin-bottom: 4rem;
}
.intro__link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro__copyright {
  margin-top: 7rem;
  letter-spacing: 0.021rem;
  color: rgba(60, 60, 67, 0.6);
}
.intro__copyright a {
  text-decoration: underline;
  transition: 0.3s ease;
}
.intro__copyright a:hover {
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .intro {
    padding: 5.6rem 0 3.2rem;
  }
  .intro__logo {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 2.8rem;
  }
  .intro__logo-pic {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
  }
  .intro__title {
    font-size: 3.6rem;
    line-height: 4.3rem;
    margin-bottom: 2.4rem;
    max-width: 32.8rem;
  }
  .intro__link {
    width: 14rem;
    height: 4rem;
    margin-bottom: 0;
  }
  .intro__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .intro__wrapper--start .intro__title {
    margin-top: 0;
  }
  .intro__pic {
    max-width: 24.2rem;
    margin-top: 5.6rem;
  }
  .intro__pic--right {
    margin-left: 0;
  }
  .intro__pic--wide {
    width: 100%;
    max-width: 32.8rem;
  }
  .intro__copyright {
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-top: 3.2rem;
    max-width: 23rem;
  }
  .intro--center .intro__inner {
    align-items: center;
  }
  .intro--center .intro__wrapper {
    width: 100%;
    align-items: center;
  }
  .intro--center .intro__title {
    text-align: center;
  }
  .intro--center .intro__link {
    margin: 0 auto;
  }
  .intro--center .intro__pic {
    margin-top: 40vh;
  }
}

.intro-01 {
  background: url(../assets/img/bg_01.png) no-repeat;
  background-size: auto 100%;
  background-position: right;
}
@media only screen and (max-width: 640px) {
  .intro-01 {
    background: url(../assets/img/bg-mob_01.png) no-repeat;
    background-size: auto 100%;
    background-position: right;
  }
}

.intro-02 {
  background: url(../assets/img/bg_02.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 1024px) {
  .intro-02 {
    background-position: bottom center;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 640px) {
  .intro-02 {
    background: url(../assets/img/bg-mob_02.png) no-repeat;
    background-size: cover;
    background-position: right;
  }
}

.intro-03 {
  background: url(../assets/img/bg_03.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .intro-03 {
    background: url(../assets/img/bg-mob_03.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
}/*# sourceMappingURL=styles.css.map */