/* Header EN */

.hue .IB {
  display: inline-block !important;
}

.hue .h-en {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 14px;
  /* 線＋余白ぶん */
  margin-right: 0;
}

.hue .h-en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  /* 縦線の長さ */
  background-color: #ddd;
  /* 線の色。スクショに近い薄グレー */
  transform: translateY(-50%);
}

.hue .h-en a {
  font-size: 1.6rem;
  color: #595957;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}


/* 地球儀アイコン（SVGでもフォントでもOK） */
.hue .h-en .ico-globe {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../../assets/img/common/icon-globe.svg") no-repeat center / contain;
}


/* HUE Custom Styles */
/* 背景画像つきヒーロー本体 */
.hue .main-visual {
  background-color: #f8f9fa;
  background-image: url("../../../assets/img/top/hue_mv_bg.png?20260303");
  /* ★背景に */
  background-position: right 10% bottom;
  /* 右寄せ */
  background-repeat: no-repeat;
  background-size: 72%;
  position: relative;
  overflow: hidden;
  padding: 20px 0 40px;
}

@media(max-width:768px) {
  .hue .main-visual {
    background-image: url("../../../assets/img/top/hue_mv_bg_sp.png?20260303");
  }
}

/* 左側のコンテンツブロック */
.hue .main-visual__content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* ロゴ左／テキスト右 */
.hue .mv-main-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 20px;
}

.hue .mv-logo {
  flex: 0 0 auto;
  max-width: 32%;
}

.hue .mv-logo img {
  max-height: 170px;
  width: auto;
  max-width: 100%;
}

.hue .mv-text {
  flex: 1 1 0%;
  padding-top: 0;
}


/* 下中央ボタン */
.hue .mv-btn-wrap {
  display: flex;
  justify-content: center;
  /* 中央寄せ */
}



.hue .mv-ttl {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.hue .mv-sub {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}


.hue .mv-desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 50px;
  max-width: 535px;
}

.hue .main-visual__img {
  position: absolute;
  bottom: -5%;
  right: -10%;
  width: 75%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.hue .main-visual__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  -webkit-mask-image: none;
  mask-image: none;
}

.hue .c-btn01.is-dark a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 55px 8px 35px !important;
  background: #595757 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  width: auto !important;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  max-width: 220px;
}

.hue .c-btn01.is-dark a .ico-arr-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1 7h12m0 0L8 2m5 5-5 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/svg%3E") no-repeat center center / contain;
  transition: transform 0.3s;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.hue .c-btn01.is-dark a:hover .ico-arr-custom {
  transform: translateY(-50%) translateX(5px);
}

.hue .c-btn01 a:after {
  background-image: linear-gradient(128deg, #902AF3 50%, transparent 50%) !important;
}

.oxyg .c-btn01 a:after {
  background-image: linear-gradient(128deg, #00AAB6 50%, transparent 50%) !important;
}




/* Logo Slider */
.sec-logo-slider {
  padding: 20px 0;
  background: #fff;
  overflow: hidden;
}

.logo-swiper,
.case-logo-swiper {
  height: 100px;
  display: flex;
  align-items: center;
}

.logo-swiper .swiper-wrapper,
.case-logo-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo-swiper .swiper-slide,
.case-logo-swiper .swiper-slide {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  padding: 0 !important;
}

.logo-swiper .swiper-slide img,
.case-logo-swiper .swiper-slide img {
  max-height: 70px;
  max-width: 160px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  transition: all 0.4s ease;
}


/* Anchor Links (Matching Solutions Page) */
.hue .c-lst-anchor {
  display: flex;
  gap: 12px;
  padding: 50px 50px 100px;
  flex-wrap: wrap;
  list-style: none;
  background-color: #F8F8F8;
}

.hue.partner .c-lst-anchor {
  padding: 0;
  background-color: #fff;
}

.hue .c-lst-anchor li {
  margin: 0;
}

.hue .c-lst-anchor li a {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 9px 37px 7px 15px;
  border-radius: 100px;
  border: solid 1px #595757;
  letter-spacing: 0.6px;
  background-color: #fff;
  color: #595757;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
}

.hue .c-lst-anchor li a::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.79297 0.600752L6.79297 10.9337L5.53295 10.9337L5.53295 0.600752C5.53295 0.240301 5.83295 -4.19639e-08 6.13295 -2.88505e-08C6.49295 -1.31144e-08 6.73295 0.300376 6.73295 0.600752L6.79297 0.600752Z' fill='%23595757'/%3E%3Cpath d='M5.59344 11.7756L1.09344 7.26997C0.793445 6.96959 0.793445 6.54909 1.09344 6.24872C1.39344 5.94834 1.81342 5.94834 2.11341 6.24872L6.13342 10.2737L10.1534 6.24872C10.4534 5.94834 10.8734 5.94834 11.1734 6.24872C11.4734 6.5491 11.4734 6.96959 11.1734 7.26997L6.67344 11.7756C6.37344 12.076 5.95343 12.076 5.65343 11.7756L5.59344 11.7756Z' fill='%23595757'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  right: 14px;
  top: 50%;
  transform: translateY(-40%);
  transition: all 0.5s;
  z-index: 1;
}

.hue .c-lst-anchor li a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0;
  z-index: 0;
  border-radius: 999px;
  background-image: linear-gradient(128deg, #595757 50%, transparent 50%);
  background-position: bottom right;
  background-size: 200% 200%;
  transition: 0.5s;
  z-index: -1;
}

.hue .c-lst-anchor li a:hover {
  color: #fff !important;
  opacity: 1;
}

.hue .c-lst-anchor li a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.79297 0.600752L6.79297 10.9337L5.53295 10.9337L5.53295 0.600752C5.53295 0.240301 5.83295 -4.19639e-08 6.13295 -2.88505e-08C6.49295 -1.31144e-08 6.73295 0.300376 6.73295 0.600752L6.79297 0.600752Z' fill='white'/%3E%3Cpath d='M5.59344 11.7756L1.09344 7.26997C0.793444 6.96959 0.793444 6.54909 1.09344 6.24872C1.39344 5.94834 1.81342 5.94834 2.11342 6.24872L6.13342 10.2737L10.1534 6.24872C10.4534 5.94834 10.8734 5.94834 11.1734 6.24872C11.4734 6.5491 11.4734 6.96959 11.1734 7.26997L6.67344 11.7756C6.37344 12.076 5.95343 12.076 5.65343 11.7756L5.59344 11.7756Z' fill='white'/%3E%3C/svg%3E%0A");
}

.hue .c-lst-anchor li a:hover::after {
  background-position: top left;
}


/* SP時は背景の扱いだけ調整 */

@media (max-width: 900px) {
  .hue .main-visual {
    padding: 20px 0 100px;
    background-position: 0 bottom;
    background-size: 95%;
  }

  .hue .main-visual__content {
    padding: 0 20px;
  }

  .hue .mv-main-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-align: left;
  }

  .hue .mv-logo img {
    height: 90px;
    max-width: none;
  }

  .hue .mv-text {
    padding-top: 0;
  }

  .hue .mv-ttl {
    font-size: 2.8rem;
    text-align: left;
    letter-spacing: 0.03em;
  }

  .hue .mv-sub {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .hue .mv-desc {
    margin: 0 auto;
  }

  .hue .mv-btn-wrap {
    justify-content: flex-start;
  }

  .hue .c-btn01.is-dark a {
    margin-top: 20px;
    padding: 8px 75px 8px 75px !important;
  }

  .hue .c-btn01 span:after {
    right: 10px;
  }

  .hue .c-btn01 span:after {
    right: 20px;
  }

  .hue .main-visual__img {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    width: 100%;
    height: 250px;
    margin-top: 30px;
  }

  .hue .main-visual__img img {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hue .c-lst-anchor {
    padding: 30px 40px 150px;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }

  .hue .c-lst-anchor::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
  }

  .hue .c-lst-anchor li {
    flex-shrink: 0;
  }

  .hue .c-lst-anchor li a {
    padding: 8px 32px 8px 16px;
    font-size: 1.3rem;
    white-space: nowrap;
    border: solid 1.2px #333;
  }

  .hue .c-ttl02 {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }


}


/* ソリューションリンク */
.hue .sec-hue {
  padding-top: 40px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .hue .sec-hue {
    padding-top: 10px;
  }
}

.hue .sec-hue .grid02 {
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .hue .sec-hue .grid02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
}

.hue .sec-hue .grid02 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
  box-shadow: 0px 6px 20px rgba(89, 89, 87, 0.25);
  color: #000;
  transition: transform 0.3s, box-shadow 0.3s, color 0.3s;
}


.hue .sec-hue .grid02 .item:hover {
  box-shadow: 0px 12px 30px rgba(89, 89, 87, 0.4);
  color: #902AF3;
  transition: 0.3s;
}

.hue .sec-hue .grid02 .item:hover .right img {
  transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .hue .sec-hue .grid02 .item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.hue .sec-hue .grid02 .sttl {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .hue .is-ipad .sec-hue .grid02 .sttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hue .sec-hue .grid02 .sttl {
    font-size: 16px;
  }
}

.hue .sec-hue .grid02 .left {
  width: calc(100% - 130px);
  padding: 10px 30px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .hue .is-ipad .sec-hue .grid02 .left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hue .sec-hue .grid02 .left {
    width: calc(100% - 123px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hue .sec-hue .grid02 .right {
  width: 130px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .hue .sec-hue .grid02 .right {
    width: 123px;
  }
}

.hue .sec-hue .grid02 .right img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: 0.5s;
}

.hue #footer {
  margin-top: 0;
  padding-top: 0;
}

.hue #footer .block02 {
  margin-top: 0;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .hue #footer .block02 {
    padding-top: 60px;
  }
}


.c-sub-mv .c-ttl01.tit-subpage:before {
  background-color: #9029F3 !important;
}

/* Intro Sections (Community & Partner) */
.hue .overlap-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 180px;
}


.hue .sec-cmn-intro .tit-box {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.hue .sec-cmn-intro .desc-box {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}


.hue .sec-cmn-intro .link-purple,
.hue .c-link .c-link-hover {
  color: #8b46ff;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hue .c-link.link-purple span:before {
  opacity: 1;
}

.hue .c-link.link-purple span:after {
  opacity: 0;
}

.hue .c-link.link-purple span:after,
.hue a .c-link.link-purple span:after,
.hue .c-link.link-purple .c-link-hover span:before {
  content: "";
  position: absolute;
  background-image: url(../../../hue/img/purple_arrow.svg?20260305);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 14px;
  top: 6px;
  right: -21px;
  opacity: 1;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .hue .c-link.link-purple span:after,
  .hue a .c-link.link-purple span:after,
  .hue .c-link.link-purple .c-link-hover span:before {
    top: 5px;
  }
}


.hue .sec-cmn-intro .box-detail:hover .tit-box {
  color: #902AF3;
}

.hue .sec-cmn-intro .c-link-hover span:before,
.hue .sec-cmn-intro .c-link-hover span:after {
  background: none;
}

.hue .sec-cmn-intro .c-link-hover {
  background: linear-gradient(0deg, #902AF3, #902AF3) bottom 0 left 0 / 0% 1px no-repeat;
}

.hue .c-link a,
.c-link .c-link-hover {
  background: linear-gradient(0deg, #902AF3, #902AF3) bottom 0 left 0 / 0% 1px no-repeat;
}


.hue .res-grid .item.is-wide .item__txt {
  font-size: 1.4rem;
  margin-bottom: 15px !important;
}

.hue .sec-cmn-intro.is-reverse .img-intro img {
  object-position: right center;
}

.hue .sec-cmn-intro.is-reverse .box-detail {
  right: auto;
  left: 0;
}

@media (max-width: 768px) {

  .sec-cmn-intro {
    margin: 0 !important;
  }

  .hue .sec-cmn-intro .tit-box {
    font-size: 2rem;
    line-height: 1.4;
  }


  .hue .sec-resources .item.is-support .item__txt {
    font-size: 1.4rem;
  }

  .hue .sec-cmn-intro .desc-box {
    font-size: 1.4rem;
  }

  .hue .sec-cmn-intro .link-purple,
  .hue .c-link .c-link-hover {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .hue .sec-resources .item.is-support .item__content {
    padding: 20px 24px 50px;
    background-color: #fff;
  }

}


@media (min-width: 781px) {
  .hue .sec-cmn-intro.is-right .img-intro {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hue .sec-cmn-intro.is-right .img-intro img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media (max-width: 1230px) {

  .hue .sec-cmn-intro .box-detail .pc {
    display: none;
  }

}

