@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes arrow-link-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
@keyframes arrow-link-line-reverse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.news-archive {
  padding-top: 4.4444444444vw;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 767px) {
  .news-archive {
    padding-top: 17.0666666667vw;
    padding-bottom: 32vw;
  }
}
.news-archive .navList {
  width: 86.6666666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(15px, 1.0416666667vw, 15px * 1.05) clamp(20px, 1.3888888889vw, 20px * 1.05);
}
@media (max-width: 767px) {
  .news-archive .navList {
    width: 100%;
    gap: 2.1333333333vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 1.6vw;
  }
}
@media (max-width: 767px) {
  .news-archive .navList > li:first-of-type {
    padding-left: clamp(16px, 1.1111111111vw, 16px * 1.05);
  }
  .news-archive .navList > li:last-of-type {
    padding-right: clamp(16px, 1.1111111111vw, 16px * 1.05);
  }
}
.news-archive .navList > li a {
  display: block;
  min-width: clamp(180px, 12.5vw, 180px * 1.05);
  padding: clamp(12px, 0.8333333333vw, 12px * 1.05) clamp(20px, 1.3888888889vw, 20px * 1.05);
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .news-archive .navList > li a {
    min-width: 27.7333333333vw;
    padding: 2.1333333333vw;
    white-space: nowrap;
  }
}
.news-archive .navList > li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F9F9F5 20%, #F9F3F6 80%, #E7F2F5 150%);
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.news-archive .navList > li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F4F4EF 0%, #F6E7EE 50%, #E7F2F5 100%);
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.news-archive .navList > li a:hover:after, .news-archive .navList > li a.current:after {
  opacity: 1;
}
.news-archive .navList > li a .txt {
  color: #272A6E;
  font-size: clamp(16px, 1.1111111111vw, 16px * 1.05);
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .news-archive .navList > li a .txt {
    font-size: 4vw;
  }
}
.news-archive .m-articleList {
  margin: 4.4444444444vw auto 0;
}
@media (max-width: 767px) {
  .news-archive .m-articleList {
    margin-top: 12.8vw;
  }
}

.newsDetail-head {
  min-height: clamp(360px, 25vw, 360px * 1.05);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(113px, 7.8472222222vw, 113px * 1.05) clamp(96px, 6.6666666667vw, 96px * 1.05) clamp(113px, 7.8472222222vw, 113px * 1.05) clamp(143px, 9.9305555556vw, 143px * 1.05);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newsDetail-head {
    min-height: 0;
    padding: 13.0666666667vw 3.7333333333vw 11.7333333333vw 8.8vw;
    display: block;
  }
}
.newsDetail-head .date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(20px, 1.3888888889vw, 20px * 1.05);
  color: rgba(91, 82, 147, 0.4);
}
@media (max-width: 767px) {
  .newsDetail-head .date {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
  }
}
.newsDetail-head .ttl {
  font-weight: 700;
  font-size: clamp(40px, 2.7777777778vw, 40px * 1.05);
  line-height: 1.45;
  margin-top: clamp(12px, 0.8333333333vw, 12px * 1.05);
  position: relative;
}
@media (max-width: 767px) {
  .newsDetail-head .ttl {
    font-size: 6.4vw;
    line-height: 1.4583333333;
    margin-top: 4.2666666667vw;
  }
}
.newsDetail-head .ttl:before {
  content: "";
  display: block;
  width: clamp(179px, 12.4305555556vw, 179px * 1.05);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: calc(clamp(193px, 13.4027777778vw, 193px * 1.05) * -1);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .newsDetail-head .ttl:before {
    width: 47.7333333333vw;
    left: -49.8666666667vw;
    top: 5.3333333333vw;
    transform: none;
  }
}
.newsDetail-head .cat {
  margin-top: clamp(12px, 0.8333333333vw, 12px * 1.05);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(12px, 0.8333333333vw, 12px * 1.05);
}
@media (max-width: 767px) {
  .newsDetail-head .cat {
    margin-top: 4.2666666667vw;
    gap: 3.2vw;
  }
}
.newsDetail-head .cat a {
  display: block;
  min-width: clamp(120px, 8.3333333333vw, 120px * 1.05);
  padding: clamp(6px, 0.4166666667vw, 6px * 1.05) clamp(12px, 0.8333333333vw, 12px * 1.05);
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .newsDetail-head .cat a {
    min-width: 32vw;
    padding: 1.6vw 3.2vw;
    white-space: nowrap;
  }
}
.newsDetail-head .cat a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F9F9F5 23.33%, #F9F3F6 81.86%, #E7F2F5 140.38%);
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.newsDetail-head .cat a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F9F9F5 23.33%, #F9F3F6 81.86%, #E7F2F5 140.38%);
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.newsDetail-head .cat a:hover:after {
  opacity: 1;
}
.newsDetail-head .cat a .txt {
  color: #272A6E;
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  line-height: 1;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .newsDetail-head .cat a .txt {
    font-size: 4vw;
  }
}
.newsDetail-head .deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.newsDetail-head .deco:before {
  content: "";
  display: block;
  width: calc(100% - 61.25vw - 3.9583333333vw);
  aspect-ratio: 503/694;
  background-image: url(../../img/common/bg_head-left.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .newsDetail-head .deco:before {
    width: clamp(503px, 34.9305555556vw, 503px * 1.05);
  }
}
@media (max-width: 767px) {
  .newsDetail-head .deco:before {
    width: 68vw;
    aspect-ratio: 255/440;
    background-image: url(../../img/common/bg_head-left-sp.svg);
  }
}

.newsDetail-content {
  padding-bottom: 8.3333333333vw;
  position: relative;
}
@media (max-width: 767px) {
  .newsDetail-content {
    padding-top: 6.4vw;
    padding-bottom: 32vw;
    width: 91.4666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.newsDetail-content:after {
  content: "";
  display: block;
  width: clamp(291px, 20.2083333333vw, 291px * 1.05);
  aspect-ratio: 168/312;
  background-image: url(../../img/common/deco_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  top: clamp(-300px, -20.8333333333vw, -300px * 1.05);
  right: clamp(153px, 10.625vw, 153px * 1.05);
  z-index: -1;
}
@media (max-width: 767px) {
  .newsDetail-content:after {
    width: 38.4vw;
    aspect-ratio: 95/176;
    background-image: url(../../img/common/deco_line-wide.svg);
    top: -58.6666666667vw;
    right: -3.2vw;
  }
}
.newsDetail-content .m-richeditor {
  width: clamp(760px, 52.7777777778vw, 760px * 1.05);
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .newsDetail-content .m-richeditor {
    width: 100%;
  }
}
.newsDetail-content .m-arrowLinkReverse {
  margin: 4.4444444444vw auto 0;
  width: clamp(264px, 18.3333333333vw, 264px * 1.05);
}
@media (max-width: 767px) {
  .newsDetail-content .m-arrowLinkReverse {
    font-size: 6.4vw;
    line-height: 1.1666666667;
    margin-top: 17.0666666667vw;
    width: 70.4vw;
  }
}
.newsDetail-content .m-pageArrow {
  width: clamp(860px, 59.7222222222vw, 860px * 1.05);
  margin: 4.4444444444vw auto 0;
}
@media (max-width: 767px) {
  .newsDetail-content .m-pageArrow {
    width: 91.4666666667vw;
    margin-top: 17.0666666667vw;
  }
}

/*# sourceMappingURL=news.css.map */
