.topics-block {
  position: relative;
}

.topics-block-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
}

@media screen and (max-width: 979px) {
  .topics-block-tag {
    display: none;
  }
}

.topics-block-tag__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 18px 0 70px;
  width: 70px;
  border-top: 1px currentColor solid;
}

.topics-block-tag__inner span {
  display: block;
  -webkit-transform: rotate(90deg) translateX(100%);
          transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  line-height: 1;
  font-size: 11px;
  font-family: montserrat, sans-serif;
  letter-spacing: 0.12em;
}

.news .main-contents {
  padding-top: 90px;
}

.news .about_people {
  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;
  height: 260px;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .news .about_people {
    display: block;
    padding: 30px 15px 0;
  }
}

.news .about_people .rounds {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  background: #eaeaea;
}

@media screen and (max-width: 767px) {
  .news .about_people .rounds {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    margin: 0 auto;
  }
}

.news .about_people .about_people_box {
  color: #fff;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .news .about_people .about_people_box {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.news .about_people .about_people_box .about_people_name {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .news .about_people .about_people_box .about_people_name {
    text-align: center;
  }
}

.news .about_people .about_people_box .about_people_name span {
  font-size: 13px;
  font-weight: 100;
}

.news .about_people .about_people_box .about_people_ul {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .news .about_people .about_people_box .about_people_ul {
    text-align: center;
  }
}

.news .about_people .about_people_box .about_people_ul li {
  list-style: none;
}

.news-header {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1020px;
}

@media screen and (max-width: 1020px) {
  .news-header {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .news-header {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.news-header__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 140px;
  font-size: 64px;
  font-weight: bold;
  color: #595757;
  line-height: 1;
}

.news-header__number span {
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 1199px) {
  .news-header__number {
    font-size: 48px;
  }
  .news-header__number span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .news-header__number {
    width: 72px;
    font-size: 32px;
  }
  .news-header__number span {
    font-size: 11px;
  }
}

.news-header__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
  padding: 40px 0 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .news-header__inner {
    padding: 20px 0 20px 40px;
  }
}

.news-header__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 740px;
  font-size: 52px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .news-header__title {
    font-size: 28px;
  }
}

.news-header .news02-header__title {
  color: #fff;
}

.news-header__lead {
  margin: 0 auto;
  max-width: 740px;
  line-height: 2.26667;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-character;
}

@media screen and (max-width: 767px) {
  .news-header__lead {
    padding-left: 0;
    font-size: 13px;
    line-height: 2;
  }
}

.news-header .news02-header__lead {
  color: #fff;
}

.news-header__tag {
  position: absolute;
  top: 64px;
  left: 0;
  padding: 0 20px 0 15px;
  min-width: 95px;
  height: 20px;
  text-align: center;
  background-color: #000;
  font-size: 12px;
  font-family: montserrat, sans-serif;
  color: #fff;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.news-header__tag::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 10px;
  border-color: transparent transparent #ffffff transparent;
}

@media screen and (max-width: 767px) {
  .news-header__tag {
    top: 34px;
    font-size: 11px;
  }
}

.news-header-bg {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1280px;
}

@media screen and (max-width: 1300px) {
  .news-header-bg {
    width: calc(100vw - 30px);
  }
}

.news-header-other {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-left: -4px;
}

@media screen and (max-width: 767px) {
  .news-header-other {
    margin: 0;
    max-width: calc(100% - 72px);
  }
}

.news-header-other__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4px;
  min-width: 125px;
}

@media screen and (max-width: 767px) {
  .news-header-other__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 2px;
    min-width: 80px;
  }
}

.news-header-other__tag {
  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;
  padding: 0 14px;
  height: 24px;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  font-family: montserrat, sans-serif;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news-header-other__tag {
    font-size: 10px;
  }
}

.news-header-other__tag.c-earth {
  background-color: #1e646e;
}

.news-header-other__tag.c-world {
  background-color: #463c5a;
}

.news-header-other__tag.c-future {
  background-color: #b4467d;
}

.news-header-other__tag.c-work {
  background-color: #003c64;
}

.news-header-other__tag.c-now {
  background-color: #dc6450;
}

.news-body {
  padding: 0 15px;
  text-align: justify;
  text-justify: inter-character;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.news-body p {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .news-body {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .news-body p {
    margin-bottom: 22px;
  }
}

.news-body__h1 {
  margin: 140px 0 35px;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.2em;
  color: #595757;
}

.news-body__h1_karning_short {
  letter-spacing: 0.105em;
}

.news-body__h1:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .news-body__h1 {
    margin: 70px 0 20px;
    font-size: 24px;
  }
}

.news-body__h2 {
  margin: 75px 0 40px;
  line-height: 1.59375;
  letter-spacing: 0.16em;
  font-size: 32px;
  color: #595757;
}

.news-body__h2_karning_short {
  letter-spacing: 0.12em;
}

.news-body__h2:first-child:not(.use_mt) {
  margin-top: 0 !important;
}

.news-body__h2 .u-line {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00)) 0 100%/100% 10px no-repeat;
  background: linear-gradient(#ffff00, #ffff00) 0 100%/100% 10px no-repeat;
}

@media screen and (max-width: 767px) {
  .news-body__h2 {
    margin: 30px 0 20px;
    letter-spacing: 0.1em;
    font-size: 22px;
  }
  .news-body__h2 .u-line {
    background-size: 100% 4px;
  }
}

.news-body__figure {
  margin: 160px 0 70px;
}

.news-body__figure_first {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .news-body__figure {
    margin: 50px -15px 30px;
  }
}

.news01 .news-header-bg .bg-txt {
  fill: #f5f5f5;
}

.news01 .main-contents {
  padding-top: 0;
}

.news01 .main-contents::before {
  content: '';
  display: block;
  margin-bottom: 80px;
  width: 100%;
  height: 90px;
  background-color: #dadada;
}

@media screen and (max-width: 767px) {
  .news01 .main-contents::before {
    margin-bottom: 40px;
    height: 80px;
    background-color: #595757;
  }
}

.news02 .news-header {
  position: relative;
  z-index: 0;
  padding-top: calc((380/1400)*100vw);
}

.news02 .news-header-tomato {
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 850px;
}

@media screen and (max-width: 767px) {
  .news02 .news-header-tomato {
    width: 90%;
  }
}

.news02 .news-header-bg .bg-txt {
  fill: rgba(255, 255, 255, 0.2);
}

.news02 .news-header__number {
  color: #fff;
}

.news02 .news-header__tag::before {
  border-color: transparent transparent #e50000 transparent;
}

.news02 .news-body {
  color: #fff;
}

.news02 .news-body__h2 {
  color: #ffff00;
}

.news02 .archive-nav {
  margin-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news02 .archive-nav {
    margin-bottom: 0;
  }
}

.news02 .archive-nav__link {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news02 .archive-nav__item {
    border-bottom-color: #fff;
  }
}

.news02 .main-contents {
  padding-top: 190px;
  padding-bottom: 170px;
  background-color: #e50000;
}

@media screen and (max-width: 979px) {
  .news02 .main-contents {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  .news02 .main-contents {
    padding-bottom: 40px;
  }
  .news02 .main-contents::before {
    margin-bottom: 40px;
    height: 80px;
    background-color: #595757;
  }
}

.news03 .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.news03 .pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .news03 .pc {
    display: none;
  }
}

.news03 .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .news03 .sp {
    display: block;
  }
}

.news03 .news03-body {
  background-color: #153269;
  margin-top: -34px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .news03 .news03-body {
    margin-top: -114px;
    padding-bottom: 120px;
  }
}

.news03 .news03-body p {
  margin-bottom: 0;
}

.news03 .news03-mv {
  margin-top: -90px;
}

.news03 .news-header {
  margin: -140px auto 50px;
}

@media screen and (max-width: 767px) {
  .news03 .news-header {
    margin: -40px auto 50px;
  }
}

.news03 .news-header-bg {
  padding-top: 210px;
}

@media screen and (max-width: 767px) {
  .news03 .news-header-bg {
    padding-top: 80px;
  }
}

.news03 .news-header-bg .bg-txt {
  fill: rgba(255, 255, 255, 0.05);
}

.news03 .news-header__tag::before {
  border-color: transparent transparent #153269 transparent;
}

.news03 .news-header__number {
  color: #fff;
}

.news03 .news03-header__title {
  font-size: 38px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 50px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .news03 .news03-header__title {
    font-size: 28px;
    padding-left: 40px;
    padding-top: 50px;
  }
}

.news03 .main-contents {
  padding-bottom: 170px;
}

@media screen and (max-width: 979px) {
  .news03 .main-contents {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  .news03 .main-contents {
    padding-bottom: 40px;
  }
  .news03 .main-contents::before {
    margin-bottom: 40px;
    height: 80px;
    background-color: #595757;
  }
}

.news03 .news03-first {
  padding-top: 40px;
}

.news03 .news03-first .news03-tag01 {
  color: #fff;
  top: 120px;
}

.news03 .news03-tag02 {
  color: #fff;
}

.news03 .news03-box {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}

.news03 .news03-box:before {
  content: "";
  position: absolute;
  background: rgba(11, 29, 56, 0.5);
  width: 1130px;
  height: 395px;
  right: -40px;
  top: -40px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .news03 .news03-box:before {
    height: 550px;
  }
}

.news03 .news03-box .news03-toph3 {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .news03 .news03-box .news03-toph3 {
    font-size: 22px;
    line-height: 1.5;
  }
}

.news03 .news03-box .news03-toptxt {
  color: #fff;
  margin-top: 10px;
}

.news03 .news03-h3 {
  color: #fff;
  font-size: 26px;
  border-top: 2px solid #fff;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .news03 .news03-h3 {
    font-size: 20px;
    margin-top: 50px;
  }
}

.news03 .news03-txt {
  color: #fff;
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .news03 .news03-txt {
    padding-bottom: 25px;
  }
}

.news03 .theme-txt {
  color: #fff;
  margin-top: 45px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .news03 .theme-txt {
    margin-top: 25px;
    padding-bottom: 0;
  }
}

.news03 .news03-themebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  padding: 20px 20px 40px;
}

@media screen and (max-width: 767px) {
  .news03 .news03-themebox {
    display: block;
  }
}

.news03 .news03-themebox .news03-h4 {
  color: #fff;
  font-family: Montserrat;
  font-weight: 100;
  font-style: italic;
  margin-right: 60px;
  font-size: 20px;
}

.news03 .news03-themebox .news03-ul {
  color: #fff;
  font-family: Noto Serif JP;
  margin-top: 15px;
}

.news03 .news03-themebox .news03-ul .news03-li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .news03 .news03-themebox .news03-ul .news03-li {
    line-height: 1.8;
    margin-bottom: 10px;
  }
}

.news03 .news-img_01 {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .news03 .news-img_01 {
    margin-top: 60px;
  }
}

[data-emergence=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

[data-emergence=hidden] .u-line {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00)) 0 100%/0 0px no-repeat;
  background: linear-gradient(#ffff00, #ffff00) 0 100%/0 0px no-repeat;
}

[data-emergence=visible] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease;
}

[data-emergence=visible] .u-line {
  -webkit-animation: 1s ease newshoverline forwards;
          animation: 1s ease newshoverline forwards;
}

@-webkit-keyframes newshoverline {
  0% {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00)) 0 100%/0 0px no-repeat;
    background: linear-gradient(#ffff00, #ffff00) 0 100%/0 0px no-repeat;
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00)) 0 100%/100% 10px no-repeat;
    background: linear-gradient(#ffff00, #ffff00) 0 100%/100% 10px no-repeat;
  }
}

@keyframes newshoverline {
  0% {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00)) 0 100%/0 0px no-repeat;
    background: linear-gradient(#ffff00, #ffff00) 0 100%/0 0px no-repeat;
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00)) 0 100%/100% 10px no-repeat;
    background: linear-gradient(#ffff00, #ffff00) 0 100%/100% 10px no-repeat;
  }
}
/*# sourceMappingURL=style.css.map */