  html {
  scroll-padding-top:0px;
}
.company-tile-wrapper {
  padding: 34px 0 53px;
}

.company-tile-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 136px);
  gap: 20px;
}

.company-tile {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
}

.company-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #002c45;
  opacity: 0;
  transition: opacity 0.5s;
}

.company-tile:hover::before {
  opacity: 0.3;
}

.company-tile::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}

.company-tile:hover::after {
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}

.company-tile-topmessage {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.company-tile-topmessage::after {
  background-image: url('/images/company-tile-topmessage.jpg');
}

.company-tile-philosophy {
  grid-column: 3;
  grid-row: 2;
}

.company-tile-philosophy::after {
  background-image: url('/images/company-tile-philosophy.png');
}

.company-tile-topblog {
  grid-column: 3;
  grid-row: 1;
}

.company-tile-topblog::after {
  background-image: url('/images/company-tile-topblog.png');
}

.company-tile-outline {
  grid-column: 1;
  grid-row: 3 / 5;
}

.company-tile-outline::after {
  background-image: url('/images/company-tile-outline.jpg');
}

.company-tile-project {
  grid-column: 2;
  grid-row: 3 / 5;
}

.company-tile-project::after {
  background-image: url('/images/company-tile-project.jpg');
}


.company-tile-governance {
  grid-column: 3;
  grid-row: 3;
}

.company-tile-governance::after {
  background-image: url('/images/company-tile-governance.jpg');
}
.company-tile-anti-corruption {
  grid-column: 3;
  grid-row: 3;
}

.company-tile-anti-corruption::after {
  background-image: url('/images/company-tile-anti-corruption.jpg');
}

.company-tile-report {
  grid-column: 3;
  grid-row: 4;
}

.company-tile-report::after {
  background-image: url('/images/company-tile-report.jpg');
}

@media (max-width: 767px) {
  .company-tile-container {
    display: block;
  }

  .company-tile {
    height: 156px;
  }

  .company-tile + .company-tile {
    margin-top: 20px;
  }
}

.company-topmessage-container {
  padding-top: 44px;
  padding-bottom: 27px;
}

.company-topmessage-header {
  margin-top: 0;
  margin-right: -20px;
  margin-bottom: 45px;
  color: #002c45;
  font-size: min(32px, calc((100vw - 40px) / 17));
  font-weight: bold;
}

.company-topmessage-paragraph {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  word-break: keep-all;
}
[lang="en"] .company-topmessage-paragraph {
  font-size: 16px;
  line-height: 1.6;
}
.company-topmessage-paragraph:not(:first-child) {
  margin-top: 2.5em;
}

.company-topmessage-paragraph:not(:last-child) {
  margin-bottom: 2.5em;
}

.company-topmessage-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

.company-topmessage-signature {
  margin-top: 4px;
}

.company-philosophy-header-container {
  padding-top: 18px;
  padding-bottom: 34px;
}

.company-philosophy-header-text-main {
  margin-left: 37px;
  font: 600 48px 'Jost', sans-serif;
}

[lang="en"] .company-philosophy-header-text-main {
  margin-left: 0;
  text-align: center;
}

.company-philosophy-header-text-sub {
  margin-right: 87px;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.company-philosophy-main {
  margin-bottom: 57px;
}

.company-philosophy-logo {
  vertical-align: bottom;
}

.company-philosophy-image-wrapper {
  padding-top: 73px;
  padding-bottom: 59px;
  background-color: #e0dddd;
  text-align: center;
}

.company-philosophy-infroneer-caret-wrapper {
  margin-top: -80px;
  padding-top: 140px;
  padding-bottom: 106px;
}

.company-philosophy-infroneer-caret-header {
  display: flex;
  align-items: baseline;
}

.company-philosophy-infroneer-caret-header-main {
  margin: 0;
  font: bold 32px 'Jost', sans-serif;
}

.company-philosophy-infroneer-caret-header-sub {
  font-size: 24px;
  font-weight: bold;
}

.company-philosophy-infroneer-caret-description {
  margin-top: 12px;
  font-size: 18px;
  word-break:keep-all;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.company-philosophy-infroneer-caret-image {
  margin-top: 37px;
}

.company-philosophy-infroneer-caret-image > img {
  vertical-align: top;
}

.company-philosophy-vision-movie-wrapper {
  position: relative;
  padding-top: 56.25%;
}

.company-philosophy-vision-movie-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-philosophy-vision-movie-button {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-color: #ffffff;
  color: #ffffff;
  background-color:rgba(0,0,0,0.2);
  transition: background-color 0.3s;
}

.company-philosophy-vision-movie-button:hover {
  background-color: #002c45;
}

@media (max-width: 767px) {
  .company-philosophy-header-container {
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .company-philosophy-header-text-main {
    margin-left: 0;
    font-size: 24px;
  }

  .company-philosophy-header-text-sub {
    margin-top: 24px;
    margin-right: 0;
    font-size: 24px;
  }

  .company-philosophy-infroneer-caret-header-main {
    font-size: 22px;
  }

  .company-philosophy-infroneer-caret-header-sub {
    font-size: 14px;
  }

  .company-philosophy-infroneer-caret-description {
    margin: 12px 0 36px 0;
  }

  .company-philosophy-infroneer-caret-image {
    margin-top: 21px;
  }
}

.company-topblog-container {
  margin-top: 25px;
  margin-bottom: 66px;
}

.company-outline-wrapper {
  margin-top: 53px;
}

.company-outline-map-button {
  margin-left: auto;
  border: solid 1px #466f86;
  padding: 2px;
  padding-left: 27px;
  width: 154px;
  height: 40px;
  border-radius: 3px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="17.288" viewBox="0 0 13 17.288"><path d="M7.3,16.9C9.039,14.727,13,9.459,13,6.5a6.5,6.5,0,0,0-13,0c0,2.959,3.961,8.227,5.7,10.4a1.023,1.023,0,0,0,1.6,0ZM6.5,8.667A2.167,2.167,0,1,1,8.667,6.5,2.169,2.169,0,0,1,6.5,8.667Z" fill="%23466f86"/></svg>');
  background-repeat: no-repeat;
  background-position: left 7px center;
  text-align: left;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s;
}

.company-outline-map-button:hover {
  background-color: #dae8fa;
}

.company-outline-map-modal-content {
  display: none;
  flex-direction: column;
  padding: 60px 20px 20px;
  height: calc(100% - 80px);
}

.company-outline-map-modal-header {
  display: none;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.company-outline-map-iframe {
  flex-shrink: 0;
  margin-bottom: 20px;
  border: none;
  width: 100%;
  height: 220px;
}

.company-outline-map-modal-content .company-table {
  overflow: auto;
  overscroll-behavior: contain;
}

.company-outline-map-modal-content .company-table td {
  font-size: 14px;
}

.company-outline-ordered-list {
  margin: 0;
  padding-left: 26px;
  list-style: none;
}

.company-outline-ordered-list > li::before {
  display: inline-block;
  margin-left: -21px;
  width: 21px;
}

.company-outline-ordered-list > li:nth-child(1)::before { content: '①'; }
.company-outline-ordered-list > li:nth-child(2)::before { content: '②'; }
.company-outline-ordered-list > li:nth-child(3)::before { content: '③'; }

.company-outline-map-tint {
  color: #af0000;
}

.company-outline-map-print-button {
  flex-shrink: 0;
  align-self: center;
  margin-top: 20px;
  border: solid 1px #466f86;
  width: 306px;
  max-width: 100%;
  height: 60px;
  border-radius: 3px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M6,0A3,3,0,0,0,3,3V7.5H6V3H16.627L18,4.373V7.5h3V4.373a3,3,0,0,0-.877-2.123L18.75.877A3,3,0,0,0,16.627,0ZM18,16.5V21H6V16.5ZM21,18h1.5A1.5,1.5,0,0,0,24,16.5V12a3,3,0,0,0-3-3H3a3,3,0,0,0-3,3v4.5A1.5,1.5,0,0,0,1.5,18H3v3a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3Zm-.75-4.125a1.125,1.125,0,1,1,1.125-1.125A1.122,1.122,0,0,1,20.25,13.875Z" fill="%23466f86"/></svg>');
  background-repeat: no-repeat;
  background-position: left calc(50% - 58px) center;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s;

}

.company-outline-map-print-button:hover {
  background-color: #dae8fa;
}

.company-outline-links-wrapper {
  margin: 50px 0;
}

.company-outline-links-container {
  display: flex;
  margin: 0 -10px;
  padding-top: 34px;
  padding-bottom: 23px;
}

@media (max-width: 767px) {
  .company-outline-map-button {
    margin-top: 14px;
    margin-left: 0;
  }

  .company-outline-map-print-button {
    display: none;
  }

  .company-outline-links-container {
    flex-direction: column;
  }
}

.company-officer-wrapper {
  margin-top: -80px;
  padding-top: 120px;
  margin-bottom: 90px;
}

.company-officer-header {
  margin: 0 auto 17px;
  font-size: 24px;
  font-weight: normal;
}

.company-officer-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 58px;
}

.company-officer-list:last-of-type {
  margin-bottom: 77px;
}

.company-officer-person {
  flex: 0 0 auto;
  margin: 10px;
  width: 176px;
}

.company-officer-portrait {
  vertical-align: top;
}

.company-officer-title {
  margin-top: 10px;
  color: #002c45;
  font-size: 14px;
}

.company-officer-name {
  margin-top: 4px;
  margin-bottom: 34px;
  font-size: 16px;
}

.company-officer-position {
  margin-top: -30px;
  height: 30px;
  color: #002c45;
  font-size: 12px;
}

.company-officer-career {
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 8px;
  font-size: 13px;
}

.company-officer-career-list-container {
  display: none;
  overflow: auto;
  overscroll-behavior: contain;
  border-top: solid 1px #c4c4c4;
}

.company-officer-career-list {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.company-officer-career-item {
  padding-left: 6.5em;
}

.company-officer-career-item:not(:first-child) {
  margin-top: 10px;
}

.company-officer-career-year {
  display: inline-block;
  margin-left: -6.5em;
  width: 3.25em;
  white-space: nowrap;
}

.company-officer-career-month {
  display: inline-block;
  margin-right: 1em;
  width: 2.25em;
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 767px) {
  .company-officer-list {
    justify-content: center;
  }
}

.company-table {
  display: block;
  width: 100%;
}

.company-table tbody {
  display: block;
}

.company-table tr {
  display: flex;
}

.company-table th,
.company-table td {
  border-bottom: solid 1px #c4c4c4;
  padding: 12px 6px;
  min-height: 50px;
}

.company-table th {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
  width: 200px;
  color: #002c45;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

[lang="en"] .company-table th {
  width: 180px;
}

.company-table td {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 16px;
}

.company-table tr:first-child > th,
.company-table tr:first-child > td {
  border-top: solid 1px #c4c4c4;
}

.company-table-cell {
  word-break: keep-all;
}

.company-table-cell-name {
  width: 101px;
  margin-right: 20px;
}
[lang="en"] .company-table-cell-name {
  width: 140px;
}

.company-table-cell-position {
  color: #002c45;
  font-size: 12px;
}

@media (max-width: 767px) {
  .company-table tr {
    flex-direction: column;
  }

  .company-table th {
    margin-right: 0;
    border-bottom: none;
    padding-bottom: 0;
    width: auto;
    min-height: auto;
  }

  .company-table td {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    min-height: auto;
  }

  .company-table tr:first-child > td {
    border-top: none;
  }
}

.company-ourbusiness-header-container {
  padding-top: 34px;
  padding-bottom: 57px;
}

.company-ourbusiness-header-text-main {
  color: #002c45;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.company-ourbusiness-header-text-description {
  margin-top: 56px;
  font-size: 14px;
  line-height: 2;
}

.company-ourbusiness-header-diagram {
  margin-top: 19px;
  text-align: center;
}

.company-business-list-wrapper {
  padding-top: 31px;
  padding-bottom: 38px;
  background-color: #002c45;
  color: #ffffff;
}

.company-business-list-header {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.company-business-link-system {
  margin-top: 10px;
  margin-bottom: 0px;
}

.company-business-link-system a::after {
  content: url('/images/icons/file-pdf-solid-white.svg');
  margin-left: 8px;
  vertical-align: middle;
}

.company-business-link-system :link,
.company-business-link-system :visited {
  color: inherit;
}

.company-business-link-list-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.company-business-link-list-container.pfi {
  grid-template-columns: 1fr 1fr 1fr;
}

.company-business-link-list-container-single-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 20px;
}

.company-business-item,
.company-business-company-item {
  display: flex;
  align-items: center;
  border: solid 1px;
  border-radius: 3px;
  background-color: #ffffff;
  transition: background-color 0.3s;
}

.company-business-item:hover,
.company-business-company-item:link:hover,
.company-business-company-item:visited:hover {
  background-color: #dae8fa;
}

.company-business-item {
  padding: 2px;
  padding-left: 16px;
  padding-right: 28px;
  min-height: 54px;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8"><path d="M7,168a1,1,0,0,1-.707-.293l-6-6a1,1,0,0,1,1.414-1.414L7,165.587l5.294-5.294a1,1,0,1,1,1.414,1.414l-6,6A1,1,0,0,1,7,168Z" transform="translate(-0.005 -160)" fill="%23818181"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 10px;
  font-size: 15px;
}

.company-business-company-item {
  border-color: #c4c4c4;
  padding: 2px;
  padding-left: 14px;
  min-height: 45px;
  color: #002c45;
  font-size: 14px;
}

.company-business-company-item:link,
.company-business-company-item:visited {
  border-color: #466f86;
  padding-right: 32px;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M6.857,32.857A.857.857,0,0,1,7.714,32h3.4a.878.878,0,0,1,.351.065,1.235,1.235,0,0,1,.279.184s0,0,0,0a.966.966,0,0,1,.249.6v3.431a.857.857,0,1,1-1.714,0V34.928L5.748,39.463a.856.856,0,0,1-1.211-1.211l4.535-4.537H7.714a.857.857,0,0,1-.857-.857ZM0,34.571a1.714,1.714,0,0,1,1.714-1.714H4.286a.857.857,0,0,1,0,1.714H1.714v7.714H9.429V39.714a.857.857,0,1,1,1.714,0v2.571A1.716,1.716,0,0,1,9.429,44H1.714A1.715,1.715,0,0,1,0,42.286Z" transform="translate(0 -32)" fill="%23466f86"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 16px;
}

.company-business-company-list-with-image-container {
  display: flex;
  gap: 20px;
}

.company-business-company-list-with-image-image {
  flex: 3 0 0;
}

.company-business-company-list-with-image-image > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.company-business-company-list-with-image-list {
  flex: 1 0 0;
}

.company-business-item-wrapper {
  margin-top: -80px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
}
[lang="en"] .company-business-item-wrapper {
  padding-bottom: 20px;
}

.company-business-item-wrapper:first-child {
  padding-top: 120px;
}

.company-business-item-wrapper:last-child {
  margin-bottom: 60px;
}

.company-business-item-header {
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  border-bottom: solid 1px #c4c4c4;
  padding-left: 41px;
  padding-bottom: 7px;
  font-size: 24px;
  font-weight: bold;
  transition : 0.5s;
}
.company-business-item-header:hover {
  color: #1374c1;
  transition : 0.5s;
}

.company-business-item-header-icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.company-business-item-header-only-text {
  margin-left: -41px;
  display: block;
  margin-top: 1em;
}

.company-business-company-list-header {
  margin-top: 0;
  margin-bottom: 0;
  border-left: solid 5px #dae000;
  padding-left: 10px;
}

.company-business-company-list-header-single-col {
  margin: 0;
  border-left: solid 5px #dae000;
  padding-left: 10px;
}

.company-business-item-toggle-button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  border: none;
  padding: 1px 4px;
  width: 32px;
  height: 32px;
  border-radius: 21px;
  background-color: #002c45;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M17.1-6.56H11.02V-.48H8.98V-6.56H2.9V-8.6H8.98v-6.08h2.04V-8.6H17.1Z" transform="translate(-1.9 15.68)" fill="%23dae000"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  color: #dae000;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}

.company-business-item-header:has(.company-business-item-toggle-button) {
  cursor: pointer;
}

.company-business-item-toggle-button.showing {
  color: #ffffff;
}

.company-business-item-toggle-button.showing {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M0.856 9.272v-2.52h14.2v2.52Z" fill="%23fff"/></svg>');
}

@media (max-width: 767px) {
  .company-ourbusiness-header-container {
    padding-top: 0;
    padding-bottom: 33px;
  }

  .company-ourbusiness-header-text-main {
    font-size: 22px;
  }

  .company-ourbusiness-header-text-description {
    margin-top: 30px;
  }

  .company-business-link-list-container {
    grid-template-columns: 1fr;
  }

  .company-business-item-header {
    font-size: 18px;
  }

  .company-business-company-list-with-image-container {
    flex-direction: column;
  }
}

.company-modal-window {
  border: solid 1px #707070;
  width: 960px;
  max-width: calc(100% - 2px);
  max-height: calc(100% - 2px);
  background-color: #ffffff;
}

.common-modal-content.company-outline-map-modal-content {
  display: flex;
}

.company-officer-modal-content {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-left: 256px;
  padding-right: 20px;
  padding-bottom: 20px;
  height: calc(100% - 80px);
  min-height: 306px;
}

.company-officer-modal-content > div {
  flex-shrink: 0;
}

.company-officer-modal-content > .company-officer-career-list-container {
  flex-shrink: 1;
}

.company-officer-modal-content .company-officer-portrait {
  position: absolute;
  top: 60px;
  left: 40px;
  width: 176px;
  height: 208px;
}

.company-officer-modal-content .company-officer-title {
  margin-top: 0;
}

.company-officer-modal-content .company-officer-name {
  font-weight: bold;
}

.company-officer-modal-content .company-officer-career-list-container {
  display: block;
}

.company-officer-career-current {
  font-weight: bold;
}

@media (max-width: 767px) {
  .company-officer-modal-content {
    padding: 62px 20px 20px;
    height: calc(100% - 82px);
  }

  .company-outline-ordered-list {
    word-break: normal;
  }

  .company-officer-modal-content .company-officer-portrait {
    position: static;
    display: block;
    margin: 0 auto;
  }

  .company-officer-modal-content .company-officer-title {
    margin-top: 14px;
  }

  .company-officer-modal-content .company-officer-title,
  .company-officer-modal-content .company-officer-name,
  .company-officer-modal-content .company-officer-position {
    align-self: center;
    width: 176px;
  }
}

@media print {
  .print-only-modal > :not(.common-modal-container) {
    display: none;
  }

  .print-only-modal .common-modal-container {
    position: static;
    padding: 0;
  }

  .print-only-modal .company-modal-window {
    border: none;
    width: 100%;
    max-width: none;
    height: auto !important;
    max-height: none;
  }

  .print-only-modal .common-modal-content {
    padding: 10px;
  }

  .company-outline-map-modal-header {
    display: block;
  }

  .company-outline-map-iframe {
    height: 400px;
  }

  .common-modal-window-close,
  .company-outline-map-print-button {
    display: none;
  }
}

.company-atoz-index-top-container {
  display: block;
  margin: 24px auto;
}

:link .common-page-header-background {
  background-size: auto 100%;
  transition: background-size 0.5s;
}

:link:hover .common-page-header-background {
  background-size: auto 110%;
}
:link .company-atoz-page-header-background-typeB{
  background-size: 100% auto; 
  background-position-y: top;
  background-repeat: no-repeat; 
  transition: background-size 0.5s ease-in-out;
  background-color: #000000;
}
:link:hover .company-atoz-page-header-background-typeB {
  background-size: 108% auto;
}

.company-atoz-pickup-wrapper {
  padding: 20px 0;
  background-color: #f0f0f0;
  overflow: hidden;
}

.company-atoz-pickup-container {
  position: relative;
  display: flex;
  gap: 20px;
}

.company-atoz-pickup-item {
  opacity: 1;
  visibility: visible;
}

.transition-active .company-atoz-pickup-item {
  transition: opacity 0.3s, visibility 0.3s;
}

.company-atoz-pickup-card {
  position: relative;
  display: block;
  margin: auto;
  padding-top: 160px;
  width: 100%;
  max-width: 306px;
  height: 90px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #ffffff;
}

.transition-active .company-atoz-pickup-card {
  transition: transform 0.3s;
}

.company-atoz-pickup-image {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background-image: url('/images/news-card-image.png');
  background-position: center;
  background-size: auto 100%;
  font: bold 20px 'Jost', sans-serif;
  transition: background-size 0.5s;
}

.company-atoz-pickup-card:hover .company-atoz-pickup-image {
  background-size: auto 110%;
}

.company-atoz-pickup-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 16px;
  padding-top: 6px;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #002c45;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt";
}

/* .company-atoz-pickup-card[href$=".pdf"] .company-atoz-pickup-title::after {
  content: url('/images/icons/file-pdf-solid.svg');
  margin-left: 4px;
  vertical-align: middle;
} */
.company-atoz-pickup-card[href^="https"] .company-atoz-category,.company-atoz-pickup-card[href$=".pdf"] .company-atoz-category {
  /* 外部リンク用スタイル */
  padding: 3px 16px 1px 24px;

}
.company-atoz-pickup-card[href^="https"] .company-atoz-category::after {
  content: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 18 18" style="width:2px;"><path d="M8,33a1,1,0,0,1,1-1h3.972a1.024,1.024,0,0,1,.409.076,1.441,1.441,0,0,1,.325.215s0,0,0,0A1.127,1.127,0,0,1,14,33v4a1,1,0,1,1-2,0V35.416L6.706,40.706a1,1,0,0,1-1.412-1.413L10.584,34H9a1,1,0,0,1-1-1ZM0,35a2,2,0,0,1,2-2H5a1,1,0,1,1,0,2H2v9h9V41a1,1,0,1,1,2,0v3a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2Z" transform="translate(0 -32)" fill="%23466f86"/></svg>');
  margin-left: 4px;
  vertical-align: middle;
}
.company-atoz-pickup-card[href$=".pdf"] .company-atoz-category::before{
  content: url('/images/icons/file-pdf-solid-s.svg');
  margin-right: 4px;
  vertical-align: middle;
}

.company-atoz-pickup-footer {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.company-atoz-pickup-nav-prev, .company-atoz-pickup-nav-next {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border: none;
  width: 29px;
  background-color: rgba(0, 30, 47, 1.0);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .company-atoz-pickup-container:not(.sp-overflow) .company-atoz-pickup-nav-prev,
  .company-atoz-pickup-container:not(.sp-overflow) .company-atoz-pickup-nav-next {
    display: none;
  }
}

@media (min-width: 768px) {
  .company-atoz-pickup-container:not(.pc-overflow) .company-atoz-pickup-nav-prev,
  .company-atoz-pickup-container:not(.pc-overflow) .company-atoz-pickup-nav-next {
    display: none;
  }
}

.company-atoz-pickup-nav-prev:disabled, .company-atoz-pickup-nav-next:disabled {
  opacity: 0.5;
}

.company-atoz-pickup-nav-prev {
  margin-left: auto;
  margin-right: -10px;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="10.285" height="18" viewBox="0 0 10.285 18"><path d="M9,10.285a1.28,1.28,0,0,1-.909-.377L.377,2.195A1.286,1.286,0,0,1,2.195.377L9,7.184,15.805.378A1.286,1.286,0,1,1,17.623,2.2L9.909,9.91A1.282,1.282,0,0,1,9,10.285Z" transform="translate(10.285) rotate(90)" fill="%23fff"/></svg>');
}

.company-atoz-pickup-nav-next {
  margin-left: -10px;
  margin-right: auto;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="10.285" height="18" viewBox="0 0 10.285 18"><path d="M9,10.285a1.28,1.28,0,0,1-.909-.377L.377,2.195A1.286,1.286,0,0,1,2.195.377L9,7.184,15.805.378A1.286,1.286,0,1,1,17.623,2.2L9.909,9.91A1.282,1.282,0,0,1,9,10.285Z" transform="translate(0 18) rotate(-90)" fill="%23fff"/></svg>');
}

.company-atoz-pickup-item:not(.show) {
  position: absolute;
  width: calc((100% - 118px) / 3);
  margin: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.company-atoz-pickup-item.show.slide-left > .company-atoz-pickup-card {
  animation: animation-company-atoz-pickup-slide-left 0.3s;
}

@keyframes animation-company-atoz-pickup-slide-left {
  from {
    transform: translateX(calc(-100% - 10px));
  }

  to {
    transform: none;
  }
}

.company-atoz-pickup-item.show.slide-right > .company-atoz-pickup-card {
  animation: animation-company-atoz-pickup-slide-right 0.3s;
}

@keyframes animation-company-atoz-pickup-slide-right {
  from {
    transform: translateX(calc(100% + 10px));
  }

  to {
    transform: none;
  }
}

.company-atoz-pickup-item.prev {
  left: 39px;
}

.company-atoz-pickup-item.prev > .company-atoz-pickup-card {
  transform: translateX(calc(-100% - 10px));
}

.company-atoz-pickup-item.next {
  right: 39px;
}

.company-atoz-pickup-item.next > .company-atoz-pickup-card {
  transform: translateX(calc(100% + 10px));
}

.company-atoz-list-container {
  margin-top: 35px;
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .company-atoz-pickup-container {
    gap: 0;
  }

  .company-atoz-pickup-item {
    flex-grow: 1;
    margin: 0;
  }

  .company-atoz-pickup-item:not(.show) {
    width: calc(100% - 58px);
    left: 29px;
    right: 29px;
  }

  .company-atoz-pickup-image,
  .company-atoz-pickup-card:hover .company-atoz-pickup-image {
    background-size: cover;
  }

  .company-atoz-pickup-card {
    max-width: none;
  }
}

.company-atoz-page-header-wrapper {
  display: block;
  padding: 0;
  height: auto;
}

.company-atoz-page-header-wrapper::before {
  content: none;
}

.company-atoz-header-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 0 16px 0;
  background-color: rgba(0, 44, 69, 0.7);
}
.company-atoz-header-title-wrapper.top {
  padding: 16px ;
}
.atoz-movie-title {
  background-color:transparent;
  padding: 0;
}

.company-atoz-page-header-background {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.company-atoz-page-header-background-cover {
  background-size: cover;
}


.company-atoz-page-header-wrapper .common-page-header-breadcrumb-list {
  text-shadow: 0 0 6px #000000;
}

.company-atoz-header-title-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 8px;
  /* border-bottom: solid 1px #f0f0f0; */
  margin-bottom: 1em;
}
.company-atoz-header-title-container.typeB {
    flex-direction: column;
    text-align: left;
    margin-bottom: 0;
    align-items: flex-start;


}

.company-atoz-header-title-container-category-block {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.company-atoz-category {
  padding: 2px 16px;
  border-radius: 2px;
  text-align: center;
  background-color: #dae031;
  color: #203764;
  font-weight: bold;
  padding-bottom: 4px;
}
.company-atoz-category.link-external::after {
  content: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path d="M8,33a1,1,0,0,1,1-1h3.972a1.024,1.024,0,0,1,.409.076,1.441,1.441,0,0,1,.325.215s0,0,0,0A1.127,1.127,0,0,1,14,33v4a1,1,0,1,1-2,0V35.416L6.706,40.706a1,1,0,0,1-1.412-1.413L10.584,34H9a1,1,0,0,1-1-1ZM0,35a2,2,0,0,1,2-2H5a1,1,0,1,1,0,2H2v9h9V41a1,1,0,1,1,2,0v3a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2Z" transform="translate(0 -32)" fill="%23466f86"/></svg>');
  margin-left: 9px;
  vertical-align: -2px;
}
/* .company-atoz-category.icon-pdf {

} */
.company-atoz-category.icon-pdf::before {
  content: '';
  display: inline-block;
  background-image: url('/images/icons/file-pdf-solid.svg');
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  background-size: contain;
  vertical-align: -3px;
  margin-left: 6px;
}

.company-atoz-category[title="動画"] {
  background-color: #729213;
  color: #ffffff;

}
.company-atoz-category[title="動画"]::before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background-image: url('/images/icons/film-solid-w.svg');
  background-size: contain;
  vertical-align: -2px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
}
[lang="en"] .company-atoz-category {
  font-weight: normal;
}

.company-atoz-category-container{
  display: flex;
  gap: 8px;
  align-items: center;
}
.company-atoz-header-title-wrapper .company-atoz-category {
  flex-shrink: 0;
  min-width: 68px;
  margin-right: 22px;
  font-size: 16px;
  padding-top: 4px;
  margin-top: 1em;
}
.typeB .company-atoz-category {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.company-atoz-category-special{
  font-size: 1.2rem;
}
.company-atoz-header-title-wrapper .company-atoz-category.align-left{
  text-align: left;
}
.company-atoz-header-title-wrapper .company-atoz-category.item-movie {
  margin-bottom: 2px;
}

[lang="en"] .company-atoz-header-title-wrapper .company-atoz-category {
  font-size: 14px;
}


.company-atoz-header-title-container-category-block .company-atoz-category {
  margin: 0;
  margin-bottom: 10px;
}

.company-atoz-pickup-category-container .company-atoz-category {
  margin-top: 7px;
  margin-left: 16px;
  width: 74px;
  font-size: 12px;
  line-height: 15px;
}

.company-atoz-header-title {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}
.company-atoz-header-title-m {
  font-size: 28px;
}
.typeB .company-atoz-header-title {
  font-size: 32px;
}

.atoz-movie-title .company-atoz-header-title {
  font-size: 24px;
}
.company-atoz-header-title.smaller {
  font-size: 26px;
}
.company-atoz-header-subtitle {
  font-size: 16px;
  text-align: center;
  padding: 4px;
}
[lang="en"] .company-atoz-header-title {
  font-size: 28px;
}
.company-atoz-header-title.movie {
  border-bottom: solid 1px #f0f0f0;
  font-size: 1em;
  font-weight: normal;
  padding: 0.2em;
}

.company-atoz-header-subtitle-container {
  margin: 8px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.company-atoz-cast-container {
  display: flex;
  margin: 8px -5px 0;
}

.company-atoz-cast-container.narrow {
  padding: 0 5em;
}

.company-atoz-cast {
  flex: 1 0 0;
  margin: 0 5px;
  width: 0;
  text-align: center;
}
.typeB .company-atoz-cast {
  text-align: left;
}


.company-atoz-cast-two-way-container .company-atoz-cast {
  text-align: left;
}
.company-atoz-cast-two-way-container .company-atoz-cast:nth-child(1) {
  text-align: right; /* 1番目の要素を右寄せ */
}

.company-atoz-cast-two-way-container .company-atoz-cast:nth-child(2) {
  text-align: left; /* 2番目の要素を左寄せ */
}

.company-atoz-cast-xmark {
  margin: 0 10px;
  width: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  align-self: center;
}

/* .company-atoz-cast-xmark ~ .company-atoz-cast {
  text-align: left;
} */

.company-atoz-cast-name {
  font-size: 24px;
  font-weight: bold;
}
.company-atoz-cast-name.cast-one {
  text-align: right;
}
.company-atoz-cast-name.cast-two {
  text-align: left;
}
.company-atoz-cast-position.cast-one {
  text-align: right;
}
.company-atoz-cast-position.cast-two {
  text-align: left;
}

.company-atoz-cast-position {
  margin-top: 2px;
  font-size: 14px;
}

.company-atoz-cast-position.cast-one {
  text-align: right;
}
.company-atoz-cast-position.cast-two {
  text-align: left;
}

.company-atoz-header-link {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}

.company-atoz-header-link a {
  color: #ffffff;
}

.company-atoz-main section {
  margin-top: -80px;
  padding-top: 80px;
}
.company-atoz-main span.caution {
  font-size: 16px;
}
.company-atoz-headline {
  margin: 60px 0 40px;
  font-size: 26px;
  color: #002c45;
}
.company-atoz-lead {
  font-size: 18px;
  margin: 1.5em 0;
}
.company-atoz-headline span {
  color: #333;
  font-weight: normal;
  font-size: 18px;
}
.company-atoz-headline .notice {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

.company-atoz-speaker-name {
  margin-right: 2em;
  color: #203764;
  font-weight: bold;
}

.company-atoz-main p,
.company-atoz-main figure,
.company-atoz-footer figure {
  margin: 1.75em 0;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.company-atoz-main p span {
  font-size: 16px;
  font-feature-settings: "palt";
  margin-bottom: 4em;
}
[lang="en"] 
.company-atoz-main p,
.company-atoz-main figure,
.company-atoz-footer figure {
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.company-atoz-main p:last-child,
.company-atoz-main figure:last-child,
.company-atoz-footer figure:last-child {
  margin-bottom: 0;
}

.company-atoz-main :link {
  text-decoration: underline;
  transition: opacity 0.3s;
}

.company-atoz-main :link:hover {
  opacity: 0.5;
}
.company-atoz-main table {
  padding: min(1.25vw, 24px) 0;
  border: solid 1px #e1e7ee;
  width: 100%;
  border-collapse: collapse;
}

.company-atoz-main table th {
  padding: min(1vw, 6px);
  min-width: min(12.5vw, 240px);
  border: 1px solid #e1e7ee;
  background-color: #edf1f6;
  white-space: nowrap;
  font-weight: normal;
}

.company-atoz-main table td {
  padding: min(1vw, 6px);
  border: 1px solid #e1e7ee;
  max-width: min(18.75vw, 360px);
  overflow-wrap: break-word;
  line-height: 2;
}

.company-atoz-main table.none-border,
.company-atoz-main table.none-border th,
.company-atoz-main table.none-border td {
  border: none;
  padding: min(0vw, 0px);
}

.company-atoz-main table.none-border th {
  background-color: transparent;
}

@media (min-width: 768px) {
  .company-atoz-main .company-atoz-floating-image-container {
    float: right;
    width: 50%;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .company-atoz-main .company-atoz-floating-image-container.left {
    float: left;
    width: 50%;
    margin-top: 0;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .company-atoz-floating-image-container ~ :last-child::after {
    content: '';
    display: block;
    clear: right;
  }

  .company-atoz-flex-image-container {
    display: flex;
    gap: 20px;
  }

  .company-atoz-flex-image-container figure {
    flex: 1 0 0;
    width: 0;
    margin: 0;
  }

}

.company-atoz-image {
  max-width: 100%;
  height: auto;
}

.company-atoz-image-caption {
  font-size: 14px;
  text-align: center;
}

.company-atoz-next-page,
.company-atoz-prev-page {
  display: block;
  margin: 1.75em 0;
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
  padding: 1.75em 48px;
  text-align: center;
  color:#203764;
  font-weight: bold;
  font-size: 18px;
}

.company-atoz-next-page:link,
.company-atoz-prev-page:link {
  text-decoration: none;
}

.company-atoz-next-page:link {
  background-image: url('/images/icons/arrow-right-solid2.svg');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right 24px center;
  transition: background-position 0.3s, opacity 0.3s;
  color:#203764;
}

.company-atoz-next-page:link:hover {
  background-position: right 16px center;
  opacity: 0.8;
}

.company-atoz-prev-page:link {
  background-image: url('/images/icons/arrow-left-solid2.svg');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left 24px center;
  transition: background-position 0.3s, opacity 0.3s;
  color:#203764;
}

.company-atoz-prev-page:link:hover {
  background-position: left 16px center;
  opacity: 0.8;
}

.company-atoz-footer {
  padding: 18px 0;
  background-color: #f0f0f0;
}

.company-atoz-footer-profile-header {
  margin: 0 0 20px;
  font: bold 22px 'Jost', sans-serif;
  color: #002c45;
}

.company-atoz-footer-profile-container {
  display: flex;
}

.company-atoz-footer-profile-container {
  margin-bottom: 18px;
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 18px;
}

.company-atoz-footer-profile-container-no-border {
  margin-bottom: 40px;
  border-bottom: none;
  padding-bottom: 0;
}

.company-atoz-footer-profile {
  flex: 1 0 0;
  display: flex;
  padding: 0;
  padding-right: 18px;
  width: 0;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

[lang="en"] .company-atoz-footer-profile {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.company-atoz-footer-profile + .company-atoz-footer-profile {
  border-left: solid 1px #c4c4c4;
  padding-left: 18px;
}

.company-atoz-footer-profile:last-child {
  padding-right: 0;
}

.company-atoz-footer-profile > div {
  flex-grow: 1;
}

.company-atoz-footer-profile-portrait {
  margin-right: 20px;
  width: 80px;
  height: 80px;
}

.company-atoz-footer-profile-name {
  color: #203764;
  font-weight: bold;
  font-size: 16px;
}

.company-atoz-footer-profile-position {
  margin-bottom: 1em;
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 1em;
}

.company-atoz-footnote-container {
  margin: 0;
  padding: 0;
  margin-top: 12px;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  padding-left:2.4em;
	text-indent:-2.4em;
}

.company-atoz-introduce {
  color: #707070;
}

.company-atoz-interviewer {
  color: #333;
  font-weight: bold;
  display: block;
  text-indent: -2.4em; /* 「―― 」の幅に合わせて調整 */
  padding-left: 2.4em; /* 「―― 」の分のスペースを確保 */
  font-size: 16px;
}

.company-atoz-name01 {
  color: #20642a;
}

.company-atoz-name02 {
  color: #645720;
}

.company-atoz-name03 {
  color: #203a64;
}

.company-atoz-name04 {
  color: #64204a;
}

.company-atoz-episode-wrapper {
  margin-top: -80px;
  padding-top: 95px;
}

.company-atoz-episode-container {
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
  padding: 20px 0;
}

.company-atoz-episode-title {
  text-align: center;
  color: #002c45;
  font-size: 18px;
  font-weight: bold;
}

.company-atoz-episode-writer {
  margin-top: 14px;
  margin-bottom: 26px;
  text-align: right;
}

.company-atoz-episode-portrait-floating {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

.company-atoz-episode-portrait-floating ~ :last-child::after {
  content: '';
  clear: left;
}

.company-atoz-episode-text {
  line-height: 1.75;
}

.company-atoz-episode-link-container {
  margin: 40px 0;
  text-align: center;
}
[lang="en"] .company-atoz-episode-link-container {
  font-size: 14px;
}
.company-atoz-main p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.item-movie {
  background-color: #729213;
  color: #ffffff;
}
.item-movie::before {
  content: url('/images/icons/film-solid-w.svg');
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}


/* スマホ */
@media (max-width: 767px) {
  .company-atoz-header-title-wrapper {
    position: static;
    width: 100%;
    background-color: #002c45;
  }
  .company-atoz-header-title-wrapper.top {
  padding: 16px 0 8px 0 ;
  }
  .company-atoz-header-title-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .company-atoz-header-title-container .company-atoz-category {
    margin: 0;
    margin-bottom: 4px;
    min-width: 96px;
    font-size: 12px;
    line-height: 15px;
  }
  .company-atoz-category-special{
  font-size: 0.8rem;
}
  .company-atoz-category.icon-pdf {
    padding-bottom: 4px;
  }
  .company-atoz-category.icon-pdf::after {
    vertical-align: -6px;
  }
  .company-atoz-header-title-wrapper .company-atoz-category.item-movie {
    align-self: center;
  }

  .company-atoz-header-title,.typeB .company-atoz-header-title {
    font-size: 16px;
    font-feature-settings: "palt";
  }
  
  .atoz-movie-title .company-atoz-header-title {
  font-size: 22px;
}
  .atoz-movie-title .company-atoz-header-title-m {
  font-size: 20px;
}
  .company-atoz-header-title.smaller {
    font-size: 20px;
  }

  .company-atoz-header-subtitle-container {
    font-size: 16px;
  }
  .company-atoz-category[title="動画"]::before {
    margin-bottom: 0;
  }

  .company-atoz-cast-container:not(.company-atoz-cast-two-way-container) {
    flex-direction: column;
    align-items: center;
    margin: 9px 0 ;
    gap: 8px;
  }
    .company-atoz-cast-container.typeB:not(.company-atoz-cast-two-way-container) {
    align-items:flex-start
  }
  .company-atoz-cast-container:not(.company-atoz-cast-two-way-container.narrow) {
    padding: 0;

  }

  .company-atoz-cast-container:not(.company-atoz-cast-two-way-container) .company-atoz-cast {
    flex: 0 1 auto;
    margin: 0;
    width: auto;
    text-align: center;
  }

  .company-atoz-cast-name {
    font-size: 16px;
  }
  .typeB .company-atoz-cast-name {
    text-align: left;
  }

  .company-atoz-cast-position {
    font-size: 10px;
    word-break:keep-all;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  .company-atoz-cast-name.cast-one,
  .company-atoz-cast-name.cast-two,
  .company-atoz-cast-position.cast-one,
  .company-atoz-cast-position.cast-two {
    text-align: center;
  }

  .company-atoz-cast-xmark {
    width: auto;
    font-size: 16px;
  }

  .company-atoz-headline {
    margin: 26px 0;
    font-size: 16px;
  }
  .company-atoz-headline span {
    font-size: 14px;
  }
  .company-atoz-headline span.caution {
    font-size: 12px;
  }

  .company-atoz-main p,
  .company-atoz-main figure {
    font-size: 14px;
  }
  .company-atoz-main p span {
    font-size: 14px;
  }

  .company-atoz-next-page,
  .company-atoz-prev-page {
    padding: 1.75em 32px;
    font-size: 14px;
  }

  .company-atoz-next-page:link,
  .company-atoz-next-page:link:hover {
    background-position: right 8px center;
  }

  .company-atoz-prev-page:link,
  .company-atoz-prev-page:link:hover {
    background-position: left 8px center;
  }

  .company-atoz-footer-profile-container {
    flex-direction: column;
  }

  .company-atoz-footer-profile {
    flex-direction: column;
    padding: 0;
    width: auto;
  }

  .company-atoz-footer-profile + .company-atoz-footer-profile {
    margin-top: 18px;
    border-left: none;
    border-top: solid 1px #c4c4c4;
    padding: 0;
    padding-top: 18px;
  }

  .company-atoz-footer-profile-portrait {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .company-atoz-episode-portrait-floating {
    float: none;
  }
  .company-atoz-header-title.movie {
    font-size: 1em; 
    text-align: center;
  }
}

@media (min-width: 768px) {
  .company-atoz-cast-container.column {
    flex-direction: column; 
    gap: 0.5em;
    margin-bottom: 1.5em;
  }
  .column .company-atoz-cast {
  display: flex;
  width: auto;
  text-align: left;
  gap: 16px;
  padding: 0.2em;
  align-items: center;
}
.column .company-atoz-cast-position {
  font-size: 16px;
  align-items: flex-end;
}
  .company-atoz-2column-container {
    display: flex;
    margin: auto;
    padding: 0 20px;
    max-width: 960px;
  }

  .company-atoz-2column-container .company-atoz-main {
    flex-grow: 1;
    padding: 0;
  }

  .company-atoz-2column-container .company-atoz-footer {
    flex-shrink: 0;
    margin: 40px 0;
    margin-left: 20px;
    border-left: solid 1px #c4c4c4;
    padding: 0;
    padding-left: 20px;
    width: 293px;
    background-color: transparent;
  }

  .company-atoz-2column-container .company-atoz-footer .common-layout-container {
    padding: 0;
  }

  .company-atoz-2column-container .company-atoz-footer-profile-container {
    flex-direction: column;
  }

  .company-atoz-2column-container .company-atoz-footer-profile {
    flex-direction: column;
    padding: 0;
  }

  .company-atoz-2column-container .company-atoz-footer-profile + .company-atoz-footer-profile {
    margin-top: 18px;
    border-left: none;
    border-top: solid 1px #c4c4c4;
    padding: 0;
    padding-top: 18px;
  }

  .company-atoz-2column-container .company-atoz-footer-profile-portrait {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.company-ourbusiness-pfi-text {
  margin-top: 1.5em;
  margin-bottom: 10px;
  font-size: 16px;
}

.company-timeline-legend {
  display: flex;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0;
  list-style: none;
}

.company-timeline-legend-item {
  padding-left: 32px;
}

.company-timeline-container {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.company-timeline-container a {
  color: #1374c1;
  transition: opacity 0.3s;
}
.company-timeline-container a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.company-timeline-container > li {
  position: relative;
  min-height: 80px;
}

.company-timeline-container > li + li {
  margin-top: 2px;
}

.company-timeline-period {
  position: absolute;
  inset: 0 auto 0 142px;
  right: auto;
  width: 56px;
  background-color: var(--tint-color);
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.company-timeline-container > li > ul {
  display: grid;
  grid-template-columns: 198px 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-timeline-right {
  grid-column: 2 / 4;
  margin-bottom: 16px;
}

.company-timeline-right-half1 {
  grid-column: 2;
}

.company-timeline-right-half2 {
  grid-column: 3;
}

.company-timeline-left {
  position: relative;
  grid-column: 1 !important;
  margin-right: 56px;
  padding-top: 24px;
  padding-left: 36px;
  width: 106px;
  font-size: 14px;
}

.company-timeline-left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: solid var(--tint-color) 8px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

.company-timeline-left::after {
  content: '';
  position: absolute;
  left: 31px;
  top: 14px;
  border-bottom: solid var(--tint-color) 4px;
  width: 111px;
  height: 0;
}

.company-timeline-year {
  height: 0;
  padding-left: 30px;
  width: 40px;
}

.company-timeline-year + div {
  margin-left: 74px;
}

.company-timeline-image {
  margin-top: 8px;
  margin-left: 74px;
  width: 214px;
  height: auto;
  vertical-align: top;
}

.company-timeline-period-1999 {
  --tint-color: #3c61ac;
}

.company-timeline-period-2000 {
  --tint-color: #7dcef4;
}

.company-timeline-period-2010 {
  --tint-color: #36b592;
}

.company-timeline-period-2015 {
  --tint-color: #ec6c46;
}

.company-timeline-period-2020 {
  --tint-color: #f6b47e;
}

.company-timeline-item-bold {
  color: #001e2f;
  font-weight: bold;
}

.company-timeline-item-concession > .company-timeline-year::before,
.company-timeline-item-concession > .company-timeline-legend-item::before {
  content: '◆';
  margin-left: -24px;
  margin-right: 8px;
  width: 16px;
  color: #dae000;
}

.company-timeline-item-pfi > .company-timeline-year::before,
.company-timeline-item-pfi > .company-timeline-legend-item::before {
  content: '●';
  margin-left: -24px;
  margin-right: 8px;
  width: 16px;
  color: #c9c9c9;
}

.company-timeline-item-outsourcing > .company-timeline-year::before,
.company-timeline-item-outsourcing > .company-timeline-legend-item::before {
  content: '●';
  margin-left: -24px;
  margin-right: 8px;
  width: 16px;
  color: #a0c1d5;
}

.company-timeline-modal-window {
  border: solid 1px #707070;
  background-color: #ffffff;
}

.company-timeline-modal-content {
  display: flex;
  flex-direction: column;
  padding: 60px 40px 40px;
  height: calc(100% - 100px);
}

.company-timeline-modal-content[hidden] {
  display: none;
}

.company-timeline-modal-content .company-timeline-image {
  margin: 8px auto 0;
  width: auto;
  overflow: hidden;
}

.company-ourbusiness-header-background {
  position: absolute;
  inset: 0;
  right: auto;
  display: flex;
  width: max-content;
  animation: 30s linear infinite carousel;
}

@keyframes carousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}

.company-ourbusiness-header-background::before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  background-color: #002c45;
  opacity: 0.3;
}

.company-ourbusiness-header-background img,
.company-ourbusiness-header-background video {
  height: 100%;
  width: auto;
}

.company-pointer-disable {
  pointer-events: none;
}

.company-pointer-enable {
  width: fit-content;
  pointer-events: all;
}

.company-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.company-card {
  position: relative;
  display: flex;
  width: 306px;
  height: 200px;
  border-radius: 3px;
  text-decoration: none;
  overflow: hidden;
}

.company-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}

.company-card:hover::after {
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}

.company-card-caption {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  padding: 10px;
  padding-left: 24px;
  width: calc(100% - 34px);
  height: 30px;
  font-size: 20px;
  font-weight: bold;
}
[lang="en"] .company-card-caption {
  font-size: 16px;
}

.company-card-concession .company-card-caption {
  background-color: rgb(218 224 0 / 0.8);
}

.company-card-concession::after {
  background-image: url('/images/company/ourbusiness-tile-concession.png');
}

.company-card-pfi .company-card-caption {
  background-color: rgb(201 201 201 / 0.8);
}

.company-card-pfi::after {
  background-image: url('/images/company/ourbusiness-tile-pfi.png?250619');
}

.company-card-outsourcing .company-card-caption {
  background-color: rgb(160 193 213 / 0.8);
}

.company-card-outsourcing::after {
  background-image: url('/images/company/ourbusiness-tile-outsourcing.png?250619');
}

.company-business-pfi-top {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .company-timeline-period {
    left: 0;
  }

  .company-timeline-container > li > ul {
    display: flex;
    flex-direction: column;
    margin-left: 56px;
  }

  .company-timeline-left {
    display: flex;
    margin-right: 0;
    margin-bottom: 16px;
    padding-top: 0;
    padding-left: 32px;
    width: auto;
    font-size: 16px;
  }

  .company-timeline-left::before {
    top: 4px;
    left: 8px;
    border-width: 4px;
    width: 8px;
    height: 8px;
  }

  .company-timeline-left::after {
    content: none;
  }

  .company-timeline-left > div:first-child {
    flex-shrink: 0;
    width: 48px;
  }

  .company-card {
    flex-grow: 1;
  }
  .company-timeline-legend {
    flex-direction: column;
    gap: 12px;
  }
  .company-timeline-legend-item {
    padding-left: 32px;
    margin-left: 0px;;
}
}
