/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-history-swiper-header {
  position: relative;
}
.e-history-swiper-header::before,
.e-history-swiper-header::after {
  display: table;
  content: "";
}

.e-history-swiper-header::after {
  clear: both;
}

.e-history-swiper-header .e-history-swiper-header__suffix {
  float: right;
  transform: translateY(10px);
}

.e-history-swiper {
  width: calc((100vw - 100%) / 2 + 100%);
}
.e-history-swiper .swiper-wrapper::before,
.e-history-swiper .swiper-wrapper::after {
  display: table;
  content: "";
}

.e-history-swiper .swiper-wrapper::after {
  clear: both;
}

.e-history-swiper .swiper-container {
  padding-left: 7px;
  transform: translateX(-7px);
}
.e-history-swiper .swiper-container::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  background-image: linear-gradient(to left, white, transparent);
  pointer-events: none;
  z-index: 1;
  content: "";
}
.e-history-swiper .e-history-swiper__container {
  position: relative;
  padding: 40px 60px;
}
.e-history-swiper .e-history-swiper__container::after {
  position: absolute;
  top: 50px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #005096;
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}
.e-history-swiper .e-history-swiper__container::before {
  position: absolute;
  top: 57px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #005096;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.e-history-swiper .e-history-swiper__slide {
  position: relative;
  float: left;
  width: 420px;
  min-height: 220px;
  border-top: 2px solid #005096;
  opacity: 0;
  transition: opacity 0.2s;
}
.e-history-swiper .e-history-swiper__slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #005096;
  content: "";
}
.e-history-swiper .e-history-swiper__slide.is-active {
  border-color: #ffc819;
  opacity: 1;
}
.e-history-swiper .e-history-swiper__slide.is-active ~ .e-history-swiper__slide {
  opacity: 1;
}

.e-history-swiper .e-history-swiper__slide.is-active::after {
  background: #ffc819;
}
.e-history-swiper .e-history-swiper__slide.is-active .e-history-swiper__container::after {
  border-color: #ffc819;
}
.e-history-swiper .e-history-swiper__slide.is-active .e-history-swiper__container::before {
  background: #ffc819;
}

.e-history-swiper .e-history-swiper__slide.is-active .e-history-swiper__title {
  color: #ffc819;
}

.e-history-swiper .e-history-swiper__slide.is-active .e-history-swiper__content {
  color: #333333;
}

.e-history-swiper .e-history-swiper__slide.swiper-slide-active {
  border-color: #ffc819;
  opacity: 1;
}
.e-history-swiper .e-history-swiper__slide.swiper-slide-active ~ .e-history-swiper__slide {
  opacity: 1;
}

.e-history-swiper .e-history-swiper__slide.swiper-slide-active::after {
  background: #ffc819;
}
.e-history-swiper .e-history-swiper__slide.swiper-slide-active .e-history-swiper__container::after {
  border-color: #ffc819;
}
.e-history-swiper .e-history-swiper__slide.swiper-slide-active .e-history-swiper__container::before {
  background: #ffc819;
}

.e-history-swiper .e-history-swiper__slide.swiper-slide-active .e-history-swiper__title {
  color: #ffc819;
}

.e-history-swiper .e-history-swiper__slide.swiper-slide-active .e-history-swiper__content {
  color: #333333;
}

.e-history-swiper .e-history-swiper__title {
  margin-bottom: 25px;
  color: #005096;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

.e-history-swiper .e-history-swiper__content {
  color: #999999;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.e-strategy .e-strategy__wrapper {
  position: relative;
  height: 310px;
}

.e-strategy .e-strategy__sky {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.e-strategy .e-strategy__balloon {
  display: inline-block;
  float: left;
  position: relative;
  height: min-content;
  margin: 0 1%;
  border: 2px solid #ffc819;
}
.e-strategy .e-strategy__balloon::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ffc819;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  content: "";
}
.e-strategy .e-strategy__balloon::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 2px;
  height: 999px;
  background: #ffc819;
  transform: translate(-50%, 100%);
  content: "";
}
.e-strategy .e-strategy__balloon .e-strategy__balloonInner {
  position: relative;
  padding: 10px 20px;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  background: #ffc819;
  z-index: 1;
}

.e-strategy .e-strategy__balloon--medium .e-strategy__balloonInner {
  padding: 8px 16px;
  font-size: 16px;
}

.e-strategy .e-strategy__balloon--medium::after {
  width: 8px;
  height: 8px;
}
.e-strategy .e-strategy__balloon--medium::before {
  bottom: -4px;
}

.e-strategy .e-strategy__balloon--small .e-strategy__balloonInner {
  padding: 8px 12px;
  font-size: 14px;
}

.e-strategy .e-strategy__balloon--small::after {
  width: 7px;
  height: 7px;
}
.e-strategy .e-strategy__balloon--small::before {
  bottom: -3.5px;
}

.e-strategy .e-strategy__balloon.is-light .e-strategy__balloonInner {
  font-weight: bold;
  background: #ffffff;
}

.e-strategy .e-strategy__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 25px;
  color: #e88901;
  font-size: 14px;
  font-weight: bold;
  text-align-last: justify;
  word-break: break-all;
  text-justify: distribute;
  background-image: linear-gradient(to top, rgba(232, 137, 1, 0.09), rgba(255, 255, 255, 0.2));
}

.e-platform .e-platform__wrapper {
  border-top: 2px solid #005096;
  background-image: linear-gradient(to bottom, rgba(0, 80, 150, 0.1), transparent);
}

.e-platform .e-platform__title {
  padding: 16px 0;
  color: #005096;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  border: 1px solid #005096;
}

.e-platform .e-platform__list.is-count-6 > div:nth-child(6) .e-platform__item::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #005096, transparent);
  content: "";
}

.e-platform .e-platform__item {
  position: relative;
  padding-top: 45px;
  min-height: 185px;
  text-align: center;
}
.e-platform .e-platform__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #005096, transparent);
  content: "";
}

.e-platform .e-platform__itemTitle {
  margin-bottom: 10px;
  color: #005096;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.e-platform .e-platform__itemContent {
  color: #333333;
  font-size: 16px;
  text-align: center;
}

.e-platform .e-platform__bottom {
  padding-bottom: 115px;
  color: #005096;
  font-size: 14px;
  font-weight: bold;
  text-align-last: justify;
}

.e-icon-swiper-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../../../assets/images/organization/icons/icon_arrow_round_right_active.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.e-icon-swiper-next.is-disabled {
  background: url("../../../assets/images/organization/icons/icon_arrow_round_right_disabled.png") no-repeat;
}

.e-icon-swiper-next.swiper-button-disabled {
  background: url("../../../assets/images/organization/icons/icon_arrow_round_right_disabled.png") no-repeat;
}

.e-icon-swiper-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../../../assets/images/organization/icons/icon_arrow_round_right_active.png") no-repeat;
  background-size: cover;
  transform: rotateZ(180deg);
  cursor: pointer;
}
.e-icon-swiper-prev.is-disabled {
  background: url("../../../assets/images/organization/icons/icon_arrow_round_right_disabled.png") no-repeat;
}

.e-icon-swiper-prev.swiper-button-disabled {
  background: url("../../../assets/images/organization/icons/icon_arrow_round_right_disabled.png") no-repeat;
}
.equity-text_Compatible {
  text-align-last: justify;
  text-justify: distribute;
}