@charset "UTF-8";
.search--btn,
.search--input,
body,
html {
  font-size: 16px;
}
h1.dot,
h2.dot,
h3.dot {
  padding-left: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
hr,
p {
  margin: 0;
}
.action--title a,
.anchor,
.card--link,
.image-link--item,
.pagenation .page a,
.tab,
.tag,
a:hover,
footer .footer--item,
footer a,
header .global--item,
header .sub-menu a {
  text-decoration: none;
}
* {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}
html:lang(en) * {
  word-break: normal;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 166px;
}
body {
  width: 100%;
  min-height: 100dvh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #000;
  margin: auto;
  background: #fff;
  letter-spacing: -4%;
}
h1.dot::before,
h2.dot::before,
h3.dot::before {
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 650;
  line-height: 1;
}
h1.dot::before,
h2.dot::before {
  background: #0046ad;
}
h1.ul,
h2.ul {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #0046ad;
}
h3.dot::before {
  background: #0046ad;
}
h3.number-count {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0046ad;
  counter-increment: h3-num;
}
h3.number-count::before {
  content: counter(h3-num);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #0046ad;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: Oswald, sans-serif;
}
a {
  color: #0046ad;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
}
table td,
table th {
  padding: 20px;
  border: 1px solid #ccc;
  text-align: left;
}
table th {
  background: #f8f8f8;
  word-break: keep-all;
}
table th.active {
  background: #0046ad;
  color: #fff;
}
table td {
  word-break: break-word;
}
hr {
  padding: 0;
  border: 0;
  height: 1px;
  background: #ccc;
}
.form .is-error,
.form--error-summary {
  border: 1px solid #b1000d;
}
@media screen and (max-width: 1400px) {
  html {
    scroll-padding-top: 228px;
  }
}
@media screen and (max-width: 1199px) {
  html {
    scroll-padding-top: 104px;
  }
  table {
    font-size: 14px;
  }
  table td,
  table th {
    padding: 10px;
  }
  .form .btn {
    width: 100%;
  }
}
.form {
  accent-color: #0046ad;
}
.form label {
  min-width: 100px;
}
.form label span {
  color: #b1000d;
}
.form--flex {
  display: flex;
  align-items: center;
}
.form--flex-wrap {
  flex-wrap: wrap;
  row-gap: 0 !important;
}
.form--error-summary {
  padding: 16px;
  width: 100%;
  color: #b1000d;
}
.form--error-message {
  font-size: 12px;
  color: #b1000d;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  padding: 8px 16px;
  width: 100%;
  border: 1px solid #ccc;
}
@-webkit-keyframes fadeup {
  0% {
    transform: translateY(16px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(16px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes dotFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dotFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(16);
  }
}
@keyframes ripple {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(16);
  }
}
@-webkit-keyframes ripple-lg {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(26.5);
  }
}
@keyframes ripple-lg {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(26.5);
  }
}
@-webkit-keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes img-container-first {
  80% {
    opacity: 1;
  }
  100%,
  95% {
    opacity: 0;
  }
}
@keyframes img-container-first {
  80% {
    opacity: 1;
  }
  100%,
  95% {
    opacity: 0;
  }
}
@-webkit-keyframes img-container-last {
  0% {
    opacity: 0;
    z-index: 1;
  }
  10%,
  100% {
    opacity: 1;
    z-index: 1;
  }
}
@keyframes img-container-last {
  0% {
    opacity: 0;
    z-index: 1;
  }
  10%,
  100% {
    opacity: 1;
    z-index: 1;
  }
}
@-webkit-keyframes img-container-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes img-container-before {
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes img-container-after {
  100% {
    transform: translateY(-100%);
  }
}
@keyframes img-container-after {
  100% {
    transform: translateY(-100%);
  }
}
header {
  display: grid;
  gap: 32px;
  padding: 32px 40px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
header .logo,
header .logo a {
  display: inline-flex;
}
header .header--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .sub-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 32px;
  border-right: 1px solid #ccc;
  line-height: 1;
}
header .sub-menu a {
  color: #000;
  transition: 0.3s ease;
}
header .sub-menu a:hover {
  color: #0046ad;
  transition: 0.3s ease;
}
header .top-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
header .top-menu .language,
header .top-menu .search {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #000;
  transition: 0.3s ease;
  border-bottom: 2px solid transparent;
  padding-top: 2px;
}
header .top-menu .language:hover,
header .top-menu .search:hover {
  color: #0046ad;
  transition: 0.3s ease;
}
header .top-menu .search[aria-expanded="true"] {
  border-bottom: 2px solid #0046ad;
}
header .global {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
header .global--item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #0046ad;
  white-space: nowrap;
  background: 0 0;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s ease;
}
header .global--item:hover,
header .global--item[aria-expanded="true"] {
  color: #0046ad;
  border-bottom-color: #0046ad;
}
header .global--body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 80px 32px;
  background: #f8f8f8;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  z-index: 99;
}
header .global--body[hidden] {
  display: block;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
}
header .global--body.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  display: block;
}
header .global--body .btn--close {
  position: absolute;
  top: 0;
  right: 0;
}
header .global--body [class*="ul"],
header .global--body [class*="ul"]:hover {
  background: 0 0;
}
header .global--child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.global--overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.global--overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.global--chevron {
  transition: 0.3s ease;
  transform: scaleY(-1);
}
.global--item[aria-expanded="true"] .global--chevron {
  transform: scaleY(1);
}
.search--form {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
}
.search--input {
  flex: 1;
  height: 60px;
  font-family: inherit;
  color: #000;
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  background: 0 0;
}
.search--input::-moz-placeholder {
  color: grey;
}
.search--input::placeholder {
  color: grey;
}
.search--input:focus {
  border-color: #0046ad;
}
.search--btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  height: 60px;
  background: #0046ad;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.search--btn:hover {
  background: #002e6d;
  transition: 0.3s ease;
}
@media screen and (max-width: 1199px) {
  header .menu--toggle,
  header .search {
    background: 0 0;
    font-family: inherit;
    display: flex;
  }
  header.sp {
    display: grid;
    padding: 0;
  }
  header .header--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 72px;
  }
  header .logo img {
    display: block;
    height: 24px;
  }
  header .top-menu {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  header .search {
    align-items: center;
    gap: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
  }
  header .search--form {
    display: grid;
    gap: 16px;
  }
  header .search--btn {
    justify-content: center;
  }
  header .btn--close,
  header .menu--toggle {
    align-items: center;
    border: none;
    cursor: pointer;
  }
  header .menu--toggle {
    gap: 6px;
    font-size: 18px;
    color: #0046ad;
    border-left: 1px solid #ccc;
    padding: 0 0 0 16px;
  }
  header .menu--toggle .menu--open {
    display: block;
  }
  header .menu--toggle .menu--close,
  header .menu--toggle[aria-expanded="true"] .menu--open {
    display: none;
  }
  header .menu--toggle[aria-expanded="true"] .menu--close {
    display: block;
  }
  header .sp-menu {
    position: fixed;
    top: 72px;
    left: 0;
    /*height: calc(100vh - 72px);*/
    height: calc(100dvh - 72px);
    overflow-y: auto;
    z-index: 99;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease;
  }
  header .sp-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .sp-menu--body {
    overflow: hidden;
  }
  header .sp-menu--sub-nav a:nth-child(n + 3) {
    grid-column: span 2;
  }
  header .global--body {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
  }
  header .global--body.is-open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transition: 0.3s ease;
  }
  header .global--overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }
  header .global--overlay.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  header .btn--close {
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #1a4fa0;
    color: #fff;
    margin-left: auto;
  }
  .sp-menu {
    display: grid;
    width: 100%;
    background: #f8f8f8;
    padding: 16px 32px 40px;
    gap: 16px;
  }
  .sp-menu--item {
    background: 0 0 !important;
    padding: 20px 0;
  }
  .sp-menu--arrow {
    flex-shrink: 0;
  }
  .sp-menu--icon {
    flex: 0 0 24px !important;
    display: flex;
    align-items: center;
    position: relative;
    width: 24px;
    height: 24px;
  }
  .sp-menu--icon svg {
    position: absolute;
    inset: 0;
    transition: 0.3s ease;
  }
  .sp-menu--icon .icon-minus,
  [aria-expanded="true"] .sp-menu--icon .icon-plus {
    opacity: 0;
  }
  [aria-expanded="true"] .sp-menu--icon .icon-minus {
    opacity: 1;
  }
  .sp-menu--sub--item {
    display: block;
    padding: 12px 0 12px 16px;
    text-decoration: none;
    color: #000;
    line-height: 1.5;
  }
  .sp-menu--sub--top {
    font-weight: 650;
    padding: 24px 0 12px;
  }
  .sp-menu--sub-nav {
    display: block;
    /*grid-template-columns: repeat(6, 1fr);*/
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
  .sp-menu--sub-nav a {
    color: #666;
    border: 1px solid grey;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: calc(100% + 1px);
    height: 60px;
    margin-top: -1px;
    font-size: 14px;
    transition: 0.3s ease;
    grid-column: span 3;
    text-decoration: none;
  }
  .sp-menu .btn {
    width: 100%;
  }
}
.accordion,
.card {
  box-shadow: 0 4px 16px 0 rgba(0, 70, 173, 0.2);
}
footer {
  background: #f8f8f8;
  padding: 80px 0 40px;
}
footer .footer--menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  align-items: flex-start;
}
footer .footer--item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 650;
  padding: 0 0 12px;
  border: 0;
  width: auto;
  line-height: 1.5;
  transition: 0.3s ease;
}
.pagenation,
.pagenation .page {
  justify-content: center;
  display: flex;
}
footer .footer--item .arrow {
  transform: translateX(0);
  transition: 0.3s ease;
}
footer .footer--item::after,
footer .footer--item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
}
footer .footer--item::before {
  width: 100%;
  background: #0046ad;
}
footer .footer--item::after {
  width: 0;
  background: #0046ad;
  transition: 0.3s ease;
}
footer .footer--item:hover {
  transition: 0.3s ease;
}
footer .footer--item:hover::before {
  width: 0;
}
footer .footer--item:hover::after {
  width: 100%;
  transition: 0.3s ease;
}
footer .footer--item:hover .arrow {
  transform: translateX(4px);
  transition: 0.3s ease;
}
footer .footer--body {
  display: grid;
  gap: 12px;
}
footer .footer--body a {
  color: #000;
}
footer .footer--body a:hover {
  color: #0046ad;
  text-decoration: underline;
}
footer .footer--btn a {
  color: #666;
  border: 1px solid grey;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-left: -1px;
  font-size: 14px;
  transition: 0.3s ease;
}
section.action--ul,
section.news-room {
  border-bottom: 2px solid #0046ad;
}
footer .footer--btn a:hover {
  color: #fff;
  background: grey;
  transition: 0.3s ease;
}
footer .footer--policy a {
  color: #000;
  font-size: 12px;
  padding: 28px 0;
}
footer .footer--policy a:hover {
  color: #0046ad;
  text-decoration: underline;
}
footer .footer--brand {
  margin: 0 40px;
  border-radius: 8px;
  background: #fff;
  padding: 32px 32px 40px;
}
@media screen and (max-width: 1199px) {
  footer.sp {
    display: grid;
  }
  footer .footer--bottom {
    padding-top: 16px;
  }
  footer .footer--policy a {
    padding: 0;
    font-size: 14px;
  }
  footer .footer--copy {
    padding-top: 32px;
  }
  footer .sp-menu {
    padding: 0 20px;
  }
}
section {
  padding: 160px 0;
}
section.story {
  padding: 15vw 0 80px;
  background: url(/jp/img/story.svg) top right/cover no-repeat;
}
section.philosophy {
  padding: 0;
  height: calc(100vh - 134px);
}
section.philosophy .heading--row {
  padding: 40px 0;
}
section.action,
section.businessmodel,
section.impact {
  padding: 0;
}
section.news-room {
  padding: 40px 0;
}
section.news-room--body {
  padding-top: 80px;
}
section.brand {
  padding: 80px 0;
}
section.brand--heading {
  padding-top: 80px;
}
section.section--sm {
  padding: 120px 0;
}
section.business,
section.business-model {
  padding: 0;
}
section.company,
section.ir,
section.related {
  padding: 80px 0;
}
.container {
  width: 100%;
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 64px;
}
.container--sm {
  max-width: 1400px;
}
.container--lg {
  max-width: 100%;
  padding: 0 80px;
}
.container--xl {
  max-width: 100%;
  padding: 0 40px;
}
.container--full {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.container--global {
  max-width: 900px;
  margin: 0 auto;
}
.container--brand {
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.list,
.list ul {
  padding: 0;
}
.container--brand a {
  width: 60px;
  height: 60px;
  transition: 0.3s ease;
}
.container--brand a:hover {
  opacity: 0.5;
  transition: 0.3s ease;
}
.circle-arrow {
  cursor: pointer;
  display: block;
}
.circle-arrow circle {
  stroke: #0046ad;
  fill: #fff;
  transition: 0.3s ease;
}
.circle-arrow path {
  fill: #0046ad;
  transition: 0.3s ease;
}
.circle-arrow--sm {
  width: 40px;
  height: 40px;
}
.circle-arrow--md {
  width: 50px;
  height: 50px;
}
.circle-arrow--lg {
  width: 60px;
  height: 60px;
}
.circle-arrow--hover circle,
.circle-arrow:not(.circle-arrow--disabled):hover circle {
  stroke: #0046ad;
  fill: #0046ad;
}
.circle-arrow--hover path,
.circle-arrow:not(.circle-arrow--disabled):hover path {
  fill: #fff;
}
.circle-arrow--disabled {
  cursor: default;
  pointer-events: none;
}
.circle-arrow--disabled circle {
  stroke: grey;
  fill: transparent;
}
.circle-arrow--disabled path {
  fill: grey;
}
.pagenation {
  align-items: center;
  gap: 32px;
}
.pagenation .page {
  align-items: center;
  gap: 16px;
}
.pagenation .page a,
.question--label,
.tab,
.tag {
  display: inline-flex;
}
.pagenation .page a {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: 0.3s ease;
}
.card--title,
.zensho-action h1 + * {
  line-height: 1.5;
}
.list--dot li,
.list--kome li {
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 0 4px;
}
.pagenation .page a.active,
.pagenation .page a:hover {
  color: #fff;
  background: #0046ad;
  transition: 0.3s ease;
}
.list {
  list-style: none;
  margin: 0;
}
.list--dot li::before,
.list--sm li::before {
  font-size: 18px;
  margin: -2px 0 0 -2px;
}
.list--kome li::before {
  content: "※";
}
.list--dot li::before,
.list--lg li::before,
.list--md li::before,
.list--sm li::before {
  content: "・";
  color: #0046ad;
}
.list--lg li,
.list--md li,
.list--sm li {
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 0 8px;
}
.list--md li::before {
  font-size: 28px;
  margin: -12px 0 0 -6px;
}
.list--lg li::before {
  font-size: 36px;
  margin: -20px 0 0 -10px;
}
.baton--body::after,
.btn--ul-none::after,
.btn--ul::after,
.btn--ul::before,
.business--service::before,
.card--link::after,
.category-title::before,
.ir--item::before,
.kv--content .btn--ul-hero::after,
.kv--content .btn--ul-hero::before,
.message--title::before,
.philosophy--item::before,
.story--item::before {
  content: "";
}
.category-title {
  padding-left: 1.5rem;
}
.category-title::before {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0046ad;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.zensho-action {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  padding: 64px 40px;
}
.media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.media--body {
  display: grid;
  gap: 16px;
  padding: 0 56px;
}
.media--img {
  flex: 0 0 40%;
}
.media--img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.map {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 4 / 3;
  margin: 20px auto 0;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.card {
  width: 100%;
  background: #fff;
}
.card:hover .card--thumb-inner {
  transform: scale(1.1);
}
.card:hover .card--date,
.card:hover .card--title {
  color: #0046ad;
}
.card:hover .card--arrow {
  transform: translateX(4px);
  color: #0046ad;
}
.card--link {
  display: block;
}
.card--link::after {
  position: absolute;
  z-index: 0;
}
.card--thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.card--thumb-inner {
  transition: 0.3s ease;
}
.card--body {
  padding: 32px;
  display: grid;
  gap: 16px;
}
.card--title {
  flex: 1;
  font-size: 20px;
  font-weight: 650;
  color: #000;
  transition: 0.3s ease;
}
.card--date,
.tag {
  font-weight: 500;
  transition: 0.3s ease;
}
.card--date,
.tab,
.tag {
  line-height: 1;
}
.card--title-row {
  display: flex;
  gap: 32px;
}
.card--arrow {
  transition: 0.3s ease;
}
.card--date {
  font-size: 14px;
  color: #666;
}
.card--tags {
  padding: 0 32px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.card--horizontal,
.tag--heading {
  align-items: center;
}
.card--horizontal {
  display: flex;
  gap: 24px;
  box-shadow: none;
  background: 0 0;
}
.card--horizontal .card--link {
  flex: 0 0 40%;
}
.card--horizontal .card--body {
  gap: 8px;
  padding: 0;
}
.card--horizontal .card--tags {
  padding: 0;
}
.card--horizontal-right {
  flex: 1;
  display: grid;
  gap: 16px;
}
.panel--body .btn {
  width: auto;
}
.panel--body .btn span {
  text-align: left;
}
.tag {
  justify-content: center;
  align-items: center;
  padding: 0 12px 1px;
  border: 1px solid #0046ad;
  font-size: 14px;
  color: #0046ad;
  height: 24px;
  cursor: pointer;
}
.tag--group,
.tag--heading,
.tag--toggle {
  display: flex;
  gap: 8px;
}
.tag:hover {
  background: #0046ad;
  color: #fff;
}
.tag--group {
  flex-wrap: wrap;
  overflow: hidden;
}
.tag--toggle {
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  background: #f8f8f8;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #0046ad;
  cursor: pointer;
  transition: 0.3s ease;
}
.tag--toggle:hover {
  background: #e5e5e5;
  transition: 0.3s ease;
}
.tag--toggle .icon-minus,
.tag--toggle .icon-plus {
  padding-top: 2px;
}
.tag--toggle .icon-minus,
.tag--toggle[aria-expanded="true"] .icon-plus {
  display: none;
}
.tag--toggle[aria-expanded="true"] .icon-minus {
  display: block;
}
.tag--toggle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table--scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table--scroll table {
  min-width: 600px;
}
.heading--row {
  display: flex;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}
.tab {
  gap: 4px;
  font-weight: 650;
  color: #0046ad;
}
.accordion--title,
.anchor {
  line-height: 1.5;
}
.tab span {
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
}
.tab.active span,
.tab:hover span {
  border-bottom: 1px solid transparent;
}
.tab svg {
  height: 16px;
}
.tab svg:first-child {
  color: transparent;
}
.tab.active {
  color: #000;
}
.anchor,
.tab.active svg {
  color: #0046ad;
}
.tab.active svg:last-child {
  color: transparent;
}
.tab--group {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.anchor,
.question--label {
  border: 1px solid #0046ad;
}
.anchor {
  padding: 8px 16px;
  display: inline-grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 1rem 1fr 1rem;
  gap: 8px;
  flex: 1;
  height: 70px;
  transition: 0.3s ease;
  margin: -1px 0 0 -1px;
  text-align: center;
}
.anchor--grid.odd,
.image-link {
  grid-template-columns: repeat(12, 1fr);
}
.answer--label,
.question--label {
  width: 36px;
  height: 36px;
  font-weight: 500;
  font-family: Oswald, sans-serif;
}
.anchor:last-child {
  border-right: 1px solid #0046ad;
}
.anchor:hover {
  color: #fff;
  background: #0046ad;
  transition: 0.3s ease;
}
.anchor--group {
  display: flex;
}
.anchor--grid {
  display: grid;
}
.anchor--grid.odd .anchor:nth-child(-n + 3) {
  grid-column: span 4;
}
.anchor--grid.odd .anchor:nth-child(n + 4) {
  grid-column: span 3;
}
.anchor--grid.even {
  grid-template-columns: repeat(3, 1fr);
}
.question {
  display: flex;
  align-items: center;
  gap: 16px;
}
.question--label {
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0046ad;
  font-size: 20px;
  flex: 0 0 36px;
}
.answer {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 64px;
}
.accordion--icon,
.answer--label {
  display: inline-flex;
  color: #0046ad;
}
.answer--label {
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #0046ad;
  font-size: 20px;
  flex: 0 0 36px;
}
.accordion--icon {
  flex-shrink: 0;
  width: 84px;
  height: 100%;
  transition: 0.3s ease;
  justify-content: center;
  align-items: center;
}
.accordion--icon svg {
  position: absolute;
  transition: 0.2s;
}
.accordion--icon:hover {
  color: #fff;
  background: #0046ad;
  transition: 0.3s ease;
}
.accordion--body {
  overflow: hidden;
  height: 0;
}
.accordion--text {
  line-height: 2;
}
.accordion--header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 40px;
}
.accordion--trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  cursor: pointer;
  border: 0;
  background: #fff;
  text-align: left;
  padding: 0;
}
.accordion--content {
  padding: 40px;
  border-top: 1px solid #ccc;
  background: #fff;
}
.accordion.is-open .icon-plus {
  opacity: 0;
}
.accordion.is-open .icon-minus {
  opacity: 1;
}
.accordion .icon-minus {
  opacity: 0;
}
@media screen and (max-width: 1919px) {
  .container {
    width: 100%;
    max-width: 1344px;
    padding: 0 32px;
  }
  .container--sm {
    max-width: 1400px;
  }
  .container--lg {
    max-width: 100%;
    padding: 0 80px;
  }
  .container--xl {
    max-width: 100%;
    padding: 0 40px;
  }
  .container--full {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .anchor--grid.even,
  .anchor--group.col--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  section {
    padding: 80px 0;
  }
  section.philosophy {
    height: auto;
  }
  section.philosophy .heading--row {
    gap: 16px;
    padding-bottom: 32px;
  }
  section.story {
    padding: 125px 0 60px;
  }
  section.message {
    padding: 0;
  }
  section.action {
    box-shadow: 0 4px 16px 0 rgba(0, 70, 173, 0.2);
    z-index: 5;
  }
  section.action--post,
  section.action--ul {
    box-shadow: none;
  }
  section.action--post {
    border-bottom: 1px solid #ccc;
  }
  section.section--sm {
    padding: 80px 0;
  }
  section.news-room--body {
    padding-top: 32px;
  }
  section.brand--heading,
  section.ir {
    padding: 40px 0;
  }
  section.ir--news .btn {
    width: 100%;
  }
  section.company {
    padding-top: 40px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .container--sm {
    width: 100%;
    padding: 0 64px;
  }
  .container--lg {
    width: 100%;
    padding: 0 32px;
  }
  .container--xl {
    width: 100%;
    padding: 0 24px;
  }
  .media--img.left,
  .media--img.right {
    width: calc(100% + 20px);
  }
  .anchor--grid.odd .anchor:nth-child(1) {
    grid-column: span 12;
  }
  .anchor--grid.odd .anchor:nth-child(n + 2) {
    grid-column: span 6;
  }
  .anchor--grid.sp,
  .anchor--group.col--4 {
    display: grid;
  }
  .pagenation {
    gap: 16px;
  }
  .pagenation .page {
    gap: 8px;
  }
  .zensho-action {
    display: grid;
    gap: 16px;
    padding: 24px 20px;
  }
  .media {
    display: grid;
    gap: 24px;
  }
  .media--img {
    order: 1;
  }
  .media--img.left {
    margin-left: -20px;
  }
  .media--body {
    order: 2;
    padding: 0;
  }
  .card--horizontal {
    align-items: flex-start;
    gap: 16px;
  }
  .card--horizontal .card--link {
    flex: 0 0 80px;
  }
  .card--horizontal .card--thumb {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    flex: 0 0 80px;
  }
  .card--horizontal .card--thumb img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .anchor {
    height: auto;
    grid-template-columns: 0 1fr 1rem;
    padding: 8px 12px;
  }
  .accordion--trigger.trigger-box {
    grid-template: 1fr 80px / auto;
  }
  .accordion--trigger.trigger-box .accordion--icon {
    width: 100%;
  }
  .accordion--trigger.trigger-box .accordion--header {
    padding-bottom: 0;
  }
  .float--img {
    max-width: 100%;
  }
  .float--body {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .container--sm {
    width: 100%;
    padding: 0 24px;
  }
  .container--lg {
    width: 100%;
    padding: 0 20px;
  }
  .container--xl {
    width: 100%;
    padding: 0 16px;
  }
}
.kv {
  padding: 0;
  position: relative;
}
.kv--sticky {
  width: 100%;
  height: 100vh;
}
.kv--bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.kv--bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.kv--overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.kv--contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.kv--content {
  height: auto;
  color: #fff;
}
.kv--content h2 {
  line-height: 1.4;
}
.kv--content .btn {
  color: #fff;
  background: 0 0;
  border-color: #fff;
}
.kv--content .btn:hover {
  background: #fff;
  color: #000;
}
.kv--content .btn--ul-hero {
  padding: 12px 0;
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: 1.5;
}
.kv--content .btn--ul-hero::after,
.kv--content .btn--ul-hero::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
}
.kv--content .btn--ul-hero::before {
  width: 100%;
  background: #fff;
}
.kv--content .btn--ul-hero::after {
  width: 0;
  background: #fff;
  transition: 0.3s ease;
}
.kv--content .btn--ul-hero:hover {
  color: #fff;
  background: 0 0;
  transition: 0.3s ease;
}
.kv--content .btn--ul-hero:hover::before {
  width: 0;
}
.kv--content .btn--ul-hero:hover::after {
  width: 100%;
  transition: 0.3s ease;
}
.kv .hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 64px;
  line-height: 1.4;
  gap: 24px;
}
.kv .hero--inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.kv .hero .movie-stop {
  display: flex;
  gap: 16px;
  align-items: center;
}
.kv .hero .movie-stop svg circle {
  stroke: #fff;
  fill: rgba(0, 0, 0, 0.5490196078);
  transition: 0.3s ease;
}
.kv .hero .movie-stop svg rect,
.kv .hero .movie-stop svg:hover circle {
  fill: #fff;
  transition: 0.3s ease;
}
.kv .hero .movie-stop svg:hover rect {
  fill: #000;
  transition: 0.3s ease;
}
.kv .hero--heading-01,
.kv .hero--heading-02 {
  font-size: 48px;
}
.kv .mission {
  padding: 25vw 80px 25vw 60vw;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
}
.modal.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.modal--overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
.modal--inner {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 90vw;
  max-width: 1080px;
  aspect-ratio: 16/9;
}
.modal--video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal--close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.philosophy--item {
  flex: 1;
  height: calc(100vh - 134px - 137px);
  overflow: hidden;
  position: relative;
}
.philosophy--item::before {
  -webkit-animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background: #fff;
  inset: -1px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.philosophy--item.is-animated::before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.philosophy--item-01::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.philosophy--item-02::before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.philosophy--item-03::before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.philosophy--item-04::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.philosophy--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.philosophy--item > div {
  line-height: 1.5;
  padding: 40px;
  color: #fff;
  z-index: 2;
  position: absolute;
  inset: 0;
}
.philosophy--link {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 28px 0;
  z-index: 9;
}
.philosophy--link .btn {
  margin-bottom: 12px;
}
.impact--item {
  flex: 1;
  height: calc(100vh - 137px);
  line-height: 1.5;
  padding: 80px;
  color: #fff;
}
.impact--item-01 {
  background:
    linear-gradient(rgba(0, 23, 46, 0.7), rgba(0, 23, 46, 0.7)),
    url(/jp/img/impact-01.webp) center/cover no-repeat;
}
.impact--item-02 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(/jp/img/impact-02.webp) center/cover no-repeat;
}
.impact--item-03 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(/jp/img/impact-03.webp) center/cover no-repeat;
}
.impact--item-04 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(/jp/img/impact-04.webp) center/cover no-repeat;
}
.impact--item .gap--40 {
  gap: 16px;
}
.impact--item .text--en {
  line-height: 1;
}
.impact--link {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 28px 0;
}
.impact--bg[data-tab-bg="0"],
.impact--container {
  background:
    linear-gradient(rgba(0, 23, 46, 0.7), rgba(0, 23, 46, 0.7)),
    url(/jp/img/impact-01.webp) center/cover no-repeat;
}
.impact--link .btn--ul {
  margin-bottom: 12px;
}
.impact--links {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.impact--revenue {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
html:lang(ja) .impact--revenue .impact--revenue-num {
  padding-left:35px;
}
html:lang(en) .impact--revenue .impact--revenue-num {
  padding-left:50px;
}
.impact--svg {
  position: absolute;
  right: calc((100vw - 1000px) / 2);
  bottom: 15vh;
}
.impact--svg img {
  height: clamp(300px, 70vh, 500px);
}
.impact--world {
  position: absolute;
  top: 40px;
  right: -80px;
}
.impact--container {
  padding: 160px;
  display: flex;
  align-items: center;
  gap: 120px;
  max-width: 1600px;
  margin: auto;
  color: #fff;
  height: 900px;
}
.impact--container .tab {
  color: #fff;
}
.impact--container .tab.active,
.impact--container .tab.active svg:first-child {
  color: #00f5ff;
}
.impact--tab {
  padding-right: 56px;
  border-right: 1px solid #ccc;
  z-index: 1;
}
.impact--body {
  flex: 1;
  line-height: 1;
  display: none;
  z-index: 1;
  opacity: 0;
  transition: 0.6s ease;
}
.impact--body.is-active {
  display: block;
  opacity: 1;
}
.impact--body .impact--svg {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: -240px;
}
.impact--bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: 0.6s ease;
}
.impact--bg.is-active {
  opacity: 1;
}
.impact--bg[data-tab-bg="1"] {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(/jp/img/impact-02.webp) center/cover no-repeat;
}
.impact--bg[data-tab-bg="2"] {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(/jp/img/impact-03.webp) center/cover no-repeat;
}
.impact--bg[data-tab-bg="3"] {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(/jp/img/impact-04.webp) center/cover no-repeat;
}
.impact--brand {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 10px;
  margin-bottom: -80px;
}
.impact--user {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 16px;
}
.impact--world .world-svg {
  opacity: 0;
  transition: opacity 1s ease;
}
.impact--world.is-animated .world-svg {
  opacity: 1;
}
.impact--world.is-animated .world-dot {
  -webkit-animation: dotFadeIn 0.5s ease forwards;
  animation: dotFadeIn 0.5s ease forwards;
  opacity: 0;
}
.impact--world.is-animated .world-ripple {
  fill: #00f5ff;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.impact--world.is-animated .world-ripple-01 {
  -webkit-animation: ripple-lg 1.2s ease-out 0.8s forwards;
  animation: ripple-lg 1.2s ease-out 0.8s forwards;
}
.impact--world.is-animated .world-ripple-02 {
  -webkit-animation: ripple 1.2s ease-out 0.6s forwards;
  animation: ripple 1.2s ease-out 0.6s forwards;
}
.impact--world.is-animated .world-ripple-03 {
  -webkit-animation: ripple 1.2s ease-out 0.4s forwards;
  animation: ripple 1.2s ease-out 0.4s forwards;
}
.impact--world.is-animated .world-ripple-04 {
  -webkit-animation: ripple 1.2s ease-out 0.2s forwards;
  animation: ripple 1.2s ease-out 0.2s forwards;
}
.impact--world.is-animated .world-ripple-05 {
  -webkit-animation: ripple 1.2s ease-out 0s forwards;
  animation: ripple 1.2s ease-out 0s forwards;
}
.impact--world.is-animated .world-ripple-06 {
  -webkit-animation: ripple 1.2s ease-out 1.0s forwards;
  animation: ripple 1.2s ease-out 1.0s forwards;
}
.impact--world.is-animated .world-ripple-07 {
  -webkit-animation: ripple 1.2s ease-out 1.2s forwards;
  animation: ripple 1.2s ease-out 1.2s forwards;
}
.impact .container {
  z-index: 5;
}
.impact .tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0 16px;
  gap: 24px 8px;
  border-top: 1px solid #ccc;
}
.action--arrow,
.action--control {
  display: flex;
  align-items: center;
}
.action--heading {
  padding: 160px 0 80px;
}
.action--control {
  gap: 30px;
}
.action--arrow {
  gap: 12px;
}
.action--arrow .circle-arrow {
  padding: 0;
  border: 0;
  background: 0 0;
}
.action--link {
  padding: 20px 0 40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.action--title {
  color: #000;
  text-decoration: none;
}
.action--top:hover .action--title {
  color: #0046ad;
}

.card--arrow {
  color: #0046ad;
}

.action--top:hover .card--arrow {
  transform: translateX(4px);
  color: #0046ad;
}

.action--item:hover .card--thumb-inner {
  transform: scale(1.1);
}
.action--link img {
  width: auto;
  height: 24px;
}
.action--stop {
  display: grid;
  align-items: center;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: 0 0;
}
.action--tags,
.post--meta {
  border-top: 1px solid #ccc;
}
.action--stop .icon-play,
.action--stop[aria-pressed="true"] .icon-pause {
  display: none;
}
.action--stop[aria-pressed="true"] .icon-play {
  display: block;
}
.action--item {
  width: 100%;
}
.action--item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.action--title {
  display: flex;
  align-items: center;
  gap: 40px;
}
.action--title a {
  color: #000;
}
.action--body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.action--child + .action--link {
  padding: 24px 80px 40px;
  display: grid;
  align-items: center;
}
.action[data-action-carousel] .action--link {
  z-index: 2;
}
.action[data-action-carousel] .action--link .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.action[data-action-carousel] .action--visuals {
  overflow: hidden;
  width: 100%;
}
.action[data-action-carousel] .action--item {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.action[data-action-carousel] .action--item.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
.action[data-action-carousel] .action--body {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.action[data-action-carousel] .action--body.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
.action[data-action-carousel] .action--body-wrap {
  flex: 1;
}
.image-link {
  display: grid;
  gap: 16px;
}
.image-link--item {
  flex: 1;
  height: 300px;
  color: #fff;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
}
.image-link--item:nth-child(-n + 3) {
  grid-column: span 4;
}
.image-link--item:nth-child(n + 4) {
  grid-column: span 3;
}
.image-link--item:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(0, 81, 163, 0) 0, rgba(0, 81, 163, 0.1) 48.08%, rgba(0, 81, 163, 0.7) 85.08%, #0051a3 100%),
    url(/jp/img/link-01.webp) center/cover no-repeat;
  background-blend-mode: multiply;
}
.image-link--item:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(0, 81, 163, 0) 0, rgba(0, 81, 163, 0.1) 48.08%, rgba(0, 81, 163, 0.7) 85.08%, #0051a3 100%),
    url(/jp/img/link-02.webp) center/cover no-repeat;
  background-blend-mode: multiply;
}
.image-link--item:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(0, 81, 163, 0) 0, rgba(0, 81, 163, 0.1) 48.08%, rgba(0, 81, 163, 0.7) 85.08%, #0051a3 100%),
    url(/jp/img/link-03.webp) center/cover no-repeat;
  background-blend-mode: multiply;
}
.image-link--item:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(0, 81, 163, 0) 0, rgba(0, 81, 163, 0.1) 48.08%, rgba(0, 81, 163, 0.7) 85.08%, #0051a3 100%),
    url(/jp/img/link-04.webp) center/cover no-repeat;
  background-blend-mode: multiply;
}
.image-link--item:nth-child(5) {
  background:
    linear-gradient(180deg, rgba(0, 81, 163, 0) 0, rgba(0, 81, 163, 0.1) 48.08%, rgba(0, 81, 163, 0.7) 85.08%, #0051a3 100%),
    url(/jp/img/link-05.webp) center/cover no-repeat;
  background-blend-mode: multiply;
}
.image-link--item:nth-child(6) {
  background:
    linear-gradient(180deg, rgba(0, 81, 163, 0) 0, rgba(0, 81, 163, 0.1) 48.08%, rgba(0, 81, 163, 0.7) 85.08%, #0051a3 100%),
    url(/jp/img/link-06.webp) center/cover no-repeat;
  background-blend-mode: multiply;
}
.image-link--item:nth-child(7) {
  background:
    linear-gradient(180deg, rgba(0, 81, 163, 0) 0, rgba(0, 81, 163, 0.1) 48.08%, rgba(0, 81, 163, 0.7) 85.08%, #0051a3 100%),
    url(/jp/img/link-07.webp) center/cover no-repeat;
  background-blend-mode: multiply;
}
.news--body {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.news--category {
  display: grid;
  gap: 20px;
  flex: 0 0 170px;
}
.news--list {
  display: grid;
  gap: 40px;
  padding-left: 80px;
  border-left: 1px solid #ccc;
}
.news--item {
  display: grid;
  gap: 16px;
}
.news--meta {
  display: flex;
  gap: 20px;
}
.news--link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.news--time {
  color: #666;
  border-right: 1px solid #666;
  padding-right: 20px;
}
.news-info--link,
.news-room--link,
.result--body {
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-info {
  padding: 40px 80px;
}
.news-info--link {
  display: -webkit-box;
  text-decoration: underline;
}
.news-room--item {
  align-items: center;
  display: grid;
  gap: 0 24px;
  grid-template-columns: 90px 1fr;
  grid-template-rows: auto auto;
  padding: 32px 0;
  border-bottom: 1px solid #ccc;
}
.news-room--item + .news-room--item {
  margin-top: -40px;
}
.news-room--item > img {
  align-self: center;
  grid-column: 1;
  grid-row: 1/3;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 90px;
}
.news-room--meta {
  align-items: center;
  display: flex;
  gap: 12px;
  grid-column: 2;
  grid-row: 1;
}
.news-room--link {
  display: -webkit-box;
  grid-column: 2;
  grid-row: 2;
  margin-top: 8px;
  text-decoration: underline;
}
.breadcrumb a,
.btn,
.c-link-pdf,
.company--link,
.ir--item-link,
.result a {
  text-decoration: none;
}
.news-room--link svg {
  vertical-align: sub;
}
.news-room--icon {
  font-size: 20px;
  color: #b1000d;
  word-break: keep-all;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}
.breadcrumb,
.carousel--brand,
.hero--caption,
.news--tags {
  display: flex;
  gap: 16px;
}
.news-room--body .news--category {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.news-post h1,
.news-post h2,
.news-post h3,
.news-post h4,
.news-post h5 {
  line-height: 1.5;
}
.carousel--brand {
  padding: 40px 24px;
  align-items: center;
}
.carousel--list {
  flex: 1;
  display: flex;
  gap: 10px;
  transition: transform 0.3s ease;
}
.carousel--list a,
.carousel--list img {
  width: 100px;
  height: 100px;
}
.carousel--viewport {
  overflow: hidden;
  flex: 1;
}
.breadcrumb {
  margin-top: 132px;
  background: #f8f8f8;
  padding: 0 24px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  height: 40px;
  z-index: 6;
}
.breadcrumb a {
  padding-right: 16px;
  line-height: 1;
  border-right: 1px solid #ccc;
}
.baton--title,
.business--item,
.mmd--detail,
.post h2,
.post h3,
.post h4,
.post h5 {
  line-height: 1.5;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  font-weight: 650;
}
.hero--action {
  width: 100%;
  height: calc(100vh - 134px - 40px);
  padding: 0;
}
.hero--action + .hero--message {
  margin-top: 120px;
}
.hero--caption {
  background: linear-gradient(180deg, rgba(0, 81, 163, 0) 0, rgba(0, 23, 46, 0) 30.48%, rgba(0, 23, 46, 0.6) 54.81%, rgba(0, 23, 46, 0.6) 100%);
  position: absolute;
  inset: 0;
  padding: 80px;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.hero--message {
  height: 560px;
  display: grid;
  align-items: center;
}
.hero--message img {
  width: 55%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  right: 0;
}
.hero--message.message2 img {
  -o-object-position: center;
  object-position: center;
}
.hero--body {
  padding-left: 180px;
  position: absolute;
  inset: 0;
  align-self: center;
}
.story--bg {
  display: flex;
}
.story--item {
  flex: 1;
  height: calc(100vh - 134px - 40px);
  overflow: hidden;
  position: relative;
}
.story--item::before {
  -webkit-animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  inset: -1px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.story--item-01::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.story--item-02::before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.story--item-03::before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.story--item-04::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.story--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.message--grid {
  padding: 120px 0 0;
  max-width: 1600px;
  margin: auto;
  display: flex;
  gap: 20px;
}
.message--title {
  padding-left: 40px;
}
.message--title::before {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0046ad;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.message--body {
  padding-left: 35px;
  border-left: 1px solid #0046ad;
  margin-left: 3px;
}
.message--caption {
  background: linear-gradient(180deg, rgba(0, 23, 46, 0) 0, rgba(0, 23, 46, 0) 40.24%, rgba(0, 23, 46, 0.6) 60%, rgba(0, 23, 46, 0.6) 100%);
  position: absolute;
  inset: 0;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.message--link {
  color: #fff;
  display: grid;
  gap: 16px;
}
.message--link .btn--ul {
  color: #fff;
}
.message--link .btn--ul::after,
.message--link .btn--ul::before {
  background: currentColor;
}
.message--link .btn--ul:hover {
  color: currentColor;
}
.signature {
  display: flex;
  justify-content: flex-end;
}
.signature img {
  width: auto;
}
.post--meta {
  padding: 40px 0;
  display: grid;
  gap: 40px;
  border-bottom: 1px solid #ccc;
}
.post--meta svg {
  width: 24px;
  height: 24px;
}
.post--share {
  display: flex;
  align-items: center;
  gap: 24px;
}
.post--share a,
.post--share img {
  width: 36px;
  height: 36px;
}
.mmd {
  position: relative;
}
.mmd::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url(/jp/img/mmd/map.svg) center center / cover no-repeat;
  opacity: 0.4;
  pointer-events: none;
}
.mmd--img--item,
.mmd--sticky {
  position: absolute;
  top: 0;
  left: 0;
}
.mmd--sticky {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mmd--img {
  width: 25vw;
  height: 40vw;
}
.mmd--img--item {
  width: 100%;
  opacity: 0;
  transition: 0.6s ease;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
}
.mmd--img--item:first-child,
.mmd--steps {
  position: relative;
}
.mmd--img--item.is-active {
  opacity: 1;
}
.mmd--steps {
  z-index: 1;
}
.mmd--step {
  width: 65vw;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html:lang(en) .mmd--step {
  width: 80vw;
}
.mmd--tags,
.mmd--tags-2 {
  display: grid;
  gap: 8px;
}
.mmd--tag {
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0046ad;
  width: 200px;
  height: auto;
  justify-content: center;
  align-items: center;
}
.mmd--body {
  display: grid;
  gap: 24px;
}
html:lang(en) .mmd--heading {
    max-width: 25vw;
    width: 100%;
}
html:lang(en) .mmd--body {
    max-width: 25vw;
    width: 100%;
}
.mmd--detail {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 18px;
  font-weight: 700;
}
.mmd--detail img {
  width: 80px;
  height: 80px;
}
.business--wrap * {
   word-break: normal
}
.business img,
.business--caption {
  width: 100%;
  height: 33.3333333333vw;
}
.business--heading {
  padding: 40px 20px;
}
.business--caption {
  padding: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.55) 55.25%, rgba(0, 0, 0, 0.55) 100%);
  color: #fff;
  align-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
}
.business--service {
  text-align: center;
  margin-bottom: 40px;
}
.business--service span {
  display: inline-block;
  background: #fff;
  padding: 0 80px;
}
.business--service::before {
  width: 80%;
  height: 90px;
  border: 1px solid #0046ad;
  position: absolute;
  top: 50%;
  left: 10%;
}
.business--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.business--item {
  aspect-ratio: 3/4;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.business--item-01 {
  background: url(/jp/img/business-01.webp) center/cover no-repeat;
}
.business--item-02 {
  background: url(/jp/img/business-02.webp) center/cover no-repeat;
}
.business--item-03 {
  background: url(/jp/img/business-03.webp) center/cover no-repeat;
}
.business--item-04 {
  background: url(/jp/img/business-04.webp) center/cover no-repeat;
}
.business--support {
  width: 90%;
  height: 120px;
  margin: auto;
  background: #0046ad;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-model--body {
  background: linear-gradient(90deg, rgba(0, 23, 46, 0.9) 0.49%, rgba(0, 23, 46, 0.55) 42.55%, rgba(0, 23, 46, 0) 57.3%);
  color: #fff;
  position: absolute;
  inset: 0;
  height: 100%;
  align-content: center !important;
  padding-left: 180px;
}
.business-model--caption {
  width: 32%;
}
.baton--img,
.baton--img img,
.baton--title {
  width: 60vw;
  height: 100vh;
}
.business-model .btn {
  color: #fff;
}
.baton {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  padding: 0;
  margin-top: 160px;
}
.baton--title {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 80px;
  display: grid;
  align-items: flex-end;
  z-index: 5;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-top: -100vh;
  background: rgba(0, 0, 0, 0.55);
}
.company--link,
.ir--item-link {
  line-height: 1;
  color: #fff;
  height: auto;
}
.baton--step {
  height: 100vh;
  display: grid;
  grid-template-columns: 60vw 1fr;
  align-items: center;
}
.baton--step:last-child .baton--body::after {
  display: none;
}
.baton--img {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.baton--img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: fixed;
  bottom: 0;
}
.baton--body {
  padding: 120px;
  background: #fff;
}
.baton--body::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100vh;
  background: #0046ad;
  z-index: 0;
}
.baton--detail {
  padding-bottom: 40px;
}
.fadeup {
  opacity: 0;
  transform: translateY(16px);
}
.fadeup.is-animated {
  -webkit-animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.select {
  position: relative;
  width: 260px;
}
.select--trigger {
  border: 2px solid #0046ad;
  color: #0046ad;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
  height: 50px;
  background: 0 0;
}
.select--trigger[aria-expanded="true"] .select--chevron {
  transform: scaleY(1);
}
.select--chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: scaleY(-1);
}
.select--list {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.select--item,
.select--list.is-open {
  display: block;
}
.select--item {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 40px;
  background: 0 0;
  border: 0;
}
.select--item:hover {
  background: #e5e5e5;
}
.select--item.is-active {
  color: #0046ad;
  font-weight: 700;
}
.ir--heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.ir--head {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ir--item {
  flex: 1;
}
.ir--item::before {
  border-left: 1px solid #0046ad;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: 100%;
}
.ir--item:first-child::before {
  border: 0;
}
.ir--item-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  aspect-ratio: 16/9;
  padding: 32px;
}
.ir--item-link-01 {
  background:
    linear-gradient(180deg, rgba(0, 23, 46, 0) 0, rgba(0, 23, 46, 0) 40.24%, rgba(0, 23, 46, 0.6) 70.25%, rgba(0, 23, 46, 0.6) 100%),
    url(/jp/img/ir-link--item-01.webp) center/cover no-repeat;
}
.ir--item-link-02 {
  background:
    linear-gradient(180deg, rgba(0, 23, 46, 0) 0, rgba(0, 23, 46, 0) 40.24%, rgba(0, 23, 46, 0.6) 70.25%, rgba(0, 23, 46, 0.6) 100%),
    url(/jp/img/ir-link--item-02.webp) center/cover no-repeat;
}
.ir--item-link-03 {
  background:
    linear-gradient(180deg, rgba(0, 23, 46, 0) 0, rgba(0, 23, 46, 0) 40.24%, rgba(0, 23, 46, 0.6) 70.25%, rgba(0, 23, 46, 0.6) 100%),
    url(/jp/img/ir-link--item-03.webp) center/cover no-repeat;
}
.ir--item-link-04 {
  background:
    linear-gradient(180deg, rgba(0, 23, 46, 0) 0, rgba(0, 23, 46, 0) 40.24%, rgba(0, 23, 46, 0.6) 70.25%, rgba(0, 23, 46, 0.6) 100%),
    url(/jp/img/ir-link--item-04.webp) center/cover no-repeat;
}
.ir--item-list {
  padding: 32px 40px;
  display: grid;
  gap: 16px;
}
.ir--body {
  padding: 0;
}
.ir--calender {
  background: url(/jp/img/ir-calender-bg.webp) center/cover no-repeat;
  padding: 80px 0;
}
.ir--calender img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.ir--calender-history {
  margin-top: 80px;
}
.ir--calender-history > .grid > .grid:nth-child(odd) {
  margin-left: 100px;
}
.ir--calender-history > .grid > .grid:nth-child(even) {
  margin-left: 100px;
}
.company--grid {
  display: grid;
  gap: 16px;
  grid-template: auto / 1fr 1fr;
}
.company--box-01 {
  grid-row: auto;
  aspect-ratio: 4 / 3;
  background: url(/jp/img/company-01.webp) center/cover no-repeat;
}
.company--box-02,
.company--box-03 {
  aspect-ratio: 16/9;
}
.company--box-02 img,
.company--box-03 img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top -30px left 0;
  object-position: top -30px left 0;
}
.company--box-02 {
  background: url(/jp/img/message-01.webp) center top -30px / cover no-repeat;
}
.company--box-03 {
  aspect-ratio: auto;
  background: url(/jp/img/message-02.webp) center top -30px / cover no-repeat;
}
.company--link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 32px;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 23, 46, 0) 0, rgba(0, 23, 46, 0) 40.24%, rgba(0, 23, 46, 0.6) 80.24%, rgba(0, 23, 46, 0.6) 100%);
}
.brand--grid {
  display: grid;
  gap: 16px;
}
.brand--card {
  background: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
  transition: border-color 0.2s ease;
  width: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 70, 173, 0.2);
}
.brand--card:hover {
  border-color: #0046ad;
}
div.brand--card[data-brand-card=""] {
    cursor: default;
}
div.brand--card[data-brand-card=""]:hover {
  border-color: transparent;
}
.brand--card img {
  height: 98px;
  width: 156px;
}
.brand--card[aria-expanded="true"] {
  box-shadow: none;
}
.brand--card[aria-expanded="true"] .icon-plus {
  display: none;
}
.brand--card[aria-expanded="true"] .icon-minus {
  display: block;
}
.brand--card--btn {
  color: #0046ad;
  width: 24px;
  height: 24px;
}
.brand--card--btn .icon-minus {
  display: none;
}
.brand--card-title {
  word-break: normal;
  overflow-wrap: break-word;
}
.brand--detail {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 40%;
  position: relative;
}
/* 画像エリアがない場合は本文を中央寄せ */
.brand--detail:not(:has(.brand--detail-img:not([hidden]))) {
  grid-template-columns: 1fr;
}

.brand--detail:not(:has(.brand--detail-img:not([hidden]))) .brand--detail-body {
  max-width: 70%;
  margin-inline: auto;
  width: 100%;
}
.brand--detail-wrap {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease;
}
.brand--detail-wrap.is-open {
  max-height: 200vh;
}
.brand--detail-arrow {
  border-bottom: 24px solid #fff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  height: 24px;
  position: relative;
  transform: translateX(-50%);
  width: 0;
}
.brand--detail-body {
  padding: 64px 80px 64px calc((100vw - 1600px) / 2);
}
.brand--detail-img {
  overflow: hidden;
}
.brand--detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/1;
}
.brand--detail .sns-link {
  align-items: center;
  display: flex;
  gap: 24px;
}
.brand--detail .sns-link img {
  height: 24px;
  width: 24px;
}
.brand--logo {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand--overseas {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px 40px;
  background: #f8f8f8;
}
.brand--expansion {
  display: flex;
  padding-right: 40px;
  border-right: 1px solid #ccc;
  word-break: keep-all;
  align-self: stretch;
  justify-content: center;
  align-items: center;
}
.brand--countries {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.brand--country {
  align-items: center;
  display: flex;
  gap: 8px;
}
.brand--country img {
  height: 24px;
  width: 24px;
}
.result a:hover {
  text-decoration: underline;
}
.result--body {
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
}
.float--img {
  width: 400px;
  align-self: flex-start;
}
.float--body {
  flex: 1;
}
.fairtrade {
  background: url(/jp/img/fairtrade-bg.webp) center/cover;
}
.fairtrade .logo {
  max-width: 416px;
  margin-bottom: 40px;
}
.fairtrade--world {
  padding: 80px 0 160px;
}
.fairtrade--img {
  height: 360px;
  background: url(/jp/img/fairtrade-03.webp) center/cover; no-repeat
}
.fairtrade--brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: -70px;
}
.fairtrade--brand img {
  width: 80px;
  height: 80px;
}
.sustainability {
  background:
    linear-gradient(0deg, rgba(0, 23, 46, 0.3) 0, rgba(0, 23, 46, 0.3) 100%),
    url(/jp/img/sustainability.webp) center/cover no-repeat;
}
.sustainability h2,
.sustainability p {
  color: #fff;
}
.sustainability .btn {
  background: 0 0;
  border-color: #fff;
  width: 400px;
  color: #fff;
}
.sustainability .btn:hover {
  background: #fff;
  color: #000;
}
.sustainability-vision {
  padding: 480px 0 80px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6) 60%, #fff 75%),
    url(/jp/img/vision-bg.webp) center/cover no-repeat;
}
.sustainability-vision--item {
  padding: 0;
}
.sustainability-vision--media {
  padding: 80px 0;
  border-top: 1px solid #ccc;
}
.materiality--item {
  padding: 80px 0 16px;
  border-top: 1px solid #0046ad;
}
.materiality--item img {
  width: 400px;
  height: auto;
}
.materiality--num {
  flex: 0 0 40px;
  align-self: flex-start;
}
.materiality--body {
  flex-direction: column;
}
.materiality--link {
  flex-wrap: wrap;
  row-gap: 10px;
}
.materiality--icon {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.materiality--icon img {
  width: 60px;
  height: 60px;
}
.businessmodel--heading {
  background: linear-gradient(90deg, rgba(0, 23, 46, 0.7) 50%, rgba(0, 23, 46, 0) 72.88%);
  position: absolute;
  inset: 0;
  padding: 120px;
  align-content: center;
  color: #fff;
}
.businessmodel--heading .btn {
  color: #fff;
  border-color: #fff;
}
.businessmodel--flow {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.businessmodel--img img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.businessmodel--link {
  padding: 80px 0;
}
.businessmodel--item {
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}
.businessmodel--item-01 {
  background:
    linear-gradient(0deg, rgba(0, 23, 46, 0.55) 0, rgba(0, 23, 46, 0.55) 100%),
    url(/jp/img/businessmodel-05.webp) center top/cover no-repeat;
}
.businessmodel--item-02 {
  background:
    linear-gradient(0deg, rgba(0, 23, 46, 0.55) 0, rgba(0, 23, 46, 0.55) 100%),
    url(/jp/img/businessmodel-06.webp) center/cover no-repeat;
}
.businessmodel--item .btn {
  background: 0 0;
  border-color: #fff;
  width: 400px;
  color: #fff;
}
.businessmodel--item .btn:hover {
  background: #fff;
  color: #000;
}
.businessmodel--system {
  padding-top: 0;
}
.businessmodel--system .o157 {
  padding-top: 80px;
  border-top: 1px solid #0046ad;
}
.panel--border-bottom {
   border-bottom: 1px solid #ccc;
   padding-bottom: 30px;
}
@media screen and (min-width: 1601px) {
  .impact--container {
    margin-bottom: 160px;
  }
  .ir--body {
    max-width: 1600px;
    padding: 160px 0;
    margin: auto;
  }
  .ir--item:first-child::before {
    border-left: 1px solid #0046ad;
  }
  .ir--item:last-child::before {
    border-right: 1px solid #0046ad;
  }
}
@media screen and (max-width: 1919px) {
  .brand--detail-body {
    padding: 64px 80px 64px clamp(32px, 50vw, (100vw - 1280px) / 2);
  }
}
@media screen and (max-width: 1400px) {
  .breadcrumb {
    /*margin-top: 196px;*/
    margin-top: 194px;
  }
}
@media screen and (max-width: 1199px) {
  .impact--user + .impact--revenue,
  .philosophy .end {
    justify-content: center;
  }
  html:lang(ja) .impact--revenue .impact--revenue-num {
    padding-left:15px;
  }
  html:lang(en) .impact--revenue .impact--revenue-num {
    padding-left:25px;
  }
  .impact,
  .story--bg.sp {
    overflow: hidden;
  }
  .image-link {
    gap: 8px;
  }
  .image-link--item:nth-child(-n + 3) {
    grid-column: span 12;
    aspect-ratio: 4/3;
    height: auto;
  }
  .image-link--item:nth-child(n + 4) {
    grid-column: span 6;
    aspect-ratio: 1/1;
    height: auto;
    padding: 20px 16px;
  }
  .philosophy--item {
    height: 100%;
  }
  .philosophy--link {
    position: relative;
  }
  .impact--item {
    padding: 30px 16px 100px;
    height: auto;
    gap: 0;
  }
  .impact--link {
    position: relative;
    padding-bottom: 80px;
  }
  .impact--link .btn--ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .impact--svg {
    right: 20px;
    bottom: 20px;
  }
  .impact--svg img {
    width: calc(100vw - 40px);
    height: auto;
    max-height: 320px;
  }
  .impact--links {
    gap: 24px 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ccc;
  }
  .impact--world .world-svg {
    width: 100%;
    height: auto;
  }
  .impact--container {
    padding: 30px 20px;
    height: 90vw;
  }
  .impact--body .impact--svg {
    margin-top: -120px;
  }
  .impact--world {
    margin: -20px;
    right: 0;
  }
  .impact--brand {
    grid-template-columns: repeat(10, 1fr);
    gap: 8px;
    margin-bottom: -60px;
  }
  .impact--user {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 10px;
    margin: 0 -32px;
  }
  .impact .heading--row {
    padding: 24px 20px;
    display: grid;
    gap: 16px;
  }
  .impact .text--en {
    letter-spacing: -4%;
  }
  .action--heading {
    padding: 80px 0 40px;
  }
  .action--link {
    position: relative;
    padding: 24px 0 40px;
  }
  .action--link img {
    height: 12px;
  }
  .action--item,
  .action--item img,
  .action[data-action-carousel] .action--visuals {
    height: auto;
  }
  .action--item img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero--message img,
  .mmd--img--item {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
  }
  .action--title {
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
  }
  .action--title svg {
    width: 30px;
    height: 12px;
  }
  .action--control {
    justify-content: center;
    width: calc(100vw - 48px);
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  .action--body {
    display: grid;
    gap: 40px;
    line-height: 1.5;
  }
  .action--child + .action--link {
    padding: 32px 12px;
  }
  .action[data-action-carousel] .action--link .container {
    display: grid;
    gap: 30px;
  }
  .action[data-action-carousel] .action--body-wrap {
    width: 100%;
  }
  .news--body {
    display: grid;
    gap: 40px;
  }
  .news--list {
    padding: 0;
    border: 0;
  }
  .news--category {
    padding: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 4px;
  }
  .news--link {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
  .message,
  .message--grid,
  .mmd--step,
  .mmd--steps,
  .news-post .news--meta {
    display: grid;
  }
  .news-info--link,
  .news-room--link {
    -webkit-line-clamp: 3;
  }
  .news-info {
    padding: 20px;
  }
  .news-room--item {
    grid-template-columns: 70px 1fr;
    gap: 0 16px;
  }
  .news-room--item > img {
    grid-row: 1/1;
    width: 70px;
    height: 70px;
  }
  .news-room--item .news--time {
    border: 0;
    width: 60vw;
    padding: 0;
  }
  .news-room--meta {
    flex-wrap: wrap;
  }
  .news-room--link {
    grid-column: 1/3;
  }
  .news-room--body .news--category {
    position: relative;
    top: auto;
  }
  .news--sort .select {
    width: 100%;
  }
  .news-post .news--time {
    justify-self: flex-end;
    padding: 0;
    border: 0;
  }
  .carousel--brand {
    padding: 40px 0;
  }
  .carousel--list a,
  .carousel--list img {
    width: 80px;
    height: 80px;
  }
  .kv .mission {
    padding: 160px 20px;
  }
  .kv .hero--inner {
    flex-direction: column;
    align-items: stretch;
  }
  .kv--content .btn {
    width: 90% !important;
    height: 65px;
    margin: 0 auto;
  }
  .modal--inner {
    width: 100vw;
  }
  .breadcrumb {
    margin-top: 72px;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .breadcrumb * {
    white-space: nowrap;
  }
  .hero--action,
  .story--item {
    height: calc(100vh - 72px - 40px);
  }
  .hero--caption {
    padding: 80px 20px;
    z-index: 5;
  }
  .hero--message {
    padding: 0;
    margin: 0 !important;
    align-items: flex-start;
    height: auto;
  }
  .hero--message img {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
  }
  .hero--message .gap--40 {
    gap: 32px;
  }
  .hero--body {
    padding: 32px 20px;
    position: relative;
  }
  .message--caption {
    position: relative;
    padding: 32px 20px 64px;
    background: 0 0;
  }
  .message--link {
    color: #000;
  }
  .message--link .btn--ul {
    color: #0046ad;
  }
  #mmd.is-last-active .mmd--sticky {
    /*
    transform: translateY(-60px);
    transition: transform 0.6s ease;
    */
  }
  .mmd--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: calc((100vh - (100vw - 100px)) / 2);  /* ← 追加 */
    z-index: 1;
    width: 100%;
  }
  .mmd--img {
    width: calc(100vw - 100px);
    height: calc(100vw - 100px);
    margin: 0 auto;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    opacity: 0.6;
  }
  /*
  .mmd--img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
    pointer-events: none;
    z-index: 2;
  }
  */
  .baton--img img,
  .baton--title,
  .business--caption,
  .business-model--body,
  .businessmodel--heading,
  .mmd--img--item:first-child,
  .mmd--steps,
  .story--bg.sp {
    position: relative;
  }
  .mmd--img--item {
    width: 100%;
    object-fit: cover;
    top: 0;
  }
  .mmd--steps {
    z-index: 2;
    gap: 80px;
  }
  .mmd--step {
    width: 100%;
    min-height: auto;
    margin: auto;
    gap: 32px;
    justify-content: stretch;
  }
  html:lang(en) .mmd--heading {
      max-width: 100vw;
  }
  html:lang(en) .mmd--body {
      max-width: 100vw;
  }
  .mmd--detail {
    font-size: 14px;
  }
  .mmd--detail img {
    width: 60px;
    height: 60px;
  }
  .mmd--tags {
    display: flex;
    gap: 8px;
  }
  .mmd--tags-2 {
    display: grid;
    grid-template: auto/1fr 1fr;
    gap: 8px;
  }
  .mmd--tag {
    flex: 1;
    width: auto;
  }
  .business--caption {
    background: 0 0;
    padding: 40px 20px;
    bottom: auto;
    left: auto;
    height: auto;
    color: #000;
  }
  .business--grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
  }
  .business--service span {
    padding: 0 20px;
  }
  .business--service::before {
    width: 100%;
    left: 0;
  }
  .business--support {
    width: 100%;
  }
  .business-model--body {
    background: #0046ad;
    padding: 64px 20px;
  }
  .business-model--caption {
    width: 100%;
  }
  .business-model .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .baton {
    padding-bottom: 80px;
    margin-top: 80px;
  }
  .baton--title {
    background: 0 0;
    margin: 0;
    padding: 40px 20px;
    bottom: auto;
    left: auto;
    height: auto;
    color: #000;
    width: 100%;
    font-size: 24px;
  }
  .baton--step {
    grid-template-columns: auto;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .baton--img,
  .baton--img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .baton--body {
    padding: 40px 0 0;
    background: 0 0;
  }
  .baton--detail,
  .baton--label {
    padding-left: 50px;
  }
  .baton--body::after {
    left: 8px;
    top: 64px;
    height: 100vw;
  }
  .baton--label {
    margin-top: -40px;
  }
  .ir--heading {
    display: grid;
    justify-content: inherit;
  }
  .ir--heading .btn {
    width: auto;
  }
  .ir--item::before {
    display: none;
  }
  .ir--item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
  }
  .ir--calender-history > .grid > .grid:nth-child(odd) {
    margin-left: 0;
  }
  .ir--calender-history > .grid > .grid:nth-child(even) {
    margin-left: 0;
  }
  .brand--detail-body .flex,
  .brand--overseas {
    justify-content: center;
  }
  .company--grid {
    grid-template: 1fr / auto;
    gap: 8px;
  }
  .company--box-01 {
    grid-row: auto;
    aspect-ratio: 1/1;
  }
  .company--box-01 svg {
    width: 30px;
    height: 12px;
  }
  .company--box-02,
  .company--box-03 {
    aspect-ratio: 4/3;
    background-position: top;
  }
  .brand--grid .tab--group {
    gap: 16px 0;
  }
  .brand--card img {
    height: 80px;
    width: auto;
  }
  .brand--detail {
    grid-template-columns: 1fr;
  }
  .brand--detail:not(:has(.brand--detail-img:not([hidden]))) .brand--detail-body {
    max-width: 100%;

  }
  .brand--detail--img {
    display: none;
  }
  .brand--detail-body {
    padding: 40px 20px;
    text-align: center;
  }
  .brand--logo {
    height: auto;
    margin: 0 auto 20px;
  }
  .brand--overseas {
    display: grid;
  }
  .brand--expansion {
    border: 0;
    padding: 0;
  }
  .brand--countries {
    justify-content: center;
  }
  .fairtrade .logo {
    max-width: 230px;
    margin-bottom: 24px;
  }
  .fairtrade--world {
    padding: 0 0 80px;
  }
  .fairtrade--img {
    height: 240px;
    background: url(/jp/img/fairtrade-03-sp.webp) center/cover;
  }
  .fairtrade--brand {
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
  }
  .businessmodel--link .btn,
  .materiality--item img,
  .sustainability .btn {
    width: 100%;
  }
  .sustainability-vision {
    padding: 360px 0 32px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.6) 30%, #fff 45%),
      url(/jp/img/vision-bg.webp) top -10px center/200% no-repeat;
  }
  .sustainability-vision--media {
    padding: 32px 0;
    border-top: 0;
  }
  .sustainability-vision--heading {
    padding: 0 0 16px !important;
  }
  .materiality--item {
    padding-top: 64px;
  }
  .materiality--icon img {
    width: 60px;
    height: 60px;
  }
  .materiality .btn span {
    text-align: left;
  }
  .businessmodel--heading {
    padding: 32px 20px;
    color: #000;
    background: 0 0;
  }
  .businessmodel--heading .btn {
    color: #0046ad;
    border-color: #0046ad;
  }
  .businessmodel--flow {
    display: flex;
    flex-direction: row;
    gap: 16px;
    text-align: left;
  }
  .businessmodel--arrow {
    display: grid;
    justify-content: center;
  }
  .businessmodel--link {
    padding-top: 0;
  }
  .businessmodel--link .container {
    padding: 0;
  }
  .businessmodel--link .grid--2 {
    row-gap: 8px !important;
  }
  .businessmodel--img img {
    width: 100px;
    height: 100px;
  }
  .panel--border-bottom {
    border-bottom: none;
    padding-bottom: 0;
  }
  .story--bg.sp {
    display: grid;
    place-content: center;
  }
  .story--bg.sp img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
  }
  .story--container {
    grid-area: 1/-1;
    height: calc(100vh - 72px - 40px);
  }
  .story--container:first-child {
    -webkit-animation: img-container-first 6s linear forwards;
    animation: img-container-first 6s linear forwards;
  }
  .story--container:last-child {
    -webkit-animation: img-container-last 6s linear 3s forwards;
    animation: img-container-last 6s linear 3s forwards;
    z-index: -1;
  }
  .story--container::after,
  .story--container::before {
    -webkit-animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .story--container::before {
    -webkit-animation-name: img-container-before;
    animation-name: img-container-before;
    inset: 0 50% 0 0;
  }
  .story--container::after {
    -webkit-animation-name: img-container-after;
    animation-name: img-container-after;
    inset: 0 0 0 50%;
  }
  .story--container:last-child::after,
  .story--container:last-child::before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}
.text--md {
  font-weight: 500;
}
.text--bold {
  font-weight: 650;
}
.text--indent {
  text-indent: 1rem;
}
.text--center {
  text-align: center !important;
}
.text--left {
  text-align: left !important;
}
.text--right {
  text-align: right !important;
}
.btn--ul span,
.btn--ul-global span {
  text-align: left;
}
.text--main {
  color: #0046ad;
}
.text--accent {
  color: #00f5ff;
}
.text--gray {
  color: #666;
}
.text--red {
  color: #b1000d;
}
.text--12 {
  font-size: 12px;
}
.btn--sm,
.text--14 {
  font-size: 14px;
}
.text--16 {
  font-size: 16px;
}
.text--18 {
  font-size: 18px;
}
.text--20 {
  font-size: 20px;
}
.text--24 {
  font-size: 24px;
}
.text--28 {
  font-size: 28px;
}
.text--32 {
  font-size: 32px;
}
.text--34 {
  font-size: 34px;
}
.text--38 {
  font-size: 38px;
}
.text--40 {
  font-size: 40px;
}
.text--48 {
  font-size: 48px;
}
.text--68 {
  font-size: 68px;
}
.text--80 {
  font-size: 80px;
}
.text--96 {
  font-size: 96px;
}
.text--100 {
  font-size: 100px;
}
.text--130 {
  font-size: 130px;
}
.text--en {
  font-family: Oswald, sans-serif;
  font-weight: 460 !important;
  letter-spacing: 0;
}
.lh--100 {
  line-height: 1;
}
.lh--150 {
  line-height: 1.5;
}
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 650;
  line-height: 1;
  border: 1px solid #0046ad;
  color: #0046ad;
  background: #fff;
  transition: 0.3s ease;
}
.btn .arrow {
  transform: translateX(0);
  transition: 0.3s ease;
  display: grid;
}
.btn:not(.btn--ul, .btn--ul-none, .btn--ul-global, .btn--mega, .btn--pager, .btn--back, .btn--close, .btn--top, .btn--main):hover {
  color: #fff;
  background: #0046ad;
  transition: 0.3s ease;
}
.btn:hover .arrow {
  transform: translateX(4px);
  transition: 0.3s ease;
}
.btn--sm {
  padding: 0 16px;
  width: 180px;
  height: 50px;
}
.btn--md {
  font-size: 16px;
  padding: 0 20px;
  width: 320px;
  height: 70px;
}
.btn--lg {
  font-size: 18px;
  padding: 0 32px;
  width: 420px;
  height: 100px;
}
.btn--ul,
.btn--ul-none {
  width: -webkit-fit-content;
}
.btn--xl {
  font-size: 24px;
}
.btn--ul {
  padding: 12px 0;
  border: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: 1.5;
  color: #0046ad;
  background: 0 0;
}
.btn--ul-global,
.btn--ul-none {
  padding: 4px 0;
  line-height: 1.5;
  border: 0;
}
.btn--ul::after,
.btn--ul::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
}
.btn--ul::before {
  width: 100%;
  background: currentColor;
}
.btn--ul::after {
  width: 0;
  background: currentColor;
  transition: 0.3s ease;
}
.btn--ul:hover {
  color: #0046ad;
  transition: 0.3s ease;
}
.btn--ul:hover::before {
  width: 0;
}
.btn--ul:hover::after {
  width: 100%;
  transition: 0.3s ease;
}
.btn--ul-none {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: 0 0;
}
.btn--ul-none::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: currentColor;
  transition: 0.3s ease;
}
.btn--ul-none:hover {
  color: #0046ad;
  background: 0 0;
  transition: 0.3s ease;
}
.btn--ul-none:hover::after {
  width: 100%;
  transition: 0.3s ease;
}
.btn--ul-global {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  color: #000;
  background: 0 0;
}
.btn--ul-global:hover {
  color: #0046ad;
  transition: 0.3s ease;
}
.btn--mega {
  color: #fff;
  font-size: 32px;
  justify-content: center;
  width: 100%;
  height: 180px;
  gap: 40px;
  background: url(/jp/img/btn.webp) center/cover no-repeat;
  transition: 0.3s ease;
}
.btn--link,
.btn--pager {
  height: 120px;
  padding: 0 32px;
  width: 100%;
}
.btn--mega:hover {
  background: url(/jp/img/hover.webp) center/cover no-repeat;
}
.btn--mega.text--en {
  font-size: 48px;
}
.btn--link {
  background: #fff;
}
.btn--pager {
  gap: 28px;
  border: 0;
  outline: #0046ad solid 1px;
}
.btn--pager .article {
  flex: 1;
  display: grid;
  gap: 10px;
}
.btn--pager .title {
  height: 42px;
  color: #000;
  font-weight: 400;
}
.btn--pager:hover {
  outline: #0046ad solid 3px;
  color: #0046ad;
}
.btn--pager:hover .title {
  color: #0046ad;
}
.btn--back {
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #fff;
  background: #0046ad;
  transition: 0.3s ease;
}
.btn--back:hover {
  background: #002e6d;
  transition: 0.3s ease;
}
.btn--close,
.btn--top {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0046ad;
  transition: 0.3s ease;
  color: #fff;
}
.btn--close:hover,
.btn--top:hover {
  background: #002e6d;
  transition: 0.3s ease;
}
.btn--top {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: calc(100vw - 60px);
  margin-top: -60px;
}
.btn--main {
  background: #0046ad;
  color: #fff;
}
.btn--main:hover {
  background: #fff;
  color: #0046ad;
}
.btn span {
  flex: 1;
  text-align: center;
}
.btn.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link-pdf,
.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  word-break: keep-all;
}
.c-icon-pdf {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M3.5%2019.65C3.5%2020.0642%203.83579%2020.4%204.25%2020.4H16.7V21.9H4.25C3.00736%2021.9%202%2020.8926%202%2019.65V7.35H3.5V19.65ZM20.25%202C21.3546%202%2022.25%202.89543%2022.25%204V17.1C22.25%2018.1873%2021.3824%2019.0719%2020.3017%2019.0993L20.25%2019.1H7.15L7.09834%2019.0993C6.03481%2019.0724%205.17765%2018.2152%205.15068%2017.1517L5.15%2017.1V4C5.15%202.89543%206.04543%202%207.15%202H20.25ZM7.15%203.5C6.87386%203.5%206.65%203.72386%206.65%204V17.1C6.65%2017.3761%206.87386%2017.6%207.15%2017.6H20.25C20.5261%2017.6%2020.75%2017.3761%2020.75%2017.1V4C20.75%203.72386%2020.5261%203.5%2020.25%203.5H7.15ZM9.79492%207.76797C10.3445%207.76798%2010.7922%207.93936%2011.1267%208.28936L11.1576%208.32236C11.4724%208.66626%2011.6271%209.10599%2011.6271%209.63311C11.6271%2010.1766%2011.465%2010.6171%2011.1318%2010.9425C10.7985%2011.268%2010.341%2011.425%209.77295%2011.425H9.15518V13.3H7.87852V7.76797H9.79492ZM13.5584%207.76797C14.2039%207.76797%2014.7276%207.97403%2015.1181%208.39277C15.5106%208.81109%2015.7053%209.37961%2015.7128%2010.0861L15.7129%2010.0872V10.9515C15.7129%2011.67%2015.5223%2012.2474%2015.1296%2012.6711L15.1295%2012.671C14.7382%2013.0934%2014.2004%2013.3%2013.5291%2013.3H12.0485V7.76797H13.5584ZM19.5409%208.86523H17.6659V10.0312H19.3395V11.1247H17.6659V13.3H16.3893V7.76797H19.5409V8.86523ZM13.3252%2012.2064H13.5475C13.8915%2012.2064%2014.1071%2012.1163%2014.2266%2011.963C14.352%2011.7995%2014.4288%2011.5011%2014.4362%2011.0431V10.1165C14.4362%209.62097%2014.3656%209.30237%2014.246%209.13447L14.2457%209.13398C14.1313%208.97137%2013.9308%208.87481%2013.6161%208.86523H13.3252V12.2064ZM9.15518%208.86523V10.3278H9.79492C9.976%2010.3278%2010.1043%2010.2698%2010.1942%2010.1622C10.2859%2010.0526%2010.3395%209.88391%2010.3395%209.64043C10.3395%209.38785%2010.2849%209.19984%2010.1867%209.06611L10.1862%209.06553C10.0899%208.93237%209.96591%208.86749%209.80586%208.86514L9.15518%208.86523Z%22%20fill%3D%22%230046ad%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
}
.c-link-pdf__text {
  text-decoration: underline;
}
.c-link-pdf__text:hover,
.c-text-supplement {
  text-decoration: none;
}
.c-text-supplement {
  color: #666;
}
.bg--gray {
  background: #f8f8f8;
}
.bg--blue {
  background: #ebf8fe;
}
.flex {
  display: flex;
  gap: 16px;
}
.grid {
  display: grid;
  align-content: flex-start;
  gap: 32px 16px;
}
.grid--2 {
  grid-template: auto/1fr 1fr;
  row-gap: 40px !important;
}
.grid--3 {
  grid-template: auto/1fr 1fr 1fr;
  row-gap: 40px !important;
}
.grid--4 {
  grid-template: auto/1fr 1fr 1fr 1fr;
  row-gap: 40px !important;
}
.grid--6 {
  grid-template: auto/1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 40px;
}

/* 2列の真ん中に縦線を引くための専用クラス */
.grid--has-line {
    column-gap: 80px !important; 
    background-image: linear-gradient(#ccc, #ccc); /* #ccc が線の色 */
    background-size: 1px 100%;                    /* 線の太さ：1px */
    background-position: center;
    background-repeat: no-repeat;
}
.cc {
  justify-content: center;
  align-items: center;
}
.ac {
  align-items: center;
}
.ac .float--img {
  align-self: center;
}
.ab {
  align-items: baseline;
}
.between {
  justify-content: space-between;
  flex-wrap: wrap;
}
.end {
  justify-content: flex-end;
}
.gap--0 {
  gap: 0;
}
.gap--8 {
  gap: 8px;
}
.gap--16 {
  gap: 16px;
}
.gap--24 {
  gap: 24px;
}
.gap--32 {
  gap: 32px;
}
.gap--40 {
  gap: 40px;
}
.gap--48 {
  gap: 48px;
}
.gap--64 {
  gap: 64px;
}
.gap--80 {
  gap: 80px;
}
.gap--120 {
  gap: 120px;
}
.sp,
.sp--br {
  display: none;
}
@media screen and (max-width: 1199px) {
  .flex,
  .grid {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .sp--br {
    display: inline;
  }
  .pc {
    display: none !important;
  }
  .flex {
    display: grid;
  }
  .grid--2,
  .grid--3 {
    grid-template: auto/1fr;
  }
  .grid--4,
  .grid--6 {
    grid-template: auto/1fr 1fr;
    gap: 24px 8px;
  }
  .grid--has-line {
      background-image: none;
  }
  .gap--32 {
    gap: 24px;
  }
  .gap--48 {
    gap: 32px;
  }
  .gap--64 {
    gap: 48px;
  }
  .gap--80 {
    gap: 64px;
  }
  .text--20 {
    font-size: 16px;
  }
  .text--24 {
    font-size: 22px;
  }
  .text--28 {
    font-size: 24px;
  }
  .text--34 {
    font-size: 30px;
  }
  .text--38 {
    font-size: 32px;
  }
  .text--40 {
    font-size: 34px;
  }
  .text--48 {
    font-size: 36px;
  }
  .text--68,
  .text--96 {
    font-size: 42px;
  }
  .text--100 {
    font-size: 100px;
  }
  .text--130 {
    font-size: 64px;
  }
  .sp-text--14 {
    font-size: 14px;
  }
  .sp-text--16 {
    font-size: 16px;
  }
  .sp-text--18 {
    font-size: 18px;
  }
  .sp-text--20 {
    font-size: 20px;
  }
  .sp-text--24 {
    font-size: 24px;
  }
  .sp-text--28 {
    font-size: 28px;
  }
  .sp-text--32 {
    font-size: 32px;
  }
  .sp-text--40 {
    font-size: 40px;
  }
  .sp-text--64 {
    font-size: 64px;
  }
  .sp-text--96 {
    font-size: 96px;
  }
  .btn {
    max-width: 100%;
  }
  .btn--mega {
    font-size: 36px;
    padding: 0 24px;
  }
  .btn--mega svg {
    width: 41px;
    height: auto;
  }
  .btn--mega svg:first-child {
    display: none;
  }
  .btn--mega.text--en {
    font-size: 32px;
  }
  .btn.sp-full {
    width: 100%;
  }
  .icon-link {
    word-break: break-word;
  }
  .c-link-pdf {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .businessmodel--item-01 {
    background:
      linear-gradient(0deg, rgba(0, 23, 46, 0.55) 0, rgba(0, 23, 46, 0.55) 100%),
      url(/jp/img/businessmodel-05_sp.webp) center/cover no-repeat;
  }
  .businessmodel--item-02 {
    background:
      linear-gradient(0deg, rgba(0, 23, 46, 0.55) 0, rgba(0, 23, 46, 0.55) 100%),
      url(/jp/img/businessmodel-06_sp.webp) center/cover no-repeat;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1502px) {
/*@media screen and (min-width: 1401px) and (max-width: 1515px) {*/
  .breadcrumb {
    margin-top: 194px;
  }
}

/* ===== WOVN 言語切替（PC） ===== */
/* 読み込み前：完全に非表示 */
header .top-menu .language .wovn-languages {
  display: none !important;
}
/* WOVN初期化完了後にだけ表示 */
header .top-menu .language .wovn-languages[data-ready="true"] {
  display: inline-flex !important;
  align-items: center;
  line-height: 1;
}
header .top-menu .language .wovn-switch {
  cursor: pointer;
  color: #000;
  transition: 0.3s ease;
}
header .top-menu .language .wovn-switch svg {
  vertical-align: middle;
}

header .top-menu .language .wovn-switch:hover {
  color: #0046ad;
}
header .top-menu .language .wovn-switch.selected {
  display: none;
}

/* ===== WOVN 言語切替（SP） ===== */
.sp-menu--sub-nav .wovn-languages.sp-lang {
  height: 60px;
  margin-top: 35px;
  font-size: 14px;
  color: #666;
}
.sp-menu--sub-nav .wovn-languages.sp-lang .wovn-switch {
  cursor: pointer;
  color: #666;
}
.sp-menu--sub-nav .wovn-languages.sp-lang .wovn-switch.selected {
  display: none;
}

html:lang(en) .english_none {
    display: none;
}

html:lang(ja) .japanese_none {
    display: none;
}

html:lang(en) .en_ws_preline {
  white-space: pre-line !important;
}