@charset "UTF-8";
/*main color*/
/*mono*/
/*accent*/
/*addcolor*/
/*font-family*/
/*font-weight*/
/*media query break point*/
/*se*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*grid settings*/
/* media query */
/*  ここにTOPページのCSSを書き込む  */
:root {
  --arch-h: 5rem;
}

@media only screen and (max-width: 768px) {
  .p-cont-bg {
    padding-bottom: 5rem;
  }
}

.p-mv {
  position: relative;
}
.p-mv__news {
  width: 100%;
  padding: 8rem 0 4rem;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-mv__news {
    padding: 4rem 0;
  }
}
.p-mv__news__ttl {
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-mv__news__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-mv__news__ttl {
    font-size: 2.4rem;
  }
}
.p-mv__news__ttl-eng {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-mv__news__ttl-jp {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
.p-mv__news-line {
  text-align: center;
  margin: 4rem auto 0;
  display: block;
  color: #BDC6AA;
}
.p-mv__news-dot {
  margin: 4rem auto 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #BDC6AA;
}
.p-mv__news-dot img {
  width: 4rem;
}
.p-mv__info {
  text-align: center;
  z-index: 2;
}
.p-mv__info__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-mv__info__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-mv__info__ttl {
    font-size: 1.6rem;
  }
}
.p-mv__info__date {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-mv__info__date {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-mv__info__date {
    font-size: 1.3rem;
  }
}

.p-news {
  position: relative;
  background-color: #fff;
  padding: 1px 0;
}
.p-news__list__item {
  border-bottom: 1px solid #EDEFE9;
}
.p-news__list__item .itemLink {
  display: block;
  padding: 2.4rem 2rem;
  transition: 0.3s;
  background-color: #fff;
  margin: 0.5rem 0;
  border-radius: 2rem;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-news__list__item .itemLink {
    padding: 2rem 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-news__list__item .itemLink:hover:hover {
    opacity: 0.8;
  }
}
.p-news__list__item .itemLink .u-arw-right {
  position: absolute;
  right: -0.7rem;
  top: 51%;
  width: 2rem;
  height: 1px;
  transition: 0.3s;
  transform: translateY(-50%);
  background-color: #63704D;
  color: #63704D;
}
.p-news__list__item .itemLink .u-arw-right::before {
  border-right: unset;
}
.p-news__list__item .itemLink:hover {
  transition: 0.3s;
}
.p-news__list__item .itemLink:hover .u-arw-right {
  width: 3rem;
  right: -1.7rem;
}
.p-news__list__item .itemLink.nolink {
  pointer-events: none;
}
.p-news__list__item .itemLink dl {
  display: grid;
  gap: 1rem;
}
.p-news__list__item .itemLink dl dt {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-news__list__item .itemLink dl dt .att {
  font-size: 1.2rem;
  background: #63704D;
  color: #fff;
  padding: 0.4rem 0.6rem;
}
.p-news__list__item .itemLink dl dd {
  font-size: 1.5rem;
}
.p-news__ret {
  margin: 0rem auto 10rem;
}
.p-news__ret a {
  margin: 3rem auto;
}

.p-info__gal__img {
  aspect-ratio: 1/1.75;
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.p-info__gal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-info__txt {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-info__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-info__txt {
    font-size: 1.3rem;
  }
}
.p-info__ret {
  margin: 6rem auto 10rem;
}
.p-info__ret a {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #EDEFE9;
  color: #333;
  max-width: 26rem;
  margin: 3rem auto;
  border-radius: 1000px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-info__ret a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-info__ret a {
    font-size: 1.2rem;
  }
}
.p-info__ret a:hover {
  background-color: #EDEFE9;
  transition: 0.3s;
}

#sliderNews.slider {
  padding: 0 2vw;
}
#sliderNews .inner {
  width: 97%;
}
#sliderNews .slides {
  left: -100%;
}
#sliderNews .slider-control {
  display: none;
}/*# sourceMappingURL=info.css.map */