@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
html#scoped {
  font-family: 'Noto Sans TC', sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html#scoped * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-family: 'Noto Sans TC', sans-serif;
    outline: none; }
  html#scoped body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; }
  html#scoped .preload-images {
    position: fixed;
    left: 101vw; }
  html#scoped img {
    display: inline-block;
    max-width: 100%; }
  html#scoped .l {
    display: block; }
    html#scoped .l.br {
      display: inline;
      line-height: 0; }
    @media screen and (max-width: 1023px) {
      html#scoped .l {
        display: none; }
        html#scoped .l.br {
          display: none; } }
  html#scoped .m {
    display: none; }
    html#scoped .m.br {
      display: none; }
    @media screen and (max-width: 1023px) {
      html#scoped .m {
        display: block; }
        html#scoped .m.br {
          display: inline;
          line-height: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html#scoped section.common {
  background-color: #F0F0E8;
  position: relative; }
  html#scoped section.common .common-bg {
    height: 102px;
    width: 100%;
    background-image: url(../assets/common/bg-l.svg);
    background-size: auto 100%;
    background-position: center;
    position: absolute;
    top: -43px; }
    @media screen and (max-width: 1023px) {
      html#scoped section.common .common-bg {
        background-image: url(../assets/common/bg-m.svg);
        height: 9.60vw;
        top: -5.87vw; } }

html#scoped .common-section-content {
  padding: 0 30px; }
  @media screen and (max-width: 1023px) {
    html#scoped .common-section-content {
      padding: 0 4.00vw; } }

html#scoped .inview {
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  opacity: 0;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
  html#scoped .inview.animate {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

html#scoped .inview.pop {
  -webkit-transform: translateY(0) scale(0.8);
  -ms-transform: translateY(0) scale(0.8);
  transform: translateY(0) scale(0.8);
  opacity: 0; }
  html#scoped .inview.pop.animate {
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; }

html#scoped .inview.fadeInLeft {
  -webkit-transform: translateY(0) translateX(-120px);
  -ms-transform: translateY(0) translateX(-120px);
  transform: translateY(0) translateX(-120px);
  opacity: 0; }
  html#scoped .inview.fadeInLeft.animate {
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; }

html#scoped .inview.fadeInRight {
  -webkit-transform: translateY(0) translateX(120px);
  -ms-transform: translateY(0) translateX(120px);
  transform: translateY(0) translateX(120px);
  opacity: 0; }
  html#scoped .inview.fadeInRight.animate {
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; }

html#scoped {
  padding-top: 85px; }
  @media screen and (max-width: 1023px) {
    html#scoped {
      padding-top: 13.33vw; } }
  html#scoped header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    background-color: #007C7D;
    height: 85px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 35px; }
    @media screen and (max-width: 1279px) {
      html#scoped header {
        padding-right: 25px; } }
    @media screen and (max-width: 1023px) {
      html#scoped header {
        height: 13.33vw;
        padding-right: 0; } }
    html#scoped header a.logo {
      padding: 19px 18px; }
      @media screen and (max-width: 1023px) {
        html#scoped header a.logo {
          padding: 1.60vw 3.73vw; } }
      html#scoped header a.logo img {
        display: block;
        height: 47px; }
        @media screen and (max-width: 1023px) {
          html#scoped header a.logo img {
            height: 10.13vw; } }
    html#scoped header .page-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1023px) {
        html#scoped header .page-nav {
          position: fixed;
          height: calc(100vh - 13.33vw);
          top: 13.33vw;
          left: 0;
          width: 100vw;
          opacity: 0;
          visibility: hidden;
          display: block;
          background-color: #F0F0E8;
          padding: 6.40vw 25.33vw;
          background-image: url(../assets/header/bg.svg);
          background-position: left bottom;
          background-repeat: no-repeat;
          -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
          -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
          transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
          html#scoped header .page-nav.active {
            opacity: 1;
            visibility: visible; } }
      @media screen and (max-width: 767px) {
        html#scoped header .page-nav {
          background-size: 65.60vw; } }
      html#scoped header .page-nav a.nav {
        text-decoration: none;
        color: white;
        position: relative;
        display: block;
        line-height: 85px;
        padding: 0 5px;
        font-size: 20px; }
        @media screen and (max-width: 1279px) {
          html#scoped header .page-nav a.nav {
            font-size: 16px;
            padding: 0; } }
        @media screen and (max-width: 1023px) {
          html#scoped header .page-nav a.nav {
            color: black;
            text-align: center;
            border-bottom: 0.27vw solid #4FB587;
            font-size: 5.33vw;
            line-height: 9.60vw;
            padding: 2vw 0; } }
        @media screen and (max-width: 767px) {
          html#scoped header .page-nav a.nav {
            padding: 2.93vw 0; } }
      html#scoped header .page-nav .separator {
        line-height: 85px;
        font-size: 20px;
        color: white; }
        @media screen and (max-width: 1023px) {
          html#scoped header .page-nav .separator {
            display: none; } }
    html#scoped header .mobile-menu {
      display: none; }
      @media screen and (max-width: 1023px) {
        html#scoped header .mobile-menu {
          display: block; }
          html#scoped header .mobile-menu.active .icon.open {
            display: block; }
          html#scoped header .mobile-menu.active .icon.close {
            display: none; } }
      html#scoped header .mobile-menu .icon {
        width: 13.33vw;
        height: 13.33vw;
        background-position: center;
        background-repeat: no-repeat; }
        html#scoped header .mobile-menu .icon.open {
          display: none;
          background-image: url(../assets/header/open.svg);
          background-size: 7.20vw auto; }
        html#scoped header .mobile-menu .icon.close {
          display: block;
          background-image: url(../assets/header/close.svg);
          background-size: 5.07vw auto; }
        html#scoped header .mobile-menu .icon.active {
          display: block; }

html#scoped footer {
  background-color: #F0F0E8;
  padding: 20px 0 40px 0; }
  @media screen and (max-width: 1023px) {
    html#scoped footer {
      padding: 4.80vw 0 7.20vw 0; } }
  html#scoped footer .content-wrap {
    width: 996px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #161616;
    text-align: justify; }
    @media screen and (max-width: 1023px) {
      html#scoped footer .content-wrap {
        width: 83.73vw;
        font-size: 3.73vw;
        line-height: 5.33vw; } }
    html#scoped footer .content-wrap span {
      color: #D94547; }
    html#scoped footer .content-wrap a {
      text-decoration: none;
      color: #161616; }
    html#scoped footer .content-wrap .large {
      font-size: 16px; }
      @media screen and (max-width: 1023px) {
        html#scoped footer .content-wrap .large {
          font-size: 4.27vw; } }

html#scoped section#section1 {
  position: relative;
  height: 880px;
  background-image: url(../assets/section1/bg-l.svg);
  background-size: auto 100%;
  background-position: center;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
  @media screen and (max-width: 1365px) {
    html#scoped section#section1 {
      height: 64.47vw; } }
  @media screen and (max-width: 1023px) {
    html#scoped section#section1 {
      background-image: url(../assets/section1/bg-m.svg);
      height: 153.07vw; } }
  html#scoped section#section1 img.bg {
    width: 100%; }
  html#scoped section#section1 img.bg.l {
    display: none; }
  html#scoped section#section1 .flex-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px; }
    @media screen and (max-width: 1365px) {
      html#scoped section#section1 .flex-content {
        padding-top: 3.66vw; } }
    @media screen and (max-width: 1023px) {
      html#scoped section#section1 .flex-content {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  html#scoped section#section1 .globe-wrap {
    position: relative;
    width: 708px;
    height: 682px;
    margin-right: 30px; }
    @media screen and (max-width: 1365px) {
      html#scoped section#section1 .globe-wrap {
        width: 51.87vw;
        height: 49.96vw;
        margin-right: 2.20vw; } }
    @media screen and (max-width: 1023px) {
      html#scoped section#section1 .globe-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 81.33vw;
        margin: 2.13vw auto 0 auto;
        height: 79.20vw; } }
    html#scoped section#section1 .globe-wrap img.globe {
      width: 100%; }
    html#scoped section#section1 .globe-wrap img.fig {
      position: absolute;
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 1500ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 1500ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 1500ms cubic-bezier(0.68, 0, 0.265, 1);
      -webkit-animation-duration: 2000ms;
      animation-duration: 2000ms;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
      animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
      -webkit-animation-direction: alternate;
      animation-direction: alternate; }
      html#scoped section#section1 .globe-wrap img.fig:nth-of-type(odd) {
        -webkit-animation-name: figOdd;
        animation-name: figOdd; }
      html#scoped section#section1 .globe-wrap img.fig:nth-of-type(even) {
        -webkit-animation-name: figEven;
        animation-name: figEven; }
    html#scoped section#section1 .globe-wrap img.fig1 {
      top: 5.43%;
      left: 47.88%;
      width: 24.44%;
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      transition-delay: 200ms;
      -webkit-animation-delay: 3200ms;
      animation-delay: 3200ms; }
    html#scoped section#section1 .globe-wrap img.fig2 {
      top: 37.98%;
      left: 85.03%;
      width: 14.83%;
      -webkit-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      transition-delay: 400ms;
      -webkit-animation-delay: 3400ms;
      animation-delay: 3400ms; }
    html#scoped section#section1 .globe-wrap img.fig3 {
      top: 59.53%;
      left: 74.44%;
      width: 10.17%;
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms;
      -webkit-animation-delay: 3100ms;
      animation-delay: 3100ms; }
    html#scoped section#section1 .globe-wrap img.fig4 {
      top: 76.98%;
      left: 53.53%;
      width: 18.64%;
      -webkit-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms;
      -webkit-animation-delay: 3300ms;
      animation-delay: 3300ms; }
    html#scoped section#section1 .globe-wrap img.fig5 {
      top: 84.31%;
      left: 31.21%;
      width: 15.11%;
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms;
      -webkit-animation-delay: 3600ms;
      animation-delay: 3600ms; }
    html#scoped section#section1 .globe-wrap img.fig6 {
      top: 61.58%;
      left: 27.97%;
      width: 15.96%;
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms;
      -webkit-animation-delay: 3100ms;
      animation-delay: 3100ms; }
    html#scoped section#section1 .globe-wrap img.fig7 {
      top: 66.57%;
      left: 4.38%;
      width: 13.56%;
      -webkit-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms;
      -webkit-animation-delay: 3500ms;
      animation-delay: 3500ms; }
    html#scoped section#section1 .globe-wrap img.fig8 {
      top: 35.19%;
      left: 0%;
      width: 19.49%;
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      transition-delay: 200ms;
      -webkit-animation-delay: 3200ms;
      animation-delay: 3200ms; }
    html#scoped section#section1 .globe-wrap img.fig9 {
      top: 22.73%;
      left: 23.45%;
      width: 18.50%;
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms;
      -webkit-animation-delay: 3100ms;
      animation-delay: 3100ms; }
    html#scoped section#section1 .globe-wrap img.fig10 {
      top: 3.96%;
      left: 28.53%;
      width: 14.83%;
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms;
      -webkit-animation-delay: 3600ms;
      animation-delay: 3600ms; }
  html#scoped section#section1 .text-wrap {
    width: 530px;
    padding-top: 233px;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
    @media screen and (max-width: 1365px) {
      html#scoped section#section1 .text-wrap {
        width: 38.83vw;
        padding-top: 17.07vw;
        -webkit-transform: translateY(4.4vw);
        -ms-transform: translateY(4.4vw);
        transform: translateY(4.4vw); } }
    @media screen and (max-width: 1023px) {
      html#scoped section#section1 .text-wrap {
        width: 76vw;
        padding-top: 5.60vw;
        -webkit-transform: translateY(8vw);
        -ms-transform: translateY(8vw);
        transform: translateY(8vw);
        text-align: center;
        margin: 0 auto; } }
    html#scoped section#section1 .text-wrap img.slogan {
      height: 56px; }
      @media screen and (max-width: 1365px) {
        html#scoped section#section1 .text-wrap img.slogan {
          height: 4.10vw; } }
      @media screen and (max-width: 1023px) {
        html#scoped section#section1 .text-wrap img.slogan {
          height: 7.20vw; } }
    html#scoped section#section1 .text-wrap .heading {
      margin-top: 5px;
      font-size: 60px;
      font-weight: 700;
      coor: #161616; }
      @media screen and (max-width: 1365px) {
        html#scoped section#section1 .text-wrap .heading {
          margin-top: 0.37vw;
          font-size: 4.40vw; } }
      @media screen and (max-width: 1023px) {
        html#scoped section#section1 .text-wrap .heading {
          margin-top: 0;
          font-size: 8.00vw; } }
    html#scoped section#section1 .text-wrap h1 {
      margin: 0;
      color: #004747;
      font-size: 30px;
      font-weight: 700; }
      @media screen and (max-width: 1365px) {
        html#scoped section#section1 .text-wrap h1 {
          font-size: 2.20vw; } }
      @media screen and (max-width: 1023px) {
        html#scoped section#section1 .text-wrap h1 {
          font-size: 4.80vw; } }
    html#scoped section#section1 .text-wrap .sub {
      color: #999999;
      font-size: 30px;
      font-weight: 700; }
      @media screen and (max-width: 1365px) {
        html#scoped section#section1 .text-wrap .sub {
          font-size: 2.20vw; } }
      @media screen and (max-width: 1023px) {
        html#scoped section#section1 .text-wrap .sub {
          font-size: 4.80vw; } }

@-webkit-keyframes figOdd {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }

@keyframes figOdd {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }

@-webkit-keyframes figEven {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); } }

@keyframes figEven {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); } }

html#scoped section#section1.animate .text-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms; }

html#scoped section#section1.animate img.fig {
  opacity: 1; }
  html#scoped section#section1.animate img.fig:nth-of-type(odd) {
    -webkit-transform: scale(1) translateY(2px);
    -ms-transform: scale(1) translateY(2px);
    transform: scale(1) translateY(2px); }
  html#scoped section#section1.animate img.fig:nth-of-type(even) {
    -webkit-transform: scale(1) translateY(-2px);
    -ms-transform: scale(1) translateY(-2px);
    transform: scale(1) translateY(-2px); }

html#scoped section#section2 {
  padding-top: 69px;
  padding-bottom: 113px; }
  @media screen and (max-width: 1023px) {
    html#scoped section#section2 {
      padding-top: 6.93vw;
      padding-bottom: 22.13vw; } }
  html#scoped section#section2 h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 852px;
    max-width: 100%;
    height: 140px;
    text-align: center;
    background-image: url(../assets/section2/title-bg-l.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 34px;
    font-weight: 700;
    line-height: 49px;
    color: #1D7543; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section2 h2 {
        background-image: url(../assets/section2/title-bg-m.svg);
        width: 86.40vw;
        height: 30.67vw;
        font-size: 6.40vw;
        line-height: 8.27vw; } }
  html#scoped section#section2 .t1 {
    margin: 30px auto 0 auto;
    width: 890px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    color: #161616;
    line-height: 23px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section2 .t1 {
        margin: 3.73vw auto 0 auto;
        width: 81.87vw;
        font-size: 4.27vw;
        line-height: 6.13vw;
        text-align: justify; } }
  html#scoped section#section2 .img {
    width: 852px;
    max-width: 100%;
    margin: 32px auto 0 auto;
    position: relative; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section2 .img {
        width: 90.67vw;
        margin: 6.67vw auto 0 auto; } }
    html#scoped section#section2 .img img {
      width: 100%; }
    html#scoped section#section2 .img img.abs {
      position: absolute; }
      html#scoped section#section2 .img img.abs.img1 {
        width: 329px;
        left: 38px;
        top: 78px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section2 .img img.abs.img1 {
            width: 39.73vw;
            left: 2.13vw;
            top: 0; } }
      html#scoped section#section2 .img img.abs.img2 {
        width: 316px;
        left: 507px;
        top: 64px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section2 .img img.abs.img2 {
            width: 39.73vw;
            left: 48.80vw;
            top: 0; } }
      html#scoped section#section2 .img img.abs.img3 {
        width: 314px;
        left: 38px;
        top: 629px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section2 .img img.abs.img3 {
            width: 40.80vw;
            left: 0;
            top: 107.20vw; } }
      html#scoped section#section2 .img img.abs.img4 {
        width: 327px;
        left: 496px;
        top: 631px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section2 .img img.abs.img4 {
            width: 39.73vw;
            left: 50.93vw;
            top: 107.20vw; } }
      html#scoped section#section2 .img img.abs.img5 {
        width: 253px;
        left: 0px;
        top: 986px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section2 .img img.abs.img5 {
            width: 39.47vw;
            left: 1.87vw;
            top: 192.27vw; } }
      html#scoped section#section2 .img img.abs.img6 {
        width: 177px;
        left: 335px;
        top: 986px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section2 .img img.abs.img6 {
            width: 38.67vw;
            left: 50.93vw;
            top: 192.27vw; } }
      html#scoped section#section2 .img img.abs.img7 {
        width: 213px;
        left: 638px;
        top: 986px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section2 .img img.abs.img7 {
            width: 48.27vw;
            left: 27.47vw;
            top: 259.20vw; } }
  html#scoped section#section2 .t2 {
    margin: 50px auto 0 auto;
    width: 907px;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section2 .t2 {
        margin: 5.07vw auto 0 auto;
        width: 88.80vw;
        font-size: 3.73vw;
        line-height: 5.33vw;
        text-align: justify; } }

html#scoped section#section3 {
  padding-top: 134px;
  padding-bottom: 86px;
  background-image: url(../assets/section3/bg-l-min.png);
  background-position: center;
  background-size: auto 100%;
  margin-top: -67px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    html#scoped section#section3 {
      padding-top: 14.13vw;
      padding-bottom: 14.13vw;
      background-image: url(../assets/section3/bg-m-min.png);
      margin-top: -5.87vw; } }
  html#scoped section#section3 h2 {
    margin: 0 auto;
    width: 908px;
    max-width: 100%;
    height: 152px;
    text-align: center;
    background-image: url(../assets/section3/title-bg-l.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    color: white;
    padding-top: 22px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section3 h2 {
        background-image: url(../assets/section3/title-bg-m.svg);
        width: 86.40vw;
        height: 42.13vw;
        font-size: 6.40vw;
        line-height: 8.00vw;
        padding-top: 3vw; } }
    html#scoped section#section3 h2 span.big {
      font-size: 48px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 h2 span.big {
          font-size: 8.00vw;
          line-height: 9.33vw; } }
    html#scoped section#section3 h2 span.orange {
      color: #FF8900; }
  html#scoped section#section3 .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 808px;
    max-width: 100%;
    margin: 25px auto 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section3 .tabs {
        width: 90.67vw;
        margin: 4.00vw auto 0 auto; } }
    html#scoped section#section3 .tabs .tab {
      width: 166px;
      height: 185px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      -webkit-animation-name: shake;
      animation-name: shake;
      -webkit-animation-duration: 6000ms;
      animation-duration: 6000ms;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
      animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1); }
      html#scoped section#section3 .tabs .tab:nth-of-type(1) {
        background-image: url(../assets/section3/tab1-l.svg);
        -webkit-animation-delay: 1000ms;
        animation-delay: 1000ms; }
        html#scoped section#section3 .tabs .tab:nth-of-type(1).active {
          background-image: url(../assets/section3/tab1-active-l.svg); }
      html#scoped section#section3 .tabs .tab:nth-of-type(2) {
        background-image: url(../assets/section3/tab2-l.svg);
        -webkit-animation-delay: 2000ms;
        animation-delay: 2000ms; }
        html#scoped section#section3 .tabs .tab:nth-of-type(2).active {
          background-image: url(../assets/section3/tab2-active-l.svg); }
      html#scoped section#section3 .tabs .tab:nth-of-type(3) {
        background-image: url(../assets/section3/tab3-l.svg);
        -webkit-animation-delay: 3000ms;
        animation-delay: 3000ms; }
        html#scoped section#section3 .tabs .tab:nth-of-type(3).active {
          background-image: url(../assets/section3/tab3-active-l.svg); }
      html#scoped section#section3 .tabs .tab:nth-of-type(4) {
        background-image: url(../assets/section3/tab4-l.svg);
        -webkit-animation-delay: 4000ms;
        animation-delay: 4000ms; }
        html#scoped section#section3 .tabs .tab:nth-of-type(4).active {
          background-image: url(../assets/section3/tab4-active-l.svg); }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .tabs .tab {
          width: 23.20vw;
          height: 25.87vw; }
          html#scoped section#section3 .tabs .tab:nth-of-type(1) {
            background-image: url(../assets/section3/tab1-m.svg); }
            html#scoped section#section3 .tabs .tab:nth-of-type(1).active {
              background-image: url(../assets/section3/tab1-active-m.svg); }
          html#scoped section#section3 .tabs .tab:nth-of-type(2) {
            background-image: url(../assets/section3/tab2-m.svg); }
            html#scoped section#section3 .tabs .tab:nth-of-type(2).active {
              background-image: url(../assets/section3/tab2-active-m.svg); }
          html#scoped section#section3 .tabs .tab:nth-of-type(3) {
            background-image: url(../assets/section3/tab3-m.svg); }
            html#scoped section#section3 .tabs .tab:nth-of-type(3).active {
              background-image: url(../assets/section3/tab3-active-m.svg); }
          html#scoped section#section3 .tabs .tab:nth-of-type(4) {
            background-image: url(../assets/section3/tab4-m.svg); }
            html#scoped section#section3 .tabs .tab:nth-of-type(4).active {
              background-image: url(../assets/section3/tab4-active-m.svg); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  2% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  6% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  9% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  11% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  13% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  2% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  6% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  9% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  11% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  13% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
  html#scoped section#section3 .slider-wrap {
    width: 873px;
    margin: 21px auto 0 auto;
    position: relative; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section3 .slider-wrap {
        width: 86.67vw;
        margin: 4.27vw auto 0 auto; } }
    html#scoped section#section3 .slider-wrap img.arrow {
      width: 60px;
      position: absolute;
      top: 373px;
      cursor: pointer;
      z-index: 1; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slider-wrap img.arrow {
          width: 10.40vw;
          top: 151.73vw; } }
    html#scoped section#section3 .slider-wrap img.arrow.prev {
      left: -75px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slider-wrap img.arrow.prev {
          left: -5.33vw; } }
    html#scoped section#section3 .slider-wrap img.arrow.next {
      right: -75px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slider-wrap img.arrow.next {
          right: -5.33vw; } }
  html#scoped section#section3 .slides .slide {
    padding-top: 53px;
    position: relative; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section3 .slides .slide {
        padding-top: 9.33vw; } }
    html#scoped section#section3 .slides .slide img.title {
      position: absolute;
      height: 82px;
      top: 0;
      left: 231px;
      z-index: 1; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slides .slide img.title {
          height: auto;
          width: 78.67vw;
          left: 4.00vw; } }
    html#scoped section#section3 .slides .slide .content-bg {
      border-radius: 10px;
      position: relative; }
      html#scoped section#section3 .slides .slide .content-bg::before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: #0D694A;
        mix-blend-mode: multiply;
        opacity: 0.5;
        border-radius: 10px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slides .slide .content-bg {
          border-radius: 2.67vw; }
          html#scoped section#section3 .slides .slide .content-bg::before {
            border-radius: 2.67vw; } }
    html#scoped section#section3 .slides .slide .content {
      position: relative;
      padding: 50px 30px 36px 30px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slides .slide .content {
          padding: 9.87vw 0 6.67vw 0; } }
    html#scoped section#section3 .slides .slide .heading {
      width: 490px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slides .slide .heading {
          width: 78.93vw; } }
      html#scoped section#section3 .slides .slide .heading .line {
        height: 1px;
        background-color: white;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 16px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section3 .slides .slide .heading .line {
            height: 0.27vw;
            margin-top: 3.5vw; } }
      html#scoped section#section3 .slides .slide .heading .text {
        margin: 0 8px;
        font-size: 22px;
        line-height: 32px;
        font-weight: 700;
        color: white; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section3 .slides .slide .heading .text {
            margin: 0 1.07vw;
            font-size: 4.80vw;
            line-height: 6.93vw; } }
        html#scoped section#section3 .slides .slide .heading .text span.orange {
          color: #FF8900; }
    html#scoped section#section3 .slides .slide .sub {
      width: 550px;
      margin: 8px auto 0 auto;
      text-align: center;
      font-size: 16px;
      line-height: 23px;
      color: white;
      min-height: 76px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slides .slide .sub {
          width: 73.07vw;
          margin: 1.33vw auto 0 auto;
          font-size: 4.27vw;
          line-height: 6.13vw;
          min-height: unset;
          text-align: justify; } }
    html#scoped section#section3 .slides .slide .flex-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 634px;
      margin: 0 auto; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slides .slide .flex-wrap {
          width: 74.93vw;
          margin: 6.67vw auto 0 auto;
          display: block; }
          html#scoped section#section3 .slides .slide .flex-wrap img {
            width: 100%; }
          html#scoped section#section3 .slides .slide .flex-wrap img:last-of-type {
            margin-top: 6.67vw; } }
    html#scoped section#section3 .slides .slide .flex-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slides .slide .flex-center {
          display: block;
          width: 74.93vw;
          margin: 6.67vw auto 0 auto; }
          html#scoped section#section3 .slides .slide .flex-center img {
            width: 100%; } }
    html#scoped section#section3 .slides .slide .note {
      font-size: 14px;
      line-height: 20px;
      color: white;
      margin-top: 34px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section3 .slides .slide .note {
          font-size: 3.73vw;
          line-height: 5.33vw;
          margin-top: 2.67vw;
          padding: 0 4.00vw; } }
      html#scoped section#section3 .slides .slide .note span {
        color: #FC6352; }
    html#scoped section#section3 .slides .slide img.ipop {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0;
      -webkit-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms;
      -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
      html#scoped section#section3 .slides .slide img.ipop.active, html#scoped section#section3 .slides .slide img.ipop.pop.animate {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
  html#scoped section#section3 .slides .slide.slick-cloned img.ipop.pop.inview {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

html#scoped section#section4 {
  padding-top: 79px;
  padding-bottom: 116px; }
  @media screen and (max-width: 1023px) {
    html#scoped section#section4 {
      padding-top: 10.13vw;
      padding-bottom: 14.93vw; } }
  html#scoped section#section4 h2 {
    margin: 0 auto;
    width: 909px;
    max-width: 100%;
    height: 184px;
    text-align: center;
    background-image: url(../assets/section4/title-bg-l.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 34px;
    font-weight: 700;
    line-height: 49px;
    color: #1D7543;
    padding-top: 18px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section4 h2 {
        background-image: url(../assets/section4/title-bg-m.svg);
        width: 86.40vw;
        height: 61.87vw;
        font-size: 6.40vw;
        line-height: 9.33vw;
        padding: 3vw 5vw; } }
    html#scoped section#section4 h2 span.olive {
      color: #B2CE6B; }
  html#scoped section#section4 .t1 {
    color: #161616;
    font-size: 16px;
    line-height: 23px;
    width: 862px;
    margin: 16px auto 0 auto;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section4 .t1 {
        margin: 2.93vw auto 0 auto;
        width: 81.87vw;
        font-size: 4.27vw;
        line-height: 6.13vw;
        text-align: justify; } }
  html#scoped section#section4 .fig1 {
    width: 824px;
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section4 .fig1 {
        margin: 1.33vw auto 0 auto;
        width: 89.87vw; } }
  html#scoped section#section4 .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 565px;
    max-width: 100%;
    margin: 36px auto 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section4 .tabs {
        width: 80.00vw;
        margin: 1.87vw auto 0 auto; } }
    html#scoped section#section4 .tabs .tab {
      width: 149px;
      height: 167px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      -webkit-animation-name: shake;
      animation-name: shake;
      -webkit-animation-duration: 6000ms;
      animation-duration: 6000ms;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
      animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1); }
      html#scoped section#section4 .tabs .tab:nth-of-type(1) {
        background-image: url(../assets/section4/tab1-l.svg);
        -webkit-animation-delay: 1000ms;
        animation-delay: 1000ms; }
        html#scoped section#section4 .tabs .tab:nth-of-type(1).active {
          background-image: url(../assets/section4/tab1-active-l.svg); }
      html#scoped section#section4 .tabs .tab:nth-of-type(2) {
        background-image: url(../assets/section4/tab2-l.svg);
        -webkit-animation-delay: 2000ms;
        animation-delay: 2000ms; }
        html#scoped section#section4 .tabs .tab:nth-of-type(2).active {
          background-image: url(../assets/section4/tab2-active-l.svg); }
      html#scoped section#section4 .tabs .tab:nth-of-type(3) {
        background-image: url(../assets/section4/tab3-l.svg);
        -webkit-animation-delay: 3000ms;
        animation-delay: 3000ms; }
        html#scoped section#section4 .tabs .tab:nth-of-type(3).active {
          background-image: url(../assets/section4/tab3-active-l.svg); }
      @media screen and (max-width: 1023px) {
        html#scoped section#section4 .tabs .tab {
          width: 26.67vw;
          height: 29.87vw; }
          html#scoped section#section4 .tabs .tab:nth-of-type(1) {
            background-image: url(../assets/section4/tab1-m.svg); }
            html#scoped section#section4 .tabs .tab:nth-of-type(1).active {
              background-image: url(../assets/section4/tab1-active-m.svg); }
          html#scoped section#section4 .tabs .tab:nth-of-type(2) {
            background-image: url(../assets/section4/tab2-m.svg); }
            html#scoped section#section4 .tabs .tab:nth-of-type(2).active {
              background-image: url(../assets/section4/tab2-active-m.svg); }
          html#scoped section#section4 .tabs .tab:nth-of-type(3) {
            background-image: url(../assets/section4/tab3-m.svg); }
            html#scoped section#section4 .tabs .tab:nth-of-type(3).active {
              background-image: url(../assets/section4/tab3-active-m.svg); } }

@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  2% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  6% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  9% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  11% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  13% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
  html#scoped section#section4 .slider-wrap {
    width: 905px;
    margin: -77px auto 0 auto;
    position: relative; }
    @media screen and (max-width: 1279px) {
      html#scoped section#section4 .slider-wrap {
        width: 873px; } }
    @media screen and (max-width: 1023px) {
      html#scoped section#section4 .slider-wrap {
        width: 86.67vw;
        margin: -18.67vw auto 0 auto; } }
    html#scoped section#section4 .slider-wrap img.arrow {
      width: 60px;
      position: absolute;
      top: 869px;
      cursor: pointer;
      z-index: 1; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section4 .slider-wrap img.arrow {
          width: 10.40vw;
          top: 256.80vw; } }
    html#scoped section#section4 .slider-wrap img.arrow.prev {
      left: -75px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section4 .slider-wrap img.arrow.prev {
          left: -5.33vw; } }
    html#scoped section#section4 .slider-wrap img.arrow.next {
      right: -75px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section4 .slider-wrap img.arrow.next {
          right: -5.33vw; } }
  html#scoped section#section4 .slides {
    background-color: #FFFFF9;
    border-radius: 10px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section4 .slides {
        border-radius: 2.67vw; } }
    html#scoped section#section4 .slides .slide {
      padding: 94px 30px 30px 30px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section4 .slides .slide {
          padding: 20.27vw 0 5.33vw 0; } }
      html#scoped section#section4 .slides .slide .title {
        font-weight: 700;
        font-size: 34px;
        text-align: center;
        color: #1D7543; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .title {
            font-size: 5.33vw; } }
        html#scoped section#section4 .slides .slide .title span {
          font-size: 44px;
          color: #FC6352; }
          @media screen and (max-width: 1023px) {
            html#scoped section#section4 .slides .slide .title span {
              font-size: 6.93vw; } }
      html#scoped section#section4 .slides .slide .sub {
        color: #161616;
        text-align: center;
        margin-top: 1px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .sub {
            width: 72.00vw;
            margin: 0 auto;
            font-size: 4.27vw;
            text-align: justify; } }
      html#scoped section#section4 .slides .slide img.slide-fig {
        width: 856px;
        margin: 40px auto 0 auto; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide img.slide-fig {
            width: 80.00vw;
            margin: 5.33vw auto 0 auto; } }
      html#scoped section#section4 .slides .slide .note {
        font-size: 14px;
        line-height: 20px;
        color: #161616;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .note {
            width: 76.00vw;
            font-size: 3.73vw;
            line-height: 5.33vw;
            margin: 6.67vw auto 0 auto; } }
        html#scoped section#section4 .slides .slide .note span {
          color: #D94547; }
      html#scoped section#section4 .slides .slide .img {
        position: relative; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img {
            width: 80vw;
            margin: 0 auto; } }
        html#scoped section#section4 .slides .slide .img img.abs {
          position: absolute; }
      html#scoped section#section4 .slides .slide .img.s1 img.img1 {
        width: 66.47%;
        top: 6.86%;
        left: 16.82%; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s1 img.img1 {
            width: 79.20vw;
            top: 18.93vw;
            left: 0.27vw; } }
      html#scoped section#section4 .slides .slide .img.s1 img.img2 {
        width: 55.96%;
        top: 37.40%;
        left: 22.08%; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s1 img.img2 {
            width: 78.40vw;
            top: 90.40vw;
            left: 1.33vw; } }
      html#scoped section#section4 .slides .slide .img.s1 img.img3 {
        width: 98.13%;
        top: 75.81%;
        left: 0.93%; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s1 img.img3 {
            width: 77.33vw;
            top: 174.40vw;
            left: 1.33vw; } }
      html#scoped section#section4 .slides .slide .img.s2 img.abs {
        width: 24.53%; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s2 img.abs {
            width: 56.00vw;
            left: 12.00vw !important; } }
      html#scoped section#section4 .slides .slide .img.s2 img.img1 {
        top: 0;
        left: 7.01%;
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s2 img.img1 {
            top: 0; } }
      html#scoped section#section4 .slides .slide .img.s2 img.img2 {
        top: 0;
        left: 37.73%;
        -webkit-transition-delay: 650ms;
        -o-transition-delay: 650ms;
        transition-delay: 650ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s2 img.img2 {
            top: 46.67vw; } }
      html#scoped section#section4 .slides .slide .img.s2 img.img3 {
        top: 0;
        left: 68.46%;
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s2 img.img3 {
            top: 93.33vw; } }
      html#scoped section#section4 .slides .slide .img.s2 img.img4 {
        top: 34.44%;
        left: 22.31%;
        -webkit-transition-delay: 950ms;
        -o-transition-delay: 950ms;
        transition-delay: 950ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s2 img.img4 {
            top: 140.00vw; } }
      html#scoped section#section4 .slides .slide .img.s2 img.img5 {
        top: 34.44%;
        left: 53.04%;
        -webkit-transition-delay: 1100ms;
        -o-transition-delay: 1100ms;
        transition-delay: 1100ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s2 img.img5 {
            top: 186.67vw; } }
      html#scoped section#section4 .slides .slide .img.s2 img.img6 {
        top: 68.89%;
        left: 22.31%;
        -webkit-transition-delay: 1250ms;
        -o-transition-delay: 1250ms;
        transition-delay: 1250ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s2 img.img6 {
            top: 233.33vw; } }
      html#scoped section#section4 .slides .slide .img.s2 img.img7 {
        top: 68.89%;
        left: 53.04%;
        -webkit-transition-delay: 1400ms;
        -o-transition-delay: 1400ms;
        transition-delay: 1400ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s2 img.img7 {
            top: 280.00vw; } }
      html#scoped section#section4 .slides .slide .img.s3 img.abs {
        width: 21.38%;
        top: 79.24%; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s3 img.abs {
            width: 48.80vw;
            left: 15.73vw !important; } }
      html#scoped section#section4 .slides .slide .img.s3 img.img1 {
        left: 6.78%;
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s3 img.img1 {
            top: 116.27vw; } }
      html#scoped section#section4 .slides .slide .img.s3 img.img2 {
        left: 39.25%;
        -webkit-transition-delay: 650ms;
        -o-transition-delay: 650ms;
        transition-delay: 650ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s3 img.img2 {
            top: 183.73vw; } }
      html#scoped section#section4 .slides .slide .img.s3 img.img3 {
        left: 71.73%;
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section4 .slides .slide .img.s3 img.img3 {
            top: 251.20vw; } }
      html#scoped section#section4 .slides .slide img.iup {
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
        -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
        -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1);
        transition: all 1000ms cubic-bezier(0.68, 0, 0.265, 1); }
        html#scoped section#section4 .slides .slide img.iup.active, html#scoped section#section4 .slides .slide img.iup.iup.animate {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
    html#scoped section#section4 .slides .slide.slick-cloned img.iup.inview {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }

html#scoped section#section5 {
  padding-top: 166px;
  padding-bottom: 110px;
  background-image: url(../assets/section5/bg-l-min.png);
  background-position: center;
  background-size: auto 100%;
  margin-top: -67px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    html#scoped section#section5 {
      padding-top: 14.67vw;
      padding-bottom: 12.53vw;
      background-image: url(../assets/section5/bg-m-min.png);
      margin-top: -5.87vw; } }
  html#scoped section#section5 h2 {
    margin: 0 auto;
    width: 852px;
    max-width: 100%;
    height: 140px;
    text-align: center;
    background-image: url(../assets/section5/title1-bg-l.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    color: white;
    padding-top: 48px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section5 h2 {
        background-image: url(../assets/section5/title1-bg-m.svg);
        width: 86.40vw;
        height: 26.93vw;
        font-size: 6.40vw;
        line-height: 9.33vw;
        padding-top: 5vw; } }
    html#scoped section#section5 h2 span.pad {
      padding-left: 8vw; }
  html#scoped section#section5 img.fig1 {
    width: 1034px;
    margin: 69px auto 0 auto; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section5 img.fig1 {
        width: 78.67vw;
        margin: 0.53vw auto 0 auto; } }
  html#scoped section#section5 .note1 {
    width: 856px;
    margin: 5px auto 0 auto;
    color: white;
    font-size: 14px;
    line-height: 20px;
    text-align: justify; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section5 .note1 {
        width: 77.60vw;
        margin: 5.60vw auto 0 auto;
        font-size: 3.73vw;
        line-height: 5.33vw; } }
  html#scoped section#section5 h3 {
    margin: 70px auto 0 auto;
    width: 406px;
    max-width: 100%;
    height: 104px;
    text-align: center;
    background-image: url(../assets/section5/title2-bg-l.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    color: white;
    padding-top: 24px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section5 h3 {
        background-image: url(../assets/section5/title2-bg-m.svg);
        margin: 8.53vw auto 0 auto;
        width: 86.40vw;
        height: 23.47vw;
        font-size: 6.40vw;
        line-height: 9.33vw;
        padding-top: 4.53vw; } }
  html#scoped section#section5 .container {
    padding: 35px 15px;
    background-color: #FFFFF9;
    border-radius: 10px;
    width: 1123px;
    margin: 37px auto 0 auto;
    max-width: 100%; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section5 .container {
        padding: 11.73vw 2.67vw 6.93vw 2.67vw;
        border-radius: 2.67vw;
        width: 78.67vw;
        margin: 4.00vw auto 0 auto; } }
    html#scoped section#section5 .container .note2 {
      margin: 54px auto 0 auto;
      width: 789px;
      font-size: 14px;
      line-height: 20px;
      color: black;
      text-align: justify; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section5 .container .note2 {
          margin: 5.33vw auto 0 auto;
          width: 100%;
          font-size: 3.73vw;
          line-height: 5.33vw; } }
      html#scoped section#section5 .container .note2 span.orange {
        color: #D94547; }
  html#scoped section#section5 .img {
    position: relative;
    width: 919px;
    margin: 0 auto;
    max-width: 100%; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section5 .img {
        width: 100%; } }
    html#scoped section#section5 .img img.abs {
      width: 350px;
      top: 0;
      position: absolute; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section5 .img img.abs {
          width: 53.33vw; } }
    html#scoped section#section5 .img img.img1 {
      left: 55px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section5 .img img.img1 {
          left: 9.33vw;
          top: 0; } }
    html#scoped section#section5 .img img.img2 {
      left: 521px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section5 .img img.img2 {
          left: 9.33vw;
          top: 79.73vw; } }

html#scoped section#section6 {
  margin-top: 75px; }
  @media screen and (max-width: 1023px) {
    html#scoped section#section6 {
      margin-top: 13.07vw; } }
  html#scoped section#section6 h2 {
    margin: 0 auto;
    width: 909px;
    max-width: 100%;
    height: 152px;
    text-align: center;
    background-image: url(../assets/section5/title3-bg-l.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 34px;
    font-weight: 700;
    line-height: 49px;
    color: white;
    padding-top: 23px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section6 h2 {
        background-image: url(../assets/section5/title3-bg-m.svg);
        width: 86.40vw;
        height: 41.33vw;
        font-size: 6.40vw;
        line-height: 7.73vw;
        padding-top: 4.80vw; } }
    html#scoped section#section6 h2 .top {
      margin-bottom: 5px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section6 h2 .top {
          margin-bottom: 0; } }
    html#scoped section#section6 h2 span.orange {
      color: #FF8900; }
  html#scoped section#section6 h3.heading1 {
    background-image: url(../assets/section5/heading1-bg-l.svg);
    width: 473px;
    height: 52px;
    padding-top: 5px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: white;
    margin: 33px auto 0 auto; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section6 h3.heading1 {
        background-image: url(../assets/section5/heading1-bg-m.svg);
        width: 71.47vw;
        height: 16.27vw;
        padding-top: 1vw;
        font-size: 4.80vw;
        line-height: 5.60vw;
        margin: 5.07vw auto 0 auto; } }
  html#scoped section#section6 .t1 {
    width: 708px;
    margin: 8px auto 0 auto;
    font-size: 16px;
    line-height: 26px;
    color: white;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section6 .t1 {
        width: 78.67vw;
        margin: 9.33vw auto 0 auto;
        font-size: 4.27vw;
        line-height: 6.93vw;
        text-align: justify; } }
    html#scoped section#section6 .t1 span.orange {
      color: #FF8900; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section6 .t1 span.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  html#scoped section#section6 img.fig3 {
    width: 535px;
    margin: 20px auto 0 auto; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section6 img.fig3 {
        width: 48.53vw;
        margin: 5.33vw auto 0 auto; } }
  html#scoped section#section6 .note3 {
    text-align: center;
    margin-top: 18px;
    color: white;
    font-size: 14px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section6 .note3 {
        margin-top: 4.80vw;
        font-size: 3.73vw; } }
  html#scoped section#section6 h3.heading2 {
    background-image: url(../assets/section5/heading2-bg-l.svg);
    width: 314px;
    height: 52px;
    padding-top: 5px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: white;
    margin: 40px auto 0 auto; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section6 h3.heading2 {
        background-image: url(../assets/section5/heading2-bg-m.svg);
        margin: 10.40vw auto 0 auto;
        width: 71.47vw;
        height: 13.33vw;
        padding-top: 1vw;
        font-size: 4.80vw;
        line-height: 8.53vw; } }
  html#scoped section#section6 img.fig4 {
    width: 592px;
    margin: 7px auto 0 auto; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section6 img.fig4 {
        width: 92.00vw;
        margin: 4.80vw auto 0 auto; } }
  html#scoped section#section6 .note4 {
    color: white;
    font-size: 14px;
    width: 700px;
    max-width: 100%;
    margin: 7px auto 0 auto; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section6 .note4 {
        width: 86.40vw;
        margin: 6.40vw auto 0 auto;
        text-align: justify;
        font-size: 3.73vw; } }

html#scoped section#section7 {
  padding-top: 68px;
  padding-bottom: 244px;
  background-image: url(../assets/section7/bg-l.svg);
  background-repeat: no-repeat;
  background-size: 1428px auto;
  background-position: center bottom 152px; }
  @media screen and (max-width: 1023px) {
    html#scoped section#section7 {
      padding-top: 7.73vw;
      padding-bottom: 21.33vw;
      background-image: url(../assets/section7/bg-m.svg);
      background-size: 65.60vw auto;
      background-position: center bottom 13.87vw; } }
  html#scoped section#section7 h2 {
    margin: 0 auto;
    width: 406px;
    max-width: 100%;
    height: 99px;
    text-align: center;
    background-image: url(../assets/section7/title-bg-l.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 34px;
    font-weight: 700;
    line-height: 49px;
    color: #1D7543;
    padding-top: 21px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section7 h2 {
        background-image: url(../assets/section7/title-bg-m.svg);
        width: 86.40vw;
        height: 14.40vw;
        font-size: 6.40vw;
        line-height: 8.27vw;
        padding-top: 2.40vw; } }
  html#scoped section#section7 .slider-wrap {
    width: 951px;
    margin: 88px auto 0 auto;
    position: relative;
    border: 21px solid #72BDBA;
    background-color: #177D8F; }
    @media screen and (max-width: 1279px) {
      html#scoped section#section7 .slider-wrap {
        width: 880px; } }
    @media screen and (max-width: 1023px) {
      html#scoped section#section7 .slider-wrap {
        width: 73.87vw;
        margin: 8.53vw auto 0 auto;
        border: 1.60vw solid #72BDBA; } }
    html#scoped section#section7 .slider-wrap img.arrow {
      width: 60px;
      position: absolute;
      top: 205px;
      cursor: pointer;
      z-index: 1; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section7 .slider-wrap img.arrow {
          width: 10.40vw;
          top: 16.80vw; } }
    html#scoped section#section7 .slider-wrap img.arrow.prev {
      left: -175px; }
      @media screen and (max-width: 1365px) {
        html#scoped section#section7 .slider-wrap img.arrow.prev {
          left: -90px; } }
      @media screen and (max-width: 1023px) {
        html#scoped section#section7 .slider-wrap img.arrow.prev {
          left: -13.33vw; } }
    html#scoped section#section7 .slider-wrap img.arrow.next {
      right: -175px; }
      @media screen and (max-width: 1365px) {
        html#scoped section#section7 .slider-wrap img.arrow.next {
          right: -90px; } }
      @media screen and (max-width: 1023px) {
        html#scoped section#section7 .slider-wrap img.arrow.next {
          right: -13.33vw; } }
  html#scoped section#section7 .slides {
    border: 8px solid #177D8F; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section7 .slides {
        border: 0.53vw solid #177D8F; } }
    html#scoped section#section7 .slides .video-wrap {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; }
      html#scoped section#section7 .slides .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none; }

html#scoped section#section8 {
  padding-top: 132px;
  padding-bottom: 71px;
  background-image: url(../assets/section8/bg-l-min.png);
  background-position: center;
  background-size: auto 100%;
  margin-top: -67px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    html#scoped section#section8 {
      padding-top: 16.00vw;
      padding-bottom: 14.13vw;
      background-image: url(../assets/section8/bg-m-min.png);
      margin-top: -5.87vw; } }
  html#scoped section#section8 h2 {
    margin: 0 auto;
    width: 405px;
    max-width: 100%;
    height: 99px;
    text-align: center;
    background-image: url(../assets/section8/title-bg-l.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    color: white;
    padding-top: 23px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section8 h2 {
        background-image: url(../assets/section8/title-bg-m.svg);
        width: 86.40vw;
        height: 14.40vw;
        font-size: 6.40vw;
        line-height: 8.27vw;
        padding-top: 2.40vw; } }
  html#scoped section#section8 .info-wrap {
    width: 755px;
    border-radius: 10px;
    background-color: white;
    margin: 73px auto 0 auto;
    position: relative;
    padding: 46px 15px 20px 15px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section8 .info-wrap {
        width: 85.60vw;
        border-radius: 2.67vw;
        margin: 17.33vw auto 0 auto;
        padding: 5.07vw 4.00vw 4.00vw 4.00vw; } }
    html#scoped section#section8 .info-wrap img.fig {
      width: 120px;
      position: absolute;
      left: calc(50% - 60px);
      top: -38px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section8 .info-wrap img.fig {
          width: 31.47vw;
          left: calc(50% - 15.74vw);
          top: -11.73vw; } }
    html#scoped section#section8 .info-wrap .flex-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section8 .info-wrap .flex-wrap {
          display: block; } }
      html#scoped section#section8 .info-wrap .flex-wrap .half {
        margin: 0 29px; }
        html#scoped section#section8 .info-wrap .flex-wrap .half.full {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
          html#scoped section#section8 .info-wrap .flex-wrap .half.full .group {
            width: unset;
            width: auto; }
            html#scoped section#section8 .info-wrap .flex-wrap .half.full .group .content {
              width: unset;
              width: auto;
              -webkit-box-flex: 1;
              -ms-flex-positive: 1;
              flex-grow: 1; }
              html#scoped section#section8 .info-wrap .flex-wrap .half.full .group .content a {
                color: #2050A8; }
              html#scoped section#section8 .info-wrap .flex-wrap .half.full .group .content span.break {
                display: inline; }
                @media screen and (max-width: 1023px) {
                  html#scoped section#section8 .info-wrap .flex-wrap .half.full .group .content span.break {
                    display: none; } }
        @media screen and (max-width: 1023px) {
          html#scoped section#section8 .info-wrap .flex-wrap .half {
            margin: 0; } }
        html#scoped section#section8 .info-wrap .flex-wrap .half .group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 8px;
          width: 305px; }
          html#scoped section#section8 .info-wrap .flex-wrap .half .group:nth-of-type(odd) .heading {
            background-color: #39ACAF; }
          html#scoped section#section8 .info-wrap .flex-wrap .half .group:nth-of-type(even) .heading {
            background-color: #1A6C6F; }
          @media screen and (max-width: 1023px) {
            html#scoped section#section8 .info-wrap .flex-wrap .half .group {
              margin-bottom: 2.13vw; } }
          html#scoped section#section8 .info-wrap .flex-wrap .half .group .heading {
            border-radius: 3px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: white;
            font-weight: 700;
            width: 125px;
            margin-right: 20px;
            height: 30px; }
            html#scoped section#section8 .info-wrap .flex-wrap .half .group .heading.sp {
              height: 73px; }
            html#scoped section#section8 .info-wrap .flex-wrap .half .group .heading.empty {
              display: none; }
            html#scoped section#section8 .info-wrap .flex-wrap .half .group .heading.d {
              background-color: #1A6C6F; }
            @media screen and (max-width: 1023px) {
              html#scoped section#section8 .info-wrap .flex-wrap .half .group .heading {
                border-radius: 0.80vw;
                width: 33.33vw;
                margin-right: 2.67vw;
                height: 8.00vw;
                font-size: 4.27vw;
                min-width: 33.33vw; }
                html#scoped section#section8 .info-wrap .flex-wrap .half .group .heading.sp {
                  height: 19.47vw; } }
          html#scoped section#section8 .info-wrap .flex-wrap .half .group .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 160px; }
            html#scoped section#section8 .info-wrap .flex-wrap .half .group .content.sp {
              border-left: 1px solid #39ACAF;
              padding-left: 11px;
              height: 73px; }
            @media screen and (max-width: 1023px) {
              html#scoped section#section8 .info-wrap .flex-wrap .half .group .content {
                width: 42.67vw;
                font-size: 4.27vw;
                white-space: nowrap; }
                html#scoped section#section8 .info-wrap .flex-wrap .half .group .content.sp {
                  border-left: 0.27vw solid #39ACAF;
                  padding-left: 2.93vw;
                  height: 19.20vw;
                  margin-left: 33.33vw; } }
    html#scoped section#section8 .info-wrap .note {
      margin-top: 20px;
      font-size: 14px;
      line-height: 20px;
      text-align: justify; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section8 .info-wrap .note {
          margin-top: 2.67vw;
          font-size: 3.73vw;
          line-height: 5.33vw; } }
      html#scoped section#section8 .info-wrap .note span {
        color: #D94547; }
  html#scoped section#section8 .orgs-wrap {
    width: 755px;
    border-radius: 10px;
    background-color: white;
    margin: 64px auto 0 auto;
    position: relative;
    padding: 46px 67px 14px 67px; }
    @media screen and (max-width: 1023px) {
      html#scoped section#section8 .orgs-wrap {
        width: 85.60vw;
        border-radius: 2.67vw;
        margin: 21.33vw auto 0 auto;
        padding: 5.07vw 4.53vw 0.27vw 4.53vw; } }
    html#scoped section#section8 .orgs-wrap img.fig {
      width: 120px;
      position: absolute;
      left: calc(50% - 60px);
      top: -38px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section8 .orgs-wrap img.fig {
          width: 32.00vw;
          left: calc(50% - 16vw);
          top: -11.73vw; } }
    html#scoped section#section8 .orgs-wrap .content-wrap .flex-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 8px; }
      @media screen and (max-width: 1023px) {
        html#scoped section#section8 .orgs-wrap .content-wrap .flex-row {
          margin-bottom: 2.13vw; } }
      html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .heading {
        border-radius: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: white;
        font-weight: 700;
        width: 125px;
        min-width: 125px;
        margin-right: 16px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        background-color: #39ACAF; }
        html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .heading.sp {
          background-color: #1A6C6F; }
        html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .heading.none {
          opacity: 0; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .heading {
            border-radius: 0.80vw;
            width: 33.33vw;
            min-width: 33.33vw;
            margin-right: 2.67vw;
            height: 8.00vw;
            line-height: 8.00vw;
            font-size: 4.27vw; } }
      html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .bank {
        line-height: 30px; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .bank {
            line-height: 8.00vw;
            font-size: 4.27vw; } }
      html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .flex-banks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 410px;
        padding: 3px 0; }
        @media screen and (max-width: 1023px) {
          html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .flex-banks {
            padding: 0;
            max-width: 32.00vw; } }
        html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .flex-banks .bank {
          width: 120px;
          margin-right: 16px;
          line-height: 24px; }
          html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .flex-banks .bank:nth-of-type(3n+1) {
            border-right: 1px solid #39ACAF; }
          html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .flex-banks .bank:nth-of-type(3n+2) {
            border-right: 1px solid #39ACAF; }
          @media screen and (max-width: 1023px) {
            html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .flex-banks .bank {
              width: 29.33vw;
              margin-right: 0;
              line-height: 8.00vw;
              font-size: 4.27vw; }
              html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .flex-banks .bank:nth-of-type(3n+1) {
                border: none; }
              html#scoped section#section8 .orgs-wrap .content-wrap .flex-row .flex-banks .bank:nth-of-type(3n+2) {
                border: none; } }
