.l-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-news .c-switchLanguage {
    z-index: 9999;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .p-news .c-header {
    top: 14px;
    padding: 12px 36px 16px;
  }
}
@media (max-width: 767px) {
  .p-news .hamburgerMenu {
    z-index: 9999;
    top: 26px;
  }
}
@media (max-width: 767px) {
  .p-news .c-gnav {
    z-index: 9998;
    position: relative;
    position: fixed;
    top: 0;
  }

  .p-news .c-gnav::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(24, 24, 24, 0.26);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    border-radius: 20px;
  }
}
.p-news .c-gnav a {
  color: #181818;
}

.p-news .section1 {
  padding-top: 142px;
  padding-bottom: 60px;
  background-color: #FAFAFA;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .p-news .section1 {
    padding-top: 68px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-news .title_page {
  font-size: 5.4rem;
  font-weight: 100;
  border-bottom: 3px solid #1475D3;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .p-news .title_page {
    font-size: 4.6rem;
  }
}
@media (max-width: 767px) {
  .p-news .title_page {
    font-size: 3.8rem;
    line-height: 1.2105263158;
    margin-bottom: 28px;
  }
}
.p-news .tag {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1475D3;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .p-news .tag {
    margin-bottom: 22px;
  }
}
.p-news .topic__title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-news .topic__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-news .topic__title a {
    text-decoration: underline;
  }
}
.p-news .topic__title a:hover {
  text-decoration: underline;
}

.p-news .topic__title h2, .p-news .topic__title h3, .p-news .topic__title h4, .p-news .topic__title h5, .p-news .topic__title h6 {
  font-size: 3.8rem;
  line-height: 1.1052631579;
  font-weight: 500;
  max-width: 517px;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .p-news .topic__title h2, .p-news .topic__title h3, .p-news .topic__title h4, .p-news .topic__title h5, .p-news .topic__title h6 {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .p-news .topic__title h2, .p-news .topic__title h3, .p-news .topic__title h4, .p-news .topic__title h5, .p-news .topic__title h6 {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
}
.p-news .topic__title p {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.3125;
}

@media (max-width: 767px) {
  .p-news .topic__title p {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.p-news .section2 {
  padding: 64px 40px 180px;
}

@media (max-width: 767px) {
  .p-news .section2 {
    padding: 54px 20px 150px;
  }
}
.p-news .section2 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 34px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .p-news .section2 .tabs {
    margin-bottom: 30px;
  }
}
.p-news .section2 .tabs span {
  display: inline-block;
  width: 120px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #D5D9DB;
  border-radius: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(20, 117, 211, 0.6);
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-news .section2 .tabs span {
    font-size: 1.4rem;
    width: 80px;
    height: 32px;
  }
}
.p-news .section2 .tabs span.is-current {
  color: #1475D3;
  border-color: #1475D3;
}

.p-news .section2 .tabs_content {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fit, 370px);
  -webkit-column-gap: 45px;
          column-gap: 45px;
  row-gap: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

@media only screen and (max-width: 845px) {
  .p-news .section2 .tabs_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .p-news .section2 .tabs_content {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .p-news .section2 .tabs_content {
    display: block;
  }
}
.p-news .section2 .tabs_content .c-block {
  padding: 12px 21px 30px;
}

@media (max-width: 767px) {
  .p-news .section2 .tabs_content .c-block {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 767px) {
  .p-news .section2 .tabs_content .c-block + .c-block {
    margin-top: 30px;
  }
}
.p-news .section2 .tabs_content .c-block__info {
  margin-bottom: 0;
}

.c-block__title h3, .c-block__title h4, .c-block__title h5, .c-block__title h6 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-block__title h3, .c-block__title h4, .c-block__title h5, .c-block__title h6 {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}

@media (max-width: 767px) {
  .c-footer {
    padding-top: 40px;
  }
}

.is-noTopic.section1 {
  padding-bottom: 2px;
  background-color: transparent;
}
.is-noTopic.section2 {
  padding-top: 0;
}
