body {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  background-color: #ffffff;
  overflow-x: hidden;
}
img { 
  image-rendering: auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.-flex {
  display: flex;
}
.f-wrap {
  flex-wrap: wrap;
}
.sc {
  justify-content: center;
}
.sb {
  justify-content: space-between;
}
.sa {
  justify-content: space-around;
}
.se {
  justify-content: space-evenly;
}
.al-center {
  align-items: center;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mr3{
    margin-right: 3px;
}
.mb10 {
    margin-bottom: 10px;
  }
.mb20 {
  margin-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.logo {
  max-height: 60px;
  max-width: 100%;
  z-index: 9999;
}
.sp-none {
  display: block;
}
.sp-block {
  display: none;
}
ul {
  padding: 0;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}





/*  */
/* ファーストビュー */
.first-view {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  background-image: url("/assets/img/career_path/fv_bg_pc.webp");
  background-blend-mode: luminosity;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* 子要素の絶対配置を可能にする */
  overflow: hidden; /* アニメーションの外側を隠す */
}
.first-view::before { 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/career_path/fv_bg_pc.webp");
  background-size: cover;
  background-position: center center;
  filter: grayscale(100%); /* 初期状態は白黒 */
  z-index: 0; /* 背景が最背面にくるように設定 */
  animation: colorReveal 2s ease forwards; /* アニメーションの適用 */
}
.first-view .inner {
  position: relative; /* テキストや画像の位置を正しく保つ */
  z-index: 1; /* 背景よりも上に配置 */
}
.first-view .inner .title img {
  width: auto;
  height: 300px;
  margin-top: 120px;
  margin-bottom: 0px;
  opacity: 0; /* 初期状態は透明 */
  transform: translateY(20px); /* 少し下から上がる感じ */
  animation: fadeInImage .4s ease .4s forwards; /* 遅れてフェードイン */
}
@keyframes colorReveal {
  0% {
    filter: grayscale(100%);
    clip-path: inset(0 100% 0 0); /* 背景が全体隠れている状態 */
  }
  100% {
    filter: grayscale(0%);
    clip-path: inset(0 0 0 0); /* 背景が完全に表示される */
  }
}
@keyframes fadeInImage {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*  */






/* 英語 */
.first-view .inner .title .img-en {
  height: 200px!important;
  margin-top: 180px;
  margin-bottom: 0px;
}




/* アニメーション（シート内要素） */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* フェードイン効果を適用するクラス */
.fade-in {
  animation: fade-in 0.6s ease-in-out;
  opacity: 1;
}





.common-content .inner .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 8px 40px;
  background: linear-gradient(to right, #C0CED4 0%, #D9E5EF 50%, #E6E9EA 100%);
  border-radius: 100px;
  margin-bottom: 12px;
}
.common-content .inner .heading h3 {
  font-size: 20px;
}
.w-full-image {
  width: 100%;
  margin-bottom: 80px;
}
.w-full-image img {
  width: 100%;
  height: auto;
}






/*  */





.main-content {
  margin-top: 60px;
  /* margin-bottom: 80px; */
  position: relative;
}

.section-bg {
  position: relative;
  z-index: 0;

}
.intro-view {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4px;
  top: 0;
  left: 0;
  z-index: 10;
}
.title-box {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;

}
.front-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* gap: 15%; */
}
.heading-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.title-box .front-row .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 8px 40px;
  background: linear-gradient(to right, #C0CED4 0%, #D9E5EF 50%, #E6E9EA 100%);
  border-radius: 100px;
  margin-bottom: 12px;
}
.title-box .front-row .heading h3 {
  font-size: 20px;
}
.title-box .front-row .title {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4px;
}
.title-box .front-row .title h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #888888;
}
.title-box .front-row .title-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  gap: 20px;
}
.title-box .front-row .title-main h2 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.title-box .front-row .title-main .line {
  margin: 20px 0;
  height: 0.5px;
  background-color: #888888;
  flex-grow: 1;
}

.title-box .front-row .section-pic {
  width: 48%;
  /* margin-right: 15%; */
}
.title-box .front-row .section-pic img {
  width: 100%;
}   
.title-box .detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;

}
.title-box .detail h3 {
  font-size: 32px;
  font-weight: 700;
}
.title-box .detail p {
  font-size: 20px;
  font-weight: 400;
}







.main-description {
  width: 100%;
  /* margin-top: 6%; */
  margin-top: -180px;
  position: relative;
}
.main-description img {
  width: 100%;
}
/* 英語 */
.main-description-en {
  width: 100%;
  /* margin-top: 6%; */
  margin-top: -180px;
  position: relative;
}
.main-description-en img {
  width: 100%;
}



.award-description {
  width: 100%;
  /* margin-top: 6%; */
  margin-top: -180px;
  position: relative;
}
.award-description img {
  width: 100%;
}
/* 英語 */
.award-description-en {
  width: 100%;
  /* margin-top: 6%; */
  margin-top: -180px;
  position: relative;
}
.award-description-en img {
  width: 100%;
}


.title-margin {
  margin-bottom: 40px!important;
}



.culture-description {
  width: 100%;
  /* margin-top: 6%; */
  margin-top: -180px;
  position: relative;
}
.culture-description img {
  width: 100%;
}
.culture-description-en {
  width: 100%;
  /* margin-top: 6%; */
  margin-top: -180px;
  position: relative;
}
.culture-description-en img {
  width: 100%;
}

.members-description {
  width: 100%;
  /* margin-top: 6%; */
  margin-top: -180px;
  position: relative;
}
.members-description img {
  width: 100%;
}
.members-description-en {
  width: 100%;
  /* margin-top: 6%; */
  margin-top: -180px;
  position: relative;
}
.members-description-en img {
  width: 100%;
}




.image-content {
  flex-basis: calc(33.3% - 15px);
  flex-grow: 0;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}











/* 教育体制・その他 */
.common-content {
  margin-top: 60px;
  margin-bottom: 120px;
  /* position: relative; */
}
/* .common-content::before {
  content: '';
  position: absolute;
  top: -20;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 400px 1000px 0 0;
  border-color: #F8F8F8 transparent transparent transparent;
  z-index: -1;
} */
.common-content .inner .title {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4px;
}
.common-content .inner .title h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #888888;
}
.common-content .inner .title-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  gap: 20px;
}
.common-content .inner .title-main h2 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.common-content .inner .title-main .line {
  margin: 20px 0;
  height: 0.5px;
  background-color: #888888;
  flex-grow: 1;
}
.common-content .inner .detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.common-content .inner .detail h3 {
  font-size: 32px;
  font-weight: 700;
}
.common-content .inner .detail p {
  font-size: 20px;
  font-weight: 400;
}
.common-content .inner .detail .text-lg {
  font-size: clamp(20px, 100vw, 68px);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

/* Merit-based evaluation regardless of age or gender. */
.text-lg-alt-en {
  font-size: 44px!important;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}







.voice-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 80px 0;
}
.voice-cards .card {
  flex-basis: calc(50% - 10px);
  flex-grow: 0;
  height: auto;
  /* background: linear-gradient(to top right, #FAFDFF 0%, #eff2f3 50%, #EEFAFF 100%); */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 40px 0;
  overflow: hidden;
}
.voice-cards .card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.voice-cards .card .message {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
}
.voice-cards .card .message p {
  font-size: 20px;
  font-weight: 700;
  /*  */
  margin: 0;
  /* line-height: 1.4; */
  /* font-style: italic; */
}
.voice-cards .card .name {
  padding-bottom: 20px;
  width: 100%;
  padding: 0 20px 40px 20px;
}
.voice-cards .card .name span {
  font-size: 16px;
  font-weight: 500;
  /* text-align: left; */
}



/* 表彰制度 */
.common-content .inner .challenge-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 60px 0 80px 0;
}
.common-content .inner .challenge-cards .card {
  flex-basis: calc(50% - 15px);
  flex-grow: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 0 0 40px 0;
}
.common-content .inner .challenge-cards .card .name {
  display: flex;
  width: 100%;
  background-color: #F4F4F4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.common-content .inner .challenge-cards .card .name .left {
  background-color: #C0CED4;
  width: 42%;
  clip-path: polygon(70% 0%, 120% 168%, 0% 100%, 0% 0%);
  display: flex;
  padding: 4px 24px;
  align-items: center;
}
.common-content .inner .challenge-cards .card .name .left span {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.common-content .inner .challenge-cards .card .name .right {
  display: flex;
  padding: 12px 24px;
  align-items: center;
}
.common-content .inner .challenge-cards .card .name .right h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.common-content .inner .challenge-cards .card .main {
  display: flex;
  width: 100%;
  height: 440px;
  flex-direction: column;
  gap: 12px;
  border-radius: 0 0 40px 0;
  background-color: #F4F4F4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.common-content .inner .challenge-cards .card .main .card-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.common-content .inner .challenge-cards .card .main .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.common-content .inner .challenge-cards .card .main .description {
  width: 100%;
  height: 160px;
  padding: 12px 28px;
}
.common-content .inner .challenge-cards .card .main .description p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}






/* 成長環境 */
.common-content .inner .culture-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: -180px 0 80px 0;
}
.common-content .inner .culture-cards .card {
  flex-basis: calc(50% - 15px);
  flex-grow: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 0 0 40px 0;
}
.common-content .inner .culture-cards .card .name {
  display: flex;
  width: 100%;
  background-color: #F4F4F4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.common-content .inner .culture-cards .card .name .left {
  background-color: #C0CED4;
  width: 42%;
  clip-path: polygon(70% 0%, 120% 168%, 0% 100%, 0% 0%);
  display: flex;
  padding: 4px 24px;
  align-items: center;
}
.common-content .inner .culture-cards .card .name .left span {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.common-content .inner .culture-cards .card .name .right {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.common-content .inner .culture-cards .card .name .right h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.common-content .inner .culture-cards .card .main {
  display: flex;
  width: 100%;
  height: 460px;
  flex-direction: column;
  gap: 12px;
  border-radius: 0 0 40px 0;
  background-color: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.common-content .inner .culture-cards .card .main .card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.common-content .inner .culture-cards .card .main .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.common-content .inner .culture-cards .card .main .description {
  width: 100%;
  height: 140px;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.common-content .inner .culture-cards .card .main .description .text-lg {
  font-size: 20px;
  font-weight: 700;
  /* line-height: 1.6; */
}
.common-content .inner .culture-cards .card .main .description p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}












/* レスポンシブ：横幅768px以下 */
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .inner {
    padding: 0 20px;
  }
  .swiper-button-next, .swiper-button-prev{
    margin-top: -75%!important;
  }
  p {
    line-height: 1.5;
  }
  .column {
    flex-direction: column;
  }
  .l__flex-section .block__profile-img,
  .l__flex-section .block__profile,
  .price_menu ul li,
  .block__point,
  .access_box,
  .form-label,
  input, textarea{
    width: 100%;
  }
  footer ul li {
    border-left: none;
  }
  .last {
    border-right: none;
  }
  .l__title h2 {
    font-size: 2rem;
  }
  .l__statement {
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .top_logo {
    max-width: 350px;
    width: 90%;
  }
  main {
    padding-bottom: 0;
  }
  main.top{
    padding-top: 40px;
  }
  
  

  .first-view .inner .title img {
    width: auto;
    height: 200px;
    margin-top: 200px;
    /* margin-bottom: 0px; */
    opacity: 0; /* 初期表示は透明（背景色のみ） */
    transform: translateY(20px); /* 少し下から上がる感じ */
    animation: fadeInImage .8s ease .8s forwards; /* 遅れてフェードイン */
  }
  @keyframes fadeInBackground { /* 背景フェードイン */
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      background-image: url("/assets/img/career_path/fv_bg_pc.webp");
      background-position: center center; /* 背景画像を中央に固定 */
      background-size: cover;
      background-repeat: no-repeat;
    }
  }
  @keyframes fadeInImage {/* SVGフェードイン */
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .first-view .inner .title .img-en {
    height: 140px!important;
    margin-top: 220px!important;
    /* margin-bottom: 0px; */
  }

  

  .common-content .inner .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 4px 20px;
    background: linear-gradient(to right, #C0CED4 0%, #D9E5EF 50%, #E6E9EA 100%);
    border-radius: 100px;
    margin-bottom: 12px;
  }
  .common-content .inner .heading h3 {
    font-size: 14px;
  }
  .w-full-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .w-full-image img {
    width: 100%;
    height: auto;
  }






  



  .main-content {
    margin-top: 60px;
    /* margin-bottom: 80px; */
    position: relative;
  }

  .section-bg {
    position: relative;
    z-index: 0;

  }
  .intro-view {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 4px;
    top: 20px;
    left: 0;
    z-index: 10;
  }
  .title-box {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-top: 40px;
  }
  .front-row {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    gap: 15%;
  }
  .heading-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .title-box .front-row .heading {
    /* display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content; */
    padding: 4px 20px;
    /* background: linear-gradient(to right, #C0CED4 0%, #D9E5EF 50%, #E6E9EA 100%);
    border-radius: 100px; */
    margin-bottom: 0px;
  }
  .title-box .front-row .heading h3 {
    font-size: 14px;
  }
  .title-box .front-row .title {
    /* display: flex; */
    flex-direction: column;
    /* width: 100%; */
    margin-bottom: 4px;
  }
  .title-box .front-row .title h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    color: #888888;
  }
  .title-box .front-row .title-main {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    gap: 20px;
  }
  .title-box .front-row .title-main h2 {
    font-size: 52px;
    letter-spacing: 1.6px;
    /* font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; */
  }
  .title-box .front-row .title-main .line {
    /* margin: 20px 0;
    height: 0.5px;
    background-color: #888888;
    flex-grow: 1; */
  }

  .title-box .front-row .section-pic {
    width: 100%;
    /* margin-right: 15%; */

    
  }
  .title-box .front-row .section-pic img {
    width: 100%;
  }   
  .title-box .detail {
    /* display: flex;
    flex-direction: column; */
    width: 100%;
    /* justify-content: flex-start;
    align-items: flex-start; */
    gap: 20px;
    margin-bottom: 40px;

  }
  .title-box .detail h3 {
    font-size: 32px;
    font-weight: 700;
  }
  .title-box .detail p {
    font-size: 16px;
    /* font-weight: 400; */
  }






  .main-description {
    width: 100%;
    /* margin-top: 142%; */
    margin-top: 474px;
    position: relative;
  }
  .main-description img {
    width: 100%;
  }
  /* 英語 */
  .main-description-en {
    width: 100%;
    /* margin-top: 142%; */
    margin-top: 522px;
    position: relative;
  }
  .main-description-en img {
    width: 100%;
  }

  .award-description {
    width: 100%;
    /* margin-top: 142%; */
    margin-top: 474px;
    position: relative;
  }
  .award-description img {
    width: 100%;
  }
  /* 英語 */
  .award-description-en {
    width: 100%;
    /* margin-top: 142%; */
    margin-top: 500px;
    position: relative;
  }
  .award-description-en img {
    width: 100%;
  }



  .title-margin {
    margin-bottom: 20px!important;
  }



  .image-content {
    flex-basis: calc(33.3% - 15px);
    flex-grow: 0;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }











  /* 教育体制・その他 */
  .common-content {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .common-content .inner .title {
    /* display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 4px; */
  }
  .common-content .inner .title h3 {
    font-size: 14px;
    /* font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    color: #888888; */
  }
  .common-content .inner .title-main {
    /* display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    gap: 20px; */
  }
  .common-content .inner .title-main h2 {
    font-size: 28px;
    /* font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; */
  }
  .common-content .inner .title-main .line {
    /* margin: 20px 0;
    height: 0.5px;
    background-color: #888888;
    flex-grow: 1; */
  }
  .common-content .inner .detail {
    /* display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px; */
    margin-bottom: 20px;
  }
  .common-content .inner .detail h3 {
    font-size: 32px;
    font-weight: 700;
  }
  .common-content .inner .detail p {
    font-size: 16px;
    /* font-weight: 400; */
  }
  .common-content .inner .detail .text-lg {
    font-size: clamp(20px, 100vw, 32px);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }

  /* Merit-based evaluation regardless of age or gender. */
  .text-lg-alt-en {
    font-size: 24px!important;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }










  .voice-cards {
    /* width: 100%;
    display: flex;
    flex-wrap: wrap; */
    gap: 20px;
    margin: 0 0 40px 0;
  }
  .voice-cards .card {
    flex-basis: 100%;
    /* flex-grow: 0;
    height: auto; */
    /* background: linear-gradient(to top right, #FAFDFF 0%, #eff2f3 50%, #EEFAFF 100%); */
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; */
    gap: 12px;
    border-radius: 28px 0;
    /* overflow: hidden; */
  }
  .voice-cards .card img {
    /* width: 100%; */
    height: 140px;
    /* object-fit: cover;
    display: block; */
  }
  .voice-cards .card .message {
    /* display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 0 20px; */
  }
  .voice-cards .card .message p {
    font-size: 18px;
    /* font-weight: 700; */
    /*  */
    /* margin: 0; */
    /* line-height: 1.4; */
    /* font-style: italic; */
  }
  .voice-cards .card .name {
    padding-bottom: 20px;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .voice-cards .card .name span {
    font-size: 14px;
    font-weight: 500;
    /* text-align: left; */
  }



  /* 表彰制度 */
  .common-content .inner .challenge-cards {
    /* width: 100%;
    display: flex;
    flex-wrap: wrap; */
    gap: 8px;
    margin: 0 0 20px 0;
  }
  .common-content .inner .challenge-cards .card {
    flex-basis: 100%;
    flex-grow: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border-radius: 0 0 40px 0;
  }
  .common-content .inner .challenge-cards .card .name {
    display: flex;
    width: 100%;
    background-color: #F4F4F4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .common-content .inner .challenge-cards .card .name .left {
    background-color: #C0CED4;
    width: 42%;
    clip-path: polygon(70% 0%, 120% 168%, 0% 100%, 0% 0%);
    display: flex;
    padding: 4px 24px;
    align-items: center;
  }
  .common-content .inner .challenge-cards .card .name .left span {
    font-size: 24px;
    font-weight: 700;
    color: #000;
  }
  .common-content .inner .challenge-cards .card .name .right {
    display: flex;
    padding: 12px 24px;
    align-items: center;
  }
  .common-content .inner .challenge-cards .card .name .right h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
  }
  .common-content .inner .challenge-cards .card .main {
    display: flex;
    width: 100%;
    height: 440px;
    flex-direction: column;
    gap: 12px;
    border-radius: 0 0 40px 0;
    background-color: #F4F4F4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .common-content .inner .challenge-cards .card .main .card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
  }
  .common-content .inner .challenge-cards .card .main .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .common-content .inner .challenge-cards .card .main .description {
    width: 100%;
    height: 160px;
    padding: 12px 28px;
  }
  .common-content .inner .challenge-cards .card .main .description p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
  }






  /* 成長環境 */
  .culture-description {
    width: 100%;
    margin-top: 686px;
    /* margin-top: 204%; */
    position: relative;
  }
  .culture-description-en { /* 英語 */
    width: 100%;
    margin-top: 756px;
    /* margin-top: 204%; */
    position: relative;
  }
  .common-content .inner .culture-cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: -180px 0 80px 0;
  }
  .common-content .inner .culture-cards .card {
    flex-basis: 100%;
    flex-grow: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    border-radius: 0 0 40px 0;
  }
  .common-content .inner .culture-cards .card .name {
    display: flex;
    width: 100%;
    background: linear-gradient(to right, #C0CED4 0%, #D9E5EF 50%, #E6E9EA 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .common-content .inner .culture-cards .card .name .left {
    background-color: #C0CED4;
    width: 42%;
    clip-path: polygon(70% 0%, 120% 168%, 0% 100%, 0% 0%);
    display: flex;
    padding: 4px 24px;
    align-items: center;
  }
  .common-content .inner .culture-cards .card .name .left span {
    font-size: 24px;
    font-weight: 700;
    color: #000;
  }
  .common-content .inner .culture-cards .card .name .right {
    display: flex;
    padding: 8px 16px;
    align-items: center;
  }
  .common-content .inner .culture-cards .card .name .right h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
  .common-content .inner .culture-cards .card .main {
    display: flex;
    width: 100%;
    height: 340px;
    flex-direction: column;
    gap: 12px;
    border-radius: 0 0 40px 0;
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .common-content .inner .culture-cards .card .main .card-image {
    width: 100%;
    height: 140px;
    overflow: hidden;
  }
  .common-content .inner .culture-cards .card .main .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .common-content .inner .culture-cards .card .main .description {
    width: 100%;
    height: fit-content;
    padding: 8px 20px 20px;
  }
  .common-content .inner .culture-cards .card .main .description .text-lg {
    font-size: 18px;
    font-weight: 700;
    /* line-height: 1.6; */
  }
  .common-content .inner .culture-cards .card .main .description p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }









  /* モトメルスガタ */
  .members-description {
    width: 100%;
    margin-top: 498px;
    /* margin-top: 148%; */
    position: relative;
  }
  .members-description-en { /* 英語 */
    width: 100%;
    margin-top: 548px;
    /* margin-top: 148%; */
    position: relative;
  }

















  
  .image-content {
    flex-basis: calc(50% - 5px);
    /* flex-grow: 0;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; */
    gap: 8px;
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .image-content img {
    /* width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; */
  }
  .image-content .sp-none {
    display: none;
  }







}