@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : news.css
Description : ニュースページ
===================================================================== */
/* CSS INFORMATION =====================================================
Description : アニメーション用（読み込み専用）
===================================================================== */
@keyframes viewinMask {
  0% {
    transform: translateY(101%);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes viewinImg {
  0% {
    transform: translateY(100%);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes keySlider {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 462px 0;
  }
}
/*--------------------------------------
    sub_mv
--------------------------------------*/
.sub_mv {
  position: relative;
  width: 100%;
  margin: auto;
  background: url(../images/top/deco_mv.png) no-repeat top right, url(../images/top/bg_mv.jpg) repeat;
}
@media screen and (max-width: 767px) {
  .sub_mv {
    background-size: 100% auto, auto;
    background-position: top center, 0 0;
  }
}
.sub_mv .inner {
  width: 90%;
  padding: 0;
  aspect-ratio: 750/440;
  max-width: 1545px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sub_mv .inner {
    aspect-ratio: unset;
    grid-template-columns: 2fr 1fr;
    padding: 10rem 0 10rem 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sub_mv__left {
    display: none;
  }
}
.sub_mv__right {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sub_mv__right {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .sub_mv .logo {
    width: 65.7333333333%;
  }
}

/*--------------------------------------
    news
--------------------------------------*/
.news__block {
  padding-bottom: 10rem;
  background-image: repeating-linear-gradient(to right, transparent 0, transparent 460px, #f2f1e9 460px, #f2f1e9 462px), repeating-linear-gradient(to bottom, transparent 0, transparent 220px, #f2f1e9 220px, #f2f1e9 222px);
  animation: bg-slider 5s linear infinite;
}
.news__inner {
  width: 90%;
  margin: auto;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .news__list {
    padding-top: 7rem;
  }
}
.news__list .news__item {
  position: relative;
  padding: 0 0 7rem;
  width: 100%;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
}
.news__list .news__item::before, .news__list .news__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 10rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #151515;
}
@media screen and (min-width: 768px) {
  .news__list .news__item::before, .news__list .news__item::after {
    height: 5rem;
  }
}
.news__list .news__item::before {
  left: 0;
}
.news__list .news__item::after {
  right: 0;
}
.news__list .news__item:not(:last-child) {
  margin-bottom: 6rem;
}
.news__list .news__item_wrap {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.3rem;
}
@media screen and (min-width: 768px) {
  .news__list .news__item_wrap {
    padding: 1rem;
  }
}
.news__list .news__item_wrap::before, .news__list .news__item_wrap::after {
  content: "";
  display: block;
  width: 1px;
  height: 10rem;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #151515;
}
@media screen and (min-width: 768px) {
  .news__list .news__item_wrap::before, .news__list .news__item_wrap::after {
    height: 5rem;
  }
}
.news__list .news__item_wrap::before {
  left: 0;
}
.news__list .news__item_wrap::after {
  right: 0;
}
.news__list .news__item dl {
  position: relative;
  z-index: 2;
  padding: 2rem 3rem;
  background: #e0dfd5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .news__list .news__item dl {
    padding: 2rem 4rem;
  }
}
.news__list .news__item dt {
  position: relative;
  color: #e70012;
  font-family: "Girassol", serif;
}
.news__list .news__item dd {
  position: relative;
  padding-right: 2rem;
  line-height: 2;
  font-weight: 500 !important;
}
.news__list .news__item_photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 5rem 0;
}
@media screen and (min-width: 768px) {
  .news__list .news__item_photos {
    margin: 5rem 6rem;
  }
}
.news__list .news__item_photos .full {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .news__list .news__item_photos .half {
    grid-column: 1/-1;
  }
}

.news-text01 {
  position: relative;
  z-index: 1;
  text-align: left;
  font-weight: 500 !important;
  padding: 3rem 3rem;
}
@media screen and (min-width: 768px) {
  .news-text01 {
    font-size: 1.8rem;
    line-height: 2;
    padding: 2rem 5rem;
  }
}
.news-text01 .bg-beju {
  background: #e0dfd5;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0;
}
.news-text01 a {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  color: #214bc6;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4em;
}
.news-text01 a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 1rem;
  left: 0;
  width: 0.9rem;
  height: 1em;
  background: url(../images/common/icon_arrow_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .news-text01 a::before {
    width: 1rem;
  }
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  width: 80%;
  max-width: 500px;
  padding: 8px;
  margin: 3rem auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
  transition: all 0.15s ease;
  text-align: center;
  border: 1px solid #151515;
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 2.2rem;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.9rem;
  height: 1em;
  background: url(../images/common/icon_arrow_wt.svg) no-repeat center/contain;
  z-index: 10;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .button::before {
    right: 4rem;
    width: 1rem;
    height: 1.6rem;
  }
}
.button:active, .button:focus {
  outline: none;
}
.button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background: #91000b;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px transparent;
}
.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background: #e70012;
  transform: skew(-15deg);
  transition: all 0.2s ease;
}
.button_text {
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .button_text {
    line-height: 2.2;
  }
}
.button:hover {
  color: #0f1923;
}
.button:hover .button_sl {
  width: calc(100% + 15px);
}
.button:hover .button_lg::after {
  background-color: #fff;
}
.button:hover::before {
  right: 3rem;
}/*# sourceMappingURL=news.css.map */