@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : news.css
Description : お知らせ
===================================================================== */
/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 16rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 12rem 0;
  }
}
.news_logobg {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 124.8rem;
  aspect-ratio: 1248/513;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.08;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .news_logobg {
    left: calc(50% + 220px);
  }
}
.news_column {
  position: relative;
  width: 100%;
}
.news_ttl {
  position: relative;
  width: 100%;
  margin: -0.3em 0;
  text-align: center;
}
.news_ttl > span {
  display: block;
  color: transparent;
  font-family: "Anton", sans-serif;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ff2c3d;
}
.news_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .news_wrap {
    margin-top: 6rem;
  }
}
.news_subttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.news_subttl > span {
  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;
  width: 17.9104477612%;
  padding: 3.2rem 0;
  color: #ffffff;
  font-family: "Anton", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
  background-color: #ff2c3d;
}
@media screen and (min-width: 768px) {
  .news_subttl > span {
    width: 120px;
    padding: 2.4rem 0;
    font-size: 2rem;
  }
}
.news_subttl > em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 82.0895522388%;
  padding: 3.2rem 4rem;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: left;
  background-color: #1f1f1f;
}
@media screen and (min-width: 768px) {
  .news_subttl > em {
    width: calc(100% - 120px);
    padding: 2.4rem 4rem;
    font-size: 2.4rem;
  }
}
.news_body {
  position: relative;
  width: 100%;
  padding: 6rem 4rem 8rem 4rem;
}
@media screen and (min-width: 768px) {
  .news_body {
    padding: 4.5rem 6% 6rem 6%;
  }
}
.news_body a {
  text-decoration-line: underline;
  text-decoration-color: #ff2c3d;
}
.news_img {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news_img {
    margin-top: 3rem;
  }
}
.news_img:first-child {
  margin-top: 0;
}
.news_img_corner {
  position: absolute;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  display: block;
  width: 6.2rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.news_img_corner.lt {
  left: 0;
  top: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.news_img_corner.rt {
  right: 0;
  top: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.news_img_corner.lb {
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.news_img_corner.rb {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.news_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .news_text {
    margin-top: 3rem;
  }
}
.news_text:first-child {
  margin-top: 0;
}
.news_text > p {
  width: 100%;
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .news_text > p {
    margin-top: 3rem;
  }
}
.news_text > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=news.css.map */