@charset "UTF-8";

.noTopMargin {
  margin-top: 0 !important;
}

.pic-holder img,
.pic-item a .pic-holder img,
.pic-item .pic-holder a img {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.pic-holder.no_bd img,
.pic-item a .pic-holder.no_bd img,
.pic-item .pic-holder.no_bd a img {
  border: none;
}

@media screen and (max-width: 767px) {
  .sp_mw50per {
    max-width: 50%;
    margin: 0 auto;
  }

  .sp_mw66per {
    max-width: 66%;
    margin: 0 auto;
  }
}

.bk_green {
  margin: 25px 0 0;
  padding: 1px 10px 30px;
  background: #eff9f5;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .bk_green .c-heading-lv4,
  .bk_green .c-catch {
    margin-left: 16px;
  }

  .bk_green .style-3col {
    margin: 0 auto;
  }

  .bk_green .style-3col .pic-item:nth-of-type(2n) {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .bk_green .c-heading-lv4 {
    margin-left: 4px;
  }
}

.btn-list-item .btn-list-link {
  background-color: #fff;
}


section.lastSection {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  section.lastSection {
    padding-bottom: 12vw;
  }
}

main#jtweb-site-area-content {
  overflow-x: clip;
}

#jtweb-site-area-content #jtweb-wrapper-content {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .new-responsive-template #jtweb-site-area-content #jtweb-wrapper-content {
    padding-bottom: 0;
  }
}

.fixedMenu {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 -200%;
  padding: 0 200%;
  background-color: rgba(5, 103, 64, 0.9);
  opacity: 1;
  transition: opacity 0.5s, display 0.5s allow-discrete;
}

@starting-style {
  .fixedMenu {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .fixedMenu {
    margin: 0 -4.2666666667vw;
    padding: 0;
  }
}

.fixedMenu.noactive {
  display: none;
  opacity: 0;
  transition: opacity 0.5s, display 0.5s allow-discrete;
}

nav.kbtsFooterNav {
  width: 870px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  nav.kbtsFooterNav {
    width: auto;
  }
}

nav.kbtsFooterNav ul {
  display: flex;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}

@media (max-width: 767px) {
  nav.kbtsFooterNav ul {
    flex-wrap: wrap;
    border-left: none;
  }
}

nav.kbtsFooterNav ul li {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

@media (max-width: 767px) {
  nav.kbtsFooterNav ul li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }

/*
  nav.kbtsFooterNav ul li:first-child {
    width: 100%;
    border-right: none;
  }
*/

/*
  nav.kbtsFooterNav ul li:nth-child(2n + 3) {
    border-right: none;
  }
*/
  nav.kbtsFooterNav ul li:nth-child(even) {
    border-right: none;
  }
}

nav.kbtsFooterNav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  opacity: 1 !important;
  transition: none !important;
}

nav.kbtsFooterNav ul li a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

nav.kbtsFooterNav ul li a span {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  nav.kbtsFooterNav ul li a {
    height: 13.5vw;
    font-size: 3.7vw;
    line-height: 1.3;
  }
}

@media (min-width: 666px) and (max-width: 768px) {
  nav.kbtsFooterNav ul li a {
    height: 8vw;
    font-size: 14px;
  }
}

nav.kbtsFooterNav ul li a:hover::after {
  opacity: 0.55;
}





.page-menu {
  margin: 0 0 0 0;
  padding: 40px 0 50px 0;
  width: 100%;
}
.page-menu.second {
  padding: 40px 0 0 0;
}
.page-menu-list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  list-style: none;
  display: table;
}
.page-menu-list-item {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: table-cell;
  position: relative;
	
width:16.6%;
}
.page-menu-list-item::after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 1px;
  height: 25px;
  content: "";
  background: #ccd9d4;
  position: absolute;
  top: 0;
  right: 0;
}
.page-menu-list-item:nth-of-type(1)::before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 1px;
  height: 25px;
  content: "";
  background: #ccd9d4;
  position: absolute;
  top: 0;
  left: 0;
}
/*
.page-menu-list-item:nth-of-type(1) {
  width: 90px;
}
.page-menu-list-item:nth-of-type(2) {
  width: 196px;
}
.page-menu-list-item:nth-of-type(3) {
  width: 173px;
}
.page-menu-list-item:nth-of-type(4) {
  width: 237px;
}
*/

.page-menu-list-item a {
  margin: 0 0 0 0;
  padding: 3px 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 500;
  color: #707f89;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s 0s ease-in-out;
}
.page-menu-list-item a:hover {
  color: #00ae68;
}
.page-menu-list-item.current a {
  color: #00ae68;
}
.page-menu-list-item a::after {
  width: calc( 100% - 20px );
  height: 3px;
  content: "";
  background: #00ae68;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%,0);
  opacity: 0;
  transition: all 0.4s 0s ease-in-out;
}
.page-menu-list-item a:hover::after {
  opacity: 1;
}
.page-menu-list-item.current a::after {
  opacity: 1;
}


.home-main-visual {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  position: relative;
}
.home-main-visual h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 92.65%;
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 1;
}
.home-main-visual img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
.top-page-contents .c-pic-columns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top-page-contents .c-pic-columns .pic-item:nth-of-type(1) {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width: 18.6% !important;
  max-width: 18.6% !important;
  flex-basis: auto !important;
}
.top-page-contents .c-pic-columns .pic-item:nth-of-type(2) {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width: 45% !important;
  max-width: 45% !important;
  flex-basis: auto !important;
}
.top-page-contents .c-pic-columns .pic-item:nth-of-type(2) .c-paragraph {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.top-page-contents .c-pic-columns .pic-item:nth-of-type(3) {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width: 31% !important;
  max-width: 31% !important;
  flex-basis: auto !important;
  align-items: flex-start;
}
.top-page-contents .c-pic-columns .pic-item:nth-of-type(3) .c-movie-unit {
  margin: -10px 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.top-page-contents .c-pic-columns .pic-item:nth-of-type(3) .c-movie-unit .style-column1 {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.top-page-contents .c-pic-columns .pic-item:nth-of-type(3) .c-movie-unit .movie-item {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.top-page-contents .c-pic-columns .pic-item:nth-of-type(3) .c-movie-unit .movie-item-title {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

.c-pic-info {
  margin: 0 0 0 0;
  padding: 13px 0 0 0;
  width: 100%;
/*  display: flex;
  align-items: flex-start;
  justify-content: space-between;*/
  overflow: hidden;
}
.c-pic-info .c-category {
  margin: 0 0 0 0;
  padding: 0 12px;
  width: fit-content;
  height: 22px;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #00ae68;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  float: left;
}
.c-pic-info .c-post {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 22px;
  line-height: 1.2em;
  font-size: 12px;
  font-weight: 500;
  color: #707f89;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  
  float: right;
}
.c-pic-info .c-post::before {
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  width: 14px;
  height: 14px;
  content: "";
  background: url("/sustainability/people/responsible_employer/international/dei/assets/images/icon_post_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}

.js-pic-slider {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 767px) {
  .page-menu {
    margin: 0 0 0 0;
    padding: 8.571vw 0 8.571vw 0;
    width: 100%;
  }
  .page-menu.second {
    padding: 8.571vw 0 0 0;
  }
  .page-menu-list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-menu-list-item {
    margin: 0 0 3.714vw 0;
    padding: 0 0 0 0;
    width: 50%;
    box-sizing: border-box;
    display: block;
    position: relative;
  }
/*
  .page-menu-list-item:nth-of-type(1) {
    padding: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
  }
  .page-menu-list-item:nth-of-type(2) {
    width: 50%;
  }
  .page-menu-list-item:nth-of-type(3) {
    width: 50%;
  }
  .page-menu-list-item:nth-of-type(4) {
    width: 50%;
  }
*/

  .page-menu-list-item::after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 0.286vw;
    height: 5.714vw;
    content: "";
    background: #ccd9d4;
    position: absolute;
    top: 0;
    right: 0;
  }
/*
  .page-menu-list-item:nth-of-type(1)::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 0.286vw;
    height: 5.714vw;
    content: "";
    background: #ccd9d4;
    position: absolute;
    top: 0;
    left: 0;
  }
*/
  .page-menu-list-item:nth-of-type(3)::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 0.286vw;
    height: 5.714vw;
    content: "";
    background: #ccd9d4;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-menu-list-item:nth-of-type(5)::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 0.286vw;
    height: 5.714vw;
    content: "";
    background: #ccd9d4;
    position: absolute;
    top: 0;
    left: 0;
  }

  
  
  .page-menu-list-item a {
    margin: 0 0 0 0;
    padding: 0.857vw 0;
    line-height: 1.2em;
    font-size: 3.714vw;
    font-weight: 500;
    color: #707f89;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s 0s ease-in-out;
  }
  .page-menu-list-item a:hover {
    color: #00ae68;
  }
  .page-menu-list-item.current a {
    color: #00ae68;
  }
  .page-menu-list-item a::after {
    width: calc( 100% - 5.714vw );
    height: 0.857vw;
    content: "";
    background: #00ae68;
    position: absolute;
    bottom: -1.143vw;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 0;
    transition: all 0.4s 0s ease-in-out;
  }
  .page-menu-list-item a:hover::after {
    opacity: 1;
  }
  .page-menu-list-item.current a::after {
    opacity: 1;
  }


  .home-main-visual {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    position: relative;
  }
  .home-main-visual h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 85.778vw;
    position: absolute;
    bottom: 6.571vw;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
  }
  .home-main-visual img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    display: block;
  }
  
  .slick-btn-box.slick-btn-box--mv {
    padding-top: 6vw;
  }
  
  .top-page-contents .c-pic-columns {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
  }

  .top-page-contents .c-pic-columns .pic-item:nth-of-type(1) {
    margin: 0 auto 0 auto !important;
    padding: 0 0 0 0 !important;
    width: 80vw !important;
    max-width: 80vw !important;
    flex-basis: auto !important;
  }
  .top-page-contents .c-pic-columns .pic-item:nth-of-type(2) {
    margin: 0 0 0 0 !important;
    padding: 5.143vw 0 4.286vw 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
  }
  .top-page-contents .c-pic-columns .pic-item:nth-of-type(2) .c-paragraph {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
  }
  .top-page-contents .c-pic-columns .pic-item:nth-of-type(3) {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    align-items: flex-start;
  }
  .top-page-contents .c-pic-columns .pic-item:nth-of-type(3) .c-movie-unit {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
  }
  .top-page-contents .c-pic-columns .pic-item:nth-of-type(3) .c-movie-unit .style-column1 {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
  }
  .top-page-contents .c-pic-columns .pic-item:nth-of-type(3) .c-movie-unit .movie-item {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
  }
  .top-page-contents .c-pic-columns .pic-item:nth-of-type(3) .c-movie-unit .movie-item-title {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
  }

  .c-pic-info {
    margin: 0 0 0 0;
    padding: 3.714vw 0 0 0;
    width: 100%;
/*    display: flex;
    align-items: flex-start;
    justify-content: space-between;*/
  }
  .c-pic-info .c-category {
    margin: 0 0 0 0;
    padding: 0 3.429vw;
    width: fit-content;
    height: 6.286vw;
    line-height: 1.2em;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    background: #00ae68;
    border-radius: 51.429vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-pic-info .c-post {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 6.286vw;
    line-height: 1.2em;
    font-size: 3.429vw;
    font-weight: 500;
    color: #707f89;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .c-pic-info .c-post::before {
    margin: 0 1.429vw 0 0;
    padding: 0 0 0 0;
    width: 4vw;
    height: 4vw;
    content: "";
    background: url("/sustainability/people/responsible_employer/international/dei/assets/images/icon_post_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .js-pic-slider {
    margin-bottom: 32.143vw !important;
  }

}




/* paging */
.paging {
  margin: 0 auto 30px auto;
  padding: 40px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.paging a {
  margin: 0 6px;
  padding: 0 0 0 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #cbd8d3;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 500;
  color: #033824;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 180px;
  transition: all 0.5s 0s;
  box-sizing: border-box;
}
.paging a:hover {
  background: #056740;
  border: 1px solid #056740;
  color: #fff;
}
.paging a.active {
  background: #056740;
  border: 1px solid #056740;
  color: #fff;
}
.paging a.prev {
  text-indent: -9999px;
  background: #fff url("/sustainability/people/responsible_employer/international/dei/assets/images/prev_02.png") no-repeat center center;
  background-size: 5px auto;
  border: 1px solid #cbd8d3;
}
.paging a.next {
  text-indent: -9999px;
  background: #fff url("/sustainability/people/responsible_employer/international/dei/assets/images/next_02.png") no-repeat center center;
  background-size: 5px auto;
  border: 1px solid #cbd8d3;
}
.paging a.prev:hover {
  text-indent: -9999px;
  background: #fff url("/sustainability/people/responsible_employer/international/dei/assets/images/prev_02.png") no-repeat center center;
  background-size: 5px auto;
}
.paging a.next:hover {
  text-indent: -9999px;
  background: #fff url("/sustainability/people/responsible_employer/international/dei/assets/images/next_02.png") no-repeat center center;
  background-size: 5px auto;
}
@media screen and (max-width: 767px) {
  .paging {
    margin: 0 auto 8.571vw auto;
    padding: 11.429vw 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .paging a {
    margin: 0 1.714vw;
    padding: 0 0 0 0;
    width: 8.571vw;
    height: 8.571vw;
    line-height: 1.2em;
    font-size: 4vw;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 51.429vw;
    transition: all 0.5s 0s;
    box-sizing: border-box;
  }
  .paging a:hover {
  }
  .paging a.active {
  }
  .paging a.prev {
    text-indent: -2856.857vw;
    background: #fff url("/sustainability/people/responsible_employer/international/dei/assets/images/prev_02.png") no-repeat center center;
    background-size: 1.429vw auto;
    border: 1px solid #cbd8d3;
  }
  .paging a.next {
    text-indent: -2856.857vw;
    background: #fff url("/sustainability/people/responsible_employer/international/dei/assets/images/next_02.png") no-repeat center center;
    background-size: 1.429vw auto;
    border: 1px solid #cbd8d3;
  }
  .paging a.prev:hover {
    text-indent: -2856.857vw;
    background: #fff url("/sustainability/people/responsible_employer/international/dei/assets/images/prev_02.png") no-repeat center center;
    background-size: 1.429vw auto;
  }
  .paging a.next:hover {
    text-indent: -2856.857vw;
    background: #fff url("/sustainability/people/responsible_employer/international/dei/assets/images/next_02.png") no-repeat center center;
    background-size: 1.429vw auto;
  }

}


/* sort-contents */
.sort-contents {
  margin: 20px auto 30px;
  padding: 25px 22px 20px 22px;
  width: 100%;
  background: #eef8f4;
  border-radius: 8px;
  text-align: left;
  box-sizing: border-box;
}
.sort-contents dl {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sort-contents dl.tag-parts {
  display: none;
}
.sort-contents dl.tag-parts.show {
  display: flex;
}
.sort-contents dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 85px;
  height: 28px;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  color: #033824;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sort-contents dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: calc( 100% - 85px );
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sort-contents dl dd button ,
.sort-contents dl dd div {
  margin: 0 10px 11px 0;
  padding: 0 14px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 180px;
  color: #333;
  background: #fff;
  border: 1px solid #cbd8d3;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.sort-contents dl dd button.on ,
.sort-contents dl dd div.on {
  color: #fff;
  background: #056740;
  border: 1px solid #056740;
}

.tag-contents {
  display: none;
}
.tag-contents.on {
  display: block;
}

.js-news-paging .c-pic-columns .pic-item {
  display: none;
}
.js-news-paging .c-pic-columns .pic-item.show {
  display: block;
}
@media screen and (max-width: 767px) {
  .sort-contents {
    margin: 5.556vw auto 8.333vw;
    padding: 5.556vw 4.444vw 5.556vw 4.444vw;
    width: 100%;
    background: #eef8f4;
    border-radius: 2.222vw;
    text-align: left;
    box-sizing: border-box;
  }
  .sort-contents dl {
    margin: 0 0 2.778vw 0;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sort-contents dl.tag-parts {
    display: none;
  }
  .sort-contents dl.tag-parts.show {
    display: flex;
  }
  .sort-contents dl dt {
    margin: 0 0 0 0;
    padding: 0 0 2.222vw 0;
    width: 100%;
    height: auto;
    line-height: 1.2em;
    font-size: 4.167vw;
    font-weight: bold;
    color: #033824;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sort-contents dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sort-contents dl dd button ,
  .sort-contents dl dd div {
    margin: 0 2.778vw 3.056vw 0;
    padding: 0 2.778vw;
    height: 7.222vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 50vw;
    color: #333;
    background: #fff;
    border: 1px solid #cbd8d3;
    line-height: 1.2em;
    font-size: 3.611vw;
    font-weight: 500;
    cursor: pointer;
  }
  .sort-contents dl dd button.on ,
  .sort-contents dl dd div.on {
    color: #fff;
    background: #056740;
    border: 1px solid #056740;
  }

}


#news .pic-item a,#interviews .pic-item a,.under-l_non .pic-item a { text-decoration: none!important; }


.js-news-paging .pic-item { margin-bottom:40px; }

.sec_mb { margin-bottom:70px; }

@media screen and (max-width:767px) {
	.js-news-paging .pic-item { margin-bottom:10vw; }
	.sec_mb { margin-bottom:15vw; }
}
.sort-contents dl dd div.sort02 { margin-bottom:0; }
@media screen and (max-width:767px) {
	.sort-contents dl dd div.sort02 { margin-bottom:3.056vw; }
	.sort-contents dl dd div.sort02:nth-child(n+4) { margin-bottom:0; }
}



.js-pic-slider {
  margin-left: -14px !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc( 100% + 28px ) !important;
  display: block !important;
}
.js-pic-slider.no-slider {
  margin-left: 0px !important;
  width: 100% !important;
}



/*
.js-pic-slider .pic-item {
  margin: 0 14px !important;
  padding: 0 0 0 0 !important;
  width: 270px !important;
}
*/



.style-3col.js-pic-slider > div > div > div {
  grid-template-columns: none !important;
}
.js-pic-slider .pic-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-basis: auto !important;
  max-width: none !important;
  box-sizing: border-box;
  padding: 0 14px !important;
}

.js-tag-slider img {
  max-width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
}
.js-tag-slider a {
  margin: 0 15px !important;
  display: block;
}
.js-tag-slider {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media screen and (max-width:767px) {
  .js-tag-slider a {
    margin: 0 1vw !important;
    display: block;
  }
  .js-tag-slider {
    margin-left: -1vw !important;
    margin-right: -1vw !important;
  }

}

@media screen and (max-width:767px) {
  #news .js-pic-slider {
    margin-top: -10vw !important;
  }
}





.no-slider {
  display: flex;
  flex-wrap: wrap;
}

.no-slider .pic-item {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width: 31.14% !important;
}
@media screen and (max-width:767px) {
  .no-slider .pic-item {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100% !important;
  }
}




/*
.new-responsive-template #jtweb-modal-window-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.7);
  box-sizing: border-box;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  backface-visibility: hidden;
}
*/






.slick-prev-btn,
.slick-next-btn
{
  font-size: 0;
  line-height: 0;
  position: absolute !important;
  top: 50% !important;
  transform: translate(0,-50%) !important;
  display: block !important;
  width: 11px !important;
  height:  21px !important;
  padding: 0 !important;
  cursor: pointer;
  border: none;
/*    outline: none;*/
  z-index: 100;
  text-indent: 0px;
}
.slick-prev-btn
{
  left: 20px !important;
  background: url("/sustainability/people/responsible_employer/international/dei/assets/images/prev_03.png") no-repeat center center !important;
  background-size: 100% 100% !important;
}

.slick-next-btn
{
  right: 20px !important;
  background: url("/sustainability/people/responsible_employer/international/dei/assets/images/next_03.png") no-repeat center center !important;
  background-size: 100% 100% !important;
}

.slick-prev-btn:focus,
.slick-next-btn:focus {
  outline: auto !important;
}

@media screen and (max-width: 767px) {
  .slick-prev-btn,
  .slick-next-btn
  {
      font-size: 0  !important;
      line-height: 0;

      position: absolute !important;
      top: auto !important;
      bottom: -40px !important;
      display: block !important;

      width: 31px !important;
      height: 31px !important;
      padding: 0 !important;

      cursor: pointer;

      color: transparent;
      border: none;
/*      outline: none;*/
    z-index: 1;
  }

  .slick-prev-btn,
  .slick-next-btn
  {
    width: 3.056vw !important;
    height:  5.833vw !important;
    top: 50% !important;
    transform: translate(0,-50%) !important;
  }

  .slick-prev-btn
  {
    left: 2.222vw !important;
    background: url("/sustainability/people/responsible_employer/international/dei/assets/images/prev_03.png") no-repeat center center !important;
    background-size: 100% 100% !important;
  }

  .slick-next-btn
  {
    right: 2.222vw !important;
    background: url("/sustainability/people/responsible_employer/international/dei/assets/images/next_03.png") no-repeat center center !important;
    background-size: 100% 100% !important;
  }

  
}


.slick-btn-box {
  margin: -11px 0 30px 0;
  text-align: center;
}

.slick-stop-btn,
.slick-play-btn
{
  margin: 0 5px !important;
  font-size: 0;
  line-height: 0;
/*  position: absolute;
  bottom: -40px;*/
  display: inline-block;
  width: 30px;
  height:  30px;
  padding: 0;
  cursor: pointer;
  border: none;
  z-index: 100;
  text-indent: 0px;
}
.slick-stop-btn
{
/*  left: 50%;*/
  background: url("/sustainability/people/responsible_employer/international/dei/assets/images/slick_stop_off.png") no-repeat center center;
  background-size: 100% 100%;
/*  transform: translate(-35px,0);*/
}
.slick-play-btn
{
/*  right: 50%;*/
  background: url("/sustainability/people/responsible_employer/international/dei/assets/images/slick_play_off.png") no-repeat center center;
  background-size: 100% 100%;
/*  transform: translate(35px,0);*/
}

.slick-stop-btn.active
{
  background: url("/sustainability/people/responsible_employer/international/dei/assets/images/slick_stop_on.png") no-repeat center center;
  background-size: 100% 100%;
}
.slick-play-btn.active
{
  background: url("/sustainability/people/responsible_employer/international/dei/assets/images/slick_play_on.png") no-repeat center center;
  background-size: 100% 100%;
}

.slick-stop-btn:focus,
.slick-play-btn:focus {
  outline: auto !important;
}
@media screen and (max-width: 767px) {
  .slick-btn-box {
    margin: -9.5vw 0 0 0 !important;
    text-align: center;
  }

  .slick-stop-btn,
  .slick-play-btn
  {
    margin: 0 2px !important;
    font-size: 0;
    line-height: 0;
  /*  position: absolute;
    bottom: -6.25vw;*/
    display: inline-block;
    width: 4.688vw;
    height:  4.688vw;
    width: 31px;
    height:  31px;
    padding: 0;
    cursor: pointer;
    border: none;
    z-index: 100;
    text-indent: 0px;
  }

}



.movie-thumb img {
  width: 100%;
}
.movie-thumb button {
  position: relative;
  display: block;
}
.movie-thumb button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/assets/img/component/movie_start.svg") no-repeat 0 0;
}
@media screen and (min-width: 768px), print {
  .movie-thumb button:after {
    width: 62px;
    height: 62px;
    background-size: 62px 62px;
  }
}
@media screen and (max-width: 767px) {
  .movie-thumb button:after {
    width: 31px;
    width: 16.5333333333vw;
    height: 31px;
    height: 16.5333333333vw;
    background-size: 16.5333333333vw 16.5333333333vw;
  }
}
.movie-thumb button:focus-visible {
  outline: 2px solid rgb(0, 95, 204);
  outline-offset: -2px;
}





/* modal parts */
.modal-open-youtube {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.modal-open-youtube:focus {
  outline: auto !important;
  border: 2px solid rgb(0, 95, 204);
}

/* modal */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.85);
  background-color: rgba(17, 17, 17, 0.75);
  box-sizing: border-box;
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-close {
  width: 50px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100010;
  display: none;
}
.modal-close button {
  width: 50px;
  height: 50px;
  border-radius: 180px;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  position: relative;
  background: #00ae68;
}
.modal-close button::before {
  width: 22px;
  height: 2px;
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-1px) rotate(45deg);
}
.modal-close button::after {
  width: 22px;
  height: 2px;
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-1px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .modal-close {
    width: 9.8vw;
    top: 4.8vw;
    right: 6.5vw;
  }
  .modal-close button {
    width: 9.8vw;
    height: 9.8vw;
  }
  .modal-close button::before {
    width: 4.6vw;
    height: 2px;
    transform: translate(-50%,-1px) rotate(45deg);
  }
  .modal-close button::after {
    width: 4.6vw;
    height: 2px;
    transform: translate(-50%,-1px) rotate(-45deg);
  }
}

.modal-contents#youtube {
  width: 82%;
  max-width: 1300px;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100001;
  display: none;
}
.modal-contents#youtube iframe {
  width: 100%;
  height: 100%;
}





.modal-contents#html {
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100001;
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .modal-contents#html {
    max-width: 870px;
    width: 82%;
    padding: 32px;
    border-radius: 8px;
  }
  .modal-contents#html .c-pic-block {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .modal-contents#html .pic-block-container {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .modal-contents#html .pic-block-box {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template.new-responsive-template--modal.on {
    /*
    width: 90%;
    max-width: 90%;
    
    width: 100vw;
    max-width: 100vw;
    
    height: 100vh;
    padding: 0 0 0 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 100001;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    */
  }
  .modal-contents#html {
    width: 90vw;
    max-width: 90vw;
    max-height: calc( 100vh - 37vw );
    padding: 8px 8px 8px 8px;
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
    position: fixed;
    top: 3vw;
    left: 50%;
    transform: translate(-50%,0);
    margin: 0 auto 0 auto;
    
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
  }
  .modal-contents#html .c-pic-block {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .modal-contents#html .pic-block-container {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .modal-contents#html .pic-block-box {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .modal-contents#html .pic-holder img {
    margin-left: 17.5% !important;
    margin-right: 17.5% !important;
    width: 65% !important;
    height: auto !important;
  }
  
  
}




.modal-contents#slide {
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100001;
  display: none;
}
@media screen and (min-width: 768px), print {
  .modal-contents#slide {
    width: 870px;
    padding: 32px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .modal-contents#slide {
    width: 92%;
    max-width: 92%;
    padding: 8px 8px 8px 8px;
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}





@media screen and (min-width: 768px), print {
  .html-box .c-heading-lv2 {
    margin-top: 0px !important;
/*    margin-top: 64px;*/
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-heading-lv2 {
    margin-top: 0px !important;
    /*    margin-top: 32px;
    margin-top: 17.0666666667vw;*/
  }
}
.html-box .c-heading-lv2 .title-holder {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .html-box .c-heading-lv2 .title-holder {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-heading-lv2 .title-holder {
    padding-bottom: 8px;
    padding-bottom: 4.2666666667vw;
  }
}
.html-box .c-heading-lv2 .title-holder::before, .html-box .c-heading-lv2 .title-holder::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.html-box .c-heading-lv2 .title-holder::before {
  background: #CCD9D4;
  width: 100%;
}
.html-box .c-heading-lv2 .title-holder::after {
  background: #033824;
}
@media screen and (min-width: 768px), print {
  .html-box .c-heading-lv2 .title-holder::after {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-heading-lv2 .title-holder::after {
    width: 34.8%;
  }
}
.html-box .c-heading-lv2 .title-holder.style-background {
  background-color: #F1F4F3;
}
@media screen and (min-width: 768px), print {
  .html-box .c-heading-lv2 .title-holder.style-background {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-heading-lv2 .title-holder.style-background {
    padding: 8px;
    padding: 4.2666666667vw;
  }
}
.html-box .c-heading-lv2 .title-holder.style-background::before, .html-box .c-heading-lv2 .title-holder.style-background::after {
  display: none;
}
.html-box .c-heading-lv2 .title-holder .title-item {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .html-box .c-heading-lv2 .title-holder .title-item {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-heading-lv2 .title-holder .title-item {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.html-box .c-heading-lv2 .title-holder .title-item a {
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
}
.html-box .c-heading-lv2 .title-holder .title-item a:hover {
  text-decoration: none;
}
.html-box .c-heading-lv2 .title-holder .title-item a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  background: url(../img/component/arrow_right.svg) no-repeat right center;
  vertical-align: middle;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .html-box .c-heading-lv2 .title-holder .title-item a:not([target=_blank])::after {
    width: 10px;
    width: 5.3333333333vw;
    height: 3px;
    height: 1.6vw;
    margin-left: 2.5px;
    margin-left: 1.3333333333vw;
  }
}
.html-box .c-heading-lv2 .title-holder .title-item .c-style-icon.style-blank, .html-box .c-heading-lv2 .title-holder .title-item .c-style-icon.style-pdf, .html-box .c-heading-lv2 .title-holder .title-item .c-style-icon.style-xls, .html-box .c-heading-lv2 .title-holder .title-item .c-style-icon.style-ppt, .html-box .c-heading-lv2 .title-holder .title-item .c-style-icon.style-doc {
  margin: 3px 0 0 0;
}
@media screen and (min-width: 768px), print {
  .html-box .c-heading-lv2 + * {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-heading-lv2 + * {
    margin-top: 16px;
    margin-top: 8.5333333333vw;
  }
}


@media screen and (min-width: 768px), print {
  .html-box .c-pic {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-pic {
    max-width: 100%;
    margin-top: 16px;
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .html-box .c-pic .pic-item {
    flex: 0 1 auto;
    margin-left: 1.6666666667%;
    margin-right: 1.6666666667%;
    margin-top: 1.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-pic .pic-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-pic .pic-item:not(:first-child) {
    margin-top: 15px;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-pic .pic-item.is-auto img {
    width: auto;
  }
}
.html-box .c-pic .pic-holder {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .html-box .c-pic .pic-holder {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-pic .pic-holder {
    width: 100%;
    border-radius: 4px;
    border-radius: 2.1333333333vw;
  }
}
.html-box .c-pic .pic-holder img {
  width: 100%;
  max-width: 100%;
}
.html-box .c-pic .pic-holder a {
  display: block;
}
.html-box .c-pic .pic-holder a:focus-visible {
  outline: 2px solid rgb(0, 95, 204);
  outline-offset: -2px;
}
.html-box .c-pic .pic-holder.is-no-border-radius {
  border-radius: 0;
}
.html-box .c-pic .pic-caption {
  color: #7f7f7f;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .html-box .c-pic .pic-caption {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-pic .pic-caption {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 4px;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .html-box .c-pic + .c-badge {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .html-box .c-pic + .c-badge {
    margin-top: 7.5px;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px), print {
  .html-box .pic-container {
    display: flex;
    flex-wrap: wrap;
    width: 103.4482758621%;
    margin-left: -1.724137931%;
    margin-right: -1.724137931%;
  }
}
@media screen and (min-width: 768px), print {
  .html-box .pic-container.style-center {
    justify-content: center;
  }
}
.html-box .pic-container.style-right {
  justify-content: right;
}
@media screen and (min-width: 768px), print {
  .html-box .c-pic-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.724137931%;
    margin-right: -1.724137931%;
  }
}
@media screen and (min-width: 768px), print {
  .html-box .c-pic-columns.style-1col .pic-item,
  .html-box .c-pic-columns.style-1col .pic-holder img {
    margin-top: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}




body.modal-open {
    overflow: hidden;
}

/* スライダーインジケーターのキーボードフォーカス表示 */
.home-main-visual .js-home-slider .slick-dots li button:focus-visible {
  outline: auto;
}

.js-pic-slider .slick-dots li button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -2px;
  border: 2px solid #000000;
}



