.news {
  overflow-x: clip;
}

.news .sectionTitleWrapper {
 align-items: flex-start;
 display: flex;
 flex-direction:column;
}

.news .sectionTitle--en,
.news .sectionTitle--ja {
  color: #FFF;
}
.news .sectionTitle--en {
  margin-bottom: 0px;
}

.news .sectionTitle--ja {
  font-size: 32px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-left: -5px;
}

@media screen and (max-width: 999px) {
  .news .sectionTitle--ja {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.news .sectionTitle--en::before {
display: none;
}

.news__inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .news__inner {
      padding: 119px 0 124px;
  }
}

.news__inner:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/blog-bg.png) center center / cover no-repeat;
}

@media screen and (min-width: 768px) {
  .news__inner:before {
    max-width: 78.8194444444vw;
    background: url(../img/blog-bg.png) center center / cover no-repeat;

  }
}

.news__charm {
  position: absolute;
  width: 70%;
  bottom: -30px;
  left: 2%;
}

@media screen and (max-width: 767px) {
.news__charm {
  position: absolute;
  width: 95%;
  bottom: 0px;
  left: 2%;	
}
}

@media screen and (min-width: 768px) {
  .news__inner::after {
      font-size: 14.1rem;
      bottom: -8.6rem;
      left: 2.8rem;
      transform: none;
      text-align: left;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 141px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .news__inner::after {
      font-size: 80px;
  }
}

@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;
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .news__content {
      display: flex;
      position: relative;
      -moz-column-gap: 2rem;
      column-gap: 2rem;
      max-width: 120rem;
      padding: 0 31px;
      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: -27px;
      -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: 33px !important;
  width: 215px !important;
  padding: 13px 5px 13px 0px !important;
  margin-left: -5px !important;
  letter-spacing: 0.04em !important;
  font-size: 12px !important;
}

@media screen and (max-width: 767px) {
  .T-news__button {
      margin-top: 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: 5px;
}

@media screen and (min-width: 1000px) {
	.news__body {
    max-width: 67%;	
	}
}


@media (min-width: 768px) and (max-width: 999px) {
.news__body {
    max-width: 60%;
	}
}
@media screen and (min-width: 768px) {
  .news__body {
    margin: 0 0 0 auto;
    border-radius: 40px 0 0 40px;
      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: 51px;
  }
}

.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: #0fcede;
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .news__category {
      font-size: 12px;
  }
}

.news__time {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #7F8386;
}

.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;
  }
}