@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-brand-lineup {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 2.5fr repeat(4, 1fr);
  gap: 4rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-brand-lineup {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  .p-brand-lineup__messa {
    width: 100%;
  }
  .p-brand-lineup__messa img {
    display: block;
    width: 80%;
    margin: 3rem auto;
  }
  .p-brand-lineup__logo {
    width: 23%;
  }
}

.p-brand-message {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-brand-message__logo {
  width: 30%;
  max-width: 200px;
  margin-inline: auto;
}
.p-brand-message__subcopy {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.p-brand-message__subcopy::before, .p-brand-message__subcopy:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 5rem;
  background-color: #30312d;
}
.p-brand-message__heading {
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-message__heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-message__heading {
    font-size: 3rem;
  }
}
.p-brand-message__lead {
  line-height: 2;
}
.p-brand-message__img-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-message__img-list {
    gap: 0 3rem;
  }
}
.p-brand-message__img-list__item {
  height: -moz-fit-content;
  height: fit-content;
}
.p-brand-message__img-list__item--nikotama {
  width: 90%;
  justify-self: flex-end;
  translate: 8rem 15rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-brand-message__img-list__item--nikotama {
    translate: 2rem 3rem;
  }
}
.p-brand-message__img-list__item--tamapla {
  translate: 0 5rem;
}
.p-brand-message__img-list__item--azamino {
  translate: 0 -15rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-message__img-list__item--azamino {
    translate: 0 -7rem;
  }
}
.p-brand-message__img-list__item--minamimachida {
  width: 80%;
  translate: -10rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-message__img-list__item--minamimachida {
    width: 90%;
    translate: -6rem 3rem;
  }
}

.p-brand-achieve {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-brand-achieve__ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ac8900;
  font-size: 2rem;
}
.p-brand-achieve__ttl::before, .p-brand-achieve__ttl:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #ac8900;
  flex-grow: 1;
}
.p-brand-achieve__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-achieve__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-brand-achieve__list__name {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-brand-achieve__list__name {
    font-size: 1.2rem;
  }
}

.p-brand-copy {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-brand-copy {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-copy {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-copy {
    text-align: left;
    line-height: 1.8;
  }
}

.p-brand-design {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebec;
  padding: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-design {
    padding: 2rem;
  }
}
.p-brand-design__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-brand-design__box {
    grid-template-columns: 1fr;
  }
}
.p-brand-design__box__heading {
  font-size: 30px;
  font-size: 3rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-brand-design__box__heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-design__box__heading {
    font-size: 2rem;
  }
}
.p-brand-design__box__lead {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-design__box__lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-design__box__lead {
    font-size: 1.6rem;
  }
}
.p-brand-design__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-design__items {
    grid-template-columns: 1fr;
  }
}
.p-brand-design__item {
  display: flex;
  flex-direction: column;
}
.p-brand-design__item dt {
  padding: 2rem;
  background: rgb(134, 111, 109);
  background: linear-gradient(0deg, rgb(134, 111, 109) 0%, rgb(187, 157, 154) 100%);
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
}
.p-brand-design__item dt span {
  font-size: 0.7em;
  display: inline-block;
}
.p-brand-design__item dd {
  padding: 2rem;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .p-brand-design__item dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-design__item dd {
    font-size: 1.4rem;
  }
}

.p-brand-sdgs {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}
.p-brand-sdgs__heading {
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-sdgs__heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-sdgs__heading {
    font-size: 2rem;
  }
}
.p-brand-sdgs__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}
@media only screen and (max-width: 767px) {
  .p-brand-sdgs__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-sdgs__list__item {
    display: flex;
    gap: 1px;
  }
}
.p-brand-sdgs__list__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-brand-sdgs__list__item dt {
  font-size: min(1.6rem, 1.2vw);
  background-color: #898989;
  color: #fff;
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-brand-sdgs__list__item dt {
    padding: 0.5rem;
    font-size: 1.3rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-sdgs__list__item dd {
    aspect-ratio: 4/3;
    width: 50%;
  }
  .p-brand-sdgs__list__item dd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-brand-suport {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}
.p-brand-suport__box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-suport__box {
    grid-template-columns: 1fr;
  }
}
.p-brand-suport__box__heading {
  font-size: 30px;
  font-size: 3rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-brand-suport__box__heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-suport__box__heading {
    font-size: 2rem;
  }
}
.p-brand-suport__box__lead {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-suport__box__lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-brand-suport__box__lead {
    font-size: 1.6rem;
  }
}
.p-brand-suport__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .p-brand-suport__info {
    grid-template-columns: 1fr;
  }
}
.p-brand-suport__info__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #d0c8c5;
}
.p-brand-suport__info__item dt {
  padding: 1.5rem;
  background-color: #666565;
  color: #fff;
  text-align: center;
}
.p-brand-suport__info__item dd {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.p-brand-suport__info__item dd ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-brand-suport__info__item dd ul li {
  font-size: 1.4rem;
  display: flex;
}
.p-brand-suport__info__item dd ul li span {
  width: calc(100% - 1.3em);
}
.p-brand-suport__info__item dd ul li::before {
  content: "";
  display: inline-block;
  width: 1lh;
  height: 1lh;
  border: 1px solid #30312d;
  scale: 0.5;
}
.p-brand-suport__info__item dd figure {
  width: 80%;
  margin-inline: auto;
}
.p-brand-suport__more {
  display: block;
  background-color: #dcdddd;
  padding: 1.5rem;
  width: 90%;
  max-width: 300px;
  margin-inline: auto;
  text-align: center;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-brand-suport__more:hover:hover {
    background-color: #514f4e;
    color: #fff;
  }
}

.p-brand-entry {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
  border: 1px solid #d0c8c5;
  padding: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-brand-entry {
    padding: 1.5rem;
  }
}
.p-brand-entry__heading {
  font-size: 3.6rem;
}
.p-brand-entry__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-brand-entry__btns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-brand-entry__btn {
  padding: 1.5rem;
}
/*# sourceMappingURL=../../map/brand/style.css.map */