.p-brand__title {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-brand__title {
    gap: 14px;
    padding: 10px 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand__title {
    gap: 20px;
    margin: 17px auto;
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .p-brand__title .p-brand__logo img {
    height: auto;
    width: 75px;
  }
}
.p-brand__title .p-brand__title__detail h1 {
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .p-brand__title .p-brand__title__detail h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand__title .p-brand__title__detail h1 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.p-brand__title .p-brand__title__detail p {
  color: var(--color-blue);
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-brand__title .p-brand__title__detail p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand__title .p-brand__title__detail p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.c-mv .c-mv__main figure img {
  border-radius: 0;
}

.p-brand__lead {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-brand__lead {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand__lead {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .p-brand__images {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand__images {
    display: -ms-grid;
    display: grid;
    gap: 31px;
    -ms-grid-columns: 1fr 31px 1fr 31px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-brand__images li:not(:first-child) {
    margin-top: 21px;
  }
}
.p-brand__images img {
  height: auto;
  width: 100%;
}
.p-brand__images figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: center;
}

.p-brand__button .c-btn01 {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .p-brand__button .c-btn01 {
    width: 400px;
  }
}

.p-brand {
  background: rgba(211, 222, 240, 0.2);
}
@media only screen and (max-width: 768px) {
  .p-brand {
    padding: 50px 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand {
    padding-block: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .p-brand__inner {
    margin: 0 auto;
    width: 1000px;
  }
}
.p-brand .p-brand__main {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .p-brand .p-brand__main {
    gap: 20px 25px;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .p-brand__main {
    gap: 38px 27px;
    -ms-grid-columns: 1fr 27px 1fr 27px 1fr 27px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .p-brand .p-brand__item figure img {
    height: auto;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .p-brand__item a:hover {
    opacity: 0.7;
  }
}
.p-brand .p-brand__item h3 {
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-brand .p-brand__item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .p-brand__item h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 3px;
  }
}
.p-brand .p-brand__item p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-brand .p-brand__item p {
    min-height: 112px;
  }
}
.p-brand .p-brand__item ul {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-brand .p-brand__item ul {
    gap: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .p-brand__item ul {
    gap: 18px;
  }
}
.p-brand .p-brand__item ul a {
  background: url("../../img/icon-arrow02.svg") no-repeat right center/24px auto;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-brand .p-brand__item ul a {
    font-size: 13px;
    font-size: 1.3rem;
    background-size: 20px 20px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .p-brand__item ul a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 30px;
  }
}
.p-brand .slick-arrow {
  overflow: hidden;
  position: absolute;
  text-indent: 100px;
}
@media only screen and (max-width: 768px) {
  .p-brand .slick-arrow {
    height: 30px;
    top: -58px;
    width: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .slick-arrow {
    height: 45px;
    top: -64px;
    width: 45px;
  }
}
.p-brand .slick-arrow.slick-prev {
  background: url("../../img/icon-arrow03.svg") no-repeat left top/45px auto;
}
@media only screen and (max-width: 768px) {
  .p-brand .slick-arrow.slick-prev {
    background-size: 30px auto;
    right: 78px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .slick-arrow.slick-prev {
    right: 52px;
  }
}
.p-brand .slick-arrow.slick-next {
  background: url("../../img/icon-arrow02.svg") no-repeat left top/45px auto;
}
@media only screen and (max-width: 768px) {
  .p-brand .slick-arrow.slick-next {
    background-size: 30px auto;
    right: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-brand .slick-slide {
    padding-inline: 7px;
    width: 225px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-brand .slick-slide {
    padding-right: 17px;
    width: 228px;
  }
}
@media only screen and (max-width: 768px) {
  .p-brand .p-brand__slider {
    margin-inline: -40px;
  }
}
.p-brand .p-brand__slide figure {
  margin-bottom: 12px;
}
.p-brand .p-brand__slide h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.p-brand .p-brand__slide p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.p-brand .p-brand__slide a {
  font-size: 13px;
  font-size: 1.3rem;
  background: #fff;
  border: 1px solid var(--color-blue);
  border-radius: 20px;
  color: var(--color-blue);
  display: block;
  padding-block: 7px;
  text-align: center;
}
.p-brand .p-brand__slide a span {
  background: url("../../img/icon-newwin.svg") no-repeat right center/11px auto;
  display: inline-block;
  padding-right: 18px;
}