@charset "UTF-8";
.contents-view {
  background-image: url(../img/page-company.webp);
}
.profile-line {
    background-color: #fff;
    margin-bottom: 5px;
    display: flex;
    padding: 30px;
    align-items: flex-start;
}
.profile-line:last-child {
  margin-bottom:0;
}
.profile-title {
  width: 20%;
  position: relative;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-title::after {
  content: "";
  height: 2px;
  background-color: #e2d6c9;  /* 線の色（灰色） */
  width: 25px;              /* 線の長さ */
          /* テキストとの間隔 */
  margin-right: 50px;
}

.profile-Info {
    width: 80%;
}

th {
    font-weight: normal;
    text-align: left;
    width: 20%;
}

table {
    font-size: 18px;
}

td {
    width: 80%;
}
.timeline {
    list-style: none;
    padding-left: 20px;
    border-left: 4px solid #eaeaea;
    margin: 0px 0px 0px 20px;
}

.timeline li {
  position: relative;
  margin-bottom: 35px;
  padding-left: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.timeline li:last-child {
  margin-bottom:0;
}

.timeline li::before {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #e35252;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 10px;
}

.timeline .year {
  font-weight: bold;
  color: #333;
  font-size: 25px;
  display: inline-block;
  width: 10%;
}

.timeline .event {
    display: inline-block;
    color: #555;
    width: 90%;
    font-size: 18px;
}
#Logo-Concept {
    background-color: #e2d6c9;
}

.Logo-Concept-BOX {
    display: flex;
    background-color: white;
    padding: 40px;
}

.Logo-C-img {
    margin-right: 40px;
}

.Logo-C-text h4 {
    font-size: 28px;
    line-height: 1.7;
    margin: 0 0 30px 0;
    color: #9d3030;
}

.Logo-C-text p {
    line-height: 1.8;
}


@media screen and (max-width: 1200px) {
  .Logo-Concept-BOX {
    flex-direction: column-reverse;
    align-items: center;
  }
  .Logo-C-img {
    margin-top: 40px;
    margin-right: 0;
  }
  .timeline li {
      width: auto;
  }

  .timeline .year {
      width: 120px;
  }
  .timeline .event {
    width: auto;
  }
  .profile-title {
    width: 30%;
  }

  .profile-Info {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .Logo-C-img img {
    width: 100%;
  }
  .profile-title {
    width: 40%;
  }

  .profile-Info {
      width: 60%;
  }
  .timeline .year {
    font-size: 22px;
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .profile-line {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 15px;
  }
  .profile-title::after {
    background: none;
    width: auto;
    height: auto;
  }
  .profile-title {
      padding-right: 0;
      padding-bottom: 5px;
      width: 100%;
  }

  table {
      width: 100%;
      font-size: 16px;
  }
  .profile-Info {
    width: 100%;
  }
  th {
    vertical-align: top;
    width: 25%;
  }
  td {
    width: 70%;
  }
  .timeline li::before {
    width: 12px;
    height: 12px;
    left: -28px;
    top: 8px;
  }
  .timeline li {
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline .year {
    font-size: 18px;
    width: 80px;
  }
  .timeline {
    margin: 0px 0px 0px 5px;
  }
  .timeline .event {
    font-size: 16px;
  }
  .Logo-C-text h4 {
    font-size: 20px;
  }
  .Logo-Concept-BOX{
    padding: 20px;
  }
}
