* {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  * {
    letter-spacing: 0.05em;
  }
}

html {
  --fw: 100vw;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  scrollbar-gutter: stable;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.388888888vw;
  }
}
@media screen and (min-width: 1153px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #363434;
  font-family: 'Noto Sans JP', sans-serif;
}

button {
  color: #363434;
}

.newsite * {
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px !important;
}

.newsite .kjmHoverLink {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .newsite .kjmHoverLink {
    transition: color 0.2s ease;
  }
  .newsite .kjmHoverLink:hover {
    color: #9ea3a6 !important;
  }
}

section.info {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  section.info .base-container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  section.info .h1.corporate_common .h1__content {
    margin-bottom: 1rem;
  }
}
section.info .h1.corporate_common .h1__content span {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  section.info .h1.corporate_common .h1__content span {
    margin-top: 1rem;
  }
}

section.video {
  margin-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  section.video {
    margin-top: 4.75rem;
  }
}
@media screen and (max-width: 767px) {
  section.video .base-container {
    padding: 0 1.25rem;
  }
}
section.video .h2.corporate_common .h2__content {
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  section.video .h2.corporate_common .h2__content {
    letter-spacing: 0.1em;
  }
}
section.video .video__largeMovie {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  section.video .video__largeMovie {
    margin-top: 2.5rem;
  }
}
section.video .video__relatedVideos {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  section.video .video__relatedVideos {
    width: 100%;
    padding: 0 6.5625rem;
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem;
  }
}
@media screen and (min-width: 1440px) {
  section.video .video__relatedVideos {
    gap: 4.6875rem;
  }
}
section.video .video__relatedVideoContainer {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #9ea3a6;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.video .video__relatedVideoContainer {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  section.video .video__relatedVideoContainer {
    gap: 1.1875rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  section.video .video__relatedVideoContainer {
    gap: 1.5625rem;
  }
}
section.video .video__relatedVideoContainer::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  width: 0;
  height: 0.0625rem;
  background-color: #e6002d;
  transition: width 0.25s ease-in-out;
}
section.video .video__relatedVideoItem {
  display: block;
  aspect-ratio: 16/9;
  max-width: 10rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.video .video__relatedVideoItem {
    max-width: 15rem;
    width: clamp(9.375rem, 15rem, 46.4%);
    aspect-ratio: 240/135;
  }
}
section.video .video__relatedVideoItem picture {
  display: block;
  aspect-ratio: 16/9;
  max-width: 15rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  section.video .video__relatedVideoItem picture {
    aspect-ratio: 240/135;
  }
}
section.video .video__relatedVideoItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}
section.video .video__relatedVideoItem img:hover {
  transform: scale(1.05);
}
section.video .video__relatedVideoItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.video .video__relatedVideoText {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.video .video__relatedVideoText {
    letter-spacing: 0.08em;
  }
}
section.video .video__relatedVideoChevron {
  color: #e6002d;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  section.video .video__relatedVideoContainer:hover .video__relatedVideoChevron {
    transform: translateX(0.5rem);
  }
  section.video .video__relatedVideoContainer:hover::after {
    width: 100%;
  }
}

section.about {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  section.about .base-container {
    padding: 0 1rem;
  }
}
section.about .h2.corporate_common .h2__content {
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  section.about .h2.corporate_common .h2__content {
    margin-bottom: 1.625rem;
  }
}
section.about .about__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.about .about__content {
    margin-top: 2.5rem;
  }
}
section.about .about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.125rem;
  column-gap: 1.125rem;
  grid-auto-flow: dense;
}
@media screen and (min-width: 768px) {
  section.about .about__grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.25rem;
    column-gap: 2.25rem;
    grid-auto-flow: row;
  }
}
section.about .about__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.about .about__item--empty {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  section.about .about__item--empty {
    display: block;
  }
}

section.governance {
  margin-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  section.governance {
    margin-top: 4.875rem;
  }
}
@media screen and (max-width: 767px) {
  section.governance .base-container {
    padding: 0 1rem;
  }
}
section.governance .h2.corporate_common .h2__content {
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  section.governance .h2.corporate_common .h2__content {
    margin-bottom: 1.625rem;
  }
}
section.governance .governance__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.governance .governance__content {
    margin-top: 2.5rem;
  }
}
section.governance .governance__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.125rem;
  column-gap: 1.125rem;
  grid-auto-flow: dense;
}
@media screen and (min-width: 768px) {
  section.governance .governance__grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.25rem;
    column-gap: 2.25rem;
    grid-auto-flow: row;
  }
}
section.governance .governance__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.governance .governance__item--empty {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  section.governance .governance__item--empty {
    display: block;
  }
}

section.other {
  margin-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  section.other {
    margin-top: 4.75rem;
  }
}
@media screen and (max-width: 767px) {
  section.other .base-container {
    padding: 0 1rem;
  }
}
section.other .h2.corporate_common .h2__content {
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  section.other .h2.corporate_common .h2__content {
    margin-bottom: 1.625rem;
  }
}
section.other .other__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.other .other__content {
    margin-top: 2.5rem;
  }
}
section.other .other__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.125rem;
  column-gap: 1.125rem;
  grid-auto-flow: dense;
}
@media screen and (min-width: 768px) {
  section.other .other__grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 2.25rem;
    column-gap: 2.25rem;
    grid-auto-flow: row;
  }
}
section.other .other__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.other .other__item--empty {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  section.other .other__item--empty {
    display: block;
  }
}
section.other .other__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.other .other__cards {
    padding: 0 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  section.other .other__cards {
    width: 50%;
    gap: 2.3125rem;
    padding-right: 1.25rem;
  }
}
section.other .other__card {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.other .other__card .card.corporate_common .card__thumb {
    aspect-ratio: 165/110;
  }
}
@media screen and (min-width: 768px) {
  section.other .other__card .card.corporate_common .card__thumb {
    border: 0.0625rem solid #9ea3a6;
  }
}
@media screen and (max-width: 767px) {
  section.other .other__card .card.corporate_common .card__content {
    margin-top: 0.375rem;
  }
}
@media screen and (min-width: 768px) {
  section.other .other__card .card.corporate_common .card__content {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  section.other .other__card .card.corporate_common .card__content .card__title .card__titleContent span {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  section.other .other__card .card.corporate_common .card__inner {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.other .other__card .card.corporate_common .card__inner svg {
    margin-left: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  section.other .other__card .cardLinkout.corporate_common .cardLinkout__thumb {
    aspect-ratio: 165/110;
  }
}
@media screen and (min-width: 768px) {
  section.other .other__card .cardLinkout.corporate_common .cardLinkout__thumb {
    border: 0.0625rem solid #9ea3a6;
  }
}
@media screen and (max-width: 767px) {
  section.other .other__card .cardLinkout.corporate_common .cardLinkout__content {
    margin-top: 0.375rem;
  }
}
@media screen and (min-width: 768px) {
  section.other .other__card .cardLinkout.corporate_common .cardLinkout__content {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  section.other
    .other__card
    .cardLinkout.corporate_common
    .cardLinkout__content
    .cardLinkout__title
    .cardLinkout__titleContent {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}

section.boxes {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  section.boxes {
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  section.boxes .base-container {
    padding: 0 0;
  }
}
@media screen and (min-width: 1440px) {
  section.boxes .base-container {
    padding: 0 0;
  }
}
section.boxes .boxes__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  section.boxes .boxes__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.boxes .boxes__item {
  position: relative;
  width: 100%;
  min-height: 26.625rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--bg-sp);
  display: flex;
  flex-direction: column;
  padding: 3.75rem 1.25rem;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.boxes .boxes__item {
    min-height: 30.6875rem;
    background-image: var(--bg-pc);
    padding: 5rem 3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  section.boxes .boxes__item {
    padding: 5rem 3.75rem;
  }
}
section.boxes .boxes__list {
  list-style: none;
  margin-top: 2.375rem;
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}
@media screen and (min-width: 768px) {
  section.boxes .boxes__list {
    margin-top: 2.5rem;
    gap: 1.4375rem;
    margin-bottom: 3.625rem;
  }
}
section.boxes .boxes__listItem {
  width: 100%;
}
section.boxes .boxes__listItem .link.corporate_common svg {
  color: #e6002d;
}
section.boxes .boxes__buttonContainer {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  section.boxes .boxes__buttonContainer {
    padding: 0 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  section.boxes .boxes__buttonContainer {
    padding: 0 0;
    width: 18.625rem;
    height: 4.125rem;
    align-self: center;
  }
}
section.boxes .btn.corporate_common.boxes__button {
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.boxes .btn.corporate_common.boxes__button {
    padding: 0 1.75rem;
    height: 4.125rem;
  }
}
/* 社長ごあいさつ CTA（Figma 18064:46092 / hover 18064:46106） */
section.info .info__main {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  width: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 768px) {
  section.info .info__main {
    display: flex;
    align-items: stretch;
  }

  section.info .info__main:hover {
    background-color: #f5f6f7;
  }

  section.info .info__main:hover .info__mainArrow {
    transform: translateX(0.25rem);
  }
}

section.info .info__mainThumb {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
  section.info .info__mainThumb {
    height: 18.75rem;
    aspect-ratio: 486/300;
    flex-shrink: 0;
    border-radius: 0.25rem 0 0 0.25rem;
  }
}

section.info .info__mainThumb picture,
section.info .info__mainThumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 767px) {
  section.info .info__mainThumb {
    width: 100%;
    aspect-ratio: 350 / 285;
  }

  section.info .info__mainThumb img {
    aspect-ratio: 350 / 285;
  }
}

section.info .info__mainBody {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

@media screen and (min-width: 768px) {
  section.info .info__mainBody {
    padding: 0 1.875rem 0 3.75rem; /* ~40px */
  }
}

@media screen and (max-width: 767px) {
  section.info .info__mainBody {
    margin-top: 1.5rem;
    align-items: flex-start;
  }
}

section.info .info__mainContent {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

section.info .info__mainTitle {
  margin: 0;
  color: #363434;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  section.info .info__mainTitle {
    font-size: 1.9375rem; /* 28px */
    letter-spacing: 0.02em;
  }
}

section.info .info__mainRoleSvg {
  margin-top: 1rem;
  width: 7.5rem;
}

@media screen and (min-width: 768px) {
  section.info .info__mainRoleSvg {
    margin-top: 3.75rem;
    width: 8.75rem;
  }
}

section.info .info__mainRole {
  margin: 1rem 0 0;
  color: #363434;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', YuMincho, serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  section.info .info__mainRole {
    margin-top: 2.125rem; /* ~34px from title to role group start in Figma: 270-202-28=40, then role at 270 */
    font-size: 1.125rem; /* 18px */
    letter-spacing: 0.1em;
  }
}

section.info .info__mainName {
  margin: 0.75rem 0 0;
  color: #363434;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', YuMincho, serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  section.info .info__mainName {
    margin-top: 0.875rem; /* 304-270-18 ≈ 16 */
    font-size: 1.5rem; /* 24px */
    letter-spacing: 0.1em;
  }
}

section.info .info__mainArrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #e6002d;
  transition: transform 0.3s ease;
}

section.info .info__mainArrow svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
