@charset "utf-8";
/*
Theme Name: default-themes-solution
Theme URI: http://www.solution-sy.com/
Author: solution.STC
Author URI: http://www.crossdesign-company.co.jp  
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  box-sizing: border-box;
}

:after, :before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  --themecolor:#313131;
}

@media screen and (max-width: 1320px) {
  body {font-size: 16px;}
}
@media screen and (max-width: 1080px) {
  body {font-size: 14px;}
}

address, caption, code, figcaption, pre, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

fieldset, iframe, img {
  border: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

audio:not([controls]) {
  display: none;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select), :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 10px;
  height: 15px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd; }

::-webkit-scrollbar:hover {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  cursor: pointer;
  /*border-radius: 15px;*/
  background-color: var(--themecolor); }

::-webkit-scrollbar-thumb:hover {
  background-color: #333; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none; }


.ftfminchao{font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;}
.ftfpgothic{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.ftfmeiryo{font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/*hasbg*/
.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}


@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1666238971337') format('woff2'),
       url('iconfont/iconfont.woff?t=1666238971337') format('woff'),
       url('iconfont/iconfont.ttf?t=1666238971337') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 600px) {
     .logged-in #wpadminbar {position: fixed; }
}

/*sp mobile-btn*/
/* sp mobile-btn and nav css */

.spscreen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 80;
    /*background: rgba(36,27,13,0.85);*/
    /*background: rgba(51,51,51,0.9);*/
    background-image: url(img/banner.jpg) ;
    background-repeat: no-repeat;
    /*background-color: rgba(51,51,51,0.5);*/
    background-size:cover;
    background-position:center;
    right: 0;
    top: 0;
    /*transform: translateX(200px);*/
    /*transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
    display: none;
}
.spscreen:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.8);}
.spscreen .sp-heading {position:relative;z-index:10;width: 100%; text-align: center;margin-top: 120px;margin-bottom: 30px;font-size: 24px;text-transform: uppercase;color: #cfcfcf; }
.spscreen nav {position:relative;z-index:10;width:100%;max-width:350px;margin:0 auto;height:calc(100% - 300px);display:flex;justify-content:center;align-items:center;}
.spscreen nav ul {width:100%;padding: 0 15px; }
.spscreen nav ul li:first-child { border-top: 1px solid #5d5d5d; }
.spscreen nav ul li {  border-bottom: 1px solid #5d5d5d; }
.spscreen nav ul li a {color: #fff;display: block;text-align: center;text-decoration: none;padding: 15px 0;text-transform: uppercase;transition: .3s; }
.spscreen nav ul li a:hover {background: #f2f2f2;color: #000; } 
@media screen and (max-width: 768px) {
  .spscreen .sp-heading{margin-top: 60px;font-size:18px;}
}

.logged-in header{top:32px;}


/* header css */
.headerfixed{width:100%;background:#333;box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);-webkit-animation: headeranimation .5s linear  0s 1;animation: headeranimation .5s linear  0s 1; }
@keyframes headeranimation {
  0% {
    transform:translateY(-100%);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}
@-webkit-keyframes headeranimation {
  0% {
    transform:translateY(-100%);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}

header{position:fixed;z-index:90;left:0;top:0; width:100%;display:flex;justify-content:space-between;padding:15px 40px; transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}

.headmain{width:100%;max-width:1520px;margin:0 auto; display:flex;justify-content:space-between;align-items:center;}
.sitelogo{width:300px;}



.mobilebtn {display: block; }
.mobilebtn div {
    width: 50px;
    height: 35px;
    background: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    right: 0;
    top: 0;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }

.mobilebtn div span {
    height: 3px;
    background: var(--white);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s; }

  .mobilebtn div span:nth-child(1) {
    width:70px; }

  .mobilebtn div span:nth-child(2) {
    width:50px;
  }
  .mobilebtn .active {
    transform: rotate(180deg);}
  .mobilebtn .active span:nth-child(1) {
    transform:translateY(16px) rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: center center !important;/*0.71429px*/
    width: 50px !important; }


  .mobilebtn .active span:nth-child(2) {
    transform:translateY(-16px) rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: center center !important;/*0.71429px */
    width: 50px !important; }

  @media screen and (max-width: 1520px) {
    .sitelogo{width:240px;}
    .mobilebtn div {width:60px;height:26px;}
    .mobilebtn div span{height:2px;}
    .mobilebtn div span:nth-child(1) {width:60px;}
    .mobilebtn div span:nth-child(2) {width:38px;}
    .mobilebtn .active span:nth-child(1) {transform:translateY(12px) rotate3d(0, 0, 1, -45deg) !important;}
    .mobilebtn .active span:nth-child(2) {transform:translateY(-12px) rotate3d(0, 0, 1, 45deg) !important;}
  }
  @media screen and (max-width: 1080px) {
    header{padding:15px 20px;}
    .sitelogo{width:200px;}
    .mobilebtn div {width:30px;height:20px;}
    .mobilebtn div span{height:2px;}
    .mobilebtn div span:nth-child(1) {width:50px;}
    .mobilebtn div span:nth-child(2) {width:26px;}
    .mobilebtn .active span:nth-child(1) {transform:translateY(9px) rotate3d(0, 0, 1, -45deg) !important;width: 36px !important;}
    .mobilebtn .active span:nth-child(2) {transform:translateY(-9px) rotate3d(0, 0, 1, 45deg) !important;width: 36px !important;}
  }
@media screen and (max-width: 768px) {
    .sitelogo{width:160px;}
}
/* /header css */
  


/*banner*/
.banner{position:relative;}
.banner .bannermain{}
.banner .bannermain li{overflow:hidden;}
.banner .bannermain figure{width:100%;height:100vh;position:relative;-webkit-animation: picmove1 50s linear infinite 0s;
      -moz-animation: picmove1 50s linear infinite 0s;
      -ms-animation: picmove1 50s linear infinite 0s;
      -o-animation: picmove1 50s linear infinite 0s;
      animation: picmove1 50s linear infinite 0s;}
.banner .bannermain figure:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;width:100%;background:rgba(24,24,24,0.6);}
.bannertext{position:absolute;left:50%;top:50%;z-index:20;width:100%;height:100%;color:#fff;text-align:center;padding:80px 60px;transform:translate(-50%,-50%);}
.bannertext{}
.bannertitle{margin-bottom:100px;}
.bannertitle h1{font-size:90px;line-height:1;letter-spacing:0.2em;margin-bottom:10px;}
.bannertitle span{letter-spacing:0.2em;}
.bannertext p{font-size:20px;transform:translateY(5vh);}
.type-text-box{font-size:90px;height:4.6em;display:flex;/*display:block;width:90px;margin:0 auto 10px;*/}
.type-text{overflow:hidden;white-space:nowrap;position:relative; animation:typetext 2.5s steps(100,end) forwards;}
@keyframes typetext {
  from {
    height: 0;
  }
  to {
    height: 4.6em;
  }
}
/*type-text*/
/*.type-text{overflow:hidden;white-space:nowrap;position:relative; animation:typetext 3s steps(150,end) forwards;}
@keyframes typetext {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}*/
@keyframes picmove1 {
 0% {
 -webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
 50% {
 -webkit-transform:scale(1.5, 1.5);
transform:scale(1.5, 1.5);
}
 100% {
 -webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
}
@media screen and (max-width: 1520px) {
  .bannertext{padding:60px 40px;}
  .bannertitle h1{font-size:60px;}
  .type-text-box{font-size:60px;/*width:60px;*/}
  .bannertitle p{font-size:18px;}
}
@media screen and (max-width: 1080px) {
  .bannertext{padding:50px 20px 30px;}
  .banner .bannertext h1{font-size:38px;/*width:38px;*/}
  .type-text-box{font-size:38px;}
  .banner .bannertext p{font-size:16px;transform:translateY(10vh);}
}
@media screen and (max-width: 768px) {
  .banner{overflow:hidden;}
  /*.banner .bannermain figure{height:350px;}*/
  .banner .bannertext h1{font-size:30px;/*width:30px;*/}
  .type-text-box{font-size:30px;}
  .banner .bannertext p{font-size:14px;}
}
@media screen and (max-width: 528px) {
  /*.banner .bannermain figure,.banner .bannermain figure:after{height:300px;}*/
  .bannertext{padding:10px;}
  .bannertitle h1{font-size:20px;/*width:20px;*/margin-bottom:5px;}
  .type-text-box{font-size:32px;}
  .bannertext p{font-size:12px;}
}

.pagebanner{position:relative;width:100%;height:350px;}
.pagebanner:after{padding-top:0;width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(24,24,24,0.6);}
.pagebannertext{height:100%;position:relative;z-index:10;color:#dcdcdc;padding:80px 40px 50px;display:flex;flex-direction:column;justify-content:center;}
.pagebannertext h2{font-size:50px;letter-spacing:2px;}
.pagebannertext h1{font-size:20px;letter-spacing:0.1em;}
@media screen and (max-width: 1520px) {
  .pagebanner{height:300px;}
  .pagebannertext{padding:60px 40px 30px;}
  .pagebannertext h2{font-size:38px;}
  .pagebannertext h1{font-size:18px;}
}
@media screen and (max-width: 1080px) {
  .pagebanner{height:240px;}
  .pagebannertext{padding:50px 20px 20px;}
  .pagebannertext h2{font-size:30px;}
  .pagebannertext h1{font-size:16px;}
}
@media screen and (max-width: 768px) {
  .pagebanner{height:200px;}
  .pagebannertext{padding:30px 20px 15px;}
  .pagebannertext h2{font-size:24px;}
  .pagebannertext h1{font-size:14px;}
}



/*/banner*/



.mainnavigation{display:flex;}
.mainnavigation ul{display:flex;align-items:center;flex-wrap:wrap;}
.mainnavigation ul > li{position:relative;padding:0px 40px;}
.mainnavigation ul > li > a{width:100%;font-size:18px;color:#000;display:flex;text-decoration:none;position:relative;z-index:1;transition:.4s ease-in-out;}
.mainnavigation ul > li > a:hover{color:var(--blue);}
.mainnavigation ul > li > a:after{content: "";position: absolute;left:0%;bottom: -5px;width: 100%;transform: scale(0) ;height: 2px;background: var(--blue);opacity: 0;visibility: hidden;transition: .4s ease-in-out;}
.mainnavigation ul > li > a:hover:after{opacity: 1;visibility: visible;transform:scale(1);}
@media screen and (max-width: 1520px) {
  .mainnavigation ul li{padding:0 20px;}
  .mainnavigation ul li a{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .mainnavigation ul li{padding:0 10px;}
  .mainnavigation ul li a{font-size:14px;}
}


.linklist{}
.linkitem{width:50%;}
.linkitembtn{width:100%;height:100%;padding:30px;display:flex;justify-content:center;align-items:center;transition:.3s;}
.linkitembtn:hover{text-decoration:none;}
.linkitembtn > p{padding:20px;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:bolder;}
.linkitemtel{background:#443b29;color:#bca67c;}
.linkitemtel:hover{background:#241b0d;}
.linkitemtel > p{border:1px solid #bca67c; font-size:38px;letter-spacing:0.1em;}
.linkitemmail {background:#241b0d;color:#bca67c;}
.linkitemmail:hover{background:#443b29;}
.linkitemmail > p{border:1px solid #bca67c; font-size:24px;letter-spacing:0.2em;transition:.3s;}
/*.linkitemmail:hover > p{border-color:#241b0d;}*/
.linkitemmail i{font-size:24px;font-weight:bolder;margin-right:20px;}
@media screen and (max-width: 1520px) {
  .linkitembtn{padding:20px;}
  .linkitembtn > p{padding:15px;}
  .linkitemtel > p{font-size:30px;}
  .linkitemmail > p{font-size:22px;}
  .linkitemmail i{font-size:22px;margin-right:15px;}
}
@media screen and (max-width: 1080px) {
  .linkitembtn{padding:15px;}
  .linkitembtn > p{padding:10px;}
  .linkitemtel > p{font-size:24px;letter-spacing:2px;}
  .linkitemmail > p{font-size:18px;letter-spacing:2px;}
  .linkitemmail i{font-size:18px;margin-right:10px;}
}
@media screen and (max-width: 768px) {
  .linkitembtn{padding:10px;}
  .linkitembtn > p{padding:10px;}
  .linkitemtel > p{font-size:20px;letter-spacing:1px;}
  .linkitemmail > p{font-size:16px;letter-spacing:1px;}
  .linkitemmail i{font-size:16px;margin-right:5px;}

}
@media screen and (max-width: 500px) {
  .linkitembtn{padding:5px;}
  .linkitembtn > p{padding:5px;}
  .linkitemtel > p{font-size:16px;letter-spacing:0;}
  .linkitemmail > p{font-size:14px;letter-spacing:0;}

}

.dottedmask{background:url(img/dottedmask.jpg) repeat;}
/* footer css */
.footer{background:url(img/footmask.png) repeat;}
.footermain{width:100%;max-width:1600px;padding:50px 40px;margin:0 auto;}
.footlogo{width:240px;margin:0 auto 50px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#FFF;transition:.3s;}
.footlogo:hover{text-decoration:none;opacity:0.7;}
.footlogopic{display:block;margin-bottom:20px;}
.footlogotext{font-size:24px;letter-spacing:0.1em;}
.footer .mainnavigation{width:100%;}
.footer .mainnavigation ul{width:100%;justify-content:center;}
.footer .mainnavigation ul li a{color:#c0b39d;}
.footer .mainnavigation ul li a:hover:after{background:#c0b39d;}

.copyright{background:var(--black);width:100%;}
.copyright p{width:100%;max-width:1400px;margin:0 auto;padding:10px 40px;font-size:14px;text-align:center;color:#fff;}

@media screen and (max-width: 1320px) {
  .footlogo{width:220px;margin:0 auto 38px;}
  .footlogopic{margin-bottom:0 15px;}
  .footlogotext{font-size:20px;}
}
@media screen and (max-width: 1080px) {
  .footermain{padding:30px 20px;}
  .footlogo{width:180px;margin:0 auto 30px;}
  .footlogopic{margin-bottom:10px;}
  .footlogotext{font-size:16px;}
  .copyright p{padding:10px 20px;font-size:12px;}
}
@media screen and (max-width: 768px) {
  .footlogo{width:180px;margin:0 auto 15px;}
  .footer .mainnavigation ul li{width:50%;text-align:center;}
  .footer .mainnavigation ul li a{display:flex;justify-content:center;}
  .footer .mainnavigation ul li a:hover{color:#FFF;}
  .footer .mainnavigation ul li a:hover:after{display:none;}
  .footlogo{width:160px;margin:0 auto 20px;}
  .copyright p{padding:5px 10px;}
}
/* /footer css */

/*trust*/
.trust{width:100%;}
.trust .twocolumn{}
.trust .twocolumn .trustleft{width:calc(50% - 50px);}
.trust .twocolumn .trustright{width:50%;}

.trustleft .t2{}
.trustleft .scrolltext{font-size:130px;color:#f0f0f0;line-height:1.1;}
.trustleft .scrolltext span{display:block;}
.trustright{}
.trustright p{line-height:2;}
.trustright p:not(:last-child){margin-bottom:50px;}
.trusttitle{margin-bottom:50px;}
.trusttitle .ja{margin-right:30px;}
.trusttitle .en{}
@media screen and (max-width: 1520px) {
  .trustleft .scrolltext{font-size:100px;}
  .trustright p{line-height:1.8;}
  .trustright p:not(:last-child){margin-bottom:30px;}
  .trusttitle{margin-bottom:30px;}
  .trusttitle .ja{margin-right:30px;}
}
@media screen and (max-width: 1080px) {
  .trust .twocolumn .trustleft{width:calc(50% - 30px);}
  .trustleft .scrolltext{font-size:70px;}
  .trustright p:not(:last-child){margin-bottom:15px;}
  .trusttitle{margin-bottom:20px;}
  .trusttitle .ja{margin-right:20px;}
}
@media screen and (max-width: 768px) {
  .trust .twocolumn .trustleft{width:100%;margin-bottom:30px;}
  .trust .twocolumn .trustright{width:100%;}
  .trustleft .scrolltext{font-size:38px;}
  .trustleft .scrolltext span{display:inline-block;margin-right:10px;}
  .trustright p:not(:last-child){margin-bottom:10px;}
  .trusttitle{margin-bottom:15px;}
  .trusttitle .ja{margin-right:10px;}
}


.trustbusines{position:relative;background-attachment:fixed;}
.trustbusines:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;padding-top:0;background:rgba(38,31,28,0.6);}
.trustbusinescon{position:relative;z-index:10;}
.trustbusineslist{}
.trustbusineslist .layout{margin-right:-60px;}
.trustbusineslist .layout .avcol3{padding-right:60px;}

.trustbusinestitle{margin-bottom:90px;}
.trustbusinestitle .ja{margin-right:50px;}
.trustbusinestitle .en{color:#b4b09b;font-size:60px;line-height:1.2;}
@media screen and (max-width: 1520px) {
  .trustbusineslist .layout{margin-right:-30px;}
  .trustbusineslist .layout .avcol3{padding-right:30px;}
  .trustbusinestitle{margin-bottom:50px;}
  .trustbusinestitle .ja{margin-right:30px;}
  .trustbusinestitle .en{font-size:48px;}
}
@media screen and (max-width: 1080px) {
  .trustbusineslist .layout{margin-right:-20px;}
  .trustbusineslist .layout .avcol3{padding-right:20px;}
  .trustbusinestitle{margin-bottom:30px;}
  .trustbusinestitle .ja{margin-right:15px;}
  .trustbusinestitle .en{font-size:36px;}
}
@media screen and (max-width: 768px) {
  .trustbusineslist .layout{margin-right:-15px;margin-top:-15px;}
  .trustbusineslist .layout .avcol3{padding-right:15px;margin-top:15px;width:50%;}
  .trustbusinestitle{margin-bottom:20px;}
  .trustbusinestitle .ja{margin-right:10px;}
  .trustbusinestitle .en{font-size:24px;}
}
@media screen and (max-width: 568px) {
  .trustbusineslist .layout .avcol3{width:100%;}
  .trustbusineslist .layout .avcol3 .card{max-width:320px;margin:0 auto;}
}


.card{display:flex;width:100%;color:#FFF;border:1px solid #897a5c;position:relative;}
.card:hover{text-decoration:none;}
.card:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);background-color:rgba(32,27,25,0.5);}
.card:after{padding-top:130%;/*background:#201b19;*/ }
.cardinner{position:relative;z-index:20;display:flex;flex-direction:column;justify-content:flex-end; width:100%; border:15px solid rgba(255,255,255,0.3);}
.cardtext{padding:38px;}
.cardnum{font-size:20px;color:#80705c;margin-bottom:15px;}
.cardnum::first-letter{font-size:50px;font-weight:bolder;}
.cardnum span{font-size:50px;font-weight:bolder;}
.cardtitle{font-size:24px;line-height:1.5;height:3.5em;display:flex;align-items:center;}
.cardlink{background:#181818;padding:20px;color:#c4b49b;font-size:22px;letter-spacing:1px;text-align:center;display:block;}
.cardlink:hover{text-decoration:none;}
.cardlink span{}
@media screen and (max-width: 1520px) {
  .cardinner{border:10px solid rgba(255,255,255,0.3);}
  .cardtext{padding:25px;}
  .cardnum{font-size:18px;margin-bottom:10px;}
  .cardnum::first-letter{font-size:38px;}
  .cardnum span{font-size:38px;}
  .cardtitle{font-size:20px;}
  .cardlink{padding:15px;font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .cardinner{border:7px solid rgba(255,255,255,0.3);}
  .cardtext{padding:15px;}
  .cardnum{font-size:16px;margin-bottom:5px;}
  .cardnum::first-letter{font-size:32px;}
  .cardnum span{font-size:32px;}
  .cardtitle{font-size:16px;}
  .cardlink{padding:10px;font-size:14px;}
}
@media screen and (max-width: 768px) {
  .card:after{padding-top:120%;}
  .cardinner{border:5px solid rgba(255,255,255,0.3);}
  .cardtext{padding:10px;}
  .cardnum{font-size:14px;}
  .cardnum::first-letter{font-size:26px;}
  .cardnum span{font-size:26px;}
  .cardtitle{font-size:14px;}
}



.history{display:flex;justify-content:space-between;flex-wrap:wrap;}
.historyleft{width:500px;display:flex;flex-direction:column;justify-content:space-between;}
.historyleft p{align-self:center;text-align:center;height:calc(100% - 700px);font-size:24px;color:#443d37;font-weight:bolder;}
.historyleft figure{}
.historyleft img{width:100%;}
.historytext{width:calc(100% - 1000px);}
.historytext p{margin-bottom:50px;line-height:2;}
.historytextinner{} 
.historytitle{width:220px;font-size:80px;letter-spacing:2px;background-image:-webkit-linear-gradient(to right, #917954, #644202, #d7ad5a, #694809, #9d7f45);background-image:linear-gradient(to right,#917954 ,#644202 ,#d7ad5a ,#694809 ,#9d7f45 );-webkit-background-clip: text;color: transparent;/*color:#58483a;*/margin:0 auto 130px;} 
.historyright{width:500px;}
.historyright img{width:100%;}

.buttonlink{display:flex;justify-content:space-between;border-bottom:1px solid #8b8b8b;color:#58483a;transition:.3s;}
.buttonlink:hover{text-decoration:none;color:#FFF;background:#241b0d;}
.buttonlink div{font-size:20px;padding:20px;text-align:center;width:calc(100% - 80px);letter-spacing:0.1em;}
.buttonlink span{width:80px;height:80px;background:#443b29;display:flex;justify-content:center;align-items:center;color:#FFF;transition:.3s;}
.buttonlink:hover span{background:#241b0d;}
.buttonlink span i{font-style:normal;font-weight:bolder;}

@media screen and (max-width: 1520px) {
  .historyleft{width:320px;}
  .historyleft p{font-size:20px;height:calc(100% - 600px);}
  .historytext{width:calc(100% - 640px);}
  .historytext p{margin-bottom:30px;line-height:1.8;}
  .historytitle{font-size:60px;width:180px;margin:0 auto 60px;}
  .historyright{width:320px;}
  .buttonlink div{font-size:18px;padding:15px;width:calc(100% - 60px);}
  .buttonlink span{width:60px;height:60px;}
}
@media screen and (max-width: 1080px) {
  .historyleft{width:250px;}
  .historyleft p{font-size:16px;height:calc(100% - 800px);}
  .historytext{width:calc(100% - 500px);}
  .historytext p{margin-bottom:20px;}
  .historytitle{font-size:38px;width:100px;margin:0 auto 20px;}
  .historyright{width:250px;}
  .buttonlink{align-items:flex-end;}
  .buttonlink div{font-size:14px;padding:10px;width:calc(100% - 36px);}
  .buttonlink span{width:36px;height:36px;}
}
@media screen and (max-width: 768px) {
  .historyleft{width:150px;}
  .historyleft p{font-size:14px;/*height:calc(100% - 500px);*/}
  .historytext{width:calc(100% - 300px);}
  .historytext p{margin-bottom:15px;line-height:1.6;}
  .historytitle{font-size:30px;width:85px;margin:0 auto 10px;}
  .historyright{width:150px;}
}
@media screen and (max-width: 580px) {
  .historyleft{width:100%;max-width:360px;order:1;margin:0 auto 10px;padding:0 20px;}
  .historyleft p{writing-mode: horizontal-tb;height:auto;margin-bottom:10px;}
  .historyleft figure{}
  /*.historyleft figure{height:310px;overflow:hidden;}*/
  .historytext{width:100%;margin-bottom:20px;}
  .historyright{width:100%;max-width:360px;margin:0 auto;padding:0 20px;order:2;}
  .historyright figure{}
  /*.historyright figure{height:310px;overflow:hidden;}*/
}


/*contact*/
.contact .formstep{margin-bottom:130px;}
.contact .form .avcol2{width:calc(50% - 30px);}
.contact .form .radiobox{padding-bottom:30px;}
.contact .form dl{margin-bottom:60px;}
.contact .form dl dt{margin-bottom:30px;}
.wpcf7-acceptance{display:flex;justify-content:center;}
.contact .form .btngroup{margin-top:50px;position:relative;width:100%;}
.contact .form .btngroup .wpcf7-spinner{position:absolute;}
.contact .form .btngroup p{display:flex;justify-content:center;flex-wrap:wrap;}
.contact .form .btngroup .button{border-radius:0px;padding:20px 60px;}
.button.btnblack{color:var(--white);border:1px solid #313131;background-color:#313131;}
.button.btnblack:hover{color:#313131;background-color:var(--white);}
@media screen and (max-width: 1520px) {
  .contact .formstep{margin-bottom:70px;}
  .contact .form .avcol2{width:calc(50% - 20px);}
  .contact .form .radiobox{padding-bottom:20px;}
  .contact .form dl{margin-bottom:50px;}
  .contact .form dl dt{margin-bottom:25px;}
  .contact .form .btngroup{margin-top:30px;}
}
@media screen and (max-width: 1080px) {
  .contact .formstep{margin-bottom:50px;}
  .contact .form .avcol2{width:calc(50% - 10px);}
  .contact .form .radiobox{padding-bottom:10px;}
  .contact .form dl{margin-bottom:20px;}
  .contact .form dl dt{margin-bottom:10px;}
  .contact .form .btngroup{margin-top:20px;}
  .contact .form .btngroup .button{padding:15px 30px;}
}
@media screen and (max-width: 768px) {
  .contact .form .avcol2{width:100%;}
}


.formagree{margin:100px auto 60px;}
.formagree .formagreemain{width:100%;height:150px;overflow:auto;}
.formagree h3{font-size:20px;text-align:center;margin-bottom:50px;font-weight:normal;color:#555;}
.formagree p{color:#555;margin-bottom:30px;line-height:1.8;}
.formagree dl{font-size:18px;color:#555;margin-bottom:20px;height:100%;}
.formagree dl dt{font-weight:bolder;margin-bottom:10px;}
.formagree dl dd{margin-bottom:10px;}
.formagree dl dd ul{margin:20px auto;}
.formtrue{margin-top:70px;font-size:18px;color:#555;}
.formtrue label{display:flex;justify-content:center;align-items:center;}
.formtrue input[type=checkbox]{margin-right:30px;border:1px solid #ababab;width:18px;height:18px;}
@media screen and (max-width:1520px){
  .formagree{margin:50px auto;}
  .formagree h3{font-size:18px;margin-bottom:30px;}
  .formagree p{margin-bottom:20px;}
  .formagree dl{font-size:16px;}
  .formagree dl dd ul{margin:15px auto;}
  .formtrue{font-size:16px;}
  .formtrue input[type=checkbox]{margin-right:20px;width:16px;height:16px;}
}
@media screen and (max-width:1080px){
  .formagree{margin:30px auto;}
  .formagree h3{font-size:16px;margin-bottom:20px;}
  .formagree p{margin-bottom:15px;}
  .formagree dl{font-size:14px;margin-bottom:15px;}
  .formagree dl dd ul{margin:10px auto;}
  .formtrue{margin-top:30px;font-size:14px;}
  .form .webbtn{max-width:220px;font-size:14px;}
  .formtrue input[type=checkbox]{margin-right:10px;}
}


.companyinfotitle{margin-bottom:50px;}
.companyinfotitle h2{margin-right:50px;}
@media screen and (max-width:1520px){
  .companyinfotitle{margin-bottom:30px;}
  .companyinfotitle h2{margin-right:30px;}
}
@media screen and (max-width: 768px) {
  .companyinfotitle{margin-bottom:20px;}
  .companyinfotitle h2{margin-right:20px;}
}

.companyinfo{display:flex;justify-content:space-between;flex-wrap:wrap;}
.companyinfo .pic{width:calc(50% - 50px);}
.companyinfo .text{width:50%;}
.sinceyear{font-size:100px;line-height:1.2;margin-bottom:10px;color:#f0f0f0;}
@media screen and (max-width:1520px){
  .sinceyear{font-size:90px;}
}
@media screen and (max-width: 1080px) {
  .companyinfo .pic{width:calc(50% - 30px);}
  .sinceyear{font-size:70px;}
}
@media screen and (max-width: 768px) {
  .companyinfo .pic{width:100%;max-width:500px;margin:0 auto 10px;}
  .companyinfo .text{width:100%;max-width:500px;margin:0 auto;}
  .sinceyear{font-size:50px;}
}

.companyprocess{position: relative;}
.companyhistorytitle{margin-bottom:50px;}
.processitem{position: relative;display: flex; justify-content: center; margin-bottom:100px;}
.processiteminner{position:relative;z-index: 10;display: flex;justify-content: space-between; flex-wrap: wrap;}
.processitemtime{width:170px;}
.processitemtime dt{font-size:60px;}
.processitemtime dd{font-size:20px;}

.processitemtext{width:calc(100% - 200px);}
.processitemtext h3{font-size:22px;margin-bottom:30px;}
.processitemtext p{margin-bottom:50px;}

.processleftpic{position:absolute;left:0;}
.processrightpic{position:absolute;right:0;}
.processimg{width:300px;}
.bottom{bottom:0;}
.top{top:0;}
.center{top:50%;transform:translateY(-50%);}
@media screen and (max-width: 1800px) {
  .companyhistory{}
  .companyhistory .w1720{max-width:1600px;}
  .processitemtime{width:150px;}
  .processitemtime dt{font-size:50px;}
  .processitemtime dd{font-size:16px;}
  .processitemtext{width:calc(100% - 180px);}
  .processitemtext h3{margin-bottom:20px;}
  .processitemtext p{margin-bottom:30px;}
  .processimg{width:200px;}
}
@media screen and (max-width: 1520px) {
  .companyhistory .w1720{max-width:1200px;}
  .companyhistory .w1000{max-width:860px;}
  .processitem{margin-bottom:60px;}
  .processitemtime{width:120px;}
  .processitemtime dt{font-size:30px;}
  .processitemtime dd{font-size:14px;}
  .processitemtext{width:calc(100% - 150px);}
  .processitemtext h3{font-size:18px;margin-bottom:15px;}
  .processitemtext p{font-size:16px;margin-bottom:20px;}
  .processimg{width:150px;}
}
@media screen and (max-width: 1320px) {
  .companyhistory .w1720{max-width:1100px;}
  .companyhistory .w1000{max-width:600px;}
}
@media screen and (max-width: 1080px) {
  .companyhistorytitle{margin-bottom:30px;}
  .companyhistory .w1720{max-width:780px;}
  .companyhistory .w1000{max-width:500px;}
  .processitem{margin-bottom:50px;}
  .processitemtime{width:90px;}
  .processitemtime dt{font-size:24px;}
  .processitemtime dd{font-size:12px;}
  .processitemtext{width:calc(100% - 100px);}
  .processitemtext h3{font-size:16px;}
  .processitemtext p{font-size:14px;}
  .processimg{width:120px;}
}
@media screen and (max-width: 768px) {
  .companyhistory .w1000{padding:0;}
  .processitem{margin-bottom:20px;flex-direction:column;}
  .processitemtime{width:80px;}
  .processitemtime dt{font-size:20px;}
  .processitemtime dd{font-size:10px;}
  .processitemtext{width:calc(100% - 90px);}
  .processleftpic{position:relative;}
  .processleftpic.center{top:auto;transform:translateY(0);}
  .processrightpic{position:relative;}
  .processimg{width:200px;margin:10px auto;}
}

.companygallery{}
.companygallery ul{margin-right:-5px;margin-left:-5px;}
.companygallery ul li{padding:0 5px;}
@media screen and (max-width: 768px) {
  .companygallery ul{margin-right:0;margin-left:0;flex-wrap:wrap;}
  .companygallery ul li{width:100%;padding:0;max-width:500px;margin:5px auto;}
  .companygallery ul li img{width:100%;}
}








