@charset "UTF-8";
/* --------------------------------------------------------------------
 MESSAGE
-------------------------------------------------------------------- */
.message {
  position: relative;
}

.message-inner.page-inner.inner {
  padding: 80px 64px 14.85vw;
  position: relative;
  z-index: 1;
}

.message-top {
  font-size: 2.09vw;
  font-weight: bold;
  margin-bottom: 2.1vw;
  letter-spacing: 0.5px;
}

.message-top-text {
  font-size: 1.35vw;
  font-weight: bold;
  line-height: 2.3;
  padding-bottom: 24.5vw;
  position: relative;
  letter-spacing: 0.5px;
}

.message-bottom-text {
  font-size: 1.041vw;
  line-height: 2.2;
  padding-left: 31.25vw;
  position: relative;
}

.message-item {
  position: absolute;
}

.message-item.image01 {
  width: 41.667vw;
  top: 4.5vw;
  right: 0;
}

.message-item.image02 {
  width: 20.8335vw;
  top: 31.2vw;
  right: 37.5vw;
}

.message-item.image03 {
  width: 37.5vw;
  bottom: 10.5vw;
  left: 0;
}

.message-item.square {
  width: 25vw;
  height: 55.2084vw;
  background: linear-gradient(to top, #d9f3ff, #fcfcfd);
}

.message-item.size01 {
  top: -101px;
  right: 0;
}

.message-item.size02 {
  bottom: 0;
  left: 0;
}

.img-sp {
  display: none;
}

@media (max-width: 1700px) {
  .message-top-text {
    padding-bottom: 17.5vw;
  }

  .message-bottom-text {
    padding-left: 38.5vw;
  }
}

@media (max-width: 1024px) {
  .message-inner.page-inner.inner {
    padding: 35px 24px 60px;
  }

  .message-top {
    font-size: 1.65rem;
    margin-bottom: 30px;
  }

  .message-top-text {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    padding-bottom: 40px;
  }

  .message-bottom-text {
    line-height: 1.8;
    padding-left: 0;
  }

  .message-item.size01 {
    top: 0;
  }

  .message-text {
    font-size: 1rem;
  }

  .message-img {
    margin-top: 30px;
  }

  .img-pc {
    display: none;
  }

  .img-sp {
    display: block;
  }
}

/* --------------------------------------------------------------------
 BRAND
-------------------------------------------------------------------- */
.brand {
  position: relative;
  overflow: hidden;
}

.brand-item {
  position: absolute;
}

.brand-item.size01 {
  width: 9.167vw;
  height: 7.8125vw;
  background: linear-gradient(to right, #F4F4F9, #c5c6e2);
  top: 11.7vw;
  left: 0;
}

.brand-item.size02 {
  width: 20.8334vw;
  height: 4.167vw;
  background: linear-gradient(to left, #F4F4F9, #c5c6e2);
  bottom: 0;
  left: 0;
}

.brand-item.size03 {
  width: 83.3334vw;
  height: 83.3334vw;
  border-radius: 50%;
  background: linear-gradient(to bottom, #9bd1f3, #F4F4F9);
  top: -48vw;
  right: -41.8vw;
}

.brand-inner {
  position: relative;
}

.brand-text {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.3;
  text-align: center;
  margin-bottom: 65px;
  letter-spacing: 0.5px;
}

.brand-block {
  background: #fff;
  padding: 82px 0;
}

.brand-block-item {
  font-size: 1.625rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  letter-spacing: 0.5px;
}

.brand-en {
  width: 160px;
  text-align: center;
}

.brand-border {
  width: 240px;
  height: 1px;
  background: #CCCDD2;
  margin: 0 25px;
}

.brand-jp {
  width: 140px;
  text-align: center;
}

@media (max-width: 1024px) {
  .brand-item.size01 {
    width: 15.385vw;
    height: 12.821vw;
    top: 7vw;
  }

  .brand-item.size02 {
    width: 30.77vw;
    height: 10.77vw;
  }

  .brand-item.size03 {
    bottom: auto;
    top: -41vw;
  }
  
  .brand-text {
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px;
  }

  .brand-block {
    padding: 10px 20px;
  }

  .brand-block-item {
    font-size: 1.1rem;
    padding: 16px 0;
  }

  .brand-border {
    width: 52px;
    margin: 0 10px;
  }
}

@media (max-width: 350px) {
  .brand-block {
    padding: 10px;
  }
  
  .brand-block-item {
    font-size: 1.1rem;
    padding: 20px 0;
  }

  .brand-border {
    width: 36px;
    margin: 0 10px;
  }
}