.company_msg_wrapper {
  position: relative;
  max-height: 260px;
  /* ← 高さ調整 */
  overflow: hidden;
}



/* 白グラデーションのマスク */
.company_msg_wrapper.is-clamped::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  pointer-events: none;
}

.read-more-btn {
  margin-top: 12px;
  border: none;
  background: none;
  color: #007aff;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 0;
  display: block;
  margin-left: auto;
  text-align: right;
}

.member_list .member_list_item {
  padding: 0;
}

.member_list_flex {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-bottom: 50px; */

}

.member_list_flex li {
  width: 48%;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #919191;
  padding: 40px 0;
}

@media screen and (max-width: 980px) {
  .member_list_flex li {
    flex-direction: column;
  }
}



.member_list_flex img {
  width: 100%;
}

.member_list_flex .textarea {

  flex: 7;


}

.member_list_flex .img_box {
  flex: 3;
}


.member_list_flex .textarea .position {

  font-size: 14px;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.member_list_flex .textarea .name {
  font-size: 24px;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.member_list_flex .textarea .name span {
  color: #919191;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}

.member_list_flex .textarea .text {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;

}



.member_list_row {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #919191;
  padding: 40px 0;
}

@media screen and (max-width: 980px) {
  .member_list_row {
    flex-direction: column;
  }

}

.member_list_row .img_box {
  flex: 3
}

.member_list_row .img_box img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .member_list_row .img_box {
    width: 70%;
    margin: auto;
  }


}

.member_list_row .textarea {
  flex: 7;
}

.member_list_row .position {
  font-size: 14px;
  color: #2f2f2f;
  margin-bottom: 32px;
}

.member_list_row .name {
  font-size: 24px;
  color: #2f2f2f;
  margin-bottom: 40px;
}

.member_list_row .name span {
  color: #919191;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}

.member_list_row .text {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;
}


.cta_outer {
  background-color: #F7F7F7;
  padding: 70px 0;
}

@media screen and (max-width: 980px) {
  .cta_outer {
    padding: 30px 0;
  }
}

.cta_group {
  display: flex;
  justify-content: center;
  gap: 50px;
}

@media screen and (max-width: 980px) {
  .cta_group {
    /* flex-direction: column; */
    gap: 10px;
  }
}


.cta {
  font-size: 20px;
  color: #fff;
  display: block;
  background-color: #1A2872;
  width: 300px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/static/images/top/fv-arrow-up.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.cta:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

@media screen and (max-width: 980px) {
  .cta {
    width: 45%;
    font-size: 14px;
    line-height: 40px;
    background-position: center right 5px;
    background-size: 15px auto;
  }
}

.company_history_block {
  background: none;
}

.company_history_block .company_history_item {
  color: #2f2f2f;
}

.philosophy_text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  margin-bottom: 30px;
}

a.philosophy_link {
  text-align: center !important;
  font-size: 14px;
  display: block;
  margin: auto;
}

#philosophy,
#vision {
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-bottom: 1px #969696 solid;
}

#organization,
#history,
#access,
#movie {
  margin-top: 65px;
}