/* TOP */
.page-top .top-mv {
  line-height: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/mv-sp.webp");
  background-size: 100% 100%;
  padding: 88px 0 72px;
  position: relative;
  animation: zoomOut 5s ease forwards;
}
@media (min-width: 768px) {
  .page-top .top-mv {
    padding: 164px 0 83px;
    background-image: url("../img/mv-pc.webp");
    /* height: 84.7vh;
		 */
  }
}
@keyframes zoomOut {
  from {
    background-size: 120% 120%;
    /* Start zoomed in */
  }
  to {
    background-size: 100% 100%;
    /* Zoom out to normal */
  }
}
.page-top .top-scroll-next {
  display: none;
}
@media (min-width: 768px) {
  .page-top .top-scroll-next {
    position: absolute;
    left: 38px;
    bottom: 39px;
    transition: all 0.32s ease;
    display: block;
  }
  .page-top .top-scroll-next:hover {
    opacity: 0.75;
  }
}
.page-top .top-mv__main-content {
  padding: 0 19px 0 18px;
  margin: 0 auto;
  text-align: center;
  filter: drop-shadow(0px 4px 34px rgba(0, 57, 104, 0.5));
}
.page-top .top-mv__main-top-text {
  color: var(--color-white);
  text-align: center;
  font-weight: 900;
  letter-spacing: 4.6px;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 2px solid var(--color-white);
  display: inline-block;
}
@media (min-width: 768px) {
  .page-top .top-mv__main-top-text {
    font-size: 39px;
    line-height: 59px;
    letter-spacing: 8.97px;
    border-bottom: 4px solid var(--color-white);
  }
}
.page-top .top-mv__main-text {
  color: var(--color-white);
  text-align: center;
  font-weight: 900;
  text-shadow: 0px 1.679px 36.94px rgba(3, 18, 79, 0.4);
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 2.4px;
  margin-block: 15px;
}
@media (min-width: 768px) {
  .page-top .top-mv__main-text {
    text-shadow: 0px 2px 44px rgba(3, 18, 79, 0.4);
    font-size: 63px;
    line-height: 76px;
    letter-spacing: 6.3px;
    margin-block: 30px;
  }
}
.page-top .top-mv__main-text .cross {
  font-size: 65px;
  letter-spacing: 6.5px;
  line-height: 0;
  vertical-align: middle;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-top .top-mv__main-text .cross {
    font-size: 102px;
    letter-spacing: 10.2px;
  }
}
.page-top .top-mv__main-text .md {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .page-top .top-mv__main-text .md {
    font-size: 53px;
    letter-spacing: 5.3px;
  }
}
.page-top .top-mv__main-b-txt {
  color: var(--color-white);
  background-color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
  padding: 4.2px 8.4px;
  display: inline-block;
}
@media (min-width: 768px) {
  .page-top .top-mv__main-b-txt {
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 5px;
    padding: 5px 10px;
  }
}
.page-top .top-mv__main-b-txt .color {
  color: var(--color-highlight-y);
  line-height: 1;
}
.page-top .top-mv__main-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  max-width: 237px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-top .top-mv__main-btns {
    max-width: 100%;
    flex-direction: row;
    margin-top: 60px;
    gap: 16px;
  }
}
.mission {
  background: var(--color-black);
  padding: 35px 0;
}
@media (min-width: 768px) {
  .mission {
    padding: 29px 0 26px;
  }
}
.mission__row {
  display: flex;
  max-width: 1325px;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .mission__row {
    align-items: flex-start;
    margin-left: auto;
    margin-right: 15px;
    gap: 48px;
    flex-direction: row;
  }
}
.mission__row img {
  width: 100%;
}
.mission__right {
  display: flex;
  align-items: center;
  gap: 5.14px;
}
@media (min-width: 768px) {
  .mission__right {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .mission__content {
    max-width: 539px;
  }
}
.mission__title {
  color: var(--color-white);
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* 36px */
  letter-spacing: 6px;
}
@media (min-width: 768px) {
  .mission__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 6px;
  }
}
.mission__text {
  color: var(--color-white);
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.3px;
}
@media (min-width: 768px) {
  .mission__text {
    font-size: 17px;
    margin-top: 12.5px;
    line-height: 34px;
    letter-spacing: 1.7px;
  }
}
/* GROUP */
.group {
  background-image: url(".././img/lazy-load/avantia-group-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* position: relative;
	 */
  /* &::after {
		 content: "";
		 background-image: url(".././img/lazy-load/avantia-group-bg.webp");
		 background-repeat: no-repeat;
		 background-size: cover;
		 background-position: center;
		 width: 100%;
		 height: 100%;
		 position: fixed;
		 inset: 0;
		 z-index: -1;
	}
	 */
}
@media (min-width: 768px) {
  .group {
    padding-bottom: 113px;
  }
}
.group .group__img img {
  width: 100%;
}
.group__head {
  margin: 0 auto 50px;
  max-width: 268px;
}
@media (min-width: 768px) {
  .group__head {
    max-width: 434px;
    margin: 0 auto 40px;
  }
}
.group__info {
  color: var(--color-white);
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1.3px;
}
@media (min-width: 768px) {
  .group__info {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
}
.group__info .bg {
  font-weight: 700;
  color: var(--color-black);
  background-image: linear-gradient(transparent 0, var(--color-white) 0);
  background-position-y: 0;
}
.group__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.group__sliderRtl .swiper-wrapper {
  transition-timing-function: linear;
}
.group__slider {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .group__slider {
    margin-top: 60px;
  }
}
.group__sliderRtl {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .group__sliderRtl {
    margin-top: 40px;
  }
}
/* STRENGTHS */
.strengths {
  background-color: var(--color-white);
}
.strengths .c-heading-primary {
  margin-bottom: 46px;
}
.strengths__block {
  max-width: 1200px;
  margin: 0 auto;
}
.strengths__row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 576px) {
  .strengths__row {
    padding-inline: 60px;
  }
}
@media (min-width: 768px) {
  .strengths__row {
    gap: 20px;
    padding-inline: 0;
  }
}
@media (min-width: 992px) {
  .strengths__row {
    gap: 45px;
  }
}
.strengths__box {
  width: 100%;
}
@media (min-width: 768px) {
  .strengths__box {
    width: calc((100% / 3) - (20px * 2) / 3);
  }
}
@media (min-width: 992px) {
  .strengths__box {
    width: calc((100% / 3) - (45px * 2) / 3);
  }
}
.strengths__img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .strengths__img {
    max-width: 60px;
    margin: 0 auto;
    max-width: 133px;
  }
}
.strengths__ttl {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .strengths__ttl {
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 2.6px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .strengths__ttl {
    font-size: 22px;
    line-height: 31px;
  }
}
@media (min-width: 1200px) {
  .strengths__ttl {
    font-size: 26px;
    line-height: 31px;
  }
}
.strengths__sub {
  font-family: var(--font-lato);
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
@media (min-width: 768px) {
  .strengths__sub {
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
  }
}
.strengths__list {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .strengths__list {
    margin-top: 40px;
  }
}
.strengths__list-item {
  color: var(--color-black);
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
@media (min-width: 768px) {
  .strengths__list-item {
    font-weight: 500;
    line-height: 19px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .strengths__list-item {
    font-size: 16px;
  }
}
.strengths__list-item .bold {
  font-weight: 700;
}
.strengths__list-item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 18.1667C10.1819 18.1667 11.3522 17.934 12.4442 17.4817C13.5361 17.0294 14.5282 16.3664 15.364 15.5307C16.1997 14.695 16.8626 13.7028 17.3149 12.6109C17.7672 11.519 18 10.3486 18 9.16675C18 7.98485 17.7672 6.81453 17.3149 5.7226C16.8626 4.63067 16.1997 3.63851 15.364 2.80279C14.5282 1.96706 13.5361 1.30412 12.4442 0.851832C11.3522 0.39954 10.1819 0.166748 9 0.166748C6.61305 0.166748 4.32387 1.11496 2.63604 2.80279C0.948212 4.49061 0 6.7798 0 9.16675C0 11.5537 0.948212 13.8429 2.63604 15.5307C4.32387 17.2185 6.61305 18.1667 9 18.1667ZM8.768 12.8067L13.768 6.80675L12.232 5.52675L7.932 10.6857L5.707 8.45975L4.293 9.87375L7.293 12.8737L8.067 13.6477L8.768 12.8067Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .strengths__list-item::before {
    width: 18px;
    height: 18px;
  }
}
.strengths__list-item:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .strengths__list-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.strengths__top {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 4px;
  align-items: center;
}
@media (min-width: 768px) {
  .strengths__top {
    padding-bottom: 9px;
    display: block;
  }
}
.plans {
  background: var(--color-white2);
}
@media (max-width: 991px) {
  .plans .c-heading-primary__main {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .plans .c-heading-primary__main {
    font-size: 34px;
  }
  .plans .c-heading-primary__main::before {
    width: 37px;
    left: -39px;
    top: 38%;
  }
}
.plans__block {
  max-width: 1190px;
  margin: 0 auto;
}
.plans__row {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .plans__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .plans__row {
    gap: 40px;
    margin-top: 40px;
  }
}
.plans__box {
  width: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .plans__box {
    width: calc((100% / 3) - (20px * 2) / 3);
  }
}
@media (min-width: 992px) {
  .plans__box {
    width: calc((100% / 3) - (40px * 2) / 3);
  }
}
.plans__box .c-btn-tertiary {
  pointer-events: none;
}
.plans__box:hover .plan__img img {
  transition: all 0.3s ease;
  transform: scale(1.25);
}
.plans__box:hover .c-btn-tertiary img {
  transform: translateX(5px);
}
.plans__top-txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.3px;
}
@media (min-width: 768px) {
  .plans__top-txt {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
}
.plans__top-txt .bg {
  background-position-y: 0;
  font-weight: 700;
  background-image: linear-gradient(
    transparent 10px,
    var(--color-highlight-y) 0
  );
}
@media (min-width: 768px) {
  .plans__top-txt .bg {
    background-image: linear-gradient(
      transparent 14px,
      var(--color-highlight-y) 0
    );
  }
}
.plans__btn {
  text-align: end;
  margin-top: 40px;
}
.plan__img {
  position: relative;
  padding-right: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .plan__img {
    padding-right: 0;
  }
}
.plan__img img {
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .plan__img img {
    width: auto;
  }
}
.plan__tags {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1px;
}
.plan__tag {
  color: var(--color-white);
  font-family: var(--font-roboto);
  font-weight: 400;
  background: var(--color-black);
  padding: 5px 10px;
  font-size: 10px;
  line-height: 12px;
}
@media (min-width: 768px) {
  .plan__tag {
    font-size: 14px;
    line-height: 17px;
  }
}
.plan__top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .plan__top {
    padding-left: 3px;
  }
}
.plan__top-l {
  font-family: var(--font-roboto);
  writing-mode: sideways-rl;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  color: var(--color-black);
}
@media (min-width: 768px) {
  .plan__top-l {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.4px;
  }
}
.plan__top-l::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--color-black);
}
.plan__content {
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
  margin-left: 45px;
  margin-top: -44px;
  padding: 20px;
}
@media (min-width: 768px) {
  .plan__content {
    padding: 20px;
    margin-top: -25px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    margin-right: 30px;
  }
}
.plan__title {
  font-weight: 700;
  border-bottom: 1px solid var(--color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  color: var(--color-black);
  padding-bottom: 4px;
}
@media (min-width: 992px) {
  .plan__title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 7px;
  }
}
.plan__txt {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
  display: -webkit-box;
  color: var(--color-black);
}
@media (min-width: 992px) {
  .plan__txt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
}
.plan__btn {
  text-align: end;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .plan__btn {
    margin-top: auto;
  }
}
.plans__pagination {
  display: flex;
  align-items: center;
  position: unset;
  justify-content: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .plans__pagination {
    display: none;
  }
}
.plans__pagination .swiper-pagination-bullet {
  width: 44px;
  height: 44px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.8px;
  opacity: 1;
}
.plans__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-black);
  color: var(--color-white);
}
/* solution */
.solution {
  position: relative;
}
.solution::after {
  content: "";
  background-image: url("../img/lazy-load/solution-bg-sp.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-color: var(--color-black);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
@media (min-width: 768px) {
  .solution::after {
    content: none;
  }
}
.solution .c-heading-primary__main {
  color: var(--color-white);
}
.solution .c-heading-primary__main::before {
  background-image: url(../img/icon-line-tilt-white.svg);
}
.solution .c-heading-primary__sub {
  color: var(--color-white);
}
.solution .c-heading-primary {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .solution .btn-solution {
    margin-top: 10px;
  }
  .solution .btn-solution a {
    font-size: 13px;
    line-height: 20px;
  }
  .solution .btn-solution a .arrow {
    width: 46px;
    height: 46px;
  }
}
.solution__row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .solution__row {
    flex-direction: row;
  }
}
.solution__left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px 60px;
}
@media (min-width: 768px) {
  .solution__left {
    padding: 20px 15px 60px;
    background-color: var(--color-black);
    background-image: url("../../assets/img/lazy-load/solution-left01.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: sticky;
    top: 0;
    height: 100vh;
    padding-block: 0;
    max-width: calc(60% - 10px);
    padding-inline: 20px;
  }
}
@media (min-width: 992px) {
  .solution__left {
    max-width: calc(50% - 10px);
    padding-inline: 40px;
  }
}
@media (min-width: 1200px) {
  .solution__left {
    padding-inline: 85px;
  }
}
@media (min-width: 1280px) {
  .solution__left {
    padding-inline: 93px;
  }
}

@media (min-width: 768px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .solution__left {
      height: 101vh;
    }
  }
}
.solution__head {
  display: flex;
  color: var(--color-white);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--color-white);
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 992px) {
  .solution__head {
    align-items: center;
    font-size: 22px;
    flex-direction: row;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .solution__head {
    font-size: 28px;
    gap: 20px;
  }
}
.solution__ttl {
  color: var(--color-white);
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 2.4px;
}
@media (min-width: 768px) {
  .solution__ttl {
    line-height: 56px;
    letter-spacing: 2.8px;
  }
}
@media (min-width: 992px) {
  .solution__ttl {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .solution__ttl {
    font-size: 28px;
  }
}
.solution__ttl .font {
  font-family: var(--font-primary);
  line-height: 1;
}
.solution__next-t {
  font-family: var(--font-lato);
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  /* 12px */
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .solution__next-t {
    font-size: 12px;
    line-height: 14px;
    /* 14.4px */
    letter-spacing: 1.2px;
  }
}
.solution__text-sm {
  color: var(--color-white);
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.solution__text {
  color: var(--color-white);
  font-weight: 400;
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .solution__text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
  }
}
.solution__text sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: super;
}
.solution__right {
  display: none;
}
@media (min-width: 768px) {
  .solution__right {
    display: block;
  }
}
.solution__wrp:not(:first-of-type) {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .solution__wrp:not(:first-of-type) {
    margin-top: 0;
  }
}
.solution__img {
  margin-inline: -15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .solution__img {
    display: none;
  }
}
.btn-solution {
  text-align: end;
  margin-top: 30px;
}
.btn-solution a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-white);
  font-family: var(--font-lato);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.btn-solution a .arrow {
  position: relative;
  width: 58px;
  height: 58px;
  display: block;
  border-radius: 50px;
  border: 1px solid var(--color-white);
  overflow: hidden;
}
.btn-solution a .arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
}
.btn-solution a .arrow::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
}
.btn-solution a:hover .arrow::before {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
.btn-solution a:hover .arrow::after {
  animation-name: transformRightLeft;
}
@media (min-width: 768px) {
  .solution__hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
  }
  .solution__hide.show {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: visible;
    height: 100%;
    transform: translateY(0px);
  }
}
/* PARTNER */
.partners {
  background-color: var(--color-d-yellow);
}
.partners__block {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  padding: 20px 0 40px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
}
.partners__logo {
  max-width: 647px;
  margin: 0 auto;
  padding-inline: 23px;
}
.partners__top-txt {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  /* 23.4px */
  letter-spacing: 1.3px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .partners__top-txt {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.8px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.partners__head-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  /* 28.8px */
  letter-spacing: 1.6px;
  gap: 20px;
}
@media (min-width: 768px) {
  .partners__head-ttl {
    gap: 20px;
    font-size: 24px;
    line-height: 43px;
    letter-spacing: 2.4px;
  }
}
.partners__head-ttl span {
  flex-shrink: 0;
}
.partners__head-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.partners__head-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.partners__wrp {
  max-width: 1027px;
  padding: 0 15px;
  margin: 0 auto;
}
.partners__btm-txt {
  background: rgba(172, 131, 32, 0.1);
  color: var(--color-d-yellow);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  padding: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .partners__btm-txt {
    line-height: 30px;
    letter-spacing: 1.2px;
    padding: 20px 15px;
    margin-top: 59px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .partners__btm-txt {
    font-size: 24px;
  }
}
.partners__support-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 16px 15px;
}
@media (min-width: 768px) {
  .partners__support-row {
    gap: 26px;
  }
}
.partners__support-box {
  width: calc((100% / 2) - (15px * 1) / 2);
  border-radius: 10px;
  border: 2px solid var(--color-d-yellow);
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  padding: 15px 0 19px;
}
@media (min-width: 768px) {
  .partners__support-box {
    padding: 14.5px 0;
    width: calc((100% / 2) - (26px * 1) / 2);
    gap: 0px;
    flex-direction: row;
  }
}
.partners__support-img {
  max-width: 120px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.partners__support-content {
  width: 100%;
}
.partners__support-ttl {
  color: var(--color-d-yellow);
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1.2px;
  text-align: center;
}
@media (min-width: 768px) {
  .partners__support-ttl {
    font-size: 19px;
    text-align: start;
    line-height: 34px;
    letter-spacing: 1.9px;
  }
}
.partners__support-txt {
  font-weight: 400;
  margin-top: 5px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.3px;
  text-align: center;
}
@media (min-width: 768px) {
  .partners__support-txt {
    font-size: 18px;
    text-align: start;
    letter-spacing: 2.4px;
    line-height: 29px;
  }
}
@media (min-width: 992px) {
  .partners__support-txt {
    font-size: 24px;
  }
}
.partners__support-txt .bg {
  font-weight: 700;
  background-position-y: 0;
  background-image: linear-gradient(
    transparent 10px,
    var(--color-highlight-y) 0
  );
}
@media (min-width: 768px) {
  .partners__support-txt .bg {
    background-image: linear-gradient(
      transparent 16px,
      var(--color-highlight-y) 0
    );
  }
}
.partners__recog-row {
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  border: 2px solid var(--color-d-yellow);
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .partners__recog-row {
    margin-top: 60px;
    flex-direction: row;
  }
}
.partners__recog-th {
  background-color: var(--color-d-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .partners__recog-th {
    padding: 0 0;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .partners__recog-th {
    width: 290px;
  }
}
.partners__recog-ttl {
  color: var(--color-white);
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 6.4px;
}
@media (min-width: 768px) {
  .partners__recog-ttl {
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 9.6px;
  }
}
.partners__recog-td {
  position: relative;
  padding: 13px 0 10px;
}
@media (min-width: 768px) {
  .partners__recog-td {
    padding: 24px 212px 24px 0;
    width: calc(100% - 200px);
  }
}
@media (min-width: 992px) {
  .partners__recog-td {
    width: calc(100% - 290px);
  }
}
.partners__recog-txt {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .partners__recog-txt {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.4px;
  }
}
@media (min-width: 992px) {
  .partners__recog-txt {
    line-height: 31px;
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}
.partners__recog-logo {
  max-width: 100px;
  margin: 0 auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .partners__recog-logo {
    margin-top: 0;
    position: absolute;
    max-width: 100%;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.partners__benefits {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-block: 10px 30px;
  gap: 10px;
}
@media (min-width: 768px) {
  .partners__benefits {
    gap: 18.5px;
    margin-block: 20px 30px;
  }
}
.partners__benefits-box {
  border: 2px solid var(--color-d-yellow);
  display: flex;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  padding: 0 10px 0 70px;
  min-height: 77px;
  position: relative;
}
@media (min-width: 768px) {
  .partners__benefits-box {
    min-height: 126px;
    width: calc((100% / 3) - (18.5px * 2) / 3);
    padding: 0 18.5px 0 84px;
  }
}
@media (min-width: 992px) {
  .partners__benefits-box {
    padding: 0 18.5px 0 100px;
  }
}
.partners__benefits-txt {
  color: var(--color-black2);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .partners__benefits-txt {
    font-size: 22px;
    line-height: 35px;
  }
}
.partners__benefits-txt .xl {
  color: var(--color-d-yellow);
  font-size: 20px;
}
@media (min-width: 992px) {
  .partners__benefits-txt .xl {
    font-size: 26px;
  }
}
.partners__benefits-num {
  display: flex;
  position: absolute;
  left: 15px;
  top: 0;
  flex-direction: column;
  align-items: center;
  line-height: 21.5px;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 700;
  color: var(--color-white);
  background-image: url("../img/lazy-load/benfits-tag.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 50px;
  padding: 6px 5px 16px;
}
@media (min-width: 768px) {
  .partners__benefits-num {
    line-height: 27px;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 10.5px 5px 20.5px;
    max-width: 60px;
  }
}
@media (min-width: 992px) {
  .partners__benefits-num {
    max-width: 70px;
  }
}
.partners__benefits-num .lg {
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 768px) {
  .partners__benefits-num .lg {
    font-size: 30px;
  }
}
/* AVANTIA_LINK */
.avantia-next__row {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .avantia-next__row {
    flex-direction: row;
  }
}
.avantia-next__box {
  position: relative;
  width: 100%;
  transition: all 0.8s ease;
}
@media (min-width: 768px) {
  .avantia-next__box {
    width: calc((100% / 3));
  }
}
.avantia-next__box:hover .avantia-next__img img {
  transform: scale(1.3);
  transition: all 1s ease;
}
.avantia-next__box:hover .avantia-next__img::after {
  background-color: transparent;
}
.avantia-next__box:hover .avantia-next__button .arrow {
  background-color: var(--color-white);
}
.avantia-next__box:hover .avantia-next__button .arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='%23000'/%3E%3C/svg%3E");
}
.avantia-next__button {
  text-align: end;
}
.avantia-next__button p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  gap: 15px;
}
@media (min-width: 768px) {
  .avantia-next__button p {
    gap: 10px;
    font-size: 18px;
    line-height: 27px;
  }
}
.avantia-next__button p .arrow {
  position: relative;
  display: block;
  border-radius: 50px;
  border: 1px solid var(--color-white);
  width: 45px;
  height: 45px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .avantia-next__button p .arrow {
    width: 58px;
    height: 58px;
  }
}
.avantia-next__button p .arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.avantia-next__wrp {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}
@media (min-width: 992px) {
  .avantia-next__wrp {
    padding: 40px 20px 20px 40px;
  }
}
.avantia-next__img {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.avantia-next__img img {
  transition: all 1s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avantia-next__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.85s ease;
  position: absolute;
  inset: 0;
}
.avantia-next__ttl {
  color: var(--color-white);
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .avantia-next__ttl {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (min-width: 1200px) {
  .avantia-next__ttl {
    font-size: 50px;
    line-height: 60px;
  }
}
.avantia-next__sub {
  color: var(--color-white);
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.6px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .avantia-next__sub {
    margin-top: 27.5px;
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 20px;
  }
}
.avantia-next__text {
  color: var(--color-white);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .avantia-next__text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .avantia-next__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .avantia-next__content {
    padding-right: 20px;
  }
}
