@charset "utf-8";

/*news*/
.top {
}

.info_list li {
  margin-bottom: 10px;
}

.info_list li a {
  background-color: #fff;
  padding: 25px;
  display: block;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
  color: #000;
  transition: all 400ms ease;
}

.info_list li a dl {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_list li a dt {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cecece;
  width: 100%;
}

.info_list li a .top_info_date {
  font-weight: bold;
  font-size: 12px;
}

.info_list .more_txt {
  font-weight: bold;
  font-size: 12px;
}

.info_list .more_txt:after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  display: inline-block;
  border: 2px solid;
  border-radius: 500px;
  padding: 3px;
  font-size: 20px;
  margin-left: 10px;
  line-height: 1;
  vertical-align: middle;
}

.news_list {
}

.news_list li {
  margin-top: 30px;
}

.news_list li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
}

.news_list li dt {
  width: calc(100% - 130px);
  order: 2;
}

.news_list li dd {
  width: 130px;
  line-height: 2.2;
  font-size: 14px;
  order: 1;
}

@media screen and (max-width: 500px) {
  .news_list li dt {
    width: 100%;
  }

  .news_list li dd {
    width: 100%;
  }
}

/* CEATECからのお知らせ リスト */
.conts_information .list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

/*detail*/
.detail {
}

.detail .day {
  text-align: right;
  font-size: 14px;
  padding-bottom: 20px;
}

.content_release {
}

.content_release h4 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 10px;
}

.img_release_main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-bottom: 20px;
}

.text_release_main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.release_detail::after {
  content: "";
  display: block;
  clear: both;
}

.img_release_sub {
  float: right;
  width: 40%;
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .img_release_sub {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
}

.contact_release {
  margin-top: 50px;
  background-color: #efefef;
  padding: 0px 30px 30px;
}

.contact_release h4 {
  padding-top: 30px;
}

.page_block + .btn {
  margin-top: 30px;
}

.experience {
}

.experience h3 img {
  width: 350px;
  max-width: 100%;
}

.experience_list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.experience_list .item {
  width: 31.5%;
  margin-bottom: 40px;
}

.experience_list .item a {
  color: #000;
  text-decoration: none;
  transition: all 400ms ease;
}

.experience_list .item a:hover {
  opacity: 1;
}

.experience_list .item a figure {
  position: relative;
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}

.experience_list .item a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 400ms ease;
}

.experience_list .item a:hover figure img {
  opacity: 1;
  transform: scale(1.2);
}

.experience_list .item a .description {
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.experience_list .item a:hover .description {
  opacity: 0.5;
}

@media screen and (max-width: 900px) {
  .experience_list .item {
    width: 48.5%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}
