.about-menu ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-left: 20px;
}
.about-menu li {
  font-family: "Hind", sans-serif;
  list-style: none;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 4px;
  width: max-content;
  padding: 0 20px;
}
.about-menu a {
  color: #868686;
  text-decoration: none;
}

@media screen and (min-width: 767px) and (max-width: 1080px) {
  .about-menu li {
    padding: 0 8px;
  }
}

@media screen and (min-width: 767px) and (max-width: 840px) {
  .about-menu li {
    font-size: 9px;
  }
}

.about-menu li a {
  cursor: pointer;
}

.about-hero {
  background-color: #dbeef9;
  margin-top: -80px;
  height: 110vh;
}
.about-hero-img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 100% 0;
  height: -webkit-fill-available;
  opacity: 0;
  transition: all 0.4s linear;
}
.about-hero-text {
  position: absolute;
  top: 55%;
  left: 32.7%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  padding: 10px 0;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .about-hero-logo {
    width: 80% !important;
  }
  .about-hero-text {
    left: 35%;
  }
}
@media screen and (max-width: 767px) {
  .about-hero-logo {
    width: 60% !important;
  }
}
.about-hero-text p {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
  text-align: initial;
}

.about-image img {
  max-width: 100%;
  width: 100%;
  margin-top: -5px;
}
.about-image-text {
  width: 65%;
  background: #ffffffe6;
  padding: 20px 40px;
}
.about-p1 {
  position: absolute;
  float: left;
  left: 8%;
  margin-top: -360px;
}

.about-image-text-subtitle {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.175em;
  text-align: left;
}
.about-image-text2 {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: left;
}

.about-founding-members h2 {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.5em;
  text-align: left;
  margin: 40px 0px 30px 80px;
}
.about-member {
  display: flex;
  margin: 30px 80px 50px;
}
.about-member-image {
  margin-right: 60px;
}
.about-member-image img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .about-member-image img {
    width: 200px;
  }
}
.about-member-subtitle {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.175em;
  text-align: left;
  margin-top: 0;
}
.about-member-text {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-align: left;
}

.about-text-container {
  background: #000000;
  padding: 70px 100px 30px;
  margin-bottom: 60px;
}
.about-text {
  color: #ffffff;
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.15em;
  text-align: center;

  max-width: 945px;
  margin: auto;
}
.about-text-foot {
  color: #ffffff;
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-align: right;
}
.about-info {
  margin: 90px 0px 90px 80px;
}
.about-info h2 {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.175em;
  text-align: left;
}
.about-info-text {
  display: grid;
}
.about-info-text p {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.15em;
  text-align: left;
  margin: 7px 0;
  font-family: Noto Sans JP;
}
.about-buttons {
  display: flex;
  justify-content: space-around;
  padding: 0 80px;
  margin-bottom: 50px;
}
.about-buttons button {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  cursor: pointer;
  width: 30%;
  padding: 0 15px;
}
.about-buttons button img {
  width: 60%;
}
.about-buttons button a {
  color: #000000;
  text-decoration: none;
}
.about-buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-buttons-first {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 0;
}
.about-buttons-first-en {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.about-buttons-second {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 7px;
}
.about-buttons-arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 7px;
}

/* Tablet view */
@media screen and (max-width: 992px) {
  .about-image-text2 {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
  }
}
/* Mobile view */
@media screen and (min-width: 767px) {
  .about-hero-logo {
    display: block;
    width: 90%;
  }
  .about-hero-logo-vertical {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-hero-logo {
    display: none;
  }
  .about-hero-logo-vertical {
    display: flex;
    margin: auto;
  }
  .about-hero-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    margin-top: 0;
  }
  .about-hero img:nth-child(1) {
    object-position: 77% 0;
  }

  .about-p1 {
    position: static;
    left: 0;
    margin-top: -5px;
  }
  .about-image img {
    padding-bottom: 0;
    margin-top: -5px;
  }
  .about-image-text {
    background: #000000;
    color: #ffffff;
    width: 100%;
    padding: 0 0 40px;
    margin-bottom: 50px;
  }
  .about-image-text-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.175em;
    text-align: center;

    padding: 10px 15px;
  }
  .about-image-text2 {
    padding: 0 30px 10px;
  }

  .about-founding-members h2 {
    text-align: center;
    margin-left: 0;
  }
  .about-member {
    flex-direction: column;
    align-items: center;
    margin: 30px 30px 50px;
  }

  .about-member-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-member-subtitle {
    text-align: center;
  }

  .about-text-container {
    padding: 70px 30px 30px;
  }
  .about-text {
    font-size: 15px;
  }
  .about-text-foot {
    font-size: 14px;
  }
  .about-info {
    margin: 70px 30px 50px;
  }
  .about-info h2 {
    text-align: center;
  }
  .about-info-text p {
    margin: 7px 10px 7px 0;
  }

  .about-buttons {
    flex-direction: column;
    align-items: center;
  }
  .about-buttons button {
    width: 70% !important;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
  .about-buttons button:nth-child(1) {
    padding: 10px 0;
  }
  .about-buttons-container {
    justify-content: space-between;
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .about-buttons {
    padding: 0 30px;
  }
  .about-member {
    margin: 30px 15px 50px;
  }
  .about-text-container {
    padding: 70px 15px 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-buttons button {
    width: 100% !important;
  }
  .about-buttons-container {
    padding: 0 7px;
  }
}

/* Special addition */
.hide-logo-about {
  position: absolute;
}

/* height */
@media screen and (min-height: 500px) and (max-height: 600px) {
  .about-hero-logo-vertical {
    width: 80%;
  }
}
@media screen and (min-height: 435px) and (max-height: 500px) {
  .about-hero-logo-vertical {
    width: 70%;
  }
}
@media screen and (min-height: 370px) and (max-height: 435px) {
  .about-hero-logo-vertical {
    width: 55%;
  }
}
@media screen and (min-height: 320px) and (max-height: 370px) {
  .about-hero-logo-vertical {
    width: 40%;
  }
}
@media screen and (min-height: 250px) and (max-height: 320px) {
  .about-hero-logo-vertical {
    width: 35%;
  }
}

@media screen and (min-height: 710px) and (max-height: 850px) {
  .about-hero {
    height: 112vh;
  }
}
@media screen and (min-height: 600px) and (max-height: 710px) {
  .about-hero {
    height: 114vh;
  }
}
@media screen and (min-height: 450px) and (max-height: 600px) {
  .about-hero {
    height: 119vh;
  }
}
@media screen and (min-height: 400px) and (max-height: 450px) {
  .about-hero {
    height: 122vh;
  }
}
@media screen and (max-height: 400px) {
  .about-hero {
    height: 129vh;
  }
}

.about-row {
  display: flex;
  gap: 70px;
  margin: 30px 80px 50px;
}
@media screen and (max-width: 992px) {
  .about-row {
    flex-direction: column;
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .about-row {
    margin: 30px 30px 50px;
  }
  .about-consultant {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .about-row {
    margin: 30px 15px 50px;
  }
  .about-consultant-title {
    flex-direction: column;
    margin-bottom: 0px !important;
    align-items: center;
  }
  .about-consultant-title p {
    margin-left: 0 !important;
    margin-bottom: 0;
  }
}
.about-33 {
  flex-basis: 33%;
}
.about-consultant {
  border-bottom: 15px solid;
  padding-bottom: 100px;
}
.about-consultant h2 {
  text-align: center;
  margin-bottom: 50px;
  margin-left: 0;
}

.about-consultant-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.about-consultant-title img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 212px;
  max-height: 212px;
}

.about-consultant-title p {
  display: flex;
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.175em;
  align-items: center;
  margin-bottom: 0;
}

.about-consultant-text {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.03em;
}

/* New section History*/
.about-history {
  border-bottom: 15px solid;
  padding-bottom: 100px;
}
.about-history h2 {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.175em;
  text-align: center;
}
.about-history .h2-first{
  padding: 70px 30px 60px;  
}
.about-history .h2-second{
  padding: 50px 30px 10px;  
}
h3 {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 32px;
  font-weight: 700;
  white-space: nowrap;
  color: #ffffff;
  background-color: #50bdc0;
  border-radius: 10px;
  padding: 5px 15px;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  padding: 0 30px;
}
.card-2col {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.card-2col img {
  width: 40%;
}
.card-2col p {
  width: 60%;
}

.card {
  position: relative;
  background-color: #f1f8f8;
  border-radius: 30px;
  width: 33%;
  min-width: 250px;
  max-width: 300px;
  padding: 70px 40px 15px;
  margin: 10px;
}

.card h2 {
  margin-bottom: 10px;
}

.card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.card p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.card-center,
.card-center2 {
  text-align: center;
}
.card-center img {
  margin-bottom: 15px;
}
.card-center2 img {
  margin-bottom: 30px;
}
.card-center p,
.card-center2 p {
  margin-bottom: 30px;
}

.card-one {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f1f8f8;
  padding: 0 40px 15px;
  margin: 10px;
  width: 100%;
}

.card-year {
  font-size: 64px;
  font-weight: 700;
  color: #50bdc0;
  background-color: #ffffff;
  border: 1px solid #50bdc0;
  border-radius: 20px;
  width: fit-content;
  padding: 0 40px;
}

.card-one table {
  max-width: 800px;
  border-spacing: 0;
  margin: 0 auto 70px;
}
.card-one table td:nth-child(1) {
  text-align: end;
  border-right: 1px solid #50bdc0;
}
.card-one table td {
  width: 50%;
  padding: 0 20px 30px;
}
.card-one table td p {
  font-size: 15px;
}
@media screen and (max-width: 1260px) {
  .cards-container {
    gap: 60px;
  }
}
@media screen and (max-width: 920px) {
  .card {
    width: 100%;
    max-width: 450px;
  }
  .card-center2 {
    max-width: 300px;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .card {
    min-width: auto;
  }
  .cards-container {
    padding: 0;
  }
  .card-one {
    margin: 10px 30px;
  }
  .card-year {
    font-size: 36px;
  }
  .card-one table tr {
    display: flex;
    flex-direction: column;
  }
  .card-one table td p {
    font-size: 14px;
    line-height: 1.8;
  }
  .card-one table td:nth-child(1) {
    text-align: center;
    border: none;
    margin-top: 100px;
  }
  .card-one table td:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -100px;
    height: 70px;
    width: 1px;
    background-color: #50bdc0;
  }
  .card-one table td:nth-child(2) {
    max-width: 400px;
  }
  .card-one table td {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 415px) {
  .card-one {
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px;
  }
  .card-one table {
    margin: 0;
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
