@charset "UTF-8";
img {
  max-width: 100%;
}

.page-wrapper {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.intro-text {
  display: flex;
  flex-direction: row;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-image: url(../images/about/bg-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px;
  flex-direction: row-reverse;
  justify-content: center;
  gap: clamp(10px, 2vw, 40px);
  margin-left: auto;
  margin-right: auto;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .intro-text {
    height: 300px;
  }
}
.intro-text h2, .intro-text p {
  flex: 1;
}
.intro-text h2 {
  writing-mode: vertical-rl;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.intro-text h2 span {
  display: block;
}
.intro-text h2 span:nth-of-type(2) {
  margin-top: 1.5em;
}
.intro-text h2 span:nth-of-type(3) {
  margin-top: 2.5em;
}
.intro-text p {
  writing-mode: vertical-rl;
  font-size: clamp(14px, 3vw, 18px);
  letter-spacing: 1px;
  text-align: start;
  margin-left: auto;
  margin-right: auto;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .intro-text p {
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .l-header .l-header__inner {
    padding-right: 40px;
  }
}
.l-header .p-global-nav a {
  background: none !important;
}
.l-header .p-global-nav .sub-menu a {
  background: #333 !important;
}
.l-header.is-active {
  filter: unset;
  mix-blend-mode: unset;
}
.l-header.is-active .p-global-nav a {
  color: #150509 !important;
}
.l-header.is-active .p-global-nav .sub-menu a {
  background: rgba(255, 255, 255, 0.8) !important;
}

.l-header__logo a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.l-header__logo a img {
  display: none;
}
.l-header__logo a::before, .l-header__logo a::after {
  content: "";
  background: no-repeat;
  background-size: cover;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .l-header__logo a::before, .l-header__logo a::after {
    height: 26px;
  }
}
.l-header__logo a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/logo-sugita_group-mark.png);
}
.l-header__logo a::after {
  aspect-ratio: 247/52;
  background-image: url(../images/logo-sugita_group-w.png);
}
.is-active .l-header__logo a::after {
  background-image: url(../images/logo-sugita_group-b.png);
}

.p-page-header__title {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-page-header__title {
    font-size: 13px !important;
  }
}
/*# sourceMappingURL=maps/common.css.map */