@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
/* ファーストビュー */
.brand .mainvisual {
  background: url("../images/brand/mainvisual_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}
@media (max-width: 768px) {
  .brand .mainvisual {
    height: 30vh;
  }
}

/* About section */
.about {
  padding-block: 80px;
}
.about__title {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-family: 400;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.about__logo {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  margin-top: 68px;
}
.about__text {
  margin-top: 88px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .about__text {
    font-size: 16px;
  }
}
.about__lead {
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 768px) {
  .about__lead {
    font-size: 32px;
  }
}

.aboutConcept {
  margin-top: 100px;
}
.aboutConcept .about__text {
  margin-top: 54px;
}

/* Tab section */
.tab__item p {
  color: #fff;
  font-size: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .tab__item p {
    font-size: 16px;
  }
}
.tab__item.is-active {
  background: #d8b668;
}
@media (max-width: 768px) {
  .tab__column {
    gap: 20px;
  }
}

.contentTab {
  background: #faf6ec;
  padding-block: 80px 120px;
}

/* Joint section */
.joint__title {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .joint__title {
    font-size: 28px;
  }
}
.joint__text {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 54px;
}
@media (max-width: 768px) {
  .joint__text {
    font-size: 16px;
  }
}

.jointItem {
  background: #fff;
  padding-block: 160px 64px;
  margin-top: 100px;
}
.jointItem__logo {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
.jointItem__text {
  font-size: 20px;
  margin-top: 48px;
  text-align: center;
  line-height: 2;
}
@media (max-width: 768px) {
  .jointItem__text {
    font-size: 16px;
  }
}
.jointItem__detail {
  margin-top: 60px;
}
.jointItem__detailText {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .jointItem__detailText {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .jointItem {
    padding-block: 80px 60px;
  }
}

.jointcolumn {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jointcolumn__item {
  width: calc(50% - 44px);
}
@media (max-width: 768px) {
  .jointcolumn__item {
    width: 100%;
  }
}
.jointcolumn__text {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .jointcolumn__text {
    font-size: 16px;
  }
}/*# sourceMappingURL=brand.css.map */