/* ==========================================================================
   top page
   ========================================================================== */

.page-header_logo a {
  display: flex;
  align-items: center;
}

/* --------------------------------------------
   Main Visual
-------------------------------------------- */
.main-visual {
  position: relative;
  background: url(/2027/img/index_mainvisual_img01.jpg) no-repeat center;
  background-size: cover;
  padding-top: 36%;
}

.main-visual_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-visual_inner .main-visual_txt {
  display: table;
  width: 100%;
  height: 100%;
}

/*.main-visual_inner p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 7.2rem;
  color: #fff;
}*/

@media screen and (max-width: 767px) {
  .main-visual {
    overflow: hidden;
    padding-top: 60%;
    margin-left: -33.466667%;
    margin-right: -33.466667%;
  }

  .main-visual_inner p {
    font-size: 3.6rem;
  }
}

/* --------------------------------------------
   Common Sections
-------------------------------------------- */
.index-section {
  width: 100%;
}

.index-section_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.index-section_title {
  margin: 0 auto;
}

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

.index-head_txt {
  text-align: center;
  color: #fd6f31;
  font-size: 1.6rem;
  margin-top: 13.4px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .index-section_inner {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }

  .index-head_txt {
    font-size: 1.4rem;
    margin-top: 18.4px;
  }
}

/* --------------------------------------------
   Vision & Message
-------------------------------------------- */
.index-vision,
.index-messege {
  position: relative;
  /* background: #ff903e; */
}

.index-vision .index-section_inner {
  padding-top: 57px;
  padding-bottom: 67px;
}

.index-vision p {
  color: #fff;
  text-align: center;
}

.index-vision p:first-child {
  font-size: 2.0rem;
  line-height: 2.4;
}

.index-vision p:nth-child(2) {
  font-size: 3.6rem;
  line-height: 2.0;
  display: table;
  margin: 0 auto;
  position: relative;
}

.index-vision p:nth-child(2):before,
.index-vision p:nth-child(2):after {
  content: "";
  width: 27px;
  height: 23px;
  position: absolute;
  top: 8px;
}

.index-vision p:nth-child(2):before {
  background: url(/2027/img/index_vision_bg01.png) no-repeat;
  background-size: 27px auto;
  left: -52px;
}

.index-vision p:nth-child(2):after {
  background: url(/2027/img/index_vision_bg02.png) no-repeat;
  background-size: 27px auto;
  right: -17px;
}

.index-vision p:nth-child(3) {
  font-size: 3.0rem;
  line-height: 2.0;
  display: table;
  margin: 0 auto;
}

/* Decor: Arrow & Wave */
/* .index-vision:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 38px;
  background: url(/2027/img/index_mainvisual_bg01.png) no-repeat;
  background-size: 20px auto;
  animation: arrow 2s ease infinite;
} */

.index-vision:after,
.index-messege:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  width: 200%;
  padding-top: 2.2694%;
  background: no-repeat;
  background-size: 100% auto;
  animation: wave 10s linear infinite;
}

/* .index-vision:after {
  top: 100%;
  background-image: url(/2027/img/index_people_bg01.png);
} */

.index-messege .index-section_inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 94px;
}

.index-messege:before {
  bottom: 99%;
  background-image: url(/2027/img/index_message_bg01.png);
}

.index-message_title {
  width: 57.333333%;
  max-width: 688px;
  position: absolute;
  top: -44px;
  left: -46px;
  z-index: 150;
}

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

.index-message_text {
  color: #fff;
  line-height: 2.6;
  font-size: 1.8em;
  text-align: center;
  position: relative;
  z-index: 200;
}

@media screen and (max-width: 767px) {
  .index-vision .index-section_inner {
    padding-top: 42.5px;
    padding-bottom: 52px;
  }

  .index-vision p:first-child {
    font-size: 1.5rem;
    line-height: 2.0;
  }

  .index-vision p:nth-child(2) {
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .index-vision p:nth-child(2):before,
  .index-vision p:nth-child(2):after {
    width: 18px;
    height: 16px;
    background-size: 18px auto;
    top: 24.5px;
  }

  .index-vision p:nth-child(2):before {
    left: -33px;
  }

  .index-vision p:nth-child(2):after {
    right: -11px;
  }

  .index-vision p:nth-child(3) {
    font-size: 2.0rem;
  }

  .index-vision:after,
  .index-messege:before {
    animation-duration: 7s;
  }

  .index-messege .index-section_inner {
    padding-top: 82.5px;
    padding-bottom: 65px;
  }

  .index-message_title {
    top: -30px;
    left: 14px;
    max-width: 306px;
    width: 90%;
  }

  .index-message_text {
    font-size: 1.5rem;
    line-height: 2.0;
  }
}

/* --------------------------------------------
   Content Sections (Message box)
-------------------------------------------- */
.top_message {
  width: 800px;
  margin: 100px auto 100px;
  padding: 20px;
  border: solid 1px #4b4948;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #191c20;
  opacity: 0.5;
}

.top_message p:not(:first-child):not(:last-child) {
  margin: 1em 0;
}

.color_message {
  color: #ff6000;
}

.strong_message {
  margin: 0 4px;
  text-shadow: 0px -8px 0 rgba(108, 111, 122, 0.1);
  transition: text-shadow 1.0s;
}

.top_message:hover .strong_message {
  text-shadow: 6px -8px 0 rgba(108, 111, 122, 0.4);
}

@media screen and (max-width: 767px) {
  .top_message {
    width: auto;
    margin: 0 15px;
    font-size: 11px;
  }

  .br-none {
    display: none;
  }
}

/* --------------------------------------------
   Content Sections (ABOUT / PEOPLE / RECRUIT)
-------------------------------------------- */
.content-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
}

.about-section {
  flex-direction: row-reverse;
}

.about-information {
  display: flex;
  flex-direction: column;
  width: 38%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.career-information {
  display: flex;
  flex-direction: column;
  width: 38%;
  margin-top: 140px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.career-img-container {
  width: 720px;
  display: flex;
  gap: 40px;
}

.career-img-container img {
  width: 100%;
}

.career-img-col-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.career-img-col-container img {
  width: 100%;
  height: auto;
}
/* 
.career-img-margin-top {
  margin-top: 117px;
}
 */
.text-bold-orange {
  color: #FF6000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.4px;
}

.top-content-title {
  color: #191C20;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 1.6px;
  margin-top: 6px;
  margin-bottom: 32px;
}

.content-subtitle {
  color: #191C20;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}

.article-content {
  color: #484C51;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .content-section {
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 50px !important;
  }

  .about-information {
    width: 100%;
    margin-bottom: 10px;
  }

  .career-information {
    width: 100%;
    margin-bottom: 10px;
  }

  .career-img-container {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .career-img-margin-top {
    margin-top: 0;
  }

  .career-img-col-container img {
    width: 70%;
    height: auto;
    display: block;    /* ★追加：margin: auto を効かせるために必要 */
    margin: 0 auto;
  }
}

/* --------------------------------------------
   Buttons & Links
-------------------------------------------- */
.view-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px !important;
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid #FF6000;
  text-decoration: none;
}

.view-more:hover {
  opacity: 0.7;
  color: #FF6000;
  text-decoration: none;
}

.view-more-text {
  color: #FF6000;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
}

.view-more .icon_arrow {
  width: 20px;
  height: 20px;
  background: url(/2027/common/img/parts/top_cm_arrow.png) no-repeat center;
  background-size: contain;
}

.btn {
  max-width: 300px;
  width: 100%;
  margin: 20px 0;
}

.btn a {
  display: block;
  position: relative;
  text-align: center;
  border: 2px #fff solid;
  border-radius: 27px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  padding: 17.6px 0 16.6px;
}

.btn a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.btn a:before {
  content: "";
  position: absolute;
  inset: 0 18px 0 auto;
  margin: auto;
  width: 32px;
  height: 8px;
  background: url(/2027/img/index_message_bg02.png) no-repeat;
  background-size: 32px auto;
}

.btn.opt-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 18px 0;
  }

  .index-messege .btn {
    margin-top: 34.5px;
  }
}

/* --------------------------------------------
   Recruit & FAQ
-------------------------------------------- */
.faq-link-section {
  max-width: 600px;
  margin: 0 auto 100px;
  padding: 0 15px;
}

.faq-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #FF6000;
  padding: 30px 40px;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  position: relative;
  /* 疑似要素の基準 */
  z-index: 1;
  /* 重なり順の基準 */
  overflow: hidden;
  /* はみ出した色を隠す */
  transition: border-color 0.3s;
}

/* 背景に敷くオレンジ色 */
.faq-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  /* 最初は幅0 */
  height: 100%;
  background: linear-gradient(120deg, #FF6000 0%, #FF9E67 100%);
  z-index: -1;
  /* テキストの背面に配置 */
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  /* 左から右へのアニメ */
}

/* ホバー時の動き */
.faq-box:hover::before {
  width: 100%;
  /* ホバーで全幅にする */
}

.faq-box:hover {
  text-decoration: none;
}

.faq-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
}

.faq-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 1.6px;
}

.faq-text {
  color: #FF6000;
  font-size: 1.9rem;
  line-height: 1.6;
}

/* ホバー時に文字を白く反転させる */
.faq-box:hover .faq-title,
.faq-box:hover .faq-text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .faq-link-section {
    margin: 50px auto;
  }

  .faq-box {
    padding: 20px;
  }

  .faq-title {
    font-size: 2.2rem;
  }

  .faq-text {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------
   Animations & Fonts
-------------------------------------------- */
@keyframes arrow {

  0%,
  100% {
    top: -20px;
  }

  40% {
    top: -5px;
  }
}

@keyframes wave {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 700;
}

.text-orange {
  color: #FF6000;
}

.requirements_cont_top {
  position: relative;
  background: #fff;
  margin: 100px auto 82px !important;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  z-index: 1;
}

.requirements_cont_wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .requirements_cont_wrap {
    padding: 0 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.requirements_sub_title {
  color: #FF6000;
  text-align: center;
  margin-top: 46px;
}

.requirements_sub_title h4 {
  font-size: 3.2rem;
  font-weight: normal;
}

.requirements_row_title {
  color: #191C20;
  text-align: center;
  margin-top: 45.8px;
  position: relative;
}

.requirements_row_title h5 {
  font-size: 2.0rem;
}

/* 見出し横の装飾線 */
.requirements_row_title:before,
.requirements_row_title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 22.5%;
  height: 1px;
  background: url(/2027/information/img/requirements_bg03.png) repeat-x;
  background-size: auto 1px;
}

.requirements_row_title:before {
  left: 17.5%;
}

.requirements_row_title:after {
  right: 17.5%;
}

@media screen and (max-width: 767px) {
  .requirements_sub_title {
    text-align: left;
    margin-top: 39.4px;
  }

  .requirements_sub_title h4 {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }

  .requirements_row_title {
    margin-top: 23.6px;
  }

  .requirements_row_title h5 {
    font-size: 1.8rem;
  }

  .requirements_row_title:before,
  .requirements_row_title:after {
    width: 18.84058%;
  }

  .requirements_row_title:before {
    left: 4.347826%;
  }

  .requirements_row_title:after {
    right: 4.347826%;
  }
}

.requirements_nec {
  width: 780px;
  font-size: 0;
  margin: 28px auto;
}

.requirements_nec>li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
}

.requirements_nec_inner {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .requirements_nec {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 23.2px auto;
  }

  .requirements_nec li {
    display: block;
    margin-top: 15px;
    width: 100%;
  }

  .requirements_nec li:first-child {
    margin-top: 0;
  }
}

.requirements_nec_inner dt div {
  background: #fd6f31;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: table;
  position: relative;
}

/* 円の背後の薄い装飾 */
.requirements_nec_inner dt div:before {
  content: '';
  opacity: 0.2;
  background: #fd6f31;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.requirements_nec_inner dt p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
}

.requirements_nec_inner dd {
  margin-top: 21.3px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222;
}

@media screen and (max-width: 767px) {
  .requirements_nec_inner {
    display: table;
  }

  .requirements_nec_inner dt {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }

  .requirements_nec_inner dt div {
    border-radius: 50px;
    width: 100px;
    height: 100px;
  }

  .requirements_nec_inner dt div:before {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    top: 5px;
    left: 5px;
  }

  .requirements_nec_inner dt p {
    vertical-align: middle;
    font-size: 1.9rem;
  }

  .requirements_nec_inner dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-top: 0;
    padding-left: 16px;
    font-size: 1.5rem;
  }
}

.js-slide-trigger {
  position: relative;
  overflow: visible;
  overflow: visible !important;
  /* padding: 80px 0; */
  padding-bottom: 160px;
}

.slide-orange-bar {
  position: absolute;
  height: 100%;
  top: 0%;
  width: 200%;
  left: -200%;
  background-color: #FFBB83;
  background: linear-gradient(to right, rgba(255, 187, 131, 0) 0%, rgba(255, 187, 131, 0.8) 50%, rgba(255, 187, 131, 0) 100%);
  background-color: transparent;
  /* 背景色を透明に */
  z-index: -1;
  pointer-events: none;
}

/* --- パターンA：左から右（PEOPLE用 / 通常） --- */
.js-slide-trigger:not(.is-reverse) .slide-orange-bar {
  /* 初期：画面の左はるか遠くに待機 */
  left: -300%;
  right: auto;
  transform: skewX(-15deg);
  /* transitionの対象を left に絞る */
  transition: left 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-slide-trigger:not(.is-reverse).is-active .slide-orange-bar {
  /* 出現：あえて画面の端（-150%）で止める設定を維持 */
  left: -150%;
}

/* 捌ける：さらに右方向へ突き抜ける */
.js-slide-trigger:not(.is-reverse).is-out .slide-orange-bar {
  left: 300% !important;
  /* 初期位置の -300% に戻らせない */
}

/* --- パターンB：右から左（ABOUT / RECRUIT用 / 反転） --- */
.js-slide-trigger.is-reverse .slide-orange-bar {
  /* 初期：画面の右はるか遠くに待機 */
  right: -300%;
  left: auto;
  transform: skewX(15deg);
  /* transitionの対象を right に絞る */
  transition: right 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-slide-trigger.is-reverse.is-active .slide-orange-bar {
  /* 出現：あえて画面の端（-150%）で止める設定を維持 */
  right: -150%;
}

/* 捌ける：さらに左方向へ突き抜ける */
.js-slide-trigger.is-reverse.is-out .slide-orange-bar {
  right: 300% !important;
  /* 初期位置の -300% に戻らせない */
}

.image-wrapper {
  position: relative;
  max-width: 1980px;
  height: 640px;
  margin: 0 auto;
}

#img-customers {
  position: absolute;
  width: 600px;
  top: 260px;
  left: 360px;
}

#img-employee {
  position: absolute;
  width: 400px;
  bottom: 60px;
  right: 100px;
}

.decor-wrapper,
.people-decor-wrapper {
  position: relative;
  left: 40px;
}

.about-decor-wrapper {
  position: relative;
  right: 40px;
}

.decor-square-accent {
  position: absolute;
  width: 70px;
  height: 110px;
  background-color: #fd8450;
}

.decor-square-mono {
  position: absolute;
  width: 70px;
  height: 110px;
  top: 40px;
  left: 24px;
  background-color: rgba(108, 111, 122, 0.28); /* #6c6f7a */
}

.about-decor-wrapper .decor-square-accent {
  position: absolute;
  width: 70px;
  height: 110px;
  right: 0;
  background-color: #fd8450;
}

.about-decor-wrapper .decor-square-mono {
  position: absolute;
  width: 70px;
  height: 110px;
  top: 40px;
  left: unset;
  right: 24px;
  background-color: rgba(108, 111, 122, 0.28); /* #6c6f7a */
}

.people-decor-wrapper .decor-square-accent {
  position: absolute;
  width: 70px;
  height: 110px;
  background-color: #fd8450;
}

.people-decor-wrapper .decor-square-mono {
  position: absolute;
  width: 70px;
  height: 110px;
  top: -40px;
  left: -24px;
  background-color: rgba(108, 111, 122, 0.28); /* #6c6f7a */
}

@media screen and (max-width: 1280px) {
  .image-wrapper {
    position: relative;
    height: 720px;
  }

  #img-customers {
    position: absolute;
    width: 600px;
    top: 260px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  #img-employee {
    position: absolute;
    width: 260px;
    bottom: 60px;
    right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .image-wrapper {
    position: relative;
    height: 720px;
  }

  #img-customers {
    position: absolute;
    width: 100%;
    top: 280px;
    left: 0;
  }

  #img-employee {
    position: absolute;
    width: 220px;
    bottom: 60px;
    right: 40px;
  }

  .decor-wrapper,
  .people-decor-wrapper {
    position: relative;
    left: 15px;
  }

  .about-decor-wrapper {
  position: relative;
  top: 40px;
  right: 0;
  width: 100%;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}

.fade-in.visible {
  opacity: unset;
  transform: translateY(0px);
}

.fade-in-delay {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}

.fade-in-delay.visible {
  opacity: unset;
  transform: translateY(0px);
}

/* ==========================================================================
   【最終修正版】ファーストビュー全文字 Zen Antique 統一
   ========================================================================== */

/* PC版・スマホ版 すべてのテキストを強制的に Zen Antique にする */
.firstview-text-left,
.firstview-text-left-phone,
.firstview-text-left p,
.firstview-text-left-phone p,
.firstview-text-left span,
.firstview-text-left-phone span {
  font-family: "Zen Antique", serif !important;
  color: #484c51;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5em;
  opacity: 0.9;
}

/* --- PC版の設定 --- */
.firstview-text-left {
  position: absolute;
  top: 14%;
  left: 12%;
  z-index: 100;
  text-align: left;
  display: block;
}

.firstview-text-left p {
  font-size: 5rem;
  /* line-height: 1; */
  /* text-shadow: 0 0 14px rgba(0, 0, 0, 1.0); */
  /* 読みやすくするための文字の影 */
}

.firstview-text-left .text-highlight {
  display: inline-block;
  vertical-align: baseline;
  color: #ff903e;
}

.firstview-text-left-phone {
    display: none;
}

@media screen and (max-width: 1280px) {
  .firstview-text-left p {
    font-size: 4.2rem;
  }
}

/* --- スマホ版の設定 --- */
@media screen and (max-width: 767px) {
  .firstview-text-left {
    display: none !important;
  }

  .firstview-text-left-phone {
    display: block !important;
    position: absolute;
    top: 160px;
    left: 40px;
    width: 90%;
    z-index: 110;
    text-align: left !important;
  }

  .firstview-text-left-phone p {
    font-size: 2.3rem;
    line-height: 1.5;
    /* text-shadow: 0 0 8px rgba(0, 0, 0, 1.0); */
  }

  .firstview-text-left-phone .text-highlight {
    display: inline-block;
    vertical-align: baseline;
    color: #ff903e;
  }

}

/* ★ キャンバスの5色影 (ここは全文字共通のフォント設定を維持したまま影だけつける) ★ */
.char-c {
  text-shadow: 0 0 14px #e60012 !important;
}

/* 赤 */
.char-a {
  text-shadow: 0 0 14px #00a0e9 !important;
}

/* 青 */
.char-n {
  text-shadow: 0 0 14px #920783 !important;
}

/* 紫 */
.char-b {
  text-shadow: 0 0 14px #fff100 !important;
}

/* 黄 */
.char-s {
  text-shadow: 0 0 14px #009944 !important;
}

/* 緑 */

@media screen and (max-width: 767px) {
  .char-c {
    text-shadow: 0 0 8px #e60012 !important;
  }

  .char-a {
    text-shadow: 0 0 8px #00a0e9 !important;
  }

  .char-n {
    text-shadow: 0 0 8px #920783 !important;
  }

  .char-b {
    text-shadow: 0 0 8px #fff100 !important;
  }

  .char-s {
    text-shadow: 0 0 8px #009944 !important;
  }
}

@media screen and (max-width: 767px) {
  .about-information {
    box-sizing: border-box;
  }

  /* セクション全体の左右余白を一括で広げる */
  .career-information {
    box-sizing: border-box;
  }

  /* 見出し文字(PEOPLE)のサイズを少し下げる（はみ出し防止） */
  .top-content-title {
    font-size: 32px !important;
    letter-spacing: 1px;
  }

  /* View Moreボタンの横幅が広すぎる場合は調整 */
  .view-more {
    width: 100% !important;
    max-width: 280px; /* 線の長さを少し短くして中央寄りに見せる */
    margin-left: 0;
    margin-right: auto;
  }
}
