@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
/* ===== Reset ===== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover, a:visited {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 1001px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .pc-only {
    display: none !important;
  }
}
#mvLinePathPc,
#mvLinePathSp {
  opacity: 0;
  visibility: hidden;          /* どちらか一方でも可 */
  /* stroke-dashoffset: 100%;  等で視覚的に消す方法でもOK */
}
.page-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ===== MV ===== */
.mv {
  position: relative;
  width: 100%;
  height: 27.85vw; /* 1440:810 */
}
.mv img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .mv {
    height: 112.78vw;
  }
  .mv img {
    width: 100%;
    height: auto;
  }
}

/* MV0（初期表示） */
.mv-base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MV1 */
.mv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MV2 */
.mv-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  /* transform: translateY(40px); */
}

/* SVG */
.mv-line {
  position: absolute;
  /* ← 完全一致位置 */
  left: 33.09%; /* 476.52 / 1440 */
  height: 185%;
  width: auto;
  top: -10%;
}
@media screen and (max-width: 1000px) {
  .mv-line {
    width: 100%;
    height: auto;
    left: 0;
    top: 23.57vw;
  }
}

/* SVGの高さ基準でスケール */
.mv-line svg,
.mv-line {

  transform-origin: top left;

}

.mv-text {
  position: absolute;
  left: 7%;
  bottom: 9.72vw;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .mv-text {
    top: auto;
    bottom: 0;
    left: 5%;
  }
}

.mv-text-line {
  opacity: 0;
  transform: translateY(40px);
  white-space: nowrap;
}
.mv-text-line.line1 {
  width: 32.74vw;
  margin-bottom: 2.29vw;
}
.mv-text-line.line2 {
  width: 39.72vw;
}

@media screen and (max-width: 1000px) {
  .mv-text-line.line1 {
    width: 64.43vw;
    margin-bottom: 3.98vw;
  }
  .mv-text-line.line2 {
    width: 78.4vw;
  }
}
/* デフォルトは PC 表示 */
.mv-line-sp {
  display: none;
}

/* SP では SP 用のみ表示 */
@media screen and (max-width: 1000px) {
  .mv-line-pc {
    display: none;
  }
  .mv-line-sp {
    display: block;
  }
}

/* ===== Video ===== */
.video-section {
  position: relative;
  padding: 110px 0 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .video-section {
    padding: 35px 0 0;
  }
}

/* スクロール連動ライン（TOPから伸びる） */
.video-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.video-line-svg {
  position: absolute;
  bottom: -20px;
  left: -65px;
  width: auto;
  height: 1691px;
  object-fit: contain;
  object-position: top center;
}

.tab-2 .video-line-svg {
  bottom: -15px;
  left: -67px;
}

@media screen and (max-width: 1000px) {
  .video-line-svg {
    width: 100%;
    height: auto;
    bottom: -3.98vw;
  }
}

.video-section::before {
  content: "";
  background: rgba(229, 243, 255, 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 53.47vw;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1000px) {
  .video-section::before {
    width: 82.84vw;
  }
}

.video-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.92);
  border-radius: 25px;
  overflow: hidden;
}

.video-thumbnail::after {
  content: "ニチレイフーズ企業経営理念ムービー​";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0,0,0,0.3);
  font-size: 30px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .video-thumbnail::after {
    font-size: 15px;
    height: 40px;
  }
}

.video-textWrapper {
  position: relative;
  width: 53.47vw;
  margin-left: auto;
  margin-right: 0;
  padding: 123px 3vw 125px 7.99vw;
}
@media screen and (max-width: 1000px) {
  .video-textWrapper {
    width: 82.84vw;
    padding: 62px 4.73vw 60px;
  }
}

.video-link-thumbnail {
  margin-top: 35px;
  display: inline-block;
  position: relative;
}

.video-link-thumbnail .video-play-btn {
  background-size: 63px 63px;
  right: calc(-63px / 2);
  width: 63px;
  height: 63px;
  transition: .5s;
}

.video-link-thumbnail:hover .video-play-btn {
  background-image: url("/assets/images/corporate/company/play-on.svg");
}

.video-text-link {
  margin-top: 15px;
}

.video-text-link a {
  position: relative;
  padding-right: 25px;
}

.video-text-link a::after {
  content: "";
  background-color: #FF0000;
  mask-image: url(/assets/images/corporate/company/anotherwindow2.svg);
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-left: .5em;
}

.video-text-link a:hover {
  color: #E72410;
}

.video-thumbnail-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-thumbnail-img {
  position: relative;
  z-index: 2;
  width: 800px;
  display: block;
  opacity: 0;
}

.video-textBlock p {
  font-size: 20px;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .video-textBlock p {
    font-size: 16px;
  }
}

.video-textBlock p + p {
  margin-top: 1.5em;
}

.video-textBlock .c-text-l {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .video-textBlock .c-text-l {
    font-size: 18px;
  }
}

.video-link-thumbnail {
  margin-top: 35px;
}

.video-text-link a {
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .video-text-link a {
    font-size: 16px;
  }
}

/* 再生ボタン */

.video-play-btn {
  position: absolute;
  background: url("/assets/images/corporate/company/play.svg")no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(-144px / 2);
  width: 144px;
  height: 166px;
  z-index: 1;
  margin: auto;
  display: flex;
  align-items: center;
  padding-left: 35px;
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  transition: .5s;
}
@media screen and (max-width: 1000px) {
  .video-play-btn {
    background-size: contain;
    right: calc(-68px / 2);
    width: 68px;
    height: 68px;
    padding-left: 10px;
    font-size: 9px;
  }
}

.video-thumbnail:hover .video-play-btn {
  background-image: url("/assets/images/corporate/company/play-on.svg");
}

/* モーダル */
.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.video-modal.active {
  display: flex;
}

.video-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

.video-modal-content {
  position: relative;
  z-index: 2;
}
.video-modal video,
.video-modal iframe {
  width: 80vw;
  max-width: 960px;
}
@media screen and (max-width: 1000px) {
  .video-modal video,
  .video-modal iframe {
    height: calc(80vw * 9 / 16);
  }
}

.video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

/* ===== MVV ===== */
.mvv {
  position: relative;
  min-height: 100vh;
  height: auto;
  /* background: url("/assets/images/corporate/company/mvv-bg-n.png")no-repeat;
  width: 100%;
  object-fit: cover; */
}

.mvv::before {
  content: "";
  background: url("/assets/images/corporate/company/mvv-bg-nf.png")no-repeat;
  background-size: contain;
  background-position: top left;
  width: 1440px;
  height: 1027px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-1 .mvv::before {
  content: "";
  background: url("/assets/images/corporate/company/mvv-bg-nf.png")no-repeat;
}
.tab-2 .mvv::before {
  content: "";
  background: url("/assets/images/corporate/company/mvv-bg-nl.png")no-repeat;
}

@media screen and (max-width: 1000px) {
  .mvv::before {
    background: url("/assets/images/corporate/company/mvv-bg-nf-sp.png")no-repeat;
    width: 100%;
    height: 48.01vw;
    background-size: 100% auto;
    z-index: 1;
  }
  .tab-1 .mvv::before {
    content: "";
    background: url("/assets/images/corporate/company/mvv-bg-nf-sp.png")no-repeat;
    background-size: 100% auto;
  }
  .tab-2 .mvv::before {
    content: "";
    background: url("/assets/images/corporate/company/mvv-bg-nl-sp.png")no-repeat;
    background-size: 100% auto;
  }
}

.mvv.is-show::before {
  position: fixed;
}

.mvv.is-end::before {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .mvv.is-end::before {
    position: absolute;
    top: 0;
    bottom: auto;
  }
}

/* MVV スクロール連動ライン（上から下へ） */
.mvv-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .mvv-line {
    z-index: 1;
  }
}

.mvv.is-show .mvv-line {
  position: fixed;
}
.mvv.is-end .mvv-line {
  position: absolute;
  top: auto;
  bottom: 0;
}

.mvv-line-svg {
  position: absolute;
  top: -16px;
  left: 434px;
  /* transform: translateX(-50%); */
  margin: auto;
  width: auto;
  height: 1058px;
  object-fit: contain;
  object-position: top center;
}
@media screen and (max-width: 1000px) {
  .mvv-line-svg {
    width: 100%;
    height: auto;
    left: 0;
    top: 23.78vw;
    bottom: auto;
  }
}

.tab-2 .mvv-line-svg {
  left: 361px;
}

@media screen and (max-width: 1000px) {
  .tab-2 .mvv-line-svg {
    left: 0;
  }
}

.mvv.is-end .mvv-line-svg {
  top: auto;
  left: 425px;
  bottom: -20px;
}
.tab-1 .mvv.is-end .mvv-line-svg {
  top: auto;
  left: 426px;
  bottom: -20px;
}
.tab-2 .mvv.is-end .mvv-line-svg {
  top: auto;
  left: 355px;
  bottom: -20px;
}
@media screen and (max-width: 1000px) {
  .mvv.is-end .mvv-line-svg {
    top: 23.78vw;
    bottom: auto;
  }

  .tab-2 .mvv.is-end .mvv-line-svg {
    top: 0;
    left: 355px;
    bottom: auto;
  }
}

.mvv-wrapper {
  position: relative;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mvv-tab {
  position: absolute;
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .mvv-tab {
    position: absolute;
    bottom: 20px;
    top: auto;
  }
}

.mvv.is-show .mvv-tab {
  position: fixed;
  top: 40px;
}
@media screen and (max-width: 1000px) {
  .mvv.is-show .mvv-tab {
    position: fixed;
    bottom: 20px;
    top: auto;
  }
}

.mvv-tab ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 660px;
  justify-items: center;
  padding: 0 32px;
  background: rgb(229 243 255 / 50%);
  border-radius: 30px;
  position: relative;
  backdrop-filter: blur(10px);
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .mvv-tab ul {
    width: 90.55vw;
    padding: 0 16px;
  }
}

.mvv-tab ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mvv-tab ul li svg {
    width: auto;
    height: 70%;
  }
}

.mvv-tab ul li.is-current::after {
  content: "";
  width: 150px;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .mvv-tab ul li.is-current::after {
    width: 22.67vw;
    max-width: 102px;
  }
}
.mvv-tab ul li[data-mvv-tab="0"].is-current::after {
  background: #89887E;
  opacity: 1;
  bottom: 0;
}
.mvv-tab ul li[data-mvv-tab="1"].is-current::after {
  background: #FC0000;
  opacity: 1;
  bottom: 0;
}
.mvv-tab ul li[data-mvv-tab="2"].is-current::after {
  background: #006ABD;
  opacity: 1;
  bottom: 0;
}
.mvv-tab ul li.is-current path {
  fill: #000;
}
.mvv-tab ul li[data-mvv-tab]::after {
  content: "";
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  opacity: 0;
  transition: all .5s;
}

.mvv-tab ul li[data-mvv-tab="0"]:hover::after  {
  bottom: 0;
  opacity: 1;
  background: #89887E;
}
.mvv-tab ul li[data-mvv-tab="1"]:hover::after  {
  bottom: 0;
  opacity: 1;
  background: #FC0000;
}
.mvv-tab ul li[data-mvv-tab="2"]:hover::after  {
  bottom: 0;
  opacity: 1;
  background: #006ABD;
}

.mvv-tab ul li {
  cursor: pointer;
}

.mvv-tab-panel {
  position: relative;
  /* width: 44.79vw; */
  display: grid;
  margin: 150px 3.82vw 0 740px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .mvv-tab-panel {
    width: 74.13vw;
    margin: 54.73vw 3.82vw 0 auto;
  }
}

.mvv-panel {
  grid-area: 1 / 1;
  width: 100%;
  /* max-width: 720px; */
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  /* position: relative; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .mvv-panel {
    padding-left: 0;
  }
}

.mvv-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;

  position: relative;
  visibility: visible;
  pointer-events: auto;
}

.mvv-panel-vision {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #C5C5C5;
}

.mvv-panel-values {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #C5C5C5;
}

.mvv-panel-title {
  font-size: 30px;
  font-weight: 700;
  color: #E72410;
  font-family: "Lexend", sans-serif;
}
@media screen and (max-width: 1000px) {
  .mvv-panel-title {
    font-size: 23px;
  }
}

.--nl .mvv-panel-title {
  color: #0068B7;
}

.mvv-panel-title--ja {
  font-size: 16px;
  font-weight: 700;
  color: #A0A0A0;
}

/* MVV アンカーリンク（スクロール進行度付き） */
.mvv-panel-link {
  position: absolute;
  left: 585px;
  right: auto;
  top: calc(100vh - 510px);
  margin: auto;
  width: 120px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .mvv-panel-link {
    left: 16px;
    right: auto;
    top: auto;
    bottom: 43.78vw;
    width: auto;
  }
}

.mvv.is-show .mvv-panel-link {
  position: fixed;
}

.mvv.is-end .mvv-panel-link {
  top: auto;
  bottom: calc(100vh - 510px);
}
@media screen and (max-width: 1000px) {
  .mvv.is-end .mvv-panel-link {
    top: auto;
    bottom: 43.78vw;
  }
}

.mvv-anchor {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mvv-anchor-line {
  position: absolute;
  left: 6px;
  top: 35px;
  bottom: 35px;
  width: 1px;
  background: #C5C5C5;
  border-radius: 2px;
  transform: translateX(-50%);
}
/* @media screen and (max-width: 1000px) {
  .mvv-anchor-line {
    top: 20px;
    bottom: 20px;
  }
} */

.mvv-anchor-line-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: #E72410;
  border-radius: 2px;
  transition: height 0.5s ease-out;
}
.tab-2 .mvv-anchor-line-fill {
  background: #0068B7;
}

.--nl .mvv-anchor-line-fill {
  background: #0068B7;
}

.mvv-anchor-item {
  display: grid;
  grid-template-columns: 12px auto;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  color: #A0A0A0;
  font-size: 25px;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .mvv-anchor-item {
    font-size: max(2.5vw, 11px);
    padding: 24px 0;
    gap: 6px;
  }
}

.mvv-anchor-item:hover {
  color: #333;
}

.mvv-anchor-item.is-passed,
.mvv-anchor-item.is-active {
  color: #E72410;
}
.tab-2 .mvv-anchor-item.is-passed,
.tab-2 .mvv-anchor-item.is-active {
  color: #0068B7;
}

.--nl .mvv-anchor-item.is-passed,
.--nl .mvv-anchor-item.is-active {
  color: #0068B7;
}

.mvv-anchor-dot {
  position: relative;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #C5C5C5;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mvv-anchor-item.is-passed .mvv-anchor-dot::after,
.mvv-anchor-item.is-active .mvv-anchor-dot::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
}

.mvv-anchor-item.is-passed .mvv-anchor-dot,
.mvv-anchor-item.is-active .mvv-anchor-dot {
  background: #E72410;
  transform: scale(1);
  width: 12px;
  height: 12px;
}
.tab-2 .mvv-anchor-item.is-passed .mvv-anchor-dot,
.tab-2 .mvv-anchor-item.is-active .mvv-anchor-dot {
  background: #0068B7;
}

.--nl .mvv-anchor-item.is-passed .mvv-anchor-dot,
.--nl .mvv-anchor-item.is-active .mvv-anchor-dot {
  background: #0068B7;
}

.mvv-anchor-item:not(.is-passed):not(.is-active) .mvv-anchor-dot {
  background: #C5C5C5;
  box-sizing: border-box;
}

.mvv-panel-text {
  margin-top: 24px;
}

.mvv-panel-text p {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .mvv-panel-text p:not(.mvv-panel-text--theme, .mvv-panel-text--subTheme, .mvv-panel-text--themePlus) br {
    display: none;
  }
}

.--n .mvv-panel-mission .mvv-panel-text--theme {
  font-size: 50px;
  font-weight: 700;
  margin-top: 34px;
}
@media screen and (max-width: 1000px) {
  .--n .mvv-panel-mission .mvv-panel-text--theme {
    font-size: 25px;
  }
}

.--n .mvv-panel-vision .mvv-panel-text--theme {
  font-size: 50px;
  font-weight: 700;
  margin-top: 34px;
}
@media screen and (max-width: 1000px) {
  .--n .mvv-panel-vision .mvv-panel-text--theme {
    font-size: 25px;
  }
}

.--n .mvv-panel-vision .mvv-panel-text--subTheme {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .--n .mvv-panel-vision .mvv-panel-text--subTheme {
    font-size: 18px;
  }
  .--n .mvv-panel-vision .mvv-panel-text--subTheme br {
    display: none;
  }
}

.--n .mvv-panel-values .mvv-panel-text--theme {
  font-size: 30px;
  font-weight: 700;
  margin-top: 35px;
}

.--n .mvv-panel-values .mvv-panel-text--subTheme {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .--n .mvv-panel-values .mvv-panel-text--subTheme {
    font-size: 25px;
  }
}

/* nf */
.--nf .mvv-panel-mission .mvv-panel-text--theme {
  font-size: 50px;
  font-weight: 700;
  margin-top: 34px;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-mission .mvv-panel-text--theme {
    font-size: 25px;
  }
}

.--nf .mvv-panel-vision .mvv-panel-text--theme {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-vision .mvv-panel-text--theme {
    font-size: 19px;
  }
}

.--nf .mvv-panel-vision .mvv-panel-text--theme span {
  font-size: 44px;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-vision .mvv-panel-text--theme span {
    font-size: 25px;
  }
}

.--nf .mvv-panel-vision .mvv-panel-text--subTheme {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-vision .mvv-panel-text--subTheme {
    font-size: 18px;
  }
  .--nf .mvv-panel-vision .mvv-panel-text--subTheme br {
    display: none;
  }
}

.--nf .mvv-panel-values .mvv-panel-text--theme {
  font-size: 30px;
  font-weight: 700;
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-values .mvv-panel-text--theme {
    font-size: 25px;
  }
}

.--nf .mvv-panel-values .mvv-panel-text--subTheme {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-values .mvv-panel-text--subTheme {
    font-size: 25px;
  }
}

.--nf .mvv-panel-values div:has( + .mvv-panel-text--themePlus) img {
  margin: 15px 60px;
}

.--nf .mvv-panel-values .mvv-panel-text--themePlus {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-values .mvv-panel-text--themePlus {
    font-size: 22px;
  }
}

.--nf .mvv-panel-values .mvv-panel-text--themePlus .text-highlight {
  font-size: 45px;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-values .mvv-panel-text--themePlus .text-highlight {
    font-size: 25px;
  }
}

.--nf .mvv-panel-values .mvv-panel-text--themePlus .text-highlight-small {
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-values .mvv-panel-text--themePlus .text-highlight-small {
    font-size: 18px;
  }
} 

.--nf .mvv-panel-values .mvv-panel-text--themePlus img {
  margin-left: auto;
  margin-top: -1em;
}
@media screen and (max-width: 1000px) {
  .--nf .mvv-panel-values .mvv-panel-text--themePlus img {
    width: 50%;
  }
}

/* nl */
.--nl .mvv-panel-mission .mvv-panel-text--theme {
  font-size: 50px;
  font-weight: 700;
  margin-top: 34px;
}
@media screen and (max-width: 1000px) {
  .--nl .mvv-panel-mission .mvv-panel-text--theme {
    font-size: 25px;
  }
}

.--nl .mvv-panel-vision .mvv-panel-text--theme {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .--nl .mvv-panel-vision .mvv-panel-text--theme {
    font-size: 19px;
  }
}

.--nl .mvv-panel-vision .mvv-panel-text--theme span {
  font-size: 44px;
}
@media screen and (max-width: 1000px) {
  .--nl .mvv-panel-vision .mvv-panel-text--theme span {
    font-size: 25px;
  }
}

.--nl .mvv-panel-vision .mvv-panel-text--subTheme {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .--nl .mvv-panel-vision .mvv-panel-text--subTheme {
    font-size: 18px;
  }
  .--nl .mvv-panel-vision .mvv-panel-text--subTheme br {
    display: none;
  }
}

.--nl .mvv-panel-values .mvv-panel-text--theme {
  font-size: 30px;
  font-weight: 700;
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .--nl .mvv-panel-values .mvv-panel-text--theme {
    font-size: 25px;
  }
}

.--nl .mvv-panel-values .mvv-panel-text--subTheme {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .--nl .mvv-panel-values .mvv-panel-text--subTheme {
    font-size: 25px;
  }
}

.--nl .mvv-panel-values div:has( + .mvv-panel-text--themePlus) img {
  margin: 15px 60px;
}

.--nl .mvv-panel-values .mvv-panel-text--themePlus {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .--nl .mvv-panel-values .mvv-panel-text--themePlus {
    font-size: 22px;
  }
}

.--nl .mvv-panel-values .mvv-panel-text--themePlus .text-highlight {
  font-size: 45px;
  color: #0068B7;
}
@media screen and (max-width: 1000px) {
  .--nl .mvv-panel-values .mvv-panel-text--themePlus .text-highlight {
    font-size: 25px;
  }
}

/* ===== discription ===== */
.discription {
  background: url("/assets/images/corporate/company/discription-bg.png")no-repeat;
  height: 908px;
  background-position: top left;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .discription {
    background: url("/assets/images/corporate/company/discription-bg-sp.png")no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: auto;
  }
}

/* discription スクロール連動ライン（上から下へ） */
.discription-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.discription-line-svg {
  position: absolute;
  top: -15px;
  left: 478px;
  /* transform: translateX(-50%); */
  margin: auto;
  width: auto;
  height: 1028px;
  object-fit: contain;
  object-position: top center;
}
@media screen and (max-width: 1000px) {
  .discription-line-svg {
    width: 100%;
    height: auto;
    left: 0;
    top: 31.7vw;
  }
}

.discription-wrapper {
  padding-left: 115px;
  padding-top: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(400px + 115px);
}
@media screen and (max-width: 1000px) {
  .discription-wrapper {
    padding: 76vw 25px 23.38vw;
    width: 100%;
  }
}

.discription-title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
.discription-link:hover {
  color: #E72410;
}

@media screen and (max-width: 1000px) {
  .discription-title {
    font-size: 20px;
  }
}

.discription-text {
  font-size: 23px;
  margin: 70px 0 25px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .discription-text {
    font-size: 19px;
  }
}

.discription-link::after {
  content: "";
  background: url("/assets/images/corporate/company/anotherwindow.svg")no-repeat;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-left: 5px;
}

.discription-button + .discription-button {
  margin-top: 35px;
}

@media screen and (max-width: 1000px) {
  .discription-button {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }
}

.discription-button a {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 400px;
  height: 70px;
  grid-template-columns: 1fr 35px;
  border: 2px solid #000;
  border-radius: 50px;
}
@media screen and (max-width: 1000px) {
  .discription-button a {
    max-width: 400px;
    width: 100%;
  }
}

.discription-button.--nf a {
  border-color: #FC0000;
}

.discription-button.--nf a:hover {
  background: #FC0000;
}

.discription-button.--nl a {
  border-color: #006ABD;
}

.discription-button.--nl a:hover {
  background: #006ABD;
}

.discription-button a::after {
  content: "";
  background-color: #FF0000;
  mask-image: url("/assets/images/corporate/company/anotherwindow2.svg");
  display: block;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.discription-button a:hover path {
  fill: #fff;
}

.discription-button a:hover::after {
  background-color: #fff;
}

.l-footer {
  margin-top: 0!important;
}