@charset "utf-8";
/*
Theme Name: spp-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-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  --white:#fff;
  --lightgrey:#b4b4b4;
  --black:#000000;
  --blue:#12337D;
  --yellow:#f3cc02;
  --orange:#e8a246;
  --green:#4d9e5c;
  --red:#d40000;
  --theme:#08d0ed;
  --themedark:#21b8ce;
  --black2:#222222;
}

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;
  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(--theme);
}

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

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}
/*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: 'BIZUDPGothic';
  src: url('font/BIZUDPGothic-Bold.ttf') format('truetype');
}

.ftBIZUDPGothic{font-family: 'BIZUDPGothic';}

@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;
}


/*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: 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(--theme);
    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: 20px;
    margin-bottom: 20px;
    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: 10px 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;}
  .spscreen .platbaas{width:130px;display:flex;margin-top:10px;justify-content:center;margin:0 auto;padding:10px 5px;}
}

.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%;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;}
@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:relative;left:0;width:100%;display:flex;justify-content:space-between;background:var(--black);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}


.sitelogo{width:300px;padding:20px 20px 20px 40px;}

.headmain{ display:flex;justify-content:space-between; width:calc(100% - 300px);}


.mainnavigation{display:flex;justify-content:center;width:100%;}
.mainnavigation ul{display:flex;align-items:center;}
.mainnavigation ul li{position:relative;padding:20px 40px;}
.mainnavigation ul li a{width:100%;font-size:18px;color:var(--white);display:flex;text-decoration:none;position:relative;z-index:1;transition:.4s ease-in-out;}
.mainnavigation ul li a:hover{color:var(--theme);}
.mainnavigation ul li > a:after{content: "";position: absolute;left:0%;bottom: -5px;width: 100%;transform: scale(0) ;height: 2px;background: var(--theme);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;}

.platbaas{display:flex;align-items:center;justify-content:center;width:160px;/*margin-right:5px;*/font-size:20px;color:var(--white);background:#7fbd25;font-weight:bold;transition:.3s;}
.platbaas:hover{opacity:0.7;color:var(--theme); text-decoration:none;}
.speciallinks{display:flex;}
.speciallinks ul{display:flex;align-items:center;}
.speciallinks ul li{width:50%;}
.speciallinks ul li a{width:100%;padding:20px 70px;font-size:18px;color:#fff;display:flex;flex-direction:column; justify-content:center;align-items:center;text-decoration:none;position:relative;overflow:hidden;}
.speciallinks ul li a i{position:relative;z-index:1;}
.speciallinks ul li a span{position:relative;z-index:1;text-transform:uppercase;}
.speciallinks ul li a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(-101%);background:#00a0ea;transition:.3s;}
.speciallinks ul li a:hover:after{transform:translateY(0);}
@media screen and (max-width: 1520px) {
  .sitelogo{width:240px;padding:15px 15px 15px 40px;}
  .headmain{width:calc(100% - 240px);}
  .mainnavigation ul li{padding:15px 20px;}
  .mainnavigation ul li a{font-size:16px;}
  .platbaas{width:120px;font-size:16px;}
  .speciallinks ul li a{padding:15px 50px;}
}
@media screen and (max-width: 1080px) {
  .sitelogo{width:200px;padding:10px 10px 10px 20px;}
  .headmain{width:calc(100% - 200px);}
  .mainnavigation ul li{padding:10px 15px;}
  .mainnavigation ul li a{font-size:14px;}
  .platbaas{width:100px;}
  .speciallinks ul li a{padding:10px 20px;}
}
@media screen and (max-width: 768px) {
  .headmain{margin-right:70px;justify-content:flex-end;}
  .mainnavigation{display:none;}
  .platbaas{display:none;}
  .speciallinks ul li a{padding:15px 10px;height:100%;}
  .speciallinks ul li a span{display:none;}
}
/* /header css */
/*banner*/
.banner{position:relative;width:100%;height:100%;overflow:hidden;}
.banner video{object-fit: cover;width:100%;height:90vh;}
.banner .bannermain{}
.banner .bannermain li{overflow:hidden;}
.banner .bannermain figure{width:100%;height:90vh;position:relative; }
.banner .bannertext{position:absolute;left:50%;top:50%;z-index:20;width:100%;height:100%;color:var(--white);text-align:center;padding:50px 30px;transform:translate(-50%,-50%);background:rgba(0,0,0,0.3);/**/}
.banner .bannertext div{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.banner .bannertext h1{font-size:64px;text-shadow: 1px -1px 1px var(--black),-1px 1px 1px var(--black),1px 1px 1px var(--black),-1px -1px 1px var(--black);-webkit-text-stroke: 1px var(--black); }
.banner .bannertext h2{font-size:80px;font-weight:bold;text-transform:uppercase;text-shadow:1px -1px 1px var(--black),-1px 1px 1px var(--black),1px 1px 1px var(--black),-1px -1px 1px var(--black);}
.banner .bannertext p{font-size:30px;text-shadow: 1px -1px 1px var(--black),-1px 1px 1px var(--black),1px 1px 1px var(--black),-1px -1px 1px var(--black);}
@keyframes picmove1 {
 0% {
 -webkit-transform:scale(1.2, 1.2);
transform:scale(1.2, 1.2);
}
 50% {
 -webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
 100% {
 -webkit-transform:scale(1.2, 1.2);
transform:scale(1.2, 1.2);
}
}
@media screen and (max-width: 1520px) {
  .banner video{height:70vh;}
  .banner .bannermain figure{height:70vh;}
  .banner .bannertext{ padding:50px 40px;}
  .banner .bannertext h1{font-size:32px;}
  .banner .bannertext h2{font-size:60px;}
  .banner .bannertext p{font-size:26px;}
}
@media screen and (max-width: 1080px) {
/*   .banner{height:60vh;} */
  .banner video{height:60vh;}
  .banner .bannermain figure{height:60vh;}
  .banner .bannertext{padding:20px;}
  .banner .bannertext h1{font-size:28px;margin-bottom:15px;}
  .banner .bannertext h2{font-size:38px;}
  .banner .bannertext p{font-size:18px;}
}
@media screen and (max-width: 768px) {
/*   .banner{height:50vh;} */
  .banner video{height:50vh;}
  .banner .bannermain figure{height:50vh;}
  .banner .bannertext{width:100%;max-width:100%;}
  .banner .bannertext h1{font-size:26px;margin-bottom:10px;-webkit-text-stroke:0;}
  .banner .bannertext h2{font-size:30px;}
  .banner .bannertext p{font-size:16px;letter-spacing:2px;text-shadow: 1px 1px 1px var(--black);}
}
@media screen and (max-width: 568px) {
  /*.banner{height:300px;}*/
  /*.banner .bannermain figure:after{height:300px;}*/
  .banner .bannertext{padding:10px;}
  .banner .bannertext div{text-align:left;}
  .banner .bannertext h1{font-size:20px;margin-bottom:5px;}
  .banner .bannertext h2{font-size:24px;}
}

/*/banner*/


/* footer css */
.footer{background:var(--black2);color:var(--white);width:100%;}
.footmain{width:100%;max-width:1420px;margin:0 auto;padding:50px;}
.footlogo{display:block;width:100%;max-width:140px;margin:0 auto 30px;}
.footmain p{text-align:center;font-size:18px;padding-bottom:30px;border-bottom:1px solid var(--black);margin:0 auto 30px;}
.footmenu{}
.footmenu ul{display:flex;justify-content:center;flex-wrap:wrap;}
.footmenu ul li{text-align:center;}
.footmenu ul li a{display:flex;justify-content:center;width:100%;color:var(--white);padding:10px 30px;font-size:18px;text-decoration:none;transition:.3s;}
.footmenu ul li a:hover{color:var(--theme);}


.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 p{font-size:16px;}
  .footmenu ul li a{padding:10px 20px;font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .footmain{padding:30px 20px;}
  .footlogo{max-width:120px;}
  .footmain p{font-size:14px;padding-bottom:20px;margin:0 auto 20px;}
  .footmenu ul li a{padding:10px 15px;font-size:14px;}
  .copyright p{padding:10px 20px;font-size:12px;}
}
@media screen and (max-width: 768px) {
  .copyright p{padding:5px 10px;}
  .footmain p{ padding-bottom:15px;margin:0 auto 15px;}
  .footmenu ul li a{padding:10px;}
}
@media screen and (max-width: 568px) {
  .footmenu ul li{width:50%;}
}
/* /footer css */




/*public*/
.part{padding:60px 40px;}
.partfull{padding:50px 0;}
.w1720{width:100%;max-width:1720px;margin:0 auto;}
.w1520{width:100%;max-width:1520px;margin:0 auto;}
.w1320{width:100%;max-width:1320px;margin:0 auto;}
.w1200{width:100%;max-width:1200px;margin:0 auto;}
.w1100{width:100%;max-width:1100px;margin:0 auto;}
.w1000{width:100%;max-width:1000px;margin:0 auto;}
.w600{width:100%;max-width:600px;margin:0 auto;}
@media screen and (max-width: 1080px) {
  .part{padding:30px 20px;}
  .partfull{padding:30px 0;}
}

.flex{display:flex;}
.flexwrap{flex-wrap: wrap;}
.justifyspacebetween{justify-content:space-between;}
.justifycenter{justify-content:center;}
.aligncenter{align-items:center;}
.flexcolumn{flex-direction:column;}
.flexrowreverse{flex-direction:row-reverse;}
.flexcenter{justify-content:center;align-items:center;}

.layout{display:flex;flex-wrap: wrap;}
.avcol2{width:50%;}
.avcol3{width:33.333333%;}
.avcol4{width:25%;}
.avcol5{width:20%;}
.avcol6{width:16.666667%;}
.pcimg{display:block;}
.spimg{display:none;}
@media screen and (max-width: 768px) {
.pcimg{display:none;}
.spimg{display:block;}
}


.titlegroup{display:flex;flex-direction:column;}
.t2{font-size:80px;}
.t3{font-size:30px;}
.t5{font-size:25px;}
.textcenter{text-align:center;}
.textuppercase{text-transform:uppercase;}
.textcapitalize{text-transform:capitalize;}
@media screen and (max-width: 1520px) {
  .t2{font-size:30px;}
  .t3{font-size:20px;}
  .t5{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .t2{font-size:30px;}
  .t3{font-size:20px;}
  .t5{font-size:16px;}
}
@media screen and (max-width: 768px) {
  .t2{font-size:24px;} 
}

.colortheme{color:var(--theme);}
.colorthemedark{color:var(--themedark);}
.colororange{color:var(--orange);}
.colorblue{color:var(--blue);}
.colorred{color:var(--red);}
.colorgreen{color:var(--green);}
.colorwhite{color:var(--white);}

.bgtheme{background:var(--theme);}
.bgthemedark{background:var(--themedark);}
.bgblack{background:var(--black);}
.bgblack2{background:var(--black2);}


.iconrecruit{background:url(img/iconrecruit.png) no-repeat;background-position:center;width:30px;height:30px;}
.iconcontact{background:url(img/iconcontact.png) no-repeat;background-position:center;width:30px;height:30px;}


.button{padding:10px;text-decoration:none;text-align:center;display:inline-block;color:var(--orange);border:1px solid var(--orange);background:var(--white);transition:.3s;}
.button:hover{text-decoration:none;background-color:var(--orange);color:var(--white);border:1px solid var(--white);}
.button.whitebtn{color:var(--black);border:1px solid var(--white);background-color:var(--white);}
.button.whitebtn:hover{color:var(--white);background-color:var(--theme);border:1px solid var(--theme);}
.button.themebtn{color:var(--white);background-color:var(--theme);border:1px solid var(--theme);}
.button.themebtn:hover{background-color:var(--themedark);}
.button.blackbtn{color:var(--white);background:var(--black);border:1px solid var(--black);}
.button.blackbtn:hover{background:var(--themedark);border:1px solid var(--themedark);}
.radiusbutton{border-radius:5px;}




.tablelist{}
.tablelist dl{display:flex;justify-content:space-between;flex-wrap:wrap;padding:5px 0;font-size:18px;}
.tablelist dl dt{width:230px;}
.tablelist dl dd{width:calc(100% - 230px);}
@media screen and (max-width: 1520px) {
  .tablelist dl{font-size:16px;}
  .tablelist dl dt{width:160px;}
  .tablelist dl dd{width:calc(100% - 160px);}
}
@media screen and (max-width: 1080px) {
  .tablelist dl{font-size:14px;}
  .tablelist dl dt{width:130px;}
  .tablelist dl dd{width:calc(100% - 130px);}
}
@media screen and (max-width: 768px) {
  .tablelist dl dt{width:100%;}
  .tablelist dl dd{width:100%;}
}



.tablebox{border:1px solid var(--white);}
.tablebox table{width:100%;}
.tablebox table thead{}
.tablebox table thead tr{}
.tablebox table thead tr th{width:calc(100% / 12); padding:10px;color:var(--white);font-weight:bold;text-align:center;vertical-align: middle;border:1px solid var(--white);font-size:18px; /*width:25%;*/}
.tablebox table thead tr th:first-child{width:calc(100% / 6);border-left:1px solid var(--white);}
.tablebox table thead tr th:last-child{border-right:1px solid var(--white);}
.tablebox table thead tr th.two{width:calc(100% / 6);}
.tablebox table thead tr th.one{width:calc(100% / 12);}
/* .tablebox table thead tr th:not(:last-child){padding-right:1px solid var(--lightorange);padding-left:1px solid var(--lightorange);} */
.tablebox table tbody tr th{padding:10px;border:1px solid var(--white);color:var(--white);font-weight:bold;font-size:18px;text-align:center;vertical-align: middle;}
.tablebox table tbody tr td{padding:10px;border:1px solid var(--white);text-align:center;vertical-align: middle;font-size:16px;}
@media screen and (max-width: 1520px) {
  .tablebox table thead tr th{font-size:16px;padding:10px 5px;}
  .tablebox table tbody tr th{font-size:16px;padding:10px 5px;}
  .tablebox table tbody tr td{padding:10px 5px;}
}
@media screen and (max-width: 1080px) {
  .tablebox table thead tr th{font-size:14px;padding:5px;}
  .tablebox table tbody tr th{font-size:14px;padding:5px;}
  .tablebox table tbody tr td{font-size:14px;padding:5px;}
}
@media screen and (max-width: 768px) {
  .tablebox table tbody tr th{font-size:12px;padding:5px;}
  .tablebox table tbody tr td{font-size:12px;padding:5px;}
}
@media screen and (max-width: 460px) {
  .tablebox table thead tr th{font-size:12px;padding:3px 2px;}
  .tablebox table tbody tr th{font-size:10px;padding:3px 2px;}
  .tablebox table tbody tr td{font-size:10px;padding:3px 2px;}
  
}


.tableinfo{}
.tableinfo span{width:calc(100% / 6);text-align:center;margin-top:10px;display:block;font-size:16px;}
@media screen and (max-width: 1520px) {
  .tableinfo span{font-size:14px;}
}
@media screen and (max-width: 1080px) {
  .tableinfo span{font-size:12px;}  
}
@media screen and (max-width: 768px) {
  .tableinfo span{width:100%;text-align:left;}
}


.twocolumn{display:flex;justify-content:space-between;flex-wrap:wrap;}
.text{font-size:20px;}
.pic{}
@media screen and (max-width:1520px){
  .text{font-size:16px;}
}
@media screen and (max-width:1080px){
  .text{font-size:14px;}
}

.wide{text-align:center;}
.wide p{margin-bottom:30px;font-size:22px;line-height:2;}
@media screen and (max-width: 1520px) {
  .wide p{margin-bottom:25px;font-size:16px;line-height:1.8;}
}
@media screen and (max-width: 1080px) {
  .wide p{margin-bottom:20px;font-size:14px;}
}


.form{}
.form input[type="text"],.form input[type="email"],.form input[type="tel"],.form textarea{width:100%;padding:10px;border-bottom:1px solid #d2d2d2;border-radius:3px;}
.form input[type="text"]:focus,.form input[type="email"]:focus,.form input[type="tel"]:focus,.form textarea:focus,.form input[type="file"]{background:var(--white);border:1px solid var(--theme);}
.form dl{display:flex;justify-content:space-between;flex-wrap:wrap;padding:15px 0;font-size:18px;}
.form dl dt{display:flex;align-items:flex-start; width:100%;margin-bottom:10px;}
.form dl dt .tag{padding:3px 10px;font-size:16px;margin-left:20px;}
.form dl dd{width:100%;}
.form .btngroup{margin-top:50px;display:flex;justify-content:center;}
.form .btngroup .button{border-radius:0px;padding:15px 60px;}
.checkbox label,.radiobox label{margin-right:30px;font-weight:bold;}
@media screen and (max-width: 1520px) {
  .form dl{font-size:16px;}
  /*.form dl dt{width:300px;}*/
  /*.form dl dd{width:calc(100% - 300px);}*/
  .form dl dt .tag{font-size:14px;}
  .form .btngroup{margin-top:30px;}
}
@media screen and (max-width: 1080px) {
  .form dl{font-size:14px;}
  /*.form dl dt{width:240px;}*/
  /*.form dl dd{width:calc(100% - 240px);}*/
  .form dl dt .tag{font-size:12px;padding:3px 7px;margin-left:10px;}
  .form .btngroup{margin-top:20px;}
  .form .btngroup .button{padding:10px 30px;}
  .checkbox label,.radiobox label{margin-right:20px;}
}
@media screen and (max-width: 768px) {
  .form dl dt{width:100%;}
  .form dl dd{width:100%;}
  .checkbox label,.radiobox label{width:100%;}
  /*margin-bottom:5px;*/
}


.formtrue{display:flex;justify-content:center;align-items:center;}
.formapplytitle{font-size:20px;margin:50px auto 20px;text-align:center;}
.formapply{width: 100%;max-width:1100px;margin: 30px auto;height: 150px;overflow-y: auto;padding: 10px;}
.formapply h5{font-size:18px;}
.formapply p{font-size:18px;margin-bottom:20px;}

.forminfo{margin-top:50px;margin-bottom:20px;}
@media screen and (max-width:1080px){
  .formapplytitle{font-size:16px;margin:30px auto 10px;}
  .formapply h5{font-size:14px;margin:10px auto;}
  .formapply p{font-size:14px;}

  .forminfo{margin-top:30px;margin-bottom:10px;}
}



/*scrolltop*/
.scrolltop{position: fixed;right: 2%;bottom:5%;z-index: 70;transition:.5s;background:var(--theme);color:#fff;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;text-decoration:none;padding:15px 10px 10px 10px;border-radius:50%;}
.scrolltop:after{content:"";display:block;width:16px;height:16px;border:solid #fff;border-width:2px 2px 0 0;transform:rotate(-45deg);}
@media screen and (max-width: 1080px) {
  .scrolltop{width: 40px;height: 40px;padding:5px 0 0 0;}
}

/*googlemap*/
.googlemap{width:100%;height:450px;overflow:hidden;line-height:1;}
.googlemap iframe{width:100%;height:450px;background:url(img/googlemap.jpg) no-repeat;background-color:var(--grey);background-position:center;filter:grayscale(80%);}
.googlemap iframe:hover{filter:grayscale(0%);}
@media screen and (max-width:1080px){
  .googlemap{height:350px;}
  .googlemap iframe{height:350px;}
}
@media screen and (max-width:768px){
  .googlemap{height:300px;}
  .googlemap iframe{height:300px;}
}
@media screen and (max-width:520px){
  .googlemap{height:240px;}
  .googlemap iframe{height:240px;}
}

.bordimg{border:5px solid var(--white);}

.pagebanner{padding:80px 40px;display:flex;justify-content:center;align-items:center;background:var(--black2);color:var(--white);font-weight:bold;text-transform:uppercase;}
/*/public*/



/*home*/
.homewide .t3{margin-bottom:60px;}
.homewide .twocolumn .text{width:calc(55% - 30px);}
.homewide .twocolumn .pic{width:calc(45% - 30px);}
.homewide p{font-size:20px;line-height:2.4;margin-bottom:30px;}
@media screen and (max-width:1520px){
  .homewide .t3{margin-bottom:30px;}
  .homewide .twocolumn .text{width:calc(55% - 20px);}
  .homewide .twocolumn .pic{width:calc(45% - 20px);}
  .homewide p{font-size:16px;line-height:2;margin-bottom:20px;}
}
@media screen and (max-width:1080px){
  .homewide .t3{margin-bottom:20px;}
  .homewide .twocolumn .text{width:calc(55% - 10px);}
  .homewide .twocolumn .pic{width:calc(45% - 10px);}
  .homewide p{font-size:14px;line-height:1.6;margin-bottom:15px;}
}
@media screen and (max-width:768px){
	.homewide .twocolumn .text{width:100%;max-width:500px;margin:0 auto 20px;}
	.homewide .twocolumn .pic{width:100%;max-width:500px;margin:0 auto;}
}

.trust{position:relative;color:var(--white);}
.trust:after{content:"";width:100%;height:100%;position:absolute;top:0;right:0;background:url(img/trustbg.jpg) no-repeat;background-position:right center;background-size:contain;}
.trust .twocolumn{margin:50px auto;position:relative;z-index:10;}
.trust .twocolumn .text{}
.trust .twocolumn .text .t3{margin-bottom:60px;}
.trust .twocolumn .text p{font-size:18px;line-height:2;margin-bottom:50px;}
@media screen and (max-width:1520px){
  .trust .w1320{max-width:1100px;}
  .trust .twocolumn{margin:30px auto;}
  .trust .twocolumn .text .t3{margin-bottom:30px;}
  .trust .twocolumn .text p{font-size:16px;margin-bottom:30px;}
}
@media screen and (max-width:1080px){
  .trust .twocolumn{margin:20px auto;}
  .trust .twocolumn .text .t3{margin-bottom:20px;}
  .trust .twocolumn .text p{font-size:14px;margin-bottom:20px;}
}
@media screen and (max-width:768px){
  .trust .twocolumn{max-width:520px;}
  .trust .twocolumn .text{}
}


.playout{background:url(img/playoutbg.jpg) no-repeat;position:relative;color:var(--white);}
.playout:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,0.2);}
.playout .twocolumn{margin:50px auto;position:relative;z-index:2;}
.playout .twocolumn .text{width:calc(50% - 80px);}
.playout .twocolumn .text figure{margin-bottom:30px;}
.playout .twocolumn .text p{font-size:18px;line-height:2.4;margin-top:50px;}
@media screen and (max-width:1520px){
  .playout .w1520{max-width:1120px;}
  .playout .twocolumn{margin:30px auto;}
  .playout .twocolumn .text{width:calc(50% - 20px);}
  .playout .twocolumn .text figure{max-width:360px;margin-bottom:20px;}
  .playout .twocolumn .text p{font-size:16px;line-height:2;margin-top:30px;}
}
@media screen and (max-width:1080px){
  .playout .twocolumn{margin:20px auto;}
  .playout .twocolumn .text{width:auto;}
  .playout .twocolumn .text figure{margin-bottom:10px;}
  .playout .twocolumn .text p{font-size:14px;line-height:1.6;margin-top:20px;}
}
@media screen and (max-width:768px){
  .playout .twocolumn{max-width:520px;margin:0 auto;}
  .playout .twocolumn .text{width:100%;}
}


.homehallery{}
.homehallery .twocolumn{justify-content:space-between;}
.homehallery .twocolumn .pic{width:calc(50% - 30px);}
.homehallery .twocolumn .pic figure{width:100%;}
.homehallery .twocolumn .pic figure:after{padding-top:60%;}
@media screen and (max-width:1520px){
  .homehallery .twocolumn .pic{width:calc(50% - 20px);}
}
@media screen and (max-width:1080px){
  .homehallery .twocolumn .pic{width:calc(50% - 10px);} 
}
@media screen and (max-width:768px){
  .homehallery .twocolumn .pic{width:100%;margin-bottom:20px;}   
}



.studio{}
.studio .t2{margin-bottom:50px;}
.studio .pannal{margin-bottom:70px;}
.studio .studioinner{margin-bottom:70px;}
.studio .t3{margin-bottom:30px;}
@media screen and (max-width:1520px){
  .studio .t2{margin-bottom:30px;}
  .studio .pannal{margin-bottom:50px;}
  .studio .studioinner{margin-bottom:50px;}
  .studio .t3{margin-bottom:20px;}
}
@media screen and (max-width:1080px){
  .studio .t2{margin-bottom:20px;}
  .studio .pannal{margin-bottom:30px;}
  .studio .studioinner{margin-bottom:30px;}
  .studio .t3{margin-bottom:15px;}
}

.pannal{border:1px solid var(--white);}
.pannalhead{border-bottom:1px solid var(--white);padding:50px 100px;}
.pannalhead .t3{margin-bottom:30px;}
.pannalhead p{margin-bottom:20px;font-size:18px;line-height:1.8;}
.pannalhb{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:30px;} 
.pannalhb .pic{width:360px;background:var(--white);}
.pannalhb .text{width:calc(100% - 380px);}


.rightline{border-right:1px solid var(--white);}
.bottomline{border-bottom:1px solid var(--white);}

.pannaltable{}
.panitem{width:50%;}
.panitempic{padding:50px 100px;}
.panitempic figure{}
.panitempic figure:after{padding-top:60%;}
.panitemtext{padding:50px 100px;}
.panitemtext h5{font-size:20px;}
.panitemtext p{font-size:18px;line-height:1.8;}
@media screen and (max-width:1520px){
  .pannalhead{padding:50px;}
  .pannalhead .t3{margin-bottom:20px;}
  .pannalhead p{margin-bottom:10px;font-size:16px;}
  .pannalhb{margin-top:20px;}
  .pannalhb .pic{width:300px;}
  .pannalhb .text{width:calc(100% - 320px);}

  .panitempic{padding:50px;}
  .panitemtext{padding:50px;}
  .panitemtext h5{font-size:18px;}
  .panitemtext p{font-size:16px;}

}
@media screen and (max-width:1080px){
  .pannalhead{padding:20px;}
  .pannalhead .t3{margin-bottom:15px;}
  .pannalhead p{margin-bottom:5px;font-size:14px;}
  .pannalhb{margin-top:15px;}
  .pannalhb .pic{width:200px;}
  .pannalhb .text{width:calc(100% - 220px);}

  .panitempic{padding:20px;}
  .panitemtext{padding:20px;}
  .panitemtext h5{font-size:16px;}
  .panitemtext p{font-size:14px;}
}
@media screen and (max-width:768px){
  .pannalhb{align-items:flex-start;}
  .pannalhb .pic{width:160px;}
  .pannalhb .text{width:calc(100% - 180px);}

  .pannaltable.layout .panitem{width:100%;}
  .pannaltable.layout .panitem.rightline{border-right:0;border-bottom:1px solid var(--white);}

}

.homeabout{}
.homeabout .twocolumn{align-items:flex-end;}
.homeabout .twocolumn .pic{width:calc(50% + 150px);margin-right:-150px;}
.homeabout .twocolumn .pic figure{width:100%;}
.homeabout .twocolumn .text{width:calc(50% + 150px);margin-left:-150px;background:var(--black2);padding:50px 100px;}
.homeabout .twocolumn .text .abouttext{width:100%;}
.homeabout .twocolumn .text .abouttext .titlegroup{padding-bottom:20px;margin-bottom:50px;border-bottom:1px solid var(--white);}
.homeabout .twocolumn .text .abouttext .titlegroup .t2{text-transform:uppercase;}
.homeabout .twocolumn .text .abouttext .tablelist{}
.homeabout .twocolumn .text .abouttext .tablelist dl{margin-top:20px;border-bottom:1px dotted #eee;padding-bottom:10px;}
.homeabout .twocolumn .text .abouttext .tablelist dl dt{margin-bottom:10px;}
.homeabout .twocolumn .text .abouttext .tablelist dl dt,.homeabout .twocolumn .text .abouttext .tablelist dl dd{width:100%;}
@media screen and (max-width:1520px){
  .homeabout .twocolumn .pic{width:calc(50% + 70px);margin-right:-70px;}
  .homeabout .twocolumn .text{width:calc(50% + 70px);margin-left:-70px;padding:30px 50px;}
  .homeabout .twocolumn .text .abouttext .tablelist dl{margin-top:5px;}
.homeabout .twocolumn .text .abouttext .tablelist dl dt,.homeabout .twocolumn .text .abouttext .tablelist dl dd{width:100%;}
}
@media screen and (max-width:1080px){
  .homeabout .twocolumn .text .abouttext .titlegroup{padding-bottom:10px;margin-bottom:20px;}
  .homeabout .twocolumn .pic{width:calc(50% + 50px);margin-right:-50px;}
  .homeabout .twocolumn .text{width:calc(50% + 50px);margin-left:-50px;padding:30px 20px;}
.homeabout .twocolumn .text .abouttext .tablelist dl dt,.homeabout .twocolumn .text .abouttext .tablelist dl dd{width:100%;}
}
@media screen and (max-width:768px){
  .homeabout .twocolumn .pic{width:100%;margin-right:0;}
  .homeabout .twocolumn .text{width:100%;margin-left:0;}
.homeabout .twocolumn .text .abouttext .tablelist dl dt,.homeabout .twocolumn .text .abouttext .tablelist dl dd{width:100%;}
}

.homerecruit{position:relative;}
.homerecruit:after{position:absolute;left:0;top:0;padding-top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.homerecruit .homerecruittext{position:relative;z-index:10;}
.homerecruit strong{font-size:70px;color:var(--white);}
.homerecruit h2{font-size:150px;color:rgba(255,255,255,0.2);}
.homerecruit .homerecruitlayout{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.homerecruit .homerecruitlayout a{margin-left:20px;}
@media screen and (max-width:1520px){
  .homerecruit strong{font-size:50px;}
  .homerecruit h2{font-size:100px;}
}
@media screen and (max-width:1080px){
  .homerecruit strong{font-size:30px;}
  .homerecruit h2{font-size:60px;}
}
@media screen and (max-width:768px){
  .homerecruit strong{font-size:20px;}
  .homerecruit h2{font-size:36px;}
}
@media screen and (max-width:768px){
  .homerecruit strong{font-size:14px;}
  .homerecruit h2{font-size:20px;}
  .homerecruit .homerecruitlayout strong{width:100%;text-align:center;}
  .homerecruit .homerecruitlayout a{margin-left:auto;margin-right:auto;}
}



.link{color:var(--white);text-decoration:none;text-transform:uppercase;font-weight:bold;padding:10px 20px 10px 0px;border-bottom:1px solid var(--white);position:relative;transition:.3s;}
.link:hover{text-decoration:none;color:var(--theme);border-bottom-color:var(--theme);}
.link:after{content:"";position:absolute;right:0;bottom:-1px;width:15px;border-bottom:1px solid var(--white);transform-origin:right bottom;transform:rotate(45deg);transition:.3s;}
.link:hover:after{border-bottom-color:var(--theme);}
@media screen and (max-width:1080px){
  .link{padding:5px 10px 5px 0;font-size:14px;}
  .link:after{width:7px;}
}
@media screen and (max-width:768px){
  .link{font-size:12px;}
}

.publiclink{}
.publiclink .twocolumn{}
.publiclink .twocolumn .text{width:calc(50% - 100px);display:flex;justify-content:center;}
.publiclink .twocolumn .text .button{padding:20px 50px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.publiclink .twocolumn .text .button strong{font-weight:bold;font-size:38px;text-transform:uppercase;}
.publiclink .twocolumn .text .button span{letter-spacing:0.2em;font-size:16px;}
@media screen and (max-width:1520px){
  .publiclink .twocolumn .text{width:calc(50% - 50px);}
  .publiclink .twocolumn .text .button{padding:15px 20px;}
  .publiclink .twocolumn .text .button strong{font-size:30px;}
  .publiclink .twocolumn .text .button span{font-size:14px;}
}
@media screen and (max-width:1080px){
  .publiclink .twocolumn .text{width:calc(50% - 20px);}
  .publiclink .twocolumn .text .button{padding:10px 15px;}
  .publiclink .twocolumn .text .button strong{font-size:24px;}
  .publiclink .twocolumn .text .button span{font-size:12px;}
}
@media screen and (max-width:768px){
  .publiclink .twocolumn .text{width:calc(50% - 10px);}
  .publiclink .twocolumn .text .button{max-width:300px;}
  .publiclink .twocolumn .text .button strong{font-size:18px;}
}
@media screen and (max-width:568px){
  .publiclink .twocolumn .text{width:100%;}
  .publiclink .twocolumn .text .button{margin:10px auto;}

}









