@charset "utf-8";

.site_top_movie {
  width: 100%;
  margin-top: -63px;
  background-color: #fff;
}
.site_top_movie h1 {
  margin: 0;
}
.content_main {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 950px){
  .content_main {
    width: 100%;
    margin: 0 auto;
  }
}
.sp_top_main {
  display: none;
}
video source {
  width: 100%;
  position: relative;
  z-index: 1;
}
video {
  display: block;
  width: 100%;
}
.top_keyvisual_layer {
  position: relative;
  width: 100%;
  margin: 0;
  color: #ff0033;
  text-align: center;
  z-index: 1;
}
.top_keyvisual_layer a {
  position: absolute;
  left: 50%;
  top: 60%;
  margin-left: -180px;
  color: #f03;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  background: #fff;
  padding: 0 20px;
  font-weight: bold;
}
.top_keyvisual_layer a:hover {
  text-decoration: underline;
}
.top_keyvisual_layer a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
  display: inline-block;
  border-top: 2px solid #ff0033;
  border-right: 2px solid #ff0033;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site_top_link {
  width: 570px;
  margin: 0 auto;
  display: table;
}
.site_top_linkItem {
  width: 50%;
  display: table-cell;
}
.site_top_linkItem:first-child {
}
.site_top_linkItem a {
  display: block;
  margin: 50px auto 105px;
  padding: 18px;
  width: 240px;
  height: 60px;
  border-radius: 60px;
  box-sizing: border-box;
  background: #F2F3F5;
  text-align: center;
  color: #313233;
  font-size: 1.14286rem;
  text-decoration: none;
}
.site_top_linkItem a:hover {
  background: #f03;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px){
  .site_top_movie {
    width: 100%;
    margin-top: 0;
    background-color: #fff;
  }
  .sp_top_main {
    display: block;
    width: 100%;
  }

  video {
    display: none;
  }
  .top_keyvisual_layer {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .top_keyvisual_layer img {
    display: none;
  }
  .top_keyvisual_layer a {
    font-size: .9rem;
    text-decoration: underline;
    margin-left: -155px;
    top: 53%;
    padding: 0 20px 0 10px;
  }
  .top_keyvisual_layer a::after {
    right: 5px;
  }
  .site_top_link {
    width: 100%;
    margin: 10px 0;
  }
  .site_top_linkItem {
    width: 100%;
    display: block;
  }
  .site_top_linkItem a {
    margin: 20px auto;
  }
  .site_top_linkItem a:active {
    background: #f03;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
}

.site_top_info_menu {
  width: 100%;
  background-color: #f2f3f5;
  padding: 70px 0;
}
.site_top_info_menu ul {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 950px){
  .site_top_info_menu ul {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.site_top_info_menu ul li {
  width: 950px;
  list-style: none;
  display: block;
  text-align: right;
  height: 340px;
  position: relative;
  border-radius: 8px;
  margin: 0 auto 10px;
  background-color: #fff;
  font-size: 0;
  border: 1px solid #e8e9eb;
}

@media screen and (max-width: 950px){
  .site_top_info_menu ul li {
    width: 100%;
    height: 270px;
  }
}
.site_top_info_menu ul li a {
  color: #313233;
  height: 100%;
}
.site_top_info_menu ul li a,
.site_top_info_menu ul li a:hover {
  text-decoration: none;
}
.site_top_info_menu ul li:hover {
  -webkit-box-shadow: 0 20px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 16px rgba(0, 0, 0, 0.15);
  border: #e8e9eb solid 1px;
}
.site_top_info_menu ul li:first-child {

}

.site_top_info_menu ul li .article_summary {
  width: 37%;
  padding: 25px 30px;
  display: block;
  height: 338px;
  display: table-cell;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: transparent;
  vertical-align: top;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 15;
}
@media screen and (max-width: 950px){
  .site_top_info_menu ul li .article_summary {
  height: 270px;
  }
}
.article_ttl {
  display: block;
  padding: 25px 0 0;
  margin: 0;
  text-align: left;
  font-size: 1.285711rem;
  line-height: 1.6;

}
.site_top_info_menu ul li .article_image {
  width: 580px;
  display: table-cell;
  height: 340px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  padding-left: 350px;
  z-index: 10;
}
.site_top_info_menu ul li img {
  position: relative;
  height: auto;
  vertical-align: middle;
  width: auto;
  max-width: 580px;
  max-height: 340px;
}
@media screen and (max-width: 950px){
  .site_top_info_menu ul li .article_image {
    width: 480px;
    height: 270px;
    padding-left: 270px;
  }
  .site_top_info_menu ul li img {
    max-width: 480px;
    max-height: 270px;
  }
  .article_ttl {
    display: block;
    padding: 15px 0 0;
    margin: 0;
    text-align: left;
    font-size: 1.285711rem;
    line-height: 1.4;

  }
}
.site_top_info_menu ul li img.vertical_img {
  width: auto;
  height: 100%;
}
.article_head {
  width: 100%;
  text-align: left;
}
.category_label {
  display: inline-block;
  border: 1px solid #ff0033;
  padding: 2px 10px;
  color: #ff0033;
  font-weight: bold;
  font-size: 1rem;
}

.present_date {
  display: block;
  float: right;
  color: #545454;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 950px){
  .present_date {
    float: none;
    text-align: left;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px){
  .site_top_info_menu {
    padding: 30px 0 0;
  }
  .site_top_info_menu ul {
    padding: 0;
  }
  .site_top_info_menu ul li {
    display: block;
    text-align: left;
    height: auto;
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    border: none;
  }
  .site_top_info_menu ul li:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    border: none;
  }
  .site_top_info_menu ul li a:hover {
    text-decoration: none;
  }
  .site_top_info_menu ul li .article_summary {
    width: 100%;
    padding: 0 10px 20px;
    display: block;
    height: auto;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    top: 0;
    left: 0;
  }
  .article_ttl {
    padding: 20px 0 0;
  }
  .site_top_info_menu ul li .article_image {
    width: 100%;
    height: auto;
    display: block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 0;
  }
  .site_top_info_menu ul li img {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    max-height: none;
    max-width: none;
  }
  .site_top_info_menu ul li img.vertical_img {
    height: 100%;
    width: auto;
  }
  .present_date {
    text-align: left;
  }
 }
#press_room { z-index: 5; }
#ir_info { z-index: 4; }
#career_info { z-index: 3; }
#yahoo_csr { z-index: 2; }
#corporate_blog { z-index: 1; }

.link_account {
  text-align: center;
}
.link_account a {
  display: inline-block;
  margin: 105px auto 50px;
  padding: 18px;
  width: 270px;
  height: 60px;
  border-radius: 60px;
  box-sizing: border-box;
  border: 1px solid #9a9c9e;
  text-align: center;
  color: #9a9c9e;
  font-size: 1.14286rem;
  font-weight: bold;
  text-decoration: none;
  }
.link_account a:hover {
  background: #9a9c9e;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px){
  .link_account a {
    margin: 70px auto 30px;
  }
}
.sns_area {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}
.sns_share {
  text-align: center;
  padding: 0 0 70px;
}

.modalBg{
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
}
.more_link {
  text-align: right;
}