@charset "UTF-8";

/* =========================================
   共通変数・基本設定 (想定)
   ========================================= */
/* ※変数は元のファイルで定義されている前提で使用していますが、
   必要に応じて :root で定義してください。
*/
body {
  background: var(--white-color);
  overflow-x: hidden;
  letter-spacing: 0.06em;
  text-align: justify;
}

/* =========================================
   メインビジュアル (.page-mv__section)
   ========================================= */
.page-mv__section .mv-image {
  background-image: url(/assets/img/working_mv_img.jpg);
  background-size: cover;
  background-position: center !important;
  /* 必要に応じて高さを指定 */
  /* min-height: 500px; */
}
.mv-text {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
    .page-mv__section {
        padding: 110px 0 0 0;
    }
.page-mv__section .mv-image {
  background-image: url(/assets/img/working_mv_imgsp.jpg) !important;
  background-size: 100%;
}
.mv-text {
  padding-top:0;
}
}

.mv-ttl,.mv-text {
  width: 50%;
}



.page-mv__section .mv-ttl h2 {
  letter-spacing: 0.01em;
}


/* =========================================
   About セクション (.working__about)
   ========================================= */
.working__about {
  padding: 300px 0 0 0;
  position: relative;
  background-color: #fcf9ef;
  top: -230px;
  margin-bottom: -100px;
  z-index: 1;
}

.recruit__about {
  padding: 100px 0 150px 0;
  top: -100px;
  margin-bottom: -100px;
}

.recruit__about__grid {
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 0;
  /* 元のCSSで grid 定義が見当たらなかったため補完 */
  display: grid; 
}

.working_about01 {
  padding: 0 0 150px 100px;
}

.working_about02 {
  padding: 0 100px 0 0;
}

.working_about02 .mt {
  margin-top: 20px;
}

.about__article {
  padding: 0 80px 0 0;
}

.about__article02 {
  position: relative;
  padding: 0 0 0 80px;
}

.about__article-text {
  margin-bottom: 30px;
}

/* タイトル・装飾 */
.working__about_ttl {
  font-size: 4.0rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--white-color);
  display: inline;
  line-height: 1;
}

.ttl__position {
  text-align: right;
  position: relative;
}

.working_about01 .ttl__position figure {
  position: absolute;
  width: clamp(200px, 25vw, 350px);
  top: clamp(-140px, -8vw, -60px);
  left: -10%;
}

.working_about02 .about__article02 figure.titleimg {
  position: absolute;
  width: 240px;
  width: clamp(100px, 18vw, 240px);
  top: clamp(-140px, -20vw, -30px);
  right: -5%;
}

  .working_about02 .about__article02 figure.column-img {
    display: none;
  }


.working_about01 span,
.working_about02 span {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 0 15px 0;
  background-color: var(--black-color);
  color: var(--white-color); /* 文字色追加 */
}

.working_about_text {
  margin: 50px 0;
  font-size: 1.6rem;
  line-height: 2;
}

/* --- SP: About Section --- */
@media (max-width: 767px) {
  .working__about {
    padding: 100px 0 100px 0; /* 上部の余白調整 */
    top: 0;
    margin-bottom: 0;
  }
  
  .recruit__about {
    padding: 50px 0;
    top: 0;
    margin-bottom: 0;
  }

  .working_about01,
  .working_about02 {
    padding: 0 20px; /* 左右余白を統一 */
  }

  .about__article,
  .about__article02 {
    padding: 0;
  }
  .about__article02 {
    order: -1; /* 順序を入れ替え */
    margin-top: 150px;
  }


  .working__about_ttl {
    font-size: 2.1rem;
  }
  
  /* イラストの位置調整（絶対配置解除または調整） */
  .working_about01 .ttl__position figure {
    width: 150px;
    left: -40px;
    top: -40px;
    margin: 0 auto 20px auto; /* 中央寄せ */
  }
  .working_about02 .about__article02 figure.titleimg {
    width: 130px;
    margin: 0 auto 20px auto; /* 中央寄せ */
    top: -50px;
  }

  .working_about02 .about__article02 figure.column-img {
    margin: 30px;
    display: block;
  }

  .working_about_text {
    margin: 30px 0;
    font-size: 1.3rem;
  }
  
  .working_about01 span,
  .working_about02 span {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 0 15px 0;
  background-color: var(--black-color);
  color: var(--white-color); /* 文字色追加 */
}
}


/* =========================================
   Point Block セクション (.working__point-block)
   ========================================= */

.working__point-wrap {
    position: relative;
  bottom: -200px;
}  
.working__point-block {
  width: calc(100% - 200px);
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 150px;
  background-color: var(--white-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 10; /* 前に出す */
}

.working__point-contaeiner {
  width: 100%;
  background-color: var(--white-color);
  padding: 50px 50px 30px 50px;
  display: grid;
  grid-template-columns: 5fr 5fr; /* 左7、右3の比率 */
  gap: 50px;
}

.about__article03 {
  padding: 20px 0 0;
}

.working__point-img {
  position: relative;
  top: -75px;
  margin-bottom: -75px;
}

.working__point-img img {
  width: 100%;
  height: auto;
}

/* セクション見出しラベル */
.section-header {
  position: absolute;
  top: -40px;
  left: 0;
  width: auto;
  padding: 20px 40px 20px 150px;
  background-color: var(--black-color);
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 10;
  flex-wrap: wrap;
}

.working__point-block .section-header-block {
  display: flex;
  align-items: center;
  justify-content: end;

}

.section-header .en-title {
  color: var(--white-color);
  font-size: 2.4rem;
  margin: 0 20px 0 0;
  line-height: 1;
  font-family: var(--font-family-obun);
  font-weight: 400;
}

.section-header .ja-title {
  color: var(--white-color);
  font-size: 1.4rem;
  margin-top: 0;
}

/* --- SP: Point Block Section --- */
@media (max-width: 767px) {
.working__point-wrap {
    position: relative;
  bottom: 0;
}  
  
  .working__point-block {
    width: 90%; /* 幅を広げる */
    bottom: 0; /* 配置リセット */
    margin-bottom: 50px;
    margin-top: 150px;
    font-size: 1.3rem;
  }

  .working__point-contaeiner {
    grid-template-columns: 1fr; /* 1列に */
    padding: 30px;
    gap: 20px;
  }

  .working__point-img {
    top: 0;
    margin-bottom: 0; /* 画像下の余白調整 */
    padding-bottom: 30px;
  }

  /* セクションヘッダーの調整 */
  .section-header {
    width: 80%; /* 幅を合わせる */
    left: 0;
    top: -30px;
    justify-content: center; /* 中央寄せ */
    padding: 10px;
  }

  .section-header .en-title {
    font-size: 1.5rem;
    margin-right: 10px;
  }
.section-header .ja-title {
  font-size: 1.2rem;
}
.about__article03 {
  padding: 25px 15px 10px;
}
}


/* =========================================
   System / Education セクション
   ========================================= */
.working__system-section {
  padding: 140px 0;
  background-color: var(--white-color);
}

.education__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  row-gap: 130px;
  margin-top: 0;
}

/* 共通パーツ */
.education-inner {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 100%;
  min-height: 380px;
  position: relative;
}

.education__subtitle {
  position: absolute;
  display: inline-block;
  background-color: var(--corporate-color);
  color: var(--white-color);
  font-size: 1.4rem;
  padding: 10px 25px;
  min-width: 120px;
  text-align: center;
  top: -18px;
  left: 15px;
  line-height: 1;
  z-index: 5;
}

.education-inner article {
  position: absolute;
  max-width: 350px;
  bottom: -60px;
  right: 15px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}

.education__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  color: var(--corporate-color);
}

.education__desc {
  font-size: 1.3rem;
  line-height: 1.5;
}

/* コンテンツ01 (赤背景の特殊ブロック) */
.education-content01 {
  position: relative;
  background-color: #b03b27;
  padding: 0;
  color: var(--white-color);
  justify-content: flex-end;
  right: 0;
}

.education-content01,
.education-content03 {
  display: flex;
  align-items: center;
    padding-left: 100px;
}

.education-content02,
.education-content04 {
    padding-right: 100px;
}

.education-content01 .education-inner {
  padding: 40px 240px 40px 0; /* パディング調整 */
  width: 100%;
  max-width: 500px; /* Grid内で広げる */
}

.education-inner figure {
  max-width: 500px;
  z-index: 10;
}

.education-illustration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: clamp(150px, 23vw, 300px);
  z-index: 10;
}

.education-content01 .education__01title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.education-content01 .education__01subtitle {
  font-family: var(--font-family-obun);
  font-size: 1.4rem;
}

.education-content03 {
  justify-content: flex-end;
  position: relative;
  right: 0;
}

/* --- SP: System / Education Section --- */
@media (max-width: 767px) {
  .working__system-section {
    padding: 0 5% 120px 5%;
  }

  .education__block {
    grid-template-columns: 1fr; /* 1列に */
    gap: 60px; /* 上下の間隔 */
  }

  .education-inner {
    max-width: 100%; /* 幅いっぱい */
    min-height: 200px;
  }

  /* 記事ボックスの位置調整 */
 .education-inner article {
  position: relative;
  max-width: auto;
  bottom: auto;
  right: auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

  /* 赤背景ブロックの調整 */
  .education-content01 .education__01title {
    font-size: 3.2rem;
  }

  .education-content01 .education__01subtitle {
  font-size: 1.1rem;
}

  .education-content01,
.education-content03 {
  display: flex;
  align-items: center;
    padding-left: 0;
}

  .education-content02,
.education-content04 {
    padding-right: 0;
}
  
  .education-illustration {
    width: 150px;
    top: -80px;
    right: 0;
  }



.education__title {
  font-size: 1.4rem;
}

.education__subtitle {
  font-size: 1.2rem;
  padding: 10px 15px;
  min-width: 100px;
}

.education__desc {
  font-size: 1.2rem;
  line-height: 1.5;
}
  
  .education-content01 .education-inner {
    padding-bottom: 40px;
    padding: 40px;
  }
}


/* =========================================
   数字で見る育成の成果 (.results-in-numbers)
   ========================================= */
.results-in-numbers {
  background-color: #b03b27;
  color: var(--white-color);
  padding: 50px 0;
  text-align: center;
  max-width: 1200px;
  width: calc(100% - 200px);
  margin: 300px auto 0 auto;
  position: relative;
}

.results-illustration {
  position: absolute;
  top: -120px;
  left: 30px;
  width: 300px;
}

.results-in-numbers .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}

.results-in-numbers .section-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.4;
}

.results-in-numbers .section-title::before {
  content: 'RESULTS IN NUMBERS';
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-family: var(--font-family-obun);
}

/* カード */
.cards-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 50px;
}

.cards-wrapper .card {
  flex: 1;
  background-color: var(--white-color);
  color: var(--black-color);
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.card-value {
  position: relative;
  font-size: 15rem;
  font-weight: 600;
  color: var(--corporate-color);
  line-height: 1;
  margin: 0 0 20px 0;
  letter-spacing: -3px;
  font-family: var(--font-family-obun);
}


.card-value::after {
  content: '%';
  position: absolute;
  bottom: 10px;
  font-size: 2.5rem;
  vertical-align: baseline;
  margin-left: 8px;
  color: var(--black-color);
}

.card-description {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}

.card-details {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

.card-details strong {
  font-weight: bold;
}

/* --- SP: Results in Numbers --- */
@media (max-width: 767px) {
  .results-in-numbers {
    padding: 50px 0;
    width: 100%; /* 幅を調整 */
    margin-top: 100px; /* 上マージンを減らす */
  }

  .results-in-numbers .container {
    padding: 0 20px;
  }

  .results-in-numbers .section-title {
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.results-in-numbers .section-title::before {
  content: 'RESULTS IN NUMBERS';
  display: block;
  font-size: 1.1rem;
}

  
  .results-illustration {
    width: 150px;
    top: -80px;
    left: 0;
  }

  .cards-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .card-value {
    font-size: 8rem;
  }


  .card-description {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}


/* =========================================
   キャリアパス MV (.career-path__mv)
   ========================================= */
.career-path__mv {
  background-image: url('/assets/img/working_img12.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
  color: var(--white-color);
  display: flex;
  align-items: center;
}

.career-path__mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.career-path__mv .container {
  max-width: 1200px;
  width: calc(100% - 200px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
  text-align: left;
}

.mv-en-title {
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-family: var(--font-family-obun);
  font-weight: 400;
}

.mv-ja-title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}

.mv-text {
  font-size: 1.7rem;
  line-height: 1.8;
}

/* --- SP: Career Path MV --- */
@media (max-width: 767px) {
  .career-path__mv {
    padding-top: 30px;
    height: 350px;
  background-image: url('/assets/img/working_img12sp.jpg');
  }



  .mv-ja-title {
    font-size: 2.7rem;
  }

  .mv-en-title {
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

  .mv-text {
    font-size: 1.3rem;
  }

  .career-path__mv .container {
    padding: 0 20px;
    width: 100%;
  }
}


/* =========================================
   キャリアパス 特徴 (.career-path__features)
   ========================================= */
.career-path__wrap {
    background: url(/assets/img/main_bg.gif);
}

.career-path__features {
  width: calc(100% - 200px);
  max-width: 1200px;
  padding: 100px 0 150px;
  margin: 0 auto;

}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 70px;
}

.feature-item {
  display: flex;
  align-items: center;
  text-align: left;
}

.item-visual {
  width: 200px;
  height: 200px;
  min-width: 200px;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-visual img {
  max-width: 80%;
  height: auto;
  display: block;
}

.feature-en-title {
  font-size: 1.0rem;
  font-family: var(--font-family-obun);
  color: #b03b27;
  margin-bottom: 5px;
  font-weight: 400;
}

.feature-ja-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--black-color);
  margin-bottom: 15px;
}

.feature-description {
  font-size: 1.4rem;
  line-height: 1.8;
}

/* --- Tablet / SP: Career Path Features --- */
@media (max-width: 992px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
  }

  .item-visual {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .career-path__features {
    padding: 50px 0 150px 0;
    width: 100%;
  }

  .item-visual {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }

  .feature-ja-title {
    font-size: 2.0rem; /* 少し縮小 */
  }

  .feature-description {
    font-size: 1.3rem;
    text-align: left; /* テキストは左揃えに戻すのが一般的 */
  }
}


/* =========================================
   先輩のキャリアパス (.career-paths-senior)
   ========================================= */
.career-paths-senior-wrap {
  position: relative;
  padding-bottom: 200px;

}
.career-paths-senior {
  padding: 90px 50px 50px 50px;
  background-color: #ffffff;
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 200px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.senior-path-header {
  margin-bottom: 60px;
  text-align: center;
}

.senior-path-header .en-title {
  font-size: 1.6rem;
  font-family: var(--font-family-obun);
  color: var(--black-color);
  margin-bottom: 5px;
  font-weight: 400;
}

.senior-path-header .ja-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black-color);
}

.career-path-row {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
    border-bottom: 1px solid #eee; /* 区切り線 */
}

.entry-year {
  width: 150px;
  min-width: 150px;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--black-color);
  margin-top: 20px;
}

.path-visual {
  width: 150px;
  min-width: 150px;
  margin-right: 40px;
}

.path-visual img {
  max-width: 100%;
  height: auto;
  display: block;
}

.steps-wrapper {
  display: flex;
  flex-grow: 1;
  position: relative;
  gap: 0;
}

/* 個別のステップデザイン */
.career-step {
  flex: 1;
  position: relative;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

.step-ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  margin-bottom: 0;
}

.step-label {
  background-color: #8B2F31;
  color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.step-num-small {
  font-size: 1.2rem;
  font-family: var(--font-family-obun);
  margin-bottom: 3px;
  font-weight: 400;
}

.step-num-big {
  font-size: 2.8rem;
  font-family: var(--font-family-obun);
  font-weight: 600;
}

.step-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.step-period {
  font-size: 1.4rem;
  margin: 0;
  font-weight: normal;
}

.step-job-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: var(--black-color);
}

.step-job-title span {
  font-size: 1.4rem;
}

.job-sub {
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
}

.step-divider {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
  position: relative;
}

.step-detail {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  flex-grow: 1;
}

/* 矢印 */
.steps-wrapper .arrow-right {
  position: relative;
  width: 30px;
  flex-shrink: 0;
}

.career-step:last-of-type + .arrow-right {
  display: none;
}

.arrow-right figure {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-50%, -50%);
  width: 75px;
}

/* --- Tablet / SP: Senior Path --- */
@media (max-width: 1200px) {

  .career-path-row {
    flex-direction: column;
    padding: 40px 0;
  }

  .entry-year {
    margin-bottom: 10px;
    width: auto; /* 幅制限解除 */
  }

  .path-visual {
    margin-bottom: 30px;
  }

  .steps-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .career-step {
    width: 100%;
    padding: 0 0 40px 0;
    border-left: 1px solid #ddd;
    margin-left: 20px;
    padding-left: 30px;
  }

  .career-step:last-child {
    border-left: none;
    padding-bottom: 0;
  }

  .steps-wrapper .arrow-right {
    display: none;
  }

  .step-divider {
    display: none;
  }

  .step-ttl {
    margin-bottom: 15px;
  }
}

/* --- スマホ版 各行ごとの横スクロール対応 --- */
@media (max-width: 767px) {
    .career-paths-senior-wrap {
  position: relative;
  padding-bottom: 0;
}

.career-paths-senior {
  padding: 50px 20px 50px 20px;
  width: 100%;
}
    /* 各行（画像ごとの枠）の設定 */
    .career-paths-senior .career-path-row {
        width: 100%;
        overflow-x: auto;          /* 横スクロールを有効化 */
        -webkit-overflow-scrolling: touch; /* 滑らかなスクロール（iOS） */
        padding-bottom: 30px;      /* スクロールバーや余白の確保 */
        display: block;            /* 縦並びを維持 */
        margin-bottom: 20px;
    }

    /* 中の画像を強制的に横長にする設定 */
    .career-paths-senior .career-path-row figure {
        width: 850px;  /* ★重要: 画像が見やすい幅を指定してください */
        max-width: none; /* 画面幅に合わせて縮小させない */
        margin: 0;
    }

    .career-paths-senior .career-path-row img {
        width: 100%;
        height: auto;
    }
}

/* =========================================
   イベント・社内行事 (.company-events-section)
   ========================================= */
.company-events-section {
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 100px 0;
}

.events-container {
  max-width: 1200px;
  width: calc(100% - 200px);
  margin: 0 auto;
}

.events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding:  0 80px 50px 80px;
}

.events-title-block {
  width: 50%;
  min-width: 300px;
}

.events-description-block {
  width: 50%;
}

.events-title-block .en-title {
  font-size: 1.4rem;
  font-family: var(--font-family-obun);
  color: var(--white-color);
  margin-bottom: 5px;
  font-weight: 400;
}

.events-title-block .ja-title {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-color);
}

.events-title-block .ja-title br {
  display: none;
}

.events-description-block p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--white-color);
}

/* スライダー */
.events-slider-wrapper {
  position: relative;
  padding: 0 80px;
}

.events-swiper {
  width: 100%;
}

.event-image {
  margin: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.event-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.event-content h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.event-content p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--white-color);
}

/* ナビゲーション矢印 */
.swiper-button-prev.event-prev,
.swiper-button-next.event-next {
  color: var(--white-color);
  width: 50px;
  height: 50px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.swiper-button-prev.event-prev {
  left: 0;
}

.swiper-button-next.event-next {
  right: 0;
}

.swiper-button-prev.event-prev::after,
.swiper-button-next.event-next::after {
  font-size: 1.8rem;
}

/* --- Tablet / SP: Events Section --- */
@media (max-width: 1250px) {
  .events-title-block .ja-title br {
  display: block;
}
}

/* --- Tablet / SP: Events Section --- */
@media (max-width: 992px) {
  .events-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 5%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .events-title-block,
  .events-description-block {
    width: 100%;
    min-width: auto;
  }

  .events-description-block p {
    padding-top: 20px;
  }

  .events-title-block .ja-title {
    font-size: 2.7rem;
  }
    .events-title-block .ja-title br {
  display: none;
}

.events-title-block .en-title {
    font-size: 1.1rem;

 
}

  .events-slider-wrapper {
    padding: 0 45px;
  }
  
  .events-container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .company-events-section {
    padding: 60px 0 80px 0;
  }

  .events-container {
    padding: 0 20px;
    width: 100%;
  }

  .events-description-block p {
    font-size: 1.4rem;
  }

.event-content h3 {
  font-size: 1.6rem;
}

  .event-content p {
  font-size: 1.3rem;
}
/* ナビゲーション矢印 */
.swiper-button-prev.event-prev,
.swiper-button-next.event-next {
  color: var(--white-color);
  width: 30px;
  height: 30px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.swiper-button-prev.event-prev::after,
.swiper-button-next.event-next::after {
  font-size: 1.2rem;
}

}