#top_common_news {
  background: #262626;
}

#top_common_news .tab_list li {
  position: relative;
  color: rgba(255, 255, 255, 0.502);
}

#top_common_news .tab_list li:hover {
  cursor: pointer;
}

#top_common_news .tab_list li.active {
  color: #FFFFFF;
}

#top_common_news .tab_list li.active::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

#top_common_news .tab_list li.active a {
  color: #FFFFFF;
}

#top_common_news #news_list .contents_area li {
  border-bottom: 1px solid #404040;
}

#top_common_news #news_list .contents_area li .company.icon {
  background: #18397d;
}

#top_common_news #news_list .contents_area li .event.icon {
  background: #534030;
}

#top_common_news #news_list .contents_area li .csr.icon {
  background: #264732;
}

#top_common_news #news_list .contents_area li .topics.icon,
#top_common_news #news_list .contents_area li .info.icon {
  background: #4f4f4f;
}

#top_common_news #news_list .contents_area li .release.icon {
  background: #234d68;
}

#top_common_news #news_list .contents_area li .recruit.icon {
  background: #306578;
}

#top_contact {
  background: #181818;
}

@media screen and (min-width: 768px) {
  #top_anniversary_area {
    width: calc(50% + 550px);
    min-width: 1100px;
    margin: 0 0 0 auto;
    padding: 108px 0 120px;
    background: #000000 url(../img/client_index/100th_img.png) no-repeat;
    background-position: center right;
  }
  #top_anniversary_area h2 {
    text-align: left;
  }
  #top_anniversary_area h3 {
    margin-top: 18px;
    font-size: 3.83rem;
    line-height: 1.14;
    font-weight: 500;
  }
  #top_anniversary_area .txt {
    margin-top: 30px;
    line-height: 1.87;
  }
  #top_anniversary_area .btn {
    margin-top: 20px;
  }
  #top_anniversary_area .movie_btn {
    margin-top: 30px;
  }
  #top_anniversary_area .movie_btn a {
    width: 300px;
  }
  #top_anniversary_area .movie_btn img {
    margin-right: 5px;
  }
  #top_common_news {
    padding: 100px 0 110px;
  }
  #top_common_news h2 {
    text-align: left;
  }
  #top_common_news h2 span {
    text-align: left;
  }
  #top_common_news h2 span.en {
    letter-spacing: 0.15em;
    font-size: 2.53rem;
  }
  #top_common_news h2 span.ja {
    font-size: 1rem;
    font-weight: 600;
  }
  #top_common_news .btn {
    margin-top: 57px;
  }
  #top_common_news #news_list {
    display: flex;
    padding-bottom: 80px;
    border-bottom: 4px solid #404040;
  }
  #top_common_news #news_list .pc_side_area {
    width: 200px;
    margin-top: -6px;
  }
  #top_common_news #news_list .pc_side_area .tab_list {
    position: relative;
    margin-top: 46px;
  }
  #top_common_news #news_list .pc_side_area .tab_list li {
    line-height: 1;
    margin-top: 27px;
    padding-left: 15px;
  }
  #top_common_news #news_list .pc_side_area .tab_list li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_common_news #news_list .contents_area ul {
    width: 900px;
    border-top: 1px solid #404040;
  }
  #top_common_news #news_list .contents_area ul li {
    padding: 32px 0 30px;
    display: flex;
    align-items: center;
  }
  #top_common_news #news_list .contents_area ul li .date {
    width: 125px;
    text-align: left;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    flex-shrink: 0;
  }
  #top_common_news #news_list .contents_area ul li .icon {
    font-size: 0.87rem;
    display: inline-block;
    text-align: center;
    width: 90px;
    padding: 7px 0 7px;
    line-height: 1;
    letter-spacing: 0;
    flex-shrink: 0;
  }
  #top_common_news #news_list .contents_area ul li .news_title {
    padding-left: 35px;
  }
  #top_common_news #news_list .contents_area ul li.company .icon {
    background: #18397d;
  }
  #top_common_news #news_list .contents_area ul li.event .icon {
    background: #534030;
  }
  #top_common_news #news_list .contents_area ul li.crs .icon {
    background: #264732;
  }
  #top_common_news #news_list .contents_area ul li.info .icon {
    background: #4f4f4f;
  }
  #top_common_news #news_list .contents_area ul li.release .icon {
    background: #234d68;
  }
  #top_common_news #pickup_news {
    padding-top: 75px;
    display: flex;
  }
  #top_common_news #pickup_news h2 {
    width: 200px;
  }
  #top_common_news #pickup_news h2 span.en {
    letter-spacing: 0.1em;
  }
  #top_common_news #pickup_news .result_wrapper {
    margin-top: 5px;
  }
  #top_common_news #pickup_news ul {
    width: 900px;
    display: flex;
    justify-content: space-between;
  }
  #top_common_news #pickup_news ul li {
    width: 270px;
  }
  #top_common_news #pickup_news ul li .image {
    border-top: 6px solid #a37e39;
  }
  #top_common_news #pickup_news ul li .image img {
    width: 100%;
    height: auto;
  }
  #top_common_news #pickup_news ul li .txt {
    margin-top: 17px;
    line-height: 1.6;
  }
  #top_contact {
    padding: 61px 0 75px;
  }
  #top_contact .contents_area {
    margin-top: 45px;
    text-align: center;
  }
  #top_contact .contents_area h3 {
    margin-top: 40px;
    font-size: 2.93rem;
    font-weight: 500;
  }
  #top_contact .contents_area .txt {
    margin-top: 19px;
  }
  #top_contact .contents_area .form_area {
    margin-top: 34px;
    display: flex;
    justify-content: center;
  }
  #top_contact .contents_area .form_area .tel_area a {
    display: flex;
    margin-right: 70px;
    pointer-events: none;
  }
  #top_contact .contents_area .form_area .tel_area a .tel_icon {
    margin-right: 15px;
  }
  #top_contact .contents_area .form_area .tel_area a .tel_num {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
  }
  #top_contact .contents_area .form_area .time {
    margin-top: 3px;
    font-size: 0.93rem;
    text-align: left;
    display: flex;
  }
  #top_contact .contents_area .form_area .mail_area {
    margin-top: 5px;
  }
}
