:root {
  --brown: #af1432;
  --orange-red: #f26521;
  --white: white;
  --black: #333;
  --gold: #ffd052;
  --teal: #006a51;
  --dark-slate-grey: #00503d;
  --crimson: #c9383c;
  --white-smoke: #f7f7f7;
  --brown-2: #b83140;
  --orange: #f49c00;
  --light-grey: #d1d1d1;
  --dark-slate-blue: #00367c;
  --royal-blue: #316ebd;
  --royal-blue-2: #316ebd;
  --lime-green: #51b848;
  --alice-blue: #eff4fe;
  --goldenrod: #eeb211;
  --teal-2: #008374;
  --dark-slate-grey-2: #00583e;
  --e08433: #e08433;
  --dim-grey: #5a5a5a;
  --saddle-brown: #965900;
  --dark-slate-grey-3: #165e46;
  --sea-green: #358269;
  --khaki: #ffe978;
  --khaki-2: #ffee95;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

.section-kv {
  z-index: 10;
  text-align: center;
  background-color: #f4f4f4;
  justify-content: center;
  position: relative;
  top: 0;
}

.body {
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.nav-menu.gtm-nav-buy {
  display: flex;
}

.nav-item {
  border-bottom: 0px solid var(--orange-red);
  color: #7e2d40;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4rem;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.nav-item:hover {
  color: var(--white);
  background-color: #a0102c;
}

.nav-item.w--current {
  background-color: var(--brown);
  color: var(--white);
}

.brand {
  float: left;
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 208px;
  height: 78px;
  display: inline-block;
}

.brand.mfs {
  background-image: url('../images/100Year_250.png');
  background-position: 0%;
  background-size: auto 70%;
  flex: 1;
  width: 170px;
}

.navbar {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  width: 100%;
  position: fixed;
}

.navbar.header {
  z-index: 999;
  height: 78px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: sticky;
  top: 0;
}

.container {
  text-align: center;
  justify-content: space-around;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.container.vertical {
  flex-direction: column;
}

.container.vertical.reverse {
  flex-direction: row;
}

.note {
  color: #5a5a5a;
  text-align: left;
  max-width: 1110px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.4;
}

.note.center {
  text-align: center;
}

.sub-title {
  text-align: left;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.footer-01 {
  z-index: 10;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--gold) black black;
  background-color: var(--teal);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.kv-bg {
  background-image: url('../images/240531-bg-3.png'), url('../images/GptUDSrMVU-Frame.png');
  background-position: 50%, 50% 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 650px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.kv-content {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-02 {
  background-color: var(--dark-slate-grey);
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.footer-02-text {
  color: var(--white);
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
}

.container-footer {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.footer-info {
  width: 23%;
  margin-right: 10px;
}

.logo-w {
  background-image: url('../images/logo-w.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 160px;
  height: 48px;
}

.footer-company {
  color: var(--white);
  text-align: left;
  margin-top: 25px;
  font-weight: 700;
}

.footer-company._02 {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

.footer-add-text {
  color: #b7d3cd;
  text-align: left;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
}

.footer-add-title {
  color: #b7d3cd;
  text-align: left;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.kv-text-block {
  color: var(--white);
  text-align: left;
  max-width: 600px;
  margin-left: 60px;
}

.kv-go-btn {
  background-color: var(--brown);
  margin-top: 20px;
  padding: 15px 20px;
  transition: background-color .2s;
}

.kv-go-btn:hover {
  background-color: #910f28;
}

.section-team {
  z-index: 10;
  background-color: var(--white);
  background-image: url('../images/240531-bg-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 78px;
  padding-bottom: 20px;
  position: relative;
}

.team-bg {
  z-index: -1;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png'), url('../images/mind-top-bg.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.team-container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.team-best-block {
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.team-bg-global {
  z-index: -1;
  width: 100%;
  height: 590px;
  position: absolute;
  top: 800px;
}

.team-master {
  margin-top: 60px;
}

.team-video-block {
  justify-content: space-around;
  height: auto;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.video-item {
  height: 311px;
}

.slide-video-item {
  text-align: center;
  width: 540px;
  height: auto;
  margin-right: 30px;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  inset: auto 0% -15%;
}

.section-video {
  z-index: 10;
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}

.mask {
  width: 100%;
  max-width: 1110px;
  height: auto;
}

.team-flag {
  width: 315px;
  height: 193px;
}

.video-arrow {
  background-color: var(--brown);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  inset: 0% auto 0% -70px;
}

.video-arrow.r {
  inset: 0% -70px 0% auto;
}

.icon {
  font-size: 22px;
}

.team-bos-talk {
  margin-top: 40px;
}

.boss-talk-block {
  background-color: var(--white);
  width: 100%;
  max-width: 1110px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.boss-talk-slide {
  height: auto;
  padding: 45px;
}

.boss-slider-arrow {
  background-color: var(--brown);
  border-radius: 99px;
  width: 60px;
  height: 60px;
}

.boss-slider-arrow.left {
  left: -30px;
}

.boss-slider-arrow.right {
  right: -30px;
}

.boss-card-block {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.boss-img-block {
  background-color: var(--brown);
  color: var(--white);
  flex-direction: column;
  width: 250px;
  height: 320px;
  padding: 20px;
  display: flex;
}

.boss-name {
  color: var(--white);
  margin-top: -20px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 26px;
}

.boss-slide-nav {
  bottom: 0;
}

.boss-title {
  color: var(--white-smoke);
  padding-top: 5px;
}

.boss-talk-content {
  align-self: center;
  max-width: 730px;
}

.image {
  object-fit: cover;
  width: 110%;
  max-width: 110%;
  height: 100%;
  position: absolute;
  left: -10px;
  right: -10px;
  overflow: hidden;
}

.boss-img {
  width: 100%;
  height: 120%;
  position: relative;
  top: -40px;
  overflow: hidden;
}

.h2 {
  text-align: left;
  font-size: 4em;
  line-height: 1.4;
}

.mb-chart {
  display: none;
}

.video-h {
  color: var(--white);
  background-color: #b83140;
  justify-content: center;
  align-items: center;
  height: 220px;
  padding-bottom: 40px;
  font-size: 3rem;
  font-weight: 300;
  display: flex;
}

.section-h1 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4;
}

.section-book {
  z-index: 10;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.book-bg {
  background-color: var(--brown-2);
  justify-content: flex-end;
  align-self: flex-end;
  width: 90vw;
  min-width: 90vw;
  height: 920px;
  display: flex;
  position: absolute;
}

.book-content {
  color: var(--white);
  text-align: left;
  max-width: 50%;
  padding: 40px;
}

.book-p {
  text-align: justify;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.7;
}

.book-img-block {
  width: 44%;
  height: 500px;
}

.book-img {
  width: 90%;
  margin-top: -50px;
}

.book-link {
  background-color: var(--white);
  color: var(--brown-2);
  text-align: center;
  border-radius: 10px;
  width: 70%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
  bottom: 0;
}

.book-link:hover {
  bottom: 10px;
}

.section-fund {
  z-index: 10;
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.fund-h {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.fund-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fund-item-block {
  width: 340px;
  margin-bottom: 60px;
}

.fund-img {
  margin-bottom: 20px;
}

.fund-item-subtext {
  font-size: .9rem;
}

.fund-item-title {
  min-height: 80px;
  font-weight: 700;
}

.fund-item-title._80h {
  min-height: 80px;
}

.fund-item-btn {
  border: 1px solid var(--brown-2);
  background-color: var(--brown-2);
  color: var(--white);
  border-radius: 10px;
  width: 90%;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.fund-item-btn:hover {
  background-color: var(--white);
  color: var(--brown-2);
}

.gray {
  color: #757575;
  display: inline-block;
}

.youtube-tag {
  z-index: 2;
  background-color: var(--crimson);
  color: #fff;
  padding: 0 10px;
  display: none;
  position: absolute;
  top: 0;
}

.section-100years {
  z-index: 2;
  position: relative;
}

._100years-title {
  text-align: center;
  background-image: url('../images/240531-bg-2.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 255px;
  padding-top: 60px;
}

._100years-timeline {
  z-index: -3;
  margin-top: 20px;
  position: relative;
}

._100years-container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-image: linear-gradient(180deg, var(--white), #ccc 5%, #ccc 95%, white);
  width: 3px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, var(--brown) 90%, #ff0031 102%);
  border-radius: 20px;
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.timeline_left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.timeline_centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.timeline_circle {
  background-color: var(--brown);
  border: 5px solid #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: sticky;
  top: 50vh;
}

.timeline_date-text {
  color: var(--brown);
  font-size: 50px;
  font-weight: 700;
}

.timeline_tilte-text {
  font-size: 20px;
  font-weight: 700;
}

.timeline_content-text {
  padding-top: 10px;
  font-size: 16px;
}

.timeline_content-img {
  border-radius: 10px;
  overflow: hidden;
}

._100years-video {
  z-index: 10;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
}

._100years-video-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--brown);
  background-image: url('../images/240531-bg-4.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

._100years-video-items {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._100years-video-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 15px;
  display: flex;
}

._100y-youtube {
  width: 100%;
  height: 350px;
}

.video-youtube {
  width: 100%;
  height: 312px;
}

.timeline-note {
  background-color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.footer-note-highlight {
  color: #ccf1ae;
  text-decoration: underline;
}

.footer-note {
  color: var(--white);
  text-align: justify;
  width: 77%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-note-links {
  color: var(--white);
  text-decoration: none;
}

.footer-note-links:hover {
  color: #ccf1ae;
}

@media screen and (min-width: 1920px) {
  .section-kv {
    overflow: visible;
  }

  .team-best-block {
    margin-top: 40px;
  }

  .team-master {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .section-kv {
    background-color: #4a0531;
    overflow: visible;
  }

  .ham-icon {
    opacity: 1;
    background-image: url('../images/bars-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .ham-close-icon {
    opacity: 0;
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nav-menu {
    background-color: #00367ce6;
    width: 50vw;
    margin-top: 79px;
    padding: 5vh 0 0;
    position: absolute;
  }

  .nav-menu.gtm-nav-buy {
    background-color: #af1432f2;
  }

  .nav-btn {
    background-color: var(--brown);
    width: 78px;
    height: 78px;
    overflow: hidden;
  }

  .nav-btn.w--open {
    background-color: var(--brown);
  }

  .nav-item {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ffffff40;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.2rem;
    display: block;
  }

  .nav-item:hover {
    color: #fff;
  }

  .brand {
    background-position: 5%;
    flex: 1;
    order: 0;
  }

  .brand.mfs {
    background-position: 3%;
    background-size: auto 80%;
    flex: 1;
    display: block;
  }

  .navbar.header {
    width: 100vw;
    height: 78px;
  }

  .container {
    width: 96vw;
    max-width: 96vw;
  }

  .container.nav-container {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .note {
    max-width: 87vw;
  }

  .note.center {
    color: var(--white);
  }

  .note.center.bk {
    color: var(--black);
  }

  .sub-title {
    align-items: center;
  }

  .footer-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kv-bg {
    background-image: url('../images/240531-bg-6.png'), url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
    background-position: 0 0, 70%;
    background-size: cover, cover;
    overflow: visible;
  }

  .kv-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 20px;
  }

  .footer-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-footer {
    width: 98vw;
    max-width: 98vw;
  }

  .kv-text-block {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .section-team {
    background-size: contain;
    padding-bottom: 20px;
  }

  .team-bg {
    height: 540px;
  }

  .team-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-best-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .team-bg-global {
    top: 715px;
  }

  .team-master {
    margin-top: 30px;
  }

  .video-item {
    height: auto;
    margin-bottom: 10px;
  }

  .slide-video-item {
    width: 40vw;
  }

  .section-video {
    padding-top: 40px;
  }

  .mask {
    width: 96vw;
    padding-left: 46px;
  }

  .team-flag {
    width: 30vw;
  }

  .video-arrow {
    width: 6vw;
    height: 6vw;
    left: 0;
  }

  .video-arrow.r {
    right: 0;
  }

  .team-bos-talk {
    margin-top: 80px;
  }

  .boss-slider-arrow.left {
    left: 5px;
  }

  .boss-slider-arrow.right {
    right: 5px;
  }

  .boss-card-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .boss-talk-content {
    max-width: 50vw;
    padding-left: 20px;
  }

  .h2 {
    font-size: 3.5em;
  }

  .section-h1 {
    font-size: 2.4rem;
  }

  .book-bg {
    width: 100vw;
    height: 105vw;
  }

  .book-content {
    padding: 1em;
  }

  .book-p {
    font-size: .9rem;
  }

  .book-img-block {
    height: 50vw;
  }

  .book-img {
    margin-top: 60px;
  }

  .section-fund {
    margin-top: 0;
    padding-top: 80px;
  }

  .fund-item-title._80h {
    min-height: 80px;
  }

  .team-p {
    font-size: .9rem;
  }

  .timeline_item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .timeline_content-text {
    font-size: 14px;
  }

  ._100y-youtube {
    height: 200px;
  }

  .video-youtube {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .book-bg {
    height: 175vw;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }

  .section-kv {
    padding-bottom: 0;
  }

  .ham-icon {
    background-image: url('../images/bars-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .ham-close-icon {
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-menu {
    width: 100vw;
  }

  .nav-btn {
    padding: 21px;
  }

  .brand {
    background-position: 50%;
    background-size: 80%;
  }

  .brand.mfs {
    background-position: 10%;
    background-size: auto 60%;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.vertical {
    flex-direction: column;
  }

  .container.vertical.reverse {
    flex-direction: column-reverse;
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .sub-title {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .footer-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kv-bg {
    background-image: url('../images/240531-bg-5.png'), url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
    background-position: 50% 0, 55% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto 540px;
    height: 140vw;
  }

  .kv-content {
    flex-direction: column;
    height: 140vw;
  }

  .footer-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-footer {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .footer-info {
    background-image: none;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .kv-text-block {
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0;
    padding-top: 80px;
  }

  .team-bg {
    background-color: var(--crimson);
    height: 270vw;
  }

  .team-container {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-best-block {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-bg-global {
    top: 1043px;
  }

  .team-master {
    display: none;
  }

  .slide-video-item {
    width: 100%;
  }

  .section-video {
    padding-top: 40px;
  }

  .mask {
    padding-left: 0;
  }

  .team-flag {
    width: 100%;
    margin-bottom: 20px;
  }

  .video-arrow {
    width: 10vw;
    height: 10vw;
  }

  .team-bos-talk {
    height: 100%;
    position: relative;
  }

  .boss-talk-block, .boss-talk-mask {
    height: 100%;
  }

  .boss-talk-slide {
    height: 100%;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .boss-slider-arrow.left, .boss-slider-arrow.right {
    width: 30px;
  }

  .boss-card-block {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    position: relative;
  }

  .boss-img-block {
    width: 100%;
  }

  .boss-slide-nav {
    display: none;
  }

  .boss-talk-content {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2 {
    font-size: 2em;
  }

  .mb-chart {
    background-image: url('../images/mb-chart-01.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 121vw;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .mb-chart._05 {
    background-image: url('../images/mb-chart-072x.png');
    background-size: contain;
    max-width: 370px;
    height: 39vw;
  }

  .mb-chart._09 {
    background-image: url('../images/bn-mb.png');
    height: 136vw;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-2 {
    display: none;
  }

  .video-h {
    height: 170px;
    margin-top: 0;
  }

  .section-book {
    background-color: var(--brown-2);
    padding-bottom: 20px;
  }

  .book-bg {
    background-color: #0000;
    height: 390vw;
  }

  .book-content {
    max-width: 100%;
  }

  .book-img-block {
    flex: 0 auto;
    order: 1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .book-img {
    width: 83%;
    margin-top: -15vw;
  }

  .book-link {
    width: 100%;
  }

  .fund-block {
    justify-content: center;
  }

  .br {
    display: inline-block;
  }

  .section-100years {
    overflow: hidden;
  }

  ._100years-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline_progress {
    left: 0;
  }

  .timeline_item {
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
  }

  .timeline_left {
    display: block;
  }

  .timeline_centre {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: absolute;
    top: 38px;
    left: -13px;
  }

  .timeline_date-text {
    font-size: 40px;
  }

  .timeline_tilte-text {
    padding-bottom: 10px;
    font-size: 18px;
  }

  ._100years-video-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._100years-video-items {
    width: 100%;
    padding-bottom: 10px;
  }

  ._100years-video-block {
    flex-flow: row;
    padding-bottom: 0;
    display: block;
  }

  ._100y-youtube {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-youtube {
    height: 200px;
    max-height: 210px;
  }

  .footer-note {
    text-align: left;
    width: 100%;
  }
}


