@charset "utf-8";
/* CSS Document */
.yume_articlelist{
  padding-top: 2em;
}
.yume_articlelist h1 img{
  max-width: 376px;
  aspect-ratio: 380 / 102;
}
.yume_articlelist ul{
  padding: 0 64px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 2%);
}
.yume_articlelist ul li{
  /* margin-bottom: 50px; */
  /* padding-bottom: 72px; */
  background-image: linear-gradient(to right, #71AAE2 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.yume_articlelist ul li:last-child {
  background-image: unset;
}
.yume_articlelist ul li:nth-last-child(2) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: unset;
}
.yume_articlelist ul li figure{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 72px 0 48px;
}
.yume_articlelist ul li figure .yume_pic{    
  max-width: 340px;
  width: 35.71%;
  position: relative;
}
.yume_articlelist ul li figure .yume_pic img{width:100%;}
.yume_articlelist ul li figure figcaption{width: 61.76%;position: relative;}
.yume_articlelist ul li h2{
  margin-bottom: 8px;
  line-height: calc(32 / 18);
  font-size: 1.125rem;
  font-weight: bold;
}
.yume_date{
  margin-bottom: 16px;
  text-align: right;
  font-size: 0.75rem;
  color: #989898;
  position: absolute;
  top: -32px;
  right: 0;
}
.yume_txt{line-height: 1.6;}

.yume_link{
  /* position: absolute; */
  /* bottom: -54px; */
  /* right: 0; */
  width: 50%;
  margin-top: 16px;
  margin-left: auto;
}
p.yume_link a img {
  filter: drop-shadow(0px 6px 4px rgb(0, 0, 0, 0.16));
}
.yume_link a{
  color:#000;
  transition: opacity 0.3s;
  display: inline-block;
}

.yume_moreview {
  padding: 48px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(0deg, rgba(225, 230, 245, 1), rgba(255, 255, 255, 1));
  transition: opacity 0.3s;
  /* position: absolute; */
  /* bottom: 137px; */
  left: 0;
  width: calc(100% + 128px);
  /* max-width: 1200px; */
  margin-left: -64px;
}
.yume_moreview img {
  filter: drop-shadow(0px 3px 30px #CFD9FB);
}
button.c-btn-primary.p-more-btn {
  border: unset;
  background-color: unset;
}


.yume_link a:hover{
  opacity: 0.7;
}
.yume_moreview img:hover{
  opacity: 0.7;
}

.tss_footer{
  background-color: #0071BC;
  position: relative;
    z-index: 10;
}

@media screen and (max-width: 800px) {


  .yume_articlelist h1 img{
    min-width: 264px;
    width: 70%;
    background-size: contain;
  }
  .yume_articlelist ul{
    padding: 0 6.25%;
  }
  .yume_articlelist ul li h2{
    font-size:1rem;
  }

  .yume_txt{
    font-size:0.875rem;
  }
  .yume_articlelist ul li{
    /* margin-bottom: 72px; */
  }
  .yume_articlelist ul li:last-of-type {
    margin-bottom: clamp(4.5rem, 0.142rem + 16.22vw, 8.25rem);
    /* 72-132 430-800 */
  }
  .yume_articlelist ul li figure{
    display: flex;
    flex-direction: column;
  }
  
  .yume_articlelist ul li figure figcaption{
    width:100%;
  }
  
  .yume_articlelist ul li figure .yume_pic{
    width:100%;
    text-align:center;
    margin-bottom:8px;
    order: 4;
    margin: 0 auto;
  }
  .yume_link{
    right: inherit;
    transform: translateX(-50%);
    left: 50%;
    bottom: -40px;
  }
  .yume_link a{
    font-size:0.875rem;
  }
}
@media screen and (max-width: 430px){
  .yume_articlelist h1 {
    padding-bottom: 16px;
 }
 .yume_articlelist h1::after {
    background-image: linear-gradient(to right, #71AAE2 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    content: '';
    display: inline-block;
    width: 76%;
    height: 1px;
  }
}







