.p-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.c-content {
  margin-top: 0;
}

.p-mv {
  min-height: 60rem;
  height: 100vh;
  position: relative;
}
@media (min-width: 768px) {
  .p-mv {
    min-height: 78.5rem;
  }
}
.p-mv__wrap {
  color: #DAE3E5;
  display: flex;
  align-items: flex-end;
  position: absolute;
  padding: 0 var(--gutter) 10rem;
  height: 100%;
  top: 0;
  left: calc(var(--gutter) * -1);
  right: calc(var(--gutter) * -1);
}
@media (min-width: 768px) {
  .p-mv__wrap {
    padding-bottom: 13.7rem;
  }
}
.p-mv__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.p-mv__img img {
  transform: scale(1.1);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-mv .c-headline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  padding-bottom: 7rem;
  width: 100%;
}

.p-passion {
  margin-bottom: 10rem;
  padding-top: 8rem;
}
@media (min-width: 768px) {
  .p-passion {
    margin-bottom: 20rem;
    padding-top: 12.5rem;
  }
}
.p-passion__img {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-passion__img {
    margin-top: 12rem;
  }
}
.p-passion__img img {
  width: 100%;
}
.p-passion__txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  max-width: 78.5rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .p-passion__txt {
    font-size: 1.8rem;
  }
}

.p-tagline {
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .p-tagline {
    margin-bottom: 18rem;
  }
}
.p-tagline__mv {
  color: #fff;
  display: flex;
  align-items: flex-end;
  min-height: 74.2rem;
  height: 100vh;
  margin-bottom: 5.6rem;
  padding-bottom: 9.6rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-tagline__mv {
    min-height: 78.5rem;
    margin-bottom: 7rem;
    padding-bottom: 7rem;
  }
}
.p-tagline__mv-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--gutter) * -1);
  right: calc(var(--gutter) * -1);
  z-index: -1;
}
.p-tagline__mv-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-tagline__mv .hline02 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 3.2rem;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-tagline__mv .hline02 {
    padding-top: 3.5rem;
  }
}
.p-tagline__txt {
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .p-tagline__txt {
    margin-bottom: 10rem;
  }
}
.p-tagline__row {
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .p-tagline__row {
    margin-bottom: 16rem;
  }
}
.p-tagline__row:last-child {
  margin-bottom: 0;
}
.p-tagline__row .l-main {
  border-top: 1px solid var(--border-color);
  padding-top: 3.5rem;
}
.p-tagline__label {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-tagline__label {
    padding-top: 3.5rem;
  }
}
.p-tagline__ttl {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
}
.p-tagline__sub {
  margin-bottom: 4rem;
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .p-tagline__sub {
    margin-bottom: 3rem;
    margin-top: 0;
  }
}
.p-tagline__sub img {
  width: 16.6rem;
}
@media (min-width: 768px) {
  .p-tagline__sub img {
    width: 20.9rem;
  }
}
.p-tagline .brand-box {
  background-color: #F2F6F7;
  display: grid;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-tagline .brand-box {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3rem;
  }
}
.p-tagline .brand-box__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 23.5rem;
}
@media (min-width: 768px) {
  .p-tagline .brand-box__col {
    height: 26.2rem;
  }
}
.p-tagline .brand-box__col:not(:last-child)::before {
  content: "";
  background: #F2F6F7 url("../images/common/icon_plus.svg") no-repeat center/contain;
  height: 3.6rem;
  width: 2rem;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-tagline .brand-box__col:not(:last-child)::before {
    top: calc(50% - 1.8rem);
    right: -1rem;
    height: 3.6rem;
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .p-tagline .brand-box__col:not(:last-child)::before {
    width: 3.6rem;
    height: 2rem;
    left: calc(50% - 1.8rem);
    bottom: -1rem;
  }
}
.p-tagline .brand-box__col:not(:last-child)::after {
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .p-tagline .brand-box__col:not(:last-child)::after {
    background: url("../images/common/dotted_img.svg") repeat-y right top/100% auto;
    right: -0.1rem;
    top: 0;
    bottom: 0;
    width: 0.3rem;
  }
}
@media (max-width: 767px) {
  .p-tagline .brand-box__col:not(:last-child)::after {
    background: url("../images/common/dotted_img02.svg") repeat-x left center/auto 100%;
    left: 0;
    right: 0;
    height: 0.3rem;
    bottom: -0.1rem;
  }
}
.p-tagline .brand-box__img img {
  width: var(--img-brand-width);
}
.p-tagline .brand-box__img.--txt {
  --img-brand-width: 10.2rem;
}
.p-tagline .brand-box__img.--icon {
  --img-brand-width: 11.2rem;
}
.p-tagline .brand-box__img.--logo {
  --img-brand-width: 12.5rem;
}
.p-tagline .brand-box__txt {
  color: #6F7373;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  margin-top: 1.2rem;
}

.p-sustainability__desc {
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .p-sustainability__desc {
    display: grid;
    grid-template-columns: 32.5rem 1fr 21rem;
    gap: 13.5rem;
    margin-bottom: 12rem;
  }
}
.p-sustainability__desc-img.--large {
  order: -1;
}
@media (max-width: 767px) {
  .p-sustainability__desc-img.--large {
    margin-top: 4.8rem;
  }
  .p-sustainability__desc-img.--large img {
    width: 25.8rem;
  }
}
@media (max-width: 767px) {
  .p-sustainability__desc-img.--small {
    margin-top: 2.4rem;
    text-align: right;
  }
  .p-sustainability__desc-img.--small img {
    width: 16.6rem;
  }
}
@media (max-width: 767px) {
  .p-sustainability__desc .c-txt {
    margin-bottom: 3.2rem;
  }
}
.p-sustainability .sustainability-item {
  border-top: 1px solid var(--border-color);
  margin-bottom: 4rem;
  padding-top: 2.5rem;
  padding-left: 9rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-sustainability .sustainability-item {
    display: grid;
    grid-template-columns: 21rem 1fr;
    gap: 13.5rem;
    margin-bottom: 10rem;
    padding-left: 11.4rem;
    padding-top: 3.5rem;
  }
}
.p-sustainability .sustainability-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-sustainability .sustainability-item__img {
    margin-bottom: 3.2rem;
  }
}
.p-sustainability .sustainability-item__label {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2.5rem;
}
@media (min-width: 768px) {
  .p-sustainability .sustainability-item__label {
    top: 3.5rem;
  }
}
.p-sustainability .sustainability-item__ttl {
  font-family: var(--font-sec);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-sustainability .sustainability-item__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-sustainability .sustainability-item .c-txt {
  margin-bottom: 3rem;
}
.p-sustainability .sustainability-item .c-txt:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=maps/brand.css.map */
