@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
#news .ttl-box h1 {
  width: 278px;
}
@media only screen and (max-width: 1250px) {
  #news .ttl-box h1 {
    width: 22.24vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl-box h1 {
    width: 43.4375vw;
  }
}
#news .ttl-box h1 .ttl-shine {
  -webkit-mask-image: url("../img/news/title.svg");
          mask-image: url("../img/news/title.svg");
}
#news .ttl-box h1 .ttl-shine span {
  position: absolute;
  bottom: -60px;
  left: -50px;
  width: 100px;
  height: 100px;
  background-color: #B9D62F;
  filter: blur(20px);
}
#news .news__list {
  margin-bottom: 82px;
}
@media only screen and (max-width: 1250px) {
  #news .news__list {
    margin-bottom: 6.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list {
    margin-bottom: 7.8125vw;
  }
}
#news .news__list ul li {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #861FAA;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li {
    margin-bottom: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li {
    margin-bottom: 3.125vw;
    border-radius: 1.5625vw;
  }
}
#news .news__list ul li a {
  position: relative;
  top: -6px;
  display: grid;
  align-items: center;
  grid-template-columns: 297px 1fr;
  border-radius: 10px;
  color: #363636;
  overflow: hidden;
  text-decoration: none;
  background-color: #861FAA;
  border: 1px solid #861FAA;
  background-image: linear-gradient(90deg, rgb(234, 242, 245), rgb(255, 255, 255));
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a {
    grid-template-columns: 23.76vw 1fr;
    border: 0.08vw solid #861FAA;
    border-bottom-width: 0.48vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a {
    display: block;
    top: -0.625vw;
    border-radius: 1.5625vw;
  }
}
#news .news__list ul li a .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 101%;
  background-color: #861FAA;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 41.5625vw;
    height: 10.3125vw;
  }
}
#news .news__list ul li a .date p {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  margin-left: -1em;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a .date p {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a .date p {
    font-size: 3.75vw;
  }
}
#news .news__list ul li a .date p span {
  display: block;
  font-size: 48px;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a .date p span {
    font-size: 3.84vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a .date p span {
    display: inline;
    font-size: 7.5vw;
  }
}
#news .news__list ul li a .txt {
  padding: 42px 38px;
  padding-right: 105px;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a .txt {
    padding: 3.36vw 3.04vw;
    padding-right: 8.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a .txt {
    padding: 13.28125vw 4.0625vw 6.25vw;
    padding-right: 14.0625vw;
  }
}
#news .news__list ul li a .txt p {
  font-size: 24px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a .txt p {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a .txt p {
    font-size: 3.75vw;
    line-height: 1.5;
  }
}
#news .news__list ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 38px;
  height: 45px;
  background: url("../img/parts/arrow_pl.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a .arrow {
    right: 2.24vw;
    width: 3.04vw;
    height: 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a .arrow {
    right: 4.375vw;
    width: 5.9375vw;
    height: 7.03125vw;
  }
}
#news .news__list ul li a:hover {
  top: 0;
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a:hover {
    top: -0.625vw;
  }
}
#news .news__list ul li a:hover .txt p {
  color: #861FAA;
}
#news .news__list ul li a:hover .arrow {
  -webkit-animation: slideLoop 1.5s ease infinite;
          animation: slideLoop 1.5s ease infinite;
}
#news .news__con {
  border: 1px solid #861FAA;
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(234, 242, 245), rgb(255, 255, 255));
}
#news .news__con .h-box {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 297px 1fr;
  color: #363636;
  text-decoration: none;
  border-bottom: 1px solid #861FAA;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .h-box {
    grid-template-columns: 23.76vw 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box {
    display: block;
  }
}
#news .news__con .h-box .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 101%;
  background-color: #861FAA;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 41.5625vw;
    height: 10.3125vw;
  }
}
#news .news__con .h-box .date p {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  margin-left: -1em;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .h-box .date p {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box .date p {
    font-size: 3.75vw;
  }
}
#news .news__con .h-box .date p span {
  display: block;
  font-size: 48px;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .h-box .date p span {
    font-size: 3.84vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box .date p span {
    display: inline;
    font-size: 7.5vw;
  }
}
#news .news__con .h-box h1 {
  padding: 42px 38px;
  line-height: 1.5;
  padding-right: 105px;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .h-box h1 {
    padding: 3.36vw 3.04vw;
    padding-right: 8.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box h1 {
    padding: 13.28125vw 4.0625vw 6.25vw;
    padding-right: 14.0625vw;
  }
}
#news .news__con .h-box h1 span {
  font-size: 24px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .h-box h1 span {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box h1 span {
    font-size: 3.75vw;
    line-height: 1.5;
  }
}
#news .news__con__detail {
  padding: 45px 100px;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail {
    padding: 3.6vw 8vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail {
    padding: 4.0625vw;
  }
}
#news .news__con__detail h2 {
  position: relative;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  padding: 14px 35px;
  border-radius: 24px 0 24px 0;
  background-color: #861FAA;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail h2 {
    font-size: 1.92vw;
    padding: 1.12vw 2.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h2 {
    border-radius: 3.75vw 0 3.75vw 0;
    font-size: 3.75vw;
    padding: 2.1875vw 5.46875vw;
  }
}
#news .news__con__detail h2::before {
  content: "";
  position: absolute;
  top: -42px;
  left: -25px;
  width: 88px;
  height: 87px;
  background: url("../img/news/h3_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h2::before {
    top: -6.5625vw;
    left: -3.90625vw;
    width: 13.75vw;
    height: 13.59375vw;
  }
}
#news .news__con__detail h3 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  color: #861FAA;
  padding: 6px 25px;
  margin-bottom: 1em;
  border-radius: 24px 0 24px 0;
  border: 1px solid #861FAA;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail h3 {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h3 {
    font-size: 3.125vw;
    padding: 1.25vw 3.90625vw;
    border-radius: 3.75vw 0 3.75vw 0;
  }
}
#news .news__con__detail h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 0 10px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h4 {
    font-size: 2.8125vw;
    gap: 0 1.5625vw;
  }
}
#news .news__con__detail h4::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 32px;
  background: url("../img/news/h4_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h4::before {
    width: 2.1875vw;
    height: 5vw;
  }
}
#news .news__con__detail a {
  color: #861FAA;
}
#news .news__con__detail p {
  font-size: 16px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail p {
    font-size: 3.125vw;
  }
}
#news .news__con__detail p.small {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail p.small {
    font-size: 2.5vw;
  }
}
#news .news__con__detail p a {
  color: #861FAA;
  word-break: break-word;
}
#news .news__con__detail .wp-block-image {
  margin: 2.5em 0;
  text-align: center;
}
#news .news__con__detail .wp-block-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-image img {
    width: 100%;
  }
}
#news .news__con__detail .wp-block-buttons {
  display: flex;
  align-items: center;
}
#news .news__con__detail .wp-block-button {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50px;
  background-image: linear-gradient(90deg, rgb(139, 168, 1), rgb(185, 214, 47) 54%, rgb(139, 168, 1));
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button {
    border-radius: 7.8125vw;
  }
}
#news .news__con__detail .wp-block-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(185, 214, 47), rgb(139, 168, 1) 54%, rgb(185, 214, 47));
  transition: all 0.4s ease;
}
#news .news__con__detail .wp-block-button a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1em 1.8em;
  padding-right: 3em;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail .wp-block-button a {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a {
    font-size: 3.4375vw;
    min-width: 39.0625vw;
  }
}
#news .news__con__detail .wp-block-button a span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail .wp-block-button a span {
    font-size: 1.28vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a span {
    font-size: 2.5vw;
  }
}
#news .news__con__detail .wp-block-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 28px;
  height: 35px;
  background: url("../img/parts/arrow_wh.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail .wp-block-button a::after {
    right: 4vw;
    width: 3.04vw;
    height: 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a::after {
    right: 7.8125vw;
    width: 5.9375vw;
    height: 7.03125vw;
  }
}
#news .news__con__detail .wp-block-button:hover::before {
  opacity: 0;
}
#news .news__con__detail .wp-block-embed.aligncenter {
  text-align: center;
}
#news .news__con__detail .wp-block-embed iframe {
  width: 800px;
  height: 450px;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail .wp-block-embed iframe {
    width: 64vw;
    height: 36vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-embed iframe {
    width: 78.125vw;
    height: 45.3125vw;
  }
}
#news .news__list ul li {
  opacity: 0;
  filter: brightness(5);
  transition: all 0.6s 0.6s ease;
}
#news .news__list ul li:nth-child(2) {
  transition-delay: 0.7s;
}
#news .news__list ul li:nth-child(3) {
  transition-delay: 0.8s;
}
#news .btn {
  opacity: 0;
  transition: all 0.4s 1s ease;
}
#news.move-on .news__list ul li {
  opacity: 1;
  filter: brightness(1);
}
#news.move-on .news__list ul li .txt {
  color: #363636;
  text-shadow: none;
}
#news.move-on .btn {
  opacity: 1;
}

@-webkit-keyframes slideLoop {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) translateX(10px); /* 画面右端へ */
    opacity: 0;
  }
  41% {
    transform: translateY(-50%) translateX(-10px); /* 一気に左へ移動 */
    opacity: 0;
  }
  60% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}

@keyframes slideLoop {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) translateX(10px); /* 画面右端へ */
    opacity: 0;
  }
  41% {
    transform: translateY(-50%) translateX(-10px); /* 一気に左へ移動 */
    opacity: 0;
  }
  60% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}