/* #region function */
/* #endregion function */
/* #region mixin */
/* #endregion mixin */
/* #region extend */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* #endregion extend */
[v-cloak] {
  display: none; }

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.fade-enter,
.fade-leave-to {
  opacity: 0; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.dg.ac {
  z-index: 99; }

main {
  margin: 0 auto;
  min-width: 360px;
  max-width: 1920px; }
  main *:not(text) {
    font-size: 100%; }
  main .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px; }
    @media (min-width: 361px) {
      main .container {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 1200px) {
      main .container {
        padding-right: 0;
        padding-left: 0; } }
  main .btn {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  main .video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 */
    width: 100%;
    height: 0; }
    main .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

main .banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px; }
  main .banner.clickable {
    cursor: pointer; }
  main .banner-slide {
    height: 409px;
    background-position: 50% 0;
    background-size: cover; }
    @media (min-width: 769px) {
      main .banner-slide {
        height: 472px; } }
  main .banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  main .banner-title {
    max-width: 500px;
    width: 100%;
    color: #ff0;
    letter-spacing: 0.025em;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2; }
    @media (min-width: 769px) {
      main .banner-title {
        font-size: 38px; } }
  main .banner-desc {
    margin-top: 1em;
    max-width: 500px;
    width: 100%;
    color: #fff;
    letter-spacing: 0.025em;
    font-size: 18px;
    line-height: 1.3; }
    @media (min-width: 769px) {
      main .banner-desc {
        font-size: 24px; } }
  main .banner-controls {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 1200px) {
      main .banner-controls {
        width: 1200px; } }
  main .banner-button-next, main .banner-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 77px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  main .banner-button-next {
    right: 5px;
    background: url(images/banner-btn-next.png) 100% 50%/contain no-repeat; }
  main .banner-button-prev {
    left: 5px;
    background: url(images/banner-btn-prev.png) 0 50%/contain no-repeat; }
  main .banner-pagination {
    position: absolute;
    bottom: 13px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 769px) {
      main .banner-pagination {
        right: 46px;
        left: auto;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
    main .banner-pagination-bullet {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #aeaeae;
      cursor: pointer; }
      main .banner-pagination-bullet + .banner-pagination-bullet {
        margin-left: 13px; }
      main .banner-pagination-bullet-active {
        background-color: #fff; }
  main .banner.disabled .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0) !important;
            transform: translate3d(0px, 0, 0) !important; }
  main .banner.disabled .banner-pagination {
    display: none; }

main .main-btn {
  display: block;
  height: 75px;
  border-radius: 0;
  background-color: #1bbbbd;
  color: #fff;
  text-align: center;
  line-height: 75px;
  width: 320px;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 20px; }

main .section1 {
  background-image: url(images/WB00278501/section1-bg-s.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 70px 0; }
  @media (min-width: 769px) {
    main .section1 {
      padding-top: 47px;
      padding-bottom: 55px;
      background-image: url(images/WB00278501/section1-bg.jpg);
      background-size: cover; } }
  main .section1 .title {
    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-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 769px) {
      main .section1 .title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  main .section1 .logo {
    display: block;
    margin: 0 auto 30px; }
    @media (min-width: 769px) {
      main .section1 .logo {
        margin: 0 32px 0 0; } }
  @media (min-width: 769px) {
    main .section1 .sectionTitle {
      padding-bottom: 0 !important;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  main .section1 .sectionTitle > h1 {
    color: #fff;
    letter-spacing: 0.05em; }
    @media (min-width: 769px) {
      main .section1 .sectionTitle > h1 {
        font-size: 30px; } }
    main .section1 .sectionTitle > h1 > br {
      display: none; }
      @media (min-width: 1201px) {
        main .section1 .sectionTitle > h1 > br {
          display: block; } }
  @media (min-width: 769px) {
    main .section1 .sections {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  main .section1 section {
    padding: .5em;
    background-color: #fff;
    cursor: pointer; }
    @media (min-width: 769px) {
      main .section1 section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 15px;
        padding-right: 1.5em;
        padding-left: 1.5em;
        width: 370px;
        height: 260px; } }
    main .section1 section h1 {
      margin-bottom: 5px;
      color: #0083c7;
      font-weight: bold;
      font-size: 20px;
      line-height: 30px; }
    main .section1 section p {
      letter-spacing: 0.025em; }
      main .section1 section p:nth-of-type(1) {
        margin-bottom: .5em;
        font-size: 17px;
        line-height: 24px; }
      main .section1 section p:nth-of-type(2) {
        text-align: right; }
        @media (min-width: 769px) {
          main .section1 section p:nth-of-type(2) {
            margin-top: auto; } }
    main .section1 section strong {
      color: #f00; }
    main .section1 section + section {
      margin-top: 10px; }

main .section2 {
  background-image: url(images/WB00278501/section2-bg-s.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 45px;
  background-size: cover; }
  @media (min-width: 769px) {
    main .section2 {
      background-image: url(images/WB00278501/section2-bg.jpg); } }
  main .section2 .sectionTitle {
    color: #444; }
    @media (min-width: 769px) {
      main .section2 .sectionTitle {
        text-align: center; } }
  main .section2 img {
    display: block;
    margin: 0 auto; }

main .section3 {
  padding-bottom: 45px;
  background-color: #17b9bb;
  color: #fff; }
  main .section3 .nav {
    display: block;
    height: 70px;
    border-radius: 0;
    background-color: #f15a24;
    color: #fff;
    text-align: center;
    line-height: 70px;
    width: 320px;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 20px; }
  main .section3 p {
    margin: 1em 0;
    letter-spacing: 0.05em;
    font-size: 24px;
    line-height: 1.3; }
    @media (min-width: 769px) {
      main .section3 p {
        text-align: center; } }
    main .section3 p br {
      display: none; }
      @media (min-width: 769px) {
        main .section3 p br {
          display: block; } }
  main .section3__dept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px auto;
    width: 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 769px) {
      main .section3__dept {
        width: auto; } }
    main .section3__dept a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 15px;
      width: 130px;
      height: 130px;
      border: 2px solid #fff;
      border-radius: 50%;
      background-color: #232323;
      color: #fff;
      letter-spacing: 0.1em;
      font-weight: bold;
      font-size: 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      main .section3__dept a:nth-child(1)::before {
        margin-bottom: 12px;
        width: 40px;
        height: 40px;
        background-image: url(images/WB00278501/section3-dept1.png);
        background-size: contain;
        background-repeat: no-repeat;
        content: ''; }
      main .section3__dept a:nth-child(2)::before {
        margin-bottom: 12px;
        width: 40px;
        height: 40px;
        background-image: url(images/WB00278501/section3-dept2.png);
        background-size: contain;
        background-repeat: no-repeat;
        content: ''; }
      main .section3__dept a:nth-child(3)::before {
        margin-bottom: 12px;
        width: 40px;
        height: 40px;
        background-image: url(images/WB00278501/section3-dept3.png);
        background-size: contain;
        background-repeat: no-repeat;
        content: ''; }
      main .section3__dept a:nth-child(4)::before {
        margin-bottom: 12px;
        width: 40px;
        height: 40px;
        background-image: url(images/WB00278501/section3-dept4.png);
        background-size: contain;
        background-repeat: no-repeat;
        content: ''; }

main .section4 {
  background-image: url(images/WB00278501/section4-bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 45px;
  background-size: cover; }
  main .section4 .sectionTitle {
    color: #484848; }
    @media (min-width: 769px) {
      main .section4 .sectionTitle {
        text-align: center; } }
  main .section4 figure {
    text-align: center; }
  main .section4 figcaption {
    margin: 1em 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2; }

main .section5 {
  padding-bottom: 45px;
  background-color: #17b9bb; }
  main .section5 .sectionTitle {
    color: #fff; }
    @media (min-width: 769px) {
      main .section5 .sectionTitle {
        text-align: center; } }
  main .section5 img {
    display: block;
    margin: 0 auto; }

main .section6 {
  background-image: url(images/WB00278501/section6-bg-s.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 45px;
  background-size: cover; }
  @media (min-width: 769px) {
    main .section6 {
      background-image: url(images/WB00278501/section6-bg.jpg); } }
  main .section6 .sectionTitle {
    color: #535353; }
  main .section6 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -13px -13px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 769px) {
      main .section6 .content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    main .section6 .content a {
      margin: 13px; }
    main .section6 .content figcaption {
      margin-top: .5em;
      color: #626262;
      text-align: center;
      letter-spacing: 0.1em;
      font-weight: bold;
      font-size: 18px; }
      main .section6 .content figcaption::first-line {
        color: #1bbbbd;
        font-size: 24px;
        line-height: 1.5; }

/*# sourceMappingURL=WB00278501.css.map*/