@import url("../font/cwtexyen.css");
@import url("../font/notosanstc.css");
@font-face {
    font-family: 'jf-openhuninn';
    src: url('../font/jf-openhuninn-1.1.ttf');
          
  }
@font-face {
    font-family: 'NotoSansTC-Light';
    src: url(../font/NotoSansTC-Light.otf);
}  
@font-face {
    font-family: 'NotoSansTC-Medium';
    src: url(../font/NotoSansTC-Medium.otf);
} 
@font-face {
    font-family: 'NotoSansTC-Regular';
    src: url(../font/NotoSansTC-Regular.otf);
}
 
.bg{
    background-image: url(../images/bg.jpg);
    max-width: 100%;
    height: 1242px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0rem 0 0 auto;
   
    
}
.logo{
    z-index: 100;
    width: 16rem;
    margin: 4em 0em 0 12em;
    z-index: 18;
}
.main-box{
    /* background-color: aqua; */
    width: 40%;
    position: relative;
    margin: auto;
    top:-2em;
}
.main-all{
    width: 100%;
    height: 710px;
    position: relative;
}
.main-center{
    position: absolute;
    

}
.main-bottom{
    z-index: 12;
    position: relative;
    margin-top: -8em;

}
.main-text{
    letter-spacing: 1px;
    position: absolute;
    font-family: "jf-openhuninn", serif;
    font-size: 1.7em;
    color: #fff;
    margin: -5.5em 0em 0 2em;
    text-align: center;
padding: 0 4.5em 0 2em;}
.round-left{
    position: absolute;
    left: 6em;
    top: 16em;
    width:27rem;
    z-index: 10;
    
}
.round-right{
    position: absolute;
    width: 30.75rem;
    right: 5em;
    top: 0em;
    z-index: 10;
}
.form{
    position: relative;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-color: #dfd344;
    margin-top: 4rem;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â */
.box2{
    /* background: url(../images/bg01.jpg) top center no-repeat; */
    
   
    padding: 0;
    height: 757px;
    overflow: hidden;
    width: 100%;
    
   
}
.box2-2{
    background:#d6f6ed url(../images/bg01.jpg) top center no-repeat;
    background-size: contain;
      position: absolute;
      padding: 0;
      height: 757px;width: 100%;
      overflow: hidden;
      z-index: -2;
    
   
}

.tag-bg{
    width: 100%;
    display: block;
    margin: 0 auto;
    font-family: "jf-openhuninn", serif;
    height: 151px;
    position: relative;
    background-image: url(../images/tag-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 3.4em;
    color: #545454;
    text-align: center;
    letter-spacing: 2px;
    padding-top: .5em;
    margin: 2em auto 1em auto;
background-size: contain;}

.wrapper{
    /* width: 90%; */ 
     margin: 4em auto 5em auto; 
     max-width: 81rem;
  }
  
  .cols{
    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;
  }
  
  .col{
    /* width: calc(15% - 2rem); */
    /* margin: 1rem; */
    cursor: pointer;
  }
  
  .container-card{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
      -webkit-perspective: 1000px;
              perspective: 1000px;
  }
  
  .front,
  .back{
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
      background-position: center;
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      text-align: left;
      min-height: 280px;
      height: auto;
      border-radius: 10px;
      color: #202122;
      font-size: 1.2rem;
      text-align: justify;
  }
  
  .back{
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #f2ecd1 0%,#e9f482 100%);
    background: -o-linear-gradient(45deg,  #f2ecd1 0%,#e9f482 100%);
    /* background: linear-gradient(45deg,  #f3f0ce 0%,#e3caaa 100%); */
    background: linear-gradient(45deg,  #f2ecd1 0%,#e9f482 100%);
  }

  
  .front:after{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      opacity: .4;
      background-color: rgb(67, 81, 75);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 10px;
  }
  .container-card:hover .front,
  .container-card:hover .back{
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
  
  .back{
      position: absolute;
      top: 0;
      left: 5%;
      width: 90%;
  }
  
  .inner{
      -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
              transform: translateY(-50%) translateZ(60px) scale(0.94);
      top: 50%;
      position: absolute;
      left: 0;
      width: 100%;
      padding: 2rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: 1px solid transparent;
      -webkit-perspective: inherit;
              perspective: inherit;
      z-index: 2;
  }
  
  .container-card .back{
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  
  .container-card .front{
      cursor: pointer;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  
  .container-card:hover .back{
      cursor: pointer;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .container-card:hover .front{
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .front .inner p{
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
  color: #fff;text-align: center;
  text-shadow: black 0.1em 0.1em 0.2em;
  }
  
  .front .inner p:after{
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
  }
  
  .front .inner span{
    color: rgba(255,255,255,0.7);
    font-family: 'Montserrat';
    font-weight: 300;
  }
  
  @media screen and (max-width: 64rem){
    .col{
      width: calc(33.333333% - 2rem);
    }
  }
  
  @media screen and (max-width: 48rem){
    .col{
      width: calc(50% - 2rem);
    }
  }
  
  @media screen and (max-width: 32rem){
    .col{
      width: 100%;
      margin: 0 0 2rem 0;
    }
  }

  .box3{
    position: relative;
    padding: 0;
    /* background: #fff url(../images/bg02.jpg) top center no-repeat; */
    /* background-size: contain; */
    height: 887px;
    overflow: hidden;
    width: 100%;
  }
  .box3-1{
    position: absolute;
    padding: 0;
    background: #fff url(../images/bg02.jpg) top center no-repeat;
    background-size: contain;
    height: 887px;
    overflow: hidden;
    height: 887px;
    z-index: -2;

  }
  .w-80{
      width: 80%;
      display: block;
      margin: 0 auto;
  }
  .two-round-01{
      cursor: pointer;
      position: relative;
      background-image: url(../images/2-round-01.png);
      background-repeat: no-repeat;
      background-size: contain;
      text-align: center;
      display: block;
      margin: 1em auto 1em auto;
      width: 28.313rem;
      height: 27.813rem;
  }

  .two-round-01 .tag,.two-round-02 .tag,.two-round-03 .tag{
      padding: .6em 0 0 0em;
      font-size: 2.6em;
      font-family: 'NotoSansTC-Medium';
      letter-spacing: 1px;
      color: #5f4b3e;
      text-shadow: 2px 3px 1px #fff;
      font-weight: 500;
  }
  .two-round-01 .tag-s,.two-round-02 .tag-s,.two-round-03 .tag-s{
    padding: 0em 0 0 0em;
    font-size: 1.6em;
    font-family: 'jf-openhuninn';
    letter-spacing: 1px;
    color: #724b05;
    font-weight: 500;
    
}
.two-round-02{
    cursor: pointer;
    position: relative;
    background-image: url(../images/2-round-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: block;
    margin: 5em auto 1em auto;
    width: 28.813rem;
    height: 29.125rem;
}
.two-round-03{
    cursor: pointer;
    position: relative;
    background-image: url(../images/2-round-03.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: block;
    margin: 1em auto 1em auto;
    width: 26.188rem;
    height: 29rem;
}
.bg-h03{
    height: 10rem;
    width: 100%;
    position: relative;
}


.round-blue{
    background-color: #5f4b57;
    color: #fff;
    font-size: 1.2rem;
    display: block;
    margin: 0 auto;
    }
.box4 {
    position: relative;
    padding: 0;
    /* background: #d4f4eb url(../images/bg03.jpg) top center no-repeat;
    background-size: contain; */
    overflow: hidden;
    height: 1005px;
} 
.box4-1 {
    position: absolute;
    padding: 0;
    background: #d4f4eb url(../images/bg03.jpg) top center no-repeat;
    background-size: contain;
    overflow: hidden;
    height: 1005px;
    width: 100%;
    z-index: -2;
} 
.box4 p{
    color: #545454;
    font-size: 1.7em;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-family: 'NotoSansTC-Medium';
padding: 0 4em;}
.hi-ni{
    position: absolute;
    width:15.813rem ;
    display: block;
    margin: 0 auto;
    z-index: 15;
    margin-left: 28rem;
} 
.three-tag-01{
    position: relative;
    background-image: url(../images/3-tag-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: 10;
    width:19.75rem ;
    height:111px;
    margin-top: 2em;
    color: #fff;
    font-size: 1.88em;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'jf-openhuninn';
    line-height: 4.2em;
    
padding-left: .8em;}
.three-box01{
    width: 24rem;
    display: block;
    margin: 0 auto;

}
.three-box02{
    width: 24rem;
    display: block;
    margin: 0 auto;
}
.three-bg-01{
    position: relative;
    background-image: url(../images/3-bg-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: 9;
    width:23.75rem ;
    height:277px;
    margin-top: -3em;
}
.three-icon{
    color: #125bdb;
    font-size: 1.455em;
    font-weight: 300;
    font-family: 'jf-openhuninn';
    padding: 3em 0 0 3em;
    letter-spacing: 1px;
}
.three-icon::before{
    content: url(../images/three-icon.png);
    width: 41px;
    margin-right: 0.2em;
    padding-top: 1em;
}
.three-text-s{
    color: #222222;
    font-size: 1.45em;
    padding: 0em 0 0 1.5em;
    letter-spacing: 1px;
    font-family: 'NotoSansTC-Medium';
    margin-top: -.2em;
text-align: center;}
.three-tag-02{
    position: relative;
    background-image: url(../images/3-tag-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: 10;
    width:19.75rem ;
    height:111px;
    margin-top: 2em;
    color: #fff;
    font-size: 1.88em;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'jf-openhuninn';
    line-height: 4.2em;
    
padding-right: .7em;}
.three-bg-02{
    position: relative;
    background-image: url(../images/3-bg-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: 9;
    width:23.75rem ;
    height:277px;
    margin-top: -3em;
}
.three-icon2{
    color: #125bdb;
    font-size: 1.455em;
    font-weight: 300;
    font-family: 'jf-openhuninn';
    padding: 3em 0 0 3em;
    letter-spacing: 1px;
}
.three-icon2::before{
    content: url(../images/three-icon.png);
    width: 41px;
    margin-right: 0.2em;
    padding-top: 1em;
}
.three-text-s2{
    color: #222222;
    font-size: 1.45em;
    padding: 0em 0 0 2em;
    letter-spacing: 1px;
    font-family: 'NotoSansTC-Medium';
    margin-top: -.2em;
text-align: center;}
.four-tag{
    font-size: 2.4em;
    letter-spacing: 2px;
    color: #eef0af;
    font-family: 'jf-openhuninn';
    text-align: center;
    
}
.four-text{
    text-align: center;
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'NotoSansTC-Regular';
}
.finger-icon{
    width:3.75rem ;
    position: absolute;
    right: 0;
    bottom: 0;
}
.button-box {
    padding: 25em auto;
    background-color: #00a892;
}
.button-box:hover {
    background-color: #03805f;
    transition: all .6s ease-in;text-decoration: none;
}
.box5{
    width: 100%;
    padding: 5em 0 4em 0;
}
.five-tag{
    font-family: 'jf-openhuninn';
    font-size:2.2em ;
    letter-spacing: 2px;
    color: #e27828;
    text-align: center;
    margin-top: 4.4em;
}
.five-tag::before{
    content: "";
    width: 335px;
    height: 2px;
    display: block;
    background: #e27828;
    position: absolute;
    top: 7em;
    left: 13%;

}
.five-tag::after{
    content: "";
    width: 335px;
    height: 2px;
    display: block;
    background: #e27828;
    position: absolute;
    bottom: 4.6em;
    left: 13%;

}
.five-text{
    font-size: 1.25em;
    letter-spacing: 1px;
    color: #545454;
    font-family: 'NotoSansTC-Regular';
    padding: 0em 1em 0 1em;
    margin-top: 0em;
    text-align: justify;
}
.five-left-img{
    width: 21rem;
    /* height: 13.75rem; */
    position: relative;

}

.five-box{
    box-shadow:0px 0px 8px #777777;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 1.25rem;
    margin-top: -9em;
}
.five-tag02{
    font-family: 'jf-openhuninn';
    font-size:2.2em ;
    letter-spacing: 2px;
    color: #e27828;
    text-align: center;
    margin-top: 4.4em;
}
.five-tag02::before{
    content: "";
    width: 335px;
    height: 2px;
    display: block;
    background: #e27828;
    position: absolute;
    top: 7em;
    left: 13%;

}
.five-tag02::after{
    content: "";
    width: 335px;
    height: 2px;
    display: block;
    background: #e27828;
    position: absolute;
    bottom: 4.7em;
    left: 13%;

}
.five-text02{
    font-size: 1.25em;
    letter-spacing: 1px;
    color: #545454;
    font-family: 'NotoSansTC-Regular';
    padding: 0em 1em 0 1em;
    margin-top: 0em;
    text-align: justify;
}

/**css3*/
.supper {
    -webkit-animation: vibrate-1 0.3s linear infinite both;
    animation: vibrate-1 2.3s linear infinite both;
}
@-webkit-keyframes vibrate-1 {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    20% {
      -webkit-transform: translate(-2px, 2px);
              transform: translate(-2px, 2px);
    }
    40% {
      -webkit-transform: translate(-2px, -2px);
              transform: translate(-2px, -2px);
    }
    60% {
      -webkit-transform: translate(2px, 2px);
              transform: translate(2px, 2px);
    }
    80% {
      -webkit-transform: translate(2px, -2px);
              transform: translate(2px, -2px);
    }
    100% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  }
  @keyframes vibrate-1 {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    20% {
      -webkit-transform: translate(-2px, 2px);
              transform: translate(-2px, 2px);
    }
    40% {
      -webkit-transform: translate(-2px, -2px);
              transform: translate(-2px, -2px);
    }
    60% {
      -webkit-transform: translate(2px, 2px);
              transform: translate(2px, 2px);
    }
    80% {
      -webkit-transform: translate(2px, -2px);
              transform: translate(2px, -2px);
    }
    100% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
 }

 .mvt-s {
    -webkit-animation: shake-br 25s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-br 25s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
@-webkit-keyframes shake-br {
    0%,
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
    }
    10% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    80% {
      -webkit-transform: rotate(-2deg);
              transform: rotate(-2deg);
    }
    90% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
  }
  @keyframes shake-br {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
    }
    10% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    80% {
      -webkit-transform: rotate(-2deg);
              transform: rotate(-2deg);
    }
    90% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
  }

.icon-finger{
    margin: -.1em 0em 0 19.5em;
    width: 2.313rem;
    position: relative;
}
.collapse-mt01{
    margin-top: -20em;margin-left:1.5em ; 
}
.collapse-mt02{
    margin-top: -20em;margin-left:1.5em ; 
}
.collapse-mt03{
    margin-top: -20em;margin-left:1.5em ; 
}



@media screen and (max-width: 1199px){
    .edm_footer_001 .icon_list > li > p {
        font-size: 1.3em;
    }   
}


@media screen and (max-width: 1680px){
   
    .main-all {
        margin-left: -4em;
    }
    .main-text {
        margin: -5.6em 0em 0 2em;
        padding: 0 0.5em 0 2em;
    }
    .round-right {
        width: 30.75rem;
        right: 1em;
        top: 0em;
    }
    .round-left {
        left: 1em;
        top: 16em;
        width: 27rem;
    }
}
@media screen and (max-width: 1440px){
    .bg {
        height: 1120px;
    }
    .w-80{width: 100%;}
    .main-bottom {
        margin-top: -9em;
        margin-left: -6em;
    }
    .main-bottom img{
        width: 46em;
    }
    .round-right {
        width: 22.75rem;
        right: 2.5em;
        top: 0em;
    }
    .round-left {
        left: 1em;
        top: 19em;
        width: 22rem;
    }

    .main-center {
        width: 45em;
    }

    
}
@media screen and (max-width: 1280px){
    .round-right {
        width: 19.75rem;
        right: 2.5em;
        top: 0em;
    }
    .round-left {
        left: 1em;
        top: 19em;
        width: 19rem;
    }
    .bg {
        height: 986px;
    }
    .hi-ni {
        width: 15.813rem;
        margin-left: 28rem;
    }
    .five-left-img {
        width: 19rem;
    } 
    .five-tag {
        font-size: 1.9em;
        margin-top: 4.9em;
    }
    .five-tag::before {
        content: "";
        width: 80%;
        height: 2px;
        top: 7.3em;
        left: 10%;
    }
    .five-tag::after {
        content: "";
        width: 80%;
        height: 2px;
        bottom: 5.3em;
        left: 10%;
    }
    .five-tag02 {
        font-size: 1.9em;
        letter-spacing: 0px;
        margin-top: 4.9em;
    }
    .five-tag02::before {
        content: "";
        width: 80%;
        height: 2px;
        top: 7.3em;
        left: 10%;
    }
    .five-tag02::after {
        content: "";
        width: 80%;
        height: 2px;
        bottom: 5.3em;
        left: 10%;
    }
    .logo {
        z-index: 100;
        width: 12rem;
        margin: 4em 0em 0 9em;
    }

    .main-center {
        width: 39em;
        margin-left: 1em;
    }
    .main-bottom img {
        width: 42em;
    }
    .main-bottom {
        margin-top: -15em;
        margin-left: -6em;
    }
    .main-text {
        font-size: 1.5em;
    }
    .two-round-03 {
        width: 22.188rem;
    }
    .two-round-02 {
        width: 22.813rem;
    }
    .two-round-01 {
        width: 23.313rem;
    }
    .icon-finger {
        margin: -.1em 0em 0 17.5em;
        width: 2rem;
    }
    .two-round-01 .tag-s, .two-round-02 .tag-s, .two-round-03 .tag-s {
        padding: 0em 0 0 0em;
        font-size: 1.4em;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    .two-round-01 .tag, .two-round-02 .tag, .two-round-03 .tag {
        padding: 0.2em 0 0 0em;
        font-size: 2.4em;
    }
    .box3 {
        height: 782px;
    }
    .inner {
        padding: 0.5rem;
    }
    .collapse-mt03 {
        margin-top: -23em;
        margin-left: 0em;
    }
    .collapse-mt02 {
        margin-top: -22em;
        margin-left: 0em;
    }
    .collapse-mt01 {
        margin-top: -20em;
        margin-left: 0em;
    }
    
    
}
@media screen and (max-width: 1152px){

    .main-center {
        width: 39em;
        margin-left: 0em;
    }
.hi-ni {
    width: 12.813rem;
    margin-left: 23rem;
}
.five-tag::after {
    
    bottom: 6.3em;
}
.five-tag02::after {
    bottom: 6.3em;
}
.round-right {
    width: 16.75rem;
    right: 2.5em;
    top: 0em;
}
.round-left {
    left: 1em;
    top: 19em;
    width: 17rem;
}

}
@media screen and (max-width: 1024px){
    .bg {
        height: 1029px;
    }
    .round-right {
        width: 14.75rem;
        right: 2.5em;
        top: 0em;
    }
    .round-left {
        left: 1em;
        top: 19em;
        width: 14rem;
    }
    .main-center {
        width: 35em;
        margin-left: 0em;
        margin-top: 2em;
    }
  
    .hi-ni {
        width: 12.813rem;
        margin-left: 23rem;
    }
    .two-round-01 {
        width: 19.313rem;
    }
    .two-round-02 {
        width: 20.813rem;
    }
    .two-round-03 {
        width: 20.188rem;
    }
    .two-round-01 .tag, .two-round-02 .tag, .two-round-03 .tag {
        padding: 0.2em 0 0 0em;
        font-size: 2.2em;
    }
    .collapse-mt01 {
        margin-top: -22em;
        margin-left: 0em;
    }
    .collapse-mt02 {
        margin-top: -22em;
        margin-left: 0em;
    }
    .collapse-mt03 {
        margin-top: -24em;
        margin-left: 0em;
    }
   
}
@media screen and (max-width: 991px){
    .box4 p{
    padding: 0 0em;
}
    .bg {
        height: 1177px;
    }
    .box2 {
        height: 975px;}
    .box2-2 {
        background: #d6f6ed url(../images/bg01.jpg) top center no-repeat;
        background-size: contain;
        position: absolute;
        padding: 0;
        height: 975px;
        width: 100%;
        overflow: hidden;
        z-index: -2;
    }
    .tag-bg {
        font-size: 2.6em;
        padding-top: 1em;
        margin-bottom: 0.6em;
    }
    .three-bg-01 {
        margin-left: -5em;
    }
    .three-tag-01 {
        margin-left: -2em;
    }
    .hi-ni {
        width: 10.813rem;
        margin-left: 17rem;
        margin-top: -2em;
    }
    .service{
        margin: 2em auto 1em auto;
    }
    .four-text {
        font-size: 1.4em;
        padding: 0 4em;
        margin: 0 auto 3em auto;
    }
    .four-tag {
        font-size: 2.2em;
    }
    .finger-icon {
        right: 6em;
        bottom: 1em;
    }
    .inner {
        padding: 1.5rem;
    }
    .two-round-01 {
        width: 20.313rem;
        margin-top: 0em;
    }
    .two-round-02 {
        width: 20.813rem;
        margin-top: 0em;
    }
    .two-round-03 {
        width: 20.188rem;
        margin-top: -7.5em;
    }

    .box3 {
        height: 1023px;
    }
    .box4 p {
        font-size: 1.3em;
    }
    .five-left-img {
        width: 16rem;
    }
    .five-tag::before {
        content: "";
        width: 265px;
        top: 6.3em;
    }
    .five-tag::after {
        content: "";
        width: 265px;
    }
    .five-tag02 {
        font-size: 1.8em;
    }
    .five-tag02::before {
        content: "";
        width: 265px;
        top: 6.3em;
    }
    .five-tag02::after {
        content: "";
        width: 265px;
        bottom: 7.6em;
    }
    .main-bottom {
        margin-top: -15em;
        margin-left: -11em;
    }
    
   
    .main-bottom img {
        width: 40em;
    margin-left: 5rem;}
    .main-text {
        margin: -5.2em 0em 0 2em;
        padding: 0 0.5em 0 2em;
    }
    .three-bg-02 {
       
        width: 21.75rem;
        height: 277px;
        margin-top: -3em;
    }
    .three-bg-01 {
       
        width: 27.75rem;
        height: 277px;
        margin-top: -3em;
    }
}
@media screen and (max-width: 960px){
    .bg{
        background-image: url(../images/bg-900.jpg);
        max-width: 100%;
        height: 100%;
        position: relative;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
       
        
    }
    .round-left {
        left: 1em;
        top: 21em;
        width: 12rem;
    }
    .round-right {
        width: 11.75rem;
        right: 2.5em;
        top: 0em;
    }
    .main-center {
        width: 38em;
        margin-left: 0em;
        margin-top: 4em;
    }
  
    .main-bottom {
        margin-top: -15em;
        margin-left: -9em;
    }
    .main-bottom img {
        width: 41em;
    margin-left: 4rem;margin-top: 3rem;}
    .main-text {
        margin: -5.5em 0em 0 2em;
        padding: 0 0.5em 0 2em;
    }
}

@media screen and (max-width: 820px){
    .three-icon {
        padding: 3em 0 0 4.2em;
    }
    .three-icon2 {
        padding: 3em 0 0 2.5em;
    }
    .round-right {
        width: 9.75rem;
        right: 1.5em;
        top: 0em;
    }
    .round-left {
        left: 2em;
        top: 21em;
        width: 10rem;
    }

.main-center {
    width: 36em;
    margin-left: 0em;
    margin-top: 4em;
}
 .main-bottom img {
        width: 37em;
        margin-left: 2rem;
        margin-top: 3rem;
    }

.box3 {
    height: 1020px;
}
}

@media screen and (max-width: 800px){
  

}


@media screen and (max-width: 767px){

    .form {
        margin-top: -1em;
    }
    .bg {
        max-width: 100%;
        height: 100%;
    }
    .box2 {
        height: 1500px;
    }
    .bg02{display: none;}
    .collapse-mt03 {
        margin: -8em 10em 0 10em;
    }
    .two-round-03 {
        width: 20.188rem;
        margin-top: 0em;
    }
    .collapse-mt02 {
        margin: -9em 10em 0 10em;
    }
    .two-round-02 {
        width: 20.813rem;
        margin-top: 0em;
    }
    .collapse-mt01 {
        margin: -9em 10em 1em 10em;
    }
    .two-round-01 {
        width: 20.313rem;
        margin-top: 0em;
    }
    .five-tag::before {
        left: 24%;
    }
    .five-tag::after {
        bottom: 5.3em;
        left: 24%;
    }
    .five-tag02::after {
        bottom: 6.3em;
        left: 24%;
    }
    .five-tag02::before {
        left: 24%;
    }
    .box3 {
        height: 1712px;
    }
    .three-tag-01 {
        margin-left: 0em;
        display: block;
        margin: 5em auto 0 auto;
    }
    .three-bg-01 {
        width: 23.75rem;
        height: 277px;
        margin: -3em auto 0 auto;
    }
    .three-tag-02 {
        margin: 2em auto 0 auto;
    }
    .three-bg-02 {
        width: 23.75rem;
        height: 277px;
        margin: -3em auto 0 auto;
    }
    .hi-ni {
        width: 10.813rem;
        margin-left: 12rem;
        margin-top: -2em;
    }
    .box4 {
        height: 1409px;
    }
    .box4-1 {
        height: 1409px;
    }
    


}
@media screen and (max-widt640h: 720px){
    .round-left {
        left: 0em;
        top: 21em;
        width: 10rem;
    }
    .main-center {
        width: 34em;
        margin-left: 0em;
        margin-top: 6em;
    }
    .box3 {
        height: 1948px;
    }
}
@media screen and (max-width: 640px){
.main-bottom {
    margin-top: -19em;
    margin-left: -13em;
}

.main-center {
    width: 34em;
    margin-left: -2em;
    margin-top: 6em;
}
.main-bottom img {
    width: 35em;
    margin-left: 4rem;
    margin-top: 7rem;
}
}

@media screen and (max-width: 600px){
    .round-left {
        left: -1em;
        top: 8em;
        width: 10rem;
    }
    .main-center {
        width: 32em;
        margin-left: -2em;
        margin-top: 7em;
    }
    .main-bottom img {
        width: 33em;
        margin-left: 5rem;
        margin-top: 7rem;
    }
   
  
  
    .collapse-mt01 {
        margin: -9em 5em 1em 5em;
    }
    .collapse-mt02 {
        margin: -9em 5em 0 5em;
    }
    .collapse-mt03 {
        margin: -8em 5em 0 5em;
    }
}
@media screen and (min-width: 541px){
    .main-bottom-nb{display: none;}
}
@media screen and (max-width: 540px){
    .three-icon {
        padding: 3em 0 0 3.2em;
    }
    .round-right {
        width: 7.75rem;
        right: 1.5em;
        top: 1em;
    }
    .round-left {
        left: 0em;
        top: 8em;
        width: 7.2rem;
    }
    .main-bottom{display: none;}
    .main-bottom-nb{
        z-index: 12;
        position: relative;
        display: block;
        margin: -15rem auto 0 -9rem;
    }
    .main-bottom-nb img {
        width: 31em;
    }
    .main-bottom{display: none;}
    .box3 {
        height: 1866px;
        padding: 2em 0 2em 0;
    }
    .logo {
        margin: 2em 0em 0 6em;
    }
   
  
    .main-center {
        width: 28em;
        margin-left: -2em;
        margin-top: 6em;
    }
    .collapse-mt01 {
        margin: -9em 2em 1em 2em;
    }
    .collapse-mt02 {
        margin: -9em 2em 0 2em;
    }
    .collapse-mt03 {
        margin: -8em 2em 0 2em;
    }
    .box5 {
        width: 100%;
        padding: 0em 0 2em 0;
    }
}
@media screen and (max-width: 480px){
    .box3 {
        height: 1733px;
    }
    .logo {
        margin: 2em 0em 0 3em;
    }
   
    .main-bottom-nb img {
        width: 29em;
    }
    .main-bottom-nb {
        z-index: 12;
        position: relative;
        display: block;
        margin: -10rem auto 0 -8.5rem;
    }
    .main-center {
        width: 28em;
        margin-left: -4em;
        margin-top: 10em;
    }
    .tag-bg {
        font-size: 2.4em;
        padding-top: 1.3em;
        margin-bottom: 0.6em;
    }
    .four-text {
        font-size: 1.4em;
        padding: 0 1em;
        margin: 0 auto 3em auto;
    }
    .five-tag::before {
        left: 10%;
        margin: 0 auto 0 auto;
        width: 80%;
    }
    .five-tag::after {
        bottom: 5.3em;
        left: 10%;
        margin: 0 auto 0 auto;
        width: 80%;
    }
    .five-tag02::before {
        left: 10%;
        margin: 0 auto 0 auto;
        width: 80%;
    }
    .five-tag02::after {
        bottom: 5.6em;
        
        left: 10%;
        margin: 0 auto 0 auto;
        width: 80%;
    }
    .hi-ni {
        margin-left: 10rem;
    }
}
@media screen and (max-width: 451px){
    .main-text {
        margin: -4.5em -3em 0 5em;
        padding: 0 0em 0 0em;
        font-size: 1.3em;
        line-height: 1.2;
    }
    .main-bottom {
        margin-top: -13em;
        margin-left: -12em;
    }
    .main-center {
        width: 27em;
        margin-left: -4em;
        margin-top: 8em;
    }
  
}
@media screen and (max-width: 442px){
    .logo {
        margin: 2em 0em 0 5em;
        width: 9rem;
    } 
  
    .main-text {
        margin: -4.5em -4.5em 0 3em;
        padding: 0 0em 0 0em;
        font-size: 1.3em;
        line-height: 1.2;
    } 
    .box3 {
        height: 1732px;
    }
    .three-tag-02 {
        margin: 0em auto 0 auto;
    }
    .finger-icon {
        right: 1em;
        bottom: 1em;
        width: 2.75rem;
    }
    
}
@media screen and (max-width: 433px){
    .five-tag02::after {
        bottom: 6.6em;
    }
    .five-tag01::after {
        bottom: 6.6em;
    }
    .box3 {
        height: 1771px;
    }
}
@media screen and (max-width: 429px){
    .main-text {
        margin: -4.8em -3.5em 0 6em;
        padding: 0 0em 0 0em;
        font-size: 1.2em;
        line-height: 1.2;
    }
    .main-bottom {
        margin-top: -13em;
        margin-left: -13em;
    }
    .main-center {
        width: 26em;
        margin-left: -4em;
        margin-top: 11em;
    }
   
}
@media screen and (max-width: 425px){
    .five-tag::after {
        bottom: 6.3em;
        left: 10%;
        margin: 0 auto 0 auto;
        width: 80%;
    }

}
@media screen and (max-width: 414px){
   
    .three-text-s {
        margin-top: -0.5em;
    }
    .three-icon {
        padding: 2.5em 0 0 2.5em;
    }
    .three-bg-01,.three-bg-02 {
        width: 21.75rem;
    }
    .hi-ni {
        margin-left: 8rem;
    }
    .three-icon2 {
        padding: 2.5em 0 0 2.5em;
    }
    .three-text-s2 {
        padding: 0em 0 0 2.5em;
    }
    .finger-icon {
        right: 1em;
        bottom: 0.5em;
        width: 2.75rem;
    }
    .three-text-s {
        margin-top: -0.5em;
        margin-left: 0em;
    }
    
    .box3 {
        height: 1886px;
    }
    .three-tag-02 {
        margin: 0em auto 0 auto;
    }
    
    .main-center {
        width: 25em;
        margin-left: -4em;
        margin-top: 11em;
    }
    .main-bottom-nb img {
        width: 25em;
    }
    .main-bottom-nb {
        z-index: 12;
        position: relative;
        display: block;
        margin: -12rem auto 0 -7.3rem;
    }
    .round-right {
        width: 7.75rem;
        right: 1.5em;
        top: 4em;
    }
    .round-left {
        left: 0em;
        top: 7em;
        width: 7.5rem;
    }
    
}
@media screen and (max-width: 399px){
    .collapse-mt01,.collapse-mt02,.collapse-mt03 {
        margin: -9em 0em 1em 0em;
    }
    .box3 {
        height: 1844px;
    }
    .three-tag-01 {
        margin-left: 0em;
        display: block;
        margin: 5em auto 0 0em;
        width: 18.75rem;
    } 
     
    .three-icon {
        padding: 2.5em 0 0 2em;
    }
    .three-icon2 {
        padding: 2.5em 0 0 2.5em;
    }
    .three-bg-01, .three-bg-02 {
        width: 20.75rem;
        margin: -3em auto 0 0em
    }
    .main-bottom-nb img {
        width: 24em;
    }
    .main-bottom-nb {
        z-index: 12;
        position: relative;
        display: block;
        margin: -10rem auto 0 -7.2rem;
    }
}
@media screen and (max-width: 390px){
    .five-tag02::after {
        bottom: 7.7em;
    }  
    .round-left {
        left: 0em;
        top: 7em;
        width: 7rem;
    }  
}
@media screen and (max-width: 388px){
    
    .three-box01,.three-box02 {
        width: 21rem;
        display: block;
        margin: 0 auto;
    }
    .main-text {
        margin: -5.6em -4.5em 0 8em;
        padding: 0 0em 0 0em;
        font-size: 1em;
        line-height: 1.4;
    }
    .main-center {
        width: 22.7em;
        margin-left: -2.7em;
        margin-top: 10em;
    }  
    .main-bottom {
        margin-top: -15em;
        margin-left: -15em;
    }
    
}
@media screen and (max-width: 375px){
    
    .round-left {
        left: -1em;
        top: 7em;
        width: 7rem;
    }
    .round-right {
        width: 7.75rem;
        right: 1.5em;
        top: 3em;
    }
    .main-bottom-nb {
        z-index: 12;
        position: relative;
        display: block;
        margin: -14rem auto 0 -6.8rem;
    }
    .main-bottom-nb img {
        width: 23em;
    }
}
@media screen and (max-width: 366px){
    .main-center {
        width: 23.5em;
        margin-left: -4em;
        margin-top: 14em;
    }
   
    
}
@media screen and (max-width: 360px){
    .main-center {
        width: 23.5em;
        margin-left: -4em;
        margin-top: 9.5em;
    } 
    .round-left {
        left: -1em;
        top: 7em;
        width: 6.2rem;
    }
    
    .main-bottom-nb {
        z-index: 12;
        position: relative;
        display: block;
        margin: -15rem auto 0 -6.3rem;
    }
    .main-bottom-nb img {
        width: 21.5em;
    }
}
@media screen and (max-width: 355px){
    .five-tag::after {
        bottom: 7.3em;
    }

}

@media screen and (max-width: 351px){
.three-bg-01, .three-bg-02 {
    width: 19.75rem;
    margin: -3em auto 0 0em;
}
.three-icon {
    padding: 2em 0 0 2em;
}
.three-text-s {
    padding: 0em 0 0 2.5em;
}
.three-icon2 {
    padding: 2em 0 0 1.9em;
}
}
@media screen and (max-width: 342px){
    .five-tag02::after {
        bottom: 8.7em;
    }
}
@media screen and (max-width: 344px){
    .main-center {
        width: 22em;
        margin-left: -3.5em;
        margin-top: 14em;
    } 
    .three-box01, .three-box02 {
        width: 18rem;
        display: block;
        margin: 0 auto;
    } 
    .three-bg-01, .three-bg-02 {
        width: 19.75rem;
        margin: -3em auto 0 -1.5em;
    }
    .three-tag-02 {
        margin: 0em 0 0 -0.5em;
    }
}
@media screen and (max-width: 320px){
    .round-right {
        width: 4.75rem;
        right: 1.5em;
        top: 5em;
    }
    .round-left {
        left: 0em;
        top: 7em;
        width: 5.2rem;
    }
    .main-center {
        width: 18em;
        margin-left: -0.5em;
        margin-top: 8em;
    }
    .main-bottom-nb img {
        width: 20em;
    }
    .main-bottom-nb {
        z-index: 12;
        position: relative;
        display: block;
        margin: -21rem auto 0 -6rem;
    }

}








    

