@charset "utf-8";

/* _____________HEADER_____________ */
#careers_top{
    overflow-x: hidden;
    padding-bottom: 35px
}
#careers_top .breadCrumb{
    justify-content: flex-end;
    padding-top: 115px;
    padding-bottom: 6px
}
#careers_top .breadCrumb li:last-child{
    margin-right: 0px
}

.careers_top_header {
    background-image:url(../images/senior/header.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    background-position: left center;
    max-width: 100%;
    margin-right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    margin-left: 8%;
    background-size: cover;
}

.careers_top_header h1{
    font-size: 48px;
    font-weight: bold;
    padding: 0;
    margin-left: 60px;
    line-height: 1.2
}
.careers_top_header h1 span{
    color: #fff;
    font-weight: normal;
    text-shadow: none;
}
.member_section span{
    font-weight: bold;
    font-size: 15px
}
.member_section h3{
    font-weight: bold;
    font-size: 18px
}
.member_section .question{
    font-weight: bold;
    padding: 25px 0px 15px
}
.member_section .anwser{
    line-height: 30px
}
.member_section img{
    width: 100%;
    padding: 25px 0px
}
/* _____________CONTENT_____________ */
#member{
    margin-top: 85px
}
.member_section{
    width: 100%;
    max-width: 850px;
    margin: 0px auto;
    padding-bottom: 50px
}

.timeline_area{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  width: 385px;
  display: inline-block;
}

.timeline-item {
  display: flex;
  position: relative;
}

.timeline-dot {
  width: 20px;
  height: 20px;
  background-color: #ccc; /* Gray dot color */
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
}

.timeline-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #ccc; /* Gray line color */
}

.timeline-item-last::before {
    height: 0px
}
.timeline-content {
    margin-top: -5px;
    margin-bottom: 15px;
    width: 345px;
}

.timeline-content h3 {
  margin-top: 0;
}

.timeline-content p {
  margin-bottom: 0;
}
.bigtext{
    font-size: 24px
}

.shadowbox{
    padding:35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 25px 0px 85px;
    border-radius: 12px
}


.other_voice{
    padding: 80px 0 150px 0;
    background-color: var(--gray);
}
.other_voice ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.other_voice ul li{
    width: 480px;
}
.other_voice ul li img{
    width: 100%;
}

.other_voice ul li div{
    margin-top: 15px;
    display: block;
    background-image:url(../images/senior/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    background-size: 11px 20px
}
.other_voice ul li div p{
    font-weight: bold;
}
.other_voice ul li a{
    font-weight: bold;
}
.recruit_section{
    margin: 65px 0px
}
.recruit_section h2{
    color: var(--red);
}
.recruit_section h2 span{
    color: var(--black);
}
.recruit_section ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.recruit_section ul li a{
    max-width: 480px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.recruit_section ul li a div{
  overflow: hidden;
}
.recruit_section ul li a img{
  transition: all 1s;
  -webkit-transform: scale(1);
            transform: scale(1);
}
.recruit_section ul li a:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.recruit_section ul li .text{
    padding: 25px
}
.recruit_section ul li .text h3{
    width: 100%;
    display: block;
    font-weight: bold;
    background-image:url(../images/senior/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    background-size: 10px 20px
}
@media screen and (max-width: 768px) {
    .careers_top_header{
      height: 100px
    }
    #member{
      margin-top: 50px
    }
    #careers_top .breadCrumb{
        padding-top: 70px;
    }
    .timeline_area{
      display: block;
      text-align: center;
    }
    .timeline-content{
      width: 100%;
      text-align: left;
    }
    .timeline{
      width: 100%
    }
    .careers_top_header h1 {
      font-size: 35px;
      margin-left: 35px
    }
    .recruit_section ul{
      display: block;
    }

    .recruit_section ul li a{
      width: 100%;
      margin-bottom: 25px;
      max-width: 100%
    }
    .recruit_section ul li .text{
      width: 100%;
      padding: 15px;
    }
}