@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.hiragino {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

#message {
  padding-top: clamp(6rem, 0.8vw, 12rem);
  margin-bottom: clamp(4rem, 6.25vw, 10rem);
}
#message .subtitle-container .subtitile-text .solid .en-text {
  color: #3d3f58;
}
#message .text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: start;
  margin-top: clamp(4rem, 4vw, 6rem);
}
#message .text-container .title {
  font-size: clamp(2.5rem, 3.3vw, 4rem);
  margin-bottom: 1.5em;
  margin-top: 2em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#message .text-container .main-text {
  font-size: clamp(1.6rem, 1.6vw, 2.7rem);
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
#message .replasentative {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#message .replasentative .headshot {
  display: block;
  width: 70%;
  max-width: 355px;
  margin: 0 auto;
  padding-bottom: 1rem;
}
#message .replasentative .signature {
  object-fit: contain;
  display: block;
  width: 90%;
  height: auto;
  max-width: 475px;
}
@media screen and (min-width: 600px) {
  #message .replasentative {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5rem;
    width: auto;
    max-width: unset;
    margin: 0;
    margin-left: auto;
    justify-content: end;
  }
  #message .replasentative .headshot {
    padding: 0;
    width: 30%;
    margin: 0;
  }
  #message .replasentative .signature {
    width: 45%;
  }
  #message .text-container {
    flex-direction: column-reverse;
  }
  #message .text-container .title {
    margin-top: 0;
  }
}

#partner {
  margin-bottom: clamp(4rem, 6.25vw, 10rem);
}
#partner .text-wrapper {
  background-color: #efefdf;
  margin: clamp(2rem, 2.5vw, 4vw) auto 0;
  padding: clamp(2rem, 3.1vw, 5rem) clamp(2rem, 4.5vw, 7.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#partner .text-wrapper .inner-text {
  border: 2px solid #2d4294;
  max-width: 1260px;
  width: 100%;
  padding: clamp(30px, 4vw, 50px);
}
#partner .text-wrapper .inner-text .title {
  font-weight: 600;
  font-size: clamp(1.6rem, 2.5vw, 3rem);
  margin-bottom: 1em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
#partner .text-wrapper .inner-text .main-text {
  font-weight: 300;
  font-size: clamp(1.4rem, 1.5vw, 2.4rem);
  margin-bottom: 2em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#partner .text-wrapper .inner-text img {
  display: block;
  width: clamp(20rem, 50%, 48rem);
  margin-left: auto;
}

#about {
  margin-bottom: clamp(4rem, 6.25vw, 10rem);
}
#about .subtitle-container {
  padding-top: clamp(3rem, 3.8vw, 6rem);
}
#about .info-table {
  margin: 4rem 0 0;
}

#access {
  font-size: clamp(1.4rem, 1.5vw, 2.4rem);
}
#access .subtitle-container {
  padding-top: clamp(3rem, 3.8vw, 6rem);
}
#access .content-wrapper {
  margin-top: 4rem;
}
#access .content-wrapper .google-map {
  width: 100%;
}
#access .content-wrapper .google-map iframe {
  width: 100%;
  height: 750px;
}
#access .content-wrapper .company-name {
  font-size: clamp(1.6rem, 2.5vw, 3rem);
  letter-spacing: 0.06em;
  padding-top: 0.8em;
}
#access .content-wrapper .map-info {
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  margin-top: 0.8em;
}
#access .content-wrapper .map-info .address {
  line-height: 1.4;
}
@media screen and (max-width: 1001px) {
  #access .content-wrapper .google-map iframe {
    height: auto;
    aspect-ratio: 1/1;
  }
}

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