@charset "UTF-8";

.c-sect__border{
  position: relative;
  padding-bottom: 64px;
}

.c-sect__border::before{
  position: absolute;
  content: '';
  width: 130px;
  height: 2px;
  background: #E6E6E6;
  bottom: 0;
}

.c-sect__border--bottom::before{
  left: 50%;
  transform: translateX(-50%);
}
.link-btn {
  text-align: left;
  display: block;
  height: auto;
}
.link-btn a {
  background: url(/jp/common/v2/img/icon_arow_light-blue.png) 97% 50% no-repeat;
  display: flex;
  align-items: center;
  color: #3e6fcf;
  border: 1px solid #3e6fcf;
  border-radius: 4px;
  font-weight: bold;
}

.col2 .image--right{
  width: 100%;
  max-width: 100%;
}

.col2 .text--left{
  width: 100%;
  max-width: 100%;
}

.trandnews-profile-wrap .trendnews-lead  {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.trendnews-about{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 30px
}

.trendnews-profile__list--single .trendnews-profile__item p {
  font-weight: normal;
  display: block;
}

.trandnews-profile-wrap .trendnews-profile{
  width: 100%;
  margin-top: 0;
}

.trendnews .c-sect figure{
  margin-top: 0;
}


img{
  max-width: 100%;
}

.maxWidth800 {
  max-width: 800px;
  margin: 0 auto;
}

.zeh__pht-box p{
  text-align: center;
}

.zeh .zeh__pht-row{
  display: flex;
  gap: 0 10px;
}

.trendnews .c-sect__inner{
  padding-bottom: 100px;
}

.trendnews__img.trendnews__img-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trendnews__img.trendnews__img-grid .trendnews__img-item {
  width: 100%;
  max-width: calc((100% - 20px * 3) / 4);
}

.trendnews__img.trendnews__img-grid .trendnews__img-item.trendnews__img-item--large {
  max-width: calc(50% - 10px);
}

.trendnews__img.trendnews__img-grid .trendnews__img-item.trendnews__img-item--small {
  max-width: calc(113 / 960 * 100%);
}

.trendnews__img.trendnews__img-grid .trendnews__img-item figcaption{
  font-size: 13px;
  line-height: calc(17/13);
  color: #333;
}

@media screen and (min-width: 641px) {
  .trandnews-profile-wrap {
    display: flex;
  }
  .trandnews-profile-wrap .trendnews-profile {
    width: 40%;
    margin-bottom: 0;
  }
  
  .trandnews-profile-wrap .trendnews-lead:after {
    display: none;
  }
  
  .trandnews-profile-wrap .trendnews-lead .column-2 {
    flex-wrap: wrap;
  }
  
  .trandnews-profile-wrap .trendnews-lead .column-2 .text {
    flex-basis: 100%!important;
    margin-bottom: 30px;
  }
  
  .trandnews-profile-wrap .trendnews-lead .column-2 .image {
    flex-basis: 33%!important;
    text-align: center;
  }

  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 figure {
    margin: 0 0 0 30px;
  }

  .link-btn a {
    width: 100%;
    max-width: 500px;
    height: 40px;
    font-size: 16px;
    margin: 0 0 10px;
    padding-left: 10px;
  }

  .link-btn .link-btn--center{
    margin-left: auto;
    margin-right: auto;
  }

  .trendnews__link-box h3{
    font-size: 20px;
  }

  .c-sect .trendnews__ttl--06{
    font-size: 20px;
    margin-top: 0;
  }

  .col2--reverse {
    flex-direction: row-reverse;
  }

  .col2 .image--right{
    max-width: 37.5%;
  }

  .col2 .text--left{
    max-width: 62.5%;
  }

  .col2--reverse .image{
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .trendnews__mv{
    padding: 0 5vw;
  }
  .trandnews-profile-wrap .trendnews-lead .column-2 .text {
    margin-bottom: 30px;
  }
  .trandnews-profile-wrap .trendnews-lead .column-2 .image {
    margin-bottom: 20px;
  }

  .link-btn {
    margin-bottom: 40px;
  }
  .link-btn a {
    width: 100%;
    height: 60px;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1.4;
    padding-right: 30px;
  }

  .trendnews-profile__item p{
    font-size: 14px;
  }

  .trendnews .trendnews-profile{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c-sect__border{
    padding-bottom: 0;
  }

  .c-sect__border::before{
    opacity: 0;
  }

  .col2{
    display: flex;
    flex-direction: column-reverse;
  }

  .zeh .zeh__pht-row{
    flex-direction: column;
    gap: 10px 0;
  }

  .zeh__pht-box p{
    text-align: left;
  }
  .trendnews .c-sect__inner{
    padding-bottom: 50px;
  }
  .trendnews__img.trendnews__img-grid{
    gap: 20px 18px;
  }
  .trendnews__img.trendnews__img-grid .trendnews__img-item {
    max-width: calc((100% - 18px) / 2);
  }

  .trendnews__img.trendnews__img-grid .trendnews__img-item.trendnews__img-item--large {
    max-width: 100%;
  }

  .trendnews__img.trendnews__img-grid .trendnews__img-item.trendnews__img-item--small {
    max-width: calc((100% - 18px) / 2);
  }

  .trendnews__img.trendnews__img-grid .trendnews__img-item.trendnews__img-item--small img {
    max-width: 56.47%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 96/120;
    object-fit: cover;
  }
}
