@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 {
  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;
  --themecolor:#0072b2;
}

@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 {
  display: none; }
.mobilebtn{display:none;}
@media screen and (max-width: 768px) {
  .logged-in .mobilebtn{
    top:60px;
  }
  .mobilebtn {
    position: fixed;
    z-index: 110;
    top: 30px;
    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(--themecolor);
    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;}
}

.spscreenmask{position:fixed;top:0;right:0;z-index:99;background:rgba(0,0,0,0.6);width:0%;height:100%;transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}
.spscreenmask.spscreenmaskmove{width:100%;}


/*headerfixed*/
.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; }
.logged-in .headerfixed{top:32px;}
.headerfixed.darkheader{background:#000;} 
@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 css */

.header{position:fixed;z-index:90;left:0;top:0; width:100%;display:flex;justify-content:space-between;align-items:center;background:#FFF;padding:20px 50px;transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}
.darkheader{position:fixed;background:none;}
.darkheader .sitelogo a{color:#FFF;text-decoration:none;}
.darkheader .mainnavigation ul li a{color:#FFF;}

.sitelogo{color:#000;width:300px;font-family: "HGS明朝E","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;}
.sitelogo a{color:#000;font-size:36px;text-decoration:none;transition:.3s;}
.sitelogo a:hover{color:var(--themecolor);}

.headmain{ display:flex;}


.mainnavigation{display:flex;}
.mainnavigation ul{display:flex;align-items:center;}
.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(--themecolor);}
.mainnavigation ul li > a:after{content: "";position: absolute;left:0%;bottom: -5px;width: 100%;transform: scale(0) ;height: 2px;background: var(--themecolor);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;}
@media screen and (max-width: 1520px) {
  .header{padding:20px 40px;}
  .sitelogo{width:240px;}
  .sitelogo a{font-size:30px;}
  .mainnavigation ul li{padding:0 20px;}
  .mainnavigation ul li a{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .header{padding:20px;}
  .sitelogo{width:200px;}
  .sitelogo a{font-size:24px;}
  .mainnavigation ul li{padding:0 10px;}
  .mainnavigation ul li a{font-size:14px;}

}
@media screen and (max-width: 768px) {
  .headmain{margin-right:70px;}
  .mainnavigation{display:none;}

}
/* /header css */
/*banner*/
.banner{position:relative;}
.banner .bannermain{}
.banner .bannermain li{overflow:hidden;}
.banner .bannermain figure{width:100%;height:100dvh;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:"";padding-top:0;width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.6);}
.banner .bannertext{position:absolute;left:50%;top:50%;z-index:20;width:100%;color:#fff;text-align:center;padding:0 20px;transform:translate(-50%,-50%);}
.banner .bannertext h1{font-size:60px;margin-bottom:30px;}

@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 h1{font-size:48px;}
  .banner .bannermain figure{height:80dvh;height:80vh;}
}
@media screen and (max-width: 1080px) {
  .banner .bannermain figure{height:70dvh;height:70vh;}
  .banner .bannertext h1{font-size:36px;}
}
@media screen and (max-width: 768px) {
  .banner{overflow:hidden;}
  .banner .bannermain figure{height:380px;}
  .banner .bannertext h1{font-size:24px;}
}
@media screen and (max-width: 528px) {
  .banner .bannermain figure{height:300px;}
  .banner .bannertext{padding:10px;}
  .banner .bannertext h1{font-size:20px;}
}

.pagebanner{position:relative;}
.pagebanner figure{width:100%;height:700px;}
.pagebanner figure:after{padding-top:0;}
.pagebannertext{position:absolute;left:0;bottom:10%;z-index:10;background:rgba(0,114,178,0.8);width:100%;max-width:700px;padding:70px 20px;color:#FFF;letter-spacing:2px;}
.pagebannertext h1{text-align:center;font-size:58px;}
@media screen and (max-width: 1520px) {
  .pagebanner figure{height:550px;}
  .pagebannertext{padding:30px 20px;max-width:500px;}
  .pagebannertext h1{font-size:50px;}
}
@media screen and (max-width: 1080px) {
  .pagebanner figure{height:380px;}
  .pagebannertext{padding:20px;max-width:360px;}
  .pagebannertext h1{font-size:38px;}
}
@media screen and (max-width: 768px) {
  .pagebanner figure{height:350px;}
  .pagebannertext{padding:15px;max-width:240px;}
  .pagebannertext h1{font-size:28px;}
}
@media screen and (max-width: 528px) {
  .pagebanner figure{height:300px;}
  .pagebannertext{padding:10px;max-width:200px;}
  .pagebannertext h1{font-size:22px;}
}






/*/banner*/

/* footer css */
.footer{background:var(--black);}
.footmain{width:100%;max-width:1600px;margin:0 auto;padding:100px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.footlogo{width:300px;font-size:36px;font-family: "HGS明朝E","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;}
.footlogo a{color:#FFF;text-decoration:none;}
.footmenu{}
.footmenu ul{display:flex;align-items:center;flex-wrap:wrap;}
.footmenu ul li{padding:0px 40px;}
.footmenu ul li a{width:100%;font-size:18px;color:#FFF;text-decoration:none;position:relative;z-index:1;transition:.4s ease-in-out;}
.footmenu ul li a:hover{color:var(--themecolor);}
.footmenu ul li a:after{content: "";position: absolute;left:0%;bottom: -5px;width: 100%;transform: scale(0) ;height: 2px;background: var(--themecolor);opacity: 0;visibility: hidden;transition: .4s ease-in-out;}
.footmenu ul li a:hover:after{opacity: 1;visibility: visible;transform:scale(1);}

.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: 1520px) {
  .footmain{padding:60px 40px;}
  .footlogo{width:240px;font-size:30px;}
  .footmenu ul li{padding:0px 20px;}
  .footmenu ul li a{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .footmain{padding:50px 20px;}
  .footlogo{width:200px;font-size:24px;}
  .footmenu ul li{padding:0px 10px;}
  .footmenu ul li a{font-size:14px;}
  .copyright p{padding:10px 20px;font-size:12px;}
}
@media screen and (max-width: 768px) {
  .footmain{padding:30px 20px;}
  .footlogo{ margin:0 auto;text-align:center;}
  .footmenu{width:100%;margin-top:20px;}
  .footmenu ul li{width:33.333333%;padding:10px;}
  .copyright p{padding:5px 10px;}
}
@media screen and (max-width: 568px) {
  .footmenu ul li{width:50%;text-align:center;padding:7px 3px;}
}
/* /footer css */

/*home*/

.homelinks{}
.homelinks .twocolumn{}
.homelinks .twocolumn .text{width:calc(50% - 20px);}
@media screen and (max-width: 1520px) {
  .homelinks .twocolumn .text{width:calc(50% - 15px);}
}
@media screen and (max-width: 1080px) {
  .homelinks .twocolumn .text{width:calc(50% - 10px);}
}
@media screen and (max-width: 768px) {
  .homelinks .twocolumn .text{width:100%;max-width:500px;margin:0 auto 30px;}
}
@media screen and (max-width: 568px) {
  .homelinks .twocolumn .text{max-width:360px;}
}


.linkitem{width:100%;display:block;color:#FFF;position:relative;transition:.3s;}
.linkitem:hover{text-decoration:none;transform:translateY(-3px);box-shadow:0 0 10px 10px #eaeaea;}
.linkitem:hover .linkitempic figure{transform:scale(1.1,1.1);}
.linkitempic{width:100%;overflow:hidden;}
.linkitempic figure{width:100%;transition:.3s;}
.linkitempic figure:after{padding-top:50%;background:rgba(0,0,0,0.6);}
.linkitemtext{position:absolute;left:0;top:0;z-index:10;width:100%;height:100%;padding:0px 38px 20px;}
.linkitemtext p{font-size:18px;line-height:2;letter-spacing:1px;}
.linkitemtag{width:138px;height:138px;padding:10px;display:flex;flex-direction:column;justify-content:space-between;position:relative;margin-top:-30px;margin-bottom:20px;}
.linkitemtag:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);width:130px;border-top:2px solid #FFF;display:block;}
.linkitemtag dt{font-size:18px;align-self:flex-start;}
.linkitemtag dd{font-size:14px;align-self:flex-end;}
@media screen and (max-width: 1520px) {
  .linkitemtext{padding:0px 30px 15px;}
  .linkitemtext p{font-size:16px;line-height:1.8;}
  .linkitemtag{width:120px;height:120px;padding:7px;margin-top:-20px;margin-bottom:15px;}
  .linkitemtag:after{width:110px;}
  .linkitemtag dt{font-size:16px;}
  .linkitemtag dd{font-size:12px;}
}
@media screen and (max-width: 1080px) {
  .linkitempic figure:after{padding-top:65%;}
  .linkitemtext{padding:0px 20px 10px;}
  .linkitemtext p{font-size:14px;line-height:1.6;}
  .linkitemtag{width:100px;height:100px;padding:5px;margin-top:-10px;margin-bottom:10px;}
  .linkitemtag:after{width:90px;}
  .linkitemtag dt{font-size:14px;}
  .linkitemtag dd{font-size:10px;}
}
@media screen and (max-width: 768px) {
  .linkitemtext{padding:0px 10px 10px;}
  .linkitemtag{width:96px;height:96px;margin-top:-5px;}
  .linkitemtag:after{width:80px;}
  .linkitemtag dt{font-size:12px;}
}
@media screen and (max-width: 368px) {
  .linkitempic figure:after{padding-top:90%;}
}

.estimateinfo .t2{}
.estimateinfo p{font-size:18px;line-height:1.8;width:100%;max-width:600px;margin:30px auto 50px;}

.estimatelist{}

@media screen and (max-width: 1520px) {
.estimateinfo p{font-size:16px;line-height:1.6;max-width:530px;margin:20px auto 30px;}
}
@media screen and (max-width: 1080px) {
.estimateinfo p{font-size:14px;max-width:500px; margin:10px auto 20px;}
}
@media screen and (max-width: 768px) {
  
}

.estimateitem{margin-top:50px;}
.estimatetitle{width:100%;display:flex;justify-content:space-between;margin-bottom:50px;font-weight:bolder;}
.estimatetitle dt{width:120px;color:#FFF;padding:20px;font-size:42px;line-height:1;text-align:center;}
.estimatetitle dd{width:calc(100% - 120px);padding:20px;font-size:30px;line-height:1;display:flex;align-items:center;}
.estimateform{width:100%;}
.estimateform .estimateinput{margin-right:80px;margin-top:15px;}
.estimateform .estimatepiccheckbox{margin-top:15px;}
.estimateform .estimatenotics{margin-top:15px;}
.estimateform .layout{margin-right:-80px; }
.estimateform .layout li{  padding-right:80px;margin-top:20px;}
@media screen and (max-width: 1520px) {
  .estimatetitle{margin-bottom:30px;}
  .estimatetitle dt{width:100px;padding:15px;font-size:36px;}
  .estimatetitle dd{width:calc(100% - 100px);padding:15px;font-size:24px;}
  .estimateform .estimateinput{margin-right:50px;}
  .estimateform .layout{margin-right:-50px; }
  .estimateform .layout li{  padding-right:50px;}
}
@media screen and (max-width: 1080px) {
  .estimatetitle{margin-bottom:20px;}
  .estimatetitle dt{width:80px;padding:10px;font-size:30px;}
  .estimatetitle dd{width:calc(100% - 80px);padding:10px;font-size:18px;}
  .estimateform .estimateinput{margin-right:20px;}
  .estimateform .layout{margin-right:-20px; }
  .estimateform .layout li{width:33.333333%; padding-right:20px;}
}
@media screen and (max-width: 568px) {
  .estimatetitle dt{width:50px;padding:5px;font-size:24px;}
  .estimatetitle dd{width:calc(100% - 50px);padding:5px;font-size:16px;}
  .estimateform .layout li{width:50%;}
}

/**/
.estimateradio{width:100%;/*max-width:220px;min-width:180px;*/display:flex;justify-content:center;align-items:center;flex-wrap:wrap;border:3px solid #000;padding:20px;font-size:18px;}
.estimateinput{display:flex;justify-content:center;align-items:center;border:3px solid #000;padding:15px 50px;}
.estimateinput .textinput{margin:0 20px;}
.estimatepiccheckbox{display:flex;justify-content:center;align-items:center;border:3px solid #000;padding:15px 30px;}
.radioinput{margin-right:10px;width:16px;height:16px;}
.textinput{background:var(--skyblue);padding:10px;}
.checkboxinput{margin-right:10px;width:16px;height:16px;}
.estimatepicradio{width:100%;border:3px solid #000;display:flex;flex-direction:column;justify-content:center;padding-bottom:5px;}
.estimatepicradio p{display:flex;justify-content:center;align-items:center; font-size:18px;padding:20px 5px 10px;}
.estimatepicradio figure{width:100%;display:flex;justify-content:center;}
.estimatepicradio figure img{width:100%;}
.estimatenotics{text-align:center;border:3px solid #000;padding:15px 20px;font-size:18px;}
.selectbox{width:100%;max-width:80%;display:block;margin:0 auto 20px;border:1px solid #000;padding:3px 5px;}
@media screen and (max-width: 1520px) {
  .estimateradio{padding:15px;font-size:16px;}
  .estimateinput{padding:15px 30px;}
  .estimateinput .textinput{margin:0 15px;}
  .estimatepiccheckbox{padding:15px 20px;font-size:16px;}
  .radioinput{margin-right:5px;width:14px;height:14px;}
  .estimatepicradio p{font-size:16px;padding:10px 5px;}
  .estimatenotics{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .estimateradio{padding:12px 10px;font-size:14px;}
  .estimateinput{padding:12px 20px;}
  .estimateinput .textinput{margin:0 10px;}
  .estimatepiccheckbox{padding:12px 20px;font-size:14px;}
  .estimatepicradio p{font-size:14px;}
  .estimatenotics{font-size:14px;}
}
@media screen and (max-width: 768px) {
  .textinput{max-width:100px;}
  .estimateradio{padding:10px 5px;border-width:2px;}
  .estimateinput{padding:10px;border-width:2px;}
  .estimatepiccheckbox{padding:10px;border-width:2px;}
  .estimatenotics{padding:10px;border-width:2px;}
  .estimatepicradio{border-width:2px;}
}
@media screen and (max-width: 568px) {
  .textinput{max-width:60px;}
}
/* Chrome, Safari, Edge, Opera */
.estimateinput input[type="number"]::-webkit-outer-spin-button,
.estimateinput input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
/* Firefox */
.estimateinput input[type="number"] {-moz-appearance: textfield;}

.calculate{width:100%;max-width:800px;margin:60px auto 0;display:flex;justify-content:center;align-items:center;flex-direction:column;}
.calculate .button{padding:20px 50px;width:100%;max-width:300px;display:flex;justify-content:center;text-align:center;}
.calculate .avcol1{max-width:600px;margin:0 auto;}
.calculateinfo{text-align:center;margin:20px auto;}
.calculateresult{margin:20px auto;}
.estimateresult{margin:20px auto;font-size:20px;line-height:1.1;display:none;}
.estimateresult strong{font-size:200%;font-weight:bolder;}
.calculatecontact{display:none;}
.calculatecontact .button{display:flex;justify-content:center;max-width:300px;margin:0 auto;}
@media screen and (max-width: 1520px) {
  .calculate{margin-top:50px;}
  .calculate .button{padding:15px 30px;max-width:240px;}
  .estimateresult{margin:15px auto;font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .calculate{margin-top:30px;max-width:380px;}
  .calculate .button{padding:10px 15px;max-width:200px;}
  .estimateresult{margin:10px auto;font-size:14px;}
  .calculate .avcol2{width:100%;text-align:center;}
}
@media screen and (max-width: 1080px) {

}

/*/home*/


/*page company*/
.company{}
.company .tablelist{}
.company .tablelist dl:first-child{border-top:1px solid #d7d7d7;}
.company .tablelist dl dt{padding:20px 30px;}
.company .tablelist dl dd{padding:20px 80px;}
@media screen and (max-width: 1520px) {
  .company .tablelist dl dt{padding:15px;}
  .company .tablelist dl dd{padding:15px 50px;}
}
@media screen and (max-width: 1080px) {
  .company .tablelist dl dt{padding:10px;}
  .company .tablelist dl dd{padding:10px 20px;}
}
@media screen and (max-width: 768px) {
  .company .tablelist dl dt{padding:10px;}
  .company .tablelist dl dd{padding:10px;min-height:38px;}
}

/*page contact*/
.contact .tablelist{max-width:1000px;margin:0 auto 50px;}
.contact .tablelist dl:first-child{border-top:1px solid #d7d7d7;}
.contact .tablelist dl dt{padding:20px 30px;display:flex;align-items:center;}
.contact .tablelist dl dd{padding:20px 30px;}
.contact .agreen{margin-bottom:30px;font-size:20px;}
.contact .btngroup,.contact .btngroup p{display:flex;justify-content:center;margin-top:30px;position:relative;}
.contact .btngroup .button{margin:0 10px;}
.contact .btngroup .wpcf7-spinner{position:absolute;}
@media screen and (max-width: 1520px) {
  .contact .tablelist dl dt{padding:15px;}
  .contact .tablelist dl dd{padding:15px 50px;}
  .contact .agreen{font-size:18px;}
}
@media screen and (max-width: 1080px) {
  .contact .tablelist dl dt{padding:10px;}
  .contact .tablelist dl dd{padding:10px 20px;}
  .contact .agreen{margin-bottom:20px;font-size:16px;}
  .contact .btngroup{margin-top:20px;}
}
@media screen and (max-width: 768px) {
  .contact .tablelist dl dt{padding:10px;}
  .contact .tablelist dl dd{padding:10px;min-height:38px;}
}

/*page business*/

.businessdivide{}
.businessdivide .twocolumn{width:100%;align-items:flex-start;position:relative;z-index:10;}
.businessdivide .twocolumn .text{width:58%;padding-left:200px;}
.businessdivide .twocolumn .text .inner{padding:50px;box-shadow:-5px 5px 7px 7px #f2f2f2;background:#FFF;}
.businessdivide .twocolumn .text hgroup{padding-bottom:10px;margin-bottom:30px;}
.businessdivide .twocolumn .text hgroup:after{content:"";display:block;width:50px;border-bottom:1px solid #000;margin-top:15px;}
.businessdivide .twocolumn .text hgroup .t3{margin-bottom:5px;}
.businessdivide .twocolumn .text hgroup .t5{margin-bottom:5px;}
.businessdivide .twocolumn .text strong{display:block;font-size:30px;line-height:1.6;margin-bottom:36px;}
.businessdivide .twocolumn .text p{font-size:16px;line-height:1.6;margin-top:25px;}
.businessdivide .twocolumn .pic{width:42%;}
.businessdivide .twocolumn .pic figure{width:100%;}
.businessdivide .twocolumn .pic figure:after{padding-top:70%;}
.businessdivide .divideimages{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;margin-top:-180px;}
.businessdivide .divideimages .dividepic:first-child{width:calc(50% - 10px);padding-left:260px;}
.businessdivide .divideimages .dividepic:last-child{width:calc(50% - 10px);}
.businessdivide .divideimages .dividepic:last-child figure:after{padding-top:70%;}
@media screen and (max-width: 1520px) {
  .businessdivide .twocolumn .text{padding-left:50px;}
  .businessdivide .twocolumn .text .inner{padding:30px;}
  .businessdivide .twocolumn .text hgroup{margin-bottom:20px;}
  .businessdivide .twocolumn .text hgroup:after{margin-top:10px;}
  .businessdivide .twocolumn .text strong{font-size:24px;margin-bottom:30px;}
  .businessdivide .twocolumn .text p{margin-top:20px;}
  .businessdivide .divideimages{margin-top:-150px;}
  .businessdivide .divideimages .dividepic:first-child{padding-left:80px;}
}
@media screen and (max-width: 1080px) {
  .businessdivide .twocolumn .text{padding-left:20px;}
  .businessdivide .twocolumn .text .inner{padding:20px 15px;}
  .businessdivide .twocolumn .text hgroup{margin-bottom:15px;}
  .businessdivide .twocolumn .text hgroup:after{margin-top:5px;}
  .businessdivide .twocolumn .text strong{font-size:18px;margin-bottom:20px;}
  .businessdivide .twocolumn .text p{font-size:14px;margin-top:10px;}
  .businessdivide .divideimages .dividepic:first-child{width:calc(50% - 5px);padding-left:50px;}
  .businessdivide .divideimages .dividepic:last-child{width:calc(50% - 5px);}
}
@media screen and (max-width: 768px) {
  .businessdivide .twocolumn{max-width:500px;margin:0 auto 20px;}
  .businessdivide .twocolumn .text{width:100%;padding-left:0;}
  .businessdivide .twocolumn .text .inner{box-shadow:-5px 5px 5px 5px #f2f2f2;}
  .businessdivide .twocolumn .pic{width:100%;}
  .businessdivide .divideimages{margin-top:0;}
  .businessdivide .divideimages .dividepic:first-child{padding-left:0;}
  .businessdivide .divideimages .dividepic:first-child figure:after{padding-top:70%;}
}




.businessseparate{margin:100px auto;}
.businessseparate .twocolumn{}
.businessseparate .twocolumn .pic{width:calc(50% - 50px);}
.businessseparate .twocolumn .pic figure{width:100%;}
.businessseparate .twocolumn .pic figure:after{padding-top:80%;}
.businessseparate .twocolumn .text{width:calc(50% - 50px);padding-right:280px;}
.businessseparate .twocolumn .text .t3{margin-bottom:20px;}
.businessseparate .twocolumn .text p{font-size:16px;line-height:1.6;letter-spacing:1px;margin-bottom:50px;}
.businessseparate .twocolumn .text figure{width:100%;}
.businessseparate .twocolumn .text figure:after{padding-top:50%;}
@media screen and (max-width: 1520px) {
  .businessseparate{margin:60px auto;}
  .businessseparate .twocolumn .pic{width:calc(55% - 25px);}
  .businessseparate .twocolumn .text{width:calc(45% - 25px);padding-right:160px;}
  .businessseparate .twocolumn .text .t3{margin-bottom:15px;}
  .businessseparate .twocolumn .text p{margin-bottom:30px;}
}
@media screen and (max-width: 1080px) {
  .businessseparate{margin:30px auto;}
  .businessseparate .twocolumn .pic{width:calc(100% - 380px);}
  .businessseparate .twocolumn .pic figure:after{padding-top:70%;}
  .businessseparate .twocolumn .text{width:360px;padding-right:50px;}
  .businessseparate .twocolumn .text .t3{margin-bottom:10px;}
  .businessseparate .twocolumn .text p{font-size:14px;margin-bottom:20px;}
}
@media screen and (max-width: 768px) {
  .businessseparate .twocolumn .pic{width:100%;max-width:500px;margin:0 auto 20px;}
  .businessseparate .twocolumn .pic figure:after{padding-top:50%;}
  .businessseparate .twocolumn .text{width:100%;max-width:500px;margin:0 auto;padding-right:0;}
}



.businesspoint{width:100%;max-width:990px;margin:130px auto 50px;position:relative;padding:80px 50px;border-radius:10px;background:#f0f3f8;}
.pointhead{font-size:70px;text-transform:uppercase;position:absolute;top:-50px;}
.businesspoint .pointitem:nth-of-type(1){margin-bottom:-80px;}
.businesspoint .pointitem:nth-of-type(1) .pic figure{margin-top:0;}
.businesspoint .pointitem:nth-of-type(2){}
.businesspoint .pointitem:nth-of-type(3){margin-top:-120px;}
@media screen and (max-width: 1520px) {
  .businesspoint{padding:60px 30px;}
  .pointhead{font-size:50px;top:-30px;}
  .businesspoint .pointitem:nth-of-type(1){margin-bottom:-35px;}
  .businesspoint .pointitem:nth-of-type(3){margin-top:-90px;}
}
@media screen and (max-width: 1080px) {
  .businesspoint{padding:30px 20px;}
  .pointhead{font-size:36px;top:-20px;}
  .businesspoint .pointitem:nth-of-type(1){margin-bottom:-30px;}
  .businesspoint .pointitem:nth-of-type(3){margin-top:-38px;}

}
@media screen and (max-width: 768px) {
  .businesspoint .pointitem{margin-top:20px;}
  .businesspoint .pointitem:nth-of-type(1){margin-bottom:0px;}
  .businesspoint .pointitem:nth-of-type(3){margin-top:20px;}
  .businesspoint .pointitem:nth-of-type(2) .pic{display:flex;justify-content:center;flex-wrap:wrap;}
  .businesspoint .pointitem:nth-of-type(2) .pic figure{margin:0 5px 5px;}
}



.business .titlegroup{margin-bottom:50px;}
.business .flowlist{max-width:1200px;margin:0 auto;}
@media screen and (max-width: 1520px) {
  .business .titlegroup{margin-bottom:30px;}
}
@media screen and (max-width: 1080px) {
  .business .titlegroup{margin-bottom:20px;}
}
/*public */



.pointitem .text{width:calc(100% - 420px);font-size:16px;line-height:1.6;letter-spacing:1px;}
.pointitem .pic{width:380px;}
.pointitem .pic figure{width:100%;margin-top:50px;}
.pointitem .pic figure:after{padding-top:70%;}
.pointitemnum{font-size:18px;line-height:1.1;font-weight:bolder;text-transform:uppercase;margin-bottom:15px;}
.pointitemnum strong{font-size:280%;margin-left:10px;}
.pointitemtitle{font-size:36px;margin-bottom:30px;}
@media screen and (max-width: 1520px) {
  .pointitem .text{width:calc(100% - 360px);}
  .pointitem .pic{width:320px;}
  .pointitem .pic figure{margin-top:36px;}
  .pointitemnum{font-size:16px;margin-bottom:10px;}
  .pointitemnum strong{font-size:200%;margin-left:5px;}
  .pointitemtitle{font-size:28px;margin-bottom:20px;}
}
@media screen and (max-width: 1080px) {
  .pointitem .text{width:calc(100% - 260px);font-size:14px;}
  .pointitem .pic{width:240px;}
  .pointitem .pic figure{margin-top:20px;}
  .pointitemnum{font-size:14px;margin-bottom:5px;}
  .pointitemnum strong{font-size:150%;}
  .pointitemtitle{font-size:22px;margin-bottom:10px;}
}
@media screen and (max-width: 768px) {
  .pointitem .text{width:100%;margin-bottom:15px;}
  .pointitem .pic{width:100%;}
  .pointitem .pic figure{max-width:300px;min-width:240px;margin:0 auto 5px;}
}

.flowitem{background:#FFF;box-shadow:0 0 10px 10px #f9f9f9;padding:50px 60px;margin-bottom:100px;position:relative;}
.flowitem:not(:last-child):after{content:"";position:absolute;left:50%;bottom:-35%;transform:translate(-50%,-50%);background:url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAMAAACXfxyGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA/1BMVEUAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrIAcrL///96R/fgAAAAU3RSTlMANMLKRfn6BBoY4+kchospBVNbCwyWDaSzB5UVE8m2CRQCrdIdx8YOpd0kcrJw8PWCCKiAyAEQr5sGoaKDvqOZ/rGJtAOekLyRqpeuq5+wkqe1Cm2SamsAAAABYktHRFTkA4ilAAAAB3RJTUUH6gMNFQ0sU1pDfAAAAQpJREFUKM+1ktlawjAQhUdcKogK0qIFpOIuymIRMShQFNxwn/d/F5sTCq223HFues4/mXyTNER+LcQWlyhay8wrWmR1lV3Fo7sTzGszNk+ub2zSvJRKb2X+Mt3IenabecfzZi4vP4VdLlqK7MmD5ZUv7fNBkujwyEXHCmVk+UT5U9eelelcIr7QwSrVWh3m0gZuEDVgrprA1wXV2wK8kdMasC1rOqxoA90KpDuEjiDfAVx1x0nrOTL2x7HZVVVzsvxeZucBVzIYYrHtv5pHNDwFp5pKewZ80cUrzMikoFT97T2kF1fc44k+LPovw6u2Q//mIIeR2RYULuxvpyKfw6fDXzNeS2n4/RMAv+75Qoxk3oznAAAAAElFTkSuQmCC') no-repeat;background-size:contain;background-position:center;width:30px;height:26px;}
.flowtitle{font-size:28px;font-weight:bolder;margin-bottom:15px;}
.flowtitle span{font-size:180%;font-weight:bolder;margin-right:20px;}
.flowtext{font-size:18px;}
@media screen and (max-width: 1520px) {
  .flowitem{padding:25px 30px;margin-bottom:60px;}
  .flowitem:not(:last-child):after{width:25px;height:20px;}
  .flowtitle{font-size:22px;margin-bottom:10px;}
  .flowtitle span{font-size:150%;margin-right:15px;}
  .flowtext{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .flowitem{padding:20px;margin-bottom:50px;}
  .flowitem:not(:last-child):after{width:20px;height:15px;}
  .flowtitle{font-size:18px;margin-bottom:5px;}
  .flowtitle span{font-size:130%;margin-right:10px;}
  .flowtext{font-size:14px;}
}
@media screen and (max-width: 768px) {
  .flowitem{padding:15px 10px;margin-bottom:30px;}
  .flowitem:not(:last-child):after{width:15px;height:10px;bottom:-25px;}
}