/* ==========================================================================
	基本リセット & グローバル設定
========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 16px; /* 1rem = 16px */
  overflow: visible;
}

body {
  font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
	line-height: 2;
  color: #000;
  background: #fff;
}

a{
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover{
  color: #70AEFF;
}

img{
  max-width: 100%;
}

ul,li{
  list-style: none;
}

/* ==========================================================================
	共通レイアウトクラス
========================================================================== */
/* --- Margin Top --- */
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: .5rem !important; }
.mt-10 { margin-top: 0.75rem !important; }
.mt-20 { margin-top: 1.25rem !important; }
.mt-30 { margin-top: calc(1.35rem + 0.5vw) !important; }
.mt-40 { margin-top: calc(1.5rem + 1.5vw); }
.mt-50 { margin-top: calc(2.0rem + 1.75vw); }
.mt-55 { margin-top: calc(2.25rem + 1.875vw) !important; }
.mt-60 { margin-top: calc(2.5rem + 2vw); }
.mt-70 { margin-top: calc(3.0rem + 2.25vw); }
.mt-80 { margin-top: calc(3.5rem + 2.5vw) !important; }
.mt-90 { margin-top: calc(4.0rem + 2.75vw); }
.mt-100 { margin-top: calc(4.5rem + 3vw) !important; }
.mt-120 { margin-top: clamp(5rem, 8vw, 7.5rem);}

/* --- Margin Bottom --- */
.mb-10 { margin-bottom: 0.75rem; }
.mb-20 { margin-bottom: 1.25rem; }
.mb-30 { margin-bottom: calc(1.35rem + 0.5vw); }
.mb-40 { margin-bottom: calc(1.5rem + 1.5vw); }
.mb-50 { margin-bottom: calc(2.0rem + 1.75vw); }
.mb-60 { margin-bottom: calc(2.5rem + 2vw); }
.mb-70 { margin-bottom: calc(3.0rem + 2.25vw); }
.mb-80 { margin-bottom: calc(3.5rem + 2.5vw); }
.mb-90 { margin-bottom: calc(4.0rem + 2.75vw); }
.mb-100 { margin-bottom: calc(4.5rem + 3vw); }

/* --- Margin Left --- */
.ml-10 { margin-left: 0.75rem !important; }
.ml-20 { margin-left: 1.25rem; }
.ml-30 { margin-left: calc(1.35rem + 0.5vw); }
.ml-40 { margin-left: calc(1.5rem + 1.5vw); }
.ml-50 { margin-left: calc(2.0rem + 1.75vw); }
.ml-60 { margin-left: calc(2.5rem + 2vw); }
.ml-70 { margin-left: calc(3.0rem + 2.25vw); }
.ml-80 { margin-left: calc(3.5rem + 2.5vw); }
.ml-90 { margin-left: calc(4.0rem + 2.75vw); }
.ml-100 { margin-left: calc(4.5rem + 3vw); }

/* --- Margin Right --- */
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 0.75rem; }
.mr-20 { margin-right: 1.25rem; }
.mr-30 { margin-right: calc(1.35rem + 0.5vw); }
.mr-40 { margin-right: calc(1.5rem + 1.5vw); }
.mr-50 { margin-right: calc(2.0rem + 1.75vw); }
.mr-60 { margin-right: calc(2.5rem + 2vw); }
.mr-70 { margin-right: calc(3.0rem + 2.25vw); }
.mr-80 { margin-right: calc(3.5rem + 2.5vw); }
.mr-90 { margin-right: calc(4.0rem + 2.75vw); }
.mr-100 { margin-right: calc(4.5rem + 3vw); }

.pt-0{ padding-top: 0 !important;}
.pb-0{ padding-bottom: 0 !important;}
.pl-0{ padding-left: 0 !important;}
.pr-0{ padding-right: 0 !important;}

.pt-80{
  padding-top: calc(3.5rem + 2.5vw) !important;
}
.pb-30{
  padding-bottom: clamp(1.5rem, 3.5vw, 1.875rem) !important;
}

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.font-bold { font-weight: 700 !important; }

.font-14{ font-size: clamp(0.8rem, 0.9vw, 0.875rem) !important}
.font-16{ font-size: 1rem !important}
.font-18{ font-size: clamp(1rem, 1.2vw, 1.125rem);}
.font-26{ font-size: clamp(1.375rem, 2vw, 1.625rem);}

.text-blue{ color: #005EAE;}

.letter-sp1{ letter-spacing: 1px;}


.container {
	width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(40px, 8.2vw + 10px, 128px) 0;
  position: relative;
}
.wide-container{
	width: 100%;
	margin: 0 auto;
  padding: clamp(5rem, 8vw, 7.5rem) 0;
  position: relative;
}
.narrow-container{
  width: 96%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}
.slim-container{
  width: 96%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
/* グリッドレイアウト */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
}
@media (min-width: 769px) {
}
@media (min-width: 1025px) {
}
.grid img{
  width: 100%;
  object-fit: cover;
}

.align-start{
  align-items: flex-start !important;
}

/* フレックスレイアウト */
.flex {
  display: flex;
	flex-shrink: 1;
	justify-content: space-between;
  gap: 1.25rem;
}
.flex .l-container,
.flex .r-container{
  width: 50%;
}

/* 改行設定 */
.nobr {
  display: inline-block;
  white-space: nowrap;
}
.sp-only { display: none; }
@media (max-width: 768px) {
  .pc-only { display: none; }
  .sp-only { display: inline; }
}

/* ボタン */
.btn-container {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}
.btn-more,
.btn-entry,
.btn-back {
  color: #FFF;
  font-family: Syncopate;
  font-size: 1rem;
  /* font-size: clamp(0.8rem, 0.9vw, 0.875rem); */
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.12px;
  width: 16.5rem;
  height: 4rem; 
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 47px;
  background: #000;
  position: relative;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.btn-entry {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New";
  max-width: 450px;
  width: 100%;
  /* height: clamp(4rem, 6vw, 6.25rem); */
  padding: 3rem clamp(1.75rem, 4vw, 2.5rem); /* 25px 30px 25px 45px */
  border-radius: 58px;
}
.btn-more .btn-more__arrow,
.btn-entry .btn-entry__arrow,
.btn-back .btn-back__arrow,
.btn-back .btn-entry__arrow {
  width: 35px;
  height: 21px;
  border-radius: 50px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-more .btn-more__arrow::before,
.btn-entry .btn-entry__arrow::before,
.btn-back .btn-back__arrow::before,
.btn-back .btn-entry__arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background: #000;
  mask-image: url(../images/common/btn_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/common/btn_arrow.svg);
}
.btn-back .btn-back__arrow::before {
  transform: rotate(180deg);
}
.btn-more:hover,
.btn-entry:hover,
.btn-back:hover{
  color: #fff;
  background-color: #70AEFF;
}
.btn-more:hover .btn-more__arrow::before,
.btn-entry:hover .btn-entry__arrow::before,
.btn-back:hover .btn-back__arrow::before {
  background-color: #70AEFF;
}
.btn-back .text-center{
  width: 100%;
}
.btn-container-center {
  display: flex;
  justify-content: center;
}

/* アイコン付きテキストリンク */
/* .text-link-arrow {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1.64px;
  position: relative;
}

.text-link-arrow::before {
  content: "";
  display: inline-block;
  width: clamp(3rem, 6vw, 4.5rem);
  height: clamp(3rem, 6vw, 4.5rem);
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("../images/common/link_arrow.svg");
  mask-image: url("../images/common/link_arrow.svg");
  position: absolute;
  right: 0;
}

.text-link-arrow::after {
  content: "";
  display: inline-block;
  width: clamp(3rem, 6vw, 4.5rem);
  height: clamp(3rem, 6vw, 4.5rem);
  background-color: #000; 
  border-radius: 50%;
  margin-left: 1rem;
} */

/* ==========================================================================
	ヘッダー & ナビゲーション
========================================================================== */
.header {
  width: 100%;
  height: 6.25rem;
  padding: 0 2%;
  position: fixed;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 0.5s ease, backdrop-filter 0.5s ease;
}
header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8); 
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header .container{
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}

.header .logo{
  width: 100%;
  row-gap: .5rem;
  margin-right: 0.9375rem;
}
.header .logo img{
  margin-right: 0.9375rem;
}
.header .logo a{
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header .logo p{
  color: #000;
  font-size: clamp(10px, 1.4vw, 1rem); 
  font-weight: 700;
  line-height: 140%; /* 21px */
  letter-spacing: 0.15px;
}
.header .logo p span{
  font-size: clamp(0.75rem, 0.85vw, 0.8125rem); 
}
.nav {
	display: flex;
	justify-content: flex-end;
  height: 100%;
}
.nav ul {
  display: flex;
  align-items: center;
	flex-wrap: nowrap;
  list-style: none;
}
.nav ul.main-links {
  gap: clamp(1.5rem, 3.5vw, 1.875rem);
}
.nav ul.main-links li {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav ul.main-links li a {
  /* font-size: clamp(0.875rem, 1vw, 0.9375rem); */
  font-weight: 500;
	letter-spacing: 0.8px;
  line-height: 140%; /* 21px */
  letter-spacing: 0.75px;
  display: inline-block;
	white-space: nowrap;
}
.header .nav h1 {
	display: none;
}
.nav ul.main-links li a.is-active {
  color: #70AEFF;
}


/* エントリーボタン（青） */
.header .btn-container {
  margin-top: 0;
  margin-left: clamp(2rem, 3vw, 3.125rem);
  display: flex;
  align-items: center;
}
.header .btn-entry,
.footer .btn-entry {
  width: 9.5rem;
  height: 2.8rem;
  color: #FFF;
  font-size: clamp(0.8rem, 0.9vw, 0.875rem); 
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  border-radius: 100px;
  background: #70AEFF;
  border: 1px solid #70AEFF;
  position: relative;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.header .btn-entry .btn-entry__arrow,
.footer .btn-entry .btn-entry__arrow {
  width: 35px;
  height: 21px;
  border-radius: 50px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .btn-entry .btn-entry__arrow::before,
.footer .btn-entry .btn-entry__arrow::before {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  background: #70AEFF;
}
.header .btn-entry:hover,
.footer .btn-entry:hover {
  color: #70AEFF;
  background: #fff;
}
.header .btn-entry:hover .btn-entry__arrow,
.footer .btn-entry:hover .btn-entry__arrow {
  background: #70AEFF;
}
.header .btn-entry:hover .btn-entry__arrow::before,
.footer .btn-entry:hover .btn-entry__arrow::before {
  background-color: #fff;
}

/* 企業情報ボタン */
.header .btn-company {
  width: 9.5rem;
  height: 2.8rem;
  color: #70AEFF;
  font-size: clamp(0.8rem, 0.9vw, 0.875rem); 
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #70AEFF;
  position: relative;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.header .btn-company .btn-company__icon {
  width: 35px;
  height: 21px;
  border-radius: 50px;
  background: #70AEFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .btn-company .btn-company__icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  mask-image: url(../images/common/ico_blank2.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/common/ico_blank2.svg);
}
.header .btn-company:hover {
  color: #fff;
  background: #70AEFF;
}
.header .btn-company:hover .btn-company__icon {
  background: #fff;
}
.header .btn-company:hover .btn-company__icon::before {
  background-color: #70AEFF;
}

/* ドロップダウンメニュー */
@media screen and (min-width: 769px) {
  .dropdown {
    position: relative;
    z-index: 10;
    &:hover::after{
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #70AEFF;
      bottom: 0;
    }
  }

  .sub-links {
    /* 配置の基本（常にflexにしておき、表示・非表示で制御） */
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 25px;
    padding: 20px;    
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1rem; /* 離れている距離 */
    margin-left: -1rem;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1;
    /* アニメーションの初期状態 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    /* 隠れている間はクリックできないようにする */
    pointer-events: none;
  }

  .sub-links::before {
    content: "";
    position: absolute;
    display: block;
    width: 6rem;
    height: 2.5rem; 
    top: -2.5rem;   
    left: 0;
    background: transparent;
    pointer-events: auto;
  }

  /* ホバー時の状態 */
  .dropdown:hover .sub-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto; /* マウス操作を有効化 */
  }

  /* 子メニュー内のリンクホバー */
  .sub-links a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .dropdown {
    flex-direction: column;
  }
  .dropdown .sub-links{
    gap: 1rem;
    margin-top: 1rem;
    opacity: .6;
  }
  .nav li {
    align-items: flex-start;
  }
}

/* ==========================================================================
	ヒーローエリア (MV)
========================================================================== */
/* ヒーローエリア */
.hero {
  width: 100%;
  margin: 0 auto;
 }
 .hero h2{
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(2.5rem, 1.46rem + 4.41vw, 5.4375rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-align: right;
  background: linear-gradient(120deg,rgba(14, 103, 181, 1) 10%, rgba(124, 178, 244, 1) 50%, rgba(1, 94, 175, 1) 90%);;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
@media (max-width: 375px) {
  .hero h2{
    font-size: 2.4rem;
  }
}
.hero h2 span{
  display: block;
  margin-right: 3.5rem;
 }
.hero .container{
  width: 100%;
  max-width: 94%;
  padding-top: clamp(8rem, 15vw, 15rem);
  padding-bottom: 0;
}
.hero .grid {
  align-items: end;
  grid-template-columns: 2.6fr 2fr;
  gap: 1rem;
}

.hero .hero-catch {
  /* font-size: clamp(0.875rem, 1vw, 0.9375rem);  */
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}

.mv-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-top: clamp(3.5rem, 6vw, 5.625rem);
}
.mv-slider .slider-track {
  display: flex;
  width: max-content;
  animation: scroll-loop linear infinite;
  /* animation: scroll-loop 40s linear infinite; */
}
.mv-slider .slider-content {
  display: flex;
  flex-shrink: 0;
}
.mv-slider .slide {
  width: clamp(17.5rem, 80vw, 39.625rem);;
  aspect-ratio: 634 / 493;
  padding: 0 clamp(0.875rem, 1vw, 0.9375rem);
}
.mv-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(2rem, 3vw, 3.125rem);
}
/* @keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */

/* 流れる文字 */
.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  padding: clamp(1.0625rem, 3vw, 2.125rem) 0 clamp(0.5rem, 1.5vw, 1.0625rem);
  display: flex;
}
.ticker-content {
  display: flex;
  white-space: nowrap;
/*   animation: ticker-scroll linear infinite; */
  animation: ticker-scroll 50s linear infinite;
}
.ticker-content span {
  color: #EDF5FF;
  font-family: Syncopate;
  font-size: clamp(4.5rem, 7vw, 6.875rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 6.6px;
  text-transform: uppercase;
  padding-right: 2rem;
}

@keyframes scroll-loop {
  to { transform: translateX(-50%); }
}
@keyframes ticker-scroll {
  to { transform: translateX(-50%); }
}

/* アニメーションの定義 */
/*  @keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */

/* @media (max-width: 768px) {
  .mv-slider .slider-track {
    animation: scroll-loop 50s linear infinite;
  }
  .ticker-content {
    animation: ticker-scroll 50s linear infinite;
  }
}
@media (max-width: 375px) {
  .mv-slider .slider-track {
    animation: scroll-loop 25s linear infinite;
  }
  .ticker-content {
    animation: ticker-scroll 50s linear infinite;
  }
} */

.ticker-wrapper._blue {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.ticker-wrapper._blue span {
  background: linear-gradient(90deg, #70AEFF 24.04%, #EDF5FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* ==========================================================================
	セクション共通
========================================================================== */
.section{
  font-size: clamp(1rem, 1.2vw, 1.125rem); /* 18px */
}
.section,.title{
	position: relative;
	overflow: hidden;
}
.section h2,.title h2,h3.ico-bd{
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  font-family: Syncopate;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.44px;
  position: relative;
}
.section h2 span,.title h2 span,h3.ico-bd span{
  display: block;
  font-size: clamp(2.5rem, 4vw, 3.75rem); /* 60px */
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 1.6px;
}
.section h2::before,.title h2::before,h3.ico-bd::before{
  content: "";
  width: 60px;
  height: 8px;
  background-color: #70AEFF;
  position: absolute;
  top: -30px;
  left: 0;
}

.section h3{
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 3px;
}
h3.ico-bd{
  font-family: Syncopate;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  /* font-size: clamp(2.25rem, 3.5vw, 3.4375rem); */
  font-weight: 700;
  line-height: 1.4;
  margin-top: 30px;
}

.line{
  border-bottom: 1px solid #d9d9d9;
}

.title-container{
  width: 96%;
  max-width: 1340px;
  margin: 0 auto;
  padding-top: clamp(10rem, 15vw, 15rem);
}
.pb-100{
  padding-bottom: clamp(4rem, 6vw, 6.25rem);
}
.breadcrumb{
  width: 96%;
  max-width: 1340px;
  margin: 20px auto 0;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #D9D9D9;
  margin: 0 15px;
}
.breadcrumb-item a{
  color: #70AEFF;
}

/* ==========================================================================
	1.TOP
========================================================================== */
/* catch */
.section .catch{
  align-items: flex-start;
}
.section .catch .l-container{
  text-align: right;
  padding-right: clamp(3rem, 5vw, 5rem);
  position: relative;
}
.section .catch .l-container p{
  _font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-size: clamp(1.5rem, 2.4vw + 0.2rem, 2.5rem);
  font-weight: 700;
  line-height: 162%; /* 64.8px */
  letter-spacing: 2px;
  padding-left: 2rem;
}
.section .catch .l-container span{
  color: #70AEFF;
}
.section .catch._btm .l-container{
  height: 100%;
}
.section .catch._btm .l-container .photo-1{
  position: absolute;
  left: 7.5vw; /* 108px */
  top: -5.833vw; /* -84px */
  z-index: 1;
}
.section .catch._btm .l-container .photo-1 img{
  max-width: 25.139vw; /* 362px */
  max-height: 17.361vw; /* 250px */
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(1.125rem, 1.5vw, 1.25rem);
  /* margin-right: clamp(8rem, 15vw, 15.625rem); */
  /* padding-left: clamp(2rem, 3vw, 3.125rem); */
}
.section .catch._btm .l-container .photo-2{
  position: absolute;
  left: 0;
  bottom: 5.278vw; /* 76px */
}
.section .catch._btm .l-container .photo-2 img{
  max-width: 25.486vw; /* 367px */
  max-height: 28.333vw; /* 408px */
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 clamp(1.125rem, 1.5vw, 1.25rem) clamp(1.125rem, 1.5vw, 1.25rem) 0;
  /* margin-right: clamp(8rem, 15vw, 15.625rem); */
  /* padding-left: clamp(2rem, 3vw, 3.125rem); */
}
/* .section .catch .l-container img{
  width: 420px;
  aspect-ratio: 420 / 290;
  border-radius: clamp(1.125rem, 1.5vw, 1.25rem);
} */
.section .catch .r-container .text{
  padding-top: clamp(2rem, 3vw, 3.125rem);
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  line-height: 236%; /* 47.2px */
}
.section .catch._btm .r-container .photo{
  margin-top: clamp(4rem, 5vw, 6rem);
}
.section .catch._btm .r-container .photo img{
  border-radius: clamp(1.125rem, 1.5vw, 1.25rem) 0 0 clamp(1.125rem, 1.5vw, 1.25rem);
}
@media (max-width: 768px) {
  .hero .hero-catch {
    font-size: 1rem; 
  }
  .section .catch._btm .l-container .photo-1{
    position: relative;
    left: 0;
    top: 2rem;
    margin-bottom: -5rem;
  }
  .section .catch._btm .l-container .photo-1 img{
    max-width: 70%;
    max-height: fit-content;
  }
  .section .catch._btm .l-container .photo-2{
    position: relative;
    margin-left: -3%;
    text-align: left;
  }
  .section .catch._btm .l-container .photo-2 img{
    max-width: 80%;
    max-height: fit-content;
  }
  .section .catch._btm .r-container .photo {
    margin-right: -3%;
    margin-top: 0;
  }
}


/* WORK STYLE ============================================================== */
.section .workstyle .grid{
  align-items: stretch;
}
.section .workstyle .l-container{
  padding: 0;
  margin-right: clamp(1.25rem, 8vw, 7.625rem);
}
.section .workstyle .l-container .photo{
  border-radius: 0 clamp(1.25rem, 5vw, 3.125rem) 0 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.section .workstyle .l-container .photo img {
  width: 100%; 
  max-height: 720px;
  height: auto;
  aspect-ratio: 600 / 720;
  object-fit: cover;
}
.section .workstyle .r-container{
}

/* MEMBERS ============================================================== */
.section .members .l-container{
  padding: 0;
  margin-left: clamp(1.25rem, 10vw, 9.0625rem);
}

/* -------------------------------
  Swiper
------------------------------- */
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: clamp(4rem, 12vw, 10.625rem);
  padding-bottom: clamp(3rem, 8vw, 6.25rem);
}
.members {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  padding: 0 5%;
}
@media (max-width: 768px) {
  .members {
    display: block;
  }
  .members .r-container{
    margin-top: 2rem !important;
  }
  .members .r-container .slider-nav{
    justify-content: center;
  }
}

.members .slider-nav {
  display: flex;
  gap: 10px;
}
.members .prev-btn, .members .next-btn {
  border: 1px solid #000;
  border-radius: 67px;
  padding: clamp(0.875rem, 2vw, 1.1875rem) clamp(1.25rem, 3.5vw, 2.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.members .prev-btn{
  transform: rotate(180deg);
}
.members .prev-btn::before, .members .next-btn::before {
  content: "";
  width: 12px;
  height: 8px;
  background: #000;
  mask-image: url(../images/common/btn_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/common/btn_arrow.svg);
}

.members .prev-btn:hover, .members .next-btn:hover {
  background-color: #000;
}
.members .prev-btn:hover::before, .members .next-btn:hover::before {
  background-color: #fff;
}

.members-slider {
  width: 100%;
  height: 600px;
  padding: 0; 
  overflow: visible !important;
  box-sizing: border-box;
}

.members-slider .swiper-slide a{
  height: 400px;
  transition: all 0.5s ease;
  position: relative;
  display: flex;
  align-items: flex-start;
}

/* アクティブ（左から2番目になるようJSで調整）とホバー時 */
.members-slider .swiper-slide-active a,
.members-slider .swiper-slide:hover a {
  height: 540px;
  opacity: 1;
  z-index: 10;
}

.members-slider .swiper-slide a img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  object-position: top center;
}

.img-name {
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 1rem;
  border-radius: 24px 0 0 0;
  pointer-events: none;
}

.swiper-slide-active .img-name,
.swiper-slide:hover .img-name {
  opacity: 1;
  color: #000;
}

/* PCサイズ時のみ、1枚の横幅を固定する */
@media (min-width: 769px) {
  .members-slider .swiper-slide {
    width: 370px; /* ここでお好みの「1枚の幅」をpx固定にする */
  }

  /* 高さもpx固定のままでOK（縮小時に小さくしたくない場合） */
  .members-slider {
    height: 600px;
  }
  
  .members-slider .swiper-slide a {
    height: 400px;
  }

  .members-slider .swiper-slide-active a,
  .members-slider .swiper-slide:hover a {
    height: 540px;
  }
}

/* スマホ用設定 */
@media (max-width: 768px) {
  .members-slider {
    height: 500px;
  }
}

/* Requirements ============================================================== */

.section .narrow-container.requirements{
  max-width: 1165px;
  width: 94%;
}
.section .requirements .grid{
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 4vw, 3.75rem);
  align-items: center;
  margin-top: clamp(3rem, 6vw, 4.5rem);
}
/* .section .requirements .l-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
} */
/* .section .requirements .r-container{
  padding: 0;
  display: flex;
} */
/* .section .requirements .r-container .photo{
  width: 100%;
  height: 100%;
  max-width: 530px;
  aspect-ratio: 530 / 665;
  overflow: hidden;
}
.section .requirements .r-container .photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
} */

.section .requirements .r-container .requirements-swiper{
  width: clamp(200px, 45vw, 530px);
  overflow: hidden;
  position: relative;
}
.requirements-swiper .swiper-slide {
  width: 100%;
}
.section .requirements .r-container .requirements-swiper img{
  width: 100%;
  height: auto; 
  display: block;
  object-fit: cover;
  border-radius: 20px;
}
.requirements-swiper .swiper-pagination {
  width: auto !important;
  height: 3rem;
  left: auto !important;
  top: auto !important;
  bottom: 0 !important;
  right: 1.5rem !important;
}
.requirements-swiper .swiper-pagination-bullet {
  background: #fff !important;
  opacity: .5 !important;
}
.requirements-swiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.section .requirements .btn-wrapper{
  display: flex;
  justify-content: center;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  margin-top: clamp(3rem, 5vw, 5rem);  
}
.section .requirements .btn-wrapper .btn-container{
  margin-top: 0;  
}
@media (max-width: 1140px) {
  .section .requirements .btn-wrapper{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .section .requirements .r-container .requirements-swiper{
    width: 90vw;
    margin: 0 auto;
  }
}

/* Entry ============================================================== */
.bg_entry{
  background-image: url(../images/top/bg_entry.jpg);
  background-size: cover;
  background-position: left top;
}
.section .entry{
  max-width: 1160px;
  width: 96%;
  margin: 0 auto;
  color: #fff;
  gap: 1rem;
}
.section .entry h2::before{
  background-color: #fff;
}
/* .section .entry .l-container{
  padding-left: clamp(6.5rem, 8.5vw, 8.75rem);
  padding-right: 2rem;
} */
.section .entry .r-container{
  padding: 0;
}
.section .entry .r-container .btn-container{
  margin-top: 0;
  display: flex;
}

@media (max-width: 768px) {
  .section .entry .r-container .btn-container{
    width: 100%;
    justify-content: center;
    margin-top: clamp(1.75rem, 4vw, 2.5rem);
  }
}

/* ==========================================================================
	2. 募集要項 / Requirements
========================================================================== */
.req-container{
  padding: 0 clamp(3.5rem, 5.5vw, 5.625rem);
  position: relative;
}
.req-table{
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
.req-table th,.req-table td{
  padding: 30px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.req-table th{
  text-align: left;
  vertical-align: top;
  width: 30%;
  color: #70AEFF;
}
.req-table td{
  font-size: clamp(0.8rem, 0.9vw, 0.875rem);
}
.req-table th:last-child,.req-table td:last-child{
  border-bottom: none;
}
.req-table::after{
  content: "";
  height: 83%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.req-container .btn-wrapper{
  position: absolute;
  bottom: 0;
  left: calc(50% - 272px);
}

.btn-recnavi {
  height: 100px;
  color: #000;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  letter-spacing: .8px;
  width: 544px;
  /* padding: clamp(1.5rem, 3.5vw, 1.875rem) clamp(1.125rem, 1.5vw, 1.25rem); */
  border-radius: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #000;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-recnavi img{
  width: 216px;
}
.btn-recnavi:hover{
  color: #000 !important;
  background-color: #f6f6f6;
}
.btn-entry._wide {
  width: 544px;
}

.req-list-container{
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: clamp(2rem, 3vw, 3.125rem) 1rem;
}
.req-list-container .req-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px;
  line-height: 1;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .req-container{
    padding: 0;
  }
  .req-table{
    border-top: 1px solid #d9d9d9;
  }
  .req-table th,.req-table td{
    width: 100%;
    padding: 1rem;
    display: block;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  .req-table th{
    background-color: #F2F5F7;
  }
  .section .requirements .btn-wrapper .btn-container{
    width: 100%;
  }
  .req-container .btn-wrapper{
    width: 100%;
    /* left: 0 !important; */
  }
  .btn-recnavi{
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .btn-recnavi img{
    width: 40%;
  }
  .req-container .btn-entry{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* ==========================================================================
	2. 働く環境を知る / Work style
========================================================================== */
#workstyle h3{
  margin-bottom: 35px;
}
#workstyle h4{
  font-size: clamp(1.25rem, 2vw, 1.5rem); /* 24px */
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.92px;
}
#workstyle h4 span{
  display: block;
  color: #70AEFF;
  font-family: Syncopate;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.data-container{
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
.data-container dl{
  padding: clamp(1.75rem, 4vw, 2.1875rem) clamp(1.75rem, 4vw, 2.1875rem) clamp(1.75rem, 4vw, 2.5rem);/* 35px 35px 40px */
  border-radius: 20px;
  background: #F2F8FF;
}
.data-container dl dt,
#workstyle table th span,
.training-container .title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.data-container dl dt::before,
#workstyle table th span::before,
.training-container .title::before{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #70AEFF;
}
.data-container dl dd{
  text-align: center;
  color: #70AEFF;
  font-family: Syncopate;
  font-size: clamp(3rem, 6vw, 4.5rem); /* 72px */
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.data-container dl dd span{
  display: block;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.25rem, 2vw, 1.5rem); /* 24px */
  letter-spacing: 1.92px;
  margin-bottom: clamp(1.25rem, 2vw, 1.5rem);
}
.data-container dl dd.normal{
  text-align: left;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.28px;
  margin-top: 20px;
  display: block;
}
.data-container dl dd.font-sm{
  letter-spacing: -1px;
}
.data-container dl dd.font-sm span{
  letter-spacing: 0;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
}
.table-wrapper{
  border-radius: 10px;
  overflow: hidden;
  border-right: 1px solid #ECECEC;
  margin-top: 40px;
}
.table-wrapper table{
  border-collapse: collapse;
  width: 100%;
}
.table-wrapper table th{
  width: 25%;
  text-align: left;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #F2F8FF;
  border-left: 1px solid #F2F8FF;
  background: #F2F8FF;
  padding: 22px 30px;
}
.table-wrapper table td{
  /* font-size: 15px; */
  text-align: left;
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  padding: 22px;
}
#workstyle .text-blue{ 
  color: #70AEFF;
  font-weight: bold;
  /* font-size: 16px; */
}
.training-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.25rem, 4.5vw, 4.375rem) clamp(2.708rem, 4.33vw, 4.0625rem); /* 70px 65px */
  margin-top: clamp(2.25rem, 4.5vw, 4.375rem); /* 70px */
}

.training-container .title{
  margin-bottom: 25px;
}
.training-container dt{
  height: 300px;
  padding: 30px 0;
  border-radius: 20px;
  background: #F2F8FF;
  text-align: center;
  margin-bottom: 30px;
}
.training-container dt img{
  height: 100%;
}

/* スライダー */
#workstyle .swiper {
  width: 100%;
}
#workstyle .swiper-wrapper {
  transition-timing-function: linear !important;
}
#workstyle .swiper-slide {
  border-radius: 40px;
  overflow: hidden;
}
#workstyle .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .data-container{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .data-container,.training-container{
    grid-template-columns: 1fr;
  }
  .data-container dl dd{
    align-items: center;
  }
  .data-container dl dd span{
    margin-bottom: 0;
  }
  .data-container dl dd.mt-5{
    margin-top: 1rem !important;
  }
  .table-wrapper table th,
  .table-wrapper table td{
    width: 100%;
    display: block;
  }
  .table-wrapper{
    border-left: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
  }
  #workstyle .swiper-container {
    width: 100% !important;
  }
}

/* ==========================================================================
	3. 働く人を知る / members
========================================================================== */
.members-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(4rem, 6vw, 6.25rem) clamp(2.25rem, 4.5vw, 4.375rem); /* 100px 70px */
  margin-top: clamp(3rem, 5vw, 5rem); /* 80px */
}
.members-item-title{
  font-size: clamp(1.25rem, 2vw, 1.5rem); /* 24px */
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.92px;
  margin-top: clamp(1.75rem, 4vw, 2.5rem); /* 40px */
}
.members-item-text{
  color: #666;
  font-size: 14px;
  line-height: 170%;
  margin-top: clamp(1.5rem, 3.5vw, 1.875rem); /* 30px */
}
.members-item-text span{
  color: #70AEFF;
  font-size: 16px;
  font-weight: 500;
}
.members-item-photo img{
  border-radius: 30px;
}
.members-container a{
  transition: all 0.4s ease;
}
.members-container a:hover{
  opacity: .8;
}

@media (max-width: 768px) {
  .members-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}
@media (max-width: 375px) {
  .members-container{
    display: grid;
    grid-template-columns: 1fr;
  }
}
/* ==========================================================================
	4. 働く人を知る - 個人 / members 001〜
========================================================================== */
#members-detail .title{
  margin-bottom: 20px;
}
#members-detail .members-title-container{
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-end;
  gap: 1rem;
}
#members-detail .members-title-container h2{
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.75rem, 4vw, 2.5rem); /* 40px */
  line-height: 140%;
  letter-spacing: 3.2px;
}
#members-detail .members-title-container .members-title-name{
  text-align: right;
  font-size: 14px;
}
#members-detail .members-title-container .members-title-name span{
  display: block;
  color: #70AEFF;
  font-size: 1rem;
}

#members-detail .title .breadcrumb{
  margin-top: clamp(2.708rem, 4.33vw, 4.0625rem);
}
#members-detail .photo-main img{
  border-radius: 20px;
}
#members-detail .grid .l-container h3,
#members-detail .grid .r-container h3,
.members-banner-text h3{
  font-size: clamp(1.25rem, 2vw, 1.5rem); /* 24px */
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.92px;
}
#members-detail .grid .l-container h3 span,
#members-detail .grid .r-container h3 span,
.members-banner-text h3 span{
  display: block;
  color: #70AEFF;
  font-family: Syncopate;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* 写真-左・テキスト-右 */
#members-detail .grid.switch.message-container .l-container{
  margin-right: 0;
  margin-left: 0;
}
#members-detail .grid.switch.message-container .l-container .photo{
  margin-right: clamp(2.5rem, 4vw, 3.75rem); /* 60px */
}
#members-detail .grid.switch.message-container .l-container .photo img{
  border-radius: 0 20px 20px 0;
}
#members-detail .grid.switch.message-container .r-container{
  margin-left: 20px; /* 20px */
  margin-right: clamp(6.5rem, 8.5vw, 8.75rem); /* 140px */
}
/* 写真-右・テキスト-左 */
#members-detail .grid.message-container .r-container .photo{
  margin-left: clamp(2.5rem, 4vw, 3.75rem); /* 60px */
}
#members-detail .grid.message-container .r-container .photo img{
  border-radius: 20px 0 0 20px;
}
#members-detail .grid.message-container .l-container{
  margin-left: clamp(6.5rem, 8.5vw, 8.75rem); /* 140px */
  margin-right: 20px; /* 2px */
}

.members-banner-container{
  background-position: right 30% center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-left: clamp(2rem, 6vw, 8.75rem); /* 140px */
  padding-top: clamp(1rem, 4vw, 6.875rem);
  padding-bottom: clamp(1rem, 4vw, 6.875rem);
}
.members-banner-text{
  max-width: 580px;
  width: 50%;
  background-color: #fff;
  border-radius: 10px;
  padding: clamp(2.25rem, 4.5vw, 4.375rem) clamp(2rem, 3vw, 3.125rem); /* 70px 50px */
}
.members-banner-container.member_01{
  background-image: url(../images/members/001/banner.jpg);
}
.members-banner-container.member_02{
  background-image: url(../images/members/002/banner.jpg);
}
.members-banner-container.member_03{
  background-image: url(../images/members/003/banner.jpg);
}
.members-banner-container.member_04{
  background-image: url(../images/members/004/banner.jpg);
}
.members-banner-container.member_05{
  background-image: url(../images/members/005/banner.jpg);
}

.schedule-container{
  margin-top: 40px;
  gap: clamp(3rem, 5vw, 5rem); /* 80px */
  grid-template-columns: clamp(300px, 40vw, 500px) 1fr;
  align-items: flex-start;
}
.schedule-container .photo img{
  border-radius: 20px;
}

.timeline-container {
  --point-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  line-height: 1;
  padding-bottom: 40px;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(80px + (var(--point-size) / 2) - 1px);
  top: calc(var(--point-size) + 4px);
  bottom: 3px;
  width: 1px;
  background-color: #d9d9d9;
}
.timeline-item .content{
  line-height: 1.4;
  margin-top: -3px;
}
/* 二重丸（外側） */
.timeline-container .point {
  position: relative;
  width: var(--point-size);
  height: var(--point-size);
  border-radius: 50%;
  background-color: #D4E7FF;
  flex-shrink: 0;
}
/* 二重丸（内側） */
.timeline-container .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #70AEFF;
  border-radius: 50%;
}
.timeline-container .time {
  width: 55px;
  color: #70AEFF;
  font-family: Syncopate;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.75px;
}

.members-profile-container{
  max-width: 900px;
  width: 96%;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.75rem) clamp(1rem, 6vw, 6.25rem) clamp(2rem, 4.5vw, 4.375rem); /* 60px 100px 70px */
  border-radius: 10px;
  background: #F2F8FF;
}
.members-profile-container h4{
  color: #70AEFF;
  font-family: Syncopate;
  font-size: clamp(1.25rem, 2vw, 1.5rem); /* 24px */
  font-style: normal;
  font-weight: 700;
  line-height: 151%; /* 36.24px */
  letter-spacing: 2.16px;
}
.members-profile-container .grid{
  grid-template-columns: 250px 1fr;
  gap: clamp(2rem, 3vw, 3.125rem);
}
.members-profile-container .grid .photo img{
  border-radius: 20px;
}
.members-profile-container .grid .r-container dl div{
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 25px;
  margin-bottom: .3rem;
  font-size: 15px;
}
.members-profile-container .grid .r-container dl div dt{
  color: #70AEFF;
}

/* スマホ用設定 */
@media (max-width: 768px) {
  .wide-container .slim-container,
  .members-profile-container{
    width: 100%;
  }
  #members-detail .members-title-container{
    grid-template-columns: 1fr;
    margin-top: .3rem;
  }
  #members-detail .members-title-container .members-title-name{
    width: 100%;
    margin-top: .3rem;
  }
  /* #members-detail .members-title-container .members-title-name span{
    display: inline-block;
    margin-right: 1rem;
  } */
  .photo-main{
    margin-top: 3rem;
  }
  .message-container.mt-100{
    margin-top: 3rem !important;
  }
  #members-detail .grid.switch.message-container .l-container .photo,
  #members-detail .grid.switch.message-container .l-container,
  #members-detail .grid.switch.message-container .r-container,
  #members-detail .grid.message-container .r-container .photo,
  #members-detail .grid.message-container .l-container{
    margin-right: 0;
    margin-left: 0 !important;
  }
  #members-detail .grid.switch.message-container .l-container .photo img,
  #members-detail .grid.message-container .r-container .photo img{
    border-radius: 20px;
  }
  #members-detail .grid.message-container .l-container{
    padding-bottom: clamp(2rem, 3vw, 3.125rem) !important;
  }
  #members-detail .grid.switch.message-container .l-container{
    padding-bottom: 0 !important;
  }
  .members-banner-container{
    width: 100%;
    height: auto;
    /* background-image: url(../images/members/001/banner_sp.jpg); */
    background-position: right top;
    background-size: 136%;
    background-color: #CCCFD3;
    padding: 50% 1rem 1rem;
  }
  .members-banner-text{
    width: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .grid.schedule-container{
    grid-template-columns: 1fr!important;
    gap: 2rem;
    align-items: flex-start;
  }
}

/* -------------------------------
  Swiper
------------------------------- */
#members-detail .slim-container{
  width: 96% !important;
}
.members.members-nav {
  padding: 0;
}
.members.members-nav .l-container {
  margin-left: 0;
}
.members-slider.members-slider-detail {
  height: auto;
}
.members-slider.members-slider-detail .swiper-slide a{
  height: auto;
  display: block;
}
.members-slider.members-slider-detail .swiper-slide-active a,
.members-slider.members-slider-detail .swiper-slide:hover a,
.members-slider.members-slider-detail .swiper-slide a img {
  height: 540px;
}
.members-slider.members-slider-detail .swiper-slide a img {
  line-height: 1;
  transition: all 0.4s ease;
}
.members-slider.members-slider-detail .swiper-slide:hover a img{
  opacity: .8;
}

/* スマホ用設定 */
@media (max-width: 768px) {
  .members-slider.members-slider-detail {
    width: 96%;
  }
}

/* ==========================================================================
	5. エントリーフォーム / entry
========================================================================== */
.entry-container{
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

/* フォームの外枠 */
.form-container {
  margin-top: clamp(3rem, 6vw, 4.5rem);
}
/* 各入力項目の間隔 */
.form-group {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: clamp(1.5rem, 2.5vw, 1.75rem);
  align-items: baseline;
}

.form-group--title label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.form-group--title label span{
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: .4rem .8rem;
  margin-left: 1rem;
  border-radius: 3px;
  color: #fff;
  background: #70AEFF;
  position: absolute;
  right: 0;
}
.form-group--content {
  font-size: 14px;
}

/* 入力フィールドのスタイル */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #d9d9d9 !important;
  font-size: 0.9rem;
  font-family: "Noto Sans JP", sans-serif;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #414141;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}
/* 生年月日部分 */
.birth-group{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.birth-group input{
  max-width: 7rem;
  width: 100%;
}
select {
  max-width: 7rem;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2370AEFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 20px;
  padding: 20px 30px 20px 10px;
  cursor: pointer;
}
/* 1. 初期状態（未選択）の色 */
select[name^="birth-"]:invalid,
select[name="addr-pref"]:invalid {
  color: #d9d9d9 !important;
}
/* 2. 選択肢（中身）の文字色は常に黒にする */
select[name^="birth-"] option,
select[name="addr-pref"] option {
  color: #000;
}
/* 3. 選択された後の色（有効な値が入った時） */
select[name^="birth-"]:valid,
select[name="addr-pref"]:valid {
  color: #000 !important;
}

/* 性別選択部分 */
.sex-group{
  display: flex;
  align-items: center;
  gap: 4rem;
}
.sex-group label input{
  margin-right: .5rem;
}
/* 卒業年部分 */
.grad-group{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.grad-group input{
  max-width: 12rem;
  width: 100%;
}

/* 住所入力部分 */
.addr-group{
  display: grid;
  grid-template-columns: 6rem 1fr;
  align-items: center;
  gap: 1rem;
  margin-bottom: 20px;
}
.addr-group select{
  max-width: 20rem;
  width: 100%;
}
select[namealias="addr-pref"] {
  color: #d9d9d9 !important;
}
/* 書類アップロード部分 */
.file-upload {
  display: flex;
  align-items: center;
  gap: 15px;
}
.file-input {
  display: none;
}
.upload-btn {
  width: 180px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: white;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s;
}
.upload-btn::before {
  content: "";
  display: inline-block;
  width: 14px;  /* アイコンの幅 */
  height: 16px; /* アイコンの高さ */
  margin-right: 12px;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.upload-btn:hover {
  background-color: #70AEFF;
}
.upload-text {
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group--content ul.list-note{
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
}

/* プライバシーポリシーチェックボックス部分 */
.policy-group {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  margin-top: clamp(2rem, 4.2vw, 2.8125rem);
}
.policy-group input {
  cursor: pointer;
}
.policy-group input[type="checkbox"] {
  transform: scale(1.3);
}
.policy-group a {
  text-decoration: underline;
}
/* 送信ボタン */
.contact-container .btn-contact{
  margin: clamp(2.25rem, 3.5vw, 3.4375rem) auto 0;
}
button, 
input[type="submit"], 
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  outline: none;
}

/* 完了画面 */
.form-container--confirm {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid #d9d9d9;
}
/* 各入力項目の間隔 */
.form-container--confirm .form-group {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  gap: 0;
  align-items: normal;
}
.form-container--confirm .form-group--title {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 20px;
}
.form-container--confirm .form-group--content {
  padding: 20px;
  font-size: 1rem;
}
.form-container--confirm .confirm-text-area {
  line-height: 1.6;
  white-space: pre-wrap; /* 改行をそのまま表示 */
}
.form-container--confirm .btn-container {
  gap: 2rem;
}
.form-container--confirm .btn-container .btn-entry {
  max-width: 20rem !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  .entry-container{
    width: 100%;
  }
  .form-group {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 2rem;
  }
  .form-container--confirm .btn-container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 375px) {
  .addr-group{
    grid-template-columns: 1fr;
  }
  .addr-group select {
    width: 50%;
  }
  select,
  .grad-group input{
    width: 100%;
  }
}

/* ==========================================================================
	フッター
========================================================================== */
.footer{
  width: 100%;
  max-width: 94%;
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 auto;
}
.footer .footer-top .l-container{
  padding-left: clamp(3.5rem, 5.5vw, 5.625rem);
}
.footer .footer-top .r-container{
  padding-right: clamp(3.5rem, 5.5vw, 5.625rem);
}

.footer-nav {
  width: 100%;
  text-align: right; /* ブロック全体を右に寄せる */
}
.footer-link {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem 5rem;
  list-style: none;
  text-align: left;
  padding: 0;
}
.footer-link .ico-blank {
  width: 10px;
  height: 10px;
}

.footer-logo{
  width: 100%;
}
.footer-logo a{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  /* row-gap: .5rem; */
}
.footer-logo a img{
  width: 105px;
}
.footer-logo p{
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%; /* 21px */
  letter-spacing: 0.15px;
  margin-left: 1rem;
}
.footer-logo p span{
  font-size: .75rem;
}

.footer .footer-top{
  padding-bottom: clamp(5rem, 8vw, 7.5rem);
}
.footer .footer-bottom .grid{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding-top: clamp(1.5rem, 3.5vw, 1.875rem);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.6px;
}
.footer .footer-bottom .r-container{
  text-align: right;
}
.footer .footer-bottom .footer-copyright{
  font-family: Syncopate;
  text-transform: uppercase;
}

/* ==========================================================================
	スマートフォン向け調整 (768px以下)
========================================================================== */
/* --- ハンバーガーボタン（PCでは隠す） --- */
.hamburger {
  display: none;
  min-width: 50px;
  height: 50px;
  border: 1px solid #D9D9D9;
  background: #FDFDFD;
  border-radius: 5px;
  position: relative;
  z-index: 1001; /* ナビ背景より常に上 */
  cursor: pointer;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #70AEFF;
  left: 13px;
  transition: 0.3s;
}
.hamburger span:nth-child(1) { top: 21px; }
.hamburger span:nth-child(2) { top: 27px; }

.hamburger.is-active span:nth-child(1) {
  top: 25px; /* 中央に寄せる */
  transform: rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  top: 25px; /* 中央に寄せる */
  transform: rotate(-45deg);
}
.is-resize .nav {
  transition: none !important;
}
/* --- スマホ版（768px以下）のスタイル --- */
@media (max-width: 870px) {
  .header{
    width: 100%;
    border-radius: 0;
    top: 0;
  }
  .header .nav h1 {
    display: flex;
    width: auto;
    margin-right: 0;
    padding-top: 2rem;
    padding-left: 2%;
  }
  .header .container {
    width: 100% !important;
  }
  .header .logo p {
    font-size: clamp(12px, 1.5vw, 1rem);
  }
  .header .logo p span{
    font-size: 10px;
  }
  .hamburger {
    display: block;
    margin-left: auto;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    flex-direction: column;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 3rem;
  }

  .nav.is-active {
    transform: translateX(0);
  }

  .nav ul {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 4rem;
  }
  .nav ul li a{
    font-size: clamp(1.125rem, 2vw, 1.375rem);
  }
  .nav .btn-container{
    margin-top: 3rem;
    margin-left: 0;
  }  
  .nav .btn-container .btn-entry,
  .nav .btn-container .btn-company{
    width: 70vw;
    min-width: 12vw;
    padding: 1.7rem 1.5rem !important;
    margin: 0 auto;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
  }
  .nav .btn-container.ml-10{
    margin-left: 0 !important;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .container, .wide-container {
    width: 94% !important;
    padding: clamp(3rem, 5vw, 5rem) 0;
		box-sizing: border-box;
  }
  .grid {
    grid-template-columns: 1fr !important;
  }
  .flex {
    flex-direction: column !important;
  }
  .grid .l-container{
    padding: 0 !important;
    margin: 0 !important;
  }
  .grid .r-container{
    margin: 0;
    padding: 0;
  }
  .grid.switch .l-container {
    order: 2; /* 2番目へ */
    margin-left: -3% !important;
  } 
  .grid.switch .r-container {
    order: 1; /* 1番前へ */
    padding-bottom: clamp(2rem, 3vw, 3.125rem) !important;
  }

  .section h2,.title h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
  }
  .section .workstyle .l-container .photo-1 img,
  .section .grid.requirements .r-container .photo img {
    aspect-ratio: 9 / 6;
  }

  .line{
    margin-bottom: clamp(3rem, 5vw, 5rem);
  }

  .members {
    padding: 0;
  }
  .members-slider {
    min-height: auto;
    height: auto;
  }
  .members-slider .slick-slide {
    height: auto !important;
    margin: 0;
  }
  .members-slider .slick-slide.slick-center {
    height: 100% !important;
  }
  .section .grid.requirements {
    padding: clamp(5rem, 10vw, 10rem) 0 0 !important;
  }
  .section .grid.requirements .l-container {
    padding-bottom: clamp(2rem, 3vw, 3.125rem) !important;
  }
  .section .grid.requirements .r-container .photo {
    margin-left: -3%;
    width: 100vw;
  }
  .section .grid.entry {
    padding: clamp(5rem, 10vw, 10rem) 0 !important;
  }
  .section .grid.entry .btn-entry {
    width: 100%;
    padding: 2.5rem 2rem;
  }

  .header .btn-entry, .footer .btn-entry {
    width: 50vw;
    padding: 1.5rem;
  }
  .footer .footer-top{
    padding-bottom: 2rem;
  }
  .footer .footer-top .grid .l-container{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer .footer-top .grid .l-container .footer-logo{
    justify-content: center;
    margin-bottom: 2rem;
  }
  .footer .footer-top .grid .l-container .footer-logo a{
    margin-right: .5rem;
  }
  .footer .footer-top .grid .l-container .footer-logo p{
    margin-right: .5rem;
    /* margin-left: 0; */
  }
  .footer .footer-top .grid .l-container .btn-container{
    margin-top: 0;
  }
  .footer .footer-top .grid .r-container{
    text-align: center;
    padding-top: 2rem;
  }

  .footer .footer-bottom .grid{
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-bottom: clamp(2rem, 3vw, 3.125rem);
  }
  .footer .footer-bottom .l-container{
    margin-top: 1rem !important;
    padding-bottom: 0;
  }
}