@charset "UTF-8";
body {
  color: var(--font-color);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:root {
  --font-family-base: Noto Sans JP, sans-serif;
  --font-size-base: 16px;
  --font-color:#222222;
  --background-color: #f8f9fa;
  --breakpoint-sm: 480;
  --breakpoint-md: 768;
  --breakpoint-lg: 1024;
  --primary-color: #009B85;
  --secondary-color: #4a58a4;
  --rem: 0.0625rem;
}

:where(:root) {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  hyphens: auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
  line-height: 1.5;
  overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
}

:where(a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea) {
  touch-action: manipulation;
}

:where(a) {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media (any-hover: hover) {
  :where(a[href^="tel:"]) {
    pointer-events: none;
  }
}
:where(img) {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:root:has(dialog[open]) {
  overflow: hidden;
}

::backdrop {
  background-color: unset;
}

:where(input:not([type=checkbox]):not([type=radio]), textarea) {
  border: 1px solid var(--color-gray-dark);
}

textarea {
  field-sizing: content; /* コンテンツに基づくサイズ調整 */
  min-height: 4lh; /* 最小高さを4行分に設定 */
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

p {
  font-size: 1rem;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 1rem;
  padding: 2rem;
  background: #f0f0f0;
  min-height: 100vh;
}

.flex-item {
  background: #4caf50;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  border-radius: 8px;
  min-width: 150px;
  text-align: center;
}

.font-en {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.font-ja {
  font-family: "Noto Sans JP", sans-serif;
}

.fill img {
  object-fit: fill;
}

.cover img {
  object-fit: cover;
}

.none img {
  object-fit: none;
}

.scale-down img {
  object-fit: none;
}

.contain img {
  object-fit: contain;
}
.contain.left img {
  object-position: top left;
}
.contain.center img {
  object-position: 50% 50%;
}
.contain.right img {
  object-position: bottom right;
}

.fullscreen-container {
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.show-xs {
  display: none;
}
@media screen and (max-width: 375px) {
  .show-xs {
    display: block;
  }
}

.hide-xs {
  display: block;
}
@media screen and (max-width: 375px) {
  .hide-xs {
    display: none;
  }
}

.show-sm {
  display: none;
}
@media screen and (max-width: 480px) {
  .show-sm {
    display: block;
  }
}

.hide-sm {
  display: block;
}
@media screen and (max-width: 480px) {
  .hide-sm {
    display: none;
  }
}

.show-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-md {
    display: block;
  }
}

.hide-md {
  display: block;
}
@media screen and (max-width: 768px) {
  .hide-md {
    display: none;
  }
}

.show-md-min {
  display: none;
}
@media screen and (min-width: 769px) {
  .show-md-min {
    display: block;
  }
}

.hide-md-min {
  display: block;
}
@media screen and (min-width: 769px) {
  .hide-md-min {
    display: none;
  }
}

.show-lg-min {
  display: none;
}
@media screen and (min-width: 1025px) {
  .show-lg-min {
    display: block;
  }
}

.hide-lg-min {
  display: block;
}
@media screen and (min-width: 1025px) {
  .hide-lg-min {
    display: none;
  }
}

.delay-in > * {
  opacity: 0;
  transform: translateY(30px);
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 1000;
}

.page-top .icon {
  width: 40px;
  height: auto;
  transition: transform 0.8s ease;
  transform-style: preserve-3d; /* 3D回転を有効化 */
}

.page-top:hover .icon {
  transform: rotateY(360deg); /* 横にくるっと回転 */
}

.page-top .text {
  margin-top: 6px;
  font-size: 0.8rem;
  color: var(--primary-color);
  font-weight: bold;
}

/* スマホサイズ */
@media (max-width: 768px) {
  .page-top .icon {
    width: 24px;
  }
  .page-top .text {
    font-size: 0.7rem;
  }
}
/*-----------------------
* Header Logo 
----------------------- */
.site-logo {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.site-logo.show {
  opacity: 1;
}

/*---------------------
* First View Slider
---------------------*/
main {
  position: relative;
}

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* PC左帯 */
.border-pc {
  display: none;
}
@media screen and (min-width: 1261px) {
  .border-pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14vw;
    min-width: 200px;
    height: 100vh;
    background-color: var(--primary-color);
    z-index: 10;
  }
  .border-pc .fv__logo {
    width: 54%;
    margin: 2em auto;
  }
  .border-pc .text-v {
    margin: 32px auto 16px auto;
    padding-right: 12px;
    font-size: 1.375rem;
    font-weight: 400;
    word-spacing: 1;
    line-height: 2;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
  }
  .border-pc .text-v .text-combine {
    display: inline-block;
    margin: 4px auto 4px -20px;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
}
.border-pc .slide-content {
  padding-left: 18vw;
}

/* スライド */
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

@media screen and (min-width: 1261px) {
  .fv-slide1 {
    background-position: center 20%;
  }
}

.slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}

.fv-slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 2rem 0.5rem 3.375rem 0.5rem;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .fv-slide-content {
    margin-left: 13vw;
  }
}

.slide-lead {
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}

.slide-sub {
  font-size: 10vw;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.8;
  text-align: center;
  font-weight: 700;
}

.gc-name {
  font-size: 7.2vw;
}

/* タブレット縦 */
@media (max-width: 1024px) and (orientation: portrait) {
  .slider {
    height: 50vh;
  }
}
/* スマホ */
@media (max-width: 768px) {
  .slider {
    height: 100svh;
  }
}
/* ページネーション */
.pagination {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 20;
}
@media screen and (min-width: 1025px) {
  .pagination {
    left: 55%;
  }
}

.pagination span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s;
}

.pagination span.active {
  background: var(--primary-color);
}

.arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 0.2em 0.5em;
  cursor: pointer;
  z-index: 30;
  transition: background 0.3s;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}

.arrow.prev {
  left: 1rem;
}

.arrow.next {
  right: 1rem;
}

@media screen and (max-width: 1024px) {
  .arrow,
  .arrow:hover,
  .arrow.prev,
  .arrow.next {
    display: none;
  }
}
.section-wrapper {
  width: 100%;
  height: auto;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .section-wrapper {
    margin-top: 54px;
  }
}
.section-wrapper .bill-image {
  position: absolute;
  width: 300px;
  height: 400px;
  z-index: 99;
}
@media screen and (max-width: 1500px) {
  .section-wrapper .bill-image {
    display: none;
  }
}

/* ---------------------
  TOP Interview
-----------------------*/
.top-interview {
  position: relative;
  min-height: 0;
}
.top-interview .bg-svg-box {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.top-interview .bg-svg-box img {
  max-height: 200px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-interview .bg-svg-box img {
    max-width: 140%;
    width: 140%;
    overflow: hidden;
  }
}
.top-interview .bg-svg-box::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  height: var(--after-height, 300px);
  background: #eee;
  z-index: -1;
}
.top-interview .top-intervew-wrapper {
  background-position: left 96px;
}
.top-interview .ttl-box {
  margin-top: -3.75rem;
  margin-bottom: 2.25rem;
  padding-left: 8vw;
}
@media screen and (max-width: 1260px) {
  .top-interview .ttl-box {
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-interview .ttl-box {
    margin-top: -2rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.5rem;
    padding-left: 0;
    width: 96%;
  }
}
.top-interview .ttl-box p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-interview .ttl-box p {
    font-size: 1rem;
  }
}
.top-interview .top-intervew-box {
  display: flex;
  align-items: flex-start;
  max-width: 90vw;
  gap: 6vw;
  flex-direction: row-reverse;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-interview .top-intervew-box {
    flex-direction: column;
    gap: 0;
  }
}
.top-interview .top-intervew-box .ceo-msg {
  max-width: 36vw;
}
@media screen and (max-width: 1024px) {
  .top-interview .top-intervew-box .ceo-msg {
    max-width: 90vw;
  }
}
.top-interview .top-intervew-box .ceo-msg h3 {
  font-size: clamp(2rem, 1.108rem + 1.86vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .top-interview .top-intervew-box .ceo-msg h3 {
    width: 94%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1800px) {
  .top-interview .top-intervew-box .ceo-msg h3 br.wide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-interview .top-intervew-box .ceo-msg h3 {
    font-size: clamp(1.5rem, 1.081rem + 1.91vw, 2rem);
  }
}
.top-interview .top-intervew-box .ceo-msg .name {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.456rem + 1.39vw, 1.5rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .top-interview .top-intervew-box .ceo-msg .name {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.top-interview .top-intervew-box .ceo-msg .description {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .top-interview .top-intervew-box .ceo-msg .description {
    width: 94%;
    font-size: 1rem;
  }
}
.top-interview .top-intervew-box .ceo-msg .button-1 {
  margin-bottom: 5rem;
}
.top-interview .top-intervew-box .interview-image {
  flex: 1 1 36%;
  min-width: 400px;
  padding-bottom: 12.5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-interview .top-intervew-box .interview-image {
    padding-bottom: 2.5rem;
    min-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview .top-intervew-box .interview-image {
    padding-bottom: 2rem;
    min-width: 350px;
  }
}
.top-interview .top-intervew-box .interview-image img.ceo-photo {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------
  history swiper
-----------------------*/
#history-box {
  background: #222 url("../img/home/history-bg2.jpg") no-repeat;
  background-size: cover;
  background-position: center 60%;
  position: relative;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 10vh;
}
@media screen and (max-width: 768px) {
  #history-box {
    padding-left: 4%;
    padding-right: 4%;
  }
}
#history-box .history-ttl-box {
  padding-top: 5rem;
  width: 45%;
  min-width: 500px;
  margin-left: auto;
  color: #ffffff;
}
@media screen and (max-width: 1260px) {
  #history-box .history-ttl-box {
    width: 55%;
  }
}
@media screen and (max-width: 1032px) {
  #history-box .history-ttl-box {
    width: 94vw;
    margin: 0 auto;
  }
}
#history-box .history-ttl-box .sub-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  #history-box .history-ttl-box .sub-title {
    font-size: 1.125rem;
  }
}
#history-box .history-ttl-box .lead {
  font-size: 1.125rem;
  font-weight: 300;
}
@media screen and (max-width: 1260px) {
  #history-box .history-ttl-box .lead {
    width: 84%;
  }
}
@media screen and (max-width: 768px) {
  #history-box .history-ttl-box .lead {
    font-size: 1rem;
    white-space: normal;
    word-break: break-word;
    width: 90%;
  }
}
#history-box .swiper2 {
  width: 64%;
  margin: 3.75rem auto 0;
  padding: 10px 0 40px;
  /* アクティブ状態の強調 */
}
#history-box .swiper2 .swiper-wrapper {
  height: 600px;
}
#history-box .swiper2 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%; /* 親の高さに合わせる */
  transition: transform 0.3s ease, filter 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#history-box .swiper2 .swiper-wrapper .swiper-slide img {
  height: 80%;
  width: auto;
  object-fit: cover;
  transition: filter 0.3s ease;
  filter: brightness(0.6);
  max-height: 50vh; /* 高さ制限 */
}
#history-box .swiper2 .swiper-wrapper .swiper-slide p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  #history-box .swiper2 .swiper-wrapper .swiper-slide p {
    font-size: 1rem;
  }
}
#history-box .swiper2 .swiper-wrapper .swiper-slide p span {
  opacity: 0.9;
  letter-spacing: 0.05rem;
}
#history-box .swiper2 .swiper-wrapper .swiper-slide:hover p {
  color: var(--primary-color);
}
#history-box .swiper2 .swiper-wrapper .swiper-slide-active {
  transform: scale(1.4);
  z-index: 2;
}
#history-box .swiper2 .swiper-wrapper .swiper-slide-active p {
  transform: scale(0.8);
}
#history-box .swiper2 .swiper-wrapper .swiper-slide-active img {
  filter: brightness(1);
}
#history-box .swiper2 .custom-scrollbar {
  position: absolute;
  top: 140px;
  left: 8vw;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  margin-top: 20px;
}
@media screen and (max-width: 1260px) {
  #history-box .swiper2 .custom-scrollbar {
    position: inherit;
    max-width: 50vw;
  }
}
@media screen and (max-width: 1032px) {
  #history-box .swiper2 .custom-scrollbar {
    width: 100vw;
    min-width: unset;
    max-width: 94svw;
    margin: 2rem auto 0 auto;
    left: 50%;
    transform: translateX(-24%);
    display: flex;
    justify-content: center;
  }
}
#history-box .swiper2 .custom-scrollbar span {
  font-size: 1.75rem;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 0 0.5rem 0.5rem 0.5rem;
  transition: color 0.3s ease;
  font-weight: 500;
  white-space: nowrap;
  /* 下線 */
}
@media screen and (max-width: 1260px) {
  #history-box .swiper2 .custom-scrollbar span {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #history-box .swiper2 .custom-scrollbar span {
    font-size: 1.125rem;
  }
}
#history-box .swiper2 .custom-scrollbar span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#history-box .swiper2 .custom-scrollbar span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
#history-box .swiper2 .custom-scrollbar span.active {
  color: var(--primary-color);
  transform: scaleX(1);
}
#history-box .swiper2 .custom-scrollbar span.active::after {
  background-color: var(--primary-color);
  height: 2px;
  transform: scaleX(1);
}

/*
Timeline
*/
#timeline {
  width: 100%;
  height: 100%;
  padding-top: 8vh;
  padding-bottom: 10vh;
  min-height: 100vh;
  background: url("../img/home/ttl-timeline.svg") center center/70% no-repeat, linear-gradient(to right, #eee 50%, #fff 50%);
}
#timeline .timeline-ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3vh;
}
@media (max-width: 1024px) {
  #timeline {
    background: url("../img/home/ttl-timeline.svg") center center/90% no-repeat, linear-gradient(to right, #eee 50%, #fff 50%);
    padding-top: 8vh;
    padding-bottom: 6vh;
  }
}
@media (max-width: 768px) {
  #timeline {
    background-size: 100% auto;
    padding-top: 6vh;
    padding-bottom: 6vh;
    min-height: auto;
  }
}

.swiper3 {
  height: 70vh;
  width: 28%;
  transition: width 0.3s ease;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .swiper3 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .swiper3 {
    height: auto;
    width: 54%;
  }
}
@media screen and (max-width: 480px) {
  .swiper3 {
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .swiper3 {
    width: 94%;
  }
}
.swiper3 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3.75rem;
  padding-bottom: 100px;
  font-weight: bold;
  text-align: center;
}
.swiper3 .timeline-slide00,
.swiper3 .timeline-slide01,
.swiper3 .timeline-slide02,
.swiper3 .timeline-slide03,
.swiper3 .timeline-slide04 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper3 .timeline-slide00 {
  background-image: url("../img/home/timeline-slide00.jpg");
}
.swiper3 .timeline-slide01 {
  background-image: url("../img/home/timeline-slide01.jpg");
}
.swiper3 .timeline-slide02 {
  background-image: url("../img/home/timeline-slide02.jpg");
}
.swiper3 .timeline-slide03 {
  background-image: url("../img/home/timeline-slide03.jpg");
}
.swiper3 .timeline-slide04 {
  background-image: url("../img/home/timeline-slide04.jpg");
}
.swiper3 .slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper3 .count-number {
  color: #ffffff;
  font-size: 6.25rem;
  line-height: 1;
}
.swiper3 .slide-text {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .swiper3 {
    height: 60vh;
  }
  .swiper3 .swiper-slide {
    font-size: 3rem;
    padding-bottom: 60px;
  }
  .swiper3 .count-number {
    font-size: 5rem;
  }
  .swiper3 .slide-text {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .swiper3 .swiper-slide {
    font-size: 2.25rem;
    padding-bottom: 40px;
  }
  .swiper3 .count-number {
    font-size: 3.75rem;
  }
  .swiper3 .slide-text {
    font-size: 0.875rem;
    text-align: center;
    padding: 0 10px;
  }
}

/*
Discussion
*/
#discussion {
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #eee 50%, #fff 50%);
}
#discussion .dicussion-ttl-box {
  display: flex;
  width: 100vw;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-bottom: 0 !important;
}
#discussion .dicussion-ttl-box h2 {
  line-height: 1;
  padding-bottom: 0;
  padding-right: 1.5rem;
  text-align: right;
  margin-bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #discussion .dicussion-ttl-box h2 {
    padding-right: 0.5rem;
  }
}
#discussion .biz-box-wrapper {
  display: block;
  margin-top: -0.9em;
  width: 100vw;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  #discussion .biz-box-wrapper {
    margin-top: 0.5em;
  }
}
#discussion .biz-box-wrapper .discussion-sub-ttl {
  color: #ffffff;
  text-align: right;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  padding-right: 9vw;
  font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
  letter-spacing: 0.2rem;
}
#discussion .gd-glass,
#discussion .gd-sinage {
  margin-left: 14vw;
  padding-bottom: 3.75rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: url("../img/home/gd-bg-g.png") no-repeat left top;
  background-size: 30%;
  position: relative;
}
@media screen and (max-width: 1260px) {
  #discussion .gd-glass,
  #discussion .gd-sinage {
    margin-left: 4vw;
    flex-direction: column-reverse;
    background-size: 80%;
  }
}
#discussion .gd-glass .photo-box,
#discussion .gd-sinage .photo-box {
  max-width: 65vw;
  order: 2;
}
@media screen and (max-width: 1260px) {
  #discussion .gd-glass .photo-box,
  #discussion .gd-sinage .photo-box {
    max-width: 100vw;
    margin-left: auto;
  }
}
#discussion .gd-glass .photo-box img,
#discussion .gd-sinage .photo-box img {
  width: 100%;
}
#discussion .gd-glass .text-box,
#discussion .gd-sinage .text-box {
  text-align: left;
  min-width: 24vw;
}
@media screen and (max-width: 1260px) {
  #discussion .gd-glass .text-box,
  #discussion .gd-sinage .text-box {
    position: initial;
    width: 100%;
  }
}
#discussion .gd-glass .text-box .gd-h3,
#discussion .gd-sinage .text-box .gd-h3 {
  font-size: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
  position: absolute;
  left: 0;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 155, 133, 0.5);
}
@media screen and (max-width: 1260px) {
  #discussion .gd-glass .text-box .gd-h3,
  #discussion .gd-sinage .text-box .gd-h3 {
    margin-top: -2.5rem;
    position: initial;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #discussion .gd-glass .text-box .gd-h3,
  #discussion .gd-sinage .text-box .gd-h3 {
    margin-top: -1.25rem;
  }
}
#discussion .gd-glass .text-box p,
#discussion .gd-sinage .text-box p {
  font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
}
#discussion .gd-glass .text-box .department,
#discussion .gd-sinage .text-box .department {
  font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
  margin-top: 12.5rem;
  margin-bottom: 4em;
}
@media screen and (max-width: 1260px) {
  #discussion .gd-glass .text-box .department,
  #discussion .gd-sinage .text-box .department {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#discussion .gd-sinage {
  background-image: url("../img/home/gd-bg-s.png");
  padding-bottom: 5rem;
}
#discussion .gd-sinage .text-box .department {
  margin-top: 6.25rem;
}
@media screen and (max-width: 1260px) {
  #discussion .gd-sinage .text-box .department {
    margin-top: 1rem;
  }
}
#discussion .button-3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 3.375rem 0 0;
  padding: 0.9em 2em;
  overflow: hidden;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1em;
}
#discussion .button-3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
}
#discussion .button-3:hover {
  background-color: transparent;
  color: var(--primary-color);
}
#discussion .button-3::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: width 0.3s ease;
}
#discussion .button-3:hover::before {
  width: 100%;
}
#discussion .button-3::after {
  transition: background-color 0.3s;
}
#discussion .button-3:hover::after {
  background-color: var(--primary-color);
}

/*
Aniversary Project
*/
#project {
  padding-top: 5rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: linear-gradient(to bottom, #eee 70%, #222 30%);
  min-height: auto;
  /* GSAP */
}
#project .project-ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 2.5rem auto;
}
@media screen and (max-width: 768px) {
  #project .project-ttl-box {
    margin: 1.5rem auto;
    flex-direction: column;
  }
}
#project .project-ttl-box div > h2 {
  white-space: wrap;
  font-size: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
@media screen and (max-width: 768px) {
  #project .project-ttl-box div > h2 {
    white-space: pre-line;
    word-spacing: 0;
  }
}
#project .project-ttl-box div > p {
  font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #project .project-ttl-box div > p {
    padding-right: 4vw;
  }
}
#project .project-ttl-box a {
  display: block;
}
#project .project-ttl-box .button-1-wrap {
  margin-right: auto;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  #project .project-ttl-box .button-1-wrap {
    padding-top: 0;
    margin: 1rem auto;
  }
}
#project .pj-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 26.25rem;
}
@media screen and (max-width: 1260px) {
  #project .pj-slider {
    min-height: 31.25rem;
  }
}
#project .pj-track {
  display: flex;
}
@media screen and (max-width: 480px) {
  #project .pj-track {
    justify-content: center;
  }
}
#project .pj-slide {
  flex-shrink: 0;
  min-width: 600px;
  min-height: 300px;
  margin-right: 3vw;
}
@media screen and (max-width: 1024px) {
  #project .pj-slide {
    min-width: 500px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #project .pj-slide {
    min-width: 320px;
    margin-right: 0;
  }
}
#project .pj-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#project .project-item {
  width: 100%;
  height: 100%;
  background-position: 100% bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 1770px) {
  #project .project-item {
    background-position: 110% bottom;
  }
}
@media screen and (max-width: 1440px) {
  #project .project-item {
    background-position: 120% bottom;
  }
}
@media screen and (max-width: 1260px) {
  #project .project-item {
    background-size: 100%;
    background-position: left -30%;
    padding: 0;
  }
}
#project .pj-text .no {
  font-size: 3.375rem;
  font-weight: 800;
  display: block;
}
@media screen and (max-width: 1260px) {
  #project .pj-text .no {
    margin-top: 280px;
    margin-bottom: 0;
    line-height: 1;
    background: #fff;
    padding: 1rem;
    border-top: 1px solid #ddd;
  }
}
#project .pj-text h3 {
  width: 8em;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding-right: 1em;
}
@media screen and (max-width: 1260px) {
  #project .pj-text h3 {
    width: 100%;
    margin-top: -2px;
    padding: 0 1rem;
    background: #fff;
  }
}
#project .pj-text .view-more {
  display: flex;
  width: 100%;
}
#project .pj-text .view-more span {
  color: #000;
  margin-bottom: 1rem;
  margin-right: 1rem;
  background: #fff;
  display: inline-block;
}
@media screen and (max-width: 1260px) {
  #project .pj-text .view-more span {
    text-align: right;
    margin-left: auto;
  }
}
#project .custom-scrollbar {
  position: absolute;
  bottom: 2rem;
  left: 5%;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
#project .custom-scrollbar-progress {
  width: 0%;
  height: 3px;
  background: var(--primary-color);
}

.triger1 {
  min-height: 400;
  padding: 100px;
  margin: 0 auto;
}

.triger2 {
  padding-top: 30px;
}

.triger3,
.triger4,
.triger5 {
  min-height: 400;
  padding: 100px;
  margin: 0 auto;
}

.mv-ttl {
  font-size: clamp(4.5rem, 1.824rem + 5.57vw, 6rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.1;
  z-index: 4000;
}
@media screen and (max-width: 768px) {
  .mv-ttl {
    font-size: clamp(2rem, -0.088rem + 9.55vw, 4.5rem);
    font-weight: 700;
  }
}

.fade-in-image1,
.fade-in-image2,
.fade-in-image3,
.fade-in-image4,
.fade-in-image5,
.fade-in-image6 {
  background-color: transparent;
}

/* VIEW MORE ボタン */
.btn-area {
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-1 {
  width: 240px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-color);
  color: #fff;
  padding: 0.9em 0 0.9em 2em;
  font-size: 1em;
  text-decoration: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.button-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #222;
  z-index: 1;
  transition: width 0.3s ease;
}
.button-1 .button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
}
.button-1 .text {
  white-space: nowrap;
}
.button-1 .line {
  height: 1px;
  background-color: #fff;
  width: 50px; /* 普段は50px */
  margin-left: 12px; /* 文字との間隔 */
  transition: width 0.3s ease;
}
.button-1:hover::before {
  width: 100%;
}
.button-1:hover .line {
  animation: lineShrinkExpand 0.3s forwards;
  animation-direction: reverse;
}

@keyframes lineShrinkExpand {
  0% {
    width: 50px;
  }
  100% {
    width: 0;
  }
}
.delay-in > * {
  opacity: 0;
  transform: translateY(30px);
}

/*---------------------
* marquee
---------------------*/
/* MARQUEE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.marquee-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #eee 0 50%, #222 50% 100%);
}

.marquee {
  display: flex;
  gap: 30px;
  overflow: hidden;
}

.marquee-item {
  position: relative;
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .marquee-item {
    max-width: 280px;
    width: 50%;
  }
}

.member {
  width: 100%;
}

.member-link {
  display: block;
}

.member-img-wrapper {
  margin: 0;
}

.member-img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .member-img {
    max-height: 350px;
    height: auto;
  }
}

.member-link:hover .member-img {
  transform: scale(1.05); /* 5%拡大 */
  transition: transform 0.5s ease, filter 0.3s ease;
}

.marquee-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: var(--primary-color);
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0.8;
}

.marquee-arrow.arrow-prev {
  left: 30px;
}

.marquee-arrow.arrow-next {
  right: 30px;
}

/* SP（タブレット・スマホ）対応 */
@media (max-width: 769px) {
  .marquee-item {
    max-width: 280px;
  }
  .member-img {
    height: auto;
  }
  .marquee-arrow {
    top: auto;
    bottom: -60px;
    width: 40px;
    height: 40px;
    transform: none;
  }
  .marquee-arrow.arrow-prev {
    left: calc(50% - 50px);
  }
  .marquee-arrow.arrow-next {
    right: calc(50% - 50px);
  }
}
.marquee-progress {
  position: absolute;
  bottom: -24px;
  left: 16px;
  height: 2px;
  width: 60%;
  background: var(--primary-color, #fdfdfd);
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 10;
}/*# sourceMappingURL=home.css.map */