/* var text-decoration */
@font-face {
  font-family: myfont;
  src: url(../fonts/ufonts.com_tw-cen-mt.ttf);
}
/*--
    Common Css
--*/
body {
  font-family: myfont;
  font-size: 14px;
  text-align:center;
}

img {
  image-rendering: -webkit-optimize-contrast; /* Chrome, Safari用 */
  image-rendering: crisp-edges; /* Firefox等 */
}

h1,
h2,
h3,
h4,
h5,
h6,
h9
h10
{
  margin: 20px;
  font-family: myfont;
  font-weight: lighter;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 5px;

}
h3 {
  font-size: 20px;
  font-weight: 600;
}
h5 {
  font-size: 30px;
  font-weight: 1;
  letter-spacing: 2px;
  text-transform:capitalize
}
h6 {
font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  font-family: myfont;
  text-align:left;
  letter-spacing: 0.10em;
  text-transform:capitalize
}
.h6p {
font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
  font-family: myfont;
  letter-spacing: 0.10em;
  text-transform:capitalize;
}


h6 img{
  margin: 0px auto;
  padding-top: 0em;
}
h7 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 4px;
  padding-bottom: 50px;
  text-align:center;
}
h8 {
font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  font-family: myfont;
  text-align:center;
  letter-spacing: 0.10em;
  text-transform:capitalize

}
h9 {
  font-weight: 400;
  margin: 0px;
  font-family: myfont;
  text-align:center;
  letter-spacing: 0.10em;
  text-transform:capitalize


}

h10 {
  font-size: 15px;
  font-weight: 400;
  margin: 10px 10px 10px 10px;
  font-family: myfont;
  text-align:center;
  letter-spacing: 0.8em;
  text-transform:capitalize


}
h11 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 1;
  letter-spacing: 2px;
  text-transform:capitalize
}


h12 {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  font-family: myfont;
  text-align:center;
  letter-spacing: 0.10em;
  text-transform:capitalize

}


h13 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 10px 10px 10px;
  font-family: myfont;
  text-align:center;
  letter-spacing: 0.10em;
}


h14 {
  color: #323232;
  font-size: 15px;
  font-weight: 600;
}

h15 {
  color: #323232;
  font-size: 20px;
  font-weight: 100;
}


p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: myfont;
  text-align:left;
  letter-spacing: 0.10em;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}



/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
}
.heading span {
  font-size: 45px;
  color: #93536b;
  font-weight: 600;
}
.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  margin:8vh 0vh 3vh 0vh;
}
.title-history {
  color: #2E2E2E;
  text-transform: uppercase;
}
.title span {
  color: #93536b;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
#hero-area {
  position: relative;
  /*min-height: 200px;*/
     position: relative;
    z-index: -1;
    background: url(../images/top-1.jpg) center center no-repeat;
    background-size: cover;
    /*padding: 25vh 0;*/
}
#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /*width: 100%;*/
  /*height: 100%;*/
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#hero-area img {
  max-width: 100%;
}

.main-top{
    grid-row: main;
    height: 60vh;
    /*width: 25vw;*/
}
.swiper-container{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper,
.swiper-slide>div{
    height: 100%;
    width: 100%;
}

.swiper-slide.sw-1>div{
    background: url("../images/top-1.jpg") center center / cover no-repeat;
}
.swiper-slide.sw-2>div{
    background: url("../images/top-2.jpg") center center / cover no-repeat;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.swiper-slide-active>div, .swiper-slide-duplicate-active>div, .swiper-slide-prev>div{
    animation: zoomUp 10s linear 0s 1 normal both;
}


/*--
    header-img start Start
--*/
#hero-area2 {
  position: relative;
  min-height: 200px;
     position: relative;
    z-index: -1;
    background: url(../images/S__66977929.jpg) center center no-repeat;
    background-size: cover;
    padding: 25vh 0;
}
#hero-area2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
   #000000;
  opacity: 0.3;
}
#hero-area2 img {
  max-width: 100%;
}

/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
}
nav .block {
  margin-top: -99px;
  background: #fff;
  padding: 24.5px 40px;
  background: rgba(255, 255, 255, 0.89);
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}


nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}
nav .block .navbar-default .navbar-nav {
  padding-top: 10px;
}
nav .block .navbar-default .navbar-nav > li > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;

}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #d4be43;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #d4be43;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #b96a59;
}
/*--
    slider Start
--*/
#slider {
  padding: 10vh 0px;
}
#slider .block {
  padding: 0px 40px;
}
#slider .block .title {
  padding: 0px ;
}
#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
#slider .block .owl-carousel img {
  padding-right: 8px;
  border-radius: 2px;
  padding-bottom: 50px;
}
#slider .block .owl-carousel .owl-pagination .active {
  background: #93536b;
}
#slider .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}
#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}
/*--
    about-us Start
--*/
#about-us {
  padding: 135px 0px;
  background: #F5F3F5;
}
#about-us .block {
  text-align: center;
}
#about-us .block p {
  color: #959595;
  font-size: 12px;
  line-height: 15px;
  padding: 40px 0px;
  text-align: left;
  padding: 0px 80px 25px 80px;
}

#about-us .block h9 {
  color: #959595;
  font-size: 13px;
  line-height: 26px;
  padding: 40px 0px;

}


/*--
    blog Start
--*/
#blog {
  margin: 0 0 7vh 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("https://three-account.com/2024.03/img/29171201_l.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#blog:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#blog .block .heading {
  color: #fff;
}
#blog .block ul {
  padding-top: 40px;
}
#blog .block ul li {
  overflow: hidden;
  width: 100%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
  border: 3px solid #CCA7C6;
}
#blog .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}
#blog .block ul li h3 {
  color: #323232;
  padding: 0px 0px 10px;
  line-height: 23px;
  position: relative;
}
#blog .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#blog .block ul li p {
  padding-top: 11px;
}
#blog .block ul li .blog-img {
  float: left;
  width: 20%;
  height: 100%;
  background: #FFF;
  overflow: hidden;
}
#blog .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width:100%;
  padding: 10px;
}
#blog .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#blog .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#blog .block ul li .content-right {
  padding: 20px 23px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 80%;
  height: 100%;
  position: relative;
  text-align: left;
}
#blog .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#blog .block ul li .content-left {
  padding: 40px 23px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#blog .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#blog .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #93536b;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#blog .block .btn-more-info:hover {
  background: transparent;
  color: #93536b;
  border: 1px solid #93536b;
}


#sdgs {
  padding: 70px 0px;
}

.sdgs {
  margin: 70px 0px;
}

#sdgs h13 {
  margin: 70px 0px;
}

/*--
    price Start
--*/
#price {
  padding: 70px 0px;
}
#price .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#price .block .pricing-list {
  padding-top: 85px;
}
#price .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#price .block .pricing-list ul li {
  padding: 21px 0px;
}
#price .block .pricing-list ul li .item .item-title {
  position: relative;
}
#price .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
#price .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#price .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#price .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#price .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #93536b;
  border: 1px solid #93536b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#price .block .pricing-list .btn:hover {
  background: #93536b;
  color: #fff;
}
/*--
    subscribe Start
--*/
#subscribe {
  padding: 100px 0px;
  text-align: center;
  background: url("../images/subscribe-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#subscribe .block h1.heading {
  color: #fff;
}
#subscribe .block p {
  padding: 25px 0px;
  color: #fff;
  font-size: 18px;
}
#subscribe .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}
#subscribe .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}
#subscribe .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#subscribe .block form .input-group-addon button:hover {
  background: #69a8a1;
}
/*--
    contact-us Start
--*/
#contact-us {
    margin: 8vh 0 0;
    padding-top: 7vh;
    padding-bottom: 100px;
    background: url("https://three-account.com/2024.03/images/contact-us.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#contact-us:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}



/*--
    quality Start
--*/
#quality {
    margin: 20vh 0 0;
    padding-top: 7vh;
    padding-bottom: 100px;
    background: url("../images/top_8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
}
#quality:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
.quality {
    padding: 0vh 3vw 0;
}
.quality img {
    width: 100%;
    margin: 0vh 0 0;
}
.trademark {
    padding: 3vh 3vw 0;
    color: #fff;
}
.trademark img {
    float: left;
    width: 88%;
    margin: 3vh 0vw 3vh;
}
.trademark-list {
    margin: 10vh 0vw 3vh;
    color: #fff;
}
.trademark-list p {
    margin: 1vh 3vw 3vh;
    color: #fff;
    line-height: 2em;
}
.trademark-list2 {
    color: #fff;
}
.trademark-list3 {
    color: #fff;
}
.trademark-list4 {
  margin: 7vh 0vw 0vh;
    color: #fff;
}


@media only screen and (max-width: 767px) {
  .trademark-list3 {
        margin: 3vh 9vw 4vh;
      color: #fff;
  }
  }

  @media only screen and (min-width: 767px) {
    .trademark-list4 {
          margin: 3vh 0vw 4vh;
        color: #fff;
    }
    #quality {
        background-image: url("../images/top_8-s.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        margin: 15vh 0 0;
        padding-top: 7vh;
        padding-bottom: 100px;
        position: relative;
        min-height: 200px;
        z-index: 1;
        top:-10rem;
    }
    #quality:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/top_8-s.jpg") #000000;
      opacity: 0.3;
    }

    .slider-oem {
      top:-10rem;
    }
    #slider {
      padding: 10vh 0 0 0px;
    }
    #contact-us {
        background-image: url("../images/contact-us-s.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        margin: 8vh 0 0;
        padding-top: 7vh;
        padding-bottom: 100px;
        z-index: 1;
    }
    #contact-us:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/overlay-pattern.png") #000000;
      opacity: 0.3;
    }
    #blog {
      background-image: url("../images/29171201_l-s.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 0 7vh 0;
      padding-top: 100px;
      padding-bottom: 100px;
      z-index: 1;
    }
    #blog:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/overlay-pattern.png") #000000;
      opacity: 0.3;
    }

}

/*
@media only screen and (max-width: 1024px) {
#quality {
    margin: 0vh 0 0;
    padding-top: 7vh;
    padding-bottom: 100px;
    background: url("../images/top_8-s.jpg?000");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: left;
}
}*/

@media only screen and (max-width: 767px) {
.trademark img {
    float: left;
    width: 100%;
    padding: 0vh 15vw;
    margin: 0;
}
.trademark-list {
    margin: 3vh 5vw 3vh;
    color: #fff;
}
.trademark-list p {
    margin: 1vh 3vw 3vh;
    color: #fff;

}
}


/*--
    footer Start
--*/
#footer {
  padding: 70px 0px;
}
#footer .block h3 {
  color: #2E2E2E;
  padding-bottom: 25px;
}
#footer .block h3 span {
  color: #93536b;
}

#footer .block .blog img {
  width: 100%;
}
#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 25px;
  display: inline-block;
}
#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #93536b;
}
#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}
#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #93536b;
  font-size: 20px;
  font-weight: 600;
}
#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
  margin: 0 0 17px
}
#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 24px;
  padding-top: 0px;
}
#footer .block .social-media-link h3 span {
  color: #93536b;
}
#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer .block .social-media-link ul li a:hover {
  background: #93536b;
  color: #fff;
}
/*--
    footer-bottom Start
--*/
#footer-bottom {
  background: #fbfbfb;
  padding: 20px 0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #93536b;
}

.pc-no {
    display:none;
}
.newslettercontent {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 13vh;
}
.leftside {
    position: relative;
}
.leftside>img {
    position: relative;
    width: 39%;
    margin-top: 7%;
    margin-left: 17vw;
    margin-bottom: 7%;
    z-index: 99;
}
.leftside>h1 {
    font-family: "OpenSans Bold";
    top: 11vh;
    left: 20vw;
    position: absolute;
    font-size: 27px;
    letter-spacing: 8px;
    z-index: 100;
    margin: 0px;
}
.leftside>p {
    position: absolute;
    top: 13vw;
    left: 20vw;
    font-size: 17px;
    z-index: 100;
    width: 30%;
    text-align: left;
}
.rightside {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}
.rightside>img {
    position: relative;
    width: 50%;
    padding-top: 4px;
    margin: -5vh 3.9vw;
    z-index: 1;
}
.rightside>button {
    position: absolute;
    top: 45%;
    left: 25%;
    z-index: 99;
    background: none;
    border: 1px solid #fff;
    font-family: "OpenSans-Light";
    font-size: 31.5px;
    color: #fff;
    letter-spacing: 11px;
    padding-left: 26.7px;
    padding-right: 26.7px;
    width: 53%;
    height: 12%;
}



/*--    ec site Start  --*/

h16 {
  font-size: 31px;
  font-weight: 1;
  letter-spacing: 2px;
  text-transform:capitalize;

�@
}

h17 {
font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 50px;
  font-family: myfont;
  text-align:left;
  letter-spacing: 0.10em;
  text-transform:capitalize
  text-align: center;

}

h18 {
  font-family:NagomiGokubosoGothic-ExtraLight;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.10em;
}

h19 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: myfont;
  text-align:center;
  letter-spacing: 0.10em;
  padding-top: 50px;
}



h20 {
    font-size: 3.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    padding-bottom: 3.75rem;

}


h21 {
    font-size: 1.5em;
    margin: 0.83em 0;
}



.ec-site {
    margin : 7vh 1vw;

}


.ec-site h17 {
    margin : 7vh 1vw;

}




.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.service-list {
    padding: 31px 0px 0px 40px;
    font-size: 14px;
    margin-bottom: 40px;
}
.service-list-col1 {
    float: left;
    width: 60px;
}
.service-list-col1 img {
    float: left;
    width: 60px;
}
.service-list-col1 i {
    font-style: normal;
    font-size: 38px;
    display: block;
    color: #222;
    font-family: 'FontAwesome';
    line-height: 38px;
}
.service-list-col2 {
    overflow: hidden;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.text-right img {
    float: left;
    width: 100%;
}
.main-section.alabaster {
    background: #fafafa;
}
.main-section {
    padding: 90px 0 110px;
}
.text-left img {
    width: 100%;
}
.featured-work {
    font-size: 14px;
}
.featured-work h2 {
    text-align: left;
}
.featured-work p.padding-b {
    padding-bottom:85px;
    margin: 25px 30px 25px 30px;
}


.featured-work p.padding-a {
    padding-bottom:85px;
    margin: 0px 0px 0px 0px;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    text-align: left;
}
.featured-box {
    padding: 0 0 0 0;
    margin-bottom: 25px;
    font-size: 14px;
}
.featured-box-col1 {
    width: 60px;
    float: left;
}
.featured-box-col1 i {
    display: block;
    line-height: 38px;
    font-family: 'FontAwesome';
    font-size: 38px;
    color: #777777;
    font-style: normal;
}
.featured-box p {
    line-height: 26px;
    text-align: left;
    margin: 20px 0px 64px 60px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}



/* MORE�{�^�� */
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 3px;
 font-size: inherit;
 font-family: inherit;
}

button.learn-more {
 width: 14rem;
 height: auto;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 2rem;
 height: 2rem;
 background: #93536b;
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 2.625px;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 font-family:NagomiGokubosoGothic-ExtraLight;
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 17px;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.5rem;
 color: ##353535;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: 0.30em;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
/*--    MORE�{�^�� end  --*/
/*--    ec site end  --*/







/*--    web design Start  --*/
.box_image {
   margin-top:46px;
}
.box_image .imageLeft img {
  margin-right: auto;
  margin-left: 0;
  display: block;
  width: 600px;
}
.box_image .imageRight img {
 margin-right: 0;
 margin-left: auto;
 display: block;
 width: 600px;
}

/*--    web design end  --*/





/*--    comingsoon start  --*/
#comingsoon {
    width: 100%;
    text-align: center;
    margin: 3vh auto;
    display: block;
/*--    background: url(../images/comingsoon_01.png) no-repeat;
    background-position: center; --*/
}
#svg-special {
    width: 1200px;
    margin: 40px auto 0;
}
svg:not(:root) {
    overflow: hidden;
}
#comingsoon .center-img img {
    border-style: none;
    width: 50%;
    text-align: center;
    margin: 5vh auto;
}
#comingsoon .left img {
    border-style: none;
    width: 17%;
    float: left;
    margin: 0vh 0vw 0 12vw;
}
#comingsoon .right img {
    border-style: none;
    width: 17%;
    float: right;
    margin: 0vh 12vw 0 0vw;
}
.comingsoon_center {
    text-align: center;
    margin: 7vh auto;
}
.font20_center {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin: 0 4vw;
}
.comingsoon_center p {
    font-weight: nomal;
    line-height: 2.2;
    margin: 3vh 4vw;
}
.voice_link {
    width: 100%;
    margin: 30px auto;
}
.b_mail {
    background-color: #01a6d9;
    border: 5px solid #0175ba;
    padding: 17px;
    color: #fff;
    line-height: 54px;
    background-size: 30px 25px;
    background-position: 260px 14px;
    border-radius: 39px;
}
.b_mail i {
   margin: 0 0 0 15px;
}
.br_sp, .text_sp {
    display: none;
}

@media only screen and (max-width: 767px) {
#comingsoon .left img {
    display:none;
}
#comingsoon .right img {
    display:none;
}
#comingsoon .center-img img {
    border-style: none;
    width: 88%;
    text-align: center;
    margin: 3vh auto -3vh;
}
.font20_center {
    font-size: 17px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin: 0 5vw;
}
.comingsoon_center p {
    font-size: 11px;
    line-height: 2.4;
    margin: 3vh 5vw;
}
.br_sp, .text_sp {
    display: block !important;
}
}


/*--    comingsoon end  --*/




.section-title {
  margin:8vh 0vh 8vh 0vh;
 }
.section-title h6 {
  margin:1vh 1vw 0vh;
 }
.section-title h3 {
  margin:2vh 0vw 1vh;
 }
.title {
   margin:3vh 0vw 3vh;
}
.title-media {
   margin:1vh 0vw 1vh;
}
.title-recruit {
   margin:7vh 0vw 1vh;
}

.title h3 {
  margin:2vh 0vw 1vh;
 }
.supplier h5 {
  color: #fff;
 }
.supplier h8 {
  color: #fff;
 }
.supplier h3 {
  margin:2vh 0vw 1vh;
  color: #fff;
 }
.heading h5 {
  color: #fff;
 }
.heading h3 {
  margin:2vh 0vw 1vh;
  color: #fff;
 }
.supplier-b h5 {
  margin:5vh 0vw 1vh;
  color: #fff;
 }
.supplier-b h3 {
  margin:2vh 0vw 1vh;
  color: #fff;
 }

.news-top {
    background-color: #fff;
    padding: 15px;
    border: 7px solid #fbfbfb;
}
.news-top h3 {
    margin:1vh 0vw 2vh;
}
.news-top p {
    margin:1vh 0vw 2vh;
    text-align: left;
}
.news-top0 {
    margin-bottom: 20px!important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.leftside>h1 {
    top: 3.9vh;
}
}

@media only screen and (max-width: 767px) {
.section-title {
  margin:3vh 0vh 3vh 0vh;
}
.section-title h6 {
  margin:1vh 2.3vw 0vh;
 }
.newslettercontent {
    margin-bottom: 75vh;
}
.leftside>img {
    transform: rotate(90deg);
    width: 100%;
    margin-left: 0%;
    margin-top: 5%;
}
.leftside>h1 {
    font-size: 13px;
    letter-spacing: 4px;
    text-align: center;
    top: 14%;
    left: 34%;
}
.leftside>p {
    font-size: 12px;
    top: 25%;
    left: 23%;
    width: 55%!important;
}
.rightside {
    left: 0;
    top: 90%;
}
.rightside>img {
    position: relative;
    width: 95%;
    padding: 24px;
    margin: 3vh 3vw;
    z-index: 1;
}
.rightside>button {
    left: 0%;
    top: 48%;
    font-size: 31.5px;
    margin-left: 10%;
    width: 80%;
}
.news-top {
    margin-bottom: 50px!important;
}
.news-top {
    border: 1px solid #F5F3F5;
    margin: 0 14px;
}
.content-lg {
    padding-top: 3vh;
}
.supplier-b h5 {
  margin:5vh 0vw 1vh;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
 }
.supplier-b h3 {
  margin:2vh 5vw 1vh;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
 }



}




.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	height: 116px; /* �O���f�[�V�����̍��� */
	cursor: pointer;
	text-align: center;
	/* �ȉ��O���f�[�V�����͔w�i�����g�̃T�C�g�ɍ��킹�Đݒ肵�Ă������� */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* �J�������ɃO���f�[�V���������� */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 50%;
	width: 17rem;
	font-family: FontAwesome;
	content: '\f13a'' more';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 155px; /* �J���O�Ɍ����Ă��镔���̍��� */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; �����{�^���������ꍇ���� */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' close';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* �����{�^����bottom�����̈ʒu */
	transition: all 0.5s;
}

.welcom_container {
  display: flex;
  flex-wrap: wrap; /* 高さが足りない場合に折り返し */
}
.left-section {
    flex: 1;
    padding-left: 10px;
    width: 45%;
}
.left-section img {
    max-width: 100%;
    height: auto;
}
.right-section {
    display: flex;
    flex-direction: column;
    width: 55%;
}
.right-column {
    flex: 1;
    padding-left: 10px;
}
.right-column img {
    max-width: 100%;
    height: auto;
}

/* スマホ用のメディアクエリ */
@media screen and (max-width: 480px) {
    .left-section,
    .right-section,
    .right-column {
        width: 100%;
    }
}
/* PC用のメディアクエリ */
@media screen and (min-width: 768px) {
    .welcom_container {
        flex-direction: row; /* 横並びレイアウト */
    }
}

/* スマートフォン用のメディアクエリ */
@media screen and (max-width: 767px) {
    .welcom_container {
        flex-direction: column; /* 縦並びレイアウト */
    }
    .left-section {
        padding-left: 0; /* パディングを無効化 */
    }
    .left-section img,
    .right-section img {
        margin: 5px; /* 画像の周りに5pxの余白を追加 */
    }
    .left-section,
    .right-section {
        text-align: center; /* 画像を中央揃えにする */
    }
    .left-section img,
    .right-section img {
        margin: 5px auto; /* 画像を水平方向に中央揃えにしつつ、上下に5pxの余白を追加 */
        display: block; /* ブロックレベル要素に変更 */
    }
    .right-section {
        width: 100%; /* 右側のセクションの幅を100%に設定 */
        padding-left: 0; /* パディングを無効化 */
    }
    .right-column {
        padding-left: 0; /* パディングを無効化 */
    }
}

.title .h5p img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/*
SNSボタン
-------------------------------------------*/

.h_sns {
	padding: 5px;
	position: fixed;
	top: 130px;
	right: 0px;
	background-color: #c96134;
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
  z-index: 10;
}
.h_sns li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.h_sns li a:hover {
	background-color: #FFF;
	color: #1BD;
}


@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	padding-right: 0px;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#index_top #top_catch {
	top: 25%;
	left: 5%;
	width: 90%;
	height: 50%;
	margin-top: 0px;
	margin-left: 0px;
}


#index_top #top_catch h2 {
	font-size: 40px;
}

#index_top #top_catch p {
	font-size: 12px;
}

#sub_top {
	height: 180px;
	padding-top: 100px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 100%;
}

.pick_up ul li {
	width: 100%;
}

.content .ul_news li span.date {
	padding-right: 0px;
	display: block;
}

.obi_001 {
	background-image: url(../img/obi_001_sp.jpg);
	padding-left: 10px;
	padding-right: 10px;
}

.obi_001 p {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}

.obi_002 {
	background-image: url(../img/obi_002_sp.jpg);
	padding: 0 0 100%;
}

.loop_wrap {
  width: 400%;
}

.box_cont {
	padding-right: 10px;
	padding-left: 10px;
}

.box_cont .box_c_in {
	width: 100%;
	padding: 5px;
}

.content .cont_wrap .txt_box {
	margin-left: 0px;
	margin-right: 0px;
}
}

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

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


#index_top #top_catch h2 {
	font-size: 30px;
}

#sub_top {
	font-size: 24px;
}

.content h2 {
	font-size: 24px;
}

.content .obi_001 h2 {
	font-size: 22px;
}

}
