/* value/values.html 専用スタイル */
:root {
  --font-en: 'Montserrat', 'Arial', sans-serif;
  --color-btn-career: #1976d2;
  --color-text: #333;
  --color-primary: #1976d2;
  --color-primary-dark: #0d47a1;
  --color-text-muted: #333;
  --color-footer-bg: #061e31;
  --content-max: 1280px;
  --font-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --color-hero-from: #0d47a1;
  --color-hero-to: #1976d2;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-base);
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  background: #fff;
}
a { color: inherit; text-decoration: none; }

/* ===== HERO ===== */
.hero {
  position: relative;
  background: #fff;
  overflow: visible;
}
.hero__img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__content {
  position: absolute;
  top: 40%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 3;
}
.hero__en {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 68px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
}
.hero__ja {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  margin-top: 10px;
  letter-spacing: 0.15em;
  font-weight: 400;
}

/* ----- 代表メッセージ / 多柱 ----- */

.v-message {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 120px 4vw 100px;
  background: #fff;
  overflow: hidden;
}
.v-message__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 48px;
  align-items: stretch;
}
.v-message__heading {
  flex: 0 0 28%;
  max-width: 240px;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  margin: 0;
  color: #0d1b2a;
  line-height: 1.5;
  text-align: center;
}
.v-message__content {
  flex: 1;
  min-width: 0;
  max-width: 70%;
  display: flex;
  flex-direction: column;
}
.v-message__body {
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: left;
}
.v-message__body p { margin: 0 0 1.2em; }
.v-message__body p:last-of-type { margin-bottom: 0; }
.v-message__sign {
  margin-top: auto;
  padding-top: 40px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.8;
}

.v-multipillar {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 520px;
  background: #fff;
}
.v-multipillar__img-wrap {
  position: relative;
  width: 100%;
  min-height: 520px;
}
.v-multipillar__img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}
.v-multipillar__overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box;
}
.v-multipillar__overlay-box {
  position: absolute;
  padding: 28px 32px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  max-width: 36%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.v-multipillar__overlay-box--top-left {
  top: 35%;
  left: 5%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  max-width: 38%;
}
.v-multipillar__overlay-box--bottom-right {
  top: 65%;
  right: 5%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  max-width: 42%;
}
.v-multipillar__overlay-box .v-multipillar__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #1a1a2e;
  font-size: 22px;
  line-height: 2;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.v-multipillar__overlay-box--top-left .v-multipillar__text strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.v-multipillar__overlay-box--bottom-right .v-multipillar__text {
  text-align: right;
}
@media (max-width: 900px) {
  .hero__content { left: 24px; }
  .hero__en { font-size: 44px; }
  .hero__ja { font-size: 16px; }
  .v-message__heading { font-size: 22px; }
  .v-message__body { font-size: 15px; }
  .v-message__sign { font-size: 15px; }
  .v-multipillar__overlay-box .v-multipillar__text { font-size: 16px; }
  .v-multipillar__overlay-box--top-left .v-multipillar__text strong { font-size: 16px; }
  .v-intro__line1 { font-size: 14px; }
  .v-intro__line2 { font-size: 18px; }
  .sec-five-values__title { font-size: 20px; }
  .sec-five-values__overlay-title { font-size: 15px; }
  .sec-five-values__overlay-text { font-size: 14px; }
  .sec-five-values__desc { font-size: 16px; }
  .v-banner__text { font-size: 16px; }
  .v-multipillar__overlay-box {
    position: static;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 14px 20px;
    text-align: center;
  }
  .v-multipillar__overlay-box .v-multipillar__text { text-align: center; line-height: 1.6; }
  .v-multipillar__overlay-box--top-left .v-multipillar__text strong { margin-bottom: 4px; }
  .v-multipillar__overlay-box--bottom-right .v-multipillar__text { text-align: center; }
  .v-multipillar__overlays {
    display: flex;
    flex-direction: column;
    padding: 42vw 5vw 40px;
    align-items: stretch;
  }
  .v-multipillar__overlay-box--bottom-right { order: 2; }
  .v-multipillar__overlay-box--top-left { order: 1; }
  .v-multipillar__img-wrap img,
  .v-multipillar { min-height: 420px; }
}

/* ----- さくらグループ紹介 ----- */
.v-intro {
  text-align: center;
  padding: 80px 4vw 60px;
}
.v-intro__line1 { font-size: 16px; color: var(--color-text-muted); }
.v-intro__line2 { font-size: clamp(18px, 2vw, 22px); font-weight: 700; margin-top: 8px; color: var(--color-text); }

/* ----- 5つの価値観セクション ----- */
.sec-five-values {
  width: 100%;
  padding: 20px 6vw 56px;
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
}
.sec-five-values__title {
  text-align: center;
  padding: 0 2.5vw 40px;
  line-height: 1.9;
  font-size: clamp(20px, 2.2vw, 26px);
  color: #1a1a2e;
  background: #fff;
  margin: 0;
}
.sec-five-values__title .sec-five-values__values {
  color: #1976d2;
  font-weight: 700;
}
.sec-five-values__block {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 64px;
  gap: 48px;
}
.sec-five-values__block:last-child { margin-bottom: 0; }
.sec-five-values__block--reverse { flex-direction: row-reverse; }
.sec-five-values__block--reverse .sec-five-values__img-wrap {
  margin-left: 0;
  margin-right: 0;
}
.sec-five-values__img-wrap {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin-left: 0;
}
@media (min-width: 901px) {
  .sec-five-values__img-wrap { flex: 0 0 48%; }
  .sec-five-values__body { flex: 1 1 48%; min-width: 0; }
}
.sec-five-values__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec-five-values__overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: auto;
  max-width: 260px;
  padding: 18px 22px;
  background: #faf8f5;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border-radius: 0;
}
.sec-five-values__block--reverse .sec-five-values__overlay {
  left: auto;
  right: 20px;
  bottom: 20px;
}
.sec-five-values__overlay-title {
  font-size: 16px;
  font-weight: 700;
  color: #1976d2;
  margin-bottom: 8px;
  text-align: center;
}
.sec-five-values__overlay-text {
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
  color: #222;
}
.sec-five-values__overlay-text .sec-five-values__values { color: #1976d2; font-weight: 700; }
.sec-five-values__body {
  padding: 24px 0 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-five-values__block--reverse .sec-five-values__body { padding: 24px 32px 24px 0; }
.sec-five-values__desc {
  font-size: 16px;
  line-height: 2;
  color: #222;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: right;
}
.sec-five-values__desc--left { text-align: left; }
.sec-five-values__desc .sec-five-values__values { color: #1976d2; font-weight: 700; font-size: 20px; }
.sec-five-values__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 260px;
  height: 48px;
  padding: 0 24px;
  background: linear-gradient(to right, #0d47a1 0%, #42a5f5 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.2s, box-shadow 0.2s;
}
.sec-five-values__btn:hover { filter: brightness(1.08); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
span.sec-five-values__btn { cursor: default; pointer-events: none; }
.sec-five-values__btn-dots { font-size: 0.75em; letter-spacing: 0.2em; }
.sec-five-values__title .sp-br { display: none; }
.sec-five-values__title .pc-br,
.sec-five-values__desc .pc-br { display: block; }
@media (max-width: 900px) {
  .sec-five-values__title .sp-br { display: block; }
  .sec-five-values__title .pc-br,
  .sec-five-values__desc .pc-br { display: none; }
  .sec-five-values { padding-bottom: 14px; }
  .sec-five-values__block,
  .sec-five-values__block--reverse { flex-direction: column; margin-bottom: 24px; align-items: center; gap: 12px; }
  .sec-five-values__img-wrap { width: 100%; aspect-ratio: 16 / 10; margin-left: 0; margin-right: 0; }
  .sec-five-values__body { width: 100%; padding: 6px 2.5vw 16px; text-align: center; }
  .sec-five-values__desc,
  .sec-five-values__desc--left { text-align: center; max-width: 95%; }
  .sec-five-values__desc .sp-br { display: block; }
  .sec-five-values__block--reverse .sec-five-values__body { padding: 8px 2.5vw 20px; }
  .sec-five-values__overlay { max-width: none; }
  .sec-five-values__block--reverse .sec-five-values__overlay { left: auto; right: 20px; }
  .v-entry-img { padding: 20px 8vw 80px; }
}

.v-entry-img {
  width: 100%;
  padding: 80px 8vw 80px;
  line-height: 0;
  box-sizing: border-box;
}
.v-entry-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----- 中間バナー ----- */
.v-banner {
  padding: 80px 4vw;
  background: linear-gradient(to bottom, var(--color-hero-from) 0%, var(--color-hero-to) 100%);
  position: relative;
  overflow: hidden;
}
.v-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 60 Q300 20 600 60 T1200 60 L1200 120 L0 120 Z' fill='rgba(255,255,255,0.08)'/%3E%3Cpath d='M0 80 Q300 40 600 80 T1200 80 L1200 120 L0 120 Z' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: 100% 120px;
  pointer-events: none;
}
.v-banner__text {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 0.05em;
}

/* ===== NEWS ===== */
.news {
  display: block !important;
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.news__carousel-wrapper { position: relative; max-width: 1360px; margin: 0 auto; padding: 0 60px; }
.news__slider { display: flex; gap: 30px; padding: 10px 0 50px; width: 100%; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.news__slider::-webkit-scrollbar { display: none; }
.news__card { flex-shrink: 0; width: 320px; text-align: left; transition: transform 0.3s; cursor: pointer; scroll-snap-align: start; text-decoration: none; color: inherit; display: block; }
.news__card:hover { transform: translateY(-5px); }
.news__img { width: 100%; height: 200px; position: relative; overflow: hidden; margin-bottom: 15px; }
.news__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.news__card:hover .news__img img { transform: scale(1.1); }
.news__img-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: rgba(255,255,255,0.8); font-family: var(--font-en); font-size: 24px; letter-spacing: 0.1em; }
.news__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.news__tag { background-color: var(--color-btn-career); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; font-family: var(--font-en); }
.news__date { font-family: var(--font-en); color: var(--color-btn-career); font-weight: 700; font-size: 14px; }
.news__card-title { font-size: 14px; line-height: 1.6; font-weight: 500; color: var(--color-text); }
.carousel-arrow { position: absolute; top: 40%; transform: translateY(-50%); width: 50px; height: 50px; border: 1px solid #ddd; border-radius: 50%; background-color: #fff; cursor: pointer; z-index: 10; transition: all 0.3s; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.carousel-arrow:hover { background-color: var(--color-btn-career); border-color: var(--color-btn-career); }
.carousel-arrow::after { content: ""; display: block; width: 10px; height: 10px; border-top: 2px solid #333; border-right: 2px solid #333; transition: border-color 0.3s; }
.carousel-arrow:hover::after { border-color: #fff; }
.carousel-arrow--prev { left: 0; }
.carousel-arrow--prev::after { transform: rotate(-135deg); margin-left: 4px; }
.carousel-arrow--next { right: 0; }
.carousel-arrow--next::after { transform: rotate(45deg); margin-right: 4px; }
.news__btn { margin-top: 20px; display: none; }

/* 5つのバリューページに追加した TOP 同型のお知らせ枠 */
.news.news--home .news__btn {
  display: block;
  text-align: center;
}
.news.news--home .news__carousel-wrapper--home {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}
.news.news--home .news__slider {
  padding: 16px 4vw 32px;
  gap: 20px;
}
.news.news--home .news__card {
  width: clamp(260px, 72vw, 320px);
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.news.news--home .news__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}
.news.news--home .news__img {
  height: auto;
  aspect-ratio: 16 / 10;
  margin-bottom: 0;
}
.news.news--home .news__meta {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
  padding: 14px 16px 0;
}
.news.news--home .news__tag {
  background-color: #1967d2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
}
.news.news--home .news__date {
  color: #1967d2;
  font-size: 14px;
  font-weight: 500;
}
.news.news--home .news__card-title {
  font-size: 15px;
  line-height: 1.65;
  margin: 10px 16px 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== ENTRY ===== */
.entry {
  width: 100%;
  padding: 100px 4vw;
  background: url('../img/common/entry_newguraduate.png') no-repeat center / cover;
  text-align: center;
  color: #fff;
  position: relative;
}
.entry::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 50, 100, 0.4); z-index: 1; }
.entry__inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; }
.entry__title { font-family: var(--font-en); font-size: 40px; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 60px; }
.entry__links { display: flex; justify-content: center; gap: 30px; }
.entry__card { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 48%; max-width: 600px; height: 180px; background-color: #fff; border-radius: 6px; padding: 0 40px; text-decoration: none; position: relative; transition: transform 0.3s, box-shadow 0.3s; }
.entry__card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
.entry__label { font-family: var(--font-en); font-weight: 700; font-size: 17px; letter-spacing: 0.1em; margin-bottom: 0; background: linear-gradient(to bottom, #004a99 0%, #00aaff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: #004a99; display: inline-block; }
.entry__card-title { font-size: 38px; font-weight: 700; letter-spacing: 0.05em; background: linear-gradient(to bottom, #004a99 0%, #00aaff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: #004a99; display: inline-block; }
.entry__arrow { position: absolute; right: 40px; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; fill: #004a99; transition: transform 0.3s; }
@media (max-width: 768px) {
  .news__slider { padding-left: 16px; padding-right: 16px; }
  .carousel-arrow { display: none; }
  .news.news--home .news__slider {
    padding-left: max(16px, 4vw);
    padding-right: max(16px, 4vw);
  }
}
@media (max-width: 900px) {
  .news { padding: 60px 0; }
  .news__carousel-wrapper { padding: 0 20px; max-width: 100%; }
  .news__slider { gap: 20px; padding: 10px 0 40px; }
  .news__card { width: 260px; scroll-snap-align: center; }
  .news__img { height: 150px; margin-bottom: 12px; }
  .news__card-title { font-size: 14px; }
  .carousel-arrow { width: 40px; height: 40px; top: 35%; }
  .entry { padding: 60px 4vw; }
  .entry__title { margin-bottom: 40px; font-size: 28px; letter-spacing: 0.08em; }
  .entry__links { flex-direction: column; align-items: center; gap: 20px; }
  .entry__card { width: 100%; max-width: none; height: 140px; padding: 0 24px; }
  .entry__card-title { font-size: 29px; }
  .entry__arrow { right: 24px; width: 22px; height: 22px; }
  .v-message { padding: 80px 4vw 60px; }
  .v-message__inner { flex-direction: column; gap: 24px; }
  .v-message__heading { flex: none; max-width: none; font-size: 22px; text-align: left; }
  .v-message__content { max-width: none; }
  .v-message__body { font-size: 14px; }
  .v-message__sign { text-align: right; font-size: 14px; }
}
@media (max-width: 480px) {
  .hero__content { left: 16px; top: 35%; }
  .hero__en { font-size: 32px; }
  .hero__ja { font-size: 15px; margin-top: 8px; letter-spacing: 0.1em; }
  .v-message__heading { font-size: 20px; }
  .v-message__body { font-size: 14px; }
  .v-message__sign { font-size: 14px; }
  .v-multipillar__overlay-box .v-multipillar__text { font-size: 14px; }
  .v-multipillar__overlay-box--top-left .v-multipillar__text strong { font-size: 14px; }
  .v-intro__line1 { font-size: 14px; }
  .v-intro__line2 { font-size: 16px; }
  .sec-five-values__title { font-size: 18px; }
  .sec-five-values__overlay-title { font-size: 14px; }
  .sec-five-values__overlay-text { font-size: 14px; }
  .sec-five-values__desc { font-size: 16px; }
  .v-banner__text { font-size: 15px; }
  .news { padding: 48px 0; }
  .news__carousel-wrapper { padding: 0 12px; }
  .news__slider { gap: 16px; padding: 10px 0 32px; }
  .news__card { width: 220px; }
  .news__img { height: 130px; }
  .news__card-title { font-size: 14px; }
  .carousel-arrow { width: 36px; height: 36px; }
  .entry { padding: 48px 4vw; }
  .entry__title { margin-bottom: 32px; font-size: 22px; }
  .entry__card { height: 110px; padding: 0 16px; }
  .entry__card-title { font-size: 24px; }
  .entry__arrow { right: 16px; width: 20px; height: 20px; }
}

/* 代表メッセージ・その下の多柱（Groupe）セクションを非表示 */
.v-message,
.v-multipillar {
  display: none !important;
}
