.d_flex {
  display: flex; }

body {
  position: relative; }

/*--------------------------
main_entrance
---------------------------*/
#main_entrance {
  margin: 0;
  padding: 0 0 100px 0;
  overflow: hidden; }
  @media only screen and (min-width: 769px) and (max-width: 1919px) {
    #main_entrance {
      padding: 0 0 5.2083333333vw 0; } }
  #main_entrance .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 56px;
    text-align: center;
    letter-spacing: 15px;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0; }
    @media only screen and (min-width: 769px) and (max-width: 1919px) {
      #main_entrance .title {
        font-size: 2.9166666667vw;
        letter-spacing: 0.78125vw; } }
    @media only screen and (max-width: 768px) {
      #main_entrance .title {
        font-size: 28px;
        letter-spacing: 7.5px;
        margin: 0 auto;
        width: 85vw; } }
    #main_entrance .title::before {
      content: "";
      width: 2px;
      height: 100px;
      background-color: #ffffff;
      margin: 0 auto 25px auto;
      display: block; }
      @media only screen and (min-width: 769px) and (max-width: 1919px) {
        #main_entrance .title::before {
          height: 5.2083333333vw; } }
      @media only screen and (max-width: 768px) {
        #main_entrance .title::before {
          height: 50px; } }
    #main_entrance .title span {
      display: block;
      font-family: 'Noto Sans Japanese';
      font-weight: 300;
      font-size: 20px;
      padding: 20px 0 0 0; }
      @media only screen and (min-width: 769px) and (max-width: 1919px) {
        #main_entrance .title span {
          height: 5.2083333333vw;
          font-size: 1.0416666667vw;
          padding: 1.0416666667vw 0 0 0; } }
      @media only screen and (max-width: 768px) {
        #main_entrance .title span {
          height: 50px;
          font-size: 10px;
          padding: 20px 0 0 0; } }
  #main_entrance .subtitle {
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3846153846;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 30px 0 60px;
    transition: all 0.5s ease-in-out 0.5s;
    transform: translateY(100px);
    opacity: 0; }
    @media only screen and (min-width: 769px) and (max-width: 1919px) {
      #main_entrance .subtitle {
        font-size: 1.4583333333vw;
        margin: 1.5625vw 0 3.125vw; } }
    @media only screen and (max-width: 768px) {
      #main_entrance .subtitle {
        font-size: 14px;
        margin: 15px auto 30px auto;
        width: 85vw; } }
    @media only screen and (max-width: 768px) {
      #main_entrance .subtitle span {
        display: block; } }
  #main_entrance .container {
    background-image: url("/cn/special/uhmw-pe/assets/image/network/bg_netowk.jpg");
    background-size: cover;
    width: 100%;
    height: 450px;
    position: relative; }
    @media only screen and (min-width: 769px) and (max-width: 1919px) {
      #main_entrance .container {
        height: 23.4375vw; } }
    @media only screen and (max-width: 768px) {
      #main_entrance .container {
        background-size: 1500px;
        background-position: center center;
        height: 400px; } }
    #main_entrance .container ul {
      display: flex;
      justify-content: center;
      overflow: hidden;
      padding: 100px 0 0 0; }
      @media only screen and (min-width: 769px) and (max-width: 1919px) {
        #main_entrance .container ul {
          padding: 5.2083333333vw 0 0 0; } }
      #main_entrance .container ul li {
        font-weight: 600;
        font-size: 24px;
        color: #ffffff;
        border: 1px #ffffff solid;
        width: 500px;
        height: 180px;
        margin: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out 0s; }
        @media only screen and (min-width: 769px) and (max-width: 1919px) {
          #main_entrance .container ul li {
            font-size: 1.25vw;
            width: 26.0416666667vw;
            height: 9.375vw;
            margin: 1.8229166667vw; } }
        @media only screen and (max-width: 768px) {
          #main_entrance .container ul li {
            font-size: 14px;
            width: 150px;
            height: 200px;
            margin: 0 15px;
            padding: 0 15px; } }
        #main_entrance .container ul li:hover {
          box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
          background-color: rgba(255, 255, 255, 0.1);
          text-shadow: 1px 1px 5px #232323; }
        #main_entrance .container ul li.japan {
          transform: translateX(-300px);
          opacity: 0; }
        #main_entrance .container ul li.global {
          transform: translateX(300px);
          opacity: 0; }
  #main_entrance.is-active .title {
    opacity: 1; }
  #main_entrance.is-active .subtitle {
    transform: translateX(0);
    opacity: 1; }
  #main_entrance.is-active .container li.japan {
    transform: translateX(0);
    opacity: 1; }
  #main_entrance.is-active .container li.global {
    transform: translateX(0);
    opacity: 1; }

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  #main_visual .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 56px;
    text-align: center;
    letter-spacing: 15px;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0; }
    @media only screen and (min-width: 769px) and (max-width: 1919px) {
      #main_visual .title {
        font-size: 2.9166666667vw;
        letter-spacing: 0.78125vw; } }
    @media only screen and (max-width: 768px) {
      #main_visual .title {
        font-size: 28px;
        letter-spacing: 7.5px;
        margin: 0 auto;
        width: 85vw; } }
    #main_visual .title::before {
      content: "";
      width: 2px;
      height: 100px;
      background-color: #ffffff;
      margin: 0 auto 25px auto;
      display: block; }
      @media only screen and (min-width: 769px) and (max-width: 1919px) {
        #main_visual .title::before {
          height: 5.2083333333vw; } }
      @media only screen and (max-width: 768px) {
        #main_visual .title::before {
          height: 50px; } }
    #main_visual .title span {
      display: block;
      font-family: 'Noto Sans Japanese';
      font-weight: 300;
      font-size: 20px;
      padding: 20px 0 0 0; }
      @media only screen and (min-width: 769px) and (max-width: 1919px) {
        #main_visual .title span {
          height: 5.2083333333vw;
          font-size: 1.0416666667vw;
          padding: 1.0416666667vw 0 0 0; } }
      @media only screen and (max-width: 768px) {
        #main_visual .title span {
          height: 50px;
          font-size: 10px;
          padding: 20px 0 0 0; } }
  #main_visual .subtitle {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3846153846;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 30px 0 60px;
    transition: all 0.5s ease-in-out 0.5s;
    opacity: 0; }
    @media only screen and (min-width: 769px) and (max-width: 1919px) {
      #main_visual .subtitle {
        font-size: 1.4583333333vw;
        margin: 1.5625vw 0 3.125vw; } }
    @media only screen and (max-width: 768px) {
      #main_visual .subtitle {
        font-size: 14px;
        margin: 15px auto 30px auto;
        width: 85vw; } }
    @media only screen and (max-width: 768px) {
      #main_visual .subtitle span {
        display: block; } }
  #main_visual .container {
    width: 100%;
    transition: all 1s ease-in-out 0.5s;
    opacity: 0; }
    #main_visual .container ul {
      color: #ffffff;
      background-image: url("/cn/special/uhmw-pe/assets/image/network/bg_netowk.jpg");
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 540px;
      overflow: hidden; }
      @media only screen and (min-width: 769px) and (max-width: 1919px) {
        #main_visual .container ul {
          height: 28.125vw;
          min-height: 320px; } }
      @media only screen and (max-width: 768px) {
        #main_visual .container ul {
          height: 360px; } }
      #main_visual .container ul li.network_en {
        font-family: "Montserrat", Tahoma, Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 56px;
        letter-spacing: 10px;
        text-align: center;
        padding: 215px 0 5px 0; }
        @media only screen and (min-width: 769px) and (max-width: 1919px) {
          #main_visual .container ul li.network_en {
            font-size: 2.9166666667vw;
            padding: 11.1979166667vw 0 0.2604166667vw 0; } }
        @media only screen and (max-width: 768px) {
          #main_visual .container ul li.network_en {
            font-size: 32px;
            padding: 155px 0 2.5px 0; } }
      #main_visual .container ul li.network_jp {
        font-weight: 600;
        font-size: 32px;
        text-align: center;
        padding: 0 0 10px 0; }
        @media only screen and (min-width: 769px) and (max-width: 1919px) {
          #main_visual .container ul li.network_jp {
            font-size: 1.6666666667vw;
            padding: 0 0 0.5208333333vw 0; } }
        @media only screen and (max-width: 768px) {
          #main_visual .container ul li.network_jp {
            font-size: 18px;
            padding: 0 0 5px 0; } }
      #main_visual .container ul .trademark {
        font-size: 9px;
        vertical-align: top;
        padding: 0 0 0 2px; }
        @media only screen and (min-width: 769px) and (max-width: 1919px) {
          #main_visual .container ul .trademark {
            font-size: 0.46875vw; } }
        @media only screen and (max-width: 768px) {
          #main_visual .container ul .trademark {
            font-size: 7px; } }
    #main_visual .container .breadcrumb {
      font-size: 18px;
      line-height: 1.6;
      width: 100vw;
      padding: 25px 50px; }
      @media only screen and (min-width: 769px) and (max-width: 1919px) {
        #main_visual .container .breadcrumb {
          font-size: 0.9375vw;
          padding: 1.3020833333vw 2.6041666667vw; } }
      @media only screen and (max-width: 768px) {
        #main_visual .container .breadcrumb {
          font-size: 14px;
          padding: 25px 7.5vw; } }
      #main_visual .container .breadcrumb a:hover {
        color: #cd1976; }
  #main_visual.is-active .title {
    opacity: 1; }
  #main_visual.is-active .subtitle {
    transform: translateY(0);
    opacity: 1; }
  #main_visual.is-active .container {
    transform: translateY(0);
    opacity: 1; }

/*--------------------------
section01
---------------------------*/
#section01 {
  margin: 0;
  padding: 0 0 100px 0;
  overflow: hidden; }
  @media only screen and (min-width: 769px) and (max-width: 1919px) {
    #section01 {
      padding: 0 0 5.2083333333vw 0; } }
  @media only screen and (max-width: 768px) {
    #section01 {
      padding: 0 0 50px 0; } }
  #section01 .container {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #section01 .container {
        width: 85vw;
        min-width: 85vw; } }
    #section01 .container .branch {
      margin-top: 50px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        #section01 .container .branch {
          margin-top: 22px;
          display: inherit; } }
      #section01 .container .branch li {
        width: 480px;
        margin-bottom: 50px;
        transition: all 0.3s ease-in-out 0s;
        transform: translateY(100px);
        opacity: 0; }
        @media only screen and (max-width: 768px) {
          #section01 .container .branch li {
            width: 100%;
            margin-bottom: 30px; } }
        #section01 .container .branch li.is-active {
          transform: translateY(0);
          opacity: 1; }
      #section01 .container .branch h3 {
        font-size: 28px;
        background-color: #f8f8f8;
        border-left: 4px #010101 solid;
        border-left: 4px #0081cc solid;
        margin: 50px 0 25px;
        padding: 15px 25px; }
        @media only screen and (min-width: 769px) and (max-width: 1919px) {
          #section01 .container .branch h3 {
            font-size: 1.4583333333vw; } }
        @media only screen and (max-width: 768px) {
          #section01 .container .branch h3 {
            font-size: 20px; } }
      #section01 .container .branch .office {
        font-size: 1.6rem;
        letter-spacing: 0em;
        line-height: 1.4;
        display: flex;
        justify-content: space-between; }
        #section01 .container .branch .office figure {
          flex-shrink: 0;
          margin-right: 22px; }
          @media only screen and (max-width: 768px) {
            #section01 .container .branch .office figure {
              width: 36%;
              margin-right: 0; } }
        #section01 .container .branch .office > div {
          width: 355px; }
          @media only screen and (max-width: 768px) {
            #section01 .container .branch .office > div {
              width: 60%; } }
        #section01 .container .branch .office .summary {
          margin-bottom: 15px; }
        #section01 .container .branch .office .address {
          line-height: 1.8888888889;
          margin-bottom: 8px; }
          #section01 .container .branch .office .address:nth-last-of-type(1) {
            margin-bottom: 20px; }
          #section01 .container .branch .office .address i {
            width: 45px;
            margin-right: 12px;
            background: #888888;
            color: #fff;
            font-style: normal;
            text-align: center;
            display: inline-block; }
          #section01 .container .branch .office .address a {
            cursor: default; }
        #section01 .container .branch .office .contact {
          display: block;
          width: 250px;
          background: #010101;
          color: #fff;
          font-size: 1.8rem;
          font-weight: 600;
          line-height: 2.7777777778;
          text-align: center;
          margin: 0 0 0 auto;
          transition: all 0.3s ease-in-out 0s; }
          @media only screen and (max-width: 768px) {
            #section01 .container .branch .office .contact {
              width: 100%; } }
          #section01 .container .branch .office .contact:hover {
            background: #0081cc; }
    #section01 .container .links {
      display: none; }
      @media only screen and (max-width: 768px) {
        #section01 .container .links {
          padding-top: 32px;
          display: flex;
          justify-content: space-between; }
          #section01 .container .links li {
            width: 48%; }
            #section01 .container .links li a {
              font-size: 3.6rem;
              line-height: 2.75;
              color: #fff;
              font-weight: 600;
              text-align: center;
              background-color: #010101;
              display: block; } }
