@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

html,
body {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: top;
}
a img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.pc_content {
  display: block;
}
.sp_content {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

a {
  color: inherit;
  text-decoration: none;
}

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

/* FV 全体 */
.fuji-layout {
  --fuji-sidebar-width: clamp(25%, 23vw, 300px);
  position: relative;
  display: grid;
  grid-template-columns: var(--fuji-sidebar-width) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  /*height: calc(100vh - 10px);*/
  margin-top: 10px;
  border-top: 1px solid #000;
}
.fuji-layout::before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(var(--fuji-sidebar-width) - 1px);
  width: 1px;
  height: 10px;
  background: #000;
}

.fuji-sidebar {
  border-right: 1px solid #000;
  background: #fff;
}
.fuji-main {
  background: #fff;
}

.fuji-sidebar,
.fuji-main {
  min-height: 0;
}

/* 左カラム */
.fuji-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fuji-sidebar__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.949vw 2.564vw 1.026vw;
}

.fuji-logo {
  max-width: 100%;
}

.fuji-copy {
  margin-top: auto;
}

.fuji-copy__jp {
  margin: 0 0 1.231vw;
  font-family: "Noto Serif JP", serif;
  font-size: 1.538vw;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.fuji-copy__en {
  max-width: 100%;
  margin: 0;
  font-size: 0.718vw;
  font-weight: 300;
  line-height: 1.95;
  color: #000;
}

.fuji-sidebar__footer {
  padding: 1vw 2.436vw 0.718vw;
  height: 130px;
  border-top: 1px solid #000;
}

.fuji-sidebar__footer h2 {
  margin: 0 0 15px;
  font-size: 1.077vw;
  line-height: 1.2;
  font-weight: 700;
}

.fuji-sidebar__footer p {
  margin: 2px 0;
  font-size: 0.718vw;
  font-weight: 300;
  color: #000;
}

/* 右カラム */
.fuji-main {
  display: grid;
  grid-template-rows: 60px minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: visible;
}

/* ヘッダー */
.fuji-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 80px;
  border-bottom: 1px solid #000;
}

.fuji-nav {
  flex: 1;
}

.fuji-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 20%);
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.fuji-nav__list li {
  border-right: 1px solid #000;
}

.fuji-nav__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.513vw 0.821vw;
  font-size: 1.385vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.fuji-nav__list a:hover {
  background: #e8e8e8;
}

.fuji-header__actions {
  display: flex;
  align-items: center;
  gap: 1.333vw;
  padding: 0 1.436vw;
  width: var(--fuji-header-actions-width);
  flex: 0 0 var(--fuji-header-actions-width);
}

.fuji-icon {
  display: none;
  /*width: auto;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;*/
}

.fuji-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fuji-contact-btn,
.fuji-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 38px;
  padding: 0 30px;
  border-radius: 9999px;
  background: #000;
  color: #fff;
  font-size: 0.923vw;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 38px;
  white-space: nowrap;
}
.fuji-contact-btn:hover,
.fuji-all-btn:hover {
  opacity: 0.7;
}

/* 画像3カラム */
.fuji-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.667vw;
  padding: 3.077vw 1.538vw 1.333vw;
  border-bottom: 1px solid #000;
  align-items: stretch;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.fuji-gallery__item {
  min-width: 0;
  min-height: 0;
  aspect-ratio: 445 / 790;
  align-self: start;
  overflow: hidden;
}

.fuji-gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.fuji-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TOPICS */
.fuji-topics {
  display: grid;
  grid-template-columns: 20% 1fr 15%;
  align-items: start;
  gap: 20px;
  padding: 3% 0 0 3%;
  min-height: 240px;
}
.fuji-topics__head {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.fuji-topics__head h2 {
  flex: 1;
  font-size: 2.6vw;
  line-height: 0.5;
}
.fuji-all-btn {
  flex: 1;
  text-align: right;
}
.fuji-topics__list {
  display: grid;
  gap: 11px;
}
.fuji-topics-all {
  flex: 1;
}
.fuji-fv-banner {
  grid-column: 1 / -1;
}

.fuji-topic {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.fuji-topic__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border: 1px solid #707070;
  font-size: 0.821vw;
  line-height: 1;
  font-weight: 500;
  color: #000;
  flex: 1;
}

.fuji-topic__date {
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  flex: 1;
  font-size: 1vw;
}

.fuji-topic__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 5;
  font-weight: 500;
  font-size: 1vw;
}
.fuji-topic__title a:hover {
  opacity: 0.6;
}

/*コンセプト*/
#concept {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.concept-header {
  display: flex;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-bottom: 1px solid #000;
}
.concept-header .header01 {
  width: 37%;
  border-right: 1px solid #000;
}
.concept-header .header02 {
  width: 12%;
  border-right: 1px solid #000;
  text-align: center;
}
.concept-section__inner {
  display: flex;
  width: 100%;
  min-height: 58vw;
}

/*工場動画*/
.full_version {
  display: flex;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-size: 1.2vw;
  list-style: none;
}
.full_version li:first-child {
  width: 80%;
  border-right: 1px solid #000;
}
.full_version li:last-child {
  position: relative;
  padding-left: 0;
  width: 20%;
}
.full_version li:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
.full_version li:last-child::after {
  position: absolute;
  right: 9%;
  top: 34%;
  display: block;
  content: "";
  height: 80px;
  width: 15%;
  background-image: url(../img/arw.png);
  background-size: contain;
  border: 1px dottd #ff0000;
}
.full_version li:last-child:hover::after {
  position: absolute;
  right: 5%;
  top: 34%;
}
*/
/* 左カラム */
.concept-side {
  width: 25%;
  border-right: 1px solid #000;
  display: flex;
  justify-content: right;
  overflow: hidden;
}

.concept-side h2 {
  margin: 0;
  font-size: 9.8vw;
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 13% 5% 0 0;
}

/* 右側エリア全体 */
.concept-main {
  width: 75%;
  display: flex;
}

/* 中央本文 */
.concept-main__jp {
  width: 58%;
  padding: 8% 0 0 7%;
  white-space: nowrap;
}

.concept-main__jp p {
  margin: 5% 0 0 0;
  font-size: 1.3vw;
  line-height: 2.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* 右サブカラム */
.concept-main__sub {
  position: relative;
  width: 42%;
  padding: 6% 8% 0 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ロゴ */
.concept-logo {
  position: absolute;
  top: 10%;
  right: 27%;
  width: 33%;
  margin-left: auto;
  margin-bottom: 12%;
}

.concept-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 英文 */
.concept-en {
  position: absolute;
  right: 28%;
  bottom: 10%;
  width: 60%;
}

.concept-en p {
  margin: 0 0 4.5%;
  font-size: 0.6vw;
  line-height: 1.95;
  font-weight: 300;
  color: #000;
}

/*VIEW POINT*/
#viewpoint {
  width: 100%;
  position: relative;
}
.viewpoint-header {
  display: flex;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-bottom: 1px solid #000;
}
.viewpoint-header.lower {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.viewpoint-header .header01 {
  width: 48%;
  border-right: 1px solid #000;
}
.viewpoint-header .header02 {
  width: 12%;
  border-right: 1px solid #000;
  text-align: center;
}
.viewpoint_inner {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 38vw;
  padding: 7% 0 0 0;
  position: relative;
  overflow: visible;
}
.viewpoint_inner,
.viewpoint_right {
  overflow: visible !important;
}
.viewpoint_inner .viewpoint_left {
  position: relative;
  width: 33%;
  padding: 0 2.5%;
}
.viewpoint_left .viewpoint_midashi {
  font-size: 5.128vw;
  line-height: 0.9;
  font-weight: 700;
  margin-top: -14px;
}
.viewpoint_left .viewpoint_copy {
  font-size: 0.821vw;
  line-height: 1;
  font-weight: 700;
  margin: 4% 0 0 1.6%;
}
.viewpoint_left .txt01 {
  font-size: 0.718vw;
  font-weight: 300;
  margin: 30% 0 0 1.6%;
  width: 53%;
  line-height: 2;
}
.viewpoint_left .txt01 span {
  display: block;
  font-size: 0.718vw;
  line-height: 2;
  font-weight: 300;
  margin-top: 10%;
}
.viewpoint_inner .viewpoint_right {
  position: relative;
  width: 67%;
  min-height: 38vw;
  margin-top: -1.5%;
}

.viewpoint_slider {
  width: 100%;
  height: 38vw;
  min-height: 38vw;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: visible !important;
}

.viewpoint_slider .swiper-wrapper {
  transition-timing-function: linear !important;
  overflow: visible !important;
  align-items: stretch;
}

.viewpoint_slider li {
  width: 6.3vw;
  min-width: 6.3vw;
  height: 100%;
  min-height: 38vw;
  margin: 0;
  padding: 0;
  transition:
    opacity 0.24s ease,
    background-color 0.24s ease;
  box-sizing: border-box;
  border-left: 1px solid #707070;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: visible !important;
}

.viewpoint_slider li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 12px;
  transition:
    padding 0.42s ease,
    opacity 0.28s ease,
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
  transform: translateZ(0);
  transform-origin: center center;
  backface-visibility: hidden;
}

.viewpoint_slider li img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  opacity: 1;
  transform: scale(0.9) translateZ(0);
  transform-origin: top center;
  transition:
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s ease,
    filter 1.4s ease;
  filter: brightness(0.94);
  backface-visibility: hidden;
  will-change: transform;
}

.viewpoint_slider .viewpoint_no {
  position: static;
  margin: 18px 0 0 0;
  font-size: 5vw;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #d9d9d9;
  transition:
    color 0.8s ease,
    font-size 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.8s ease,
    transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    margin 1.9s ease;
  transform: translateY(10px);
}

.viewpoint_slider .viewpoint_latlon {
  position: static;
  margin: 8px 0 0;
  font-size: 0.7vw;
  line-height: 1.65;
  color: #000;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(14px);
  transition:
    opacity 0.8s ease,
    transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    max-height 1.9s ease,
    margin 1.9s ease;
}
.viewpoint_slider .viewpoint_corp_jp {
  position: absolute;
  right: 12px;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: right;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  transition:
    font-size 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    right 1.9s ease,
    bottom 1.9s ease;
  transform: translateX(0);
  z-index: 2;
}
.viewpoint_slider .viewpoint_corp_en {
  position: absolute;
  left: 12px;
  bottom: 0;
  margin: 0;
  font-size: 0.8vw;
  color: #000;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  opacity: 1;
  transition:
    opacity 0.8s ease,
    transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    left 1.9s ease,
    bottom 1.9s ease;
  transform: translateY(0);
  z-index: 2;
}

/* アクティブ中央 */
.viewpoint_slider .swiper-slide-active {
  width: 22vw !important;
  min-width: 22vw !important;
  z-index: 2;
}

.viewpoint_slider .swiper-slide-active > a {
  padding: 0 4%;
  transform: translateZ(0);
}

.viewpoint_slider .swiper-slide-active img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 1;
  transform: scale(1) translateZ(0);
  margin-bottom: 0;
  filter: brightness(1);
}

.viewpoint_slider .swiper-slide-active .viewpoint_no {
  margin-top: 4%;
  font-size: 7vw;
  color: #000;
  transform: translateY(0);
  white-space: nowrap;
}

.viewpoint_slider .swiper-slide-active .viewpoint_latlon {
  margin-top: 14px;
  opacity: 1;
  max-height: 80px;
  transform: translateY(0);
}

.viewpoint_slider .swiper-slide-active .viewpoint_corp_jp {
  right: 16px;
  bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 1vw;
  line-height: 1.3;
  transform: translateX(0);
}

.viewpoint_slider .swiper-slide-active .viewpoint_corp_en {
  left: 16px;
  bottom: 0;
  margin: 0;
  opacity: 1;
  color: #000;
  font-size: 0.8vw;
  transform: translateY(0);
  writing-mode: vertical-rl;
  text-orientation: initial;
}

/* 非アクティブを少し薄く */
.viewpoint_slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 1;
  z-index: 1;
}
.viewpoint_slider .swiper-slide:not(.swiper-slide-active) img {
  transform: scale(0.9) translateZ(0);
  filter: brightness(0.94);
}

.viewpoint_slider .swiper-slide:not(.swiper-slide-active) .viewpoint_no {
  transform: translateY(10px);
  white-space: nowrap;
  margin: 0 auto;
  opacity: 0.4;
}
.viewpoint_slider .swiper-slide:not(.swiper-slide-active):hover {
  z-index: 30;
}

.viewpoint_slider .swiper-slide:not(.swiper-slide-active):hover > a {
  transform: scale(1.05);
  box-shadow:
    inset 1px 0 0 #707070,
    inset -1px 0 0 #707070;
  background: #fff;
  z-index: 31;
}
.viewpoint_slider .swiper-slide {
  transition:
    opacity 0.8s ease,
    transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
}

/* 親要素幅100% */
.viewpoint_slider_wrap {
  width: 100%;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  padding-top: 24px;
  padding-bottom: 60px;
  position: relative;
}

/* MAP */
.googlemap #map,
.googlemap {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  /*  filter: grayscale(100%); */
  max-width: 1280px;
  margin: 5% auto;
}

/*インタビュー*/
#interview {
  background: #ffff00; /* 背景色は適宜変更 */
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#interview.lower {
  background: #ffff00 !important;
  border-top: 1px solid #000;
  border-bottom: none;
}
.interview_header {
  position: relative;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #000;
}
.interview_header li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  border-right: 1px solid #000;
}
.interview_header li:nth-child(2) {
  display: block;
  position: absolute;
  top: 0;
  left: 60%;
  height: 36px;
  width: 220px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}

.interview_header li:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  border-left: 1px solid #000;
}

.interview_inner {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  min-height: 500px;
}

.interview_inner li:nth-child(1) {
  position: relative;
  width: 35px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 16px;
  line-height: 33px;
  padding-bottom: 15%;
}
.interview_inner li:nth-child(1) :after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 17.62%;
  border-top: 1px solid #000;
}
.interview_inner li:nth-child(2) {
  display: block;
  width: calc(100% - 70px);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.interview_inner li:nth-child(3) {
  width: 36px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 16px;
  line-height: 33px;
  padding-bottom: 15%;
}
.interview_inner li:nth-child(3) :after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 17.62%;
  border-top: 1px solid #000;
}
.interview_txt_jp {
  position: absolute;
  top: 0;
  right: 9%;
  width: 24%;
  margin-top: 6.5%;
  font-size: 0.718vw;
  font-weight: 300;
  line-height: 2;
}
.interview_txt_jp span {
  display: block;
  margin-top: 2%;
}

.interview_inner h2 {
  font-size: 9.385vw;
  margin: 4% 0 0 2.6%;
  line-height: 1.1;
}
.interview_inner .midashi_jp {
  font-size: 0.821vw;
  font-weight: 700;
  margin: 0 0 0 3%;
  line-height: 1.1;
}

.interview_footer {
  position: relative;
  width: 100%;
  height: 36px;
  border-top: 1px solid #000;
}
.interview_footer li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  border-right: 1px solid #000;
}
.interview_footer li:nth-child(2) {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  border-left: 1px solid #000;
}

/*Intervire Slider*/

.interview-slider-wrap {
  width: 100%;
  margin: 6% auto 0;
  overflow-x: hidden;
}

/* ===== メイン ===== */
.interview-main {
  position: relative;
  overflow: visible;
  margin-bottom: 6%;
}
.interview-main .swiper-slide a {
  display: block;
  color: #000;
  text-decoration: none;
}
.interview-main .swiper-slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.interview-main .swiper-slide:not(.swiper-slide-active) img {
  filter: brightness(0.6);
  opacity: 1;
  transition:
    filter 0.4s ease,
    opacity 0.4s ease;
}
.interview-main .swiper-slide-active img {
  filter: brightness(1);
  opacity: 1;
}
.corp_name_e {
  margin-top: 0.718vw;
  font-size: 6.154vw;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: right;
}
.corp_name_e span {
  margin-right: 0.15em;
  font-size: 4.103vw;
}
.corp_name_j {
  margin-top: 1.538vw;
  font-size: 1.744vw;
  line-height: 1.5;
  font-weight: 500;
}
.interview-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border: 0;
  cursor: pointer;
  z-index: 10;
}
.interview-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.interview-nav--prev {
  left: 20px;
}
.interview-nav--prev::before {
  transform: rotate(-135deg);
  left: 6px;
}
.interview-nav--next {
  right: 20px;
}
.interview-nav--next::before {
  transform: rotate(45deg);
  right: 6px;
}
.interview-list-head {
  margin-bottom: 0.923vw;
  margin-left: 10%;
  font-size: 3.59vw;
  line-height: 1;
  font-weight: 800;
}
.interview-thumbs {
  position: relative;
  top: -0.45vw;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 7%;
}
.interview-thumbs .swiper-slide {
  width: 14%;
  min-width: 140px;
}
.interview-thumbs .swiper-slide button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  opacity: 1;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  filter: brightness(0.8);
}
.interview-thumbs .swiper-slide button:hover {
  filter: brightness(1);
}
.interview-thumbs .swiper-slide-thumb-active button {
  opacity: 1;
  filter: brightness(1);
}

.interview-thumbs .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #000;
  font-size: 1.026vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
  background: transparent;
  padding: 0.513vw 0 0.154vw;
  margin-bottom: 1.026vw;
  margin-top: 0;
}
.interview-thumbs .swiper-slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  padding: 0 5%;
}
.interview-thumbs .swiper-slide {
  margin-right: 0 !important;
}

.interview-thumbs .swiper-wrapper {
  gap: 0 !important;
}

/*フッター*/
#footer_header {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
footer {
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 2%;
}
footer .footer_left {
  text-align: left;
  width: 45%;
  float: left;
  font-weight: 700;
  font-size: 1.385vw;
  line-height: 1.6;
  margin: 3% 0 0 1%;
}
footer .footer_left a:hover {
  opacity: 0.7;
}
footer .footer_right {
  text-align: right;
  float: right;
  width: 17.12%;
  margin: 3% 2% 0 0;
  text-align: center;
}
footer .footer_right .sns_midashi {
  font-size: 1.949vw;
  font-weight: 700;
}
footer .footer_right .bottom_sns {
  display: none;
  /* display: flex;
  justify-content: space-between;
  padding: 0 25%;
  margin: 10% 0 0 0;*/
}
footer .footer_right .bottom_sns img {
  height: 2.513vw;
}

footer .contact {
  display: inline-block;
  font-size: 1.846vw;
  font-weight: 700;
  width: 100%;
  height: 3.7vw;
  line-height: 3.7vw;
  background-color: #000;
  text-decoration: none;
  color: #fff;
  border-radius: 3.7vw;
  text-align: center;
  margin-top: 10%;
}
footer .contact:hover {
  opacity: 0.7;
}

.footer_bottom {
  clear: both;
  float: left;
  position: relative;
  display: flex;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2.7% 0;
  height: 2.051vw;
  font-size: 0.615vw;
  font-weight: 300;
  line-height: 1.949vw;
  padding: 0 0 0 3%;
}
.footer_bottom .copyright {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #000;
  width: 8.205vw;
  text-align: center;
}
footer .contact_sp {
  display: none;
}

/*VIEWPORT PAGE*/
.lower_fuji-layout {
  --fuji-sidebar-width: clamp(25%, 23vw, 300px);
  position: relative;
  display: grid;
  grid-template-columns: var(--fuji-sidebar-width) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  margin-top: 0.513vw;
  border-top: 1px solid #000;
}
.lower_fuji-layout::before {
  content: "";
  position: absolute;
  top: -0.513vw;
  left: calc(var(--fuji-sidebar-width) - 0.051vw);
  width: 0.051vw;
  height: 0.513vw;
  background: #000;
}
.lower_fuji-copy {
  padding: 8.6% 10% 13.4% 11.8%;
  border-bottom: 1px solid #000;
}
.lower_fuji-corp_name {
  font-size: 2.051vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20%;
}
.lower_fuji-copy__jp {
  font-size: 0.718vw;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 4%;
}
.lower_fuji-copy__en {
  font-size: 0.718vw;
  font-weight: 300;
  line-height: 1.9;
}
.lower_corp_name__en {
  text-align: right;
  margin-top: 15%;
}
.lower_corp_name__en .txt01 {
  font-size: 3.077vw;
  font-weight: 700;
  line-height: 1;
}
.lower_corp_name__en .txt02 {
  font-size: 6.872vw;
  font-weight: 700;
  line-height: 1;
  margin-top: 3%;
}
.lower_corp_name__en .txt03 {
  font-size: 0.718vw;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 2%;
}
.lower_corp_profile__jp {
  padding: 4.5% 10% 13.4% 11.8%;
  font-size: 0.718vw;
  font-weight: 300;
  line-height: 1.8;
}
.lower_corp_profile__jp .midashi {
  font-size: 1.436vw;
  font-weight: 700;
}
.lower_corp_profile__jp .komidashi {
  font-size: 0.718vw;
  font-weight: 300;
  margin-top: 4%;
}

.lower_fuji-gallery {
  position: relative;
  padding: 3.077vw 1.538vw 1.9vw 1.538vw;
  align-items: stretch;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.lower_fuji-sidebar__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 0 1.026vw;
}
.lower_logo {
  position: relative;
  max-width: 100%;
  border-bottom: 1px solid #000;
  padding: 0;
  height: 80px;
}
.lower_logo img {
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translateY(-45%);
  width: 84%;
}

.viewpoint-lower-main {
  width: 100%;
  margin-bottom: 0.821vw;
}

.viewpoint-lower-main img {
  width: 100%;
  display: block;
}

.viewpoint-lower-thumbs .swiper-slide {
  width: 21%;
  min-width: 21%;
  opacity: 0.6;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.viewpoint-lower-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.viewpoint-lower-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewpoint-lower-thumbs .swiper-wrapper {
  align-items: stretch;
}

.viewpoint-lower-slider-wrap {
  width: 100%;
}

.viewpoint-lower-main {
  width: 100%;
  margin-bottom: 2.308vw;
  overflow: hidden;
}
.viewpoint-lower-main .swiper-wrapper,
.viewpoint-lower-main .swiper-slide {
  height: auto;
}

.viewpoint-lower-main img {
  width: 100%;
  display: block;
}

.viewpoint-lower-thumbs {
  width: 100%;
  overflow: hidden;
}

.viewpoint-lower-thumbs .swiper-wrapper {
  align-items: flex-start;
}

.viewpoint-lower-thumbs .swiper-slide {
  width: 21%;
  min-width: 21%;
  opacity: 0.6;
  cursor: pointer;
}

.viewpoint-lower-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.viewpoint-lower-thumbs img {
  width: 100%;
  display: block;
}

.viewpoint-lower-thumbs .swiper-scrollbar {
  position: relative !important;
  left: 0 !important;
  top: auto !important;
  bottom: auto !important;
  display: block;
  width: 100% !important;
  height: 0.308vw;
  margin: 0 0 2.3vw;
  background: transparent; /* hide default track */
  opacity: 1 !important;
  z-index: 3;
}

.viewpoint-lower-thumbs::after {
  position: absolute;
  left: 0;
  top: 2%;
  content: "";
  width: 100%;
  height: 0.051vw;
  background-color: #000;
}

.viewpoint-lower-thumbs .swiper-scrollbar-drag {
  height: 0.615vw;
  background: #000;
  border-radius: 512.769vw;
  position: relative;
  top: 0;
}

.interview_inner.lower h2 {
  font-size: 9.385vw;
  margin: 4% 0 0 4.6%;
  line-height: 1.1;
}
.interview_inner.lower .midashi_jp {
  font-size: 0.821vw;
  font-weight: 700;
  margin: 0 0 0 5.3%;
  line-height: 1.1;
}
.interview_inner.lower .profile {
  width: 70%;
  margin: 5.5% auto 3%;
}
.interview_inner.lower .profile_name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.interview_inner.lower .profile_name .profile_name_jp {
  font-size: 1.744vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-top: 7%;
}
.interview_inner.lower .profile_name .profile_name_en {
  position: relative;
  right: -5%;
  font-size: 6.154vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  letter-spacing: 0.01em;
}
.interview_inner.lower .profile_name .profile_name_en span {
  font-size: 4.103vw;
  font-weight: 700;
}
.interview_inner.lower .profile_txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 3%;
}
.interview_inner.lower .profile_txt .profile_txt_left {
  width: 64%;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
  padding: 2.6% 10% 3% 0;
  border-right: 1px solid #000;
}
.interview_inner.lower .profile_txt .profile_txt_left .name {
  font-size: 34px;
  font-weight: 500;
}
.interview_inner.lower .profile_txt .profile_txt_right {
  width: 36%;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
  padding: 2.6% 0 3% 3%;
}
.interview_inner.lower .profile_txt .profile_txt_right .name {
  font-size: 34px;
  font-weight: 500;
}

.profile_photo_wrap {
  display: flex;
  flex-wrap: nowrap;
  border-top: 1px solid #000;
}
.profile_photo_wrap li.left {
  display: block;
  width: 35px;
  height: 100%;
}
.profile_photo_wrap li.center {
  width: calc(100% - 70px);
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  box-sizing: border-box;
}
.profile_photo_wrap li.right {
  display: block;
  width: 35px;
  height: 100%;
}

.profile_photo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px; /* 黄色の余白幅 */
  padding: 3% 3% 7%;
}

.profile_photo_list > div {
  width: calc((100% - 111px) / 4); /* 4列 */
}

.profile_photo_list img {
  display: block;
  width: 100%;
  height: auto;
}

/*インタビューモーダル*/
.profile_photo_modal_trigger {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.profile_photo_modal_trigger img {
  display: block;
  width: 100%;
  height: auto;
}

.profile_photo_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.profile_photo_modal.is-open {
  display: block;
}

.profile_photo_modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.profile_photo_modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 980px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 1;
}

.profile_photo_modal__image_wrap {
  width: 100%;
  max-width: 800px;
}

.profile_photo_modal__image {
  display: block;
  width: 100%;
  max-width: 800px;
  max-height: 82vh;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.profile_photo_modal__close,
.profile_photo_modal__nav {
  appearance: none;
  border: 0;
  cursor: pointer;
  color: #fff;
}

.profile_photo_modal__close {
  position: absolute;
  top: -48px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
}

.profile_photo_modal__nav {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  font-size: 42px;
  line-height: 1;
  flex: 0 0 52px;
}

@media (max-width: 767px) {
  .profile_photo_modal__dialog {
    width: 94vw;
    gap: 10px;
  }

  .profile_photo_modal__close {
    top: -44px;
  }

  .profile_photo_modal__nav {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 32px;
  }
}

/*下層共有(Viewpoint以外)*/
.lower-main {
  --fuji-header-actions-width: clamp(300px, 27vw, 360px);
  margin: 0;
  padding: 0;
}

.footer_lower_line {
  width: 100%;
  height: 35px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

/*Topics一覧*/
.lower_side_space {
  height: calc(100% - 1200px);
  border-top: 1px solid #000000;
}
.topics_midashi {
  --topics-nav-unit: calc((100% - var(--fuji-header-actions-width)) / 5);
  display: grid;
  grid-template-columns: repeat(4, var(--topics-nav-unit)) var(--topics-nav-unit) var(--fuji-header-actions-width);
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #000;
}
.topics_midashi__col,
.topics_midashi__nav-blank,
.topics_midashi__spacer {
  min-width: 0;
  height: 100%;
}

.topics_midashi__col {
  display: flex;
  align-items: center;
  padding-left: 0.615vw;
  font-size: 0.821vw;
  line-height: 1;
  border-right: 1px solid #fff;
}
.topics_midashi__col--1 {
  border-right: 1px solid #000;
  justify-content: center;
  padding-left: 0;
}
.topics_midashi__col:not(:first-child) {
  padding-left: 0;
}

.topics_midashi__nav-blank {
  border-right: 1px solid #fff;
}

.topics-index {
  display: block;
  padding: 1% 3% 8% 3%;
  min-height: 240px;
}
.topics-index__head {
  position: relative;
  margin-bottom: 14px;
}

.topics-index__head h2 {
  font-size: 10.769vw;
  line-height: 1;
}
.topics-index__head__list {
  display: grid;
  gap: 11px;
  width: 60%;
  margin: 10% auto 0;
}

.topic {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.topic .fuji-topic__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border: 1px solid #707070;
  font-size: 0.821vw;
  line-height: 1;
  font-weight: 500;
  color: #000;
  flex: 1;
}

.topic .fuji-topic__date {
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  flex: 1;
  font-size: 1vw;
}

.topic .fuji-topic__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 5;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.4;
  padding-bottom: 0.1em;
}

.topic .fuji-topic__title a:hover {
  opacity: 0.6;
}

.pager_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 7% auto 0;
}

.pager_01 .page_numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #000;
  border-radius: 9999px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background: #fff;
  transition:
    opacity 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

.pager_01 a.page_numbers:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.pager_01 .page_numbers.current {
  background: #000;
  color: #fff;
}

.pager_01 .page_numbers.prev,
.pager_01 .page_numbers.next {
  padding: 0 20px;
}

/*Topics詳細*/
.topics-index__head .post_data {
  position: absolute;
  top: 8.718vw;
  left: 60%;
  display: flex;
  font-size: 1.026vw;
  font-weight: 400;
  gap: 7%;
  white-space: nowrap;
}
.topics-index__head .post_data li:nth-child(1) {
  position: relative;
  top: 10px;
  width: 55px;
}
.topics-index__head .post_data li:nth-child(3) {
  position: relative;
  top: 10px;
  width: 55px;
}
.cate_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 2%;
  white-space: nowrap;
  margin: 12% 0 0 0;
}
.cate_wrap .cate {
  font-size: 16px;
  border: 1px solid #000;
  height: 28px;
  line-height: 25px;
  padding: 0 2.5%;
  font-weight: 400;
}
.cate_wrap .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.lower-main .topics-content-wrap {
  max-width: 930px;
  width: 100%;
  margin: -2% 0 18% 14%;
}
.topics-content-wrap .topics-content-midashi {
  width: 100%;
  max-width: 666px;
  margin: 7% auto 7%;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4;
}
.topics-content-wrap .topics-content-txt {
  width: 100%;
  max-width: 666px;
  margin: 5% auto 15%;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.5em;
}
.topics-content-wrap .topics-content-txt p {
  margin-bottom: 2em;
}
.index_pager {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  gap: 7%;
  white-space: nowrap;
  width: 100%;
  max-width: 666px;
  margin: 0 auto;
}
.index_pager li:nth-child(1) {
  position: relative;
  top: 5px;
  width: 55px;
}
.index_pager li:nth-child(2) {
  width: calc(100% - 110px);
  text-align: center;
}
.index_pager li:nth-child(3) {
  position: relative;
  top: 5px;
  width: 55px;
}
.index_back {
  width: 100%;
  text-align: center;
  margin: 8% 0 0;
}
.index_back a {
  display: inline-block;
  background-color: #000;
  width: 155px;
  height: 38px;
  line-height: 36px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.index_back a:hover {
  opacity: 0.7;
}

/*contact*/
.contact-form-wrap {
  max-width: 910px;
  width: 100%;
  margin: 0 5% 0 15%;
}
.contact-form-wrap .form_txt01 {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.5em;
}
.contact_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 7% 0 10%;
}

.contact_table tr {
  border-bottom: 1px solid #000;
}

.contact_table th,
.contact_table td {
  vertical-align: top;
}

.contact_table th {
  position: relative;
  width: 228px;
  padding: 20px 24px 20px 38px;
  border-right: 1px solid #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #000;
  text-align: left;
  white-space: nowrap;
}

.contact_table th.required::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 14px;
  width: 9px;
  height: 9px;
  background: #ff1e1e;
  border-radius: 50%;
}

.contact_table td {
  padding: 0 28px 0 50px;
  width: calc(100% - 228px);
}

/* 入力欄共通 */
.contact_input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1.8;
  color: #111;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* placeholder */
.contact_input::placeholder {
  color: #c8c8c8;
}

/* select */
.contact_select {
  cursor: pointer;
  padding-right: 64px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'><rect width='28' height='28' fill='%23000'/><path d='M8 11l6 6 6-6' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  padding-right: 68px;
  background-position: right 10px center;
  background-size: 22px 22px;
  color: #c8c8c8;
}

.contact_select:valid {
  color: #111;
}

.contact_select option {
  color: #111;
}

.contact_select option[value=""] {
  color: #c8c8c8;
}

/* IEの矢印消し */
.contact_select::-ms-expand {
  display: none;
}

/* textarea */
.contact_textarea {
  min-height: 360px;
  resize: vertical;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: inherit;
}

/* focus時も枠なし */
.contact_input:focus,
.contact_select:focus,
.contact_textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

/* autofill対策 */
.contact_input:-webkit-autofill,
.contact_input:-webkit-autofill:hover,
.contact_input:-webkit-autofill:focus,
.contact_textarea:-webkit-autofill,
.contact_select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset;
  -webkit-text-fill-color: #111;
}
.contact-form-wrap .note {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4%;
}
.contact-form-wrap .privacy_btn {
  width: 275px;
  margin-bottom: 16%;
}

.contact_submit_wrap {
  text-align: center;
  margin: 0 0 21%;
  width: 100%;
}

.contact_submit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: 100%;
  height: 96px;
  border: none;
  border-radius: 9999px;
  background: #000;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/*固定メニュー*/
.fix_header {
  justify-content: space-between;
  align-items: stretch;
  min-height: 80px;
  border-bottom: 1px solid #000;
  background-color: #fff;
  width: 100%;
  flex-wrap: nowrap;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s ease;
}

.fix_header.scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
}
.fix_header .lower_logo {
  width: 25%;
  border-right: 1px solid #000;
  border-bottom: none;
}
.fix_header .fuji-nav {
  flex: 1;
}

.fix_header .fuji-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 20%);
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.fix_header .fuji-nav__list li {
  border-right: 1px solid #000;
}

.fix_header .fuji-nav__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.513vw 0.821vw;
  font-size: 1.385vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.fix_header .fuji-nav__list a:hover {
  background: #e8e8e8;
}

.fix_header .fuji-header__actions {
  display: flex;
  align-items: center;
  gap: 1.333vw;
  padding: 0 1.436vw;
  width: var(--fuji-header-actions-width);
  flex: 0 0 var(--fuji-header-actions-width);
}

.fix_header .fuji-icon {
  display: none;
  /* width: auto;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center; */
}

.fix_header .fuji-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
