  @charset "utf-8";
/* CSS Document */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
font-size: 16px;
font-family: 'Questrial', sans-serif;
line-height: 29px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
/*word-break: break-all;*/
	word-break: keep-all;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #000000;
  text-decoration: none;
}
.spa{
	display:none!important;
}

.link_box{
  position: relative;
  text-align: left;
  padding-left: 15px;
}
.link_mk:before {
  -webkit-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0.55em;
  left: -2px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #7d7a78;
  border-right: 2px solid #7d7a78;
  vertical-align: middle;
  content: "";
}
.limit_05 dt:nth-child(n+11),.limit_05 dd:nth-child(n+11){
  display:none;
}

.fnt_bold{
  font-weight: bold;
}

@media screen and (max-width: 780px) {
.pca{
	display:none!important;
}
.spa{
	display:inherit!important;
}
}

ul{
	margin: 0;
	padding:0;
}
ul li{
	margin: 0;
	padding:0;
	list-style: none;
}

#logo{
	position: absolute;
	top:20px;
	left:50px;
}
@media screen and (max-width: 1000px) {
#logo{
	position: absolute;
	top:20px;
	left:10px;
}
}

h1.kvu{
	font-size:40px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color:#fff;
	font-weight: normal;
	line-height: 52px;
}
@media screen and (max-width: 1000px) {
h1.kvu{
	font-size:30px;
	line-height:37px;
}
}

/* Nav
-----------------------------------------*/
.navwrap{
	position: absolute;
	right:200px;
	top:27px;
}
@media screen and (max-width: 1000px) {
.navwrap{
    position: relative;
    right: 0px;
    top: 69px;
}
}
.Nav {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .Nav {
   position: relative;
  border-top:none;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -60px;
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a.open {
  }
}
 
@media screen and (max-width: 1000px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  /*max-width: 1000px;*/
}
@media screen and (max-width: 1000px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
}
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  z-index: 2;
}
ul.submenu > li a,ul.submenu > li span {
   background-color: #4b4948;
   color: #fff;
}
@media screen and (max-width: 1000px) {
.Nav > ul > li a {
  padding: 10px 15px;
}
}
/*.Nav > ul > li.parent > a {
  padding-right:25px;
}*/
/*:.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}*/
@media screen and (max-width: 1000px) {
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}
 
.Nav > ul > li a:hover {
  color: #fff;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
 
/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
}
 
.Nav > ul > li > ul li {
  white-space: nowrap;
}
 
.Nav > ul > li > ul li a,
.Nav > ul > li > ul li span {
  position: relative;
  padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a,
  .Nav > ul > li > ul li span {
    border-bottom: solid 1px #616161;
    /*background-color: #EEE;*/
  }
}
.Nav > ul > li > ul li a::before,
.Nav > ul li ul li span::before {
    display: block;
    content: "";
    position: absolute;
    top: 56%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul li ul li span{
  display: flex;  
}
.Nav > ul li .grand_submenu a::before {
  display: block;
  content: "-";
  position: absolute;
  top: 33%;
  left: 24px;
  width: -10px;
  margin: -7px 0 0 0;
  border-top: unset;
  border-right: unset;
  transform: unset;
  color: #00a0e9;
  font-size: 1.5rem;
}
.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}
 
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}

header{
	position: fixed;
	height:90px;
	width: 100%;
	background: #fff;
	z-index: 1000;
}

.lang{
	position: absolute;
	right:50px;
	top: 32px;
}
.lang a{
	border:1px solid #000000;
	text-align: center;
	padding:5px 35px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color:#000;
}

.lang a:hover {
  background-color: #000000;
  color:#fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 1000px) {
.lang{
	position: absolute;
	right:62px;
	top: 31px;
}
.lang a{
	border:1px solid #000000;
	text-align: center;
	padding:5px 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 14px;
}
}
#kv img{
	width:100%;
	height:auto;
}

.hero {
  position: relative;
  overflow: hidden;
  /*height: 100vh;*/
}
.slider{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.slider .image{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: anime 15s 0s infinite; /* ②で設定したanimation-delayをスライド数で割った時間をdelay(15s)に入れる */
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*
  ②画像の数ごとに animation-delay を設定します。
　下記では、5秒間隔で切り替わるように設定しています。
*/
.slider .image:nth-of-type(1){
  /*background-image: url("/english/images/kv01.jpg");*/
}
.slider .image:nth-of-type(2){
  animation-delay: 10s;
  /*background-image: url("/english/images/kv02.jpg");*/
}
.slider .image:nth-of-type(3){
  animation-delay: 5s;
  /*background-image: url("/english/images/kv03.jpg");*/
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

h2.stan{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size:30px;
	text-align: center;
	margin:0 0 40px 0;
	line-height: 37px;
}
h2.stanC{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size:30px;
	text-align: left;
	margin:0 0 40px 0;
	line-height: 37px;
}
h2.stanW{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size:30px;
	text-align: center;
	margin:0 0 40px 0;
	color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
h2.stan{
	font-size:25px;
}
h2.stanC{
	font-size:25px;
	text-align: center;
}
h2.stanW{
	font-size:25px;
}
}


#contents{
	margin:70px 0 0 0;
}

dl.news{
	margin:0 ;
}
dl.news dt{
  float:left;
  padding:10px 5px;
}
dl.news dd{
  margin-left:245px;
  padding:10px 5px;
}
dl.news .day_release{
  width: 80px;
  display: inline-block;
}
dl.news .label_release{
  background-color:#4b4948;
  color:#fff;
  margin:0 20px;
  text-decoration:none;
	width:120px;
    display: inline-block;
	text-align: center;
}
dl.news .label_news{
  background-color:#e94628;
  color:#fff;
  margin:0 20px;
  text-decoration:none;
	width:120px;
	display: inline-block;
	text-align: center;
}
dl.news .label_ir{
  background-color:#1bb8ce;
  color:#fff;
  margin:0 20px;
  text-decoration:none;
	width:120px;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 1000px) {
dl.news dt{
  float:none;
  padding:10px 5px;
}
dl.news dd{
  margin-left:00px;
  padding:0px 5px 10px 5px;
}
}
	
.box{
	max-width:1100px;
	margin:auto auto 60px auto;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
.box{
	padding:0 10px;
}
}
.boxu{
	max-width:1100px;
	margin:auto auto 60px auto;
	padding:0 0 60px 0;
	overflow: hidden;
	border-bottom:solid 1px #ccc;
}
.boxu .tech-heading2:nth-child(n + 2){
  margin-top: 120px;
}

.boxut{
	max-width:1100px;
	margin:auto;
	padding:0 0 60px 0;
	overflow: hidden;
}
.boxuw{
	max-width:1100px;
	margin:auto;
	padding:0;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
.boxu{
	padding:0 10px 60px 10px;
}
.boxut{
	padding:0 10px 60px 10px;
}
.boxuw{
	padding:0 10px 60px 10px;
}
}
.btn {
	width:190px;
	margin:30px auto 0 auto;
}
.btn a{
	background: #21b8ce;
	padding:10px 20px;
	text-align: center;
	color:#fff;
	display: block;
}
.btn a:hover {
  background-color: #169aae;
	  -webkit-transition: all .5s;
  transition: all .5s;
}
.box02{
	margin:auto;
	overflow: hidden;
	background-image: url("/english/images/pbg.jpg");
	background-position: center;
}
@media screen and (max-width: 1000px) {
.box02{
	padding:0 10px;
}
}
.inner{
	max-width:1100px;
	margin:auto;
	padding:60px 0;
}
.inner02{
	max-width:1100px;
	margin:auto;
	position: relative;
	height:250px;
}
p.white{
	color:#fff;
	margin:0;
}
.box03{
	margin:auto auto 60px auto;
	overflow: hidden;
	background: #eff2f5;
	background-position: center;
}
@media screen and (max-width: 1000px) {
.box03{
	padding:0 10px;
}
}
.image-round1{
  border-radius: 50%;
}
.achievements{
	margin:0;
	padding:0;
}
.achievements li{
	border-radius: 50%;
	vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.achievements li img{
	width:100%;
	height:auto;
	display: block;
} 
.achievements{
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
}
.achievements::after{
  content: "";
  width: 30%;
}
.achievements li{
  width: 30%;
  margin-bottom: 2em;
	 position: relative;
}
.achievements li.li01{
  background-image: url("/english/images/b01.jpg");
	background-position: center;
	background-size: cover;
}
.achievements li.li02{
  background-image: url("/english/images/b02.jpg");
	background-position: center;
	background-size: cover;
}
.achievements li.li03{
  background-image: url("/english/images/b03.jpg");
	background-position: center;
	background-size: cover;
}
.achievements li.li04{
  background-image: url("/english/images/b04.jpg");
	background-position: center;
	background-size: cover;
}
.achievements li.li05{
  background-image: url("/english/images/b05.jpg");
	background-position: center;
	background-size: cover;
}
.achievements li.li06{
  background-image: url("/english/images/b08.jpg");
	background-position: center;
	background-size: cover;
}
.achievements li.li07{
  background-image: url("/english/images/b09.jpg");
	background-position: center;
	background-size: cover;
}
.achievements li.li08{
  background-image: url("/english/images/b07.jpg");
	background-position: center;
	background-size: cover;
}
.achievements li a{
  display: block;
	color:#fff;
	font-size:30px;
	z-index: 1;
	padding: 45.5% 0;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	transition: 0.5s;
}
.achievements li a:hover{
	background-color: rgba(0,0,0,0.2);
}
/*.achievements li a::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #0063cc;
  border-right: 3px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 3px solid transparent;
  position: absolute;
  right: 10px;
  top: calc(50%);
}*/
.achievements li span{
  display: block;
	color:#fff;
	font-size:30px;
	z-index: 1;
	padding: 45.5% 0;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	transition: 0.5s;
}
.achievements li .txt{
	color:#000;
	font-size: 13px;
    font-family: 'Questrial', sans-serif;
    line-height: 15px;
	position: absolute;
	bottom:-25px;
	text-align: center;
	width:100%;
}
@media screen and (max-width: 580px) {
.achievements li .txt{
	bottom: -50px;
}
}
.achievements li span:hover{
	background-color: rgba(0,0,0,0.2);
}
/*.achievements li span::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #0063cc;
  border-right: 3px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 3px solid transparent;
  position: absolute;
  right: 10px;
  top: calc(50%);
}*/
@media screen and (max-width: 580px) {
.achievements li a{
	font-size:20px;
	padding: 36.5% 0;
}
.achievements li span{
	font-size:20px;
	padding: 36.5% 0;
}
}
footer{
	position: relative;
}
.footnav01{
	position: absolute;
}
.footnav02{
    position: absolute;
    left: 170px;
}
.footnav03{
    position: absolute;
    left: 391px;
}
.footnav04{
    position: absolute;
    left: 624px;
}
.footnav05{
    position: absolute;
    left: 856px;
}
.footnav06{
    position: absolute;
    left: 1015px;
}

.footnav01 li,.footnav02 li,.footnav03 li,.footnav04 li,.footnav05 li,.footnav06 li{
	font-size:12px;
	color:#333333;
}
.topn{
	font-size:15px!important;
	color:#333333;
}

@media screen and (max-width: 1000px) {
	.inner02{
		display:none;
	}
}

#copyright{
	text-align: center;
	font-size:12px;
	margin-bottom: 20px;
}

.photoArea{
	float: left;
	width:25%;
}
.textArea{
	float: right;
	width:70%;
}
.photoArea-box{
  display: flex;
  margin: 30px 0;
}
.photoArea-box1{
  width: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
}
.photoArea-box1 p{
  margin-top: 0;
  margin-bottom: 10px;
}
.photoArea-box1 img{
  padding: 8px;
  border: #A6A6A6 1px solid;
}
.photoArea-box2{
  width: 33%;
  margin-right: 20px;
  margin-bottom: 10px;
}
.photoArea-box2 p{
  margin-top: 0;
}
.photoArea-box2 img{
  padding: 8px;
  border: #A6A6A6 1px solid;
}
.photoArea-box3{
  width: 25%;
  margin-right: 20px;
  margin-bottom: 10px;
}
.photoArea-box3 p{
  margin-top: 0;
}
.photoArea-box3 img{
  width: 100%;
  padding: 8px;
  border: #A6A6A6 1px solid;
}
.photoArea-box-d{
  text-align: center;
  margin: 20px 0;
}
.photoArea-box-d img{
  padding: 8px;
  border: #A6A6A6 1px solid;
}
.img-right{
  margin-left: auto;
  display: table;
}
.img-right img{
  padding: 8px;
  border: #A6A6A6 1px solid;
}
.img-right-text{
  text-align: left;
}
.font-bold a{
  font-size: 20px;
  color: #993333;
  margin: 15px 0 0 0;
}
.csr-flex{
  display: flex;
  flex-wrap: wrap;

}
.csr-tp{
  text-align: center;
  color: #fff;
  margin: 0;
}
.csr-card {
  border: 0;                                                 
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 15%);
  width: 23%;
  margin: 2% 1% 20px 1%;
  border-radius: 10px;
  overflow: hidden;
}
.csr-ci:hover{
  opacity: 0.8;
}
.csr-title {                                                                                                                   
  background-color: #6cadb6;
  text-align: center;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}
.csr-ci{
  width: 120px;
  height: 152px;
  margin: 20px auto 0 auto;
}
.csr-ci img{
  width: 100%;
  border: solid 1px #ccc;
  padding: 2px;
}
.csr-pdf{
  text-align: center;
}
.csr-pdf::before{
  content: url("/english/investor_relations/images/com_ic008.gif");
  vertical-align: middle;
  padding-right: 5px;

}
.sign{
	text-align: right;
	margin-top:20px;
}
.full{
	width:100%;
	height: auto;
}
@media screen and (max-width: 1000px) {
.csr-card {
  width: 48%;
}
.photoArea-box-d img{
  width: 100%;
}
.photoArea-box{
  display: block;
}
.photoArea-box1{
  width: 100%;
}
.photoArea-box1 img{
  width: 100%;
}
.photoArea-box2{
  width: 100%;
}
.photoArea-box2 img {
  width: 100%;
}
.photoArea-box3{
  width: 100%;
}
.photoArea-box3 img {
  width: 100%;
}
.img-right{
  width: 100%;
}
.img-right img{
  width: 100%;
}
.photoArea{
	float: none;
	width:100%;
	margin-bottom:20px;
}
.textArea{
	float: none;
	width:100%;
}
}
.kv_u{
	background-image: url("/english/images/bg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_contact{
	background-image: url("/english/images/contactbg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_ir{
	background-image: url("/english/images/irbg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_sustainability{
	background-image: url("/english/images/sustainabilitybg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_sustainability02{
	background-image: url("/english/images/sustainabilitybg2.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_ci{
	background-image: url("/english/images/cibg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_project{
	background-image: url("/english/images/projectbg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_project_none{
	background-position: center;
	padding:200px 0 100px 0;
}
.kv_project_none h1.kvu{
	color:#000;
}
.kv_technology{
	background-image: url("/english/images/technologybg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_technology_none{
	background-position: center;
	padding:200px 0 100px 0;
}
.kv_technology_none h1.kvu{
	color:#000;
}
.kv_brazil{
	background-image: url("/english/images/bg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_vietnam{
	background-image: url("/english/images/vietnambg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_w_africa{
	background-image: url("/english/images/westafricabg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_domestic{
	background-image: url("/english/images/domesticbg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_myanmar{
	background-image: url("/english/images/myanmarbg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_overseas{
	background-image: url("/english/images/overseasbg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_thailand{
	background-image: url("/english/images/thailandbg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_srilanka{
	background-image: url("/english/images/srilankabg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_america{
	background-image: url("/english/images/americabg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
.kv_indonesia{
	background-image: url("/english/images/indonesiabg.jpg");
	background-position: center;
	padding:200px 0 100px 0;
	background-size: cover;
}
@media screen and (max-width: 1000px) {
.kv_u{
	background-image: url("/english/images/bg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_contact{
	background-image: url("/english/images/contactbg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_ir{
	background-image: url("/english/images/irbg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_sustainability{
	background-image: url("/english/images/sustainabilitybg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_ci{
	background-image: url("/english/images/cibg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_project{
	background-image: url("/english/images/projectbg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_project_none{
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_project_none h1.kvu{
	color:#000;
}
.kv_technology{
	background-image: url("/english/images/technologybg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_technology_none{
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_technology_none h1.kvu{
	color:#000;
}
.kv_vietnam{
	background-image: url("/english/images/vietnambg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_w_africa{
	background-image: url("/english/images/westafricabg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_domestic{
	background-image: url("/english/images/domesticbg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_myanmar{
	background-image: url("/english/images/myanmarbg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_overseas{
	background-image: url("/english/images/overseasbg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_srilanka{
	background-image: url("/english/images/srilankabg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
.kv_thailand{
	background-image: url("/english/images/thailandbg.jpg");
	background-position: center;
	padding:130px 0 50px 0;
}
}

table.demo01 { width: 100%; }
table.demo01 th, table.demo01 td  { padding: 10px; border: 1px solid #ddd; }
table.demo01 th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 ; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}
table.demo02 { width: 100%; }
table.demo02 th, table.demo02 td  { padding: 10px; border: 1px solid #ddd; }
table.demo02 th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo02 th  { width: 30%; text-align: center; }
 
@media only screen and (max-width:780px){
    .demo02 { margin: 0 ; }
    .demo02 th,
    .demo02 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo02 tr:first-child th { border-top: 1px solid #ddd; }
}

.full{
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  border:#A6A6A6 1px solid;
}
.f75{
  width:75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  border:#A6A6A6 1px solid;
}
.his{
	background: #00ABFF;
	color:#fff;
	font-size:12px;
	margin-left: 10px;
	padding:3px 5px;
}
.subm{
	background: #e9492b;
	color:#fff;
	font-size:18px;
	padding:10px 40px;
	border:none;
}
.ress{
	background: #000;
	color:#fff;
	font-size:18px;
	padding:10px 20px;
	border:none;
}
.form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.img100{
	width:100%;
	height:auto;
}

.bl{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size:30px;
	text-align: center;
	margin:0 0 40px 0;
	line-height: 37px;
	color:#036eb7;
}
@media screen and (max-width: 1000px) {
.bl{
	font-size:25px;
}
.f75{
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  border:#A6A6A6 1px solid;
}
}
.gcent{
	text-align: center;
}
.sma{
	font-size:12px;
	line-height: 24px;
}
.fit{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size:20px;
	text-align: center;
	margin:0 0 40px 0;
	line-height: 37px;
	color:#993333;
}
.fitt{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size:20px;
	text-align: center;
	line-height: 37px;
	color:#993333;
}
.table-wrap {
  overflow-x:auto;
}
.table-wrap .table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.table-wrap .table th {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: left;
  width: 25%;
}
.table-wrap .td01 th {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: center;
  width: 25%;
}
.table-wrap .table td {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: right;
  width: 25%;
}
.table-wrap .td01 td {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: center;
  width: 25%;
}
.table-wrap .table02 {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.table-wrap .table02 th {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: left;
  width: 25%;
}
.table-wrap .table02 td {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: right;
  width: 25%;
}


.table-wrapIR {
  overflow-x:auto;
}
.table-wrapIR .table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.table-wrapIR .table th {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: center;
  width: 15%;
	background: #f7f7f7;
}
.table-wrapIR .table td {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: center;
  width: 15%;
}
.table-wrapIR .table02 {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.table-wrapIR .table02 th {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: left;
  width: 25%;
}
.table-wrapIR .table02 td {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: right;
  width: 25%;
}

.hcent{
	text-align: center!important;
	font-weight: bold;
}
.lef{
	text-align: left!important;
}
.gr{
	background: #EFEFEF
}
.boxu .pdf,.boxut .pdf {
    padding: 0 0 2px 20px;
    background: url("/english/investor_relations/images/com_ic008.gif") no-repeat 0 0.2em;
	background-position: left;
}
.fits{
	margin-top: 30px;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.colorfilter-base {
    background-color: #000; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
	border-radius: 50%;
	overflow: hidden;
}
.colorfilter-image {
    opacity: 0.7;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}

.cmn-unorder-list > li {
    position: relative;
    padding-left: 22px;
}

.cmn-unorder-list > li::before {
    position: absolute;
    top: .35em;
    left: 0;
    width: 12px;
    height: 12px;
    border: 4px solid #4b4948;
    border-radius: 50%;
    content: "";
}
.ICimg{
	text-align: center;
}
@media screen and (max-width: 1000px) {
.ICimg img{
	width: 100%;
		height:auto;
}
}
.ICimg02{
	text-align: center;
	margin-top:20px;
}
@media screen and (max-width: 1000px) {
.ICimg02 img{
	width: 100%;
		height:auto;
}
}

.row {
    margin-right: -1.125rem;
    margin-bottom: 0;
    margin-left: -1.125rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}
.link-anc-wrap>li, .link-anc.btn {
    margin-bottom: 0;
}
.col-md-4 {
    flex: 0 0 31%;
    max-width: 31%;
}
.link-anc-wrap>li, .link-anc.btn {
    margin: 0 1% 0 1%;
}
.btn {
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: .8rem 1.6rem;
    overflow: hidden;
    font-size: 1rem;
}
.link-anc {
    position: relative;
    justify-content: center;
    padding: .875rem 1rem;
    border-bottom: 1px solid #e1e2e3;
    font-size: 1rem;
    font-weight: 700;
    transition: all .25s cubic-bezier(.4,0,.2,1);
}
.link-anc:hover {
    border-bottom: 1px solid #0098ad;
	color:#0098ad;
}
.btn:after, .btn:before {
    transition: all .25s cubic-bezier(.4,0,.2,1);
}
.link-anc:after {
    -webkit-transform: rotate(135deg);
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin: -7px 0 0;
    transform: rotate(135deg);
    border-top: 2px solid #7d7a78;
    border-right: 2px solid #7d7a78;
    content: "";
}
.link-anc:hover:after {
    border-top: 2px solid #0098ad;
    border-right: 2px solid #0098ad;
}
.btns {
    box-sizing: border-box;
    display: flex;
    /* position: relative; */
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding: .8rem 1.6rem;
    overflow: hidden;
    font-size: 1rem;
}

#mp{
	margin-top:-100px;
	padding-top:100px;
}
#anc-1,#anc-2,#anc-3{
	margin-top:-100px;
	padding-top:100px;
}
.tech-nav-index__tab-list{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.tec-left{
  width: 60%;
}
.tec-right{
  width: 35%;
}
.tech-nav-index{
  display: block;
  padding: 12px 0 0 0;
  border-top: 4px solid #4b4948;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
}
.btn02 {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: .8rem 1.6rem;
  overflow: hidden;
  font-size: 1rem;
  width: 300px;
}
.tech-heading2 {
  position: relative;
  margin: 4.5em 0 2em;
}
.tech-heading2 .tech-heading2__title {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px 42px 0 0;
  background-color: #fff;
}
.tech-heading2 .tech-heading2__title__label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}
.tech-heading2 .tech-heading2__title__label::before {
  left: 9px;
  background-color: #1bb8ce;
}

.tech-heading2 .tech-heading2__title__label::after {
  left: 0;
  background-color: #e94829;
}
.tech-heading2 .tech-heading2__title__label::before, .tech-heading2 .tech-heading2__title__label::after {
  position: absolute;
  top: .1em;
  width: 5px;
  height: 31px;
  border-radius: 5px;
  content: "";
}
.tech-heading2__image img{
  width: 100%;
}
.tech-link-list {
  display: flex;
  flex-flow: row wrap;
  margin: 1em 0 3em 0;
}
.tech-link-list > li {
  width: calc(((100% - 36px * 1) / 2) - 0.1px);
  margin-top: .75em;
  margin-left: 36px;
  margin-bottom: 0;
}
.tech-link-list [class*="tech-link-list__type"] {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  word-break: break-word;
}
.tech-link-list [class*="tech-link-list__type"]::before {
  display: inline-block;
  position: absolute;
  top: .7em;
  left: -2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7d7a78;
  border-right: 2px solid #7d7a78;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  content: "";
}
.tech-link-list > li:nth-child(2n+1) {
  margin-left: 0;
}
.tech-link-list .tech-link-list__label {
  display: inline-block;
  position: relative;
}
.row02 {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}
.tech-heading3__title{
padding: 0 0 15px 0;
border-bottom: 1px solid #ddd;
}

@media (max-width: 767.98px){
.tech-heading2 .tech-heading2__title {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px 20px 0 15px;
  background-color: #fff;
  line-height: 1;
}
.row02 {
  display: block;
}
.tech-nav-index__tab-list{
  display: block;
}
.tec-left {
  width: 100%;
}
.tec-right {
  width: 100%;
}
.link-anc-wrap>li, .link-anc-wrap>li:last-child {
    margin-bottom: 1em;
	flex: 0 0 46%;
    max-width: 46%;
}
.link-anc.btn {
    padding: 10px 10px 10px 27px;
    text-align: left;
}
.link-anc-wrap>li, .link-anc-wrap>li:last-child {
    margin-bottom: 1em;
    margin: 0 2% 0 2%;
}
.link-anc {
    justify-content:inherit;
}
}
.ach{
	overflow: hidden;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	padding:10px 0;
}
.ach li{
	border: 0;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 15%);
	width:23%;
	margin:0 1% 20px 1%;
	border-radius: 10px;
	overflow: hidden;
}
.ach li .card img{
	width:100%;
	height:auto;
}
.ach li .card{
	height:130px;
	overflow: hidden;
}
.ach li .card__body{
	padding:20px;
}
.ach li .card__label{
	background-color: #6cadb6;
    display: inline-block;
    padding: 0 20px;
    min-width: 90px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
}
.ach li .card__title{
	margin-top:5px;
	font-weight: bold;
}
@media (max-width: 767.98px){
.ach li {
    width: 100%;
	margin-bottom: 15px;
}
.ach li .card{
	height: 50vw;
	overflow: hidden;
}
}

.maparea{
	float: left;
	width:65%;
}
.cop{
	float: right;
	width:30%;
}
.cname{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.subcop{
	overflow: hidden;
	clear: both;
	padding-top:50px;
}
.ccd{
	font-size:25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin:0 0 20px 0;
}
.bo01{
	float: left;
	width:48%;
}
.bo02{
	float: right;
	width:48%;
}
@media (max-width: 767.98px){
.maparea{
	float: none;
	width:100%;
	margin-bottom: 20px;
}
.cop{
	float: none;
	width:100%;
}
.bo01{
	float: none;
	width:100%;
	margin-bottom: 15px;
}
.bo02{
	float: none;
	width:100%;
}
}

.coph img{
	width:100%;
	height:auto;
}

#anc-construction,#anc-comfortable,#anc-special,#anc-ecology_arch,#anc-ict,#anc-surrounding,#anc-b01,#anc-b02,#anc-b03,#anc-b04,#anc-b05{
padding-top: 100px;
margin-top:-100px;
}

.date{
	color:#BFBFBF;
	margin:20px;
}
.leftArea{
	float: left;
	width:48%;
}
.rightArea{
	float: right;
	width:48%;
}
.leftArea img{
	width:100%;
	height:auto;
}
.rightArea img{
	width:100%;
	height:auto;
}
@media (max-width: 767.98px){
.leftArea{
	float: none;
	width:100%;
}
.rightArea{
	float: none;
	width:100%;
}
}

.fitas{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size:20px;
	text-align: left;
	margin:0 0 20px 0;
	line-height: 28px;
	color:#000;
}
.dfs{
	text-align: center;
}
.dfs img{
	text-align: center;
	padding: 8px;
    border: #A6A6A6 1px solid;
}
@media (max-width: 767.98px){
.dfs img{
	text-align: center;
	width:100%;
	height:auto;
}
}
ul.qlo{
	overflow: hidden;
}
ul.qlo li{
	float: left;
	width:32%;
	margin-right:2%;
}
ul.qlo li:last-child{
	float: right;
	width:32%;
	margin-right:0%;
}
ul.qlo li img{
	padding: 8px;
	width:100%;
	height:auto;
	border: #A6A6A6 1px solid;
}
@media (max-width: 767.98px){
ul.qlo li{
	float: none;
	width:100%;
	margin-right:0%;
	margin-bottom:15px;
}
ul.qlo li:last-child{
	float: none;
	width:100%;
	margin-right:0%;
	margin-bottom:0%;
}
}

.table td.table-tbcolor-lv1, .table th.table-tbcolor-lv1 {
    background-color: #7d7a78;
    color: #fff;
    font-weight: 700;
}
.table td.table-tbcolor-lv2, .table th.table-tbcolor-lv2 {
    background-color: #f4f4f4;
}

.estflame{
	overflow: hidden;
	margin:0 0 50px;
}
.estLeft{
	float: left;
	width:65%;
}
.estRight{
	float: right;
	width:30%;
}
.estRight img{
	width:100%;
	height:auto;
}
.estTable{
	width:100%;
}
.estTable th{
	width:25%;
	text-align: left;
	vertical-align: top;
}
.estTable td{
	width:75%;
	vertical-align: top;
}
@media (max-width: 767.98px){
.estLeft{
	float: none;
	width:100%;
	margin-bottom:20px;
}
.estRight{
	float: none;
	width:100%;
}
.estTable th{
	width:100%;
	text-align: left;
	vertical-align: top;
	display: block;
}
.estTable td{
	width:100%;
	vertical-align: top;
	display: block;
}
}


/* ---------------
timelydisclosure
---------------*/
.t_disclose span.day_release{
  display: inline-flex;
  margin: auto 10px;
}
.t_disclose p.pdf{
    display: inline-flex;
    max-width: 630px;
}
@media (max-width: 767.98px){
  .t_disclose p.pdf{
    margin-top: 0px;
  }
}


/* ---------------
General meeting
---------------*/
@media (min-width: 768px){
  .list_content{
    width: 900px;
    margin: auto;
  }
  .list_description_row{
    display: flex;
    flex-wrap: nowrap;

  }
  .list_description_row dt{
    width: 20%;
  }
  .list_description_row dd{
    width: 80%;
    margin: unset;
  }
}
.list_content{
  padding: 20px;
}

.row.center-row {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 800px;
}
img.img-fluid {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}
.my-container {
  margin-bottom: 3.2rem;
  max-width: 1000px !important;
}

@media (min-width: 768px) {  /* PC幅（md以上） */
  .col-md-4.custom-width-1 {
    flex: 0 0 34.6%;   /* 横幅30% */
    max-width: 34.6%;
  }
  .col-md-4.custom-width-2 {
    flex: 0 0 31%;   /* 横幅30% */
    max-width: 31%;
  }
  .col-md-4.custom-width-3 {
    flex: 0 0 29%;   /* 横幅30% */
    max-width: 29%;
  }
  .col-md-4.custom-width-4 {
    flex: 0 0 38%;   /* 横幅30% */
    max-width: 38%;
  }
}
.img-wrapper {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 0.3rem;
}

/* 共通：スマホでは幅100%で自動調整 */
.responsive-img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* PC幅（md以上）：高さを最大400pxに制限 */
@media (min-width: 768px) {
  .responsive-img {
    height: auto;
    max-height: 400px;
    width: auto;        /* 高さ優先にする */
    max-width: 100%;    /* 横は枠内で収める */
  }
}