@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

ol, ul, li {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

:root {
  --r-normal: 16px;
}

html {
  line-height: 1.5;
  font-size: 1rem;
  max-width: 2200px;
  margin: auto;
}

body {
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  color: #1d2129;
  background: #fff;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

main {
  display: block;
  margin-top: 5.875rem;
}
.-nofixed-header main {
  margin-top: 0;
}

img {
  height: auto;
  vertical-align: bottom;
}

svg {
  overflow: hidden;
}

picture {
  display: block;
}
picture > img {
  margin: auto;
}

li {
  list-style-type: none;
}

sup {
  font-size: 0.75rem;
  vertical-align: super;
}

summary {
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

a {
  color: #1d2129;
  text-underline-offset: 3px;
}
a:focus-visible {
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #1d2129;
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #000;
  background-color: #fff;
}

:focus-visible {
  outline-offset: 5px;
  outline-offset: 3px;
}

blockquote {
  margin-top: 16px;
  padding: 8px;
  border-left: 4px solid #9ea6b2;
  background: #f4f7fa;
  color: #676c74;
}

mark {
  background-color: #fff964;
  font-weight: bold;
  color: inherit;
}

.is-storetop-link {
  display: none;
}

.is-notstoretop-link {
  display: block;
}
.l-dropmenu {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.l-dropmenu.is-panel-active {
  opacity: 1;
  visibility: visible;
}

.l-dropmenu__inner {
  display: grid;
  grid-template: "nav-head nav-content" max-content "nav-bottom nav-bottom" max-content/272px 1fr;
  gap: 16px;
  margin: 0 auto;
  padding: 46px 8px;
  max-width: 1146px;
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 5.875rem);
}

.l-dropmenu__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nav-head;
}

.l-dropmenu__content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: nav-content;
}

.l-dropmenu__bottom {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: nav-bottom;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.l-dropmenu__close {
  position: absolute;
  top: 0;
  right: 0;
}

.l-dropmenu__closebtn {
  width: 48px;
  height: 48px;
  position: relative;
}
.l-dropmenu__closebtn::before, .l-dropmenu__closebtn::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #1d2129;
  position: absolute;
  left: 13px;
  top: 22px;
  transition: transform 0.3s ease-in-out;
}
.l-dropmenu__closebtn::before {
  transform: rotate(-45deg);
}
.l-dropmenu__closebtn::after {
  transform: rotate(45deg);
}
.l-dropmenu__closebtn:focus-visible {
  background-color: #f4f7fa;
}
.l-dropmenu__closebtn:focus-visible::before {
  transform: rotate(-225deg);
}
.l-dropmenu__closebtn:focus-visible::after {
  transform: rotate(225deg);
}

.l-dropmenu__ja {
  display: block;
  margin-top: 8px;
  font-size: 1.125rem;
  font-weight: bold;
}
.-drop-sus .l-dropmenu__ja {
  margin-top: 0;
}

.l-dropmenu__first {
  margin-top: 40px;
}

.l-dropmenu__link {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
}

.l-dropmenu__link-icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  margin-left: 8px;
  transform: rotate(-90deg);
}
.l-dropmenu__link-icon.-no-rotate {
  transform: none;
}

.l-dropmenu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
}
.-drop-sus .l-dropmenu__list {
  grid-template-columns: 1fr 300px 1fr;
}

.l-global-nav {
  display: grid;
  grid-template: "lang-nav sub-nav" 1fr "main-nav sub-nav" 1fr/max-content max-content;
}

.l-global-nav__list {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main-nav;
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}

.l-global-nav__sub {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: sub-nav;
  display: flex;
  margin-left: 1.5rem;
}

.l-global-nav__lang {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: lang-nav;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.l-global-nav__item + .l-global-nav__item {
  margin-left: 1.25rem;
}

.l-global-nav__link {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
}
.l-global-nav__link > span {
  padding: 2px 4px 2px;
  color: #1d2129;
  position: relative;
  border-radius: 2px;
}
.l-global-nav__link:focus-visible > span::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background-color: #ffcd00;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 1.25rem);
}
.l-global-nav__link.is-btn-active > span {
  background-color: #ee2723;
  color: #fff;
}
.l-global-nav__link.is-btn-active .l-global-nav__link-icon {
  transform: rotate(180deg);
  fill: #ee2723;
}
.l-global-nav__link.is-btn-active:focus-visible > span::after {
  display: none;
}

.l-global-nav__link-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
}

.l-global-nav__sub-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7.25rem;
  padding: 6px 1rem;
  background: #a11a25;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
}
.l-global-nav__sub-link.-shop {
  background: #db0012;
}
.l-global-nav__sub-link:focus-visible .l-global-nav__sub-txt {
  text-decoration: underline;
}

.l-global-nav__sub-txt {
  margin-top: 10px;
  line-height: 1.1;
}

.l-global-nav__sub-linkicon {
  display: inline-flex;
  width: 1.125rem;
  height: 1rem;
  fill: currentColor;
  margin-left: 2px;
  vertical-align: bottom;
}

.l-global-nav__lang-inner {
  display: flex;
  align-items: center;
  padding: 8px;
  background-color: #f4f7fa;
  border-radius: 4px;
}

.l-global-nav__lang-link {
  color: #db0012;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
}
.l-global-nav__lang-link abbr {
  text-decoration: none;
}
.l-global-nav__lang-link + .l-global-nav__lang-link {
  margin-left: 12px;
}
.l-global-nav__lang-icon + .l-global-nav__lang-link {
  margin-left: 8px;
}
.l-global-nav__lang-link.-ja::after {
  content: "";
  width: 1px;
  height: 0.875rem;
  background: #1d2129;
  transform: rotate(20deg);
  position: absolute;
  right: -7px;
  top: calc(50% - 0.4375rem);
}

a.l-global-nav__lang-link {
  color: #1d2129;
  font-weight: 500;
}
a.l-global-nav__lang-link:focus-visible {
  text-decoration: underline;
}

.p-company .l-global-nav__link.-company > span::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background-color: #ffcd00;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 1.25rem);
}
.p-company .l-global-nav__link.-company.is-btn-active > span::after {
  display: none;
}

.p-ir .l-global-nav__link.-ir > span::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background-color: #ffcd00;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 1.25rem);
}
.p-ir .l-global-nav__link.-ir.is-btn-active > span::after {
  display: none;
}

.p-sus .l-global-nav__link.-sus > span::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background-color: #ffcd00;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 1.25rem);
}
.p-sus .l-global-nav__link.-sus.is-btn-active > span::after {
  display: none;
}

.p-service .l-global-nav__link.-service > span::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background-color: #ffcd00;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 1.25rem);
}
.p-service .l-global-nav__link.-service.is-btn-active > span::after {
  display: none;
}

.l-header {
  width: 100%;
  min-height: 5.875rem;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(4, 17, 31, 0.06);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.l-header.-simple {
  position: static;
  display: flex;
  align-items: center;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.l-header__logo {
  padding-left: 1.5rem;
}

.l-header__nav-btn {
  display: none;
}

.l-header__btn {
  display: block;
  height: 60px;
  width: 100%;
  background: #ee2723;
  position: relative;
}
.l-header__btn span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 19px;
  transition: transform 0.3s, background 0.3s;
}
.l-header__btn span:nth-child(1) {
  top: 20px;
}
.l-header__btn span:nth-child(2) {
  top: 28px;
}
.l-header__btn span:nth-child(3) {
  top: 36px;
}
.l-header__btn.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 28px;
}
.l-header__btn.is-open span:nth-child(2) {
  display: none;
}
.l-header__btn.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 28px;
}
.l-header__btn:focus-visible {
  background: #a11a25;
}

.l-footer {
  position: relative;
  background-color: #f4f7fa;
  border-top: 4px solid #E2E6EB;
}
.l-footer a {
  color: #1d2129;
}
.l-footer.-simple {
  background-color: #db0012;
  border-top: none;
}
.l-footer.-simple .l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  padding: 0 16px;
}
.l-footer.-simple .l-footer__logo {
  width: 320px;
}
.l-footer.-simple .l-footer__copy {
  font-size: 0.875rem;
}

.l-footer__logo {
  width: 404px;
}

.l-footer__inner {
  max-width: 1168px;
  padding: 80px 16px;
  margin: 0 auto;
}

.l-footer__nav {
  margin-top: 64px;
}

.l-footer__list.-low02 {
  display: flex;
  margin-top: 56px;
  gap: 40px;
}

.l-footer__list.-low03 {
  display: flex;
  margin-top: 56px;
  gap: 40px;
  font-weight: bold;
}
.l-footer__list.-low03 .c-icon {
  margin-left: 8px;
}

.l-footer__btnbox {
  display: flex;
  width: 100%;
}

.l-footer__link {
  font-weight: bold;
}
.l-footer__link .c-icon {
  margin-left: 8px;
}

.l-footer__btn {
  display: none;
  color: #1d2129;
}

.l-footer__content {
  margin-top: 24px;
  font-size: 0.8125rem;
}

.l-footer__contentitem + .l-footer__contentitem {
  margin-top: 16px;
}

.l-footer__sub {
  background-color: #db0012;
}
.l-footer__sub a {
  color: #fff;
}

.l-footer__sub-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1168px;
  padding: 16px;
  margin: 0 auto;
}

.l-footer__sublist {
  display: flex;
  gap: 3rem;
  font-size: 0.8125rem;
}

.l-footer__subitem {
  position: relative;
}
.l-footer__subitem + .l-footer__subitem::before {
  content: "";
  width: 1px;
  height: 0.875rem;
  left: -1.5rem;
  top: calc(50% - 0.4375rem);
  position: absolute;
  background: #fff;
}

.l-footer__copy {
  color: #fff;
}

.c-breadcrumb {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  white-space: nowrap;
  padding: 16px 0;
}

.c-breadcrumb__item:first-of-type {
  flex-shrink: 0;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  padding-left: 2.5rem;
  position: relative;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("/en/common-assets/img/icon_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 1rem;
  top: calc(50% - 5px);
}

.c-breadcrumb__link {
  font-weight: bold;
}

.c-breadcrumb__link.-home {
  padding-left: 1.5rem;
  background-image: url("/en/common-assets/img/icon_home.svg");
  background-size: 1rem;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.c-breadcrumb__link[aria-current=page] {
  color: #003da5;
  text-decoration: none;
  pointer-events: none;
}

.c-breadcrumb__icon + .c-breadcrumb__title {
  margin-left: 8px;
}

.c-box {
  padding: 2rem;
  border-radius: var(--r-normal);
}
.c-text + .c-box {
  margin-top: 40px;
}
.c-box.-pd24 {
  padding: 1.5rem;
}

.c-box.-alert {
  background: #feeaea;
}

.c-box.-gray {
  background: #f4f7fa;
}

.c-box.-red {
  border: 2px solid #db0012;
  border-radius: 4px;
}

.c-box__content {
  margin-top: 32px;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 23rem;
  min-height: 3.5rem;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
  border: 1px solid #ee2723;
  border-radius: 99rem;
  color: #1d2129;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 8px rgba(38, 3, 3, 0.24);
  position: relative;
  font-size: 1.125rem;
}
.c-button:focus-visible {
  background: #db0012;
  color: #fff;
}
.c-button:focus-visible .c-button__icon svg {
  color: #fff;
}
.c-button:disabled, .c-button.is-disabled {
  cursor: auto;
  background: #f4f7fa;
  color: #676c74;
  border: 1px solid #E2E6EB;
  pointer-events: none;
  box-shadow: none;
}
.c-button:disabled .c-button__icon, .c-button.is-disabled .c-button__icon {
  background-color: currentColor;
}
.c-button:disabled .c-button__icon svg, .c-button.is-disabled .c-button__icon svg {
  color: #9ea6b2;
}
.c-button:disabled.-arrow .c-button__icon, .c-button.is-disabled.-arrow .c-button__icon {
  background-color: #E2E6EB;
}

.c-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 1rem;
  color: transparent;
}
.c-button__icon svg {
  width: 16px;
  height: 16px;
  color: #ee2723;
  fill: currentColor;
}

.c-button.-arrow {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}
.c-button.-arrow .c-button__icon {
  transform: rotate(-90deg);
  border-radius: 50%;
  background-color: #ee2723;
}
.c-button.-arrow .c-button__icon svg {
  color: #fff;
}
.c-button.-arrow.-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
.c-button.-arrow:focus-visible .c-button__icon {
  background: #fff;
  color: #db0012;
}
.c-button.-arrow:focus-visible .c-button__icon svg {
  color: #db0012;
}

.c-button.-nobg .c-button__icon {
  background: none;
  border-radius: 0;
}
.c-button.-nobg:focus-visible .c-button__icon {
  background: transparent;
}

.c-button.-square {
  justify-content: space-between;
  padding: 8px 2.625rem 8px 1.5rem;
  width: 100%;
  min-width: 0;
  min-height: 4.25rem;
  border-radius: 8px;
  border-color: #9ea6b2;
  font-size: 1.25rem;
  box-shadow: none;
  text-align: left;
}
.c-button.-square .c-button__icon {
  transform: rotate(-90deg);
  border-radius: 50%;
  background-color: #ee2723;
}
.c-button.-square .c-button__icon svg {
  color: #fff;
}
.c-button.-square:focus-visible .c-button__icon {
  background: #fff;
  color: #db0012;
}
.c-button.-square:focus-visible .c-button__icon svg {
  color: #db0012;
}
.c-button.-square.-bg-gray {
  background-color: #f4f7fa;
}
.c-button.-square.-bg-gray:focus-visible {
  background-color: #db0012;
}
.c-button.-square.-no-arrow .c-button__icon {
  transform: rotate(0deg);
  border-radius: 0;
  background-color: transparent;
}
.c-button.-square.-no-arrow .c-button__icon svg {
  color: #db0012;
}
.c-button.-square.-no-arrow:focus-visible .c-button__icon {
  background-color: transparent;
}
.c-button.-square.-no-arrow:focus-visible .c-button__icon svg {
  color: #fff;
}

.c-button.-report {
  width: 272px;
  min-width: 0;
  background-color: #f4f7fa;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  font-size: 1.25rem;
}
.c-button.-report .c-button__icon {
  background: none;
  border-radius: 0;
}
.c-button.-report .c-button__icon svg {
  transform: rotate(-90deg);
}
.c-button.-report:focus-visible {
  background: #f4f7fa;
  color: #1d2129;
}
.c-button.-report:focus-visible > span:first-of-type {
  text-decoration: underline;
}
.c-button.-report:focus-visible .c-button__icon {
  background: none;
}
.c-button.-report:focus-visible .c-button__icon svg {
  fill: #ee2723;
}

.c-button.-img {
  width: 100%;
  max-width: 100%;
  min-height: 5.125rem;
  border-radius: 16px;
  border-color: #9ea6b2;
  background-color: #fff;
  box-shadow: none;
}
.c-button.-img .c-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.c-button.-img .c-icon svg {
  fill: #db0012;
}
.c-button.-img:focus-visible {
  outline: 2px solid #db0012;
  outline-offset: -1px;
  background-color: #fff;
}

.c-button__sub {
  display: block;
  font-size: 0.875rem;
}

.c-card {
  --label-bg: #fff;
}
.c-card.-graybg {
  --label-bg: #f4f7fa;
}

.c-card.-normal .c-card__img img {
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 212px;
}
.c-card.-normal .c-card__txt {
  display: flex;
  align-items: center;
  min-height: 4.375rem;
  padding: 0 1.25rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.3;
}
.c-card.-normal .c-card__txt.-h-large {
  min-height: 6.625rem;
}
.c-card.-normal .c-card__txt.-h-medium {
  min-height: 5.375rem;
}

.c-card.-flex .c-card__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-card.-flex .c-card__img img {
  width: 100%;
  height: 160px;
}
.c-card.-flex .c-card__txt {
  padding: 0 2rem;
}
.c-card.-flex .c-card__en {
  display: block;
  font-size: 2rem;
}
.c-card.-flex .c-card__ja {
  display: block;
  font-size: 1.25rem;
}

.c-card.-detail {
  display: flex;
  flex-direction: column;
}
.c-card.-detail .c-card__img {
  border: 2px solid #f4f7fa;
  border-radius: 16px;
  overflow: hidden;
}
.c-card.-detail .c-card__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.c-card.-detail.-no-border .c-card__img {
  border: 2px solid #fff;
}
.c-card.-detail.-no-border-r .c-card__img {
  border-radius: 0;
}
.c-card.-detail .c-card__h {
  font-size: 1.375rem;
  margin-top: 24px;
  line-height: 1.3;
}

.c-card__link {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--r-normal);
  text-decoration: none;
}
.c-card__link:focus-visible .c-card__img img {
  transform: scale(1.1);
}

.c-card__img {
  overflow: hidden;
}

.c-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}

.c-card__txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--label-bg);
  font-weight: bold;
}

.c-card__subtxt {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

.c-card__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.c-card__icon svg {
  width: 16px;
  height: 16px;
  color: #ee2723;
  fill: currentColor;
}
.c-card__icon.-arrow {
  border-radius: 50%;
  background-color: #ee2723;
  transform: rotate(-90deg);
}
.c-card__icon.-arrow svg {
  color: #fff;
  fill: currentColor;
}

.c-card__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ee2723;
}
.c-card__arrow svg {
  width: 16px;
  height: 16px;
  color: #fff;
  fill: currentColor;
  transform: rotate(-90deg);
}

.c-chairman {
  font-size: 1.125rem;
  display: block;
}

.c-chairman.-name {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.c-clms .c-clms__figure > * {
  margin: 0 auto;
}
.c-clms .c-clms__cap {
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 0.875rem;
}
.c-clms .c-clms__cap .-fz-normal {
  font-size: 1rem;
}
.c-clms .c-clms__cap .-fz-large {
  font-size: 1.375rem;
}
.c-clms.-clm1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.c-clms.-clm1 > * {
  margin: 0 auto;
}
.c-clms.-clm2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-clms.-clm2-pc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-clms.-clm3-pc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c-clms.-clm4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.c-clms.-clm4-pc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.c-clms.-clm5-pc-clm2-sp {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.c-clms.-clm5-pc-clm3-sp {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.c-clms.-clm10-pc-clm5-sp {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.c-clms.-body {
  display: grid;
  grid-template-columns: 5fr 7fr;
}
.c-clms.-body-left {
  display: grid;
  grid-template-columns: 7fr 5fr;
}
.c-clms.-body-small {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.c-clms.-body-left-small {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.c-clms.-g16 {
  gap: 16px;
}
.c-clms.-g16-g8-sp {
  gap: 16px;
}
.c-clms.-g16-g24-sp {
  gap: 16px;
}
.c-clms.-g16-g40-sp {
  gap: 16px;
}
.c-clms.-g16-g48-sp {
  gap: 16px;
}
.c-clms.-g32 {
  gap: 32px;
}
.c-clms.-g32-g16-sp {
  gap: 32px;
}
.c-clms.-g32-g24-sp {
  gap: 32px;
}
.c-clms.-g32-g40-sp {
  gap: 32px;
}
.c-clms.-g48-32 {
  gap: 48px 32px;
}
.c-clms.-g64-24 {
  gap: 64px 24px;
}

.c-details {
  width: 100%;
}
.c-details + .c-details {
  margin-top: 48px;
}

.c-details__head {
  border-bottom: 1px solid #1d2129;
  padding-right: 24px;
  padding-bottom: 4px;
  position: relative;
}
.c-details__head::before, .c-details__head::after {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #1d2129;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.c-details__head::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.c-details[open] .c-details__head::after {
  transform: rotate(0deg);
}

.c-details__content {
  padding-top: 24px;
}

.c-details.-qa .c-detail__q-head {
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-details.-qa .c-details__q {
  padding-right: 24px;
  color: #db0012;
}
.c-details.-qa .c-details__q abbr {
  text-decoration: none;
}
.c-details.-qa .c-details__content {
  display: flex;
}
.c-details.-qa .c-details__a {
  padding-right: 24px;
  color: #003da5;
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
}
.c-details.-qa .c-details__a abbr {
  text-decoration: none;
}
.c-details.-qa .c-detail__a-body {
  width: 100%;
}

.c-directors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #9ea6b2;
  font-size: 1.125rem;
}

.c-directors__box {
  padding: 16px;
  border: 1px solid #9ea6b2;
  border-top: none;
}

.c-directors__name {
  font-weight: bold;
}

.c-flex {
  --gap-v: 0;
  --gap-h: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--gap-v) * -1);
  margin-left: calc(var(--gap-h) * -1);
}
.c-flex.-nowrap {
  flex-wrap: nowrap;
}
.c-flex.-pc6-sp2 > .c-flex__item {
  width: calc(16.6666666667% - var(--gap-h));
}
.c-flex.-pc5-sp2 > .c-flex__item {
  width: calc(20% - var(--gap-h));
}
.c-flex.-pc4-sp2 > .c-flex__item {
  width: calc(25% - var(--gap-h));
}
.c-flex.-pc3-sp1 > .c-flex__item {
  width: calc(33.3333333333% - var(--gap-h));
}
.c-flex.-pc2-sp1 > .c-flex__item {
  width: calc(50% - var(--gap-h));
}
.c-flex.-jc-center {
  justify-content: center;
}
.c-flex.-jc-center-pc {
  justify-content: center;
}
.c-flex.-jc-sb {
  justify-content: space-between;
}
.c-flex.-ai-center {
  align-items: center;
}
.c-flex.-gap8 {
  --gap-v: 8px;
  --gap-h: 8px;
}
.c-flex.-gap16 {
  --gap-v: 16px;
  --gap-h: 16px;
}
.c-flex.-gap8-v24-sp {
  --gap-v: 8px;
  --gap-h: 8px;
}
.c-flex.-gap16-v24-sp {
  --gap-v: 16px;
  --gap-h: 16px;
}
.c-flex.-gap16-v48-sp {
  --gap-v: 16px;
  --gap-h: 16px;
}
.c-flex.-gap16-v24h8-sp {
  --gap-v: 16px;
  --gap-h: 16px;
}
.c-flex.-gapv32h24-v24-sp {
  --gap-v: 32px;
  --gap-h: 24px;
}
.c-flex.-gapv32h24-v32-sp {
  --gap-v: 32px;
  --gap-h: 24px;
}

.c-flex__item {
  margin-left: var(--gap-h);
  margin-top: var(--gap-v);
}

.c-heading {
  font-size: 1.375rem;
}

.c-heading.-alert {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.c-heading.-alert .c-heading__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.c-heading.-alert .c-heading__txt {
  margin-left: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-heading.-news {
  padding: 1.5rem;
  text-align: center;
  background-color: #f4f7fa;
}
.c-heading.-news > span {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.c-heading.-news > span::before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 2px;
  background-color: #ee2723;
  border-radius: 2px;
  position: absolute;
  left: -20px;
  top: calc(50% - 1px);
}

.c-heading.-simple {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.c-heading.-h2 {
  padding-bottom: 8px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
.c-heading.-h2 .c-heading__sub {
  font-size: 1.25rem;
}
.c-heading.-h2::before, .c-heading.-h2::after {
  content: "";
  position: absolute;
  left: calc(50% - 80px);
}
.c-heading.-h2::before {
  width: 160px;
  height: 2px;
  background-color: #9ea6b2;
  bottom: 0;
}
.c-heading.-h2::after {
  width: 40px;
  height: 4px;
  background-color: #ee2723;
  bottom: -1px;
}

.c-heading.-h3 {
  display: block;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.c-heading.-h3::before {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #ee2723;
  border-radius: 2px;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.c-heading.-h3-simple {
  font-size: 1.5rem;
  font-weight: bold;
}

.c-heading.-h4 {
  font-size: 1.125rem;
  font-weight: bold;
}

.c-heading.-red {
  color: #db0012;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-heading.-bg {
  padding: 8px;
  background-color: #fff9e6;
}

.c-icon.-rotate-90 img, .c-icon.-rotate-90 svg {
  transform: rotate(-90deg);
}

.c-icon.-rotate-180 img, .c-icon.-rotate-180 svg {
  transform: rotate(90deg);
}

.c-icon.-ib {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
}
.c-icon.-ib img {
  display: inline-block;
}
.c-icon.-ib svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  fill: currentColor;
}

.c-imglink.-border-thin .c-imglink__img {
  border: 1px solid #E2E6EB;
}
.c-imglink.-border-none .c-imglink__img {
  border: 1px solid #fff;
}
.c-imglink.-border-none .c-imglink__link:focus-visible .c-imglink__img {
  border: 1px solid #E2E6EB;
}
.c-imglink.-exticon-none .c-imglink__link[target=_blank] .c-imglink__img::after {
  display: none;
}

.c-imglink__img {
  position: relative;
  overflow: hidden;
  border: 2px solid #E2E6EB;
}
.c-imglink__img img {
  transition: transform 0.3s;
}

.c-imglink__link {
  overflow: hidden;
}
.c-imglink__tag + .c-imglink__link {
  display: block;
  margin-top: 8px;
}
.c-imglink__link:focus-visible .c-imglink__img img {
  transform: scale(1.1);
}

.c-imglink__link[target=_blank] .c-imglink__img::after {
  content: "";
  width: 32px;
  height: 24px;
  background-image: url("/en/common-assets/img/icon_ext.svg");
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-imglink__txt {
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
}

.c-imglink__tag {
  padding: 4px 16px;
  background-color: #003da5;
  border-radius: 99em;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

.c-lead.-lv2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px 32px;
  padding: 48px 0;
  position: relative;
}
.c-lead.-lv2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background: #f4f7fa;
}

.c-lead.-color {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 1rem 6.5rem;
  margin: auto;
  background-color: #1d2129;
  border-radius: 99rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}

.c-link {
  font-size: inherit;
  font-weight: bold;
  text-decoration: underline;
  color: inherit;
  text-align: left;
}
.c-link:focus-visible {
  text-decoration: none;
}

.c-link__sub {
  font-weight: 500;
  font-size: 0.9375rem;
}

.c-list {
  font-size: 1.125rem;
}
.c-list > .c-list__item {
  display: block;
  padding-left: var(--pl, 0);
  position: relative;
}
.c-list > .c-list__item::before {
  content: var(--mark, "");
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  color: currentColor;
}
.c-list.-gap24 > .c-list__item + .c-list__item {
  margin-top: 1.5rem;
}
.c-list.-gap24-16 > .c-list__item + .c-list__item {
  margin-top: 1.5rem;
}
.c-list.-gap16 > .c-list__item + .c-list__item {
  margin-top: 1rem;
}
.c-list.-gap8 > .c-list__item + .c-list__item {
  margin-top: 0.5rem;
}

.c-table__table .c-list.c-list {
  font-size: 1rem;
}

.c-list.-side .c-list__item {
  display: inline-block;
  margin-right: 16px;
  margin-top: 0.5rem;
}

.c-list.-circle {
  --pl: 1em;
  --mark: "";
}
.c-list.-circle > .c-list__item::before {
  width: 0.5em;
  height: 0.5em;
  background-color: #ee2723;
  border-radius: 50%;
  top: 0.5em;
}

.c-list.-note {
  --pl: 1em;
  --mark: "*";
}

.c-list.-dot {
  --pl: 1em;
  --mark: "・";
}

.c-list.-child {
  --pl: 1em;
  --mark: "└";
}

.c-list.-num {
  counter-reset: numlist;
  --mark: counter(numlist)".";
  --pl: 1.2em;
}
.c-list.-num > .c-list__item {
  counter-increment: numlist;
}

.c-list.-flex {
  --mark-width: 2em;
  --pl: 0;
}
.c-list.-flex > .c-list__item {
  display: flex;
}
.c-list.-flex > .c-list__item > span:first-of-type, .c-list.-flex > .c-list__item > dt {
  flex-shrink: 0;
  min-width: var(--mark-width);
}
.c-list.-flex > .c-list__item::before {
  display: none;
}

.c-list.-policy {
  border-bottom: 1px solid #9ea6b2;
}
.c-list.-policy > .c-list__item {
  padding: 32px 1rem;
  border-top: 1px solid #9ea6b2;
  font-weight: bold;
}
.c-list.-policy > .c-list__item span {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}
.c-list.-policy > .c-list__item::before {
  display: none;
}

.c-localnav {
  padding: 0 16px 80px 16px;
}

.c-localnav__inner {
  width: 100%;
  max-width: 1136px;
  margin: auto;
}

.c-localnav__head {
  padding-bottom: 8px;
  border-bottom: 2px solid #E2E6EB;
  font-size: 1.375rem;
  font-weight: bold;
}

.c-localnav__body {
  margin-top: 40px;
}

.c-localnav__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px 2rem;
}

.c-localnav__toplv > a {
  font-weight: bold;
  font-size: 1rem;
}
.c-localnav__toplv + .c-localnav__toplv {
  margin-top: 24px;
}
.c-localnav__sublist + .c-localnav__toplv {
  margin-top: 32px;
}
.c-localnav__toplv.-is-nochild .c-icon {
  display: inline;
}

.c-localnav__sublist {
  margin-top: 16px;
}

.c-localnav__subitem + .c-localnav__subitem {
  margin-top: 8px;
}
.c-localnav__subitem > a {
  font-size: 0.8125rem;
}

.c-localnav__btn {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.c-modal {
  position: relative;
  z-index: 1000;
  display: none;
  opacity: 0;
}
.c-modal[aria-hidden=false] {
  animation: fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] {
  animation: fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal.is-open {
  display: block;
  opacity: 1;
}

.c-modal__overlay {
  background: rgba(0, 0, 0, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.c-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #ee2723;
  border: 2px solid #fff;
  border-radius: 50%;
  right: 24px;
  top: -10px;
  transition: transform 0.3s, background 0.3s;
}
.c-modal__close:focus-visible {
  transform: scale(1.1);
  background-color: #a11a25;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
}
.c-modal__close::before {
  transform: rotate(45deg);
}
.c-modal__close::after {
  transform: rotate(-45deg);
}

.c-modal__outer {
  padding: 0 32px;
  width: 100%;
  max-width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-modal__content {
  background-color: #fff;
  padding: 40px;
  max-height: 80vh;
  border-radius: 12px;
  overflow-y: auto;
  box-sizing: border-box;
}

.c-modal__head + .c-modal__body {
  margin-top: 1.5rem;
}

.c-news.-is-toppage .c-news__item {
  height: auto;
  padding: 32px 0;
}
.c-news.-is-toppage .c-news__link {
  display: block;
  overflow: visible;
}
.c-news.-is-toppage .c-news__comm {
  display: block;
  overflow: visible;
}

.c-news__item {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
  border-bottom: 1px solid #9ea6b2;
}

.c-news__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-news__tag {
  display: inline;
  min-width: 120px;
  max-width: 200px;
  margin-left: 16px;
  padding: 4px 1rem;
  border-radius: 99rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-news__tag.-black {
  background-color: #1d2129;
}
.c-news__tag.-blue {
  background-color: #003da5;
}

.c-news__date {
  flex-shrink: 0;
}

.c-news__pin {
  margin-left: 16px;
}

.c-news__body {
  margin-top: 8px;
}

.c-news__link {
  font-size: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-news.-no-comm .c-news__item {
  height: 132px;
}

.c-news.-pin .c-news__date {
  position: relative;
  padding-right: 24px;
}
.c-news.-pin .c-news__pin {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  margin-left: 0;
}
.c-news.-pin.-nocat .c-news__body {
  margin-left: 12px;
}

.c-news.-sub .c-news__item {
  height: auto;
  min-height: 0;
  padding: 32px 0;
}
.c-news.-sub .c-news__link {
  display: inline;
  overflow: visible;
  -webkit-line-clamp: 0;
}
.c-news.-sub .c-news__comm {
  margin-top: 8px;
  font-size: 0.8125rem;
  line-height: 1.2;
  overflow: visible;
  display: block;
}

.c-news.-nocat .c-news__item {
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.c-news.-nocat .c-news__head {
  flex-shrink: 0;
}
.c-news.-nocat .c-news__date {
  margin-top: 1px;
}
.c-news.-nocat .c-news__body {
  margin-top: 0;
  margin-left: 32px;
}

.c-news__kb {
  font-size: 0.875rem;
}

.c-news__comm {
  margin-top: 8px;
  font-size: 0.8125rem;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-news__continue {
  position: relative;
  margin-top: 4px;
  padding-left: 1.5em;
}
.c-news__continue::before {
  content: "┗";
  position: absolute;
  left: 0;
  top: 0;
}

.c-notice .c-heading {
  justify-content: center;
}

.c-notice__list {
  margin-top: 48px;
}
.c-notice__list.-pin .c-notice__item {
  gap: 24px 12px;
}
.c-notice__list.-pin .c-notice__date {
  position: relative;
  padding-right: 24px;
}
.c-notice__list.-pin .c-notice__pin {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}

.c-notice__item {
  display: flex;
  gap: 24px;
}
.c-notice__item + .c-notice__item {
  margin-top: 24px;
}

.c-notice__date {
  flex-shrink: 0;
  font-size: 1rem;
  margin-top: 2px;
}

.c-notice__body {
  font-size: 1.125rem;
}

.c-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10;
}
.c-overlay.is-show {
  opacity: 1;
  visibility: visible;
}

.c-pagetitle.-lv2 {
  --height: 400px;
}

.c-pagetitle.-lv3 {
  --height: 224px;
}

.c-pagetitle {
  position: relative;
}
.c-pagetitle .c-pagetitle__bg {
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.c-pagetitle .c-pagetitle__bg img {
  height: var(--height);
  -o-object-fit: cover;
     object-fit: cover;
  width: 60vw;
}
.c-pagetitle .c-pagetitle__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #f4f7fa 40%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.c-pagetitle .c-pagetitle__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: var(--height);
  max-width: 1168px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.c-pagetitle__en {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.c-pagetitle__ja {
  display: block;
  font-size: 1.75rem;
}

.c-pagetitle__lead {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  text-shadow: 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa, 0px 0px 2px #f4f7fa;
}

.c-pagetitle__txt {
  display: block;
  font-size: 3rem;
  text-shadow: 0 0 16px #f4f7fa, 0 0 16px #f4f7fa, 0 0 16px #f4f7fa;
  font-weight: bold;
  line-height: 1.2;
}

.c-pagetitle__sub {
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
}

.c-pagetitle__comm {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}

.c-pagetop {
  position: absolute;
  right: 40px;
  top: -30px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.c-pagetop.is-fixed {
  position: fixed;
  right: 40px;
  top: auto;
  bottom: 40px;
}

.c-pagetop__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #ee2723;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: transform 0.3s, background-color 0.3s;
}
.c-pagetop__link:focus-visible {
  transform: scale(1.1);
  background-color: #a11a25;
}

.c-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  line-height: 1;
}

.c-pin__icon {
  width: 20px;
  height: 20px;
  fill: #ee2723;
}

.c-panel {
  --panel-bg-color: #fff;
  --panel-radius: 0;
  border-radius: var(--panel-radius);
  background-color: var(--panel-bg-color);
  padding: 40px 24px;
}
.c-panel.-gray {
  --panel-bg-color: #f4f7fa;
}
.c-panel.-red {
  --panel-bg-color: #feeaea;
}
.c-panel.-radius {
  --panel-radius: 16px;
}
.c-panel.-border {
  border: 2px solid #E2E6EB;
}
.c-panel.-border-red {
  border: 2px solid #db0012;
}
.c-panel.-pd24 {
  padding: 24px;
}

.c-post__title {
  padding-bottom: 24px;
  border-bottom: 1px solid #9ea6b2;
  font-size: 1.5rem;
}

.c-post__meta {
  margin-top: 24px;
}

.c-post__date {
  font-weight: bold;
  font-size: 1.125rem;
}

.c-post__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  padding: 0 24px;
  border-radius: 99em;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.c-post__cat.-blue {
  background-color: #003da5;
}
.c-post__cat.-black {
  background-color: #1d2129;
}

.c-post__body {
  margin-top: 32px;
}

.c-selectlink {
  display: flex;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
}

.c-selectlink__select {
  background-color: #fff;
  font-weight: bold;
  position: relative;
}
.c-selectlink__select::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("/en/common-assets/img/icon_select-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
  z-index: 1;
  pointer-events: none;
}

.c-selectlink__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  outline-offset: -1px;
  background: transparent;
  cursor: pointer;
  font-size: 1em;
  display: block;
  height: 64px;
  width: 100%;
  padding: 0 40px 0 24px;
  border: 1px solid #9ea6b2;
  border-radius: 4px;
}
.c-selectlink__input:focus {
  outline: 2px solid #003da5;
}

.c-selectlink__link {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  padding: 0 32px;
  height: 64px;
  background-color: #f4f7fa;
  border: 1px solid #9ea6b2;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.c-selectlink__link:focus-visible {
  outline: 2px solid #003da5;
  outline-offset: -1px;
  text-decoration: underline;
}

.c-sdgs-icon {
  display: flex;
}
.c-sdgs-icon > * + * {
  margin-left: 16px;
}
.c-sdgs-icon.-right {
  justify-content: flex-end;
}
.c-sdgs-icon.-center {
  justify-content: center;
}
.c-sdgs-icon.-right-spleft {
  justify-content: flex-end;
}

.c-shiru-bnr {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 16px;
  overflow: hidden;
  background-image: linear-gradient(to right, #fff 30%, #FFE990);
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(38, 3, 3, 0.14);
  text-decoration: none;
}
.c-shiru-bnr:focus-visible .c-shiru-bnr__icon {
  fill: #fff;
}
.c-shiru-bnr:focus-visible .c-shiru-bnr__btn {
  background-color: #db0012;
  color: #fff;
}
.c-shiru-bnr:focus-visible .c-shiru-bnr__arrow {
  background: #fff;
}
.c-shiru-bnr:focus-visible .c-shiru-bnr__arrow svg {
  color: #db0012;
}
.c-shiru-bnr:focus-visible img {
  transform: scale(1.1);
}

.c-shiru-bnr__img img {
  transition: transform 0.3s;
}

.c-shiru-bnr__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 36px;
  background-color: #fff;
  border-radius: 99rem;
}

.c-shiru-bnr__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  fill: #ee2723;
}

.c-shiru-bnr__txt {
  margin-left: 16px;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-shiru-bnr__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 24px;
  background: #ee2723;
  border-radius: 50%;
}
.c-shiru-bnr__arrow svg {
  width: 16px;
  height: 16px;
  color: #fff;
  fill: currentColor;
  transform: rotate(-90deg);
}

.c-skiplink {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: -9999;
}
.c-skiplink:focus, .c-skiplink:active {
  width: auto;
  height: auto;
  padding: 8px;
  border-radius: 4px;
  background-color: #1d2129;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  overflow: auto;
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 999;
}

.c-sub-mv {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  max-width: 1168px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.c-sub-mv__report {
  padding: 16px 120px 16px 16px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px 0 0 16px;
  background-color: rgba(238, 39, 35, 0.9);
  position: relative;
  margin-top: -2.625rem;
  margin-right: calc(50% - 50vw);
}

.c-section {
  --mt: 7rem;
  --pd-t: 0;
  --pd-b: 0;
  --pd-s: 16px;
  --max-width: 1136px;
  --bg-color: transparent;
  width: 100%;
  margin-top: var(--mt);
  padding-top: var(--pd-t);
  padding-left: var(--pd-s);
  padding-right: var(--pd-s);
  padding-bottom: var(--pd-b);
  background-color: var(--bg-color);
}
.c-section.-space-m {
  --pd-t: 2.5rem;
  --pd-b: 2.5rem;
}
.c-section.-space-l {
  --pd-t: 7rem;
  --pd-b: 7rem;
}
.c-section.-mt-0 {
  --mt: 0;
}
.c-section.-mt-ml {
  --mt: 48px;
}
.c-section.-mt-m {
  --mt: 40px;
}
.c-section.-last {
  --pd-b: 7rem;
}
.c-section.-bg-gray {
  --bg-color: #f4f7fa;
}

.c-section__inner {
  width: 100%;
  max-width: var(--max-width);
  margin: auto;
  background-color: var(--bg-color);
}
.c-section__inner + .c-section__inner {
  margin-top: 5rem;
}

.c-section__content {
  --mt: 40px;
  --pd: 0 0;
  --bg: transparent;
  margin-top: var(--mt);
  padding: var(--pd);
  background-color: var(--bg);
}
.c-section__content.-mt-xlarge {
  --mt: 80px;
}
.c-section__content.-mt-large {
  --mt: 56px;
}
.c-section__content.-mt-middle-large {
  --mt: 48px;
}
.c-section__content.-mt-middle {
  --mt: 32px;
}
.c-section__content.-mt-small {
  --mt: 16px;
}
.c-section__content.-mt-none {
  --mt: 0;
}
.c-section__content.-bg-gray {
  --bg: #f4f7fa;
  position: relative;
}
.c-section__content.-bg-gray::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background: var(--bg);
}
.c-section__content.-w-medium {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-section__content.-w-short {
  max-width: 752px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-tab__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
  border-bottom: 4px solid #003da5;
}

.c-tab__btn {
  display: block;
  padding: 8px 24px;
  background-color: #f4f7fa;
  border-radius: 8px 8px 0 0;
  color: #1d2129;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.c-tab__btn.is-active {
  background-color: #003da5;
  color: #fff;
}
.c-tab__btn:focus-visible {
  background-color: #003da5;
  color: #fff;
}

.c-tab__year {
  margin-top: 32px;
}

.c-table__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 1rem;
}
.c-table__table.-fixed {
  table-layout: fixed;
}
.c-table__table caption {
  margin-bottom: 16px;
  text-align: left;
}
.c-table__table thead tr:last-child th, .c-table__table thead tr:last-child td {
  border-bottom: none;
}
.c-table__table th, .c-table__table td {
  padding: 16px 8px;
  text-align: left;
  position: relative;
  border: 1px solid #9ea6b2;
  background-clip: padding-box;
  word-break: keep-all;
}
.c-table__table th.-del, .c-table__table td.-del {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #9ea6b2 50%, #9ea6b2 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.c-table__table th.-no-wrap, .c-table__table td.-no-wrap {
  width: 1px;
  white-space: nowrap;
}
.c-table__table th.-w164-pc, .c-table__table td.-w164-pc {
  width: 164px;
}
.c-table__table th.-w193-pc, .c-table__table td.-w193-pc {
  width: 193px;
}
.c-table__table th.-w230-pc, .c-table__table td.-w230-pc {
  width: 230px;
}
.c-table__table th.-w420-pc, .c-table__table td.-w420-pc {
  width: 420px;
}
.c-table__table th {
  background-color: #f4f7fa;
}
.c-table__table th.-nobg {
  background-color: transparent;
}

.c-table.-fit .c-table__table {
  width: auto;
  margin: auto;
}

.c-table.-esgdata .-esgnum {
  width: 150px;
}
.c-table.-esgdata th, .c-table.-esgdata td {
  padding: 16px 8px;
  font-size: 1rem;
}

.c-table__mini {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.875rem;
}
.c-table__mini th, .c-table__mini td {
  padding: 10px;
  position: relative;
  border: 1px solid #9ea6b2;
  background-clip: padding-box;
  white-space: nowrap;
}
.c-table__mini th.-wrap, .c-table__mini td.-wrap {
  white-space: normal;
}
.c-table__mini th {
  text-align: center;
  background-color: #f4f7fa;
}
.c-table__mini td {
  text-align: right;
}

.c-tablelike.-is-center {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.c-tablelike.-is-center.-w-fit {
  width: 100%;
}
.c-tablelike.-is-center.-w-fit > .c-tablelike__col {
  width: 100%;
}

.c-tablelike.-is-100p {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-tablelike.-flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.c-tablelike.-flex .c-tablelike__col {
  width: 100%;
}

.c-tablelike__col {
  display: flex;
  flex-direction: column;
  border: 1px solid #9ea6b2;
}
.c-tablelike__col + .c-tablelike__col {
  border-left: none;
}
.c-tablelike__col.-w-230 {
  width: 230px;
  flex-shrink: 0;
}
.c-tablelike__col.-glow1 {
  flex-grow: 1;
}

.c-tablelike__h, .c-tablelike__d {
  padding: 16px;
  font-size: 1rem;
}

.c-tablelike__h {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f7fa;
  font-weight: bold;
}

.c-tablelike__d {
  flex-grow: 1;
  border-top: 1px solid #9ea6b2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.p-heading + .c-text {
  margin-top: 40px;
}
.c-heading + .c-text {
  margin-top: 40px;
}
.c-heading.-h3 + .c-text {
  margin-top: 32px;
}
.c-heading.-h4 + .c-text {
  margin-top: 16px;
}
.c-text + .c-text {
  margin-top: 40px;
}
.c-text.-lead {
  font-size: 1.25rem;
  line-height: 2;
}
.c-text.-lead-center {
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
}
.c-text.-large {
  line-height: 1.5;
  font-size: 1.375rem;
}
.c-text.-xlarge {
  line-height: 1.5;
  font-size: 1.75rem;
}

.c-timeline {
  display: flex;
  flex-flow: row wrap;
  gap: 16px 0;
  padding: 32px 0 0 16px;
}
.c-timeline + .c-timeline {
  border-top: 1px solid #9ea6b2;
}
.c-timeline:last-of-type {
  border-bottom: 1px solid #9ea6b2;
}
.c-timeline.-image {
  border-top: 1px solid #9ea6b2;
  display: grid;
  grid-template-columns: 186px 196px auto 300px;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 16px;
  padding: 32px 16px;
}
.c-timeline.-image .c-timeline__year {
  font-weight: bold;
  grid-area: 1/1/2/2;
}
.c-timeline.-image .c-timeline__month {
  font-weight: bold;
  grid-area: 1/2/2/3;
  text-align: center;
}
.c-timeline.-image .c-timeline__content {
  grid-area: 1/3/2/4;
  margin-right: 0;
  padding-right: 16px;
}
.c-timeline.-image .c-timeline__image {
  grid-area: 1/4/2/5;
}
.c-timeline.-image .c-timeline__image figure figcaption {
  margin-top: 8px;
  font-weight: bold;
  text-align: center;
}
.c-timeline.-image .c-timeline__image figure img {
  margin: 0 auto;
}

.c-timeline__year {
  flex: 0 0 186px;
  font-weight: bold;
}

.c-timeline__body {
  flex: 0 0 calc(100% - 186px);
}

.c-timeline__inner {
  display: flex;
  flex-flow: row wrap;
  gap: 16px 0;
  padding: 0 0 32px 0;
  width: 100%;
}
.c-timeline__inner + .c-timeline__inner {
  border-top: 1px solid #9ea6b2;
  padding-top: 32px;
}

.c-timeline__month {
  flex: 0 0 196px;
  font-weight: bold;
  text-align: center;
}

.c-timeline__content {
  flex: 0 0 calc(100% - 196px);
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
}
.c-timeline__content + .c-timeline__content {
  border-top: 1px solid #9ea6b2;
}

.c-timeline__text {
  flex: 0 0 100%;
  padding: 0;
}
.c-timeline__text + .c-timeline__text {
  border-top: 1px solid #9ea6b2;
  padding-top: 32px;
}
.c-timeline__text.-image {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 0 16px;
}
.c-timeline__text.-image .c-timeline__image {
  flex: 0 0 300px;
}

.c-timeline.-sus .c-timeline__text.-image {
  flex-wrap: nowrap;
  padding-right: 16px;
}
.c-timeline.-sus .c-timeline__text.-image figure {
  flex-shrink: 0;
}
.c-timeline.-sus.-image {
  grid-template-columns: 140px 100px auto 368px;
}

.c-toc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
  padding: 24px 8px;
  background-color: #003da5;
  border-radius: 16px;
}
.c-toc.-w-fit {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto;
}

.c-toc__item {
  position: relative;
}
.c-toc__item + .c-toc__item {
  border-left: 2px solid #9ea6b2;
}
.c-toc__item.-noborder {
  border-left: none !important;
}

.c-toc__link {
  display: flex;
  align-items: center;
  padding: 2px 2.5rem;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.c-toc__link .c-icon {
  margin-left: 16px;
  margin-right: 0;
  transition: transform 0.3s;
}
.c-toc__link:focus-visible {
  text-decoration: underline;
}
.c-toc__link:focus-visible .c-icon {
  transform: translateY(3px);
}

.p-404__sec {
  padding-top: 100px;
}

.p-about__top {
  background-image: url("/en/assets/img/img_about_pc.jpg");
  background-size: cover;
  background-position: left;
  position: relative;
  padding: 2.5rem 0;
}
.p-about__top::before {
  content: "";
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, transparent, #F4F7FA 40%);
}
.p-about__top .c-section__inner {
  display: flex;
  flex-direction: row-reverse;
}

.p-about__content {
  padding: 40px 48px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: var(--r-normal);
  z-index: 1;
}

.p-about__bg-sp {
  display: none;
}

.p-mv {
  position: relative;
}

.p-mv__panel {
  height: calc(100vh - 5.875rem);
  height: calc(100dvh - 5.875rem);
  min-height: 672px;
}

.p-mv__parts {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: baseline;
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 0 16px;
}

.p-mv__control {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  border: 2px solid #f4f7fa;
  position: relative;
}
.p-mv__control .splide__pagination {
  display: flex;
  gap: 16px;
}
.p-mv__control .splide__pagination > li {
  color: #9ea6b2;
  position: relative;
}
.p-mv__control .splide__pagination > li button {
  width: 24px;
  height: 24px;
  color: inherit;
}
.p-mv__control .splide__pagination > li button:focus-visible {
  color: #ee2723;
}
.p-mv__control .splide__pagination > li button::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
}
.p-mv__control .splide__pagination > li button.is-active {
  color: #ee2723;
}
.p-mv__control .splide__pagination > li button.is-active::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid currentColor;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
}
.p-mv__control .splide__pagination > li + li::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: -12px;
  top: 50%;
}
.p-mv__control .splide__arrows {
  display: flex;
  align-items: center;
  margin-left: 40px;
  gap: 8px;
}
.p-mv__control .splide__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ee2723;
  border-radius: 4px;
  transition: transform 0.3s;
}
.p-mv__control .splide__arrow:focus-visible {
  transform: scale(1.1);
}
.p-mv__control .splide__arrow--prev {
  transform: rotate(-180deg);
}
.p-mv__control .splide__arrow--prev:focus-visible {
  transform: rotate(-180deg) scale(1.1);
}
.p-mv__control .splide__toggle__play {
  transform: rotate(-180deg);
}
.p-mv__control .splide__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #003da5;
  border-radius: 4px;
  transition: transform 0.3s;
}
.p-mv__control .splide__toggle.is-active {
  background-color: #9ea6b2;
}
.p-mv__control .splide__toggle:focus-visible {
  transform: scale(1.1);
}

.splide__progress {
  position: absolute;
  bottom: -16px;
  height: 3px;
  left: 0;
  width: 100%;
  background-color: #E2E6EB;
}

.splide__progress__bar {
  height: 3px;
  background: #ffcd00;
  position: relative;
}

.p-mv__report {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 120px 16px 16px;
  background-color: rgba(238, 39, 35, 0.9);
  border-radius: var(--r-normal) 0 0 var(--r-normal);
  margin-right: calc(50% - 50vw);
  margin-left: 8px;
}

.p-panel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-panel.-sus {
  background-image: url("/en/assets/img/img_mv-sus_pc.jpg");
}
.p-panel.-ir {
  background-image: url("/en/assets/img/img_mv-ir_pc.jpg");
}

.p-panel__bg {
  height: 100%;
  width: 50%;
  background-image: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.p-panel__sp-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.p-panel__text {
  position: relative;
  z-index: 1;
  max-width: 1168px;
  margin: 0 auto;
  padding-top: 118px;
  padding-left: 16px;
  padding-right: 16px;
}

.p-panel__en {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.p-panel__ja {
  margin-top: 8px;
  font-size: 1.75rem;
  font-weight: bold;
}

.p-panel__desc {
  margin-top: 40px;
  line-height: 1.9;
  font-size: 1.125rem;
}
.p-panel__desc > span {
  padding: 2px;
  text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
  font-weight: bold;
}
.test .p-panel__desc span {
  text-shadow: none;
  background: #fff;
}

.p-panel__btn {
  margin-top: 40px;
}

.p-heading > span {
  display: block;
  text-align: center;
}
.p-heading > .p-heading__en {
  font-size: 3.5rem;
  font-weight: bold;
  color: #ee2723;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.p-heading > .p-heading__ja {
  font-weight: bold;
  font-size: 1.125rem;
}
.p-heading.-left > span {
  text-align: left;
}

.p-heading-news {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  text-align: center;
  background-color: #f4f7fa;
}
.p-heading-news > span {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.p-heading-news > span::before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 2px;
  background-color: #ee2723;
  border-radius: 2px;
  position: absolute;
  left: -20px;
  top: calc(50% - 1px);
}

.p-ir {
  position: relative;
}

.p-ir__img {
  position: absolute;
  left: 0;
  width: calc(50% - 3.5rem);
  overflow: hidden;
  border-radius: 0 var(--r-normal) var(--r-normal) 0;
}
.p-ir__img img {
  width: 100%;
  height: 484px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-ir__body {
  width: calc(50% + 3.5rem);
  min-height: 484px;
  padding-left: 3.5rem;
  margin-left: auto;
}

.p-ir__list {
  margin-top: 24px;
  padding-left: 8px;
}

.p-num__note {
  text-align: right;
  font-size: 0.75rem;
}

.p-num__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.75rem;
}

.p-num__block {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.p-num__icon {
  width: 4rem;
  height: 4rem;
}
.p-num__icon img {
  width: 100%;
  height: auto;
}

.p-num__content {
  margin-left: 0.5rem;
}

.p-num__head {
  font-size: 1.25rem;
  font-weight: bold;
}

.p-num__big {
  color: #ee2723;
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1px;
}

.p-num__middle {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-num__big + .p-num__middle {
  margin-left: 2px;
}

.p-num__small {
  font-weight: bold;
}

.p-sustop {
  display: grid;
  grid-template-columns: 29rem 1fr;
  gap: 16px;
}

.p-sustop__right .c-card + .c-card {
  margin-top: 16px;
}

.p-sponsor__link {
  display: block;
  text-decoration: none;
  text-align: center;
}
.p-sponsor__link:focus-visible {
  text-decoration: underline;
}
.p-sponsor__link:focus-visible .p-sponsor__img img {
  transform: scale(1.1);
}

.p-sponsor__img {
  overflow: hidden;
  border-radius: var(--r-normal);
}
.p-sponsor__img img {
  transition: transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-sponsor__txt {
  margin-top: 16px;
}

.u-bg-gray {
  background-color: #f4f7fa !important;
}

.u-bg-red {
  background-color: #feeaea !important;
}

.u-bg-cream {
  background-color: #fff9e6 !important;
}

.u-b-top-solid {
  border-top: 1px solid #9ea6b2;
}

.u-b-top-dash {
  border-top: 1px dashed #9ea6b2;
}

.u-c-red {
  color: #db0012 !important;
}

.u-c-gray {
  color: #676c74 !important;
}

.u-c-blue {
  color: #003da5 !important;
}

.u-dn-pc {
  display: none !important;
}

.u-dn-pc-ib {
  display: none !important;
}

.u-dn-pc-i {
  display: none !important;
}

.u-dn-pc-f {
  display: none !important;
}

.u-dn-sp {
  display: block !important;
}

.u-dn-sp-ib {
  display: inline-block !important;
}

.u-dn-sp-i {
  display: inline !important;
}

.u-dn-sp-f {
  display: flex !important;
}

.u-dn-tab {
  display: block !important;
}

.u-dn-tabsp {
  display: block !important;
}

.u-dn-tabpc {
  display: none !important;
}

.u-db {
  display: block !important;
}

.u-ib {
  display: inline-block !important;
}

.u-i {
  display: inline !important;
}

.u-f {
  display: flex !important;
}

.u-f-normal {
  font-weight: 500;
}

.u-f-bold {
  font-weight: bold;
}

.u-f-mark {
  background-color: #fff964;
  font-weight: bold;
  color: inherit;
}

.u-f-upper {
  text-transform: uppercase;
}

.u-f-small {
  font-size: smaller;
}

.u-f-default {
  font-size: 1rem;
}

.u-f-22 {
  font-size: 1.375rem !important;
}

.u-f-16 {
  font-size: 1rem;
}

.u-f-14 {
  font-size: 0.875rem;
}

.u-f-Roboto {
  font-family: Roboto, sans-serif;
}

.u-mt0 {
  margin-top: 0px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt48 {
  margin-top: 48px !important;
}
.u-mt56 {
  margin-top: 56px !important;
}
.u-mt64 {
  margin-top: 64px !important;
}
.u-mt72 {
  margin-top: 72px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-mt88 {
  margin-top: 88px !important;
}
.u-mt96 {
  margin-top: 96px !important;
}
.u-mt104 {
  margin-top: 104px !important;
}
.u-mt112 {
  margin-top: 112px !important;
}
.u-mt120 {
  margin-top: 120px !important;
}
.u-mt128 {
  margin-top: 128px !important;
}
.u-mt136 {
  margin-top: 136px !important;
}
.u-mt144 {
  margin-top: 144px !important;
}
.u-mt152 {
  margin-top: 152px !important;
}
.u-mt4 {
  margin-top: 4px !important;
}
.u-mt12 {
  margin-top: 12px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-pd0 {
  padding: 0 !important;
}

.u-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.u-ta-l {
  text-align: left !important;
}
.u-ta-c {
  text-align: center !important;
}
.u-ta-r {
  text-align: right !important;
}

.u-textedit {
  font-size: 1.125rem;
  line-height: 1.8;
  /* Spacer */
}
.u-textedit::after {
  content: "";
  display: block;
  clear: both;
}
.u-textedit section {
  margin-top: 40px;
}
.u-textedit p, .u-textedit li, .u-textedit table {
  margin-top: 16px;
}
.u-textedit p::after, .u-textedit li::after, .u-textedit table::after {
  content: "";
  display: block;
  clear: both;
}
.u-textedit table {
  border: none;
}
.u-textedit p + p {
  margin-top: 0;
  padding-top: 16px;
}
.u-textedit p + h2, .u-textedit p + h3, .u-textedit p + h4, .u-textedit p + h5, .u-textedit p + h6 {
  margin-top: 0;
  padding-top: 16px;
}
.u-textedit li + li {
  margin-top: 8px;
}
.u-textedit blockquote p {
  margin-top: 0;
}
.u-textedit img {
  display: inline;
}
.u-textedit iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.u-textedit ol {
  counter-reset: texteditnum;
}
.u-textedit li {
  padding-left: 1.1em;
  position: relative;
}
.u-textedit ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.u-textedit ol > li {
  counter-increment: texteditnum;
}
.u-textedit ol > li::before {
  content: counter(texteditnum) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.u-textedit ol.kakko {
  counter-reset: texteditnum02;
}
.u-textedit ol.kakko > li {
  counter-increment: exteditnum02;
  padding-left: 3em;
}
.u-textedit ol.kakko > li::before {
  content: "(" counter(exteditnum02) ")";
  position: absolute;
  left: 0;
  top: 0;
}
.u-textedit hr {
  margin: 40px 0;
  border: none;
  border-top: 2px solid #E2E6EB;
}
.u-textedit th, .u-textedit td {
  border: 1px solid #9ea6b2;
  padding: 4px;
}
.u-textedit th {
  background: #f4f7fa;
}
.u-textedit a[target=_blank]::after, .u-textedit a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 4px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.u-textedit a[target=_blank]::after {
  background-image: url("/en/common-assets/img/icon_ext.svg");
}
.u-textedit a[href$=".pdf"]::after {
  background-image: url("/en/common-assets/img/icon_pdf.png");
}
.u-textedit a[href$=".jpg"]::after, .u-textedit a[href$=".png"]::after, .u-textedit a[href$=".svg"]::after, .u-textedit a[href$=".gif"]::after {
  display: none;
}
.u-textedit h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.u-textedit h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.u-textedit h4, .u-textedit h5, .u-textedit h6 {
  font-size: 1.125rem;
  font-weight: bold;
}

.u-w100 {
  width: 100%;
}

.u-wfit {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) and (orientation: landscape){
  .p-panel__sp-bg img {
    height: 180px !important;
  }
  .p-panel__text {
    padding-top: 165px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px){
  .l-global-nav__link:hover {
    background: #f4f7fa;
  }
  .l-global-nav__link:hover > span::after {
    display: none;
  }
}

@media screen and (max-width: 767px){
  :root {
    --r-normal: 8px;
  }
  body {
    overflow-x: auto;
  }
  main {
    margin-top: 60px;
  }
  sup {
    font-size: 0.625rem;
  }
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
  .l-dropmenu {
    position: static;
    display: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    background-color: #f4f7fa;
  }
  .l-dropmenu__inner {
    display: block;
    height: auto;
    padding: 0 0;
    overflow-y: visible;
    max-height: none;
  }
  .l-dropmenu__bottom {
    display: none;
  }
  .l-dropmenu__close {
    display: none;
  }
  .l-dropmenu__title {
    display: none;
  }
  .l-dropmenu__first {
    margin-top: 0;
  }
  .l-dropmenu__link {
    display: flex;
    width: 100%;
    padding: 16px 16px 16px 40px;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .l-dropmenu__list {
    display: block;
  }
  .l-dropmenu__item {
    border-top: 2px solid #fff;
  }
  .l-global-nav {
    display: block;
    padding-bottom: 40px;
  }
  .l-global-nav__list {
    display: block;
    padding-top: 0;
  }
  .l-global-nav__sub {
    margin-top: 40px;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .l-global-nav__lang {
    padding-top: 0;
    margin-top: 40px;
    justify-content: center;
  }
  .l-global-nav__item {
    border-top: 2px solid #f4f7fa;
  }
  .l-global-nav__item:last-of-type {
    border-bottom: 2px solid #f4f7fa;
  }
  .l-global-nav__item + .l-global-nav__item {
    margin-left: 0;
  }
  .l-global-nav__link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
    font-size: 1rem;
  }
  .l-global-nav__link.is-sp-active .l-global-nav__link-icon {
    transform: rotate(180deg);
  }
  .l-global-nav__link:focus-visible {
    background: #f4f7fa;
  }
  .l-global-nav__link:focus-visible > span::after {
    display: none;
  }
  .l-global-nav__link-icon {
    width: 16px;
    height: 16px;
    fill: #ee2723;
  }
  .l-global-nav__link.-recruit .l-global-nav__link-icon {
    fill: #1d2129;
  }
  .l-global-nav__sub-link {
    flex-direction: row;
    width: 100%;
    height: 54px;
    max-width: 285px;
    border-radius: 4px;
    position: relative;
    font-size: 0.875rem;
  }
  .l-global-nav__sub-link + .l-global-nav__sub-link {
    margin-top: 16px;
  }
  .l-global-nav__sub-icon {
    width: 32px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-global-nav__sub-txt {
    margin-top: 0;
  }
  .l-global-nav__sub-linkicon {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
  }
  .l-global-nav__lang-inner {
    padding: 8px 40px;
  }
  .p-company .l-global-nav__link.-company > span::after {
    display: none;
  }
  .p-ir .l-global-nav__link.-ir > span::after {
    display: none;
  }
  .p-sus .l-global-nav__link.-sus > span::after {
    display: none;
  }
  .p-service .l-global-nav__link.-service > span::after {
    display: none;
  }
  .l-header {
    height: 60px;
    min-height: 0;
    box-shadow: 0 4px 10px rgba(4, 17, 31, 0.06);
  }
  .l-header__inner {
    height: 100%;
  }
  .l-header__logo {
    padding-left: 16px;
    width: 100%;
  }
  .l-header__logo img {
    width: 100%;
    max-width: 280px;
  }
  .l-header__nav-btn {
    display: block;
    width: 60px;
    flex-shrink: 0;
    margin-left: 16px;
  }
  .l-header__nav {
    position: fixed;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-header__nav.is-show {
    opacity: 1;
    visibility: visible;
  }
  .l-footer.-simple .l-footer__inner {
    display: block;
    height: auto;
    padding: 40px 16px;
  }
  .l-footer.-simple .l-footer__logo {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  .l-footer.-simple .l-footer__copy {
    margin-top: 24px;
    text-align: center;
    font-size: 0.875rem;
  }
  .l-footer__logo {
    width: 100%;
    max-width: 295px;
  }
  .l-footer__inner {
    padding: 48px 16px;
  }
  .l-footer__nav {
    margin-top: 40px;
  }
  .l-footer__list.-low02 {
    display: block;
    margin-top: 24px;
  }
  .l-footer__list.-low03 {
    display: block;
    margin-top: 24px;
  }
  .l-footer__item {
    margin-top: 24px;
  }
  .l-footer__item.-link .c-icon {
    display: inline-block;
  }
  .l-footer__btnbox {
    border-bottom: 1px solid #1d2129;
  }
  .l-footer__btnbox > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    text-decoration: none;
  }
  .l-footer__link {
    font-size: 1rem;
  }
  .l-footer__link > .c-icon {
    display: none;
  }
  .l-footer__btn {
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .l-footer__btn span {
    width: 12px;
    height: 2px;
    background-color: #1d2129;
    border-radius: 2px;
    position: absolute;
    left: 14px;
    top: 50%;
    transition: transform 0.3s;
  }
  .l-footer__btn span:nth-child(2) {
    transform: rotate(90deg);
  }
  .l-footer__btn.is-active span:nth-child(2) {
    transform: rotate(0deg);
  }
  .l-footer__item.-recruit {
    font-size: 1rem;
  }
  .l-footer__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 285px;
    margin-top: 16px;
    padding: 16px 48px;
    background-color: #fff;
    background-image: url("/en/common-assets/img/icon_mail_black.svg");
    background-size: 40px;
    background-position: 16px center;
    background-repeat: no-repeat;
    text-decoration: none;
    border: 2px solid #ee2723;
    border-radius: 4px;
    color: #1d2129;
    font-size: 1rem;
  }
  .l-footer__contact .c-icon {
    display: none;
  }
  .l-footer__content {
    display: none;
    font-size: 0.8125rem;
  }
  .l-footer__sub-inner {
    flex-direction: column;
    justify-content: center;
    padding: 40px 16px;
  }
  .l-footer__sublist {
    width: 100%;
    max-width: 320px;
    flex-wrap: wrap;
    gap: 24px 28px;
    justify-content: center;
    font-size: 0.8125rem;
  }
  .l-footer__subitem + .l-footer__subitem::before {
    left: -0.875rem;
  }
  .l-footer__subitem:nth-of-type(3)::before {
    display: none;
  }
  .l-footer__copy {
    margin-top: 32px;
  }
  .c-breadcrumb {
    padding: 16px;
    font-size: 0.875rem;
  }
  .c-box {
    padding: 24px 16px;
    border-radius: var(--r-normal);
  }
  .c-box__content {
    margin-top: 24px;
  }
  .c-button {
    min-width: 0;
    width: 100%;
    max-width: 290px;
    min-height: 3.5rem;
    font-size: 0.875rem;
  }
  .c-button.-arrow {
    padding-left: 40px;
    padding-right: 40px;
  }
  .c-button.-square {
    font-size: 1.125rem;
    min-height: 4.5rem;
    padding: 8px 46px 8px 16px;
    width: 100%;
    max-width: 100%;
  }
  .c-button.-report {
    font-size: 0.875rem;
    width: 100%;
  }
  .c-button.-img {
    min-height: 4rem;
    border-radius: 8px;
  }
  .c-button__sub {
    padding-bottom: 4px;
    font-size: 0.75rem;
  }
  .c-card.-normal .c-card__img img {
    height: 144px;
    -o-object-position: center center;
       object-position: center center;
  }
  .c-card.-normal .c-card__txt {
    min-height: 56px;
    padding: 8px 0.875rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
  }
  .c-card.-normal .c-card__txt.-h-large {
    min-height: inherit;
  }
  .c-card.-normal .c-card__txt.-h-medium {
    min-height: inherit;
  }
  .c-card.-flex .c-card__link {
    grid-template-columns: repeat(1, 100%);
  }
  .c-card.-flex .c-card__img img {
    height: 124px;
  }
  .c-card.-flex .c-card__txt {
    padding: 8px 16px;
  }
  .c-card.-flex .c-card__en {
    font-size: 1.5rem;
  }
  .c-card.-flex .c-card__ja {
    font-size: 0.875rem;
  }
  .c-card.-detail .c-card__h {
    font-size: 1.125rem;
    margin-top: 16px;
  }
  .c-card__subtxt {
    font-size: 0.875rem;
  }
  .c-chairman {
    text-align: right;
    font-size: 0.75rem;
  }
  .c-chairman.-name {
    font-size: 1.125rem;
    text-align: right;
    margin-top: 8px;
  }
  .c-clms .c-clms__cap {
    padding: 0 8px;
    font-size: 0.75rem;
  }
  .c-clms .c-clms__cap .-fz-normal {
    font-size: 0.875rem;
  }
  .c-clms .c-clms__cap .-fz-large {
    font-size: 1.125rem;
  }
  .c-clms.-clm2-pc {
    grid-template-columns: repeat(1, 100%);
  }
  .c-clms.-clm3-pc {
    grid-template-columns: repeat(1, 100%);
  }
  .c-clms.-clm4-pc {
    grid-template-columns: repeat(1, 100%);
  }
  .c-clms.-clm5-pc-clm2-sp {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-clms.-clm5-pc-clm3-sp {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-clms.-clm10-pc-clm5-sp {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-clms.-body {
    grid-template-columns: 100%;
  }
  .c-clms.-body.-reverse > :first-child {
    order: 2;
  }
  .c-clms.-body.-reverse > :last-child {
    order: 1;
  }
  .c-clms.-body-left {
    grid-template-columns: 100%;
  }
  .c-clms.-body-left.-reverse > :first-child {
    order: 2;
  }
  .c-clms.-body-left.-reverse > :last-child {
    order: 1;
  }
  .c-clms.-body-small {
    grid-template-columns: 100%;
  }
  .c-clms.-body-small.-reverse > :first-child {
    order: 2;
  }
  .c-clms.-body-small.-reverse > :last-child {
    order: 1;
  }
  .c-clms.-body-left-small {
    grid-template-columns: 100%;
  }
  .c-clms.-body-left-small.-reverse > :first-child {
    order: 2;
  }
  .c-clms.-body-left-small.-reverse > :last-child {
    order: 1;
  }
  .c-clms.-g16-g8-sp {
    gap: 8px;
  }
  .c-clms.-g16-g24-sp {
    gap: 24px;
  }
  .c-clms.-g16-g40-sp {
    gap: 40px;
  }
  .c-clms.-g16-g48-sp {
    gap: 48px;
  }
  .c-clms.-g32-g16-sp {
    gap: 16px;
  }
  .c-clms.-g32-g24-sp {
    gap: 24px;
  }
  .c-clms.-g32-g40-sp {
    gap: 40px;
  }
  .c-details.-qa .c-detail__q-head {
    font-size: 1.125rem;
  }
  .c-details.-qa .c-details__q {
    padding-right: 16px;
  }
  .c-details.-qa .c-details__a {
    font-size: 1.125rem;
    padding-right: 16px;
  }
  .c-directors {
    grid-template-columns: repeat(1, 1fr);
    font-size: 1rem;
  }
  .c-flex.-pc6-sp2 > .c-flex__item {
    width: calc(50% - var(--gap-h));
  }
  .c-flex.-pc5-sp2 > .c-flex__item {
    width: calc(50% - var(--gap-h));
  }
  .c-flex.-pc4-sp2 > .c-flex__item {
    width: calc(50% - var(--gap-h));
  }
  .c-flex.-pc3-sp1 > .c-flex__item {
    width: calc(100% - var(--gap-h));
  }
  .c-flex.-pc2-sp1 > .c-flex__item {
    width: calc(100% - var(--gap-h));
  }
  .c-flex.-jc-center-pc {
    justify-content: flex-start;
  }
  .c-flex.-gap8-v24-sp {
    --gap-v: 24px;
  }
  .c-flex.-gap16-v24-sp {
    --gap-v: 24px;
  }
  .c-flex.-gap16-v48-sp {
    --gap-v: 48px;
  }
  .c-flex.-gap16-v24h8-sp {
    --gap-h: 8px;
    --gap-v: 24px;
  }
  .c-flex.-gapv32h24-v24-sp {
    --gap-v: 24px;
  }
  .c-flex.-gapv32h24-v32-sp {
    --gap-v: 32px;
  }
  .c-heading {
    font-size: 1.125rem;
  }
  .c-heading.-alert .c-heading__icon {
    width: 18px;
    height: 18px;
  }
  .c-heading.-alert .c-heading__txt {
    font-size: 1.125rem;
  }
  .c-heading.-news {
    padding: 24px 16px;
  }
  .c-heading.-news > span {
    display: block;
    font-size: 1.125rem;
    text-align: center;
  }
  .c-heading.-news > span::before {
    left: calc(50% - 8px);
    top: auto;
    bottom: -8px;
  }
  .c-heading.-simple {
    font-size: 1.75rem;
    text-align: left;
  }
  .c-heading.-h2 .c-heading__sub {
    font-size: 1.125rem;
  }
  .c-heading.-h2 {
    font-size: 1.75rem;
    text-align: left;
  }
  .c-heading.-h2::before, .c-heading.-h2::after {
    left: 0;
  }
  .c-heading.-h2::before {
    width: 80px;
  }
  .c-heading.-h2::after {
    width: 20px;
  }
  .c-heading.-h3 {
    font-size: 1.125rem;
  }
  .c-heading.-h3.-c-sp {
    padding-left: 0;
    padding-bottom: 8px;
    text-align: center;
  }
  .c-heading.-h3.-c-sp::before {
    width: 16px;
    top: auto;
    bottom: 0;
    left: calc(50% - 8px);
  }
  .c-heading.-h3-simple {
    font-size: 1.125rem;
  }
  .c-heading.-h4 {
    font-size: 1rem;
  }
  .c-heading.-red {
    font-size: 1.125rem;
  }
  .c-icon img {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-img.-sp-full .c-img__img {
    margin: 0 -16px 0;
  }
  .c-img.-sp-full .c-img__img img {
    width: 100%;
  }
  .c-imglink.-sp-img-w-small .c-imglink__img img {
    max-width: 240px;
  }
  .c-imglink__img img {
    width: 100%;
  }
  .c-imglink__tag + .c-imglink__link {
    margin-top: 4px;
  }
  .c-imglink__link[target=_blank] .c-imglink__img::after {
    width: 24px;
    height: 20px;
    background-size: 16px 14px;
  }
  .c-imglink__tag {
    padding: 0 8px;
  }
  .c-lead.-lv2 {
    grid-template-columns: 100%;
    gap: 40px;
    padding: 0 0 40px;
  }
  .c-lead.-lv2 .c-lead__img {
    margin-left: -16px;
    margin-right: -16px;
  }
  .c-lead.-lv2 .c-lead__img img {
    width: 100%;
    height: 53vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-lead.-color {
    padding: 16px;
    font-size: 0.875rem;
  }
  .c-link__sub {
    font-size: 0.8125rem;
  }
  .c-list {
    font-size: 1rem;
  }
  .c-list.-fz-normal {
    font-size: 0.875rem;
  }
  .c-list.-gap24-16 > .c-list__item + .c-list__item {
    margin-top: 1rem;
  }
  .c-list.-sp2clm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
  .c-list.-sp2clm > .c-list__item + .c-list__item {
    margin-top: 0;
  }
  .c-table__table .c-list.c-list {
    font-size: 0.875rem;
  }
  .c-list.-flex {
    font-size: 1rem;
  }
  .c-list.-flex.-fz-normal {
    font-size: 0.875rem;
  }
  .c-list.-flex.-sp-block > .c-list__item {
    display: block;
  }
  .c-list.-policy > .c-list__item {
    padding: 24px 0;
    font-size: 1rem;
    font-weight: 500;
  }
  .c-list.-policy > .c-list__item span {
    display: block;
    padding-left: 0;
    text-indent: 0;
    text-align: center;
  }
  .c-localnav {
    padding: 0 16px 40px 16px;
  }
  .c-localnav__head {
    text-align: center;
    font-size: 1.125rem;
  }
  .c-localnav__body {
    margin-top: 24px;
  }
  .c-localnav__list {
    grid-template-columns: 100%;
    gap: 24px;
  }
  .c-localnav__toplv > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    text-decoration: none;
  }
  .c-localnav__toplv > a .c-icon {
    display: none;
  }
  .c-localnav__toplv {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #1d2129;
  }
  .c-localnav__toplv + .c-localnav__toplv {
    margin-top: 24px;
  }
  .c-localnav__sublist + .c-localnav__toplv {
    margin-top: 24px;
  }
  .c-localnav__sublist {
    display: none;
  }
  .c-localnav__subitem + .c-localnav__subitem {
    margin-top: 16px;
  }
  .c-localnav__btn {
    display: flex;
    flex-shrink: 0;
    position: relative;
    width: 40px;
    height: 40px;
  }
  .c-localnav__btn span {
    width: 12px;
    height: 2px;
    background-color: #1d2129;
    border-radius: 2px;
    position: absolute;
    left: 14px;
    top: 50%;
    transition: transform 0.3s;
  }
  .c-localnav__btn span:nth-child(2) {
    transform: rotate(90deg);
  }
  .c-localnav__btn.is-active span:nth-child(2) {
    transform: rotate(0deg);
  }
  .c-modal__close {
    right: 4px;
    top: -16px;
    width: 40px;
    height: 40px;
  }
  .c-modal__close::before, .c-modal__close::after {
    left: 6px;
  }
  .c-modal__outer {
    padding: 0 16px;
  }
  .c-modal__content {
    padding: 24px 24px 40px;
    max-height: 80vh;
    max-height: calc(var(--vh, 1vh) * 80); /* iOS */
  }
  .c-news__item {
    height: auto;
    padding: 24px 0;
  }
  .c-news__head {
    font-size: 0.875rem;
    flex-wrap: nowrap;
  }
  .c-news__tag {
    order: 1;
    margin-left: auto;
    padding: 4px 24px;
    min-width: 0;
    max-width: 100%;
    font-size: 0.75rem;
  }
  .c-news__date {
    margin-right: 4px;
  }
  .c-news__pin {
    order: 0;
    margin-left: 4px;
  }
  .c-news__link {
    font-size: 0.875rem;
  }
  .c-news.-no-comm .c-news__item {
    height: auto;
  }
  .c-news.-pin .c-news__date {
    display: flex;
    padding-right: 0;
    align-items: center;
  }
  .c-news.-pin .c-news__pin {
    margin-left: 4px;
    position: static;
  }
  .c-news.-pin.-nocat .c-news__body {
    margin-top: 8px;
    margin-left: 0;
  }
  .c-news.-sub .c-news__item {
    padding: 24px 0;
  }
  .c-news.-sub .c-news__comm {
    font-size: 0.75rem;
  }
  .c-news.-nocat .c-news__item {
    flex-direction: column;
  }
  .c-news.-nocat .c-news__body {
    margin-left: 0;
  }
  .c-news__comm {
    font-size: 0.75rem;
  }
  .c-notice__list {
    margin-top: 32px;
    margin-left: 0;
  }
  .c-notice__list.-pin .c-notice__date {
    display: flex;
    padding-right: 0;
    align-items: center;
  }
  .c-notice__list.-pin .c-notice__pin {
    margin-left: 4px;
    position: static;
  }
  .c-notice__item {
    display: block;
  }
  .c-notice__item + .c-notice__item {
    margin-top: 32px;
  }
  .c-notice__date {
    margin-top: 0;
    font-size: 0.875rem;
  }
  .c-notice__body {
    margin-top: 8px;
    font-size: 0.875rem;
  }
  .c-pagetitle.-lv2 {
    --height: 200px;
  }
  .c-pagetitle.-lv3 {
    --height: 120px;
  }
  .c-pagetitle.-lv3 .c-pagetitle__inner {
    padding: 16px;
  }
  .c-pagetitle .c-pagetitle__bg {
    display: block;
    position: static;
  }
  .c-pagetitle .c-pagetitle__bg img {
    width: 100%;
  }
  .c-pagetitle .c-pagetitle__bg::before {
    display: none;
  }
  .c-pagetitle .c-pagetitle__inner {
    height: auto;
    padding: 24px 16px;
    background-color: #f4f7fa;
  }
  .c-pagetitle__en {
    font-size: 2rem;
  }
  .c-pagetitle__ja {
    font-size: 1.25rem;
  }
  .c-pagetitle__lead {
    margin-top: 24px;
    font-size: 1rem;
    text-shadow: none;
  }
  .c-pagetitle__txt {
    font-size: 1.75rem;
  }
  .c-pagetitle__sub {
    font-size: 1rem;
  }
  .c-pagetitle__comm {
    font-size: 1rem;
  }
  .c-pagetop {
    right: 16px;
    top: -22px;
  }
  .c-pagetop.is-fixed {
    right: 16px;
    top: auto;
    bottom: 16px;
  }
  .c-pagetop__link {
    width: 40px;
    height: 40px;
  }
  .c-pagetop__link img {
    width: 18px;
  }
  .c-pin {
    padding: 0 4px;
  }
  .c-pin__icon {
    width: 16px;
    height: 16px;
  }
  .c-panel {
    padding: 24px 16px;
  }
  .c-panel.-pd24 {
    padding: 16px;
  }
  .c-post__title {
    padding-bottom: 16px;
    line-height: 1.4;
  }
  .c-post__meta {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
  }
  .c-post__date {
    font-size: 0.875rem;
  }
  .c-post__cat {
    font-size: 0.75rem;
  }
  .c-post__body {
    margin-top: 24px;
  }
  .c-selectlink {
    margin: auto;
  }
  .c-selectlink__select::after {
    width: 12px;
    height: 10px;
    right: 16px;
    top: calc(50% - 5px);
  }
  .c-selectlink__input {
    height: auto;
    padding: 16px 32px 16px 16px;
  }
  .c-selectlink__link {
    height: auto;
    padding: 16px 24px;
    font-size: 1rem;
  }
  .c-sdgs-icon.-right-spleft {
    justify-content: flex-start;
  }
  .c-shiru-bnr {
    display: block;
    padding: 0;
    background-image: linear-gradient(to bottom, #fff, #FFE990);
  }
  .c-shiru-bnr__img {
    padding: 8px 16px;
  }
  .c-shiru-bnr__btn {
    display: flex;
    width: 100%;
    border-radius: 0;
    padding: 24px 16px;
    background-color: #db0012;
    color: #fff;
  }
  .c-shiru-bnr__icon {
    fill: currentColor;
  }
  .c-shiru-bnr__txt {
    margin-left: 8px;
    font-size: 1rem;
  }
  .c-shiru-bnr__arrow {
    background: #fff;
    margin-left: 8px;
  }
  .c-shiru-bnr__arrow svg {
    fill: #db0012;
  }
  .c-sub-mv {
    display: block;
    padding: 0;
  }
  .c-sub-mv__report {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 16px;
    text-align: center;
    background-color: #ee2723;
  }
  .c-sub-mv__report::after {
    display: none;
  }
  .c-section {
    --mt: 56px;
  }
  .c-section.-space-l {
    --pd-t: 4rem;
    --pd-b: 4rem;
  }
  .c-section.-mt-0 {
    --mt: 0;
  }
  .c-section.-mt-ml {
    --mt: 48px;
  }
  .c-section.-mt-m {
    --mt: 24px;
  }
  .c-section.-last {
    --mt: 4rem;
  }
  .c-section {
    padding-left: 0;
    padding-right: 0;
  }
  .c-section__inner {
    padding: 0 16px;
  }
  .c-section__inner + .c-section__inner {
    margin-top: 56px;
  }
  .c-section__content {
    --mt: 32px;
  }
  .c-heading.-h2 + .c-section__content {
    margin-top: 40px;
  }
  .c-section__content.-mt-xlarge {
    --mt: 56px;
  }
  .c-section__content.-mt-large {
    --mt: 32px;
  }
  .c-section__content.-mt-middle-large {
    --mt: 48px;
  }
  .c-section__content.-mt-middle {
    --mt: 24px;
  }
  .c-section__content.-mt-small {
    --mt: 16px;
  }
  .c-section__content.-mt-none {
    --mt: 0;
  }
  .c-tab__list {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 4px;
    border-bottom: 1px solid #9ea6b2;
  }
  .c-tab__list .-sp-full {
    grid-column: 1/3;
  }
  .c-tab__btn {
    padding: 16px;
    border-radius: 8px;
    font-size: 1rem;
  }
  .c-tab__year {
    margin-top: 24px;
  }
  .c-table__table {
    font-size: 0.875rem;
  }
  .c-table__table th.-w164-pc, .c-table__table td.-w164-pc {
    width: 1px;
    white-space: nowrap;
  }
  .c-table__table th.-w193-pc, .c-table__table td.-w193-pc {
    width: 1px;
    white-space: nowrap;
  }
  .c-table__table th.-w230-pc, .c-table__table td.-w230-pc {
    width: 1px;
    white-space: nowrap;
  }
  .c-table__table th.-w420-pc, .c-table__table td.-w420-pc {
    width: 1px;
    white-space: nowrap;
  }
  .c-table.-responsive .c-table__table {
    border-top: 1px solid #9ea6b2;
  }
  .c-table.-responsive th, .c-table.-responsive td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .c-table.-fit .c-table__table {
    width: 100%;
  }
  .c-table.-scroll .c-table__table {
    width: 900px;
    margin-top: 8px;
  }
  .c-table.-esgdata .-esgnum {
    width: 116px;
  }
  .c-table.-esgdata th, .c-table.-esgdata td {
    font-size: 0.875rem;
  }
  .c-table.-esgdata .c-table__table {
    min-width: 800px;
    margin-top: 8px;
  }
  .c-table__mini {
    font-size: 0.75rem;
  }
  .c-tablelike.-is-center {
    display: block;
    width: 100%;
  }
  .c-tablelike.-is-100p {
    display: block;
  }
  .c-tablelike.-flex {
    display: block;
  }
  .c-tablelike.-flex .c-tablelike__col {
    display: flex;
    flex-direction: row;
  }
  .c-tablelike.-flex .c-tablelike__h, .c-tablelike.-flex .c-tablelike__d {
    width: 50%;
  }
  .c-tablelike.-flex .c-tablelike__d {
    border-top: none;
    border-left: 1px solid #9ea6b2;
  }
  .c-tablelike__col + .c-tablelike__col {
    border-left: 1px solid #9ea6b2;
    border-top: none;
  }
  .c-tablelike__col.-w-230 {
    width: 100%;
  }
  .c-tablelike__h, .c-tablelike__d {
    font-size: 0.875rem;
  }
  .c-heading.-h3 + .c-text {
    margin-top: 24px;
  }
  .c-heading.-h4 + .c-text {
    margin-top: 16px;
  }
  .c-text {
    font-size: 1rem;
    line-height: 1.6;
  }
  .c-text.-fz-normal {
    font-size: 0.875rem;
  }
  .c-text + .c-text {
    margin-top: 24px;
  }
  .c-text.-lead {
    font-size: 1rem;
  }
  .c-text.-lead-center {
    text-align: left;
    font-size: 1rem;
  }
  .c-text.-large {
    font-size: 1.125rem;
  }
  .c-text.-xlarge {
    font-size: 1.125rem;
  }
  .c-timeline {
    padding: 32px 0 16px 0;
  }
  .c-timeline.-image .c-timeline__month {
    text-align: left;
  }
  .c-timeline.-image .c-timeline__content {
    padding-right: 0;
  }
  .c-timeline.-image {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    grid-column-gap: 16px;
    padding: 32px 0;
  }
  .c-timeline.-image .c-timeline__year {
    grid-area: 1/1/2/3;
  }
  .c-timeline.-image .c-timeline__month {
    grid-area: 2/1/3/2;
  }
  .c-timeline.-image .c-timeline__content {
    grid-area: 2/2/3/3;
  }
  .c-timeline.-image .c-timeline__image {
    grid-area: 3/1/4/3;
  }
  .c-timeline__year {
    flex: 0 0 100%;
  }
  .c-timeline__body {
    flex: 0 0 100%;
  }
  .c-timeline__inner {
    flex: 0 0 100%;
    padding: 0 0 16px 0;
  }
  .c-timeline__inner + .c-timeline__inner {
    padding-top: 16px;
  }
  .c-timeline__month {
    flex: 0 0 3em;
    text-align: left;
  }
  .c-timeline__content {
    flex: 0 0 calc(100% - 3em);
  }
  .c-timeline__text + .c-timeline__text {
    padding-top: 16px;
  }
  .c-timeline__text.-image .c-timeline__image {
    flex: 0 0 100%;
  }
  .c-timeline__text.-image {
    gap: 16px 16px;
  }
  .c-timeline__text.-image .c-timeline__image {
    flex: 0 0 100%;
  }
  .c-timeline.-sus.-image {
    grid-template-columns: auto 1fr;
  }
  .c-toc {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
    padding: 0 16px;
    border-radius: 8px;
  }
  .c-toc.-w-fit {
    width: 100%;
  }
  .c-toc__item + .c-toc__item {
    border-top: 1px solid #9ea6b2;
    border-left: none;
  }
  .c-toc__link {
    display: block;
    position: relative;
    padding: 16px;
    text-align: center;
    width: 100%;
  }
  .c-toc__link .c-icon {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
  }
  .p-404__sec {
    padding-top: 50px;
  }
  .p-about__top {
    background: none;
    padding: 0;
  }
  .p-about__top::before {
    display: none;
  }
  .p-about__content {
    width: 100%;
    padding: 48px 0 0;
    border-radius: 0;
  }
  .p-about__bg-sp {
    display: block;
  }
  .p-about__bg-sp img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 240px;
    width: 100%;
  }
  .p-mv__panel {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    min-height: 620px;
  }
  .p-mv__parts {
    flex-direction: column-reverse;
    bottom: 0;
    left: 0;
    transform: none;
    padding: 0;
  }
  .p-mv__control {
    min-width: 300px;
    max-width: calc(100% - 32px);
    justify-content: space-around;
    margin: 0 auto;
  }
  .p-mv__control .splide__pagination > li + li::before {
    left: -8px;
  }
  .p-mv__control .splide__pagination {
    gap: 8px;
    flex-shrink: 0;
  }
  .p-mv__control .splide__arrows {
    margin-left: 4px;
    gap: 4px;
  }
  .splide__progress {
    bottom: -8px;
  }
  .p-mv__report {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    background-color: #ee2723;
    border-radius: 0;
  }
  .p-mv__report::before {
    display: none;
  }
  .p-panel.-sus {
    background-image: none;
  }
  .p-panel.-sus .p-panel__sp-bg img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .p-panel.-ir {
    background-image: none;
  }
  .p-panel {
    background-color: #f4f7fa;
  }
  .p-panel__bg {
    display: none;
  }
  .p-panel__sp-bg {
    display: block;
    width: 100%;
  }
  .p-panel__sp-bg img {
    width: 100%;
    height: 48vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-panel__text {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 44vw;
    padding-bottom: 180px;
  }
  .p-panel__en {
    font-size: 2.25rem;
  }
  .p-panel__en span {
    background-color: #fff;
  }
  .p-panel__ja {
    font-size: 1.125rem;
  }
  .p-panel__desc {
    margin-top: 16px;
    line-height: 1.7;
    font-size: 0.875rem;
  }
  .p-panel__desc > span {
    padding: 0;
    background: transparent;
    text-shadow: none;
    font-weight: 400;
  }
  .p-panel__btn {
    text-align: center;
    margin-top: auto;
  }
  .p-heading > .p-heading__en {
    font-size: 2.5rem;
  }
  .p-heading > .p-heading__ja {
    margin-top: 8px;
    font-size: 0.875rem;
  }
  .p-heading.-left > span {
    text-align: center;
  }
  .p-heading-news {
    padding: 24px 16px;
  }
  .p-heading-news > span {
    display: block;
    font-size: 1.125rem;
    text-align: center;
  }
  .p-heading-news > span::before {
    left: calc(50% - 8px);
    top: auto;
    bottom: -8px;
  }
  .p-ir {
    padding-top: 0;
  }
  .p-ir__img {
    position: static;
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 0;
  }
  .p-ir__img img {
    height: 300px;
  }
  .p-ir__body {
    width: 100%;
    min-height: 0;
    padding: 48px 0;
    margin: auto;
    background-color: #f4f7fa;
    position: relative;
  }
  .p-ir__list.-clm2-sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .p-num__grid {
    flex-direction: column;
    gap: 2rem;
  }
  .p-num__block {
    margin-top: 0;
  }
  .p-sustop {
    grid-template-columns: repeat(1, 100%);
    gap: 48px;
  }
  .p-sponsor__img img {
    width: 100%;
  }
  .p-sponsor__txt {
    margin-top: 8px;
    font-size: 0.875rem;
  }
  .u-dn-pc {
    display: block !important;
  }
  .u-dn-pc-ib {
    display: inline-block !important;
  }
  .u-dn-pc-i {
    display: inline !important;
  }
  .u-dn-pc-f {
    display: flex !important;
  }
  .u-dn-sp {
    display: none !important;
  }
  .u-dn-sp-ib {
    display: none !important;
  }
  .u-dn-sp-i {
    display: none !important;
  }
  .u-dn-sp-f {
    display: none !important;
  }
  .u-dn-tab {
    display: block !important;
  }
  .u-dn-tabsp {
    display: none !important;
  }
  .u-dn-tabpc {
    display: block !important;
  }
  .u-only-tab {
    display: none !important;
  }
  .u-f-default {
    font-size: 0.875rem;
  }
  .u-f-16 {
    font-size: 1rem;
  }
  .u-f-16-sp {
    font-size: 1rem !important;
  }
  .u-f-14 {
    font-size: 0.75rem;
  }
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mt8-sp {
    margin-top: 8px !important;
  }
  .u-mt16-sp {
    margin-top: 16px !important;
  }
  .u-mt24-sp {
    margin-top: 24px !important;
  }
  .u-mt32-sp {
    margin-top: 32px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mt48-sp {
    margin-top: 48px !important;
  }
  .u-mt56-sp {
    margin-top: 56px !important;
  }
  .u-mt64-sp {
    margin-top: 64px !important;
  }
  .u-mt72-sp {
    margin-top: 72px !important;
  }
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mt88-sp {
    margin-top: 88px !important;
  }
  .u-mt96-sp {
    margin-top: 96px !important;
  }
  .u-mt104-sp {
    margin-top: 104px !important;
  }
  .u-mt112-sp {
    margin-top: 112px !important;
  }
  .u-mt120-sp {
    margin-top: 120px !important;
  }
  .u-mt128-sp {
    margin-top: 128px !important;
  }
  .u-mt136-sp {
    margin-top: 136px !important;
  }
  .u-mt144-sp {
    margin-top: 144px !important;
  }
  .u-mt152-sp {
    margin-top: 152px !important;
  }
  .u-mt4-sp {
    margin-top: 4px !important;
  }
  .u-mt12-sp {
    margin-top: 12px !important;
  }
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-m-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-pd0-sp {
    padding: 0 !important;
  }
  .u-ta-l-sp {
    text-align: left !important;
  }
  .u-ta-c-sp {
    text-align: center !important;
  }
  .u-ta-r-sp {
    text-align: right !important;
  }
  .u-textedit {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (min-width: 768px) and (max-width: 1136px){
  html {
    font-size: 0.875rem;
  }
  .l-dropmenu__inner {
    grid-template: "nav-head nav-content" max-content "nav-bottom nav-bottom" max-content/12.5rem 1fr;
  }
  .-drop-sus .l-dropmenu__inner {
    grid-template: "nav-head nav-content" max-content "nav-bottom nav-bottom" max-content/15.625rem 1fr;
  }
  .-drop-service .l-dropmenu__en img {
    width: 120px;
  }
  .-drop-ir .l-dropmenu__en img {
    width: 150px;
  }
  .-drop-company .l-dropmenu__en img {
    width: 150px;
  }
  .-drop-sus .l-dropmenu__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-header.-simple .l-header__logo {
    position: static;
  }
  .l-header__inner {
    justify-content: flex-end;
  }
  .l-header__logo {
    padding-left: 8px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .l-header__logo img {
    width: 350px;
  }
  .l-footer__list.-low02 {
    gap: 12px;
  }
  .l-footer__sublist {
    gap: 1.5rem;
  }
  .l-footer__subitem + .l-footer__subitem::before {
    left: -0.875rem;
  }
  .c-table.-esgdata .-esgnum {
    width: 116px;
  }
  .c-table.-esgdata th, .c-table.-esgdata td {
    font-size: 0.9375rem;
  }
  .c-timeline.-image {
    grid-template-columns: 140px 100px auto 200px;
  }
  .c-timeline__year {
    flex: 0 0 140px;
  }
  .c-timeline__body {
    flex: 0 0 calc(100% - 140px);
  }
  .c-timeline__month {
    flex: 0 0 100px;
  }
  .c-timeline__content {
    flex: 0 0 calc(100% - 100px);
  }
  .c-timeline.-sus .c-timeline__text.-image figure {
    width: 200px;
  }
  .c-timeline.-sus.-image {
    grid-template-columns: 140px 100px auto 200px;
  }
  .c-toc__link {
    padding: 2px 0.625rem;
  }
  .c-toc__link .c-icon {
    margin-left: 8px;
  }
  .p-num__big {
    font-size: 3.25rem;
  }
  .p-num__middle {
    font-size: 1.25rem;
  }
  .u-dn-tab {
    display: none !important;
  }
  .u-dn-tabsp {
    display: none !important;
  }
  .u-dn-tabpc {
    display: none !important;
  }
  .u-only-tab {
    display: block !important;
  }
  .l-dropmenu__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .-drop-sus .l-dropmenu__inner > .l-dropmenu__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-dropmenu__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .-drop-sus .l-dropmenu__inner > .l-dropmenu__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-dropmenu__bottom {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .-drop-sus .l-dropmenu__inner > .l-dropmenu__bottom {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media (min-width: 768px){
  a:hover {
    text-decoration: none;
  }
  .l-dropmenu__closebtn:hover {
    background-color: #f4f7fa;
  }
  .l-dropmenu__closebtn:hover::before {
    transform: rotate(-225deg);
  }
  .l-dropmenu__closebtn:hover::after {
    transform: rotate(225deg);
  }
  .l-global-nav__link:hover > span::after {
    content: "";
    width: 2.5rem;
    height: 2px;
    background-color: #ffcd00;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 1.25rem);
  }
  .l-global-nav__link.is-btn-active:hover > span::after {
    display: none;
  }
  .l-global-nav__sub-link:hover .l-global-nav__sub-txt {
    text-decoration: underline;
  }
  a.l-global-nav__lang-link:hover {
    text-decoration: underline;
  }
  .l-header__btn:hover {
    background: #a11a25;
  }
  .c-button:hover {
    background: #db0012;
    color: #fff;
  }
  .c-button:hover .c-button__icon svg {
    color: #fff;
  }
  .c-button.-arrow:hover .c-button__icon {
    background: #fff;
    color: #db0012;
  }
  .c-button.-arrow:hover .c-button__icon svg {
    color: #db0012;
  }
  .c-button.-nobg:hover .c-button__icon {
    background: transparent;
  }
  .c-button.-square:hover .c-button__icon {
    background: #fff;
    color: #db0012;
  }
  .c-button.-square:hover .c-button__icon svg {
    color: #db0012;
  }
  .c-button.-square.-bg-gray:hover {
    background-color: #db0012;
  }
  .c-button.-square.-no-arrow:hover .c-button__icon {
    background-color: transparent;
  }
  .c-button.-square.-no-arrow:hover .c-button__icon svg {
    color: #fff;
  }
  .c-button.-report:hover {
    background: #f4f7fa;
    color: #1d2129;
  }
  .c-button.-report:hover > span:first-of-type {
    text-decoration: underline;
  }
  .c-button.-report:hover .c-button__icon {
    background: none;
  }
  .c-button.-report:hover .c-button__icon svg {
    fill: #ee2723;
  }
  .c-button.-img:hover {
    outline: 2px solid #db0012;
    outline-offset: -1px;
    background-color: #fff;
  }
  .c-card__link:hover .c-card__img img {
    transform: scale(1.1);
  }
  .c-directors__box:nth-of-type(even) {
    border-left: none;
  }
  .c-imglink.-border-none .c-imglink__link:hover .c-imglink__img {
    border: 1px solid #E2E6EB;
  }
  .c-imglink__link:hover .c-imglink__img img {
    transform: scale(1.1);
  }
  .c-lead__sub {
    grid-area: 2/1/3/3;
  }
  .c-link:hover {
    text-decoration: none;
  }
  .c-localnav.-sus .c-localnav__item.-other {
    grid-row: 1/2;
    grid-column: 4/5;
  }
  .c-modal__close:hover {
    transform: scale(1.1);
    background-color: #a11a25;
  }
  .c-pagetop__link:hover {
    transform: scale(1.1);
    background-color: #a11a25;
  }
  .c-selectlink__link:hover {
    outline: 2px solid #003da5;
    outline-offset: -1px;
    text-decoration: underline;
  }
  .c-shiru-bnr:hover .c-shiru-bnr__icon {
    fill: #fff;
  }
  .c-shiru-bnr:hover .c-shiru-bnr__btn {
    background-color: #db0012;
    color: #fff;
  }
  .c-shiru-bnr:hover .c-shiru-bnr__arrow {
    background: #fff;
  }
  .c-shiru-bnr:hover .c-shiru-bnr__arrow svg {
    color: #db0012;
  }
  .c-shiru-bnr:hover img {
    transform: scale(1.1);
  }
  .c-tab__btn:hover {
    background-color: #003da5;
    color: #fff;
  }
  .c-toc__link:hover {
    text-decoration: underline;
  }
  .c-toc__link:hover .c-icon {
    transform: translateY(3px);
  }
  .p-mv__control .splide__pagination > li button:hover {
    color: #ee2723;
  }
  .p-mv__control .splide__arrow:hover {
    transform: scale(1.1);
  }
  .p-mv__control .splide__arrow--prev:hover {
    transform: rotate(-180deg) scale(1.1);
  }
  .p-mv__control .splide__toggle:hover {
    transform: scale(1.1);
  }
  .p-sponsor__link:hover {
    text-decoration: underline;
  }
  .p-sponsor__link:hover .p-sponsor__img img {
    transform: scale(1.1);
  }
  .u-only-tab {
    display: none !important;
  }
  .u-mt0-pc {
    margin-top: 0px !important;
  }
  .u-mt8-pc {
    margin-top: 8px !important;
  }
  .u-mt16-pc {
    margin-top: 16px !important;
  }
  .u-mt24-pc {
    margin-top: 24px !important;
  }
  .u-mt32-pc {
    margin-top: 32px !important;
  }
  .u-mt40-pc {
    margin-top: 40px !important;
  }
  .u-mt48-pc {
    margin-top: 48px !important;
  }
  .u-mt56-pc {
    margin-top: 56px !important;
  }
  .u-mt64-pc {
    margin-top: 64px !important;
  }
  .u-mt72-pc {
    margin-top: 72px !important;
  }
  .u-mt80-pc {
    margin-top: 80px !important;
  }
  .u-mt88-pc {
    margin-top: 88px !important;
  }
  .u-mt96-pc {
    margin-top: 96px !important;
  }
  .u-mt104-pc {
    margin-top: 104px !important;
  }
  .u-mt112-pc {
    margin-top: 112px !important;
  }
  .u-mt120-pc {
    margin-top: 120px !important;
  }
  .u-mt128-pc {
    margin-top: 128px !important;
  }
  .u-mt136-pc {
    margin-top: 136px !important;
  }
  .u-mt144-pc {
    margin-top: 144px !important;
  }
  .u-mt152-pc {
    margin-top: 152px !important;
  }
  .u-mt4-pc {
    margin-top: 4px !important;
  }
  .u-mt12-pc {
    margin-top: 12px !important;
  }
  .u-mt20-pc {
    margin-top: 20px !important;
  }
  .u-mt30-pc {
    margin-top: 30px !important;
  }
  .u-m-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-pd0-pc {
    padding: 0 !important;
  }
  .u-ta-l-pc {
    text-align: left !important;
  }
  .u-ta-c-pc {
    text-align: center !important;
  }
  .u-ta-r-pc {
    text-align: right !important;
  }
}

@media print{
  header, footer {
    display: none !important;
  }
}
