.bs-container {
}

.bs-top {
  position: relative;
}

.bs-top img {
  width: 100%;
}

#bg-brand-mb {
  display: none;
}

#bg-brand-pc {
  display: block;
}

.bs-top-box {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  grid-auto-flow: dense;
  height: 140px;
  position: absolute;
  bottom: -70px;
  grid-gap: 16px;
  left: 0;
  right: 0;
}

/* .box-item:hover {
    background: linear-gradient(90deg, #395EEF 0%, #60CE93 100%);
} */

@media only screen and (min-width: 768px) {
  .bs-hover {
    width: 100%;
    height: 100%;
    border-radius: 26px;
    /* padding-top: 30px; */
  }
}

.box-item-brand {
  padding: 30px 20px 20px 20px;
}

/* .bs-hover {
    transition: background 0.5s ease-out;
} */

@keyframes example {
  from {
    opacity: 0.1;
    /* background: linear-gradient(258.33deg, #60CE93 0%, #395EEF 100%); */
  }
  to {
    opacity: 1;
    /* background: linear-gradient(90deg, #395EEF 0%, #60CE93 100%); */
  }
}

@media only screen and (min-width: 768px) {
  .bs-hover:hover {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: linear-gradient(90deg, #395eef 0%, #60ce93 100%);
    animation-name: example;
    animation-duration: 1s;
  }
}

/* .bs-hover:hover {
    background: linear-gradient(90deg, #395EEF 0%, #60CE93 100%);
} */

/* .box-item a {
    transition: background 0.5s ease-out;
}

.box-item a:hover {
    background: linear-gradient(90deg, #395EEF 0%, #60CE93 100%);
} */

@media only screen and (min-width: 768px) {
  .bs-hover:hover p {
    color: white;
  }
}

.icon-img {
  width: 30px;
  height: 30px;
  /* display: block; */
  opacity: 1;
  transition: opacity 0.5s ease;
}

.icon-img-white {
  width: 30px;
  height: 30px;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media only screen and (min-width: 768px) {
  .bs-hover:hover .icon-img {
    display: none;
    /* opacity: 0; */
    /* transition: 0.5s; */
  }
}

@media only screen and (min-width: 768px) {
  .bs-hover:hover .icon-img-white {
    display: block;
    opacity: 1;
    /* transition: 0.5s; */
  }
}

.box-item {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(
    124.45deg,
    rgba(255, 255, 255, 0.5) 16.82%,
    rgba(255, 255, 255, 0.095) 86.25%
  );
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0px 4px 20px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 26px;
  /* padding-top: 30px; */
  /* transition: 0.5s; */
}

.bs-pt-30 {
  padding-top: 30px;
}

.box-item img {
  width: 30px;
  margin: 0 auto;
}

.box-item p {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
  /* transition: 0.3s;
    transition: color 0.5s ease-out; */
}

.bs-content {
  background: #f5f5f5;
}

.bs-brand-content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px;
  padding-top: 130px;
}

.bs-brand-content-box-item {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin-bottom: 60px;
}

.pd-right {
  padding-right: 30px;
}

.pd-left {
  padding-left: 30px;
  text-align: right;
}

.bs-brand-content-box-item-text span {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #395eef;
}

.bs-brand-content-box-item-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

.brand-icon-right {
  background-image: url(../images/brand/arrow3.svg);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin-left: 20px;
}

.brand-icon-left {
  background-image: url(../images/brand/arrowleft.svg);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin-right: 20px;
}

.brand-icon-left.mb {
  display: none;
}

@media only screen and (max-width: 800px) {
  #bg-brand-mb {
    display: block;
  }
  #bg-brand-pc {
    display: none;
  }
  .brand-carousel-top {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: -25px;
    height: 50px;
    padding: 0 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .brand-carousel-top {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .brand-carousel-top::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .bs-top-box {
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    width: 1080px;
    margin: 0px auto;
    display: flex;
    position: unset;
    height: 100%;
  }
  .box-item {
    padding: 10px;
    background: linear-gradient(
      124.45deg,
      rgba(255, 255, 255, 0.5) 16.82%,
      rgba(255, 255, 255, 0.095) 86.25%
    );
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 4px 20px rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 14px;
  }
  .box-item img {
    width: 24px;
    height: 24px;
    margin: 3px 14px;
  }
  .box-item a {
    display: flex;
  }
  .box-item p {
    margin-top: 0;
    margin-right: 38px;
    font-size: 16px;
    white-space: nowrap;
  }
  .bs-brand-content-box {
    padding: 10px;
    padding-top: 60px;
  }
  .bs-brand-content-box-item {
    grid-template-columns: 100%;
    display: flex;
    flex-direction: column;
  }
  .pd-right {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .bs-brand-content-box-item-text span {
    font-size: 32px;
    line-height: 48px;
  }
  .brand-icon-right {
    background-image: url(../images/brand/arrow5.svg);
    width: 26px;
    height: 26px;
    margin-top: 10px;
  }
  .brand-icon-left {
    background-image: url(../images/brand/arrow5.svg);
    width: 26px;
    height: 26px;
    order: 2;
    margin-top: 10px;
    margin-left: 20px;
  }

  .brand-icon-left.pc {
    display: none;
  }

  .brand-icon-left.mb {
    display: inline-block;
  }

  .pd-left {
    padding-left: 0;
    text-align: left;
    order: 1;
    padding-bottom: 20px;
  }
  .bs-brand-content-box-item-img {
    order: 2;
  }
  .box-item-brand {
    padding-top: 0;
    display: flex;
  }
}

.bs-top {
  position: relative;
  height: 390px;
  width: 100%;
  background-image: url("../images/about-us/bs-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bs-top-bg {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bs-top-bg img {
  margin: auto;
  max-width: 1050px;
  width: 100%;
  /* height: 103px; */
}

@media only screen and (max-width: 800px) {
  .bs-top {
    height: 260px;
  }
  .bs-top-bg {
    height: 100%;
    max-width: 237px;
    padding-top: 40px;
  }
  .bs-brand-content-box-item {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .bs-top-bg img {
    padding: 0 30px;
  }
  .bs-top-box {
    padding: 0 30px;
  }
}
