@import "https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";
.our_people_sec dl.sub_ttl {
  display: flex;
  align-items: baseline;
  gap: 1em;
  color: #ea5441;
  margin-bottom: 30px;
}
.our_people_sec dl.sub_ttl dt {
  font-weight: bold;
  font-size: min(3.8vw, 38px);
}
.our_people_sec dl.sub_ttl dd {
  font-size: 0.9em;
}
.our_people_sec ul.list {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.our_people_sec ul.list li {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 48%;
  align-items: center;
  box-sizing: border-box;
}
.our_people_sec ul.list li a {
  display: block;
  position: relative;
  padding: 20px;
  border: 2px solid #eee;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.our_people_sec ul.list li a:hover {
  background-color: #ea5441;
  color: #fff;
  text-decoration: none;
}
.our_people_sec ul.list li a:hover .case p {
  color: #fff;
}
.our_people_sec ul.list li a:hover img {
  opacity: 1 !important;
}
.our_people_sec ul.list li .illust {
  position: absolute;
  width: 32%;
  top: -30px;
}
.our_people_sec ul.list li .info {
  padding-left: 40%;
}
.our_people_sec ul.list li .info .case {
  font-weight: 600;
  margin-bottom: 10px;
}
.our_people_sec ul.list li .info .case p {
  font-size: 1.2em;
  color: #ea5441;
  line-height: 1.3;
}
.our_people_sec ul.list li .info .case p span {
  font-size: 1.4em;
}
.our_people_sec ul.list li .info .case h5 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.our_people_sec ul.list li .info .case h6 {
  font-weight: 400;
  font-size: 0.95em;
}
.our_people_sec.first .inr {
  display: flex;
  align-items: center;
  position: relative;
}
.our_people_sec.first figure {
  position: relative;
  z-index: 1;
  width: 40%;
  text-align: right;
}
.our_people_sec.first figure img {
  width: 45%;
}
.our_people_sec.first .info {
  position: absolute;
  top: 5%;
  width: 96%;
}
.our_people_sec.first .info dl,
.our_people_sec.first .info .case,
.our_people_sec.first .info .catch {
  padding-left: 48%;
}
.our_people_sec.first .info .case {
  font-size: min(3.8vw, 22px);
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
}
.our_people_sec.first .info .case span {
  font-size: 1.3em;
}
.our_people_sec.first .info .case p {
  font-size: 0.9em;
  margin-right: 1em;
}
.our_people_sec.first .info .case h5 {
  font-size: 1.2em;
}
.our_people_sec.first .info .catch {
  background-color: #ea5441;
  color: #fff;
}
.our_people_sec.first .info .catch h4 {
  font-weight: bold;
  padding: 15px 0;
  font-size: min(2.8vw, 28px);
}
.our_people_sec.interview_sec .interview {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.our_people_sec.interview_sec .interview figure {
  width: 40%;
}
.our_people_sec.interview_sec .interview.left figure {
  order: 2;
}
.our_people_sec.interview_sec .interview.left .txt {
  order: 1;
}
.our_people_sec.interview_sec .interview.right figure {
  order: 1;
}
.our_people_sec.interview_sec .interview.right .txt {
  order: 2;
}
.our_people_sec.interview_sec .interview .txt {
  width: 58%;
}
.our_people_sec.interview_sec .interview .txt.center {
  width: 100%;
}
.our_people_sec.interview_sec .interview .txt h6 {
  font-weight: bold;
  font-size: min(3.2vw, 18px);
  margin-bottom: 0.5em;
}
.our_people_sec.interview_sec .interview .txt p {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 1.05em;
}
.our_people_sec.flow_sec dl.sub_ttl {
  justify-content: center;
}
.our_people_sec.flow_sec .timeline {
  position: relative;
  margin: 50px auto;
  padding: 2rem 0;
  width: min(90%, 1200px);
}
.our_people_sec.flow_sec .timeline .event {
  position: relative;
  width: 50%;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.our_people_sec.flow_sec .timeline .event time {
  display: inline-block;
  background: #ea5441;
  color: #fff;
  font-family: "Share Tech Mono", monospace;
  font-weight: 700;
  font-size: min(3.5vw, 17px);
  padding: 2px 14px;
  border-radius: 6px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 10px;
}
.our_people_sec.flow_sec .timeline .event::before {
  content: "";
  position: absolute;
  right: -4px;
  top: 5px;
  bottom: -10px;
  width: 4px;
  background: #ea5441;
  transform: translateX(-50%);
}
.our_people_sec.flow_sec .timeline .event::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ea5441;
  transform: translateY(-50%);
}
.our_people_sec.flow_sec .timeline .event:nth-child(odd) {
  left: 0;
  text-align: right;
}
.our_people_sec.flow_sec .timeline .event:nth-child(odd) .card {
  text-align: left;
}
.our_people_sec.flow_sec .timeline .event:nth-child(odd) time {
  margin-left: auto;
}
.our_people_sec.flow_sec .timeline .event:nth-child(odd) time::after {
  content: "";
  position: absolute;
  top: 45%;
  right: -10px;
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background: #ea5441;
  clip-path: polygon(0 10%, 100% 0, 0 100%);
}
.our_people_sec.flow_sec .timeline .event:nth-child(odd)::after {
  right: -7px;
}
.our_people_sec.flow_sec .timeline .event:nth-child(even) {
  left: 50%;
  text-align: left;
}
.our_people_sec.flow_sec .timeline .event:nth-child(even)::before {
  left: 0px;
}
.our_people_sec.flow_sec .timeline .event:nth-child(even) time {
  margin-right: auto;
}
.our_people_sec.flow_sec .timeline .event:nth-child(even) time::after {
  content: "";
  position: absolute;
  top: 45%;
  left: -10px;
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background: #ea5441;
  clip-path: polygon(0 0, 100% 10%, 100% 100%);
}
.our_people_sec.flow_sec .timeline .event:nth-child(even)::after {
  left: -7px;
}
.our_people_sec.flow_sec .timeline .event .card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  display: flex;
  gap: 20px;
}
.our_people_sec.flow_sec .timeline .event .card figure {
  width: 55%;
}
.our_people_sec.flow_sec .timeline .event .card .info {
  width: 42%;
}
.our_people_sec.flow_sec .timeline .event .card h4 {
  font-weight: bold;
  font-size: min(2.6vw, 16px);
  margin-bottom: 5px;
}
.our_people_sec.flow_sec .timeline .event:last-child::before {
  background: none !important;
}
.our_people_sec.flow_sec .timeline .event:last-child {
  padding-bottom: 0;
  margin: 0;
}

@media screen and (max-width: 780px) {
  .our_people_sec dl.sub_ttl {
    flex-direction: column;
    gap: 0;
  }
  .our_people_sec dl.sub_ttl dt {
    font-size: min(6vw, 38px);
  }
  .our_people_sec dl.sub_ttl dd {
    font-size: 1.1em;
  }
  .our_people_sec ul.list li {
    flex-flow: column;
  }
  .our_people_sec ul.list li a {
    padding: 10px 10px 0 10px;
  }
  .our_people_sec ul.list li .illust {
    position: relative;
    margin: 0 auto;
    width: 45%;
    top: -40px;
  }
  .our_people_sec ul.list li .info {
    position: relative;
    top: -30px;
    width: 100%;
    padding: 0;
  }
  .our_people_sec ul.list li .info .case p,
  .our_people_sec ul.list li .info .case h5 {
    text-align: center;
  }
  .our_people_sec.first figure {
    padding-left: 10px;
    width: 32%;
    max-width: 300px;
    text-align: right;
  }
  .our_people_sec.first figure img {
    width: 100%;
  }
  .our_people_sec.first .info dl,
  .our_people_sec.first .info .case,
  .our_people_sec.first .info .catch {
    padding-left: 40%;
  }
  .our_people_sec.first .info .case {
    font-size: min(2.8vw, 20px);
  }
  .our_people_sec.first .info .case h5 {
    font-size: 1.4em;
  }
  .our_people_sec.first .info .catch h4 {
    font-size: min(3.3vw, 28px);
  }
  .our_people_sec.interview_sec .interview {
    flex-direction: column;
    gap: 0px;
  }
  .our_people_sec.interview_sec .interview figure {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .our_people_sec.interview_sec .interview.left figure, .our_people_sec.interview_sec .interview.right figure {
    order: 1;
  }
  .our_people_sec.interview_sec .interview.left .txt, .our_people_sec.interview_sec .interview.right .txt {
    order: 2;
  }
  .our_people_sec.interview_sec .interview .txt {
    width: 100%;
  }
  .our_people_sec.interview_sec .interview .txt.center {
    width: 100%;
  }
  .our_people_sec.interview_sec .interview .txt h6 {
    font-size: min(4.2vw, 14px);
    text-align: center;
  }
  .our_people_sec.flow_sec dl.sub_ttl {
    align-items: center;
  }
  .our_people_sec.flow_sec .timeline {
    width: 100%;
  }
  .our_people_sec.flow_sec .timeline .event {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
  }
  .our_people_sec.flow_sec .timeline .event::before {
    left: 7px !important;
    right: auto;
  }
  .our_people_sec.flow_sec .timeline .event::after {
    left: 0 !important;
    right: auto;
  }
  .our_people_sec.flow_sec .timeline .event:nth-child(odd) time::after {
    left: -10px;
    clip-path: polygon(0 0, 100% 10%, 100% 100%);
  }
  .our_people_sec.flow_sec .timeline .event .card {
    width: 100%;
    gap: 10px;
  }
  .our_people_sec.flow_sec .timeline .event .card .info {
    text-align: left !important;
  }
  .our_people_sec.flow_sec .timeline .event .card .info h4 {
    font-size: min(3.5vw, 14px);
  }
  .our_people_sec.flow_sec .event:last-child::before {
    background: none !important;
  }
}