  @import 'https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&family=Noto+Sans+JP:wght@400;700&display=swap';

@media (max-width: 767px),(min-width: 1180px) {
  html {
  height: 100%;
  scroll-padding-top:120px;
}
}
@media (min-width: 768px) and (max-width: 1179px) {
  html {
    scroll-padding-top: 166px;
  }

}
@media (max-width: 767px) {
  .common-pc-only {
    display: none !important;
  }
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #ffffff;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  overflow-wrap: break-word;
}

button, select, input, textarea {
  font-family: inherit;
  color: inherit;
}

input, textarea {
  font-size: 16px;
}

[lang="en"] body {
  font-family: 'Jost', sans-serif;
}

:link, :visited {
  color: #333333;
  text-decoration: none;
}

img, video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .common-pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .common-sp-only {
    display: none !important;
  }
}

.common-link-underline {
  text-decoration: underline;
  transition: opacity 0.3s;
}

.common-link-underline:hover {
  opacity: 0.5;
}

.common-link-no-underline {
  background-image: linear-gradient(to top, currentColor 1px, transparent 1px);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 0 100%;
  transition: background-size 0.3s;
}

.common-link-no-underline:hover {
  background-size: 100% 100%;
}

.common-link-button {
  display: block;
  border: solid 1px;
  padding: 10px 9px 9px;
  width: 200px;
  height: 24px;
  border-radius: 2px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

.common-link-panel {
  flex: 1 1 0;
  display: block;
  margin: 10px;
  border: solid 1px #466f86;
  padding: 17px 9px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #002c45;
  font-size: 16px;
  transition: background-color 0.3s;
}

.common-link-panel:hover {
  background-color: #dae8fa;
}

.common-link-panel-pdf {
  padding-left: 55px;
  background-image: url('/images/icons/file-pdf-solid.svg');
  background-repeat: no-repeat;
  background-position: left 22px center;
}

.common-date {
  width: 78px;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
}

.common-category {
  margin-left: 4px;
  margin-right: 8px;
  width: 101px;
  height: 20px;
  border-radius: 2px;
  background-color: #203764;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.common-category-ir {
  background-color: #808c9b;
}

.common-tag {
  margin-right: 8px;
  border: solid 1px #466f86;
  min-width: 82px;
  height: 18px;
  border-radius: 2px;
  background-color: transparent;
  color: #466f86;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}
[lang="en"] .common-tag {
  min-width: 132px;
  padding: 0 5px;
}

.common-link-with-arrow {
  padding-right: 30px;
  background-image: url('/images/icons/arrow-right-solid.svg');
  background-repeat: no-repeat;
  background-position: right 8px bottom 0.25em;
  text-decoration: none;
  transition: background-position 0.3s;
}

.common-link-with-arrow:hover {
  background-position: right 2px bottom 0.25em;
}

.common-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 44px 0;
}

.common-pager-button-page {
  box-sizing: content-box;
  border: solid 1px #466f86;
  padding: 12px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #466f86;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  transition: background-color 0.3s;
}

.common-pager-button-page:hover {
  background-color: #dae8fa;
}

.common-pager-button-page.active {
  background-color: #203764;
  color: #ffffff;
}

.common-pager-button-prev,
.common-pager-button-next {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.common-pager-button-prev {
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12"><path d="M13.708,70.682l-5,5a1,1,0,0,1-1.413,0,1,1,0,0,1,0-1.414l3.295-3.293H1a1,1,0,0,1,0-2H10.59L7.3,65.682A1,1,0,0,1,8.71,64.268l5,5A1,1,0,0,1,13.708,70.682Z" transform="translate(14.002 75.976) rotate(180)" fill="%23002c45"/></svg>');
}

.common-pager-button-prev:disabled {
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12"><path d="M13.708,70.682l-5,5a1,1,0,0,1-1.413,0,1,1,0,0,1,0-1.414l3.295-3.293H1a1,1,0,0,1,0-2H10.59L7.3,65.682A1,1,0,0,1,8.71,64.268l5,5A1,1,0,0,1,13.708,70.682Z" transform="translate(14.002 75.976) rotate(180)" fill="%23c4c4c4"/></svg>');
}

.common-pager-button-next {
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12"><path d="M13.708,70.682l-5,5a1,1,0,0,1-1.413,0,1,1,0,0,1,0-1.414l3.295-3.293H1a1,1,0,0,1,0-2H10.59L7.3,65.682A1,1,0,0,1,8.71,64.268l5,5A1,1,0,0,1,13.708,70.682Z" transform="translate(-0.002 -63.975)" fill="%23002c45"/></svg>');
}

.common-pager-button-next:disabled {
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12"><path d="M13.708,70.682l-5,5a1,1,0,0,1-1.413,0,1,1,0,0,1,0-1.414l3.295-3.293H1a1,1,0,0,1,0-2H10.59L7.3,65.682A1,1,0,0,1,8.71,64.268l5,5A1,1,0,0,1,13.708,70.682Z" transform="translate(-0.002 -63.975)" fill="%23c4c4c4"/></svg>');
}

@media (max-width: 767px) {
  .common-pager {
    gap: 16px;
  }

  .common-pager-button-page {
    padding: 8px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}

.common-layout-container {
  margin: auto;
  padding: 0 20px;
  max-width: 960px;
}

.common-layout-half-container {
  display: flex;
  margin: auto;
  padding: 0 20px;
  max-width: 960px;
}

.common-layout-container .common-layout-half-container {
  padding: 0;
}

.common-layout-half-content {
  flex-basis: calc(50% - 10px);
}

.common-layout-half-content + .common-layout-half-content {
  margin-left: 20px;
}

.common-layout-tab-selector {
  display: flex;
  border-bottom: solid 1px #707070;
}

.common-layout-tab {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0;
  border: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  text-align: center;
}

@media (max-width: 767px) {
  .common-layout-half-container {
    flex-direction: column;
  }

  .common-layout-half-content {
    flex-basis: 50%;
  }

  .common-layout-half-content + .common-layout-half-content {
    margin-top: 20px;
    margin-left: 0;
  }
}

.common-movie-container {
  position: relative;
  width: 960px;
  max-width: 100%;
  padding-top: calc(100% / 1280 * 720);
}

.common-movie-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.common-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.common-header-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  background-color: #001e2f;
  color: #ffffff;
}

.common-header-content-left {
  display: flex;
  align-items: center;
}

.common-header-content::after,
.common-header-submenu-container::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
}

.common-header-logo-anchor {
  flex: 0 0 auto;
  margin-top: 21px;
  margin-left: 50px;
  margin-bottom: 11px;
  height: 48px;
}
@media (min-width: 768px) and (max-width: 1235px) {
  .common-header-logo-anchor {
    margin-left: 24px;
  }

}

.common-header-logo-image {
  vertical-align: bottom;
}

.common-header-chara {
  margin-left: 30px;
  margin-top: 4px;
}
@media (max-width: 850px) {
  .common-header-chara {
    margin-left: 18px;
  }
  .common-header-chara img.common-pc-only {
    width: 90%;
  }
}

.common-header-drawer-button {
  align-self: center;
  display: none;
  margin-left: auto;
  margin-right: 20px;
  padding: 8px 4px;
  cursor: pointer;
}

.common-header-drawer-button-icon {
  position: relative;
  width: 32px;
  height: 24px;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.common-header-drawer-button-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.2s;
}

.common-header-drawer-button-icon::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.2s;
}

.common-header-drawer-button-icon.open {
  background-image: none;
}

.common-header-drawer-button-icon.open::before {
  top: 10px;
  width: 32px;
  transform: rotate(45deg);
}

.common-header-drawer-button-icon.open::after {
  top: 10px;
  width: 32px;
  transform: rotate(-45deg);
}

.common-header-menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

.common-header-menu-upside {
  position: absolute;
  top: 16px;
  right: 40px;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1235px) {
  .common-header-menu-upside {
    right: 38px;
  }

}

.common-header-contact {
  margin-right: 29px;
  color: #ffffff;
  white-space: nowrap;
  font-size: 12px;
  text-decoration: none;
}

.common-header-contact.current {
  color: #dae000;
}

.common-header-language {
  font-size: 12px;
  font-family: 'Jost', sans-serif;
}

.common-header-language::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path d="M6.875,5a12.213,12.213,0,0,1-.064,1.25H3.189A12.1,12.1,0,0,1,3.107,5a12.1,12.1,0,0,1,.082-1.25H6.811A12.213,12.213,0,0,1,6.875,5ZM9.842,3.75a5.017,5.017,0,0,1,0,2.5h-2.4c.041-.4.063-.838.063-1.25a12.34,12.34,0,0,0-.063-1.25Zm-.205-.625H7.357A6.868,6.868,0,0,0,6.277.165,5.011,5.011,0,0,1,9.637,3.125Zm-2.912,0H3.275A7.844,7.844,0,0,1,3.8,1.276,3.193,3.193,0,0,1,4.457.27.8.8,0,0,1,5,0a.8.8,0,0,1,.543.27A3.193,3.193,0,0,1,6.2,1.276a7.844,7.844,0,0,1,.527,1.849Zm-6.361,0A5.01,5.01,0,0,1,3.723.165a6.868,6.868,0,0,0-1.08,2.96Zm2.2.625A12.259,12.259,0,0,0,2.482,5c0,.412.039.848.08,1.25H.158a5.038,5.038,0,0,1,0-2.5ZM3.8,8.723a7.827,7.827,0,0,1-.527-1.848H6.725A7.827,7.827,0,0,1,6.2,8.723,3.18,3.18,0,0,1,5.543,9.73a.808.808,0,0,1-.561.27.809.809,0,0,1-.525-.27A3.18,3.18,0,0,1,3.8,8.723Zm-.08,1.113A5.012,5.012,0,0,1,.363,6.875H2.643a6.87,6.87,0,0,0,1.08,2.961Zm2.555,0a6.87,6.87,0,0,0,1.08-2.961H9.637A5.013,5.013,0,0,1,6.277,9.836Z" fill="%23fff"/></svg>');
  margin-right: 0px;
  width: 10px;
  height: 10px;
}

.common-header-language-option {
  color: #ffffff;
  padding: 0px 4px;
}

.common-header-language-option.active {
  color: #dae000;
  font-weight: bold;
}

.common-header-menu-list {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  margin: 0;
  margin-right: 12px;
  padding: 0;
  list-style: none;
}
[lang="en"] .common-header-menu-list {
  margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 1235px) {
  .common-header-menu-list {
    margin-right: 16px;
  }

}

.common-header-menu-item {
  margin: 0 18px;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
}

.common-header-menu-item.open {
  color: #dae000;
}

.common-header-menu-item-container {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px 16px;
  height: calc(100% - 24px);
}

.common-header-menu-item-link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.common-header-menu-item-link.ex-link {
  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="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 4px;
  padding-right: 1.6em;
}

.common-header-menu-item-link::after {
  content: '';
  position: absolute;
  bottom: 11px;
  left: 10px;
  width: 0;
  height: 4px;
  background-color: #dae000;
  transition: width 0.3s;
}

.common-header-menu-item-link:hover::after,
.common-header-menu-item-link.current::after {
  width: calc(100% - 20px);
}

.common-header-menu-item-marker {
  display: none;
}

.common-header-submenu-marker {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  margin-top: -2px;
  margin-left: -10px;
  border: solid 10px transparent;
  border-top-color: #001e2f;
  border-bottom-width: 0;
  width: 0;
  height: 0;
}

.common-header-submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
  transition: height 0.2s;
}

.common-header-submenu-container {
  position: relative;
  padding: 0 6px;
  background-color: #f0f0f0;
  pointer-events: auto;
}

.common-header-menu-item.open .common-header-submenu-marker {
  display: block;
}

.common-header-menu-item.open .common-header-submenu-wrapper {
  z-index: 11;
  height: auto;
}

.common-header-menu-item:not(.open) .common-header-submenu-wrapper {
  height: 0 !important;
}

.common-header-submenu-content {
  display: flex;
  padding: 32px 32px 16px 104px;
}

.common-header-submenu-header {
  flex: 0 0 auto;
  width: 222px;
  font-size: 24px;
  font-weight: bold;
}

.common-header-submenu-header a {
  padding-right: 36px;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="20.998" height="18" viewBox="0 0 20.998 18"><path d="M20.56,74.035l-7.5,7.5a1.5,1.5,0,0,1-2.12,0,1.5,1.5,0,0,1,0-2.121l4.941-4.939H1.5a1.5,1.5,0,0,1,0-3h14.38l-4.94-4.94a1.5,1.5,0,0,1,2.121-2.121l7.5,7.5A1.5,1.5,0,0,1,20.56,74.035Z" transform="translate(-0.002 -63.975)" fill="%23808c9b"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px bottom 0.25em;
  white-space: nowrap;
  color: #001e2f;
  text-decoration: none;
  transition: background-position 0.3s;
  font-feature-settings: "palt";
}

.common-header-submenu-header a:hover {
  background-position: right 2px bottom 0.25em;
}

.common-header-submenu-list-container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: auto;
}
[lang="en"] .common-header-submenu-list-container {
  margin-right: 12px;
}
.common-header-submenu-list-container.sustainability {
  margin-right: 188px;
}
.common-header-submenu-list-container.company {
  margin-right: 130px;
}
.common-header-submenu-list {
  margin: -6px 0 0 24px;
  padding-left: 24px;
  width: auto;
}
.common-header-submenu-list-indent  {
  padding-left: 0px;
  margin-left: 16px;
}

.common-header-submenu-includes-banner {
  width: auto;
}

.common-header-submenu-item {
  position: relative;
  list-style: none;
  margin: 12px 0;
  font-size: 14px;
}
.common-header-submenu-list-indent .common-header-submenu-item  {
    font-size: 13px;
}

.common-header-submenu-item::before {
  content: '-';
  position: absolute;
  margin-left: -12px;
  margin-right: 6px;
  width: 6px;
  color: #808c9b;
}
.common-header-submenu-item.index::before {
  content: '-';
}
.sub .common-header-submenu-item::before {
  content: '・';
}
.common-header-submenu-item  {
  color: #666;
  font-weight:bold;
  font-feature-settings: "palt";
}
.common-header-submenu-item a {
  color: #002c45;
  font-weight: normal;
}

.common-header-banner-container {
  display: flex;
  margin-top: 7px;
  margin-left: -12px;
}

.common-header-banner-container img {
  width: 266px;
}

.common-header-sp-footer-menu-list {
  display: none;
  margin-top: -6px;
  margin-bottom: 0;
  margin-left: 65px;
  padding-left: 12px;
}

.common-header-sp-footer-menu-list .common-header-submenu-item {
  font-size: 12px;
}

@media (max-width: 767px) {
  .common-header-content {
    flex-wrap: nowrap;
  }

  .common-header-content-left {
    flex-grow: 1;
    flex-wrap: wrap;
    height: 80px;
    overflow: hidden;
  }

  .common-header-logo-anchor {
    margin-top: 14px;
    margin-left: 24px;
    margin-bottom: 16px;
    height: 50px;
  }

  .common-header-chara {
    margin-left: auto;
    margin-right: 16px;
  }

  .common-header-drawer-button {
    display: block;
  }

  .common-header-menu-wrapper {
    align-items: flex-start;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: calc(100% - 80px);
    overflow: auto;
    overscroll-behavior: contain;
    background-color: #001e2f;
    transition: 0.3s bottom;
  }

  .common-header-menu-wrapper.open {
    bottom: 0;
  }

  .common-header-menu-upside {
    position: static;
    margin-top: 18px;
    margin-left: 65px;
    margin-bottom: 15px;
  }

  .common-header-menu-list {
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }

  .common-header-menu-item {
    margin: 0;
    border-bottom: solid 1px #707070;;
  }

  .common-header-menu-item-container {
    justify-content: flex-start;
    position: relative;
    padding: 0;
    height: auto;
  }
  

  .common-header-menu-item-link {
    flex-grow: 1;
    padding: 10px;
    padding-left: 40px;
    padding-right: 70px;
    height: 23px;
  }
  .common-header-menu-item-link.ex-link {
    background-position: center left 110px;
  }

  .common-header-menu-item-marker {
    position: absolute;
    top: 0;
    right: 39px;
    display: block;
    width: 8px;
    height: 100%;
    background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14"><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(-160 14.005) rotate(-90)" fill="%23fff"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
  }

  .common-header-menu-item-openable {
    right: 0;
    width: 70px;
    background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="12.78" height="12.78" viewBox="0 0 12.78 12.78"><path d="M15.39-7.74H9.918v-5.472H8.082V-7.74H2.61V-5.9H8.082V-.432H9.918V-5.9H15.39Z" transform="translate(-2.61 13.212)" fill="%23fff"/></svg>');
    background-position: center right 36.61px;
    pointer-events: auto;
  }

  .common-header-menu-item.open .common-header-menu-item-openable {
    background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="12.78" height="1.836" viewBox="0 0 12.78 1.836"><path d="M2.61-7.74V-5.9H15.39V-7.74Z" transform="translate(-2.61 7.74)" fill="%23fff"/></svg>');
  }

  .common-header-menu-item-link::after {
    display: none;
  }

  .common-header-menu-item.open .common-header-submenu-marker {
    display: none;
  }

  .common-header-submenu-wrapper {
    position: static;
  }

  .common-header-menu-item.open .common-header-submenu-wrapper {
    margin-bottom: -10px;
  }

  .common-header-submenu-container {
    padding: 0;
    background-color: transparent;
  }

  .common-header-content::after,
  .common-header-submenu-container::after {
    content: none;
  }

  .common-header-submenu-content {
    padding-top: 6px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 42px;
  }

  .common-header-submenu-header {
    display: none;
  }

  .common-header-submenu-list-container {
    flex-direction: column;
    margin-left: 0;
  }

  .common-header-submenu-list {
    margin-bottom: 0;
    padding-left: 0px;
    width: auto;
  }
  .common-header-submenu-item  {
    color: #ffffff;
    width: 246px;
  }
  .common-header-submenu-item a[href$=".pdf"]::after {
    content: url('/images/icons/file-pdf-solid-white-s.svg');
    margin-left:6px;
    vertical-align: -2px;
  }
  .common-header-submenu-item a {
    color: #ffffff;
  }

  .common-header-sp-footer-menu-list {
    display: block;
  }
}

.common-page-header-wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 240px;
  color: #ffffff;
  overflow: hidden;
}

.common-page-header-background,
.common-page-header-wrapper::before {
  content: '';
  position: absolute;
  left: -20px;
  right: -20px;
  z-index: -1;
  height: 100%;
  background-image: url('/images/header-contact.png');
  background-position: center;
  background-size: cover;
}

.common-page-header-company::before {
  background-image: url('/images/header-company.jpg');
}

.common-page-header-company-topmessage::before {
  background-image: url('/images/header-company-topmessage.jpg');
}

@media (max-width: 767px) {
  .common-page-header-company-topmessage::before {
    background-position: center right 30%;
  }
}

.common-page-header-company-philosophy::before {
  background-image: url('/images/header-company-philosophy.png');
}

.common-page-header-company-topblog::before {
  background-image: url('/images/header-company-topblog.png');
}

.common-page-header-company-outline::before {
  background-image: url('/images/header-company-outline.jpg');
}

.common-page-header-company-ourbusiness::before {
  background-image: url('/images/header-company-ourbusiness.jpg');
}

.common-page-header-ir::before {
  background-image: url('/images/header-ir.jpg');
}

.common-page-header-news::before {
  background-image: url('/images/header-news.jpg');
}

.common-page-header-recruit::before {
  background-image: url('/images/header-recruit.jpg');
}
.common-page-header-policy::before {
  background-image: url('/images/header-policy.jpg');
}

@media (max-width: 840px) {
  .common-page-header-recruit::before {
    background-position: center right 30%;
  }
}

.common-page-header-company-atoz-index::before {
  background-image: url('/images/header-company-atoz.jpg');
}
.common-page-header-anti-corruption::before {
  background-image: url('/images/header-anti-corruption.jpg');
}

.common-page-header-breadcrumb-list {
  position: absolute;
  top: 8px;
  left: 40px;
  display: flex;
  width: calc(100% - 60px);
}

.common-page-header-breadcrumb-item {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
}

.common-page-header-breadcrumb-item:last-child {
  margin: -6px;
  padding: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-page-header-breadcrumb-copula {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.common-page-header-title {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
  font-size: 32px;
}

.common-page-header-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 33px auto 0;
  padding: 0 20px;
  width: 960px;
  max-width: calc(100% - 40px);
}

@media (max-width: 767px) {
  .common-page-header-wrapper {
    height: 160px;
  }

  .common-page-header-breadcrumb-list {
    left: 20px;
    width: calc(100% - 30px);
  }

  .common-page-header-title {
    font-size: 24px;
  }

  .common-page-header-text {
    margin-top: 23px;
    font-size: 11px;
  }
}

.common-footer-wrapper {
  position: sticky;
  top: 100%;
  background-color: #001e2f;
  color: #ffffff;
}

.common-footer-content {
  padding-top: 53px;
  padding-bottom: 28px;
}

.common-footer-content a {
  color: #ffffff;
  text-decoration: none;
}
.common-footer-content span {
  color: #ffffff;
  text-decoration: none;
}

.common-footer-main-container {
  display: flex;
}

.common-footer-logo-image-sp {
  display: none;
  align-self: flex-start;
  margin-top: 5px;
  margin-right: auto;
}

.common-footer-logo-image-pc {
  margin-left: auto;
  width: 240px;
}

.common-footer-column {
  flex-grow: 1;
  white-space: nowrap;
}

.common-footer-column + .common-footer-column {
  margin-left: 32px;
}

.common-footer-link-category {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.common-footer-link-category + .common-footer-link-category {
  margin-top: 44px;
}

.common-footer-link-list {
  margin: 0;
  margin-top: 9px;
  padding: 0;
  list-style: none;
}

.common-footer-link-item {
  margin: 0;
  margin-top: 7px;
  padding: 0;
  padding-left: 12px;
  font-size: 14px;
  line-height: 20px;
}

.common-footer-link-item::before {
  content: '-';
  position: absolute;
  margin-left: -12px;
  margin-right: 6px;
  width: 6px;
}

.common-footer-link-external::after {
  content: 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="%23fff"/></svg>');
  margin-left: 9px;
  vertical-align: -2px;
}
.common-footer-link-item a[href$=".pdf"]::after {
  content: url('/images/icons/file-pdf-solid-white-s.svg');
  margin-left:6px;
  vertical-align: -2px;
}

.common-footer-social {
  display: flex;
  align-items: flex-end;
}

.common-footer-social-label {
  font: bold 16px 'Jost', sans-serif;
}

.common-footer-social-icon {
  margin: 0 6px;
}

.common-footer-social-icon-image {
  display: block;
}

.common-footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.common-footer-bottom-link-container {
  display: flex;
  margin-top: 19px;
  margin-left: -16px;
  margin-right: 20px;
}

.common-footer-bottom-link {
  margin-left: 16px;
  border-right: solid 1px #ffffff;
  padding-right: 16px;
  height: 20px;
  font-size: 12px;
}

.common-footer-bottom-link:last-child {
  border-right: none;
  padding-right: 0;
}

.common-footer-bottom-copyright {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  font-size: 12px;
}

@media (max-width: 767px) {
  .common-footer-logo-image-sp {
    display: block;
  }

  .common-footer-column, .common-footer-bottom-link-container, .common-footer-logo-image-pc {
    display: none;
  }

  .common-footer-content {
    padding-top: 32px;
  }

  .common-footer-social {
    margin-top: 67px;
  }

  .common-footer-bottom {
    margin-top: 5px;
    margin-left: 0;
  }

  .common-footer-bottom-copyright {
    margin-left: 0;
  }
}

.common-news-head {
  display: flex;
  align-items: flex-end;
  border-bottom: solid 1px #707070;
  padding-bottom: 4px;
}

.common-news-head-title {
  margin: 0;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
}

.common-news-head-link {
  margin-left: auto;
}

.common-news-body {
  padding: 0 4px;
}

.common-news-head + .common-news-body {
  margin-top: 8px;
}

.common-news-item {
  border-bottom: dashed 1px #818181;
  padding: 6px 0 12px;
}

.common-news-item-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.common-news-item-header > .common-date {
  flex-shrink: 0;
  margin-top: 2px;
  white-space: nowrap;
}

.common-news-item-new .common-news-item-body::before {
  content: 'NEW';
  margin-top: 2px;
  color: #af0000;
  font: 600 14px 'Jost', sans-serif;
}

.common-news-item-header > .common-category {
  width: 84px;
  margin-top: 2px;
}

.common-news-item-header > .common-tag {
  margin-top: 2px;
}

.common-news-item-body {
  margin-top: 2px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .075em;
  font-feature-settings: "palt";
}

[lang="en"] .common-news-item-body {
  line-height: 1.5;
  letter-spacing: .02em;
}

.common-news-footer {
  display: flex;
  align-items: flex-end;
  margin-top: 23px;
}

.common-filelist-container {
  margin: 45px auto;
}

.common-filelist-header {
  margin: 0 0 6px;
  border-left: solid 4px #466f86;
  padding: 13px 0;
  padding-left: 11px;
  background-color: #f0f0f0;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
}

.common-filelist-item {
  border-bottom: dashed 1px #818181;
  padding: 20px 2px 6px 16px;
}

.common-filelist-item-header {
  margin-bottom: 9px;
}

.common-filelist-item-pdf::after,
.common-filelist-item-excel::after,
.common-filelist-item-word::after,
.common-filelist-item-movie::after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

.common-filelist-item-pdf::after {
  content: url('/images/icons/file-pdf-solid.svg');
}

.common-filelist-item-excel::after {
  content: url('/images/icons/file-excel-solid.svg');
}

.common-filelist-item-word::after {
  content: url('/images/icons/file-word-solid.svg');
}

.common-filelist-item-movie::after {
  content: url('/images/icons/film-solid.svg');
}

.common-filelist-item-movie.link-icon::after {
  content: url('/images/icons/film-solid.svg') ' ' url('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>');
}

@media (max-width: 767px) {
  .common-filelist-header {
    font-size: 18px;
  }
}

.common-panel-bar, .common-panel-box {
  display: flex;
  margin: 10px;
  border: solid 1px #466f86;
  border-radius: 3px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  color: #002c45;
  transition: background-color 0.3s;
}

.common-panel-bar:hover, .common-panel-box:hover {
  background-color: #dae8fa;
}

.common-panel-bar {
  align-items: center;
  padding-left: 86px;
  height: 82px;
  background-position: left 21px center;
  font-size: 18px;
  line-height: 21px;
}
[lang="en"] .common-panel-bar {
  padding-left: 72px;
}

.common-panel-box {
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  width: 174px;
  height: 156px;
  background-position: center top calc(50% - 14px);
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}

.common-headline-bracket-wrapper {
  position: relative;
  z-index: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 70px 0;
  overflow: hidden;
}

.common-headline-bracket-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  max-width: 1066px;
  height: 100%;
}

.common-headline-bracket-background::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 587px;
  max-width: calc(0.16vw * 587);
  height: 100%;
  background-image: url('/images/headline-bracket-1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  transform: translateX(30%);
}

.common-headline-bracket-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 642px;
  max-width: calc(0.16vw * 642);
  height: 100%;
  background-image: url('/images/headline-bracket-2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  transform: translateX(-30%);
}

.common-scroll-page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: rgba(32, 55, 100, 0.7);
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="18" height="10.285" viewBox="0 0 18 10.285"><path d="M9,170.285a1.28,1.28,0,0,1-.909-.377L.382,162.195A1.286,1.286,0,0,1,2.2,160.377L9,167.184l6.806-6.806a1.286,1.286,0,1,1,1.818,1.818L9.914,169.91A1.282,1.282,0,0,1,9,170.285Z" transform="translate(18.005 170.285) rotate(180)" fill="%23fff"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.common-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 10px 20px;
  background-color: rgba(0, 44, 69, 0.8);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

.common-modal-container:not(.open) {
  opacity: 0;
  visibility: hidden;
}

.common-modal-window {
  position: relative;
  max-width: min(100%, calc((100vh - 144px) * 16 / 9));
  max-height: 100%;
  overflow: hidden;
}

.common-modal-window-header {
  display: flex;
  align-items: center;
  padding-right: 22px;
  height: 44px;
  background-color: #333333;
}

.common-modal-window-close {
  position: absolute;
  top: 18px;
  right: 18px;
  border: none;
  padding: 4px;
  padding-left: 30px;
  background-color: transparent;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g fill="none" stroke="%23466f86" stroke-width="1"><circle cx="10" cy="10" r="9.5"/><g transform="translate(5 5)"><line x2="10" y2="10"/><line x1="10" y2="10"/></g></g></svg>');
  background-position: left 4px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.common-modal-window-header > .common-modal-window-close {
  position: static;
  margin-left: auto;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g fill="none" stroke="%23ffffff" stroke-width="1"><circle cx="10" cy="10" r="9.5"/><g transform="translate(5 5)"><line x2="10" y2="10"/><line x1="10" y2="10"/></g></g></svg>');
  color: #ffffff;
}

.common-foldable {
  overflow: hidden;
  transition: height 0.3s;
}

.common-foldable.hidden {
  height: 0;
}
