@charset utf-8;

body{
	margin: 0;
}
.requirestar{
    font-size: .13rem;
    color: red;
    vertical-align: top;
    line-height: .40rem;
}
@font-face {
  font-family: 'Roboto-Regular';

  src: url('../../fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Thin';

  src: url('../../fonts/Roboto-Thin.ttf');
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: .12rem;
  vertical-align: baseline;
  background: transparent;
  font-family: Zawgyi-One , 'Roboto-Regular' , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}

input, textarea,select{
  margin: 0;
  padding: 0;
  border:0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
input:focus,
button:focus{
  outline: none;
}
input[type="text"],input[type="button"],textarea,button{
   box-shadow: none;
   appearance:none;
   -webkit-appearance:none;
   -moz-appearance:none;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display:block;
}
a{
  color: black;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img{
  width: 100%;
  vertical-align: middle;
}
br.pc{
	display: block;
}
br.sp{
	display: none;
}

.pc{
  display: block;
}
.sp{
  display: none;
}

.clear{
	clear: both;
}

h1{
	color:#503a3a;
	text-align:center;
	margin: 0;
}

h2{
	color:#503a3a;

}
/*input[type="submit"]{
	background: #503a3a;
	border: .01rem solid #503a3a;
	cursor: pointer;
	color: white;
	padding: .04rem .20rem .04rem .21rem;
}
input[type="button"]{
	background: #503a3a;
	border: .01rem solid #503a3a;
	cursor: pointer;
	color: white;
	padding: .04rem .20rem .04rem .21rem;
}*/
.contact li:nth-child(1) .reset_button{
  width: .7rem;
  height: .28rem;
  resize: none;
  margin: .3rem 0 .9rem .3rem;
  color: #fff;
  background-color: #7e7e7e;
  padding-bottom: 0.02rem;
  border-color: #7e7e7e;
  border-style: none;
  padding: .02rem 0 .05rem 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: 'Roboto-Regular';
}
.contact li:nth-child(1) .button,
.contact li:nth-child(1) .reset_button{
  background: #7e7e7e;
}
.contact li:nth-child(1) .button:hover,
.contact li:nth-child(1) .reset_button:hover{ /*tzs*/
  background: #000;
  color: #fff;
}
.container{
  width: 100%;
  min-height: 5.60rem;
}
.inner{
	width: 9.4rem;
	margin: 0 auto;
  font-family:'Roboto-Regular';
}
header{
  width: 100%;
  min-width: 9.78rem;
  height: .50rem;
  background: rgba(64,67,66,0.9);
  position: fixed;
  top: 0;
  z-index: 99999;
}
header h1{
  display: inline-block;
}
header .left{
  display: inline-block;
  color: red;
  padding: .07rem 0;
}
header .left img
{
  width: 2.66rem;/*tzs*/
  padding:0rem 0rem 0rem .43rem;
}
header .right{
  position: absolute;
  right: 5em;
  top: 0;
  color: #fff;
  padding: .13rem 0;
  font-size:.13rem;
}
header .right a{
  color: #f3f0f0;
  line-height: .20rem;
  font-family: 'Roboto-Regular';/*tzs*/
  font-size: .13rem;/*tzs*/
  letter-spacing: 0.002rem;/*tzs*/
}
header .right a:hover{
  color: white;
}
header .right .underline:hover{
  padding-bottom: .12rem;
  border-bottom: .02rem solid #fff;
  color: #f3f0f0;

}
header .right .underline .active{
  padding-bottom: .15rem;
  border-bottom: .02rem solid #fff;
  color: #f3f0f0;
}
header .right .underline:last-child{
  border:.01rem solid #fff;
  padding: 0 .05rem;
}
header .right .underline:last-child:hover,
header .right .underline.bgActive{
  background: #fff;
}
header .right .underline:last-child a:hover{
  color: rgba(64,67,66,0.9);
}
header .right .underline.bgActive a{
  color: rgba(64,67,66,0.9);
}

.right li{
  float: left;
  margin:0 .10rem;
  line-height: .235rem;
}
header .translation{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.5rem;
}
header .language_type{
  position: relative;
}
header .translation img{
  display: inline-block;
  width: 0.20rem;
  margin-right: 0.05rem;
  cursor: pointer;
}
header .language_type::after{
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 0.01rem 0.01rem 0;
  padding: 0.03rem;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  margin: 0 0 0.04rem 0.04rem;
  top: 0.05rem;
}
header .language_type p{
  display: none;
}
header .sub_menu{
  display: none;
  position: absolute;
  width: 1.20rem;
  background: rgba(64,67,66,.9);
  padding: 0.10rem 0.05rem 0.10rem 0.10rem;
  -webkit-box-shadow: 0.02rem 0.06rem 0.10rem rgba(0,0,0,.2);
          box-shadow: 0.02rem 0.06rem 0.10rem rgba(0,0,0,.2);
  box-sizing: border-box;
  top: 0.32rem;
  right: 0;
}
header .sub_menu.show{
  display: block;
}
header .language{
  display: block;
  margin-bottom: .05rem;
}
header .language p{
  display: inline-block;
  font-size: 0.13rem;
  color: #fff;
  cursor: pointer;
}
/*end of header*/


.top .topSlider .slider-text{
  position: absolute; 
  top: 0 !important; /*tzs*/
  width: 100%; 
  text-align: center; 
  color: #fff;
  padding-top: .5rem;
  height: 4.6rem;
  display: table;
}
 .top .topSlider .slider-text h3{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family:'Roboto-Thin';
  font-size:.55rem; 
  font-weight: 100;
  line-height: .80rem;
  /*background: #bdafafcc;*/
}
.top .topSlider .top_pc{
  display: none;
}
.top .topSlider .pc_img{
  display: block;
  width: 100%; 
  height: 5.1rem; 
}
/*end of top*/

.pageTop{
  /*position: fixed;*/
  display: none;
  position:fixed; 
  z-index: 9999;
  right: .30rem;
  bottom: 2rem;
  cursor: pointer;
}
.pageTop img{
  width: .50rem;
}
.pageTop{
   opacity: .7;
}
.pageTop:hover{
  opacity: 1;
}
.footer{
  width: 100%;
  margin: 0 auto;
  background: #3a3a3a;
  position: relative;
  padding: .25rem 0;
}
.logo{
  position: absolute;
  top: .38rem;
  left: .30rem;
  width: 20.6%;
}
.menulink{
  text-align: center;
}
.menulink ul{
  width: 4.60rem;
  margin: 0 auto;
}
.menulink ul li{
  float: left;
}
.menulink ul li a{
  color: #909090;
  font-size: .12rem;
  /*line-height: .26rem;*/
  line-height: .10rem;/*tzs*/
  border-right: .01rem solid #909090;
  padding: 0 .09rem;/*tzs*/
  display: inline-block;/*tzs*/
}
.menulink ul li a:hover{
  color: #fff;
  /*text-decoration: underline;*/
}
.menulink ul li:last-child a{
  border: none;
}
.menulink p{
  font-size: .12rem;
  line-height: .21rem;
  color: #7e7e7e;
}
.social{
  position: absolute;
  right: .30rem;
  top: .33rem;
  padding: 0 .15rem;
}
.footer .social img{
  width: .40rem;
  height:.40rem;
  margin: 0 .03rem;
  opacity: 0.5;
}
.footer .social img:hover{
  opacity:1;
}
/*Error from*/
.input_form {
  width: 98%;
  border: .01rem solid #c2c2c2;
  font-size: .18rem;
  padding-left: 2%;
  padding: .10rem 0 .10rem 2%;
  color: #909090;
}
.err-lbl {
  display: none !important;
}

.err-div.show .err-lbl {
  display: block !important;
  color: red !important;
  font-size: .13rem !important;
  position: absolute !important;
  margin-top: -.40rem;
  padding: 0 !important;
}

.err-div.show span.err-lbl {
  margin-top: -.24rem !important;
}
/*kks*/
.err-div.show .err-lbl.upload {
  margin: .04rem .10rem .10rem .10rem !important;/*kks*/
}
.err-div.show .err-lbl.education {
  margin: 0rem 0rem 0rem 0rem !important;/*kks*/
}
/*kks*/
.container .team_members li .description .button:hover{
  color:#fff;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  border-radius: 0.05rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0.01rem) translateZ(0);
  transform: perspective(0.01rem) translateZ(0);
  box-shadow: 0 0 0.01rem transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: rgba(48,48,48,0.5);
}
.hvr-sweep-to-top:before {
  border-radius: 0.05rem;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   background: rgba(48,48,48,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  border-radius: 0.05rem;
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  border-radius: 0.05rem;
}


.fb_share_btn{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.fb_share_icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: -.04rem 0 0 0;
  text-align: center;
}
.fb_share_btn iframe{
  opacity: 0;
}
.footer .fb_share_btn:hover .fb_sharebtn{
  opacity:1;
}
.err-span{
  display: none;
}

.content_err_lbl span:not(.requirestar){
  color: red;
  display: block !important;
  font-size: .12rem;
  position: absolute;
  margin-top: -.23rem;
}

.content_err_lbl input[type="text"]{
  border: .01rem solid red !important;
}

.content_err_lbl textarea{
  border: .01rem solid red !important;
}
.footer .logo img{
  width: 100%;
}

/*Noti_box*/
.noti_box{
  display: none !important;
  width: 5.1rem;
  padding: .13rem;
  position: fixed;
  bottom: .1rem;
  right: 0;
  background: #d9a32e;
  z-index: 999;
  border-radius: .18rem;
}
.noti_box .noti_content{
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.noti_box .noti_content .covid_icon{
  width: .65rem;
  height: .65rem;
  display: inline-block;
  margin: .4rem .15rem;
}
.noti_box .noti_content .description{
  display: inline-block;
  width: 80%;
}
.noti_box .noti_content .des_ttl{
  font-size: .2rem;
  font-weight: bold;
  color: #ffffff;
}
.noti_box .noti_content .des_txt{
  font-size: .16rem;
   color: #ffffff;
}
.noti_box .noti_content .des_txt span{
  display: inline-block;
   font-size: .16rem;
}
.noti_box .noti_content .des_txt span a{
  color: #ffffff;
}
.noti_box .noti_content .des_txt span a:hover{
  border-bottom: .02rem solid #ffffff;
}

.close {
    width: .02rem;
    position: relative;
    color: #ffffff;
    right: 0;
    top: 0;
    display: inline-block;
    cursor: pointer;
    left: 85%;
}
.close:after {
    content: '';
    height: .02rem;
    border-left: .2rem solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: .28rem;
}
.close:before {
    content: '';
    height: .02rem;
    border-left: .2rem solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: .28rem;
}