.news {
  overflow-x: clip;
}

.news__inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  @media screen and (min-width: 768px) {
    .news__inner {
      padding: 13rem 0;
    }
  }
  
  .news__inner:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-135deg, #3B3B3B, #111111);
    z-index: -1;
  }
  @media screen and (min-width: 768px) {
    .news__inner:before {
      max-width: 78.8194444444vw;
      background: linear-gradient(-135deg, #3B3B3B, #111111);
    }
  }
  
  
  @media screen and (min-width: 768px) {
    .news__container {
      position: relative;
      background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }
  }
  
  .news__content {
    padding: 0 2rem;
  }
  @media screen and (min-width: 768px) {
    .news__content {
      display: flex;
      position: relative;
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      max-width: 120rem;
      padding: 0 2.5rem;
      margin-inline: auto;
    }
  }
  
  .news__block {
    position: relative;
    max-width: 59.2rem;
    margin-inline: auto;
    color: #fff;
  }
  @media screen and (min-width: 768px) {
    .news__block {
      margin-top: -9px;
      -webkit-margin-start: 0;
              margin-inline-start: 0;
      -webkit-margin-end: 0;
              margin-inline-end: 0;
      width: 28.2rem;
      flex-shrink: 0;
    }
  }
  
  .news__enTitle {
    font-family: Oswald;
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #cfcfcf;
    text-transform: uppercase;
    
  }
  @media screen and (min-width: 768px) {
    .news__enTitle {
      font-size: 78px;
    }
  }
  
  .news__theme {
    font-size: 18px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: left;
    color: #cfcfcf;
    opacity: 1;
    margin-left: 6px;
    margin-bottom: -2px;
  }

  @media screen and (max-width: 767px) {
    .news__theme {
      font-size: 16px;
    }
  }


  .T-news__buttonWrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .T-news__button {
    margin-top: 38px;
  }

  @media screen and (max-width: 767px) {
    .T-news__button {
      margin-top: 20px;
		    margin-bottom: 20px;
    }
  }
  
  
  .news__text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 2.4285714286;
    margin-top: 1.8rem;
  }
  @media screen and (min-width: 768px) {
    .news__text {
      margin-top: 2.7rem;
    }
  }
  
  @media screen and (min-width: 768px) {
    .news__button.u-desktop {
      display: flex;
    }
  }
  
  .news__button {
    color: #155188;
    background: #fff;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    max-width: 21.6rem;
    border-radius: 99.9rem;
    width: 100%;
    padding: 1.45rem 0;
    font-size: 1rem;
    margin-inline: auto;
    letter-spacing: 0.12em;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 5.6rem;
  }
  @media screen and (min-width: 768px) {
    .news__button {
      -webkit-margin-start: 0;
              margin-inline-start: 0;
      -webkit-margin-end: 0;
              margin-inline-end: 0;
      margin-top: 6.8rem;
    }
  }
  
  .news__button:hover {
    opacity: 0.8;
  }
  
  .news__button::after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-bottom: 1px solid #175489;
    border-right: 1px solid #175489;
    transform: rotate(-45deg);
    position: absolute;
    right: 2.3rem;
  }
  
  .news__body {
    width: 100%;
    background-color: #fff;
    margin-top: 3.2rem;
  }
  @media screen and (min-width: 768px) {
    .news__body {
      margin: 0 0 0 auto;
      max-width: 58.5rem;
      padding: 6.5rem 0 7.7rem min(4.8611111111vw, 7rem);
    }
  }
  
  .news__items {
    position: relative;
    background-color: #fff;
    padding: 0.8rem 1.6rem;
    max-width: 59.2rem;
    margin-inline: auto;
  }
  @media screen and (min-width: 768px) {
    .news__items {
      -webkit-margin-start: 0;
              margin-inline-start: 0;
      -webkit-margin-end: 0;
              margin-inline-end: 0;
      padding: 0;
      max-width: 69.8rem;
      margin-left: auto;
    }
  }
  
  .news__item {
    display: flex;
    border-bottom: 1px solid #EAECEC;
    padding: 1.8rem 0;
    align-items: flex-start;
    column-gap: 20px;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .news__item {
      padding: 3.2rem 0;
      max-width: 69.5rem;
      -moz-column-gap: min(3.4722222222vw, 5rem);
           column-gap: 20px;
    }
  }
  
  .news__item:last-of-type {
    border: none;
  }
  @media screen and (min-width: 768px) {
    .news__item:last-of-type {
      border-bottom: 1px solid #EAECEC;
    }
  }
  
  .news__item a {
align-items: center;
  }


  .news__thumbnail {
    max-width: 11rem;
    flex-shrink: 0;
  }
  @media screen and (min-width: 768px) {
    .news__thumbnail {
      max-width: 19.9rem;
    }
  }
  
  .news__thumbnail::before {
    padding-top: 70%;
  }
  @media screen and (min-width: 768px) {
    .news__thumbnail::before {
      padding-top: 63.8190954774%;
    }
  }
  
  .news__wrap {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .news__wrap {
      width: 100%;
      margin-top: 33px;
    }
  }
  
  .news__wrap::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/blog2/circle-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  @media screen and (min-width: 768px) {
    .news__wrap::after {
      top: auto;
      transform: none;
      bottom: 0.2rem;
      right: -0.3rem;
    }
  }
  
  .news__info {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
  @media screen and (min-width: 768px) {
    .news__info {
      -moz-column-gap: 1.4rem;
           column-gap: 1.4rem;
    }
  }
  
  .news__category {
    color: #b1b1b1;
    font-size: 1rem;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  @media screen and (min-width: 768px) {
    .news__category {
      font-size: 1.2rem;
    }
  }
  
  .news__time {
    font-family: Oswald;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #b1b1b1;
  }
  
  .news__title {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-weight: 500;
    max-width: 44.4rem;
    width: 100%;
    padding-right: 3rem;
  }
  @media screen and (min-width: 768px) {
    .news__title {
      margin-top: 0.7rem;
      font-size: 1.4rem;
    }
  }

.news__bottomText 
{
    position: absolute;
    width: 93%;
    left: 4%;
    bottom: 10px;
}