@charset utf-8;

body{
	margin: 0;
  overflow-x: hidden;
}
.requirestar{
    font-size: 15px;
    color: red;
    vertical-align: top;
    line-height: 40px;
}
@font-face {
  font-family: 'Roboto-Regular';

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

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

  src: url('../../fonts/Myanmar3sh.ttf');
}
@font-face {
  font-family: 'Zawgyi-One';

  src: url('../../fonts/Zawgyi-One.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: 100%;
  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: 1px solid #503a3a;
	cursor: pointer;
	color: white;
	padding: 4px 20px 4px 21px;
}
input[type="button"]{
	background: #503a3a;
	border: 1px solid #503a3a;
	cursor: pointer;
	color: white;
	padding: 4px 20px 4px 21px;
}

.container{
  width: 100%;
  min-height: 560px;
}


.inner{
	width: 978px;
	margin: 0 auto;
  font-family:'Roboto-Regular';
}
header{
  width: 100%;
  min-width: 978px;
  height: 50px;
  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: 7px 0;
}
header .left img{
  width:266px;/*tzs*/
  padding:0px 0px 0px 1em;
}
header .right{
  position: absolute;
  right: 7em;
  top: 0;
  color: #fff;
  padding: 13px 0;
  font-size:13px;
}
header .right a{
  color: #f3f0f0;
  line-height: 20px;
  font-family: 'Roboto-Regular';/*tzs*/
  font-size: 13px;/*tzs*/
  letter-spacing: 0.1px;/*tzs*/
}
header .right a:hover{
  color: white;
}
header .right .underline:hover{
  padding-bottom: 11px;
  border-bottom: 2px solid #fff;
  color: #f3f0f0;

}
header .right .underline .active{
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  color: #f3f0f0;
}
header .right .underline:last-child{
  border:1px solid #fff;
  padding: 0 5px;
}
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 10px;
  line-height: 23.5px;
}
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: -1em;
  width: 98px;
}
header .language_type{
  position: relative;
}
header .translation img{
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  cursor: pointer;
}
header .language_type::after{
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  margin: 0 0 4px 4px;
  top: 8px;
}
header .language_type p{
  display: none;
}
header .sub_menu{
  display: none;
  position: absolute;
  width: 130px;
  background: rgba(64,67,66,.9);
  padding: 10px;
  -webkit-box-shadow: 2px 6px 10px rgba(0,0,0,.2);
          box-shadow: 2px 6px 10px rgba(0,0,0,.2);
  box-sizing: border-box;
  top: 38px;
  right: 0;
}
header .sub_menu.show{
  display: block;
}
header .language{
  display: block;
}
header .language p{
  display: inline-block;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
/*end of header*/


.top .topSlider .slider-text{
  position: absolute; 
  top: 0; /*tzs*/
  width: 100%; 
  text-align: center; 
  color: #fff;
  padding-top: 50px;
  height: 460px;
  display: table;
}
 .top .topSlider .slider-text h3{
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  text-align: center;
  font-family:'Roboto-Thin';
  font-size:58px; 
  font-weight: 100;
  line-height: 90px;
  /*background: #bdafafcc;*/
}
.top .topSlider .top_pc{
  display: none;
}
.top .topSlider .pc_img{
  display: block;
  width: 100%; 
  height: 510px; 
}
/*end of top*/

.pageTop{
  /*position: fixed;*/
  display: none;
  position:fixed; 
  z-index: 9999;
  right: 30px;
  bottom: 200px;
  cursor: pointer;
}
.pageTop img{
  width: 50px; 
}
.pageTop{
   opacity: .7;
}
.pageTop:hover{
  opacity: 1;
}
/*end of pagetop*/
.footer{
  width: 100%;
  margin: 0 auto;
  background: #3a3a3a;
  position: relative;
  padding: 25px 0;
}
.logo{
  position: absolute;
  top: 38px;
  left: 30px;
  width: 266px;
}
.menulink{
  text-align: center;
}
.menulink ul{
  width: 580px;
  margin: 0 auto;
}
.menulink ul li{
  display: inline-block;
}
.menulink ul li a{
  color: #909090;
  font-size: 13px;
  line-height: 12px;
  border-right: 1px solid #909090;
  padding: 0 9px;
  display: inline-block;
}
.menulink ul li a:hover{
  color: #fff;
  text-decoration: none;
}
.menulink ul li:last-child a{
  border: none;
}
.menulink p{
  font-size: 12px;
  line-height: 12px;
  color: #7e7e7e;
  margin-top: 10px;
}
.social{
  position: absolute;
  right: 30px;
  top: 38px;
  padding: 0 15px;
}
.footer .social img{
  width: 35px;
  height: 35px;
  margin: 0 3px;
  opacity: 0.5;
}
.footer .social img:hover{
  opacity:1;
}
.footer .fb_share_btn:hover .fb_sharebtn{
  opacity:1;
}
/*Error from*/
.input_form {
  width: 98%;
  border: 1px solid #c2c2c2;
  font-size: 18px;
  padding-left: 2%;
  padding: 10px 0 10px 2%;
  color: #909090;
}
.err-lbl {
  display: none !important;
}

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

.err-div.show span.err-lbl {
  margin-top: -24px !important;
}
/*kks*/
.err-div.show .err-lbl.upload {
  margin: 4px 10px 10px 10px !important;/*kks*/
}
.err-div.show .err-lbl.education {
  margin: 10px 0 0px 50px !important;/*kks*/
}
/*kks*/
.container .team_members li .description .button:hover{
  color:#fff;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px 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: 5px;
  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: 5px;
  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: 5px;
}

.fb_share_btn{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.fb_share_icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: -4px 0 0 0;
  text-align: center;
}
.fb_share_btn iframe{
  opacity: 0;
}

.err-span{
  display: none;
}

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

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

.content_err_lbl textarea{
  border: 1px solid red !important;
}

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

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