@charset "UTF-8";
/* variable */
/* Start Reset Css */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  box-sizing: border-box; }

:after, :before {
  box-sizing: border-box; }

@font-face {
  font-family: 'Source Han Serif';
  src: url('font/SourceHanSerifJP.otf');
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-size: 18px;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  font-family: "Source Han Serif", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;
  --themecolor:#626262;
}

@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; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  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(--red); }

::-webkit-scrollbar-thumb:hover {
  background-color: var(--themecolor); }

::-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;}

/* /Start Reset Css */

/* hasbg css */
/* if u want to change function for JQcode , plase open function.js file , search function's name , that name is css's name */
/* css for function 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; }

/* /hasbg */
/* sp mobile-btn and nav css */
.spscreen {
  display: none; }
.mobilebtn{
  display: none;
}
@media screen and (max-width: 768px) {
  .mobilebtn {
    position: fixed;
    z-index: 110;
    top: 20px;
    right: 20px;
    display: block; }

  .mobilebtn div {
    width: 30px;
    height: 20px;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }

  .mobilebtn div span {
    width: 30px;
    height: 2px;
    top: 9px;
    background: var(--red);
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin: 0 0 0 -15px;
    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) {
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px); }

  .mobilebtn div span:nth-child(3) {
    -moz-transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -o-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }

  .mobilebtn .active {
    transform: translateX(-200px) rotate(180deg);}

  .mobilebtn .active span:nth-child(1) {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: center center !important;/*0.71429px*/
    width: 30px !important; }

  .mobilebtn .active span:nth-child(2) {
    transform: rotate3d(0, 1, 0, -90deg) !important;
    width: 0!important;
  }

  .mobilebtn .active span:nth-child(3) {
    transform: rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: center center !important;/*0.71429px */
    width: 30px !important; }

  .sp-wrapper-move {
    transform: translateX(0px) !important; }

  .spscreen {
    width: 200px;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background: #333;
    right: 0;
    top: 0;
    transform: translateX(200px);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    display: block; }

  .spscreen .sp-heading {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff; }

  .spscreen nav ul {
    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; } 

  .spscreen nav ul li ul{
    display:none;
  }
  .spscreen nav ul li a.current{position:relative;}
  .spscreen nav ul li a.current:after{content:"";border-top:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;top:50%;right:0;transform:translateY(-50%);transform-origin:center;}
  .spscreen nav ul li a.current.active:after{transform:rotate(180deg);}
  .spscreen nav ul li a:hover{background:#f2f2f2;color:#000;}
  .spscreen nav ul li ul{display:none;padding:0;}
  .spscreen nav ul li ul li a{font-size:12px;}

  }
/* /sp mobile-btn and nav css */
/* wrapper css */
/*.wrapper {
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0);
  position: relative;
  z-index: 70; }*/

/*.wrapper-move {
  transform: translateX(-200px);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1); }*/

/* /wrapper css */
/* header css */
.headerfixed{position:fixed;top:0;left:0;z-index:90;width:100%;background:#fff;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:relative;z-index:90;left:0;top:0; width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 30px;transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}


.sitelogo{width:200px;}

.headmain{display:flex;justify-content:space-between;align-items:center; width:calc(100% - 600px);}


.mainnavigation{display:flex;}
.mainnavigation ul{display:flex;justify-content:center;align-items:center;}
.mainnavigation ul li{position:relative;padding:10px 38px;}
.mainnavigation ul li a{width:100%;font-size:16px;line-height:1.4;color:var(--themecolor);display:flex;text-decoration:none;position:relative;z-index:1;transition:.4s ease-in-out;}
.mainnavigation ul li a:hover{color:var(--red);}
.mainnavigation ul li > a:after{content: "";position: absolute;left:0%;bottom: -5px;width: 100%;transform: scale(0) ;height: 2px;background: var(--red);opacity: 0;visibility: hidden;transition: .4s ease-in-out;}
.mainnavigation ul li > a:hover:after{opacity: 1;visibility: visible;transform:scale(1);}
.mainnavigation ul li ul{display:none;position:absolute;left:50%;transform:translateX(-50%);background:var(--grey);}
.mainnavigation ul li:hover ul{display:block;}
.mainnavigation ul li ul li a{text-align:center;padding:5px 10px;}
.mainnavigation ul li ul li a:after{display:none;}

.speciallinks{}
.speciallinks ul{display:flex;align-items:center;}
.speciallinks ul li{margin-left:20px;}
.speciallinks ul li a{width:100%;padding:12px 14px;border-radius:5px;font-size:14px;color:var(--themecolor);background:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;position:relative;overflow:hidden;border:1px solid var(--themecolor);}
.speciallinks ul li a svg{position:relative;z-index:1;width:18px;height:14px;fill:var(--themecolor);transition:.3s;}
.speciallinks ul li a span{position:relative;z-index:1;white-space:nowrap;margin-left:5px;transition:.3s;}
.speciallinks ul li a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(-101%);background:var(--red);transition:.3s;}
.speciallinks ul li a:hover:after{transform:translateY(0);}
.speciallinks ul li a:hover{color:var(--white);}
.speciallinks ul li a:hover svg{fill:var(--white);}
@media screen and (max-width: 1620px) {
  .headmain{width:calc(100% - 360px);}
  .mainnavigation ul li{padding:10px 30px;}
}
@media screen and (max-width: 1520px) {
  .sitelogo{width:180px;}
  .headmain{width:calc(100% - 300px);}
  .mainnavigation ul li{padding:10px 20px;}
  .mainnavigation ul li a{font-size:14px;}
  .speciallinks ul li{margin-left:15px;}
  .speciallinks ul li a{padding:10px;}
}
@media screen and (max-width: 1220px) {
  header{padding:10px 20px;}
  .headmain{width:calc(100% - 25vw);}
  .mainnavigation ul li a{font-size:12px;}
  .speciallinks ul li{margin-left:10px;}
}
@media screen and (max-width: 1080px) {
  .headmain{width:auto;}
  .speciallinks ul li a{font-size:12px;padding:7px;}
  .speciallinks ul li a svg{width:16px;height:12px;}
}
@media screen and (max-width: 980px) {
  .speciallinks ul li a span{display:none;}
}
@media screen and (max-width: 768px) {
  .headmain{margin-right:50px;}
  .sitelogo{width:160px;}
  .mainnavigation{display:none;}
}
/* /header css */
/*banner*/
.banner{position:relative;}
.banner .bannermain{}
.banner .bannermain li{overflow:hidden;}
.banner .bannermain figure{width:100%;height:calc(100vh - 90px);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(0,0,0,0);}
.banner .bannertext{position:absolute;right:0%;bottom:0%;z-index:20;color:#fff;padding:80px 70px;}
.banner .bannertext p{font-size:32px;line-height:1;letter-spacing:0.3px;font-weight:600;margin-bottom:10px;}
.banner .bannertext h1{font-size:60px;line-height:1.5;letter-spacing:0.3px;font-weight:600;}



@keyframes picmove1 {
 0% {
 -webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
 50% {
 -webkit-transform:scale(1.2, 1.2);
transform:scale(1.2, 1.2);
}
 100% {
 -webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
}
@media screen and (max-width: 1520px) {
  .banner .bannertext{padding:60px 50px;}
  .banner .bannertext p{font-size:26px;}
  .banner .bannertext h1{font-size:50px;}
}
@media screen and (max-width: 1080px) {
  .banner .bannertext{ padding:20px;}
  .banner .bannertext p{font-size:20px;margin-bottom:5px;}
  .banner .bannertext h1{font-size:38px;}
}
@media screen and (max-width: 768px) {
  .banner{overflow:hidden;}
  .banner .bannermain figure{height:350px;}
  .banner .bannertext p{font-size:14px;}
  .banner .bannertext h1{font-size:24px;}
}
@media screen and (max-width: 528px) {
  .banner .bannermain figure{height:280px;}
  .banner .bannertext{padding:10px;}
  .banner .bannertext p{font-size:12px;margin-bottom:5px;}
  .banner .bannertext h1{font-size:20px;}
}

/*/banner*/


/*homeoverview*/
.homeoverview{position:relative;overflow:hidden;}
.homeoverview:after{content:"";position:absolute;top:0;right:0;transform-origin:top right;transform:rotate(-25deg);width:200%;height:300px;background:var(--lightred);}
.homeoverviewmain{position:relative;z-index:10;}
.homeoverview .twocolumn{}
.homeoverview .twocolumn .text{width:calc(100% - 520px);}
.homeoverview .twocolumn .text .icontitle{margin-bottom:50px;}
.homeoverview .twocolumn .text .t2{margin-bottom:60px;}
.homeoverview .twocolumn .text p{line-height:2.5;}
.homeoverview .twocolumn .text .small{font-size: 12px;line-height: 40px;}
.homeoverview .twocolumn .pic{width:470px;}
.homeoverview .twocolumn .pic figure{}
.homeoverview .twocolumn .pic figure:after{padding-top:130%;}
.homeoverview .twocolumn .pic .small{font-size:12px;line-height:1.9;}
.homeoverview .twocolumn .pic .small:first-of-type{margin-top:12px;}
@media screen and (max-width: 1520px) {
  .homeoverview .twocolumn .text{width:calc(100% - 380px);}
  .homeoverview .twocolumn .text .icontitle{margin-bottom:30px;}
  .homeoverview .twocolumn .text .t2{margin-bottom:50px;}
  .homeoverview .twocolumn .text .small{line-height:1.5;}
  .homeoverview .twocolumn .text p{line-height:2;}
  .homeoverview .twocolumn .pic{width:340px;}
}
@media screen and (max-width: 1080px) {
  .homeoverview .twocolumn .text{width:calc(100% - 320px);}
  .homeoverview .twocolumn .text .icontitle{margin-bottom:20px;}
  .homeoverview .twocolumn .text .t2{margin-bottom:30px;}
  .homeoverview .twocolumn .text p{line-height:1.8;}
  .homeoverview .twocolumn .pic{width:300px;}
}
@media screen and (max-width: 768px) {
  .homeoverview .twocolumn .text{width:100%;max-width:500px;margin:0 auto 20px;}
  .homeoverview .twocolumn .text .t2{margin-bottom:20px;}
  .homeoverview .twocolumn .pic{max-width:500px;margin:0 auto;}
}

.overviewlist{max-width:1200px;margin:120px auto 0;}
.overviewlist .layout{margin-bottom:-38px;margin-right:-38px;}
.overviewlist .layout .avcol3{margin-bottom:38px;padding-right:38px;}
@media screen and (max-width: 1520px) {
  .overviewlist{margin-top:80px;}
  .overviewlist .layout{margin-bottom:-30px;margin-right:-30px;}
  .overviewlist .layout .avcol3{margin-bottom:30px;padding-right:30px;}
}
@media screen and (max-width: 1080px) {
  .overviewlist{margin-top:60px;}
  .overviewlist .layout{margin-bottom:-20px;margin-right:-20px;}
  .overviewlist .layout .avcol3{margin-bottom:20px;padding-right:20px;}
}
@media screen and (max-width: 768px) {
  .overviewlist{margin-top:30px;}
  .overviewlist .layout .avcol3{width:50%;}
}
@media screen and (max-width: 568px) {
  .overviewlist .layout .avcol3{width:100%;}
  .overviewlist .layout .avcol3 .themenail{max-width:360px;margin:0 auto;}
}


.homefeatures .googlemap iframe{background-image:url(img/googlemap.jpg);background-size:100%;}

.hometraffic .pannal{margin-bottom:60px;}

.homeplans{}
.homeplans .t2{color:var(--themecolor);margin-bottom:50px;}
.planslist{margin-bottom:50px;}
.planslist .layout{margin-right:-30px;margin-bottom:-30px;}
.planslist .layout .avcol2{margin-bottom:30px;padding-right:30px;}
.planslist .layout .avcol1{margin-bottom:30px;padding-right:30px;}
@media screen and (max-width: 1520px) {
  .homeplans .t2{margin-bottom:30px;}
  .planslist{margin-bottom:30px;}
  .planslist .layout{margin-right:-20px;margin-bottom:-20px;}
  .planslist .layout .avcol2{margin-bottom:20px;padding-right:20px;}
  .planslist .layout .avcol1{margin-bottom:20px;padding-right:20px;}
}
@media screen and (max-width: 1080px) {
  .homeplans .t2{margin-bottom:20px;}
  .planslist{margin-bottom:20px;}
  .planslist .layout{margin-right:-10px;margin-bottom:-10px;}
  .planslist .layout .avcol2{margin-bottom:10px;padding-right:10px;}
  .planslist .layout .avcol1{margin-bottom:10px;padding-right:10px;}
}
@media screen and (max-width: 768px) {
  .planslist .layout .avcol2{width:100%;}
}

.planscard{width:100%;height:100%;background:var(--white);padding:38px;border-radius:8px;}
.planscard .twocolumn{}
.planscard .twocolumn .text{width:calc(50% - 30px);}
.planscard .redline{width:100%;max-width:500px;text-align:center;margin:0 auto 30px;padding-bottom:20px;}
.planscard .redline:after{left:50%;transform:translateX(-50%);width:60px;}
.planscard .tablelisttitle{font-size: 18px;padding:10px 15px;color:var(--themecolor);}
.planscard .tablelist{margin-bottom:20px;color:var(--themecolor);}
.planscard .tablelist dl{font-size:16px;border-bottom:1px solid rgba(98, 98, 98, 0.5);}
.planscard .tablelist dl dt{padding-left:5px;}
.planscard .tablelist dl dd{text-align:right;}
.planscard .tablelist dl dd .small{font-size:11px;}
.planscard .tablelist dl dd.material{display:flex;justify-content:flex-end;flex-wrap:wrap;}
.planscard .tablelist dl dd div{display:flex;justify-content:space-between;flex-wrap:wrap;width:80%;}
.planscard .tablelist dl dd div span{width:38px;}
.planscard .tablelist dl dd div p{width:calc(100% - 50px);}
.planscard .plansnote{font-size:13px;letter-spacing:1px;line-height:20px;}
@media screen and (max-width: 1520px) {
  .planscard{padding:30px 20px;}
  .planscard .twocolumn .text{width:calc(50% - 15px);}
  .planscard .redline{margin:0 auto 20px;padding-bottom:15px;}
  .planscard .redline:after{width:50px;}
  .planscard .tablelist dl{font-size:13px;}
  .planscard .tablelist dl dt{width:200px;}
  .planscard .tablelist dl dd{width:calc(100% - 200px);}
  .planscard .tablelist dl dd div{width:240px;}
  .planscard .tablelist dl dd div span{width:30px;}
  .planscard .tablelist dl dd div p{width:calc(100% - 38px);}
}
@media screen and (max-width: 1080px) {
  .planscard{padding:20px;}
  .planscard .twocolumn .text{width:calc(50% - 10px);}
  .planscard .tablelisttitle{padding:7px 10px;font-size:16px;}
  .planscard .tablelist dl dt{width:150px;}
  .planscard .tablelist dl dd{width:calc(100% - 150px);}
}
@media screen and (max-width: 768px) {
  .planscard .twocolumn .text{width:100%;margin-top:15px;}
  .planscard .tablelist dl dd.material{flex-direction:column;align-items:flex-start;text-align:left;}
  .planscard .tablelist dl dd.material div{width:100%;max-width:240px;}
  .planscard .tablelist dl dd.material div p{text-align:left;}
}
@media screen and (max-width: 568px) {
  .planscard .tablelist dl dt{width:100%;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed var(--themecolor);}
  .planscard .tablelist dl dd{width:100%;text-align:left;padding-left:5px;}
  .planscard .tablelist dl dd.material{width:100%;justify-content:space-between;align-items:flex-start;}
  .planscard .tablelist dl dd.material div{max-width:100%;}
}

.plansdetail{font-size:14px;line-height:1.6;color:var(--themecolor);margin:50px auto 30px;}
.matter{font-size:14px;line-height:1.6;color:var(--themecolor);margin:30px auto;}
.mattertitle{font-size:16px;line-height:1.3;margin-bottom:5px;}
.matteritem{text-indent:-1.2em;padding-left:1.2em;}
@media screen and (max-width: 1520px) {
  .plansdetail{font-size:13px;margin:30px auto 20px;}
  .matter{font-size:13px;}
}
@media screen and (max-width: 1080px) {
  .plansdetail{margin:20px auto 15px;}
}

.homeflow{}
.homeflow .flowlist{width:100%;max-width:1200px;margin:0 auto;}
.flowitem{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:50px;color:var(--themecolor);}
.flowtitle{font-size:24px;margin-right:50px;width:320px;display:flex;align-items:center;}
.flowtitle span{margin:0 20px;}
.flownum{font-size:38px;}
.flowdetail{width:calc(100% - 380px);font-size:16px;line-height:1.8;}
@media screen and (max-width: 1520px) {
  .flowitem{margin-top:38px;}
  .flowtitle{margin-right:38px;width:260px;}
  .flowtitle span{margin:0 15px;}
  .flowdetail{width:calc(100% - 350px);}
}
@media screen and (max-width: 1080px) {
  .flowitem{margin-top:30px;}
  .flowtitle{font-size:20px;margin-right:20px;width:200px;}
  .flowtitle span{margin:0 10px;}
  .flownum{font-size:32px;}
  .flowdetail{font-size:14px;width:calc(100% - 220px);}
}
@media screen and (max-width: 768px) {
  .flowitem{margin-top:20px;}
  .flowtitle{font-size:16px;margin-right:10px;width:150px;}
  .flowtitle span{margin:0 5px;}
  .flownum{font-size:26px;}
  .flowdetail{width:calc(100% - 160px);}
}
@media screen and (max-width: 568px) {
  .flowtitle{width:100%;margin-right:0;}
  .flowdetail{width:100%;}
}

.homecontact{}
.formnotetitle{font-size:16px;color:var(--themecolor);margin-bottom:10px;}
.formnotelist{margin-bottom:50px;}
.formnoteitem{font-size:14px;letter-spacing:1px;line-height:1.8;text-indent:-1em;padding-left:1em;color:var(--themecolor);}
.homecontactcard{width:100%;max-width:900px;margin:60px auto;box-shadow:0 0 20px var(--lightred);padding:80px 120px;}
.homecontactcard .avcol2{width:calc(50% - 50px);}
@media screen and (max-width: 1520px) {
  .formnotetitle{font-size:15px;margin-bottom:5px;}
  .formnotelist{margin-bottom:30px;}
  .formnoteitem{font-size:13px;line-height:1.5;}
  .homecontactcard{margin:50px auto;padding:60px 100px;}
  .homecontactcard .avcol2{width:calc(50% - 30px);}
}
@media screen and (max-width: 1080px) {
  .formnotelist{margin-bottom:20px;}
  .formnoteitem{font-size:12px;}
  .homecontactcard{max-width:700px;margin:30px auto;padding:30px 50px;}
  .homecontactcard .avcol2{width:calc(50% - 15px);}  
}
@media screen and (max-width: 768px) {
  .homecontactcard{max-width:550px;padding:15px 20px;}
  .homecontactcard .avcol2{width:calc(50% - 5px);}  
}

.homedownload{padding:50px 0;}

.downloadnote{background:#FFF;}
.downloadnotetitle{padding:20px;border-bottom:1px solid #62626236;display:flex;align-items:center;justify-content:space-between;font-size: 18px;color:#626262;font-family: Source Han Serif;}
.downloadnotetitle:after{display:none;}
.downloadnotetext{padding:20px;}
.downloadnotetext h3{font-size: 15px;line-height:1.8;font-family: Source Han Serif;margin-bottom:10px;}
.downloadnotetext h5{font-size: 14px;line-height:1.8;font-family: Source Han Serif;}
.downloadnotetext ol{margin-bottom:10px;}
.downloadnotetext ol li{font-size:14px;line-height:1.8;font-family: Source Han Serif;display:flex;align-items:center;text-indent:-1em;padding-left:1em;position:relative;color:#626262;}
/*.downloadnotetext ol li:before{content:"";display:block;width:3px;height:3px;border-radius:50%;background:#626262cf;margin-right:10px;}*/
@media screen and (max-width: 1520px) {
  .downloadnotetitle{padding:15px;}
  .downloadnotetext{padding:15px;}
  .downloadnotetext h3{margin-bottom:5px;}
  .downloadnotetext ol{margin-bottom:5px;}
}
@media screen and (max-width: 1080px) {
  .downloadnotetitle{padding:10px;}
  .downloadnotetext{padding:10px;}
  .downloadnotetext h5{font-size:13px;}
  .downloadnotetext ol li{font-size:13px;}
}






.downloadbtn{display:flex;align-items:center;padding:25px 80px;border-radius:9px;color:#FFF;font-size:20px;}
.downloadbtn svg{fill:#FFF; margin-right:10px;width:22px;height:22px;}
@media screen and (max-width: 1520px) {
  .homedownload{padding:30px 0;}
  .downloadbtn{padding:25px 70px;border-radius:8px;font-size:18px;}
  .downloadbtn svg{margin-right:5px;width:20px;height:20px;}
}
@media screen and (max-width: 1080px) {
  .homedownload{padding:20px 0;} 
  .downloadbtn{padding:20px 50px;border-radius:5px;font-size:16px;}
  .downloadbtn svg{width:18px;height:18px;}
}
@media screen and (max-width: 568px) {
  .downloadbtn{padding:15px 30px;}
}

.fullimg{width:100%;height:300px;background-attachment:fixed;background-size:100% auto;}
.fullimg:after{padding-top:0;}
@media screen and (max-width: 1520px) {
  .fullimg{height:260px;}
}
@media screen and (max-width: 1080px) {
  .fullimg{height:240px;} 
}


.themenail{}
.themeimg{margin-bottom:20px;}
.themeimg figure{}
.themeimg figure:after{padding-top:70%;}
.themetext{}
.themetext p{font-size:16px;line-height:1.5;text-align: justify;letter-spacing:1px;}
.themetitle{margin-bottom:20px;display:flex;flex-direction:column;align-items:center;}
.themetitle:after{content:"";width:60px;border-bottom:2px solid var(--red);margin-top:10px;}
@media screen and (max-width: 1080px) {
  .themeimg{margin-bottom:10px;}
  .themetext p{font-size:14px;}
  .themetitle{margin-bottom:15px;}
  .themetitle:after{width:50px;}
}





.tellink{}
.tellinktitle{font-size: 24px;line-height: 1.5;text-align: center;font-weight:normal;color:var(--themecolor);margin-right:60px;}
.tellinktext{padding-left:60px;border-left:1px solid var(--themecolor);}
.tellinkbtn{font-size: 24px;line-height: 1;margin-bottom:5px;color:var(--themecolor);}
.tellinkbtn a{text-decoration:none;font-size: 38px;line-height: 1;letter-spacing: 0.37px;color:var(--red);}
.tellinkbtn a:hover{color:var(--themecolor);}
.tellinktext p{color:var(--themecolor);}
@media screen and (max-width: 1520px) {
  .tellinktitle{font-size:20px;margin-right:30px;}
  .tellinktext{padding-left:30px;}
  .tellinkbtn{font-size:18px;}
}
@media screen and (max-width: 1080px) {
  .tellinktitle{margin-right:20px;}
  .tellinktext{padding-left:20px;}
  .tellinkbtn{font-size:16px;}
  .tellinkbtn a{font-size:28px;}
  .tellinktext p{font-size:14px;}
}
@media screen and (max-width: 768px) {
  .tellinktitle{width:100%;text-align:center;margin-right:0;margin-bottom:10px;}
  .tellinktext{padding-left:0;padding-top:10px;border-top:1px solid var(--themecolor);border-left:0;}
  .tellinktext p{font-size:12px;}
}


.icontitle{display:flex;align-items:center;}
.icontitle .iconguide{width:30px;height:30px;margin-right:20px;}
.icontitle .icontitletext{display:inline-flex;align-items:center;line-height:1;}
.icontitle .icontitletext:first-letter{color:var(--red);text-transform:uppercase;}
.icontitle .icontitletext em{margin:0 5px;}
.icontitle .icontitletext span{font-size:14px;line-height:1.2;display:inline-block;transform:translateY(3px);}
@media screen and (max-width: 1520px) {
  .icontitle .iconguide{width:26px;height:26px;}
}
@media screen and (max-width: 1080px) {
  .icontitle .iconguide{width:20px;height:20px;margin-right:15px;}
}
.iconguide{background:url(img/iconguide.png) no-repeat;background-size:contain;}


.pannal{padding:50px 60px;border-radius:20px;box-shadow:0 0 30px var(--lightred);}
.pannal .t-l{width:500px;}
.pannal .t-r{width:calc(100% - 600px);}
.pannal .t2{margin-bottom:50px;}
.pannal .t-l p{font-size:24px;line-height:1.3;margin-bottom:5px;}
.pannal .t-l .big{font-size:60px;line-height:1;color:var(--themecolor);}
.pannal .t-r p{font-size:18px;line-height:2.2;}
.pannal .t-r p span{font-size:12px;}
.pannal .t-r p.small{margin-top:20px;font-size:12px;}
.pannal .chartpic{width:100%;max-width:750px;margin:0 auto 50px;}
.pannal .twocolumn .text{width:calc(50% - 50px);color:var(--themecolor);}
.pannal .twocolumn .text .redline{margin-bottom:20px;}
.pannal .note{margin-top:50px;font-size:12px;line-height:1.8;color:var(--themecolor);}
@media screen and (max-width: 1520px) {
  .pannal{padding:30px 50px;}
  .pannal .t-l{width:450px;}
  .pannal .t-r{width:calc(100% - 500px);}
  .pannal .t2{margin-bottom:30px;}
  .pannal .t-l p{font-size:20px;}
  .pannal .t-l .big{font-size:50px;}
  .pannal .t-r p{font-size:16px;}
  .pannal .chartpic{margin:0 auto 30px;}
  .pannal .twocolumn .text{width:calc(50% - 30px);}
  .pannal .note{margin-top:38px;}
}
@media screen and (max-width: 1080px) {
  .pannal{padding:20px 30px;}
  .pannal .t-l{width:300px;}
  .pannal .t-r{width:calc(100% - 350px);}
  .pannal .t2{margin-bottom:20px;}
  .pannal .t-l p{font-size:18px;}
  .pannal .t-l .big{font-size:38px;}
  .pannal .t-r p{font-size:14px;}
  .pannal .chartpic{max-width:650px;margin:0 auto 20px;}
  .pannal .twocolumn .text{width:calc(50% - 10px);}
  .pannal .twocolumn .text .redline{margin-bottom:15px;}
  .pannal .note{margin-top:30px;}
}
@media screen and (max-width: 768px) {
  .pannal{padding:20px 15px;}
  .pannal .t-l{width:100%;max-width:100%;margin-bottom:20px;}
  .pannal .t-r{width:100%;max-width:100%;}
  .pannal .t-l .big{font-size:28px;}
  .pannal .t-r p.small{margin-top:10px;}
  .pannal .chartpic{max-width:550px;margin:0 auto 15px;}
  .pannal .twocolumn .text{width:100%;margin-bottom:15px;}
  .pannal .twocolumn .text .redline{margin-bottom:10px;}
  .pannal .note{margin-top:20px;}
}

.redline{padding-bottom:10px;position:relative;}
.redline:after{content:"";position:absolute;left:0;bottom:0;width:120px;border-bottom:2px solid var(--red);}


/* footer css */
.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: 1080px) {
  .copyright p{padding:10px 20px;font-size:12px;}
}
@media screen and (max-width: 768px) {
  .copyright p{padding:5px 10px;}
}
/* /footer css */
