@charset "UTF-8";
header .secHeader .secHeaderIn {
  opacity: 0;
  transition: all 0.3s;
}
header .secHeader.active .secHeaderIn {
  opacity: 1;
}

.headerIcon {
  opacity: 0;
  transition: all 0.3s;
}
.headerIcon.active {
  opacity: 1;
}
.headerIcon svg path {
  fill: #fff;
}

.hamburgerWrap {
  transition: all 0.3s;
}
.secHeader .secHeaderIn .logoArea .comLogo {
  display: none;
}
.secHeader .secHeaderIn .logoArea .topLogo {
  display: block;
}

.hamburgerWrap .hamburger {
  border: 1px solid #fff;
}
.hamburgerWrap .hamburger .hamburger__line {
  background-color: #fff;
}

.topHeader * {
  color: #fff;
}
.topHeader {
  position: absolute;
  top: 40px;
  right: 0;
}
.topHeader .secHeaderIn {
  top: 0;
}
.topHeader .logoArea img {
  height: auto;
  transition: all 0.3s;
  width: clamp(16.875rem, -7.481rem + 50.81vw, 30.625rem);
  height: auto;
  max-width: initial;
}

@media screen and (max-width: 767px) {
  .topHeader {
    top: 80px;
  }
  .topHeader .secHeaderIn {
    justify-content: center;
    height: initial;
    margin-top: 0px;
  }
  .topHeader .secHeaderIn .logoArea img {
    width: 280px;
  }
}
.topHeader {
  width: 100%;
  position: absolute;
  z-index: 1210;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.topHeader.is-hidden {
  transform: translateY(-100%);
}
.topHeader .topHeaderIn {
  margin: 0 auto;
  position: relative;
  right: 0px;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
}
.topHeader .topHeaderIn * {
  color: #fff;
}
.topHeader .topHeaderIn .leftArea {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 1;
  position: relative;
  top: -10px;
  flex: 1;
}
.topHeader .topHeaderIn .btnWrap {
  flex: 1;
  display: flex;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: right;
}
.topHeader .topHeaderIn .btnWrap .comBtn {
  border: 1px solid #fff;
}
.topHeader .topHeaderIn .btnWrap .comBtn:hover {
  background-color: #fff;
  color: #EB6D1E;
}
.topHeader .topHeaderIn .leftArea {
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
}

@media screen and (max-width: 767px) {
  header .secHeader {
    opacity: 0;
    visibility: hidden;
  }
  header .secHeader.active {
    opacity: 1;
    visibility: visible;
  }
  .hamburgerWrap {
    opacity: 0;
    visibility: hidden;
  }
  .hamburgerWrap.active {
    visibility: visible;
    opacity: 1;
  }
  .topHeader .topHeaderIn {
    top: 80px;
    justify-content: center;
  }
}
section {
  position: relative;
  z-index: 1;
}

.backgroundWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(135deg, rgba(253, 202, 3, 0.84), #FC272A);
}
.backgroundWrapper .fluidContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  filter: blur(85px) saturate(1.2) contrast(1.1);
  opacity: 0.95;
}
.backgroundWrapper .fluidContainer .blob {
  position: fixed;
  border-radius: 50%;
  mix-blend-mode: normal;
  pointer-events: none;
  will-change: transform, background;
}
.backgroundWrapper .noise {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.4;
  pointer-events: none;
  /* ノイズが色を濁さないようにオーバーレイで合成 */
  mix-blend-mode: overlay;
  /* カラーノイズではなく、完全にモノクロのノイズSVGに変更 */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2Ij48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45NSIgbnVtT2N0YXZlcz0iNSIgc3RpdGNoVGlsZXM9InN0aXRjaCIvPjxmZUNvbG9yTWF0cml4IHR5cGU9InNhdHVyYXRlIiB2YWx1ZXM9IjAiLz48L2ZpbHRlcj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWx0ZXI9InVybCgjbikiLz48L3N2Zz4="), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 256px 256px, 20px 20px, 20px 20px;
}

@media screen and (max-width: 767px) {
  .backgroundWrapper .fluidContainer {
    filter: blur(40px) saturate(1.2) contrast(1.1);
  }
  .backgroundWrapper .noise {
    mix-blend-mode: normal;
    opacity: 0.15;
  }
}
.spCopy {
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-family: "Libre Franklin", sans-serif;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.topEnter {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  z-index: 2;
  cursor: pointer;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  will-change: background-size;
}
.topEnter:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topEnter > div {
  display: inline-block;
  transition: 0.3s;
  rotate: 0;
}

@media screen and (max-width: 767px) {
  .topEnter {
    top: 140px;
  }
}
.secTop {
  position: relative;
}
.secTop::after {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.secTop .secTopIn {
  width: 90%;
  padding: 60px 0;
  margin: auto auto 0;
  height: 100vh;
  height: 100lvh;
}
.secTop .logoList {
  display: grid;
  margin: auto;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 40px;
  list-style: none;
  height: 100%;
  align-items: flex-end;
}
.secTop .logoItem {
  width: 10vw;
  height: auto;
}
.secTop .logoItem:nth-child(odd) .jsLogoTarget {
  --start-deg: 180deg;
  --end-deg: 540deg;
}
.secTop .logoItem:nth-child(even) .jsLogoTarget {
  --start-deg: 90deg;
  --end-deg: 450deg;
}
.secTop .jsLogoTarget {
  transform-origin: center center;
  transform: rotate(var(--start-deg, 0deg));
}
.secTop .jsLogoTarget.isRotate {
  animation: kurunRotate 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes kurunRotate {
  0% {
    transform: rotate(var(--start-deg));
  }
  100% {
    transform: rotate(var(--end-deg));
  }
}
@media only screen and (max-width: 767px) {
  .secTop .secTopIn {
    padding: 0px 0;
    position: relative;
    height: 100lvh;
  }
  .secTop .secTopIn .logoList {
    width: 645px;
    gap: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 90vh;
    top: calc(100svh - 100px);
    align-items: flex-start;
  }
  .secTop .secTopIn .logoItem {
    width: 72px;
    height: auto;
  }
}
.secMovie {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
}
.secMovie .secMovieBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: 1;
}
.secMovie .secMovieBg video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.secMovie .secMovieBg .secMovieBgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-color: #000;
  opacity: 0;
  z-index: 2;
}
.secMovie .secMovieContentArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secMovie .secMovieContentArea .secMovieIn {
  text-align: center;
}
.secMovie .secMovieContentArea .secMovieIn * {
  color: #fff;
}
.secMovie .secMovieContentArea .secMovieIn .secMovieTtl {
  font-size: clamp(38px, 2.78vw, 40px);
  font-weight: bold;
  letter-spacing: 0.04em;
}
.secMovie .secMovieContentArea .secMovieIn .secMovieTxt {
  padding: 70px 0 130px;
  font-size: clamp(18px, 1.39vw, 20px);
  font-weight: bold;
  line-height: 2;
}
.secMovie .secMovieContentArea .secMovieIn .comBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  width: 140px;
  margin: auto;
}
.secMovie .secMovieContentArea .secMovieIn .comBtn:hover {
  color: #EB6D1E;
}

@media screen and (max-width: 767px) {
  .secMovie .secMovieContentArea .commonWidth .secMovieIn .secMovieTtl {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secMovie .secMovieContentArea .commonWidth .secMovieIn .secMovieTxt {
    text-align: left;
    padding: 48px 0;
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
/* =======================================
   PC版（デフォルト）のスタイル
======================================= */
.modal-video-movie-wrap {
  padding-bottom: 0 !important;
  /* 【修正ポイント】高さを基準に幅を計算し、0pxに潰れるのを防ぐ */
  width: 151.1111111111vh !important;
  max-width: 100% !important; /* 画面幅は超えないように制限 */
  height: auto !important;
  aspect-ratio: 16/9; /* PC版：横長（16:9）の比率 */
  margin: 0 auto !important; /* 中央揃え */
}

/* 内包されるvideoやiframeのスタイル */
.modal-video-movie-wrap video,
.modal-video-movie-wrap iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
}

.secAbout {
  padding: 120px 0;
}
.secAbout .secAboutIn {
  color: #ffffff;
}
.secAbout .secAboutIn .comBtn {
  margin: 30px 0 0;
}
.secAbout .secAboutIn .aboutHead {
  margin-bottom: 60px;
}
.secAbout .secAboutIn .aboutHead .aboutEn {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 32px;
}
.secAbout .secAboutIn .aboutHead .aboutTitle {
  font-weight: bold;
  line-height: 1.3;
  font-size: clamp(32px, 2.36vw, 34px);
  margin-bottom: 30px;
}
.secAbout .secAboutIn .aboutHead .aboutDesc {
  letter-spacing: 0.06em;
  line-height: 2;
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 32px;
}
.secAbout .secAboutIn .aboutCards {
  display: flex;
  gap: 24px;
}
.secAbout .secAboutIn .aboutCards .aboutCard {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 20px;
}
.secAbout .secAboutIn .aboutCards .aboutCard:nth-child(1) .cardLogo {
  background: #000;
}
.secAbout .secAboutIn .aboutCards .aboutCard:nth-child(2) .cardLogo {
  background: #fff;
}
.secAbout .secAboutIn .aboutCards .aboutCard:nth-child(3) .cardLogo {
  background: #E55226;
}
.secAbout .secAboutIn .aboutCards .aboutCard:nth-child(3) .cardLogo img {
  filter: invert(1);
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 0 33px;
  margin-bottom: 30px;
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardCatch {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardCatch span {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 6px;
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardInfo {
  text-align: center;
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardInfo .cardCat {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardInfo .cardName {
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(20px, 1.53vw, 22px);
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardInfo .cardName span {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardJobs {
  width: 100%;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
  padding-top: 14px;
  margin-top: auto;
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardJobs .jobsTitle {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 12px;
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardJobs .jobTags {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.secAbout .secAboutIn .aboutCards .aboutCard .cardJobs .jobTags li {
  background-color: #ffffff;
  color: #EB6D1E;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  padding: 6px 8px;
}

@media only screen and (max-width: 767px) {
  .secAbout {
    padding: 120px 0;
  }
  .secAbout .secAboutIn .aboutHead {
    margin-bottom: 40px;
  }
  .secAbout .secAboutIn .aboutHead .aboutEn {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .secAbout .secAboutIn .aboutHead .aboutTitle {
    font-size: clamp(14px, 6.15vw, 24px);
    margin-bottom: 20px;
  }
  .secAbout .secAboutIn .aboutHead .aboutDesc {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .secAbout .secAboutIn .aboutCards {
    flex-direction: column;
    gap: 20px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard {
    padding: 18px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardLogo {
    height: 100px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardCatch {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardCatch span {
    padding-bottom: 4px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardInfo {
    margin-bottom: 10px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardInfo .cardCat {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardInfo .cardName {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardInfo .cardName span {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardJobs {
    padding-top: 20px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardJobs .jobsTitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardJobs .jobTags {
    gap: 8px;
  }
  .secAbout .secAboutIn .aboutCards .aboutCard .cardJobs .jobTags li {
    font-size: 14px;
    padding: 7px 10px;
  }
}
.secVision {
  display: flex;
  align-items: center;
  height: 100vh;
  height: 100svh;
}
.secVision .commonWidth {
  max-width: initial;
}
.secVision .secVisionIn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #ffffff;
}
.secVision .visionVisual {
  width: 100%;
}
.secVision .visionCircleWrap {
  position: relative;
  width: min(716px, 55.9375vw);
  height: min(716px, 55.9375vw);
  left: max(-550px, -42.96875vw);
}
.secVision .visionDecoLine {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.secVision .orbitCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.secVision .orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --orbit-r: min(500px, 39.0625vw);
}
.secVision .visionDecoDot1,
.secVision .visionDecoDot2,
.secVision .visionDecoDot3 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 min(10px, 0.78125vw) rgba(255, 255, 255, 0.2);
  z-index: 2;
  width: min(24px, 1.875vw);
  height: min(24px, 1.875vw);
  margin-top: max(-12px, -0.9375vw);
  margin-left: max(-12px, -0.9375vw);
}
.secVision .visionDecoDot1 {
  transform: rotate(60deg) translateX(var(--orbit-r));
}
.secVision .visionDecoDot2 {
  transform: rotate(180deg) translateX(var(--orbit-r));
}
.secVision .visionDecoDot3 {
  transform: rotate(300deg) translateX(var(--orbit-r));
}
.secVision .gondola {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(574px, 44.84375vw);
  height: min(574px, 44.84375vw);
  margin-top: max(-265px, -20.703125vw);
  margin-left: max(-265px, -20.703125vw);
}
.secVision .gondola1 {
  left: var(--orbit-r);
  top: 0;
}
.secVision .gondola2 {
  left: calc(var(--orbit-r) * -0.5);
  top: calc(var(--orbit-r) * 0.866);
}
.secVision .gondola3 {
  left: calc(var(--orbit-r) * -0.5);
  top: calc(var(--orbit-r) * -0.866);
}
.secVision .visionImg1,
.secVision .visionImg2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.secVision .visionContent {
  width: 100%;
  z-index: 10;
  position: relative;
}
.secVision .visionLabel {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.secVision .visionTitle {
  font-weight: bold;
  line-height: 1.4;
  font-size: 32px;
  margin-bottom: 30px;
}
.secVision .visionDesc {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 40px;
}
.secVision .btnViewMore {
  display: inline-block;
  background-color: #ffffff;
  color: #EB6D1E;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
  font-size: 14px;
  padding: 12px 32px;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .secVision {
    height: 100vh;
    height: 100lvh;
  }
  .secVision .commonWidth {
    height: 100%;
    max-width: initial;
  }
  .secVision .secVisionIn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .secVision .visionVisual {
    position: absolute;
    top: 35%;
    left: 0%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
  }
  .secVision .visionCircleWrap {
    width: 350px;
    height: 350px;
    left: 75%;
  }
  .secVision .visionCircleWrap .visionDecoLine {
    top: 30%;
    width: 350px;
    height: 350px;
  }
  .secVision .visionCircleWrap .orbitCenter {
    top: 30%;
  }
  .secVision .orbit {
    --orbit-r: 196px;
    --dot-r: 175px;
  }
  .secVision .visionDecoDot1,
  .secVision .visionDecoDot2,
  .secVision .visionDecoDot3 {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
  .secVision .visionDecoDot1 {
    transform: rotate(60deg) translateX(var(--dot-r));
  }
  .secVision .visionDecoDot2 {
    transform: rotate(180deg) translateX(var(--dot-r));
  }
  .secVision .visionDecoDot3 {
    transform: rotate(300deg) translateX(var(--dot-r));
  }
  .secVision .gondola {
    width: 260px;
    height: 260px;
    margin-top: -130px;
    margin-left: -130px;
  }
  .secVision .gondola1 {
    left: var(--orbit-r);
    top: 0;
    transform: none;
  }
  .secVision .gondola2 {
    left: calc(var(--orbit-r) * -0.5);
    top: calc(var(--orbit-r) * 0.866);
    transform: none;
  }
  .secVision .gondola3 {
    left: calc(var(--orbit-r) * -0.5);
    top: calc(var(--orbit-r) * -0.866);
    transform: none;
  }
  .secVision .visionContent {
    text-align: center;
    background: #ffffff;
    border-radius: 120px 120px 20px 20px;
    padding: 56px 25px 42px;
  }
  .secVision .visionContent * {
    color: #EB6D1E;
  }
  .secVision .visionContent .comBtn {
    background: #EB6D1E;
    color: #ffffff;
    margin: 40px auto 0;
  }
  .secVision .visionContent .comBtn:hover {
    background: #ffffff;
    color: #EB6D1E;
  }
  .secVision .visionContent .spImgWrap {
    position: relative;
  }
  .secVision .visionContent .spImgWrap .imgArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .secVision .visionContent .spImgWrap .imgArea:first-child {
    position: relative;
    opacity: 1;
  }
  .secVision .visionLabel {
    font-size: 14px;
  }
  .secVision .visionTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .secVision .visionDesc {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
  }
  .secVision .btnViewMore {
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 20px;
  }
}
.sectionDivider {
  padding-top: 160px;
}
.sectionDivider .imgArea {
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .sectionDivider {
    padding-top: 100px;
  }
  .sectionDivider .commonWidth {
    max-width: initial;
    width: 100%;
  }
  .sectionDivider .imgArea {
    border-radius: 0px;
  }
}
.secPeople {
  color: #ffffff;
  overflow: hidden;
  padding: 160px 0;
}
.secPeople .comBtn {
  margin: 50px auto 0;
}
.secPeople .commonWidth {
  position: relative;
}
.secPeople .ano {
  position: absolute;
  right: 0;
  bottom: -35px;
  font-size: 12px;
}
.secPeople .peopleHead {
  text-align: center;
  margin-bottom: 60px;
}
.secPeople .peopleEn {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
.secPeople .peopleTitle {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(30px, 2.22vw, 32px);
}
.secPeople .peopleStats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.secPeople .statItem {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  flex-shrink: 0;
}
.secPeople .statItem .statLabel {
  font-weight: bold;
  line-height: 1.4;
  font-size: 18px;
}
.secPeople .statItem .statNum {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
}
.secPeople .statItem .statNum .en {
  font-size: 80px;
  margin-right: 2px;
}
.secPeople .statItem .statSub {
  font-weight: bold;
  opacity: 0.9;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}
.secPeople .statItem .statSub span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.secPeople .statItem .statSub span.en {
  margin: 0 4px;
  position: relative;
  top: 1px;
}
.secPeople .statLarge {
  width: 320px;
  height: 320px;
  border-radius: 140px;
}
.secPeople .statLarge * {
  line-height: 1 !important;
}
.secPeople .statLarge .statIcon,
.secPeople .statLarge .statNum {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secPeople .statLarge .statIcon {
  width: auto;
}
.secPeople .statLarge .statSub {
  font-size: 16px;
  margin-top: initial;
}
.secPeople .statLarge .statSub .en {
  font-size: 26px;
  font-weight: bold;
}
.secPeople .statLarge .statNum > div {
  font-size: 30px;
}
.secPeople .statLarge .statNum .en {
  font-size: 96px;
  letter-spacing: -0.04em;
}
.secPeople .statMiddle {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.secPeople .statSmall {
  width: 150px;
  height: 150px;
  border-radius: 70px;
}
.secPeople .statSmall .statLabel {
  font-size: 13px;
  margin-bottom: 8px;
}
.secPeople .statSmall .statNum {
  font-size: 20px;
}
.secPeople .statSmall .statNum .en {
  font-size: 50px;
}
.secPeople .peopleScroller {
  width: 100%;
  display: flex;
  margin-top: 80px;
}
.secPeople .scrollerTrack {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: infiniteScroll 60s linear infinite;
  gap: 70px;
}
.secPeople .peopleCard {
  flex-shrink: 0;
  text-align: center;
  width: 260px;
}
.secPeople .peopleCard:nth-of-type(odd) {
  margin-top: 20px;
}
.secPeople .peopleCard a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.secPeople .peopleCard .cardImg {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 340px;
  margin-bottom: 20px;
  opacity: 1;
}
.secPeople .peopleCard .cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.secPeople .peopleCard .cardImg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #FB6A29 54%, #fff 57%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.secPeople .peopleCard .cardImg:hover::after {
  opacity: 0.5;
}
.secPeople .peopleCard .cardInfo {
  text-align: center;
}
.secPeople .peopleCard .cardRole {
  letter-spacing: 0.05em;
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 4px;
}
.secPeople .peopleCard .cardYear {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .secPeople {
    padding: 100px 0 140px;
  }
  .secPeople .ano {
    bottom: 0;
    font-size: 11px;
  }
  .secPeople .peopleHead {
    margin-bottom: 40px;
  }
  .secPeople .peopleEn {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .secPeople .peopleTitle {
    font-size: clamp(20px, 1.53vw, 22px);
  }
  .secPeople .peopleStats {
    flex-direction: column;
    gap: 0;
  }
  .secPeople .statItem .statLabel {
    font-size: 14px;
  }
  .secPeople .statItem .statNum {
    font-size: 14px;
  }
  .secPeople .statItem .statSub {
    font-size: 11px;
    width: 80%;
    margin: 0 auto;
    line-height: 160% !important;
  }
  .secPeople .statItem .statSub span.en {
    line-height: 160% !important;
    font-size: 12px;
    margin: 0 2px;
  }
  .secPeople .statLarge {
    width: 180px;
    height: 180px;
    border-radius: 70px;
    position: relative;
    z-index: 2;
    gap: 10px;
  }
  .secPeople .statLarge .statIcon {
    width: 60px;
    height: auto;
    padding: 0;
  }
  .secPeople .statLarge .statNum {
    height: initial;
  }
  .secPeople .statLarge .statNum .en {
    font-size: 46px;
    margin-right: 2px;
  }
  .secPeople .statMiddle {
    flex-direction: row;
    justify-content: space-between;
    width: 350px;
    max-width: 100%;
    margin-top: -40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
  }
  .secPeople .statSmall {
    width: 100px;
    height: 100px;
    border-radius: 42px;
  }
  .secPeople .statSmall .statLabel {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .secPeople .statSmall .statNum .en {
    font-size: 36px;
  }
  .secPeople .peopleScroller {
    margin-top: 40px;
  }
  .secPeople .scrollerTrack {
    gap: 30px;
    animation: infiniteScroll 50s linear infinite;
  }
  .secPeople .peopleCard {
    width: 180px;
  }
  .secPeople .peopleCard:nth-of-type(odd) {
    margin-top: 0;
  }
  .secPeople .peopleCard:nth-of-type(even) {
    margin-top: 40px;
  }
  .secPeople .peopleCard .cardImg {
    height: 240px;
    border-radius: 16px;
    margin-bottom: 12px;
  }
  .secPeople .peopleCard .cardRole {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .secPeople .peopleCard .cardYear {
    font-size: 12px;
  }
}
@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 35px));
  }
}
@media screen and (max-width: 767px) {
  @keyframes infiniteScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - 15px));
    }
  }
}
.secIconParallax {
  position: relative;
  background-color: #E3E3E3;
  background-image: linear-gradient(to right, rgba(235, 109, 30, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(235, 109, 30, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  overflow: hidden;
}
.secIconParallax .secIconParallaxIn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
}
.secIconParallax .IconList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 130%;
  height: 100%;
  gap: 4.375vw;
}
.secIconParallax .IconCol {
  display: flex;
  flex-direction: column;
  will-change: transform;
  width: 176px;
  min-width: 150px;
  height: auto;
  gap: 20px;
}
.secIconParallax .imgFit {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .secIconParallax {
    background-size: 10px 10px;
  }
  .secIconParallax::before, .secIconParallax::after {
    height: 15px;
  }
  .secIconParallax .secIconParallaxIn {
    height: 240px;
  }
  .secIconParallax .IconList {
    gap: 15px;
  }
  .secIconParallax .IconCol {
    gap: 10px;
    min-width: 74px;
  }
}
.secPhilosophy {
  color: #ffffff;
  padding: 160px 0 180px;
}
.secPhilosophy .secPhilosophyIn {
  text-align: center;
}
.secPhilosophy .philoHead {
  margin-bottom: 60px;
}
.secPhilosophy .philoHead .philoEn {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 24px;
}
.secPhilosophy .philoHead .philoSub {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
}
.secPhilosophy .philoHead .philoTitle {
  font-weight: bold;
  font-size: clamp(38px, 2.78vw, 40px);
}
.secPhilosophy .philoCards {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-bottom: 50px;
}
.secPhilosophy .philoCards .philoCard {
  background-color: #ffffff;
  color: #e85827;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 20px;
  padding: 46px 20px;
}
.secPhilosophy .philoCards .philoCard .cardIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-bottom: 20px;
}
.secPhilosophy .philoCards .philoCard .cardTxt {
  font-weight: bold;
  font-size: clamp(18px, 1.39vw, 20px);
}
.secPhilosophy .comBtn {
  margin: auto;
}
.secPhilosophy .philoBtnWrap {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .secPhilosophy {
    padding: 140px 0;
  }
  .secPhilosophy .philoHead {
    margin-bottom: 40px;
  }
  .secPhilosophy .philoHead .philoEn {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .secPhilosophy .philoHead .philoSub {
    font-size: clamp(14px, 4.1vw, 16px);
    margin-bottom: 4px;
  }
  .secPhilosophy .philoHead .philoTitle {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secPhilosophy .philoCards {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
  }
  .secPhilosophy .philoCards .philoCard {
    width: 100%;
    border-radius: 20px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: initial;
    background: rgba(255, 255, 255, 0.2);
    gap: 30px;
  }
  .secPhilosophy .philoCards .philoCard * {
    color: #fff;
  }
  .secPhilosophy .philoCards .philoCard .cardIcon {
    width: 45px;
    height: 40px;
    margin-bottom: 0;
  }
  .secPhilosophy .philoCards .philoCard .cardIcon img {
    filter: brightness(10);
  }
  .secPhilosophy .philoCards .philoCard .cardTxt {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secPhilosophy .philoBtnWrap .btnViewMore {
    font-size: 14px;
    padding: 10px 32px;
    border-radius: 30px;
  }
}
.secNews {
  padding: 114px 0;
  background: #E3E3E3;
  background-image: linear-gradient(to right, rgba(235, 109, 30, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(235, 109, 30, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  overflow: hidden;
}
.secNews .newsHead {
  margin-bottom: 30px;
}
.secNews .newsHead .newsEn {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  color: #EB6D1E;
}
.secNews .newsList {
  margin-bottom: 50px;
}
.secNews .newsItem {
  border-bottom: 1px solid #EB6D1E;
  position: relative;
}
.secNews .newsItem::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFB88D;
  content: "";
  transition: all 1.5s ease;
  z-index: 3;
}
.secNews .newsItem:hover::before {
  width: 100%;
}
.secNews .newsItem a {
  display: flex;
  align-items: center;
  padding: 24px 0;
  gap: 40px;
  text-decoration: none;
  color: #EB6D1E;
}
.secNews .newsMeta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.secNews .newsMeta .newsDate {
  font-size: clamp(15px, 1.11vw, 16px);
  font-weight: bold;
}
.secNews .newsMeta .newsCat {
  background-color: #EB6D1E;
  color: #fff;
  font-size: 12px;
  padding: 4px 16px;
  border-radius: 20px;
  text-align: center;
  min-width: 80px;
}
.secNews .newsTitle {
  font-size: clamp(15px, 1.11vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.secNews .newsBtn {
  display: flex;
  justify-content: center;
}
.secNews .newsBtn .comBtn {
  background-color: #fff;
  color: #EB6D1E;
  border: none;
  min-width: 160px;
  height: 46px;
  border-radius: 23px;
}
.secNews .newsBtn .comBtn:hover {
  background-color: #EB6D1E;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .secNews {
    padding: 90px 0;
  }
  .secNews .newsHead {
    margin-bottom: 30px;
  }
  .secNews .newsHead .newsEn {
    font-size: 14px;
  }
  .secNews .newsList {
    margin-bottom: 40px;
  }
  .secNews .newsItem a {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    gap: 10px;
  }
  .secNews .newsMeta {
    gap: 15px;
  }
  .secNews .newsMeta .newsDate {
    font-size: 14px;
  }
  .secNews .newsTitle {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .secNews .newsBtn .comBtn {
    min-width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
.secInfo {
  padding: 140px 0;
  color: #ffffff;
}
.secInfo .secInfoIn {
  display: flex;
  flex-direction: column;
  gap: 140px;
}
.secInfo .contactBanner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 40px;
  text-decoration: none;
  color: #e85827;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.secInfo .contactBanner * {
  transition: all 0.3s;
}
.secInfo .contactBanner .contactText {
  display: flex;
  align-items: baseline;
  gap: 16px;
  transition: all 0.3s;
}
.secInfo .contactBanner .contactEn {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: clamp(30px, 2.22vw, 32px);
}
.secInfo .contactBanner .contactJp {
  font-weight: bold;
  font-size: 14px;
}
.secInfo .contactBanner .contactIcon {
  width: 104px;
  height: 104px;
  background-color: rgba(235, 109, 30, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.secInfo .contactBanner .contactIcon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #EB6D1E;
  border-radius: 50%;
  transition: all 0.3s;
}
.secInfo .contactBanner .contactIcon svg {
  position: relative;
  z-index: 1;
  width: 18px;
  height: auto;
}
.secInfo .contactBanner .contactIcon svg path {
  transition: all 0.3s;
}
.secInfo .contactBanner:hover {
  background: #EB6D1E;
}
.secInfo .contactBanner:hover * {
  color: #fff;
}
.secInfo .contactBanner:hover .contactIcon {
  background-color: rgba(255, 255, 255, 0.3);
}
.secInfo .contactBanner:hover .contactIcon::after {
  background-color: #fff;
}
.secInfo .contactBanner:hover .contactIcon svg path {
  fill: #EB6D1E;
}
.secInfo .companyArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 60px;
}
.secInfo .companyArea .companyContent {
  flex: 1;
}
.secInfo .companyArea .companyTitle {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 40px;
}
.secInfo .companyArea .companyList .companyRow {
  display: flex;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #fff;
  flex-wrap: wrap;
}
.secInfo .companyArea .companyList .companyRow:nth-child(4), .secInfo .companyArea .companyList .companyRow:nth-child(5), .secInfo .companyArea .companyList .companyRow:nth-child(6) {
  border-bottom: none;
}
.secInfo .companyArea .companyList .companyRow:nth-child(4) {
  padding: 20px 0 10px;
}
.secInfo .companyArea .companyList .companyRow:nth-child(5), .secInfo .companyArea .companyList .companyRow:nth-child(6) {
  padding: 10px 0;
}
.secInfo .companyArea .companyList .companyRow:nth-child(7) {
  padding: 10px 0 20px;
}
.secInfo .companyArea .companyList .companyRow dt {
  width: clamp(7.5rem, 3.072rem + 9.24vw, 10rem);
  font-weight: bold;
  font-size: clamp(15px, 1.11vw, 16px);
  line-height: 1.6;
  flex-shrink: 0;
}
.secInfo .companyArea .companyList .companyRow dd {
  flex: 1;
  font-weight: 500;
  font-size: clamp(15px, 1.11vw, 16px);
  line-height: 1.6;
}
.secInfo .companyArea .companyImg {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
}
.secInfo .companyArea .companyImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .secInfo {
    padding: 100px 0 160px;
  }
  .secInfo .secInfoIn {
    gap: 50px;
  }
  .secInfo .contactBanner {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .secInfo .contactBanner .contactText {
    flex-direction: column;
    gap: 0px;
  }
  .secInfo .contactBanner .contactEn {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secInfo .contactBanner .contactJp {
    font-size: 12px;
  }
  .secInfo .contactBanner .contactIcon {
    width: 62px;
    height: 62px;
  }
  .secInfo .contactBanner .contactIcon::after {
    width: 50px;
    height: 50px;
  }
  .secInfo .contactBanner .contactIcon svg {
    width: 14px;
  }
  .secInfo .companyArea {
    flex-direction: column;
    gap: 45px;
  }
  .secInfo .companyArea .companyTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    margin-bottom: 30px;
  }
  .secInfo .companyArea .companyList .companyRow {
    flex-direction: column;
    gap: 4px;
    padding: 15px 0;
    justify-content: left;
    align-items: flex-start;
  }
  .secInfo .companyArea .companyList .companyRow:last-of-type {
    border-bottom: initial;
  }
  .secInfo .companyArea .companyList .companyRow dt {
    width: 100%;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secInfo .companyArea .companyList .companyRow dd {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secInfo .companyArea .companyImg {
    width: 100%;
    border-radius: 12px;
  }
}/*# sourceMappingURL=style.css.map */