@charset "UTF-8";.link-block:where(.astro-J7PV25F6){margin:100px 0;position:relative;z-index:100px}.home-ftse {
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .home-ftse {
    padding: 0 0 80px;
  }
}
.home-ftse-logo img {
    display:block;
}
.home-ftse-sentence {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
	}
@media screen and (max-width: 769px) {
  .home-ftse-sentence {
    margin-top: 30px;
    padding: 0;
    font-size: 16px;
  }
  .home-ftse-logo {
    display:block;
	padding: 0 30px;
  }
	.home-ftse-logo img {
	margin:0 auto;
    max-width: 320px;
  }
.home-ftse-logo img:first-child {
    padding-bottom:30px;
}
}
@media screen and (min-width: 768px) {
  .home-ftse-sentence {
    margin-top: 30px;
    padding: 0;
    font-size: 16px;
  }
  .home-ftse-logo img {
    max-width: 360px;
  }
  .home-ftse-logo {
    display:flex;
	padding: 0 30px;
	justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 50px;
  }
}*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.breadcrumbs {
  padding: 15px;
  font-size: 12px;
  position: relative;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .breadcrumbs ol {
    display: flex;
    padding: 0 calc(50% - 500px);
  }
}
.breadcrumbs li {
  padding: 3px 0;
}
.breadcrumbs a {
  display: block;
  color: #333;
  text-decoration: none;
}
.breadcrumbs a::after {
  content: " >";
  padding-left: 8px;
  margin-right: 12px;
}
.breadcrumbs a:hover {
  color: #0153B9;
  transition: ease all 0.3s;
}
.breadcrumbs .current {
  color: #0153B9;
  font-weight: 600;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #333;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: #fff;
}

main {
  position: relative;
  margin: auto;
  padding-top: 70px;
  background: url(/sustainability/assets/images/bg_btm.png) repeat-x 0 100%;
  background-size: auto 334px;
}
@media screen and (min-width: 1140px) {
  main {
    padding-top: 110px;
  }
}

noscript {
  display: none;
}

.section {
  overflow: hidden;
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 100px 15px;
  }
}
.section-adjust {
  overflow: hidden;
  padding: 60px 15px 0;
}
@media screen and (min-width: 768px) {
  .section-adjust {
    padding: 100px 15px 0;
  }
}
.section--gray {
  background-color: #f7f7f7;
}
.section--blue {
  position: relative;
  background: url(/sustainability/assets/images/bg_top.png) repeat-x 0 0;
  background-size: auto 334px;
}

.aside {
  padding: 80px 15px;
}

.button-group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .button-group {
    flex-direction: row;
    justify-content: center;
  }
  .button-group li {
    width: 100%;
    max-width: 480px;
    margin: 0 20px;
  }
}
.button-group li + li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .button-group li + li {
    margin-top: 0;
  }
}

.screen {
  display: none;
  background-color: rgba(0, 0, 0, 0.42);
  width: 100vw;
  height: 100vh;
}
.screen.active {
  display: block;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
}

.mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .desktop {
    display: block;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.page-title {
  color: #fff;
  background: linear-gradient(#3093f8 0%, #0b58d3 100%);
  height: 160px;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.page-title h1 {
  font-size: 26px;
  font-weight: 700;
}
.page-title h1 span {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  .page-title h1 {
    font-size: 40px;
  }
  .page-title h1 span {
    font-size: 15px;
  }
}
.page-title .title-group {
  width: 63%;
}
@media screen and (min-width: 768px) {
  .page-title .title-group {
    width: 100%;
  }
}

.sub-title {
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .sub-title {
    font-size: 22px;
  }
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.text-link {
  color: #0153B9;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}
.text-link.ico--blank {
  position: relative;
  padding-right: 24px;
}
.text-link.ico--blank::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  border: none;
  background: url(/sustainability/assets/images/ico_home.png) no-repeat center center;
  background-size: cover;
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(0);
}

.sp-overflow-text {
  margin: 20px 0;
  font-size: 13px;
  font-weight: 500;
}

.tabs {
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 calc(50% - 500px);
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .tabs {
    border: none;
    font-size: 14px;
  }
}

.tab {
  width: 50%;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tab {
    width: 25%;
  }
}
.tab:nth-child(2n) a, .tab:nth-child(2n) span {
  border-right: none;
}
.tab a,
.tab span {
  padding: 20px 10px;
  display: block;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .tab a,
  .tab span {
    border: none;
  }
}
.tab a {
  text-decoration: none;
  color: #9d9d9d;
}
.tab a:hover {
  background-color: #f8f8f8;
}
.tab span {
  color: #0153b9;
  font-weight: 700;
  background-color: #fff;
}

.tabs-col-3 {
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 calc(50% - 500px);
  border-bottom: 1px solid #ccc;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .tabs-col-3 {
    margin-bottom: 0;
    border: none;
    font-size: 14px;
  }
}
.tabs-col-3 .tab {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tabs-col-3 .tab {
    width: 33.3333%;
  }
}
.tabs-col-3 .tab:nth-child(2n) a, .tabs-col-3 .tab:nth-child(2n) span {
  border-right: none;
}
.tabs-col-3 .tab a,
.tabs-col-3 .tab span {
  padding: 20px 10px;
  display: block;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .tabs-col-3 .tab a,
  .tabs-col-3 .tab span {
    border: none;
  }
}
.tabs-col-3 .tab a {
  text-decoration: none;
  color: #9d9d9d;
}
.tabs-col-3 .tab a:hover {
  background-color: #f8f8f8;
}
.tabs-col-3 .tab span {
  color: #0153b9;
  font-weight: 700;
  background-color: #fff;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .table {
    font-size: 15px;
  }
}
.table th, .table td {
  font-weight: 400;
  border: 1px solid #CCC;
  padding: 16px 24px;
}
.table thead th {
  background-color: #D5F0FF;
  text-align: left;
}
.table tbody th {
  background-color: #D5F0FF;
  text-align: left;
  width: 210px;
}
.table tbody td {
  text-align: right;
  background-color: #fff;
}
.table tbody tr:nth-child(2n) td {
  background-color: #F8FDFF;
}.header {
  display: flex;
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 15px 15px;
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1140px) {
  .header {
    height: 110px;
    padding: 0 30px;
  }
}

.logo a {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #004295;
}
.logo a img {
  margin-right: 24px;
  width: 155px;
}
@media screen and (min-width: 1140px) {
  .logo a img {
    width: auto;
  }
}
@media screen and (min-width: 1140px) {
  .logo a {
    font-size: 15px;
  }
}

.navigation {
  display: none;
}
.navigation__inner {
  padding-bottom: 70px;
}
@media screen and (min-width: 1140px) {
  .navigation__inner {
    height: auto;
    padding-bottom: 0;
  }
}
.navigation.active {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 70px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1140px) {
  .navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}

.gnav {
  width: 100%;
  list-style: none;
  background-color: #fff;
}
@media screen and (min-width: 1140px) {
  .gnav {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px;
  }
}
.gnav .gnav__list {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 700;
}
.gnav .gnav__list.has-child {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .gnav .gnav__list {
    font-size: 15px;
    margin-left: 40px;
    border-bottom: none;
  }
  .gnav .gnav__list:first-child {
    margin-left: 0;
  }
  .gnav .gnav__list.has-child {
    display: flex;
    width: auto;
  }
}
.gnav .gnav__link,
.gnav .heading {
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1139px) {
  .gnav .gnav__link,
  .gnav .heading {
    padding: 15px;
  }
}
.gnav .gnav__link {
  text-decoration: none;
}
.gnav .gnav__link:link, .gnav .gnav__link:visited {
  color: #222;
}
.gnav .gnav__link:hover, .gnav .gnav__link:active {
  color: #0153b9;
  transition: 0.3s;
}
@media screen and (max-width: 1139px) {
  .gnav .gnav__link {
    display: block;
  }
  .gnav .gnav__link::before {
    content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #0153b9;
    border-right: solid 2px #0153b9;
    position: absolute;
    top: 48%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
  }
  .gnav .gnav__link.ico--home {
    position: relative;
  }
  .gnav .gnav__link.ico--home::before {
    border: none;
    background: url(/sustainability/assets/images/ico_home.png) no-repeat center center;
    background-size: cover;
    display: block;
    width: 14px;
    height: 14px;
    right: 18px;
    transform: rotate(0);
  }
}
@media screen and (min-width: 1140px) {
  .gnav .gnav__link.ico--home {
    position: relative;
    padding-right: 24px;
  }
  .gnav .gnav__link.ico--home::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    border: none;
    background: url(/sustainability/assets/images/ico_home.png) no-repeat center center;
    background-size: cover;
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(0);
  }
}
.gnav .heading {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
}
@media screen and (max-width: 1139px) {
  .gnav .heading {
    display: block;
  }
  .gnav .heading::before {
    content: "";
    width: 14px;
    height: 2px;
    border: 0;
    background-color: #0153b9;
    position: absolute;
    top: 50%;
    right: 16px;
  }
  .gnav .heading::after {
    content: "";
    width: 2px;
    height: 14px;
    border: 0;
    background-color: #0153b9;
    position: absolute;
    top: 21px;
    right: 22px;
    transition: 0.3s;
  }
  .gnav .heading.active::before {
    display: none;
  }
  .gnav .heading.active::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
}
@media screen and (min-width: 1140px) {
  .gnav .heading {
    margin-left: 40px;
    border-bottom: none;
    padding-right: 20px;
  }
  .gnav .heading::before {
    content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #0153b9;
    border-right: solid 2px #0153b9;
    position: absolute;
    top: 45%;
    right: 0;
    margin-top: -5px;
    transform: rotate(135deg);
    transition: ease all 0.3s;
  }
  .gnav .heading.active::before {
    top: 60%;
    transform: rotate(315deg);
    transition: ease all 0.3s;
  }
  .gnav .heading:first-child {
    margin-left: 0;
  }
  .gnav .heading.has-child {
    display: flex;
    width: auto;
  }
}
.gnav .dropdown-link__list {
  margin: 20px 0;
}
.gnav .dropdown-link__link {
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 14px;
}
.gnav .dropdown-link__link:link, .gnav .dropdown-link__link:visited {
  color: #222;
}
.gnav .dropdown-link__link:hover, .gnav .dropdown-link__link:active {
  color: #0153b9;
  transition: 0.3s;
}
.gnav .dropdown-link__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #0153b9;
  border-right: solid 2px #0153b9;
  position: absolute;
  top: 60%;
  right: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
}
.gnav .dropdown-link__link.ico--home {
  position: relative;
}
.gnav .dropdown-link__link.ico--home::before {
  border: none;
  background: url(/sustainability/assets/images/ico_home.png) no-repeat center center;
  background-size: cover;
  display: block;
  width: 14px;
  height: 14px;
  right: 18px;
  transform: rotate(0);
}
.gnav .sub-heading {
  display: none;
}
@media screen and (min-width: 1140px) {
  .gnav .sub-heading {
    color: #0153b9;
    font-size: 20px;
    display: block;
  }
}

.select-lang {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1139px) {
  .select-lang {
    justify-content: space-between;
    background-color: #f8f8f8;
    padding: 12px 15px;
  }
}
@media screen and (min-width: 1140px) {
  .select-lang {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
    padding: 0;
    font-size: 13px;
  }
  .select-lang > span {
    display: none;
  }
}
.select-lang > ul {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
.select-lang > ul li {
  font-weight: 700;
}

.select-lang > ul li a {
  color: #333;
  text-decoration: none;
}

.select-lang > ul li a:hover{
  color: #0153b9;
}

.select-lang > ul li.active{
  color: #0153b9;
}
.select-lang > ul li:first-child {
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-right: 10px;
}


.dropdown {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: ease all 0.3s;
}
@media screen and (min-width: 1140px) {
  .dropdown {
    position: absolute;
    left: 0;
    top: 110px;
    padding: 0 calc(50% - 500px);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: opacity 0.5s, max-height 0.1s 1s, padding 0.1s 1s;
  }
}
@media screen and (max-width: 1139px) {
  .dropdown dl {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1140px) {
  .dropdown dl {
    width: 50%;
  }
}
.dropdown dl + dl {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.dropdown dt {
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (min-width: 1140px) {
  .dropdown dt {
    font-weight: 400;
  }
}
@media screen and (min-width: 1140px) {
  .dropdown .gnav__link-group {
    display: flex;
    width: 70%;
  }
  .dropdown .gnav__link-group dt {
    font-weight: 700;
  }
}
.dropdown.active {
  padding: 30px 15px;
  max-height: 100vh;
  opacity: 1;
  transition: ease all 0.3s;
}
@media screen and (min-width: 1140px) {
  .dropdown.active {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 30px calc(45% - 500px);
    transition: opacity 0.3s, max-height 0.3s;
  }
}

.dropdown-link a {
  padding-left: 48px;
}
@media screen and (min-width: 1140px) {
  .dropdown-link a {
    padding-left: 20px;
  }
}
.dropdown-link a::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #0153b9;
  border-right: solid 2px #0153b9;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1140px) {
  .dropdown-link a::before {
    left: 0;
  }
}

.menu-bar {
  display: block;
  cursor: pointer;
  z-index: 1;
  margin-top: 7px;
  cursor: pointer;
}
.menu-bar span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 7px;
  background-color: #333;
  transition: transform 0.3s ease-in-out;
}
.menu-bar.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-bar.active span:nth-child(2) {
  opacity: 0;
}
.menu-bar.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media screen and (min-width: 1140px) {
  .menu-bar {
    display: none;
  }
}.footer {
  padding: 25px 15px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 15px;
  }
}

.has-child > .child {
  margin: 20px 0 20px 20px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .has-child > .child {
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}
.has-child > .child dt {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .has-child > .child dt {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .has-child > .child dd {
    font-size: 12px;
  }
}
.has-child > .child li {
  margin: 16px 0;
}

.footer-nav {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    display: grid;
    font-size: 15px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
  }
}
.footer-nav li {
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .footer-nav li {
    margin: 12px 0;
  }
  .footer-nav li a:hover {
    color: #0153b9;
    font-weight: 700;
  }
  .footer-nav li a.arrow:hover::before {
    left: 3px;
    transition: ease all 0.3s;
  }
  .footer-nav li a.arrow--small:hover::before {
    left: 2px;
    transition: ease all 0.3s;
  }
}
.footer-nav .arrow {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  color: #333;
  text-decoration: none;
}
.footer-nav .arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #0153b9;
  border-right: solid 2px #0153b9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
.footer-nav .ico--home {
  position: relative;
  padding-right: 40px;
}
.footer-nav .ico--home::after {
  border: none;
  content: "";
  position: absolute;
  background: url(/sustainability/assets/images/ico_home.png) no-repeat 100% 50%;
  background-size: cover;
  display: block;
  width: 14px;
  height: 14px;
  top: 5px;
  right: 18px;
  transform: rotate(0);
}
.footer-nav .arrow--small {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
  text-decoration: none;
}
.footer-nav .arrow--small::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #0153b9;
  border-right: solid 2px #0153b9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  transform: rotate(45deg);
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
}
.footer-logo img {
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .list1 {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .list2 {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .list3 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .list4 {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .list5 {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .list6 {
    grid-column-start: 4;
    grid-column-end: 5;
  }
}
.pagetop {
  position: fixed;
  bottom: 10px;
  right: 15px;
  background: none;
  border: none;
  width: 32px;
  height: 32px;
}
.pagetop:hover {
  opacity: 0.7;
  transition: ease all 0.5s;
}@media screen and (min-width: 768px) {
  .section-inner {
    padding: 0 calc(50% - 500px);
  }
}.lead-sentence {
  font-size: 16px;
  line-height: 2.8125;
}.stakeholder {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.stakeholder-group {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .stakeholder-group {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-bottom: 60px;
  }
}
.stakeholder__link {
  display: flex;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
}
.stakeholder__content {
  width: 50%;
  background-color: #0153b9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stakeholder__title {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.stakeholder__img {
  width: 50%;
  text-align: center;
}
.stakeholder__ico > img {
  width: 50%;
  height: auto;
  margin: 0 auto 10px;
}
.stakeholder a:hover {
  opacity: 0.7;
  transition: ease all 0.3s;
}.img-link {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.img-link-group {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.img-link-group:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .img-link-group {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
.img-link.img01 {
  background: url(/sustainability/assets/images/index/img_about01.jpg) no-repeat 100% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .img-link.img01 {
    background: url(/sustainability/assets/images/index/img_about01_pc.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.img-link.img02 {
  background: url(/sustainability/assets/images/index/img_about02.jpg) no-repeat 35% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .img-link.img02 {
    background: url(/sustainability/assets/images/index/img_about02_pc.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.img-link__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: flex-end;
}
.img-link__content {
  width: 62.5%;
  padding: 10px 30px;
  background-color: #3690DD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .img-link__content {
    width: 52%;
  }
}
.img-link__title {
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.57;
}
.img-link__title::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .img-link__title {
    height: 155px;
  }
}
.img-link:hover {
  opacity: 0.7;
  transition: ease all 0.3s;
}.page-title.pagebg-ceo-message::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/ceo-message/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-ceo-message::after {
    width: 524px;
    background: url(/sustainability/assets/images/ceo-message/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-ceo-message {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.ceo-message-sentence {
  line-height: 1.8125;
}
.ceo-message-title {
  margin-bottom: 50px;
  color: #0153b9;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.ceo-message-img {
  display: block;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .ceo-message-img {
    max-width: 636px;
  }
}
.ceo-message-img img {
  width: 100%;
  height: auto;
}
.ceo-message-message {
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ceo-message-message {
    text-align: center;
  }
}
.ceo-message-name {
  padding-top: 30px;
  font-size: 15px;
  text-align: right;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .ceo-message-name {
    padding-top: 40px;
  }
}
.ceo-message-group {
  display: block;
  margin: 80px auto;
  max-width: 264px;
}
@media screen and (min-width: 768px) {
  .ceo-message-group {
    margin: 100px auto;
    max-width: 344px;
  }
}
.ceo-message-group img {
  width: 100%;
  height: auto;
}
.ceo-message-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 40px 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .ceo-message-action {
    padding: 46px 50px 52px;
  }
}
.ceo-message-action-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 38px;
  width: 170px;
  color: #0153B9;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .ceo-message-action-item {
    margin: 0;
  }
}
.ceo-message-action-item-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 38px;
  width: 170px;
  height: 170px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: #3690DD;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .ceo-message-action-item-02 {
    margin: 0;
  }
}
.ceo-message-action-sentence {
  width: 100%;
  font-size: 14px;
  line-height: 2.071;
}
@media screen and (min-width: 768px) {
  .ceo-message-action-sentence {
    max-width: 682px;
  }
}
.ceo-message-action-sentence h3 {
  margin-bottom: 18px;
  font-size: 18px;
}
.ceo-message-action-sentence-en {
  margin-top: 15px;
}.section-title {
  color: #0153b9;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.583;
}
@media screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 60px;
    font-size: 30px;
  }
}
.section-title.underlayer {
  color: #333;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-title.underlayer {
    font-size: 34px;
  }
}
.section-title.underlayer::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #0153b9;
  margin: 20px auto 0;
}.lead-sentence {
  font-size: 16px;
  margin-bottom: 50px;
}
.lead-sentence--size-base {
  padding: 0 calc(50% - 425px);
}
.lead-sentence--small {
  line-height: 1.5;
}
.lead-sentence--base {
  line-height: 1.8125;
}
.lead-sentence--large {
  line-height: 2.8125;
}
@media screen and (min-width: 768px) {
  .lead-sentence--center {
    text-align: center;
  }
  .lead-sentence--right {
    text-align: right;
  }
}.section-sub-title {
  color: #0153b9;
  text-align: center;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-sub-title {
    font-size: 28px;
  }
}.page-title.pagebg-client-company::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/client-company/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-client-company::after {
    width: 524px;
    background: url(/sustainability/assets/images/client-company/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-client-company {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.client-company-link-block .inner-link-block {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .client-company-link-block .inner-link-block {
    grid-template-columns: 1fr 1fr;
    margin-bottom: -30px;
    padding-bottom: 0;
  }
}
.client-company-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .client-company-img {
    margin: 0 auto;
    max-width: 750px;
  }
}.box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .box {
    flex-direction: row;
    justify-content: space-between;
  }
  .box--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .box .col {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .box .col--first {
    margin-bottom: 0;
  }
}.raius-image img {
  border-radius: 6px;
}
.raius-image-caption {
  display: inline-block;
  margin-left: 13px;
  font-size: 13px;
  line-height: 2;
  text-indent: -13px;
}
@media screen and (min-width: 768px) {
  .raius-image-caption {
    margin-top: 10px;
  }
}.inner-link {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 10px;
}
.inner-link-block {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #ccc;
  margin: 56px 0 0;
  padding: 0;
  line-height: 1.571;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .inner-link-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 80px 0;
    padding: 20px calc(50% - 500px);
    border: none;
    top: 110px;
  }
  .inner-link-block span {
    display: block;
  }
}
.inner-link-block > li {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  text-align: center;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: center;
}
.inner-link-block > li:hover {
  opacity: 0.6;
  transition: ease all 0.5s;
}
.inner-link-block > li a {
  padding: 16px;
}
.inner-link-block > li::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #0153b9;
  border-right: solid 2px #0153b9;
  position: absolute;
  bottom: calc(50% - 3px);
  left: auto;
  right: 15px;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .inner-link-block > li {
    padding-bottom: 10px;
    border: none;
    font-size: 14px;
    border-left: 1px solid #ccc;
  }
  .inner-link-block > li:last-child,.inner-link-block > li:nth-child(3n) {
    border-right: 1px solid #ccc;
  }
  .inner-link-block > li::after {
    bottom: 0;
    left: 47.5%;
  }
}.sp-scroll {
  overflow-x: scroll;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sp-scroll {
    overflow-x: initial;
  }
}
.sp-scroll > picture {
  display: block;
  margin: 0 0 40px;
  min-width: 750px;
}.page-title.pagebg-consumer-panel::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/consumer-panel/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-consumer-panel::after {
    width: 524px;
    background: url(/sustainability/assets/images/consumer-panel/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-consumer-panel {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.consumer-panel-link-block .inner-link-block {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .consumer-panel-link-block .inner-link-block {
    grid-template-columns: 1fr 1fr;
    margin-bottom: -30px;
    padding-bottom: 0;
  }
}
.consumer-panel-adjust {
  padding-bottom: 0 !important;
}
.consumer-panel-img {
  margin-bottom: 70px !important;
}
.consumer-panel-sentence {
  line-height: 1.8125;
}
.consumer-panel-caution {
  margin-bottom: 20px;
  margin-left: 13px;
  width: 100%;
  font-size: 13px;
  line-height: 1.923;
  text-indent: -13px;
	}
.consumer-panel-button-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
    margin: 50px 0 70px;
}
.consumer-panel-button-wrap .button {
  margin: 0;
}

.page-title.pagebg-initiative::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/initiative/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-initiative::after {
    width: 524px;
    background: url(/sustainability/assets/images/initiative/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-initiative {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}
.page-title.pagebg-initiative::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/initiative/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-initiative::after {
    width: 524px;
    background: url(/sustainability/assets/images/initiative/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-initiative {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}


	
	.page-title.pagebg-csr::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/csr/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-csr::after {
    width: 524px;
    background: url(/sustainability/assets/images/csr/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-csr {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.csr-link-block .inner-link-block {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .csr-link-block .inner-link-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: -30px;
    padding-bottom: 0;
  }
}
.csr-adjust .lead-sentence {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .csr-adjust .lead-sentence {
    margin-top: 0;
  }
}

.csr-content-adjust {
  margin-top: -56px;
}
@media screen and (min-width: 768px) {
  .csr-content-adjust {
    margin-top: 0;
  }
}
.csr-img {
  margin: 0 0 25px;
}
.csr-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 40px;
  margin: 0 0 70px;
}
@media screen and (min-width: 768px) {
  .csr-button-wrap {
    margin: 60px 0 70px;
  }
}
.csr-button-wrap .button {
  margin: 0;
}
.csr-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .csr-col {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .csr-col:last-of-type {
    margin-bottom: 10px;
  }
}
.csr-col-img {
  display: block;
  max-width: 334px;
}
.csr-col-img img {
  width: 100%;
  border-radius: 6px;
}
.csr-col-item {
  padding-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .csr-col-item {
    width: 62%;
  }
}
.csr-col-item p {
  font-size: 15px;
  line-height: 2;
}
.csr-col-btn {
  position: relative;
  display: block;
  margin: 40px auto 0;
  padding: 10px 10px 12px;
  max-width: 247px;
  color: #0153b9;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: solid 1px #0153b9;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .csr-col-btn {
    margin: 40px 0 0 auto;
    max-width: 185px;
  }
}
.csr-col-btn::after {
  position: absolute;
  top: 45%;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #0153b9;
  border-right: solid 2px #0153b9;
  transform: rotate(45deg);
}
.csr-col-btn:hover {
  color: #fff;
  background: #0153b9;
  transition: ease all 0.3s;
}
.csr-col-btn:hover::after {
  position: absolute;
  top: 45%;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.section-small-title {
  position: relative;
  color: #333;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 26px;
}
@media screen and (min-width: 768px) {
  .section-small-title {
    padding-left: 30px;
    font-size: 22px;
    text-indent: -26px;
  }
}
.section-small-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -26px;
  font-size: 22px;
  width: 16px;
  height: 3px;
  background-color: #0153B9;
  margin-right: 10px;
}.button {
  width: 100%;
  max-width: 480px;
  color: #0153b9;
  background-color: #fff;
  border: 1px solid #0153b9;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  padding: 23px;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.button:hover {
  color: #fff;
  background-color: #0153b9;
  border: 1px solid #0153b9;
  transition: ease all 0.5s;
}
.button.arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 3px #0153b9;
  border-right: solid 3px #0153b9;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
}
.button.arrow:hover::before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.button.pdf {
  position: relative;
}
.button.pdf::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  background: #fff url(/sustainability/assets/images/ico_pdf.png) no-repeat center;
  background-size: cover;
}
.button.pdf:hover::before {
  background: url(/sustainability/assets/images/ico_pdf_w.png) no-repeat center;
  background-size: cover;
}.page-title.pagebg-donation-record::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/donation-record/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-donation-record::after {
    width: 524px;
    background: url(/sustainability/assets/images/donation-record/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-donation-record {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.donation-record-lead {
  font-size: 15px;
  text-align: left;
  line-height: 3;
}
.donation-table tbody .donation-amount {
  font-weight:bold;
  text-align:center!important;
}

.donation-table tbody td p {
  font-weight:bold;
  line-height: 1.4;
  padding:0.3em 0;
}
.donation-table tbody td b {
  font-weight:normal;
}
.donation-table tbody td span {
  display:block;
  margin-top:0.3em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
.donation-table tbody .donation-amount {
  border-bottom:0;
  }
}

@media screen and (min-width: 768px) {
  .donation-record-lead {
    text-align: center;
  }
.donation-table tbody th {
    text-align: left!important;
  }
.donation-table tbody .donation-amount {
  text-align:left!important;
  }
}
.donation-record-price {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .donation-record-price {
    margin-bottom: 60px;
    gap: 0 40px;
  }
}
.donation-record-price-item {
  margin-bottom: 30px;
  padding: 10px 0;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .donation-record-price-item {
    margin-bottom: 0;
    padding: 20px;
    width: 48%;
  }
}
.donation-record-price-amount {
  color: #0153B9;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .donation-record-price-amount {
    font-size: 40px;
  }
}
.donation-record-price-amount span {
  display: block;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .donation-record-price-amount span {
    font-size: 18px;
  }
}
.donation-record-price-text {
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .donation-record-price-text {
    margin-bottom: 0;
    width: 48%;
  }
}
.page-title.pagebg-environmental::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/environmental/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-environmental::after {
    width: 524px;
    background: url(/sustainability/assets/images/environmental/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-environmental {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.environmental-link-block .inner-link-block {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .environmental-link-block .inner-link-block {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }
}
.environmental-tcfd-logo picture {
  display: block;
  margin: 60px auto 70px;
  max-width: 293px;
}
@media screen and (min-width: 768px) {
  .environmental-tcfd-logo picture {
    max-width: 488px;
  }
}
.environmental-system-diagram .sp-scroll picture {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.environmental-system-table {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .environmental-system-table {
    margin-bottom: 70px;
  }
}
.environmental-system-table .table {
  min-width: 1000px;
}
.environmental-system-table .table th {
  padding: 16px 10px;
  width: 25%;
}
.environmental-system-table .table td {
  padding: 16px 10px;
  text-align: left;
}
.environmental-system-table .table .frequency {
  width: 20%;
}
.environmental-risk-table {
  margin-bottom: 20px;
}
.environmental-risk-table td {
  border: none;
}
.environmental-risk-table .environmental-risk-table-border-right {
  border-right:1px solid #CCC;
}
.environmental-risk-table .environmental-risk-table-border-bottom {
  border-bottom:1px solid #CCC;
}
.environmental-risk-table .environmental-risk-dot {
  position: relative;
  margin: 24px 0 20px 20px;
  display: inline-block;
}
.environmental-risk-table .environmental-risk-dot::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -14px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 10px;
}
.environmental-risk-table .table {
  margin-bottom: 0;
  min-width: 1000px;
  border: 1px solid #CCC;
}
.environmental-risk-table .table .center {
  text-align: center;
}
.environmental-risk-table .table .left {
  text-align: left;
}
.environmental-risk-table .table td {
  text-align: left;
}
.environmental-risk-table .table th {
  max-width: calc( 8em + 50px );
}
.environmental-risk-table .table td.environmental-risk-table-term {
  width: calc( 6em + 50px );
}
.environmental-risk-table .table .superscript {
  vertical-align: top;
  font-size: 10px;
}
.environmental-risk-table-list li {
  position: relative;
  margin: 24px 0 20px 20px;
}
.environmental-risk-table-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -14px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 10px;
}
.environmental-caution-list {
  margin: 0 0 70px 20px;
}
.environmental-caution-list li {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 2;
  list-style: decimal;
}
.environmental-caution-text {
  margin: 5px 0 50px;
}
.environmental-caution-text li {
  margin-left: 13px;
  font-size: 13px;
  line-height: 2;
  text-indent: -7px;
}
.environmental-caution-text li::before {
  content: "※";
  display: inline-block;
}
.environmental-target-table .table {
  margin-bottom: 0;
  min-width: 1000px;
}
@media screen and (min-width: 768px) {
  .environmental-target-table .table {
    margin-bottom: 10px;
  }
}
.environmental-target-table .table .center {
  text-align: center;
}
.environmental-target-table .table .left {
  text-align: left;
}.page-title.pagebg-goodmill::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/goodmill/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-goodmill::after {
    width: 524px;
    background: url(/sustainability/assets/images/goodmill/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-goodmill {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.goodmill-logo {
  display: block;
  margin: 60px auto 100px;
  max-width: 262px;
}
@media screen and (min-width: 768px) {
  .goodmill-logo {
    margin: 80px auto 100px;
    max-width: 396px;
  }
}
.goodmill-main-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 0;
}
@media screen and (min-width: 768px) {
  .goodmill-main-pillars {
    gap: 0 35px;
  }
}
.goodmill-main-pillars-item {
  padding: 45px 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .goodmill-main-pillars-item {
    max-width: 310px;
  }
}
.goodmill-main-pillars-item picture {
  display: block;
  margin: 0 auto 40px;
  max-width: 100px;
}
.goodmill-main-pillars-item h3 {
  margin-bottom: 24px;
  font-size: 18px;
  text-align: center;
}
.goodmill-main-pillars-item ul li {
  position: relative;
  margin: 0 0 20px 12px;
  font-size: 15px;
}
.goodmill-main-pillars-item ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -14px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 10px;
}
.goodmill-support {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .goodmill-support {
    gap: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .goodmill-support-item {
    width: 48%;
  }
}
.goodmill-support-title a {
  display: block;
  margin: 20px 0 15px;
  color: #0153B9;
  font-size: 18px;
  text-decoration: none;
}
.goodmill-support-title a:hover {
  text-decoration: underline;
}
.goodmill-support-title a span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/sustainability/assets/images/ico_home.png) no-repeat;
  background-size: cover;
}
.goodmill-support-list li {
  position: relative;
  margin: 0 0 20px 16px;
  font-size: 16px;
}
.goodmill-support-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -14px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 10px;
}
.goodmill-examples-title {
  margin-bottom: 20px;
  font-size: 20px;
}
.goodmill-examples-img {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .goodmill-examples-img {
    gap: 0 30px;
  }
}
.goodmill-examples-img picture {
  display: block;
}
@media screen and (min-width: 768px) {
  .goodmill-examples-img picture {
    max-width: 310px;
  }
}
.goodmill-report {
  margin-bottom: 25px;
}
.goodmill-report dt {
  padding: 15px 80px 15px 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #3690DD;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .goodmill-report dt {
    padding: 15px 35px;
  }
}
.goodmill-report dd {
  display: none;
  padding: 50px 20px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .goodmill-report dd {
    padding: 50px 40px;
  }
}
.goodmill-report-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .goodmill-report-title {
    margin-bottom: 20px;
  }
}
.goodmill-report-link a {
  display: block;
  margin-bottom: 40px;
  color: #0153B9;
}
@media screen and (min-width: 768px) {
  .goodmill-report-link a {
    margin-bottom: 30px;
  }
}
.goodmill-report-link a:hover {
  text-decoration: none;
}
.goodmill-report-link a span {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 15px;
  background: url(/sustainability/assets/images/ico_pdf.png) no-repeat;
  background-size: cover;
}
.goodmill-report p {
  line-height: 1.813;
}
.goodmill-report-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  margin: 26px 0 30px;
}
@media screen and (min-width: 768px) {
  .goodmill-report-wrap {
    gap: 0 30px;
  }
}
.goodmill-report-wrap picture {
  display: block;
  margin: 0 auto;
  max-width: 196px;
}
@media screen and (min-width: 768px) {
  .goodmill-report-wrap picture {
    max-width: 250px;
  }
}
.goodmill-report-wrap-text {
  line-height: 1.813;
}
@media screen and (min-width: 768px) {
  .goodmill-report-wrap-text {
    max-width: 640px;
  }
}
.goodmill-report-wrap-text .katariba-logo {
  display: block;
  margin: 40px auto 0;
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .goodmill-report-wrap-text .katariba-logo {
    margin: 60px 0 0 auto;
    text-align: right;
  }
}

.acc-trigger {
  position: relative;
  cursor: pointer;
}
.acc-trigger .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
}
.acc-trigger .icon::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  border-top: solid 2px #fff;
}
.acc-trigger .icon::after {
  position: absolute;
  top: 0;
  right: 12px;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  border-right: solid 2px #fff;
  transition: ease-in-out all 0.2s;
}
.acc-trigger.is-active {
  border-radius: 6px 6px 0 0;
}
.acc-trigger.is-active .icon::after {
  position: absolute;
  top: -12px;
  right: 0;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  border-right: solid 2px #fff;
  transform: rotate(90deg);
  transition: ease-in-out all 0.2s;
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.acc-body.is-open {
  display: block;
  max-height: 1000px;
  transition: max-height 0.2s ease-out;
}.page-title.pagebg-governance::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/governance/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-governance::after {
    width: 524px;
    background: url(/sustainability/assets/images/governance/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-governance {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.governance-link-block .inner-link-block {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .governance-link-block .inner-link-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
  }
}
.governance-function-list {
  margin: 0 0 60px 46px;
}
.governance-function-list li {
  margin-bottom: 30px;
  counter-increment: cnt;
}
.governance-function-list li::before {
  display: inline-block;
  content: "(" counter(cnt) ") ";
  margin-left: -26px;
}
.governance-function-list li h4 {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: 500;
}
.governance-note {
  margin-bottom: 60px;
  padding-left: 14px;
  font-size: 14px;
  text-indent: -14px;
}
.governance-reward-table {
  margin-bottom: 60px;
}
.governance-reward-table .table {
  min-width: 1000px;
}
.governance-reward-table .table th {
  padding: 22px 14px;
}
.governance-reward-table .table tbody th {
  width: 23%;
}
.governance-skill-table .table {
  min-width: 1000px;
}
.governance-skill-table .table th {
  padding: 22px 14px;
  line-height: 1.867;
}
.governance-skill-table .table tbody th {
  width: 23%;
}
.governance-skill-table .table tbody td {
  padding: 16px 10px;
  width: 11%;
  text-align: center;
}
.governance-skill-table .table tbody td .point {
  color: #0153B9;
}.related-content {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .related-content {
    padding: 30px 30px 20px;
  }
}
.related-content .box .col.col--first img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .related-content .box .col.col--first {
    width: 333px;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.related-content .box .col.col--last {
  width: fit-content;
  margin-bottom: 0;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .related-content .box .col.col--last {
    margin-top: 0;
  }
}
.related-content a:hover {
  opacity: 0.6;
  transition: ease all 0.5s;
}
.related-content a .raius-image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .related-content a .raius-image {
    width: 334px;
  }
}
.related-content a .raius-image__title {
  display: inline-block;
  margin-bottom: 1em;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .related-content a .raius-image__title {
    margin-bottom: 24px;
  }
}
.related-content a .raius-image__txt {
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
  color: #333;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .related-content a .raius-image__txt {
    margin-bottom: 24px;
  }
}
.related-content a .raius-image__anchor {
  display: inline-block;
  color: #0153B9;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
}
.related-content a .raius-image__anchor::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #0153b9;
  border-right: solid 2px #0153b9;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  transform: rotate(45deg);
}.page-title.pagebg-human-capital::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/human-capital/bg_pagetitle.png) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-human-capital::after {
    width: 524px;
    background: url(/sustainability/assets/images/human-capital/bg_pagetitle_pc.png) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-human-capital {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.human-capital-link-block .inner-link-block {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .human-capital-link-block .inner-link-block {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: -30px;
    padding-bottom: 0;
  }
}
.human-capital-adjust .lead-sentence {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .human-capital-adjust .lead-sentence {
    margin-top: 0;
  }
}.col-title {
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .col-title {
    margin-top: 80px;
    margin-bottom: 60px;
    font-size: 20px;
  }
}
.col-sub-title {
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .col-sub-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.col-img img {
  margin: 0 auto;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .col-img img {
    width: 380px;
  }
}.grid {
  display: grid;
}
.grid__img {
  border-radius: 6px;
  overflow: hidden;
}
.grid.reverse {
  flex-direction: row-reverse;
}
.grid.gap-10 {
  grid-gap: 10px;
}
.grid.gap-15 {
  grid-gap: 15px;
}
.grid.gap-20 {
  grid-gap: 20px;
}
.grid.gap-25 {
  grid-gap: 25px;
}
.grid.gap-30 {
  grid-gap: 30px;
}
.grid.gap-35 {
  grid-gap: 35px;
}
.grid.gap-40 {
  grid-gap: 40px;
}
.grid.gap-45 {
  grid-gap: 45px;
}
.grid.gap-50 {
  grid-gap: 50px;
}
@media screen and (min-width: 768px) {
  .grid-col2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-col4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-col5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}.page-title.pagebg-materiality::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/materiality/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-materiality::after {
    width: 524px;
    background: url(/sustainability/assets/images/materiality/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-materiality {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.materiality-sentence {
  line-height: 1.8125;
}
.materiality-diagram {
  display: block;
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .materiality-diagram {
    margin: 140px 0;
  }
}
.materiality-link-block .inner-link-block {
  grid-template-columns: 1fr;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .materiality-link-block .inner-link-block {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: -10px 0 0;
  }
}
.materiality-section-title {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .materiality-section-title {
    font-size: 18px;
  }
}
.donation-table,
.materiality-table,
.human-capital-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .donation-table,
  .materiality-table,
  .human-capital-table {
    font-size: 15px;
  }
}
.donation-table th,.donation-table td,
.materiality-table th, .materiality-table td,
.human-capital-table th, .human-capital-table td {
  font-weight: 400;
  padding: 14px 18px;
}

.materiality-table tbody th,
.human-capital-table tbody th {
  display: block;
  width: 100%;
  background-color: #D5F0FF;
  text-align: left;
  border: 1px solid #CCC;
}
.donation-table tbody th {
  display: block;
  width: 100%;
  background-color: #D5F0FF;
  text-align: center;
  border: 1px solid #CCC;
}

@media screen and (min-width: 768px) {
  .donation-table tbody th,
  .materiality-table tbody th,
  .human-capital-table tbody th {
    display: table-cell;
    width: 210px;
  }
}

.donation-table tbody td,
.materiality-table tbody td,
.human-capital-table tbody td {
  display: block;
  width: 100%;
  line-height: 1.867;
  background: #fff;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  .donation-table tbody td,
  .materiality-table tbody td,
  .human-capital-table tbody td {
    display: table-cell;
    width: 790px;
    border: 1px solid #CCC;
  }
}
.materiality-table tbody td span {
  color: #0153B9;
}
.human-capital-table-order{
  padding-left: 1.2em;
  list-style-type: decimal;
}
.human-capital-table-font-blue{
  color: #0153B9;
}
.donation-table-list li,
.materiality-table-list li {
  position: relative;
  margin: 0 0 30px 18px;
  line-height: 2.133;
}
@media screen and (min-width: 768px) {
  .donation-table-list li,
  .materiality-table-list li {
    margin: 0 0 20px 14px;
  }
}
.donation-table-list li:last-child,
.materiality-table-list li:last-child {
  margin-bottom: 0;
}
.donation-table-list li::before,
.materiality-table-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -14px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .donation-table-list li::before,
  .materiality-table-list li::before {
    top: 14px;
  }
}
.materiality-sdgs-list {
  display: flex;
}
.materiality-sdgs-list li {
  margin-right: 10px;
  max-width: 88px;
}
@media screen and (min-width: 768px) {
  .materiality-sdgs-list li {
    margin-right: 20px;
    max-width: 120px;
  }
}
.materiality-sdgs-list li::last-child {
  margin-right: 0;
}.page-title.pagebg-partner-company::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/partner-company/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-partner-company::after {
    width: 524px;
    background: url(/sustainability/assets/images/partner-company/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-partner-company {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.partner-company-col {
  text-align: center;
}.page-title.pagebg-related-info::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/related-info/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-related-info::after {
    width: 524px;
    background: url(/sustainability/assets/images/related-info/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-related-info {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

.related-info-link-block .inner-link-block {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .related-info-link-block .inner-link-block {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 100px 0 0;
  }
}
.related-info-table {
  width: 1000px;
}
.related-info-table .table td {
  text-align: left;
}
.related-info-table .indicator {
  width: 50%;
}

.page-title.pagebg-multi-stakeholder::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/multi-stakeholder/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-multi-stakeholder::after {
    width: 524px;
    background: url(/sustainability/assets/images/multi-stakeholder/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .page-title.pagebg-multi-stakeholder {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

/* 2023 update ------------------------------ */


/*※の表記と注釈リスト*/
.superscript {
    vertical-align: top;
    font-size: 10px;
}
.caution-text {
  margin: 5px 0 50px;
}
.caution-text li {
  margin-left: 13px;
  font-size: 13px;
  line-height: 2;
  text-indent: -7px;
}
.caution-text li::before {
  content: "*";
  display: inline-block;
}

/*テキスト*/
.text-small{
  font-size:13px;
}


/*リスト*/
.list{
  margin-bottom:50px;
}

.list li{
  position: relative;
  margin: 24px 0 20px 20px;
}

.list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -14px;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 10px;
}


/*簡略コンテンツ*/

.simple-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .simple-col {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .simple-col:last-of-type {
    margin-bottom: 10px;
  }
}
.simple-col-img {
  display: block;
  max-width: 334px;
}
.simple-col-img img {
  width: 100%;
  border-radius: 6px;
}
.simple-col-item {
  padding-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .simple-col-item {
    width: 62%;
  }
}
.simple-col-item p {
  font-size: 15px;
  line-height: 2;
}
.simple-col-btn {
  position: relative;
  display: block;
  margin: 40px auto 0;
  padding: 10px 10px 12px;
  max-width: 247px;
  color: #0153b9;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: solid 1px #0153b9;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .simple-col-btn {
    margin: 40px 0 0 auto;
    max-width: 185px;
  }
}
.simple-col-btn::after {
  position: absolute;
  top: 45%;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #0153b9;
  border-right: solid 2px #0153b9;
  transform: rotate(45deg);
}
.simple-col-btn:hover {
  color: #fff;
  background: #0153b9;
  transition: ease all 0.3s;
}
.simple-col-btn:hover::after {
  position: absolute;
  top: 45%;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

/*3カラムコンテンツ*/

.examples-title {
  margin-bottom: 20px;
  font-size: 20px;
}
.examples-img {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .examples-img {
    gap: 0 30px;
  }
}
.examples-img picture {
  display: block;
}
@media screen and (min-width: 768px) {
  .examples-img picture {
    max-width: 310px;
  }
}

/*調査会社としての責任*/

.page-title.pagebg-responsibility::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/responsibility/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 950px) {
  .page-title.pagebg-responsibility::after {
    width: 524px;
    background: url(/sustainability/assets/images/responsibility/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 950px) {
  .page-title.pagebg-responsibility {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}



/*セキュリティ*/

.page-title.pagebg-security::after {
  position: absolute;
  width: 134px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(/sustainability/assets/images/security/bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-security::after {
    width: 524px;
    background: url(/sustainability/assets/images/security/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-title.pagebg-security {
    padding: 0 calc(50% - 500px);
    height: 232px;
  }
}

/* 2024 */
.human-capital-dispatch-list{
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .human-capital-dispatch-list{
    flex-direction: row;
  }
}
.human-capital-dispatch-item{
  background-color: #CCCCCC;
  display: grid;
  place-content: center;
  padding: 16px;
  flex: 1;
  text-align: center;
  color: #0153B9;
  font-weight: 700;
  border: double 4px #fff;
}
@media screen and (min-width: 768px) {
  .human-capital-dispatch-item{
    padding: 24px;
  }
}
.human-capital-career-promotion-title{
  display: flex;
  gap: 10px;
  font-size: 18px;
  align-items: center;
	}
	
/* 2025 */
	.human-capital-table tbody.check-mark .list {
    list-style: none;
    padding-left: 0;
		margin: 0;
}

/* 各リスト項目に余白を設定 */
	.human-capital-table tbody.check-mark .list li {
    position: relative;
		margin: 0 0 0 20px!important;
		padding:0 0 0 0.8em;
}

/* 擬似要素を使って ✓ (U+2713) を表示する */
	.human-capital-table tbody.check-mark .list li::before {
    content: "\2713"; /* Unicode: U+2713 (✓) */
    color: #004d99;
	background:none!important;
    font-weight: bold; /*
    position: absolute;
    left: 0;*/
	top: 0;
	}
	
	.human-capital-table tbody.check-mark th {
		text-align:center;
	}