@charset "UTF-8";
/* CSS Document */
/* ===================================================
   VISION SECTION (PCファースト)
=================================================== */
.vision-section {
  opacity: 0; 
  transition: none;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10% 0 9%;
  overflow: hidden;
  background-image:
    url("../img/about/vision-bg01.svg"),
    url("../img/about/vision-bg02.svg"),
    url("../img/about/vision-bg03.svg");
  background-repeat: no-repeat;
  background-position:
    left -200px top 30%,
    right -80px top -10px,
    right -100px bottom 0px;
  background-size: min(600px,80%), min(600px,80%), min(650px,80%);
}
.vision-card {
  position: relative;
  width: min(1200px, 85%);
  height: 800px;
  margin: 0 auto;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
.vision-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.hand-writing {
  position: absolute;
  top: 20%;
}
.vision-message .en-text-svg {
  width: 550px;
  height: auto;
  overflow: visible;
  margin-bottom: -15px;
  z-index: 1;
}
#mainVisual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#mainVisual .mainCatch {
    display: inline-block;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: clamp(18.0px, calc(0.6vw + 15.9px), 24.0px);
    font-weight: 600;
    line-height: 2.4;
    letter-spacing: 0.15em;
    z-index: 2;
}
#mainVisual .mainCatch span {
    display: block;
    transform: translateY(20px);
}
.character {
  position: absolute; 
  z-index: 3;
  transform: translateY(-20px);
}
.character img {
  display: block;
  width: 100%;
  height: auto;
}
.ch-left-middle {
  left: 8%;
  top: 50%;
  width: min(130px,15%);
}
.ch-left-bottom {
  left: 23%;
  bottom: 3%;
  width: min(100px,15%);
}
.ch-right-bottom {
  right: 24%;
  bottom: 3%;
  width: min(100px,15%);
}
.ch-right-middle {
  right: 8%;
  top: 50%;
  width: min(110px, 15%);
}
@media (max-width: 1024px) {
  .vision-section {
    background-position:
      left -155px top 32%,
      right -60px top 0px,
      right -85px bottom 0px;
    background-size: min(410px,60%), min(410px,60%), min(460px,65%);
  }
}
@media (max-width: 768px) {
  .vision-card {
    height: auto;
    padding: 40px 20px;
    border-radius: 24px;
  }
  .vision-message {
    position: static;
    transform: none;
    margin: 30px 0 50px;
  }
  .vision-message .en-text {
    display: none;
  }
  .vision-message .jp-text {
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
  }
}
.hd2_txt {
  position: relative;
  z-index: 2;
  font-size: clamp(26.0px, calc(2.1vw + 18.3px), 48.0px);
  font-weight: 700;
  margin-bottom: 5%;
  line-height: 1.4;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(30px);
}
.txt {
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 2.2;
  color: #333333;
  max-width: 680px;
  margin: 0 auto 24px;
  font-weight: 500;
}
.values-grid-section {
  margin-bottom: 100px;
}
.values-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200vw;          
  height: 200vh;          
  background-image: url("../img/about/vs_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: visible;
  will-change: transform, opacity;
}
.values-bg-text {
  font: 700 clamp(50.0px, 6.5vw, 110.0px) "Inter", sans-serif;
  text-transform: none;
  white-space: nowrap;
  color: rgba(51, 51, 51, 0.15);
  width: 100vw;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.values-section {
  width: 100%;
  height: 100vh;
  margin-top: 20px;
  margin-bottom: 200px;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: transparent;
  z-index: 10;
}
.values-detail {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 1200px;
  margin: 60px auto;
}
.values-detail ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.values-item {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0s, opacity 0s;
}
.circle-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: rotate(-75deg) scaleY(-1);
}
.animated-circle {
  fill: none;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
.value-icon {
  position: absolute;
  top: 35px;
  right: 30px;
  width: min(100px,25%);
  height: 55px;
  z-index: 3;
}
.value-icon img { 
  width: 100%;
  height: auto; 
}
.value-title, .value-sub, .value-text {
  position: relative;
  z-index: 2;
}
.value-title { 
  font-size: clamp(20.0px, calc(0.9vw + 16.5px), 30.0px); 
  font-weight: 700; 
  margin-bottom: 12px; 
}
.value-sub { 
  font-size: clamp(14.0px, calc(0.2vw + 13.3px), 16.0px);
  font-weight: 700;
  margin-bottom: 12px; }
.value-text { 
  font-size: clamp(14.0px, calc(0.2vw + 13.3px), 16.0px);
  line-height: 1.8;
}

@media(max-width:1024px) {
  .values-detail ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .values-detail {
    margin: 40px auto;
  }
  
  .values-item {
    width: 280px;
    height: 280px;
  }
}

.values-grid-container {
  background-image: url("../img/about/vgl-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.vg-hd2 {
  font-size: clamp(24.0px, calc(2.3vw + 15.5px), 48.0px);
  font-weight: 700;
  margin-bottom: 80px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(30px);
}
.values-grid-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  padding: 80px 0;
  margin: 0 auto;
  width: min(950px,80%);
}
.vs_btm {
  font-size: clamp(24.0px, calc(1.2vw + 14.9px), 32.0px);
  font-weight: 700;
  opacity: 0;
}
.vs_btmWriting {
  position: relative;
  display: inline-block;
  z-index: 1;
  transform: translateY(30px);
}
.vs_btmWriting::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%; 
  height: 100px;
  opacity: 0.7;
  background-image: url("../img/about/vs_btm.svg"); 
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  clip-path: inset(0 100% 0 0);
}
.vs_btmWriting.active::after {
  clip-path: inset(0 0 0 0);
}
@media (min-width: 768px) {
  .values-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.values-grid-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 24px;
  text-align: center;
  box-shadow: var(--shadow01); 
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(40px);
  overflow: visible !important;
}
.card-thumb {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(1);
  will-change: transform;
  animation: purunLoop 2.5s infinite ease-in-out;
}
.values-grid-card:nth-child(1) .card-thumb img {
  animation-delay: 0s;
}
.values-grid-card:nth-child(2) .card-thumb img {
  animation-delay: 0.3s; 
}
.values-grid-card:nth-child(3) .card-thumb img {
  animation-delay: 0.6s;
}
.values-grid-card:nth-child(4) .card-thumb img {
  animation-delay: 0.9s;
}

@keyframes purunLoop {
  0%, 100% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.08, 0.92);
  }
  40% {
    transform: scale(0.93, 1.07);
  }
  60% {
    transform: scale(1.03, 0.97);
  }
  80% {
    transform: scale(0.98, 1.02);
  }
}

.card-eng-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.card-jp-title {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.card-description {
  font-size: clamp(14.0px, calc(0.4vw + 12.6px), 18.0px);
  margin: 0;
  text-align: center;
  width: 100%;
}

/* ===================================================
   VALUEセクション（our-promises）
   =================================================== */
.section-title.about-st {
  display: block;
}
.promises-section {
  background-image: url("../img/about/promises-logo.svg"),url("../img/about/promises-bg.svg");
  background-repeat: no-repeat;
  background-size: 45%,cover;
  background-position: right -100px bottom 80px, center;
  position: relative;
  padding: 15% 0 25%;
}
.promises-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 308;
  z-index: 1;
  background: url("../img/about/promises-bgTop.svg") center center / contain no-repeat;
}
.our-promises {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 20px 60px;
  box-sizing: border-box;
}
.promises-head {
  margin-bottom: 40px;
  text-align: left;
}
.promises-section .section-title.about-st {
  opacity: 0;
  transform: translateY(30px);
}
.promises-box-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px 16px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
}

@media (max-width: 1024px) {
  .promises-box-row {
      grid-template-columns: repeat(6, 1fr);
  }
  .promises-card:nth-child(-n+3) {
      grid-column: span 2;
  }
  .promises-card:nth-child(4) {
      grid-column: 2 / span 2;
  }

  .promises-card:nth-child(5) {
      grid-column: span 2;
  }
}

.promises-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 45px 12px 24px;
  text-align: center;
  box-shadow: var(--shadow01);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
}
.promises-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-image: var(--orn-grad);
  color: #ffffff;
  font-size: clamp(18.0px, calc(1.0vw + 8.2px), 22.0px);
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 8px;
  white-space: nowrap;
}
.promises-pic {
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promises-pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.promises-txt {
  font-size: clamp(14.0px, calc(0.4vw + 12.6px), 18.0px);
  margin: 0;
  text-align: center;
}

/* ===================================================
   ストーリーセクション（our-stories）
   =================================================== */
.promises-section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 350;
  z-index: 50;
  background: url("../img/about/stories-top.svg") center center / contain no-repeat;
}
.our-stories {
  opacity: 0; 
  transition: none;
  background-color: var(--wht);
  padding-bottom: 150px;
  background-image: url("../img/about/os_bg01.svg"), url("../img/about/os_bg02.svg");
  background-repeat: no-repeat;
  background-position: left -300px top 15%, right -150px bottom 10%;
  background-size: min(650px, 80%), min(600px, 80%);
}
.os_wrap {
  width: min(1400px,95%);
  margin: 0 auto;
}
.stories-main-lead h2,
.stories-footer-lead p {
  font-size: clamp(32.0px, calc(1.9vw + 25.0px), 52.0px);
  font-weight: 700;
  text-align: left;
}
.stories-main-lead {
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
}
.stories-footer-lead {
  margin-top: 80px;
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
}
.stories-content-wrap {
  position: relative;
  margin-bottom: 80px;
}
.stories-bg-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 900;
  color: #f4f5f5;
  white-space: nowrap;
  z-index: -1;
  letter-spacing: 0.05em;
  pointer-events: none;
}
.stories-row {
  display: flex;
  z-index: 10;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
}
.stories-row.is-reverse {
  flex-direction: row-reverse;
}
.stories-media {
  width: 35%;
  flex-shrink: 0;
}
.stories-body {
  width: 55%;
}
.stories-media img {
  width: 100%;
  height: auto;
  display: block;
}
.stories-body {
  text-align: left;
}
.stories-heading1,.stories-heading2 {
  font-size: clamp(24.0px, calc(0.6vw + 21.9px), 30.0px);
  margin: 0 0 24px 0;
}
.stories-heading1 {
  background: linear-gradient(90deg, #853A5B 0%, #224e56 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.stories-heading2 {
  background: linear-gradient(90deg, #4B6350 0%, #A66145 100%);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  display: inline-block; 
}
.stories-text {
  font-size: clamp(13.0px, calc(0.3vw + 11.9px), 16.0px);
}
.stories-text p {
  margin: 0 0 18px 0;
}
.stories-text p:last-child {
  margin-bottom: 0;
}
.stories-text strong {
  font-weight: 700;
}
.about_cta {
  margin-bottom: 200px;
}
.stories-slide-wrap {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  top: 35%;
  left: -20%;
  display: flex;
  pointer-events: none;
}
.stories-slide {
  font-family: var(--accent-font);
  font-size: clamp(50.0px, calc(9.4vw + 14.8px), 150.0px);
  font-weight: 700;
  display: inline-block;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #E1EAF3;
  opacity: 0.3;
  animation: letter-slide 30s linear infinite;
  padding-right: 50px;
}
.stories-slide.stories-slide-reverse {
  animation: letter-slide-reverse 30s linear infinite;
}

@keyframes letter-slide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes letter-slide-reverse {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@media(max-width:768px) {
  .A-top {
    margin-top: 80px;
  }
  .values-section {
    min-height: 800px;
    margin-bottom: 150px;
    height: auto !important;
  }
  .vision-message .en-text-svg {
    width: 400px;
  }
  .our-promises {
    max-width: 95%;
  }
  .stories-row {
    display: block;
  }
  .stories-slide-wrap {
    top: 15%;
  }
  .stories-content-wrap {
    margin-bottom: 50px;
  }
  .stories-media {
    width: min(450px,80%);
    margin: 0 auto 30px;
  }
  .stories-body {
    width: 100%;
  }
  .promises-section {
    background-image: url(../img/about/promises-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 15% 0 25%;
}
}

@media(max-width:540px) {
  #mainVisual .mainCatch {
    font-size: clamp(16.0px, calc(1.2vw + 11.5px), 18.0px);
    font-weight: 500;
    line-height: 1.8;
  }
  .vision-section {
    background-position: left -80px top 42%, right -60px top 15px, right -60px bottom 0px;
    background-size: min(280px,60%), min(280px,60%), min(320px,65%);
  }
  .values-section {
    height: 80%;
    margin-bottom: 80px;
  }
  .vision-message .en-text-svg {
     width: 320px;
  }
  .promises-box-row {
    display: block;
  }
  .vg-hd2 {
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }
  .values-grid-container {
    background-repeat: repeat;
    background-size: 200%;
  }
  .promises-card {
    margin-bottom: 30px;
  }
  .our-stories {
    background-position: left -200% top 15%, right -150px bottom 10%;
  }
}
