/* Variables  */
/* Color Styles  */
.news-title {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 900;
  font-family: inherit; }

.news-ttl-header,
.news-ttl-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%; }

.news-ttl-header-inner {
  width: 1118px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 var(--padding-xl); }

.news-ttl-header {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: 535px;
  background-color: var(--black-main);
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: var(--padding-207xl) 0;
  text-align: center;
  font-size: var(--font-size-25xl);
  color: var(--white);
  font-family: var(--font-noto-sans-jp); }

.news-card-img-wrapper,
.news-card-img {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden; }

.news-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.news-card-img-wrapper {
  position: relative; }
  .news-card-img-wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%; }

.news-card-content,
.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.news-card-content {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: var(--padding-base) var(--padding-xl); }

.news-card {
  border-radius: var(--br-5xs);
  background-color: var(--white);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30.6666%; }
  .news-card a {
    width: 100%;
    padding: 0 0 var(--padding-7xs); }

.news-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%; }

.news-rows {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 44px 4%; }

.news-inner,
.news-section,
.news-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-inner {
  width: 1118px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%; }

.news-section,
.news-main {
  overflow: hidden; }

.news-section {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: var(--main-super-pale);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: var(--padding-41xl) var(--padding-xl);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-lg);
  color: var(--dark-blue);
  font-family: var(--font-noto-sans-jp); }

.news-main {
  width: 100%;
  position: relative;
  background-color: var(--white);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: normal;
  letter-spacing: normal; }

@media screen and (max-width: 1050px) {
  .news-inner {
    gap: var(--gap-11xl); }
  .news-rows {
    gap: 24px 4%; }
  .news-card {
    width: 48%; } }

@media screen and (max-width: 1025px) {
  .news-title {
    font-size: var(--font-size-16xl); } }

@media screen and (max-width: 750px) {
  .news-ttl-header {
    padding-top: 180px;
    padding-bottom: var(--padding-128xl);
    height: auto; }
  .news-section {
    padding-top: var(--padding-20xl);
    padding-bottom: var(--padding-20xl);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 450px) {
  .news-title {
    font-size: var(--font-size-7xl); }
  .news-card {
    width: 100%; } }
