.brand_commitment_lead {
  padding: 169px 0 176px;
  background-image: url("../img/brand/commitment/brand_lead_image.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .brand_commitment_lead {
    background-image: url("../img/brand/commitment/brand_lead_image_sp.webp");
    padding: 90px 30px 90px;
  }
}
@media screen and (max-width: 768px) {
  .brand_commitment_lead .section_inner {
    padding: 0;
  }
}
.brand_commitment_lead_title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 31px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .brand_commitment_lead_title {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 23px;
    text-align: left;
  }
}
.brand_commitment_lead_text {
  line-height: 2.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .brand_commitment_lead_text {
    font-size: 1.4rem;
    line-height: 2.4;
    text-align: left;
  }
}
.brand_commitment .section.contents {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .brand_commitment .section.contents {
    padding-top: 60px;
  }
}
.brand_commitment .section.contents .section_inner {
  max-width: 1360px;
}
@media screen and (max-width: 768px) {
  .brand_commitment .section.contents .section_inner {
    max-width: 100%;
  }
}
.brand_commitment_box {
  width: 100%;
  padding-top: 99px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box {
    padding-top: 60px;
  }
}
.brand_commitment_box::before {
  content: "";
  display: block;
  width: 480px;
  height: 132px;
  background-image: url("../img/brand/commitment/box_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box::before {
    width: 240px;
    height: 60px;
    background-image: url("../img/brand/commitment/box_bg_sp.webp");
  }
}
.brand_commitment_box + .brand_commitment_box {
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box + .brand_commitment_box {
    margin-top: 40px;
  }
}
.brand_commitment_box_wrap {
  width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 105px 100px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap {
    border-radius: 10px;
    padding: 56px 30px 53px;
  }
}
.brand_commitment_box_wrap.blue .brand_commitment_box_number span {
  color: #005EA1;
}
.brand_commitment_box_wrap.blue .brand_commitment_box_number span::before {
  background-color: #005EA1;
}
.brand_commitment_box_wrap.blue .brand_commitment_box_text::before, .brand_commitment_box_wrap.blue .brand_commitment_box_text::after {
  content: "";
  display: block;
  width: 23px;
  height: 27px;
  background-image: url("../img/brand/commitment/icon_star_blue.svg");
  background-size: contain;
  position: absolute;
}
.brand_commitment_box_wrap.blue .brand_commitment_box_text::before {
  top: -17px;
  left: -55px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.blue .brand_commitment_box_text::before {
    top: 33px;
    left: -7px;
  }
}
.brand_commitment_box_wrap.blue .brand_commitment_box_text::after {
  top: 67px;
  right: -32px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.blue .brand_commitment_box_text::after {
    top: initial;
    bottom: -30px;
    right: -12px;
  }
}
.brand_commitment_box_wrap.blue .brand_commitment_box_item_subtitle,
.brand_commitment_box_wrap.blue .brand_commitment_box_item_title {
  color: #005EA1;
}
.brand_commitment_box_wrap.orange .brand_commitment_box_number span {
  color: #F17D63;
}
.brand_commitment_box_wrap.orange .brand_commitment_box_number span::before {
  background-color: #F17D63;
}
.brand_commitment_box_wrap.orange .brand_commitment_box_text::before, .brand_commitment_box_wrap.orange .brand_commitment_box_text::after {
  content: "";
  display: block;
  width: 23px;
  height: 27px;
  background-image: url("../img/brand/commitment/icon_star_orange.svg");
  background-size: contain;
  position: absolute;
}
.brand_commitment_box_wrap.orange .brand_commitment_box_text::before {
  top: -18px;
  left: -69px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.orange .brand_commitment_box_text::before {
    top: 33px;
    left: -6px;
  }
}
.brand_commitment_box_wrap.orange .brand_commitment_box_text::after {
  top: 57px;
  right: -69px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.orange .brand_commitment_box_text::after {
    top: initial;
    bottom: -2px;
    right: -12px;
  }
}
.brand_commitment_box_wrap.orange .brand_commitment_box_item_subtitle,
.brand_commitment_box_wrap.orange .brand_commitment_box_item_title {
  color: #F17D63;
}
.brand_commitment_box_wrap.orange .brand_commitment_box_item_img_point_left {
  top: 30%;
  left: initial;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.orange .brand_commitment_box_item_img_point_left {
    top: 21%;
    right: 10px;
  }
}
.brand_commitment_box_wrap.yellow .brand_commitment_box_number span {
  color: #FCA90F;
}
.brand_commitment_box_wrap.yellow .brand_commitment_box_number span::before {
  background-color: #FCA90F;
}
.brand_commitment_box_wrap.yellow .brand_commitment_box_text::before, .brand_commitment_box_wrap.yellow .brand_commitment_box_text::after {
  content: "";
  display: block;
  width: 23px;
  height: 27px;
  background-image: url("../img/brand/commitment/icon_star_yellow.svg");
  background-size: contain;
  position: absolute;
}
.brand_commitment_box_wrap.yellow .brand_commitment_box_text::before {
  top: -22px;
  left: -22px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.yellow .brand_commitment_box_text::before {
    top: 33px;
    left: -6px;
  }
}
.brand_commitment_box_wrap.yellow .brand_commitment_box_text::after {
  top: 37px;
  right: -47px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.yellow .brand_commitment_box_text::after {
    top: initial;
    bottom: -2px;
    right: -12px;
  }
}
.brand_commitment_box_wrap.yellow .brand_commitment_box_item_subtitle,
.brand_commitment_box_wrap.yellow .brand_commitment_box_item_title {
  color: #FCA90F;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.yellow .brand_commitment_box_item_img {
    width: calc(100% + 60px);
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.yellow .brand_commitment_box_item_flex {
    gap: 23px;
  }
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_number span {
  color: #47C2D1;
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_number span::before {
  background-color: #47C2D1;
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_item:nth-child(3) .brand_commitment_box_item_img {
  position: relative;
  padding-bottom: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.turquoise .brand_commitment_box_item:nth-child(3) .brand_commitment_box_item_img {
    padding-right: 45px;
    padding-bottom: 20px;
  }
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_item:nth-child(3) .brand_commitment_box_item_img .brand_commitment_box_item_img_round:nth-child(3) {
  max-width: 310px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.turquoise .brand_commitment_box_item:nth-child(3) .brand_commitment_box_item_img .brand_commitment_box_item_img_round:nth-child(3) {
    max-width: 100%;
    width: 100%;
  }
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_item:nth-child(3) .brand_commitment_box_item_img .brand_commitment_box_item_img_round:nth-child(4) {
  max-width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.turquoise .brand_commitment_box_item:nth-child(3) .brand_commitment_box_item_img .brand_commitment_box_item_img_round:nth-child(4) {
    max-width: 100%;
    width: 36.3636%;
  }
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_text::before, .brand_commitment_box_wrap.turquoise .brand_commitment_box_text::after {
  content: "";
  display: block;
  width: 23px;
  height: 27px;
  background-image: url("../img/brand/commitment/icon_star_turquoise.svg");
  background-size: contain;
  position: absolute;
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_text::before {
  top: -33px;
  left: -66px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.turquoise .brand_commitment_box_text::before {
    top: -19px;
    left: -3px;
  }
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_text::after {
  top: 77px;
  right: -65px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.turquoise .brand_commitment_box_text::after {
    top: initial;
    bottom: -17px;
    right: -5px;
  }
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_item_subtitle,
.brand_commitment_box_wrap.turquoise .brand_commitment_box_item_title,
.brand_commitment_box_wrap.turquoise .brand_commitment_box_bottom_item_wrap_subtitle,
.brand_commitment_box_wrap.turquoise .brand_commitment_box_bottom_item_wrap_title {
  color: #47C2D1;
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_bottom_item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.turquoise .brand_commitment_box_bottom_item {
    margin-top: 72px;
    gap: 20px;
  }
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_bottom_item_img {
  width: 65.09%;
  max-width: 716px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .brand_commitment_box_wrap.turquoise .brand_commitment_box_bottom_item_img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.turquoise .brand_commitment_box_bottom_item_img {
    max-width: calc(100% + 60px);
    width: calc(100% + 60px);
    margin-right: -30px;
    margin-left: -30px;
  }
}
.brand_commitment_box_wrap.turquoise .brand_commitment_box_bottom_item_wrap_text small {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_wrap.turquoise .brand_commitment_box_bottom_item_wrap_text small {
    margin-top: 25px;
  }
}
.brand_commitment_box_number {
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_number {
    top: -26px;
  }
}
.brand_commitment_box_number img {
  display: block;
  width: 197px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_number img {
    width: 121px;
  }
}
.brand_commitment_box_number span {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 2px;
  position: relative;
  color: #005EA1;
  top: -9px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_number span {
    font-size: 1.8rem;
    letter-spacing: 1px;
    top: -8px;
  }
}
.brand_commitment_box_number span::before {
  content: "";
  width: 34px;
  height: 3px;
  background-color: #005EA1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_number span::before {
    width: 20px;
    height: 2px;
  }
}
.brand_commitment_box_text {
  position: relative;
  display: inline-block;
}
.brand_commitment_box_text_wrap {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_text_wrap {
    margin-bottom: 51px;
  }
}
.brand_commitment_box_title {
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_title {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
}
.brand_commitment_box_lead {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_lead {
    text-align: left;
    line-height: 2;
    font-size: 1.4rem;
  }
}
.brand_commitment_box_item {
  max-width: 330px;
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_item {
    max-width: 100%;
    width: 100%;
  }
}
.brand_commitment_box_item_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 70px 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_item_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 72px 0;
  }
}
.brand_commitment_box_item_img {
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_item_img {
    margin-bottom: 20px;
  }
}
.brand_commitment_box_item_img_round {
  border-radius: 6px;
  overflow: hidden;
}
.brand_commitment_box_item_img_round figure,
.brand_commitment_box_item_img_round picture,
.brand_commitment_box_item_img_round img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_item_img_round.round_none {
    border-radius: 0;
  }
}
.brand_commitment_box_item_img_point {
  position: absolute;
  width: 80px;
  top: -40px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_item_img_point {
    width: 60px;
    top: -30px;
    left: 14px;
  }
}
.brand_commitment_box_item_subtitle {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: -2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_item_subtitle {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.brand_commitment_box_item_title {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_item_title {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
}
.brand_commitment_box_item_text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_item_text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.brand_commitment_box_item_text .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.brand_commitment_box_item_text small {
  font-size: 1.2rem;
  margin-top: -2px;
  display: block;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_item_text small {
    margin-top: 16px;
  }
}
.brand_commitment_box_bottom_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 83px;
}
.brand_commitment_box_bottom_item .pc1000 {
  display: block !important;
}
.brand_commitment_box_bottom_item .sp1000 {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .brand_commitment_box_bottom_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .brand_commitment_box_bottom_item .pc1000 {
    display: none !important;
  }
  .brand_commitment_box_bottom_item .sp1000 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item {
    margin-top: 75px;
    gap: 10px;
  }
}
.brand_commitment_box_bottom_item_img {
  max-width: 460px;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item_img {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.brand_commitment_box_bottom_item_img_wrap {
  position: relative;
}
.brand_commitment_box_bottom_item_img_wrap:first-child {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item_img_wrap:first-child {
    max-width: 100%;
    width: 87.27%;
  }
}
.brand_commitment_box_bottom_item_img_wrap:last-child {
  max-width: 180px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item_img_wrap:last-child {
    max-width: 100%;
    width: 36.3636%;
  }
}
.brand_commitment_box_bottom_item_wrap {
  max-width: 577px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .brand_commitment_box_bottom_item_wrap {
    max-width: 100%;
  }
}
.brand_commitment_box_bottom_item_wrap_subtitle {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FCA90F;
  margin-bottom: -2px;
}
@media screen and (max-width: 1000px) {
  .brand_commitment_box_bottom_item_wrap_subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item_wrap_subtitle {
    font-size: 1.4rem;
    margin-bottom: -5px;
  }
}
.brand_commitment_box_bottom_item_wrap_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #FCA90F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .brand_commitment_box_bottom_item_wrap_title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item_wrap_title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.brand_commitment_box_bottom_item_wrap_text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item_wrap_text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.brand_commitment_box_bottom_item_wrap_text small {
  font-size: 1.2rem;
}
.brand_commitment_box_bottom_item_wrap_flex {
  margin-top: 39px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .brand_commitment_box_bottom_item_wrap_flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item_wrap_flex {
    margin-top: 33px;
  }
}
@media screen and (max-width: 1000px) {
  .brand_commitment_box_bottom_item_wrap_flex .brand_commitment_box_bottom_item_wrap_flex_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item_wrap_flex .brand_commitment_box_bottom_item_wrap_flex_item {
    gap: 20px 20px;
  }
}
.brand_commitment_box_bottom_item_wrap_flex .brand_commitment_box_item_img_round {
  max-width: 220px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .brand_commitment_box_bottom_item_wrap_flex .brand_commitment_box_item_img_round {
    max-width: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .brand_commitment_box_bottom_item_wrap_flex .brand_commitment_box_bottom_item_wrap_title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .brand_commitment_box_bottom_item_wrap_flex .brand_commitment_box_bottom_item_wrap_text {
    width: 100%;
  }
}
.brand_commitment .brand_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .brand_commitment .brand_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 10px 80px;
    gap: 10px;
    max-width: 100%;
  }
}
.brand_commitment .brand_buttons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #44464C;
  background: #FFFFFF;
  font-weight: 700;
  padding: 19px 30px;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .brand_commitment .brand_buttons a {
    padding: 15px 30px;
    max-width: 100%;
  }
}
.brand_commitment .brand_buttons a.active {
  color: #F17D63;
}