.issues .structure_of_key_issues {
  overflow: hidden;
}

.issues #main .contents-wrapper .contents .contents-inner .text-block h2.block-title {
  font-size: 22px;
  font-size: clamp(18px, 1.57143vw, 22px);
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list {
    margin-top: 8px;
    gap: 16px;
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list {
  display: flex;
  width: 100%;
  min-height: 80px;
  border-radius: 4px;
  padding-right: 24px;
  border: 2px solid #E87722;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #e87722 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list {
    border: 1px solid #E87722;
    min-height: 84px;
  }
}
@media (any-hover: hover) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover {
    opacity: 1.0;
    background-position: -100% 100%;
  }
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon img {
    opacity: 0;
  }
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon01 {
    background: url(/sustainability/images/issues_icon01_w.svg) no-repeat center center;
    background-size: 68px 55px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon01 {
    background: url(/sustainability/images/issues_icon01_w.svg) no-repeat center center;
    background-size: calc(68px * 0.9) calc(55px * 0.9);
  }
}
@media (any-hover: hover) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon02 {
    background: url(/sustainability/images/issues_icon02_w.svg) no-repeat center center;
    background-size: 56px 56px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon02 {
    background: url(/sustainability/images/issues_icon02_w.svg) no-repeat center center;
    background-size: calc(56px * 0.9) calc(56px * 0.9);
  }
}
@media (any-hover: hover) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon03 {
    background: url(/sustainability/images/issues_icon03_w.svg) no-repeat center center;
    background-size: 74px 52px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon03 {
    background: url(/sustainability/images/issues_icon03_w.svg) no-repeat center center;
    background-size: calc(74px * 0.9) calc(52px * 0.9);
  }
}
@media (any-hover: hover) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon04 {
    background: url(/sustainability/images/issues_icon04_w.svg) no-repeat center center;
    background-size: 52px 46px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon04 {
    background: url(/sustainability/images/issues_icon04_w.svg) no-repeat center center;
    background-size: calc(52px * 0.9) calc(46px * 0.9);
  }
}
@media (any-hover: hover) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon05 {
    background: url(/sustainability/images/issues_icon05_w.svg) no-repeat center center;
    background-size: 64px 60px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a .issues-icon.icon05 {
    background: url(/sustainability/images/issues_icon05_w.svg) no-repeat center center;
    background-size: calc(64px * 0.9) calc(60px * 0.9);
  }
}
@media (any-hover: hover) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a p.list-title {
    color: #FFF;
  }
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list:hover a p.list-title .tl-num {
    background: #FFF;
    color: #E87722;
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a {
  display: grid;
  grid-template-columns: 120px 1fr;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a {
    grid-template-columns: 84px 1fr;
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon img {
  opacity: 1;
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon01 {
  background: url(/sustainability/images/issues_icon01_w.svg) no-repeat center center;
  background-size: 68px 55px;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon01 {
    background: url(/sustainability/images/issues_icon01_w.svg) no-repeat center center;
    background-size: calc(68px * 0.9) calc(55px * 0.9);
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon01 img {
  width: 68px;
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon02 {
  background: url(/sustainability/images/issues_icon02_w.svg) no-repeat center center;
  background-size: 56px 56px;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon02 {
    background: url(/sustainability/images/issues_icon02_w.svg) no-repeat center center;
    background-size: calc(56px * 0.9) calc(56px * 0.9);
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon02 img {
  width: 56px;
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon03 {
  background: url(/sustainability/images/issues_icon03_w.svg) no-repeat center center;
  background-size: 74px 52px;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon03 {
    background: url(/sustainability/images/issues_icon03_w.svg) no-repeat center center;
    background-size: calc(74px * 0.9) calc(52px * 0.9);
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon03 img {
  width: 74px;
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon04 {
  background: url(/sustainability/images/issues_icon04_w.svg) no-repeat center center;
  background-size: 52px 46px;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon04 {
    background: url(/sustainability/images/issues_icon04_w.svg) no-repeat center center;
    background-size: calc(52px * 0.9) calc(46px * 0.9);
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon04 img {
  width: 52px;
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon05 {
  background: url(/sustainability/images/issues_icon05_w.svg) no-repeat center center;
  background-size: 64px 60px;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon05 {
    background: url(/sustainability/images/issues_icon05_w.svg) no-repeat center center;
    background-size: calc(64px * 0.9) calc(60px * 0.9);
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a .issues-icon.icon05 img {
  width: 64px;
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a p.list-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a p.list-title {
    font-size: clamp(16px, 1.5625vw, 20px);
    padding-left: 25px;
    line-height: 1.5;
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a p.list-title .tl-num {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100%;
  background: #E87722;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 22px;
  height: 22px;
  color: #FFF;
  padding-bottom: 2px;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list a p.list-title .tl-num {
    top: 4px;
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list.type-b {
  border: 2px solid #426DA9;
  background-image: linear-gradient(to right, transparent 50%, #426da9 50%);
  background-size: 200% 100%;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list.type-b {
    border: 1px solid #426DA9;
  }
}
@media (any-hover: hover) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list.type-b:hover {
    opacity: 1.0;
    background-position: -100% 100%;
  }
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list.type-b:hover a p.list-title {
    color: #FFF;
  }
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list.type-b:hover a p.list-title .tl-num {
    background: #FFF;
    color: #426DA9;
  }
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list .is-list.type-b a p.list-title .tl-num {
  background: #426DA9;
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list + * {
  margin-top: 56px;
}
.issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list + .block-title {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .issues #main .contents-wrapper .contents .contents-inner .text-block .issues-list + .block-title {
    margin-top: 32px;
  }
}
.issues .structure_of_key_issues {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 66px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues {
    margin-top: 54px;
  }
}
.issues .structure_of_key_issues:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc( 100% - 40px);
  height: 100%;
  background: url(../issues/images/issues.png) no-repeat left top;
  background-size: cover;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues:after {
    background: url(../issues/images/issues_sp.png) no-repeat left top;
    background-size: cover;
  }
}
.issues .structure_of_key_issues .key_issues {
  display: grid;
  grid-template-columns: 40px 1fr;
  background: rgba(232, 119, 34, 0.1);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues {
    grid-template-columns: 48px 1fr;
    gap: 8px;
    display: none;
  }
}
.issues .structure_of_key_issues .key_issues.key_issues01 {
  background: rgba(66, 109, 169, 0.1);
}
.issues .structure_of_key_issues .key_issues.key_issues01 .is_key {
  background: #426DA9;
}
.issues .structure_of_key_issues .key_issues .is_key {
  background: #E87722;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_key {
    align-items: flex-start;
    padding-top: 10px;
  }
}
.issues .structure_of_key_issues .key_issues .is_key p {
  writing-mode: vertical-rl;
  color: #FFF;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_key p {
    font-size: 12px;
  }
}
.issues .structure_of_key_issues .key_issues .is_key p br {
  display: none;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_key p br {
    display: block;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure {
  display: flex;
  justify-content: center;
}
.issues .structure_of_key_issues .key_issues .is_structure .structure_item {
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure .structure_item {
    pointer-events: none;
    cursor: default;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure .structure_item:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure .structure_item:after {
    display: block;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure .structure_item .num {
  width: 22px;
  height: 22px;
  background: #E87722;
  border-radius: 100%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
  transition: all .3s;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .issues .structure_of_key_issues .key_issues .is_structure .structure_item .num {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure .structure_item .num {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure .structure_item p {
  font-size: 14px;
  font-size: clamp(10px, 1.09375vw, 14px);
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  margin-top: 0.5vw;
  position: relative;
  z-index: 1;
  transition: all .3s;
}
.issues .structure_of_key_issues .key_issues .is_structure .structure_item button.btn {
  width: 90px;
  height: 30px;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 4px;
  margin-top: 0px;
  margin-inline: auto;
  font-weight: 500;
  font-size: clamp(10px, 1.09375vw, 14px);
  cursor: pointer;
  margin-top: 0.6vw;
  position: relative;
  z-index: 1;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure .structure_item button.btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .issues .structure_of_key_issues .key_issues .is_structure .structure_item:hover p {
    color: #FFF;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure01 .structure_item_wrap {
  width: 100%;
  max-width: 316px;
  width: 41.57%;
  width: 42.74%;
  aspect-ratio: 316/228;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure01 .structure01 {
  background: rgba(66, 109, 169, 0.2);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  aspect-ratio: 316/228;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure01 .structure01 {
    clip-path: initial;
    background: none;
    height: 100%;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure01 .structure01:after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: rgba(66, 109, 169, 0.15);
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure01 .structure01 .num {
  background: #426DA9;
}
@media (any-hover: hover) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure01 .structure01:hover {
    background: rgba(66, 109, 169, 0.95);
  }
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure01 .structure01:hover .num {
    background: #FFF;
    color: #426DA9;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 {
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap {
  display: grid;
  grid-template-columns: 35.33% 27.91% 35.33%;
  max-width: 564px;
  width: 74.47%;
  width: 75.80%;
  aspect-ratio: 566/176;
  gap: 4px;
  grid-template-rows: auto;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-content: center;
  padding-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item {
    padding-bottom: 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item {
    grid-row: span 3;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure02, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure03, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure04 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.6vw;
}
@media screen and (max-width: 1100px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure02, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure03, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure04 {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure02, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure03, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure04 {
    justify-content: center;
    grid-row: span 3;
  }
}
@media screen and (max-width: 600px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure02, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure03, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure04 {
    grid-row: span 3;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure02 P, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure03 P, .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item.structure04 P {
  min-height: 63px;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item p {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (any-hover: hover) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item:hover {
    background: rgba(232, 119, 34, 0.95);
  }
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap .structure_item:hover .num {
    background: #FFF;
    color: #E87722;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap:has(.structure05) {
  display: flex;
  max-width: 744px;
  aspect-ratio: 744/126;
  width: calc(100% - 0px);
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap:has(.structure05) {
    width: 100%;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap:has(.structure05) .structure_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
  width: 100%;
  height: 100%;
  aspect-ratio: 744/126;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure_item_wrap:has(.structure05) .structure_item {
    padding-top: 0;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure02 {
  background: rgba(232, 119, 34, 0.2);
  clip-path: polygon(62% 0%, 100% 0, 100% 100%, 0% 100%);
  padding-left: 64px;
  padding-left: 32%;
  aspect-ratio: 200/176;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure02 {
    clip-path: initial;
    background: none;
    padding-left: 0;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure02:after {
  clip-path: polygon(62% 0%, 100% 0, 100% 100%, 0% 100%);
  background: rgba(232, 119, 34, 0.2);
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure02 p {
  margin-top: 0;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure02 button.btn {
  margin-top: 0;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure03 {
  background: rgba(232, 119, 34, 0.2);
  aspect-ratio: 158/176;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure03 {
    background: none;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure03:after {
  background: rgba(232, 119, 34, 0.2);
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure03 p {
  margin-top: 0;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure03 button.btn {
  margin-top: 0;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure04 {
  background: rgba(232, 119, 34, 0.2);
  clip-path: polygon(0 0, 38% 0, 100% 100%, 0% 100%);
  padding-right: 64px;
  padding-right: 32%;
  aspect-ratio: 200/176;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure04 {
    clip-path: initial;
    background: none;
    padding-right: 0;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure04:after {
  clip-path: polygon(0 0, 38% 0, 100% 100%, 0% 100%);
  background: rgba(232, 119, 34, 0.15);
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure04 p {
  margin-top: 0;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure04 button.btn {
  margin-top: 0;
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure05 {
  background: rgba(232, 119, 34, 0.2);
  clip-path: polygon(11.57% 0%, 88.43% 0%, 100% 100%, 0% 100%);
  aspect-ratio: 744/126;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure05 {
    background: none;
  }
}
.issues .structure_of_key_issues .key_issues .is_structure.is_structure02 .structure05:after {
  clip-path: polygon(11.57% 0%, 88.43% 0%, 100% 100%, 0% 100%);
  background: rgba(232, 119, 34, 0.15);
}
.issues .structure_of_key_issues .issues_sp {
  display: none;
}
.issues .structure_of_key_issues .issues_sp img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .issues .structure_of_key_issues .issues_sp {
    display: block;
  }
}

.issue1 .contents-inner .issues-title .issues-num {
  background: #426DA9;
}
.issue1 .contents-inner .issues-table:after {
  background: url(../images/arrow_b.svg) no-repeat left top;
  background-size: 80px 32px;
}
@media screen and (max-width: 767px) {
  .issue1 .contents-inner .issues-table:after {
    background: url(../images/arrow_b.svg) no-repeat left top;
    background-size: 64px 26px;
  }
}
.issue1 .contents-inner .our-goal {
  border: 2px solid #426DA9;
}

.contents-inner .issues-title {
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  padding-left: 100px;
  display: grid;
  grid-template-columns: 1fr 180px;
  width: 100%;
  align-items: center;
  position: relative;
  font-weight: 400;
  transition: all .3s;
}
@media screen and (max-width: 1280px) {
  .contents-inner .issues-title {
    font-size: clamp(24px, 3.125vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-title {
    display: block;
    font-size: clamp(24px, 3.125vw, 40px);
    padding-left: 32px;
    padding-bottom: 64px;
  }
}
.contents-inner .issues-title .issues-num {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background: #E87722;
  position: absolute;
  top: 10px;
  left: 18px;
  border-radius: 100%;
  padding-bottom: 2px;
  transition: all .3s;
}
@media screen and (max-width: 1280px) {
  .contents-inner .issues-title .issues-num {
    width: calc(42px * 0.8);
    height: calc(42px * 0.8);
    font-size: calc(32px * 0.8);
  }
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-title .issues-num {
    width: 24px;
    height: 24px;
    font-size: clamp(20px, 2.5vw, 32px);
    left: 0;
    top: 8px;
  }
}
.contents-inner .issues-title .issues-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.contents-inner .issues-title .issues-icon picture {
  height: fit-content;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-title .issues-icon {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.1;
    width: fit-content;
    align-items: flex-start;
  }
}
.contents-inner .issues-title .issues-icon.icon01 img {
  max-width: 126px;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-title .issues-icon.icon01 img {
    width: 122px;
  }
}
.contents-inner .issues-title .issues-icon.icon02 img {
  max-width: 112px;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-title .issues-icon.icon02 img {
    width: 95px;
  }
}
.contents-inner .issues-title .issues-icon.icon03 img {
  max-width: 148px;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-title .issues-icon.icon03 img {
    width: 130px;
  }
}
.contents-inner .issues-title .issues-icon.icon04 img {
  max-width: 104px;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-title .issues-icon.icon04 img {
    width: 100px;
  }
}
.contents-inner .issues-title .issues-icon.icon05 img {
  max-width: 128px;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-title .issues-icon.icon05 img {
    width: 104px;
  }
}
.contents-inner .issues-title + .text-block {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-title + .text-block {
    margin-top: 40px;
    margin-top: 0;
  }
}
.contents-inner .issues-table {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.contents-inner .issues-table .iss-table_row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-table .iss-table_row {
    grid-template-columns: 64px 1fr;
  }
}
.contents-inner .issues-table .iss-table_row .iss-table_header {
  padding: 16px 0;
  background: #fafaf8;
  border-top: 1px solid #CCC;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.contents-inner .issues-table .iss-table_row .iss-table_header .icon {
  width: 28px;
}
.contents-inner .issues-table .iss-table_row .iss-table_header .is-th {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-table .iss-table_row .iss-table_header .is-th {
    font-size: 14px;
  }
}
.contents-inner .issues-table .iss-table_row .iss-table_data {
  padding: 16px 0 16px 16px;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-table .iss-table_row .iss-table_data {
    padding: 16px 0 16px 8px;
  }
}
.contents-inner .issues-table .iss-table_row .iss-table_data .type-list {
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-table .iss-table_row .iss-table_data .type-list {
    font-size: 14px;
    padding-left: 12px;
  }
}
.contents-inner .issues-table .iss-table_row .iss-table_data .type-list:before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-table .iss-table_row .iss-table_data .type-list:before {
    top: 10px;
  }
}
.contents-inner .issues-table .iss-table_row .iss-table_data .type-list + .type-list {
  margin-top: 6px;
}
.contents-inner .issues-table .iss-table_row:last-of-type .iss-table_data,
.contents-inner .issues-table .iss-table_row:last-of-type .iss-table_header {
  border-bottom: 1px solid #CCC;
}
.contents-inner .issues-table:after {
  content: "";
  display: block;
  width: 80px;
  height: 32px;
  background: url(../images/arrow_o.svg) no-repeat left top;
  background-size: 80px 32px;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .contents-inner .issues-table:after {
    width: 64px;
    height: 26px;
    background: url(../images/arrow_o.svg) no-repeat left top;
    background-size: 64px 26px;
  }
}
.contents-inner .our-goal {
  border: 2px solid #E87722;
  border-radius: 4px;
  padding: 28px 40px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .contents-inner .our-goal {
    padding: 12px 16px;
  }
}
.contents-inner .our-goal .og-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents-inner .our-goal .og-title {
    font-size: 16px;
  }
}
.contents-inner .our-goal .og-title + * {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .contents-inner .our-goal .og-title + * {
    margin-top: 8px;
  }
}
.contents-inner .our-goal p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents-inner .our-goal p {
    font-size: 14px;
  }
}
.contents-inner .related-initiatives .ri-title {
  font-size: 18px;
  font-weight: 500;
  color: #00A9E0;
  border-top: 1px solid #00A9E0;
  padding-top: 16px;
}
.contents-inner .link-pagination {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .contents-inner .link-pagination {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.contents-inner .link-pagination .link_back,
.contents-inner .link-pagination .link_next {
  width: 100%;
  display: flex;
}
.contents-inner .link-pagination .link_back .btn,
.contents-inner .link-pagination .link_next .btn {
  border-radius: 4px;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 65px;
  padding: 10px 0;
  position: relative;
  background-color: #fafaf8;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #e87722 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}
.contents-inner .link-pagination .link_back .btn:has(.type-issue01),
.contents-inner .link-pagination .link_next .btn:has(.type-issue01) {
  background-image: linear-gradient(to right, transparent 50%, #426da9 50%);
}
@media screen and (max-width: 767px) {
  .contents-inner .link-pagination .link_back .btn,
  .contents-inner .link-pagination .link_next .btn {
    align-items: center;
    min-height: 40px;
  }
}
.contents-inner .link-pagination .link_back .btn:after,
.contents-inner .link-pagination .link_next .btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
  width: 22px;
  height: 41px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .contents-inner .link-pagination .link_back .btn:after,
  .contents-inner .link-pagination .link_next .btn:after {
    width: 11px;
    height: 20px;
  }
}
.contents-inner .link-pagination .link_back .btn .issues-title,
.contents-inner .link-pagination .link_next .btn .issues-title {
  font-size: 16px;
  padding-left: 24px;
  display: flex;
  justify-content: flex-end;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .contents-inner .link-pagination .link_back .btn .issues-title,
  .contents-inner .link-pagination .link_next .btn .issues-title {
    font-size: 14px;
    display: block;
    padding-bottom: 0;
    font-weight: 500;
  }
  .contents-inner .link-pagination .link_back .btn .issues-title br,
  .contents-inner .link-pagination .link_next .btn .issues-title br {
    display: none;
  }
}
.contents-inner .link-pagination .link_back .btn .issues-title .issues-num,
.contents-inner .link-pagination .link_next .btn .issues-title .issues-num {
  width: 18px;
  height: 18px;
  font-size: 12px;
  top: 4px;
  left: 0;
  padding-bottom: 1px;
  background: #E87722;
}
@media screen and (max-width: 767px) {
  .contents-inner .link-pagination .link_back .btn .issues-title .issues-num,
  .contents-inner .link-pagination .link_next .btn .issues-title .issues-num {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}
.contents-inner .link-pagination .link_back .btn .issues-title.type-issue01 .issues-num,
.contents-inner .link-pagination .link_next .btn .issues-title.type-issue01 .issues-num {
  background: #426DA9;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .contents-inner .link-pagination .link_back .btn:hover,
  .contents-inner .link-pagination .link_next .btn:hover {
    opacity: 1.0;
    background-color: #fafaf8;
    background-position: -100% 100%;
    color: #FFF;
  }
  .contents-inner .link-pagination .link_back .btn:hover .issues-title,
  .contents-inner .link-pagination .link_next .btn:hover .issues-title {
    color: #FFF;
  }
  .contents-inner .link-pagination .link_back .btn:hover .issues-title .issues-num,
  .contents-inner .link-pagination .link_next .btn:hover .issues-title .issues-num {
    background: #FFF;
    color: #E87722;
  }
  .contents-inner .link-pagination .link_back .btn:hover .issues-title.type-issue01 .issues-num,
  .contents-inner .link-pagination .link_next .btn:hover .issues-title.type-issue01 .issues-num {
    color: #426DA9;
  }
}
@media screen and (max-width: 767px) {
  .contents-inner .link-pagination .link_back {
    order: 2;
  }
}
.contents-inner .link-pagination .link_back .btn {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .contents-inner .link-pagination .link_back .btn {
    padding-right: 38px;
    padding-left: 38px;
  }
}
.contents-inner .link-pagination .link_back .btn:after {
  left: 15px;
  background: url(../images/link_arrow_l.svg) no-repeat left top;
  background-size: 22px 41px;
}
@media screen and (max-width: 767px) {
  .contents-inner .link-pagination .link_back .btn:after {
    background: url(../images/link_arrow_l.svg) no-repeat left top;
    background-size: 11px 20px;
  }
}
@media (any-hover: hover) {
  .contents-inner .link-pagination .link_back .btn:hover:after {
    background: url(../images/link_arrow_l_w.svg) no-repeat left top;
    background-size: 22px 41px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .contents-inner .link-pagination .link_back .btn:hover:after {
    background: url(../images/link_arrow_l_w.svg) no-repeat left top;
    background-size: 11px 20px;
  }
}

.contents-inner .link-pagination .link_next {
  order: 1;
}
.contents-inner .link-pagination .link_next .btn {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .contents-inner .link-pagination .link_next .btn {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.contents-inner .link-pagination .link_next .btn:after {
  right: 15px;
  background: url(../images/link_arrow_r.svg) no-repeat left top;
  background-size: 22px 41px;
}
@media screen and (max-width: 768px) {
  .contents-inner .link-pagination .link_next .btn:after {
    background: url(../images/link_arrow_r.svg) no-repeat left top;
    background-size: 11px 20px;
  }
}
.contents-inner .link-pagination .link_next .btn .issues-title {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contents-inner .link-pagination .link_next .btn .issues-title {
    margin-left: 0;
  }
}
@media (any-hover: hover) {
  .contents-inner .link-pagination .link_next .btn:hover:after {
    background: url(../images/link_arrow_r_w.svg) no-repeat left top;
    background-size: 22px 41px;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .contents-inner .link-pagination .link_next .btn:hover:after {
    background: url(../images/link_arrow_r_w.svg) no-repeat left top;
    background-size: 11px 20px;
  }
}


