.header-logo {
  width: 148px;
  height: 30px;
}

@media (min-width: 1024px) {
  .header-logo {
    width: 198px;
    height: 40px;
  }
}

.header-toggler {
  overflow: visible;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
}

.header-toggler.header-toggler--active .header-toggler-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.header-toggler.header-toggler--active .header-toggler-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0;
}

.header-toggler.header-toggler--active .header-toggler-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.header-toggler-inner {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 11px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #333;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.header-toggler-inner:before, .header-toggler-inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #333;
}

.header-toggler-inner:before {
  top: -8px;
  transition: top 75ms ease .12s, opacity 75ms ease;
}

.header-toggler-inner:after {
  bottom: -8px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media (max-width: 1023.98px) {
  .header-shadow {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 1024px) {
  .header-shadow {
    transition: box-shadow 300ms;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  }
}

@-webkit-keyframes fade-in {
  0% {
    transform: translateX(-100vw);
  }

  100% {
    transform: translateX(0vw);
  }
}

@keyframes fade-in {
  0% {
    transform: translateX(-100vw);
  }

  100% {
    transform: translateX(0vw);
  }
}

@-webkit-keyframes fade-out {
  0% {
    transform: translateX(0vw);
  }

  100% {
    transform: translateX(-100vw);
  }
}

@keyframes fade-out {
  0% {
    transform: translateX(0vw);
  }

  100% {
    transform: translateX(-100vw);
  }
}

@media (max-width: 1023.98px) {
  .header-nav {
    display: none;
    transform: translateX(-100vw);
    transition: all .3s;
    -webkit-animation: fade-out .25s ease both;
    animation: fade-out .25s ease both;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    min-height: 100vh;
  }

  .header-nav-on .header-nav {
    -webkit-animation: fade-in .25s ease both;
    animation: fade-in .25s ease both;
  }
}

@media (min-width: 1024px) {
  .header-nav-item.header-nav-item--hover .header-nav-lv2 {
    display: block;
    visibility: visible;
    top: 90%;
    opacity: 1;
  }

  .header-nav-item.header-nav-item--hover .header-nav-lv2+.header-nav-link:after {
    content: '';
    display: inline-block;
    position: relative;
    border-top: 2px solid #26A862;
    border-left: 2px solid #26A862;
    width: 10px;
    height: 10px;
    margin: auto;
    transform: rotate(45deg);
    top: 2px;
  }
}

@media (max-width: 1023.98px) {
  .header-nav-link[aria-expanded='true'] {
    background-color: #f6f6f6;
  }
}

@media (min-width: 1024px) {
  .header-nav-link[aria-expanded='true'] {
    background-color: transparent;
  }
}

.header-nav-lv2:before {
  content: '';
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
}

.header-nav-lv2+.header-nav-link:after {
  content: '';
  display: inline-block;
  position: relative;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(135deg) skew(0deg);
  top: -2px;
  left: 8px;
  transition: left .15s ease-in-out;
  left: 2px;
}

@media (min-width: null) {
  .header-nav-lv2+.header-nav-link:after {
    left: 8px;
  }
}

@media (max-width: 1023.98px) {
  .header-nav-lv2 {
    display: none;
  }

  .header-nav-lv2.header-nav-lv2--show {
    display: block;
  }
}

@media (min-width: 1024px) {
  .header-nav-lv2 {
    visibility: hidden;
    transition: top .25s ease, opacity .25s ease;
    box-shadow: 0 0 8px rgba(2, 2, 2, 0.15);
  }

  .header-nav-lv2:before {
    display: none;
  }

  .header-nav-lv2+.header-nav-link:after {
    content: '';
    display: inline-block;
    position: relative;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    width: 10px;
    height: 10px;
    margin: auto;
    transform: rotate(225deg);
    top: -4px;
    left: 8px;
  }
}

@media (max-width: 1023.98px) {
  .header-nav-lv2-list {
    max-height: calc(100vh - 62px);
    min-height: calc(100vh - 62px);
    overflow-y: scroll;
  }
}

@media (min-width: 1024px) {
  .header-nav-lv2-list {
    overflow-y: hidden;
  }
}

@media (min-width: 1024px) {
  .header-nav-lv2--align-right {
    right: 0;
  }
}

@media (min-width: 1485px) {
  .comp001-pb-max {
    padding-bottom: 730px;
  }
}

.comp002-img {
  width: 50%;
  max-width: 340px;
}

@media (min-width: 768px) {
  .comp002-img {
    max-width: 470px;
  }
}

@media (min-width: 992px) {
  .comp002-img {
    width: 38%;
    max-width: 740px;
  }
}

.comp009 .swiper-slide img {
  transition: all .3s;
  -webkit-mask-image: linear-gradient(to right, white 0%, white 100%);
  mask-image: linear-gradient(to right, white 0%, white 100%);
}

.comp009 .swiper-slide.before-on img {
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, white);
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, white);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
}

.comp009 .swiper-slide.after-on img {
  -webkit-mask-image: linear-gradient(to right, white -50%, rgba(255, 255, 255, 0) 31%);
  mask-image: linear-gradient(to right, white -50%, rgba(255, 255, 255, 0) 31%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
}

.comp009 img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comp010-popup {
  position: absolute;
  left: calc(50% - 10px);
}

.comp010-popup-info {
  top: -5px;
  margin-left: 248px;
  position: relative;
}

.comp010-popup-info-line {
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #4ab234 100%);
  border-radius: 5px;
  top: 16px;
  left: -248px;
  width: 0px;
  height: 2px;
  transition: width .2s ease-in;
}

.comp010-popup-info-line.active {
  width: 220px;
}

.comp017-swiper-wrap {
  max-width: 400px;
}

@media (min-width: 540px) {
  .comp017-swiper-wrap {
    max-width: 600px;
  }
}

@media (min-width: 1024px) {
  .comp017-swiper-wrap {
    max-width: 940px;
  }
}

@media (min-width: 1900px) {
  .comp007-pb-max-940 {
    padding-bottom: 940px;
  }
}

.comp019-card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.comp019-card-front,
.comp019-card-back {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.comp019-card-back {
  transform: rotateY(180deg);
}

.ie11 .comp019-card-back {
  opacity: 0;
  transform: rotateY(0deg);
}

.comp021 {
  height: 90vw;
  max-height: 500px;
}

@media (min-width: 768px) {
  .comp021 {
    height: 280px;
    max-height: none;
  }
}

@media (min-width: 1024px) {
  .comp021 {
    height: 500px;
  }

  .ie11 .comp021 {
    height: 400px;
  }
}

.comp021-globe {
  display: flex;
  order: 2;
  opacity: 0;
  transition: all .3s;
}

@media (min-width: 768px) {
  .comp021-globe {
    height: 280px;
  }
}

@media (min-width: 1024px) {
  .comp021-globe {
    height: 500px;
  }
}

.comp021-globe .comp021GlobeContainer {
  position: absolute;
  top: -70px;
}

@media (min-width: 500px) {
  .comp021-globe .comp021GlobeContainer {
    top: -80px;
  }
}

@media (min-width: 768px) {
  .comp021-globe .comp021GlobeContainer {
    top: -80px;
    left: -120px;
  }
}

@media (min-width: 1024px) {
  .comp021-globe .comp021GlobeContainer {
    top: -80px;
    left: -180px;
  }
}

.ie11 .comp021-globe {
  opacity: 1;
}

.ie11 .comp021-globe .comp021GlobeContainer {
  position: static;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ie11 .comp021-globe .comp021GlobeContainer {
    margin-left: -48px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .ie11 .comp021-globe-static {
    height: 400px;
  }
}

/*h-250 h-md-350 h-lg-660*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.timeline__year {
  position: absolute;
  bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #26a862;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 4px;
  white-space: nowrap;
}

.timeline__year.leave:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 27px;
  background-image: url(/holdings/web/newrwd/media/img/timeline001/icon-leave.svg);
  background-size: cover;
  top: -20px;
  left: 4px;
}

@media (min-width: 1024px) {
  .timeline__year.leave:before {
    top: -30px;
    left: 38px;
  }
}

@media (min-width: 1024px) {
  .timeline__year {
    height: 36px;
    padding: 0 24px;
    font-size: 24px;
    margin-left: -24px;
    bottom: -8px;
  }
}

.timeline__year.last {
  color: #000;
}

.timeline__popup {
  position: absolute;
  top: 24px;
  right: 0;
  width: 350px;
  z-index: 200;
}

@media (min-width: 1024px) {
  .timeline__popup {
    width: 478px;
  }
}

.timeline__popup .timeline__info-detail {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.timeline__popup .timeline__info-detail ul {
  list-style: none;
  padding-left: 24px;
}

.timeline__popup .timeline__info-detail ul li:before {
  content: "\2022";
  color: #26A862;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.timeline__popup .timeline__info-detail ul li+li {
  margin-top: 8px;
}

.timeline__popup .timeline__info-detail-wrap {
  max-height: 346px;
  background-color: #f3f3f3;
  overflow-x: hidden;
}

.timeline__popup .timeline__info-detail-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
}

.timeline__popup .timeline__info-detail-wrap::-webkit-scrollbar:vertical {
  width: 4px;
  border-radius: 20px;
  background: #ddd;
}

.timeline__popup .timeline__info-detail-wrap::-webkit-scrollbar:horizontal {
  height: 4px;
  border-radius: 20px;
  background: #ddd;
}

.timeline__popup .timeline__info-detail-wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
  width: 4px;
  background: #5DBE8B;
}

.timeline__popup .timeline__close {
  position: absolute;
  top: 23px;
  right: 23px;
}

.timeline__popup--white:before {
  border-top-color: #fff;
}

@media (min-width: 1024px) {
  .timeline__info {
    display: none !important;
  }
}

.timeline__wrap {
  position: relative;
  height: 460px;
  transition: opacity .3s ease-in;
}

@media (min-width: 1024px) {
  .timeline__wrap {
    height: 532px;
  }
}

.timeline__close {
  position: relative;
  top: 0;
  right: 0;
}

.timeline__year-wrap {
  position: relative;
  z-index: 5;
}

.timeline__item-wrap {
  height: 100%;
  position: relative;
}

.timeline__item-wrap:before {
  display: block;
  content: '';
  position: absolute;
  background-color: #ddd;
  height: 4px;
  bottom: 52px;
  width: 100%;
}

@media (min-width: 1024px) {
  .timeline__item-wrap:before {
    bottom: 42px;
  }
}

.timeline__item-headline {
  width: 264px;
  position: absolute;
  left: 20px;
  top: -8px;
  width: 136px;
  color: #333;
  pointer-events: none;
  transition: opacity .15s;
}

@media (min-width: 1024px) {
  .timeline__item-headline {
    width: 264px;
    opacity: 1;
  }
}

.timeline__item-headline_sm {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #26a862;
  width: 135px;
  position: absolute;
  left: 12px;
  top: -8px;
  width: 136px;
  opacity: 1;
  pointer-events: none;
  transition: opacity .15s;
}

.timeline__item {
  position: absolute;
  height: 243px;
  padding-right: 136px;
}

@media (min-width: 1024px) {
  .timeline__item {
    padding-right: 238px;
  }
}

.timeline__item.wider .timeline__item-headline {
  width: 208px;
}

@media (min-width: 1024px) {
  .timeline__item.wider .timeline__item-headline {
    width: 306px;
  }
}

.timeline__item.disabled {
  pointer-events: none;
}

.timeline__item.disabled:before {
  background-color: #f6f6f6;
}

.timeline__item.disabled:after {
  display: none;
}

.timeline__item.disabled .timeline__item-headline {
  color: #26A862;
}

.timeline__item.flag:before {
  background-color: #ddd;
}

.timeline__item.flag:after {
  display: block;
  border-radius: 50%;
  background-color: #26A862;
}

.timeline__item.active:before {
  background-color: #ddd;
}

.timeline__item.flag.active .timeline__item-headline {
  opacity: 1;
}

.timeline__item.flag.active:before {
  background-color: #ddd;
}

.timeline__item.flag.active:after {
  background-color: #26A862;
}

.timeline__item.event .timeline__item-headline {
  color: #26A862;
  display: flex;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .timeline__item .timeline__item-headline {
    background-color: rgba(255, 255, 255, 0.5);
    width: 208px;
  }

  .timeline__item.flag.active {
    z-index: 100;
  }
}

.timeline__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  opacity: 1;
  transition: height .2s ease-in, opacity .2s ease-in;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 3px;
  transition: background-color .2s;
}

.timeline__item:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  opacity: 1;
  transition: height .2s ease-in, opacity .2s ease-in;
  background-color: #7d7d7d;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  transition: background-color .2s;
}

@media (min-width: 1024px) {
  .timeline__item .timeline__item-headline {
    display: none;
  }

  .timeline__item.flag .timeline__item-headline {
    display: block;
  }

  .timeline__item.flag:before {
    background-color: #eee;
  }

  .timeline__item.flag:after {
    display: block;
    background-color: #26A862;
  }

  .timeline__item.active .timeline__item-headline {
    opacity: 0;
  }

  .timeline__item.active:after {
    opacity: 0;
  }

  .timeline__item:hover:before {
    background-color: #eee;
  }
}

@media (max-width: 1023.98px) {
  .bg-blue-grey .timeline__item .timeline__item-headline {
    background-color: rgba(240, 244, 247, 0.5);
  }
}

.news001-list-btn:hover .news001-list-btn-icon {
  color: #fff;
}

.news001-list-btn-icon {
  color: #26a862;
}