@charset "UTF-8";
.kv_img {
  background-color: #f9faf4;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .kv_img {
    height: 100px;
  }
}
.kv_img h1 {
  color: #99991e !important;
  text-shadow: none !important;
  display: flex;
  align-items: center;
}
.kv_img h1 span.undertext {
  position: relative;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .kv_img h1 span.undertext {
    margin-right: 10px;
  }
}
.kv_img h1 span.undertext em {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: -1.45em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .kv_img h1 span.undertext em {
    width: 50px;
    font-size: 8px;
    bottom: -1.5em;
  }
}
.kv_img h1 span.undertext img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .kv_img h1 span.undertext img {
    width: 50px;
  }
}

.sus_hrm_area {
  font-size: 16px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area {
    font-size: 14px;
    margin-bottom: 50px;
    padding: 0 5%;
  }
}
.sus_hrm_area .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title {
    margin-bottom: 30px;
  }
}
.sus_hrm_area .title h2 {
  color: #99991e;
  font-size: 32px;
  display: inline !important;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.sus_hrm_area .title h2 span {
  display: block;
  font-size: 18px;
  padding-right: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title h2 span {
    font-size: 12px;
  }
}
.sus_hrm_area .title h3 {
  color: #000000;
  font-size: 22px;
  display: inline !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title h3 {
    font-size: 14px;
  }
}
.sus_hrm_area .title h3.midttl {
  color: #99991e;
  font-size: 24.5px;
  display: inline !important;
  font-weight: normal;
  border-left: 10px solid #99991e;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title h3.midttl {
    font-size: 19.25px;
    border-left: 5px solid #99991e;
  }
}
.sus_hrm_area .title > p {
  margin-top: 20px;
}
.sus_hrm_area .title ul {
  margin: 40px 0 40px 0;
}
.sus_hrm_area .title ul.cti {
  margin: 40px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title ul.cti {
    margin: 20px 0;
  }
}
.sus_hrm_area .title ul.circleNum {
  margin-top: 20px;
}
.sus_hrm_area .title ul.circleNum li {
  margin-left: 1.25em;
  text-indent: -1.25em;
}
.sus_hrm_area .title ol.num {
  margin: 40px 0 40px 20px;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title ol.num {
    margin: 20px 0 20px 20px;
  }
}
.sus_hrm_area .title ol.num li {
  list-style: decimal;
  margin-bottom: 10px;
  padding-left: 0.5em;
  text-indent: 0em;
}
.sus_hrm_area .title ol.num.cts li {
  font-weight: bold;
  padding-bottom: 1em;
}
.sus_hrm_area .title ol.num.cts li p {
  font-weight: bold;
}
.sus_hrm_area .title ol.num.cts li span {
  font-weight: normal;
}
.sus_hrm_area .title ol.num.cts li a {
  color: #000;
}
.sus_hrm_area .title ol.num.cts li.note {
  list-style-type: none;
  display: block;
  margin-left: -1.5em;
}
.sus_hrm_area .title ol.num.cts li.note p {
  text-decoration: underline;
}
.sus_hrm_area .title ol.num.cts li.note span {
  display: block;
}
.sus_hrm_area .title .scroll-box {
  margin: 40px 0 0 0;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title .scroll-box {
    margin: 20px 0 0 0;
    width: auto;
    max-width: none;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title .scroll_in > img {
    max-width: 100%;
    min-width: 550px;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
}
.sus_hrm_area .title .scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
.sus_hrm_area .title .scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.sus_hrm_area .title .scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.sus_hrm_area .title .date_formulation {
  text-align: right;
}
.sus_hrm_area .title .date_formulation span {
  display: block;
  padding-top: 1em;
}
.sus_hrm_area .title .cti_wellbeing_declaration {
  background-color: #f9faf4;
  padding: 30px 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title .cti_wellbeing_declaration {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}
.sus_hrm_area .title .cti_wellbeing_declaration p {
  color: #99991e;
  font-size: 28px;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title .cti_wellbeing_declaration p {
    font-size: 19.25px;
  }
}
.sus_hrm_area .title .cti_wellbeing_declaration span span {
  padding: 0;
  display: inline-block;
}
.sus_hrm_area .title .cti_wellbeing_declaration span span.name {
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area .title .cti_wellbeing_declaration span span.block {
    display: block;
  }
}
.sus_hrm_area .figure {
  width: 100%;
}
.sus_hrm_area.fig div.scroll_in {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sus_hrm_area.fig div.scroll_in {
    width: 100%;
  }
}
.sus_hrm_area.fig .title h3 span.inblock {
  font-weight: bold;
  display: inline-block;
}

/* -- -- 202311 -- */
/* LIST */
.sus_hrm_area .title ol.num.cts li,
.sus_hrm_area .title ol.num.cts li p {
  font-weight: bold;
}

.sus_hrm_area .title ol.num.cts li span {
  font-weight: normal;
}

.sus_hrm_area .title ol.num.cts li {
  padding-bottom: 1em;
}

.sus_hrm_area .title ol.num.cts li a {
  color: #000;
}

.sus_hrm_area .title ol.num.cts li.note {
  list-style-type: none;
  display: block;
  margin-left: -1.5em;
}

.sus_hrm_area .title ol.num.cts li.note p {
  text-decoration: underline;
}

.sus_hrm_area .title ol.num.cts li.note span {
  display: block;
}

.sus_hrm_area .title .date_formulation {
  text-align: right;
}

.sus_hrm_area .title .date_formulation span {
  display: block;
  padding-top: 1em;
}

.sus_hrm_area .title h3 {
  color: #000000;
  font-size: 22px;
  display: inline !important;
  font-weight: bold;
}

.sus_hrm_area.fig div.scroll_in,
.sus_hrm_area .fig div.scroll_in {
  width: 80%;
}

.sus_hrm_area.fig.hrm01img div.scroll_in,
.sus_hrm_area .fig.hrm01img div.scroll_in {
  width: 70%;
  margin: 0 auto;
}

.sus_hrm_area.fig .title h3 span.inblock,
.sus_hrm_area .fig .title h3 span.inblock {
  font-weight: bold;
  display: inline-block;
}

.sus_hrm_area .title ul {
  margin: 40px 0 40px 0;
}

.sus_hrm_area .title ul.cti {
  margin: 40px 0 40px 0;
}

.sus_hrm_area .title .cti_wellbeing_declaration {
  background-color: #f9faf4;
  padding: 30px 40px;
  margin-bottom: 60px;
}

.sus_hrm_area .title .cti_wellbeing_declaration p {
  color: #99991e;
  font-size: 28px;
  text-align: center;
  margin-bottom: 0.5em;
}

.sus_hrm_area .title .cti_wellbeing_declaration span span {
  padding: 0;
  display: inline-block;
}

.sus_hrm_area .title .cti_wellbeing_declaration span span.name {
  font-size: 1.1em;
}

.sus_hrm_area .title h3.midttl {
  color: #99991e;
  font-size: 24.5px;
  display: block !important;
  font-weight: normal;
  border-left: 10px solid #99991e;
  padding-left: 0.5em;
  margin-top: 40px;
}

.sus_hrm_area .title ul.circleNum {
  margin-top: 20px;
}

.sus_hrm_area .title ul.circleNum li {
  margin-left: 1.25em;
  text-indent: -1.25em;
}

@media screen and (max-width: 768px) {
  .sus_hrm_area .title h3 {
    font-size: 14px;
  }
  .sus_hrm_area.fig div.scroll_in,
  .sus_hrm_area .fig div.scroll_in {
    width: 100%;
  }
  .sus_hrm_area.fig.hrm01img div.scroll_in,
  .sus_hrm_area .fig.hrm01img div.scroll_in {
    width: 100%;
  }
  .sus_hrm_area .title ul.cti {
    margin: 20px 0;
  }
  .sus_hrm_area .title .cti_wellbeing_declaration {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  .sus_hrm_area .title .cti_wellbeing_declaration p {
    font-size: 19.25px;
  }
  .sus_hrm_area .title .cti_wellbeing_declaration span span.block {
    display: block;
  }
  .sus_hrm_area .title h3.midttl {
    font-size: 19.25px;
    border-left: 5px solid #99991e;
    margin-top: 20px;
  }
}
/* -- // 202311 -- */
/* -- 202402 -- */
.sus_hrm_area .title ol.num.cts li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sus_hrm_area .title ul.circleNum.circleNum2 {
  margin-top: 0;
  margin-bottom: 0;
}

.sus_hrm_area .title ul.circleNum.circleNum2.btm {
  margin-bottom: 10px;
}

.sus_hrm_area .title ul.circleNum.circleNum2 li {
  padding-bottom: 0 !important;
  list-style: none;
  margin-bottom: 0;
  font-weight: normal !important;
}

.sus_hrm_area .title ol.num.cts li span.copy {
  margin-left: -0.75em;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sus_hrm_area .title ol.num.cts li span.copy {
    margin-left: -1.75em;
  }
  .sus_hrm_area .title ul.circleNum.circleNum2 {
    margin-left: -1.25em;
  }
  .sus_hrm_area .title ol.num.cts li span.copy.nums {
    margin-left: -0.5em;
    text-indent: -1.25em;
  }
}
/* -- // 202402 -- */
.sus_hrm_area .title div.grp_box {
  margin-bottom: 60px;
}

.sus_hrm_area .title div.grp_box:first-of-type {
  margin-bottom: 20px;
  margin-top: 40px;
}

.sus_hrm_area .title div.grp_box > p {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 10px;
  font-feature-settings: "palt";
}

.sus_hrm_area .title div.grp_box ol.num {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sus_hrm_area .title div.grp_box ol.num.cts li {
  padding-bottom: 0;
}

.sus_hrm_area .title .hrm_initiatives {
  background-color: rgba(207, 249, 224, 0.5);
  padding: 30px 40px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.sus_hrm_area .title .hrm_initiatives > p {
  font-size: 22px;
  text-align: left;
  margin-bottom: 0.5em;
}

.sus_hrm_area .title .hrm_initiatives ol li {
  list-style: none;
  font-weight: bold;
  margin-bottom: 10px;
}

.sus_hrm_area .title .hrm_initiatives ol li p {
  font-weight: bold;
  color: #fff;
  padding: 0.05em 0.75em 0.05em 0.5em;
  background-color: rgba(20, 147, 101, 0.75);
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
}

.sus_hrm_area .title .hrm_initiatives ol li span {
  display: block;
}

.sus_hrm_area .title .hci_keywords {
  background-color: rgba(102, 102, 102, 0.15);
  padding: 30px 40px;
  margin-bottom: 60px;
  margin-top: 40px;
}

.sus_hrm_area .title .hci_keywords > p {
  font-size: 22px;
  text-align: left;
  margin-bottom: 0.5em;
}

.sus_hrm_area .title .hci_keywords ol li {
  list-style: none;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
}

.sus_hrm_area .title .hci_keywords ol li p {
  width: 17em;
  font-weight: bold;
  padding-right: 0.5em;
  display: inline-block;
  font-feature-settings: "palt";
}

.sus_hrm_area .title .hci_keywords ol li span {
  display: inline-block;
  width: calc(100% - 17em);
}

@media screen and (max-width: 768px) {
  .sus_hrm_area .title .hrm_initiatives,
  .sus_hrm_area .title .hci_keywords {
    padding: 20px 20px;
    margin-top: 20px;
  }
  .sus_hrm_area .title .hrm_initiatives > p,
  .sus_hrm_area .title .hci_keywords > p {
    font-size: 19.25px;
  }
  .sus_hrm_area .title .hci_keywords ol li {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .sus_hrm_area .title .hci_keywords ol li span {
    display: block;
    width: auto;
  }
}
.sus_hrm_area .title ol.num.cts.ctig_hrm {
  margin-left: 0;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li {
  list-style-type: none;
  font-weight: normal;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li p {
  padding-right: 0.5em;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li.ctig_training_system_ttl {
  padding-bottom: 0;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.ttl-table {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .ttl-table {
    font-size: 15px;
  }
}
.ttl-table.mt1 {
  margin-top: 80px !important;
}

@media screen and (max-width: 768px) {
  .ttl-table.mt1 {
    margin-top: 30px !important;
  }
}
.ttl-table.mt2 {
  margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .ttl-table.mt2 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .table_area {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.table_area table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table_area table {
    width: 768px;
  }
}
.table_area table tr th {
  background-color: #f3f3f3;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .table_area table tr th {
    font-size: 13px;
    padding: 10px;
  }
}
.table_area table tr td {
  font-size: 13px;
  vertical-align: middle;
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table_area table tr td {
    font-size: 12px;
    padding: 10px;
  }
}
.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system {
  width: 100%;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system table { /*background-color: rgba(209,229,222,1);*/
  background: url(/sustainability/human-resources-mgmt/img/ctig_training_system_bg.gif);
  background-size: 100%;
  border-top: 1px solid #40b38c;
  border-right: 1px solid #40b38c;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system table th {
  background-color: rgb(209, 229, 222);
  background: none;
  border: none;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system table th,
.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system table td { /*background-color: rgba(209,229,222,1);*/
  border: none;
  border-bottom: 1px solid #40b38c; /*border-right:1px solid #40b38c;*/
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system table td.b_none {
  border-bottom: none;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system th,
.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system td {
  padding: 2px 5px;
  font-weight: bold;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system td em {
  font-weight: bold;
  padding-left: 15px;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system td p.b_topadd {
  margin-top: 4px !important;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system td p.b_topadd span.listblockarea {
  display: flex;
  flex-direction: column;
  padding-left: 1em;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system td p.b_topadd span.listblockarea span.listpoint {
  text-indent: -1em;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system td p.b_topadd span.listblockarea span.listpoint:before {
  content: "・";
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system td p.b_btmadd {
  margin-bottom: 4px;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system td p {
  padding: 0.25em 0.75em;
  border: 1px solid #999;
  border-radius: 10px;
  background-color: #fff;
  font-weight: normal;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system td p span.inblock {
  display: inline-block;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system table ul {
  margin: 0 0 0 1em;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system table ul li {
  list-style-type: disc !important;
  display: list-item;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system th.specialist {
  border-bottom: none;
  background-color: rgb(209, 229, 222);
  border-left: 1px solid #40b38c;
}

.sus_hrm_area .title ol.num.cts.ctig_hrm li .ctig_training_system th.mgmt {
  border-top: 1px solid #40b38c;
}

.sustainability_linkarea {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea {
    margin-bottom: 50px;
  }
}
.sustainability_linkarea .sustainability_linkbox {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea .sustainability_linkbox {
    overflow: auto;
    margin-bottom: 30px;
  }
}
.sustainability_linkarea ul.link {
  width: 100%;
  display: flex;
  margin-top: 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea ul.link {
    flex-wrap: nowrap;
    width: 1805px;
    margin-top: 0;
    background-color: #f0f0f0;
    padding: 15px;
    position: relative;
    border: none;
  }
  .sustainability_linkarea ul.link.sep8 {
    width: 2060px;
  }
  .sustainability_linkarea ul.link:before {
    content: "";
    position: absolute;
    top: 36px;
    left: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #99991e;
    transform: rotate(-135deg);
  }
  .sustainability_linkarea ul.link:after {
    content: "";
    position: absolute;
    top: 36px;
    right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
  }
}
.sustainability_linkarea ul.link li {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea ul.link li {
    margin-right: 10px;
  }
}
.sustainability_linkarea ul.link li:last-child {
  margin-right: 0;
}
.sustainability_linkarea ul.link li:last-child a {
  width: 135px;
}
.sustainability_linkarea ul.link li:nth-child(n+5) {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea ul.link li:nth-child(n+5) {
    margin-top: 0;
  }
}
.sustainability_linkarea ul.link li a {
  width: 136px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  font-size: 15px;
  color: #99991e;
  border: 1px solid #99991e;
  background: url(/sustainability/sdgs/img/icn_arw_r_sustainability.png) no-repeat right 10px center #ffffff;
  background-size: 7px 13px;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea ul.link li a {
    background-size: 6px;
  }
}
.sustainability_linkarea ul.link li a span.narrow80 {
  width: 125%;
  transform: scale(0.8, 1);
  margin-left: 0;
}
.sustainability_linkarea ul.link li a span.narrow90 {
  width: 111%;
  transform: scale(0.9, 1);
  margin-left: 0;
}
.sustainability_linkarea ul.link li a:hover {
  transition: all 0.2s;
  background-position: right 5px center;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea ul.link li a:hover {
    background-size: 6px;
  }
}
.sustainability_linkarea ul.link li a.act {
  background: #99991e;
  color: #ffffff;
}
.sustainability_linkarea ul.link li a.act span.narrow80 {
  margin-left: 0;
}
.sustainability_linkarea ul.link.sep7 li a {
  width: 135.7px;
}
.sustainability_linkarea ul.link.sep7 li:last-child a {
  width: 135.7px;
}
.sustainability_linkarea ul.link.sep4 li a, .sustainability_linkarea ul.link.sep8 li a {
  width: 245px;
}
.sustainability_linkarea ul.link.sep4 li:last-child a, .sustainability_linkarea ul.link.sep8 li:last-child a {
  width: 245px;
}
.sustainability_linkarea ul.link.sep3 li a {
  width: 336px;
}
.sustainability_linkarea ul.link.sep3 li:last-child a {
  width: 336px;
}/*# sourceMappingURL=layout.css.map */