@charset "UTF-8";
/* CSS Document */
body {
  /*background: #F7F7F7;*/
  margin: 0;
  padding: 0;
}
h2{
  font-size: 20px;
  font-weight: 700;
}
#page_block01 {
  /*margin-top: 50px;*/
  padding-bottom: 155px;
  background-image: url("../../../img/menu/1/1-1/chairman_block_bg.jpg");
  /*background-position: 50% -960%;*/
  /*  background-position: bottom;*/
  background-position: 30% 100%;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-size: 180%;
}
#page_block02 {
  padding-bottom: 155px;
  background-image: url("../../../img/menu/1/1-1/g_manager_block_bg.jpg");
  /*background-position: 30% 117%;*/
  /*  background-position: bottom;*/
  background-position: 44% 100.7%;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-size: 340%;
}
#page_block01 .block_tcontent {
  text-align: left;
}
.block_tc_title{
  font-weight: bold;
  /*font-weight: 500;*/
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 20px;
  color: #2B7A77;
}
.blk_tc_content{
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 20px;
  /*font-weight: bold;*/
  /*text-align: justify;*/
  text-align: left;
}
#blk_tc03_content04{
  margin-bottom: 80px;
}
#blk_tc03_content04 a{
  color: #3AAFA9;
}
#blk_tc04_content02{
  width: 100%;
  height: 443px;
  background-image: url("../../../img/menu/1/1-1/responsibilities_mb_en.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 50px;
}
.leaders {
  margin-top: 15px;
  /*width: 100%;*/
  width: 60%;
  height: 110px;
  float: right;
  /*margin-left: 5%;*/
}
#chairman_photo {
  display: block;
  position: absolute;
  right: 20px;
  width: 140px;
  height: 140px;
  background-image: url("../../../img/menu/1/1-1/chairman_photo.png");
  /*-webkit-mask: url('../../../img/menu/1/1-1/chairman_photo.png') no-repeat center center/cover;*/
  /*mask: url('../../../img/menu/1/1-1/chairman_photo.png') no-repeat center center/cover;*/
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
}
#chairman_title, #g_manager_title {
  /*			color: #717784;*/
  /*color: #4CA4AF;*/
  line-height: 120%;
  color: #264E58;
  margin-left: 0;
  margin-top: 0;
}
#chairman_sign {
  display: block;
  /*width: 130px;*/
  width: 70px;
  height: 56px;
  margin-left: 0;
  margin-top: 10px;
  /*	margin-left: 180px;*/
  background-image: url("../../../img/menu/1/1-1/chairman_sign.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#g_manager_photo {
  display: block;
  position: absolute;
  right: 20px;
  width: 140px;
  height: 140px;
  background-image: url("../../../img/menu/1/1-1/g_manager_photo.png");
  /*-webkit-mask: url('../../../img/menu/1/1-1/g_manager_photo.png') no-repeat center center/cover;*/
  /*mask: url('../../../img/menu/1/1-1/g_manager_photo.png') no-repeat center center/cover;*/
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
}
#g_manager_sign {
  /*width: 130px;*/
  display: block;
  width: 70px;
  height: 56px;
  margin-left: 0;
  margin-top: 10px;
  /*	margin-left: 180px;*/
  background-image: url("../../../img/menu/1/1-1/g_manager_sign.png");
  background-size: 90%;
  background-repeat: no-repeat;
}
.top-block {
  /*margin-top: 30px;*/
}
.block_title {
  max-width: 1080px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  /*line-height: 53px;*/
  text-align: center;
  color: #3AAFA9;
  /*margin-top: 50px;*/
  /*margin-bottom: 30px;*/
  margin-top: 30px;
  margin-bottom: 20px;
}

.block_tcontent {
  width: 90%;
  max-width: 1080px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #40474A;
}
#organization_image{
  width: 100%;
  height: 327px;
  background-image: url("../../../img/menu/1/1-1/organization_mb_en.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#blk_tc03_content03{
  width: 100%;
  overflow-x: auto;
}
#org_table{
  width: 1080px;
  height: 418px;
  border: 2px solid #4AC8C1;
  border-radius: 12px;
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 20px;
  border-spacing: 0;
}
thead{
  background-color:#4AC8C1;
  color: white;
  border: 1px solid #4AC8C1;
}
thead td{
  text-align: center;
  border: 1px solid #4AC8C1;
}
tbody{
  color: #264E58;
}
tbody tr :nth-child(odd){
  background-color: #EEF8F7;
}
td{
  padding: 15px 10px;
  border: 1px solid #C8CBD0;
}
tbody td:nth-child(1), td:nth-child(2){
  text-align: center;
}
td:nth-child(1){
  min-width: 220px;
}
td:nth-child(2){
  min-width: 200px;
}
td:nth-child(3){
  text-align: left;
}
thead td:first-child{
  border-top-left-radius: 10px;
}
thead td:last-child{
  border-top-right-radius: 10px;
}
tbody tr:last-child td:first-child{
  border-bottom-left-radius: 10px;
}
tbody tr:last-child td:last-child{
  border-bottom-right-radius: 10px;
}
#org_th_td03{
  text-align:  center;
}
#org_tr03_td03_li02, #org_tr03_td03_li03{
  margin-top: 14px;
}
#block00 {
  position: relative;
  width: 290px;
  /*height: 700px;*/
  margin-top: 50px;
  /*padding-bottom: 300px;*/
  padding-bottom: 100px;
}
/*

		#block00{
			height: 830px;

		}
*/
#block01 {
  width: 290px;
  height: 290px;
}
/*
		#block01 {
	  width: 530px;
	  height: 530px;
	}
*/
.block01 {
  /*	     clip-path: polygon(45% 0%, 45% 50%, 100% 80%); */
  cursor: pointer;
}
#block01-1 {
  width: 155px;
  height: 395px;
  background-size: 164% auto;
  background-position: -45px -15px;
  /* background: #6fba2c; */
  margin-left: 0;
  margin-top: 0;
  float: left;
  background-image: url('../../../img/menu/1/1-1/block01-1mbh.svg');
  background-repeat: no-repeat;
}
#block01-1:hover {
  margin-left: -5px;
  margin-top: -5px;
  background-image: url("../../../img/menu/1/1-1/block01-1mbh.svg");
}
.h_block01 {
  display: none;
}
/*
		#b1-1h_block{
			margin-top: 0px;
			margin-left: -300px;
		}
		#block01-1:hover #b1-1h_block{
			display: block;
		}
		#b1-2h_block{
			margin-top: 0px;
			margin-left: 310px;
		}
		#block01-2:hover #b1-2h_block{
			display: block;
		}
		#b1-3h_block{
			margin-top: -150px;
			margin-left: 565px;
		}
		#block01-3:hover #b1-3h_block{
			display: block;
		}
*/
.h_block01 {
  z-index: 2;
  position: absolute;
  width: 240px;
  height: auto;
  margin: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.hb_title {
  font-size: 16px;
  margin: 10px;
  padding: 10px;
  background: #F7F7F7;
  color: #264E58;
  border-radius: 10px;
  font-weight: bold;
}
.hb_stitle {
  font-size: 16px;
  color: #3AAFA9;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}
.hb_sstitle {
  font-size: 14px;
  color: #2B7A77;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}
.hb_content {
  font-size: 14px;
  color: #40474A;
  text-align: left;
  margin-left: 30px;
  padding-bottom: 10px;
}
#block01-2 {
  width: 145px;
  height: 210px;
  margin-left: 155px;
  margin-top: 10px;
  background-image: url("../../../img/menu/1/1-1/block01-2mb.svg");
  background-size: 98.3% auto;
  background-repeat: no-repeat;
}
#block01-2:hover {
  background-image: url("../../../img/menu/1/1-1/block01-2mbh.svg");
  margin-left: 160px;
  margin-top: 0;
}
#block01-3 {
  /* cursor: pointer; */
  position: absolute;
  width: 284px;
  height: 215px;
  /* background: #056fb8; */
  margin-left: 20px;
  margin-top: -16px;
  background-image: url('../../../img/menu/1/1-1/block01-3mb.svg');
  background-size: 91% auto;
  background-position: 0 -84px;
  background-repeat: no-repeat;
}
#block01-3:hover {
  background-image: url("../../../img/menu/1/1-1/block01-3mbh.svg");
  margin-top: -10px;
}
#block02 {
  cursor: pointer;
  position: absolute;
  top: 35px;
  left: 44px;
  width: 220px;
  height: 220px;
  background-color: #4AC8C1;
  border-radius: 300px;
  background-image: url("../../../img/menu/1/1-1/block02mb.svg");
  background-size: 128% auto;
  background-repeat: no-repeat;
  background-position: center;
}
#block02:hover {
  /*top: 20px;*/
  /*left: 30px;*/
  /*width: 250px;*/
  /*height: 250px;*/
  top: 30px;
  left: 40px;
  width: 230px;
  height: 230px;
}
.hb_close {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  background-image: url("../../../img/menu/1/1-1/hb_close.svg");
  margin-left: 95%;
  margin-top: -40px;
}
.hb_close:hover {
  opacity: 0.7;
}
.h_block01 {
  display: none;
  position: absolute;
  z-index: 999;
  top: 3.5%;
  left: 12.5%;
  width: 95%;
  max-width: 210px;
  height: auto;
  margin: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.h_block02 {
  display: none;
  position: absolute;
  z-index: 999;
  top: 3.5%;
  left: 1.5%;
  width: 95%;
  max-width: 658px;
  margin: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
#b1-1h_block, #b1-2h_block {
  top: 3%;
}
.hb_title02 {
  width: calc(100% - 20px);
  /*			width: 110px;*/
  /*			height: 110px;*/
  /*			height: calc(100% - 30px);*/
  margin: 10px;
  padding: 10px;
  background: #F7F7F7;
  color: #264E58;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: left;
}
.hb_stitle02-1 {
  margin-top: 10px;
}
.hb_stitle02 {
  font-size: 16px;
  color: #3AAFA9;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
  /*			float: left;*/
}
.hb_content02_f {
  /*			float: left;*/
  font-size: 14px;
  color: #40474A;
  text-align: left;
  margin-left: 10px;
  /*			margin-top: 14px;*/
  padding-bottom: 10px;
  /*			width: calc(100% - 200px);*/
}
.hb_content02 {
  font-size: 14px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  /*			float: left;*/
  color: #40474A;
  text-align: left;
  padding-bottom: 10px;
  /*			width: calc(100% - 200px);*/
}
/*#block03 {*/
/*  cursor: pointer;*/
/*  position: absolute;*/
/*  top: 50px;*/
/*  left: 60px;*/
/*  width: 190px;*/
/*  height: 190px;*/
/*  background-color: #EEF8F7;*/
/*  border-radius: 300px;*/
/*  background-image: url("../../../img/menu/1/1-1/block03mb.svg");*/
/*  background-size: 100% auto;*/
/*  background-repeat: no-repeat;*/
/*}*/
/*#block03:hover {*/
/*  top: 45px;*/
/*  left: 55px;*/
/*  width: 200px;*/
/*  height: 200px;*/
/*}*/
#block04 {
  cursor: pointer;
  position: absolute;
  top: 70px;
  left: 80px;
  width: 150px;
  height: 150px;
  background-color: #FFF;
  border-radius: 300px;
  background-image: url("../../../img/menu/1/1-1/block04mb.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#block04:hover {
  /*top: 60px;*/
  /*left: 70px;*/
  /*width: 170px;*/
  /*height: 170px;*/
  top: 65px;
  left: 75px;
  width: 160px;
  height: 160px;
}
#block05 {
  cursor: pointer;
  position: absolute;
  top: 105px;
  left: 115px;
  width: 80px;
  height: 80px;
  background: #2B7A77 url("../../../img/menu/1/1-1/block05.png") no-repeat center center/cover;
  background-size: 100% auto;
  border-radius: 300px;
  color: #fff;
  line-height: 130px;
  font-size: 24px;
}
#block05:hover {
  background-color: #00A29A;
  background-image: url('../../../img/menu/1/1-1/block05h.svg');
  background-size: 100%;
  top: 100px;
  left: 110px;
  width: 90px;
  height: 90px;
}
#lightbox {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
}
#bottom-block {
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*left: -140px;*/
  margin-top: -100px;
}
/*#polygon12 {*/
/*  !*position: absolute;*!*/
/*  !*top: -215px;*!*/
/*  !*left: -113px;*!*/
/*  !*width: 650px;*!*/
/*  width: 90%;*/
/*  min-width: 260px;*/
/*  height: 130px;*/
/*  background: url('../../../img/menu/1/1-1/polygon12.svg') top center/cover no-repeat;*/
/*  z-index: -1;*/
/*}*/
/*#esg_publication {*/
/*  !*width: calc(80% - 40px);*!*/
/*  !*width: calc(100% - 40px);*!*/
/*  width: 100%;*/
/*  height: auto;*/
/*  !* margin: 10px; *!*/
/*  !*margin-left: 31%;*!*/
/*  !*margin-top: -90px;*!*/
/*  margin-top: -12px;*/
/*  padding: 20px;*/
/*  border-radius: 10px;*/
/*  background: #fff;*/
/*}*/
/*#p_photo {*/
/*  !*width: 264px;*!*/
/*  width: 254px;*/
/*  !*height: 189px;*!*/
/*  height: 169px;*/
/*  border-radius: 10px;*/
/*  margin-bottom: 20px;*/
/*  background: url("../../../img/menu/1/1-1/esg_publication.jpeg") no-repeat center center/cover;*/
/*  -webkit-mask: url('../../../img/menu/1/1-1/esg_publication.png') no-repeat center center/cover;*/
/*  mask: url('../../../img/menu/1/1-1/esg_publication.png') no-repeat center center/cover;*/
/*  !*float: left;*!*/
/*}*/
/*#p_title {*/
/*  display: inline-table;*/
/*  !*font-size: 24px;*!*/
/*  font-size: 18px;*/
/*  color: #3AAFA9;*/
/*  font-weight: 700;*/
/*}*/
/*#p_content {*/
/*  font-size: 14px;*/
/*  line-height: 20px;*/
/*  color: #40474A;*/
/*  font-weight: 400;*/
/*  width: 100%;*/
/*  margin-top: 20px;*/
/*  text-align: left;*/
/*}*/

.search_icon {
  left: 10px;
}
#hb4_content02 li{
  text-indent: -1.4em;
  margin-left: 1.8em;
}
@media only screen and (min-width:560px) {
  .h_block01 {
    top: 15%;
    left: 28.5%;
  }
  .h_block02 {
    top: 15%;
    left: 0;
  }
  #b4h_block{
    top: 9%;
  }
  #b2h_block{
    top: 2%;
  }
  #polygon12 {
    left: 15px;
    height: 230px;
  }
  .block_title {
    font-size: 36px;
  }
  #block00 {
    position: relative;
    width: 550px;
    height: 830px;
    margin-top: 50px;
    /*padding-bottom: 300px;*/
    /*padding-bottom: 100px;*/
  }
  #block01 {
    width: 530px;
    height: 530px;
    /*		padding: 10px;*/
  }
  #block01-1 {
    /*		cursor: pointer;*/
    width: 265px;
    height: 395px;
    background-size: 175% auto;
    background-position: -95px -25px;
    background-image: url('../../../img/menu/1/1-1/block01-1.svg');
  }
  #block01-1:hover {
    margin-left: -5px;
    margin-top: -5px;
    background-image: url('../../../img/menu/1/1-1/block01-1h.svg');
  }
  #block01-2 {
    /*		cursor: pointer;*/
    width: 265px;
    height: 395px;
    /*	  background: #f6ad2d;*/
    margin-left: 265px;
    background-image: url('../../../img/menu/1/1-1/block01-2.svg');
  }
  #block01-2:hover {
    margin-left: 275px;
    background-image: url('../../../img/menu/1/1-1/block01-2h.svg');
  }
  #block01-3 {
    width: 510px;
    background-position: 0 -155px;
    margin-left: 24px;
    margin-top: -35px;
    background-image: url('../../../img/menu/1/1-1/block01-3.svg');
  }
  #block01-3:hover {
    margin-top: -29px;
    background-image: url('../../../img/menu/1/1-1/block01-3h.svg');
  }
  #block02 {
    cursor: pointer;
    position: absolute;
    top: 60px;
    left: 70px;
    width: 410px;
    height: 410px;
    background-image: url("../../../img/menu/1/1-1/block02.svg");
    background-size: 100% auto;
  }
  #block02:hover {
    top: 50px;
    left: 60px;
    width: 430px;
    height: 430px;
  }
  /*#block03 {*/
  /*  cursor: pointer;*/
  /*  position: absolute;*/
  /*  top: 100px;*/
  /*  left: 110px;*/
  /*  width: 330px;*/
  /*  height: 330px;*/
  /*  background-image: url("../../../img/menu/1/1-1/block03.svg");*/
  /*}*/
  /*#block03:hover {*/
  /*  top: 90px;*/
  /*  left: 100px;*/
  /*  width: 350px;*/
  /*  height: 350px;*/
  /*}*/
  #block04 {
    cursor: pointer;
    position: absolute;
    top: 120px;
    left: 130px;
    width: 290px;
    height: 290px;
    background-image: url("../../../img/menu/1/1-1/block04.svg");
  }
  #block04:hover {
    top: 110px;
    left: 120px;
    width: 310px;
    height: 310px;
  }
  #block05 {
    cursor: pointer;
    position: absolute;
    top: 200px;
    left: 210px;
    width: 130px;
    height: 130px;
    background: #2B7A77 url("../../../img/menu/1/1-1/block05.svg") no-repeat center center/cover;
    /*-webkit-mask: url('../../../img/menu/1/1-1/block05.svg') no-repeat center center/cover;*/
    /*mask: url('../../../img/menu/1/1-1/block05.svg') no-repeat center center/cover;*/
  }
  #block05:hover {
    top: 190px;
    left: 200px;
    width: 150px;
    height: 150px;
  }
  .hb_title, .hb_title02 {
    font-size: 24px;
  }
  .hb_stitle, .hb_stitle02 {
    font-size: 24px;
  }
  .hb_sstitle, .hb_content02_f {
    font-size: 18px;
  }
  .hb_content, .hb_content02 {
    font-size: 18px;
  }
  #esg_publication {
    /*width: 75%;*/
    width: 90%;
    margin: 10px;
    /*margin-left: 21%;*/
    margin-top: -20px;
  }
  #p_photo{
    float: left;
  }
  #p_content {
    font-size: 18px;
    width: calc(100% - 310px);
    margin-top: 20px;
    margin-left: 280px;
  }
  #chairman_photo, #g_manager_photo {
    width: 180px;
    height: 180px;
    float: right;
  }
  .leaders {
    /*margin-top: 50px;*/
    /*height: 148px;*/
  }
  #page_block01 {
    padding-bottom: 195px;
  }
  #page_block02{
    padding-bottom: 195px;
  }
  #chairman_sign, #g_manager_sign  {
    /*margin-left: 180px;*/
  }
  #bottom-block{
    margin-top: -150px;
  }

}
@media only screen and (min-width:680px) {
  #chairman_photo, #g_manager_photo{
    width: 280px;
    height: 280px;
  }
  #page_block01 {
    padding-bottom: 285px;
  }
  #page_block02{
    padding-bottom: 285px;
  }
}
@media only screen and (min-width:768px) {

  #page_block01 {
    padding-bottom: 295px;
  }
  #page_block02 {
    padding-bottom: 295px;
  }
}
@media only screen and (min-width:1080px) {
  #block_title01{
    margin-top: 50px;
  }
  .block_tc_title{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
  }
  #blk_tc04_content02{
    height: 480px;
    background-image: url("../../../img/menu/1/1-1/responsibilities_en.png");
  }
  .blk_tc_content {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
  }
  h2 {
    /*font-size: 40px;*/
    font-size: 36px;
  }
  .hb_close {
    margin-left: 100%;
    margin-top: -30px;
  }
  #chairman_sign {
    width: 130px;
    /*height: 120px;*/
  }
  #g_manager_sign {
    width: 130px;
    /*height: 120px;*/
  }
  #chairman_title, #g_manager_title {
    margin-left: 0px;
  }
  /*#polygon12 {*/
  /*  width: 900px;*/
  /*}*/
  #esg_publication {
    width: 800px;
    height: 210px;
    margin: 0 10px 10px -130px;
    padding: 20px;
  }
  .leaders {
    position: relative;
    width: 410px;
    height: 280px;
    margin-top: 60px;
    margin-right: 0px;
    float: right;
  }
  #page_block01 {
    padding-bottom: 340px;
    background-size: 100%;
  }
  #page_block02 {
    padding-bottom: 340px;
    /*background-size: 120%;*/
    background-size: 160%;
    background-position: 32% 118.7%;
  }
  .block_tcontent {
    font-size: 18px;
    line-height: 150%;
    width: 100%;
    max-width: 1080px;
    /*text-align: center;*/
  }
  #organization_image{
    width: 100%;
    height: 510px;
    background-image: url("../../../img/menu/1/1-1/organization_en.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #org_table{
    font-size: 14px;
    line-height: 130%;
    margin-top: 20px;
    /*margin-bottom: 80px;*/
    margin-bottom: 30px;
  }
}