@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
.page_head--s2 {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .page_head--s2 {
    padding-top: 1.2rem;
  }
}
.page_head--s2 .page_head_img {
  width: calc(100% - 2.22rem);
}
@media screen and (min-width: 769px) {
  .page_head--s2 .page_head_img {
    width: calc(50% + 56.75rem);
    height: 47.6rem;
  }
}

.sec-culture {
  padding: 7.6rem 0 18.8rem;
}
@media screen and (max-width: 768px) {
  .sec-culture {
    padding: 1.7rem 0 7.9rem;
  }
}
.sec-culture .wrap {
  max-width: 113rem;
}

.culture-list {
  margin: 9.5rem 0 10.8rem;
}
@media screen and (max-width: 768px) {
  .culture-list {
    margin: 7.5rem 0 5.3rem;
  }
}
.culture-list__item:not(:last-child) {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .culture-list__item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.culture-list__item a {
  position: relative;
  display: block;
  background: white;
}
@media screen and (min-width: 769px) {
  .culture-list__item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 12rem;
  }
  .culture-list__item a:hover {
    opacity: 1;
  }
  .culture-list__item a:hover .ico::before {
    right: 0;
  }
  .culture-list__item a:hover .ico .arw {
    right: -2em;
  }
}
.culture-list__item a .ico {
  position: absolute;
  top: 5.9rem;
  bottom: 0;
  right: 5rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .culture-list__item a .ico {
    top: auto;
    bottom: 2.9rem;
    right: 2rem;
  }
}
.culture-list__item a .ico::before {
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.6s ease;
}
.culture-list__item a .ico .arw {
  position: relative;
  right: 0;
  transition: right 0.6s ease;
}
.culture-list__item a p {
  color: #646464;
  font-family: "Noto Serif JP", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 100px;
}
@media screen and (max-width: 768px) {
  .culture-list__item a p {
    color: rgba(22, 22, 22, 0.5);
    -webkit-line-clamp: 4;
    max-height: 104px;
  }
}
.culture-list__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .culture-list__img {
    width: 37rem;
  }
}
.culture-list__img::before {
  content: "";
  display: block;
  padding-bottom: 54.0540540541%;
}
.culture-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture-list__ct {
  padding: 2.2rem 2rem 5rem;
}
@media screen and (min-width: 769px) {
  .culture-list__ct {
    align-self: center;
    width: calc(100% - 43rem);
    padding: 2rem 0;
  }
}
.culture-list__ct-ttl {
  margin: -0.2rem 0 1.8rem;
  font-family: "Noto Serif JP", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .culture-list__ct-ttl {
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }
}