@charset 'UTF-8';

/* カルチャートップコンテンツ-sp
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.page-top {
  background-color: var(--color19);
}
.page-top__right {
  width: 90%;
  margin: 0 auto;
}

.page-top__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color04);
  margin: 0 0 24px;
}

.page-top__ttl-box {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
}

.page-top__category-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 50px;
}

.page-top__category-item {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.01em;
  padding: 9px 14px;
  border-radius: 32px;
  background-color: var(--color20);
}

.page-top__category-list .page-top__category-item:nth-of-type(n + 2) {
  margin: 0 0 0 8px;
}

.page-top__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0 0 40px;
  border-radius: 10px;
}

.page-top__interviewees {
  border-top: solid 1px var(--color04);
  border-bottom: solid 1px var(--color04);
  padding: 28px 0;
}

.page-top__interviewees-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: var(--color04);
  margin: 0 0 20px;
}

.page-top__interviewees-profile {
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: var(--color04);
}

.pickup {
  margin: 0 0 100px;
  padding: 100px 20px 0px;
}

/* 画像コンテナのスタイル */
.column-article__img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

/* 実際の画像のスタイル */
.pickup__img-list__item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

/* ホバー時のアニメーションは、引き続き画像をターゲットに */
.column-article__link:hover .pickup__img-list__item {
  transform: scale(1.1);
}

/* column-article__link 自体には、特別なoverflow設定は不要です */
.column-article__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.pickup__ttl {
  font-size: 22px;
  line-height: 1.5;
}

.pickup__ttl-subttl {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 90%;
}

@media screen and (min-width: 577px) {
  /* カルチャートップコンテンツ-tb
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-top__left {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  /* カルチャートップコンテンツ-pc
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-top__left {
    width: 46%;
    padding-top: 20px;
  }
  .culture-detail__inner {
    padding: 0px 50px 0 10%;
  }
  .page-top__interviewees-name {
    font-size: 20px;
  }
  .page-top__interviewees-profile {
    font-size: 20px;
    line-height: 2.4;
  }
}

/* カルチャー記事内-sp
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.culture-contents {
  padding: 100px 0 80px;
}

.culture-h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin: 0 0 28px;
}

.culture-h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 0 0 28px;
  padding: 0 0 0 28px;
  position: relative;
}

.culture-h3::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 1px;
  background-color: var(--color03);
  position: absolute;
  top: 3px;
  left: 0;
}

.culture-contents p {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0 0 50px;
}

.culture-enclosure {
  padding: 24px 20px;
}

.wp-block-group__inner-container:has(.wp-block-image) {
  margin: 0 0 50px;
}

.culture-contents img {
  width: 100%;
  height: auto;
}

.wp-block-image + p {
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin: 20px 0 0;
}

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}
.slick-slide {
  margin: 0 8px 0;
}
.pickup-sub-ttl01 {
  font-size: 15px;
  font-weight: 500;
}

.pickup__img__ttl {
  width: 100%;
  font-size: 15px;
}
.pickup__img__tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: var(--color03);
  padding: 4px 8px;
  border: solid 1px var(--color03);
  border-radius: 50px;
  margin-right: 5px;
}
@media screen and (min-width: 577px) {
  /* カルチャー記事内-tb
            ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
}

@media screen and (min-width: 769px) {
  /* カルチャー記事内-pc
            ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-top__category-item {
    font-size: 17px;
    padding: 11px 20px;
  }
  .page-top__ttl {
    font-size: 35px;
  }
  .page-top__thumbnail {
    border-radius: 20px;
  }
  .page-top__ttl-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .pickup {
    padding: 0;
  }
  .pickup__cont {
    max-width: 1400px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    padding: 16px 0 161px 100px;
    justify-content: space-between;
  }

  .pickup__txt-box {
    padding: 0;
    width: 32%;
    margin-bottom: 235px;
  }

  .pickup__img-box {
    display: flex;
    width: 68%;
  }

  .pickup__img {
    width: calc(calc(100% - 123px) / 2);
  }

  .pickup__ttl {
    font-size: 30px;
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .pickup-sub-ttl01 {
    font-size: 20px;
  }

  .pickup__ttl-subttl {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .pickup__img-list {
    display: flex;
    gap: 45px;
  }
  .column-article__item {
    width: 368px;
  }

  .pickup__img__ttl {
    font-size: 20px;
    margin: 25px 0 24px;
    line-height: 1.4;
  }
  .pickup__img__tag {
    font-size: 18px;
    padding: 8px 16px;
    border: solid 1px var(--color03);
  }
  .culture-h2 {
    font-size: 30px;
  }
  .culture-contents p {
    font-size: 18px;
  }
}

/* カルチャーSNS-sp
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.sns {
  padding: 28px 0;
  border-top: solid 1px var(--color10);
  border-bottom: solid 1px var(--color10);
  margin: 0;
}

.sns-box {
}

.sns-left {
  width: auto;
}

.sns-left__txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.sns-right {
  width: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.sns__link {
  display: inline-block;
}

.sns__icon1 .sns__icon2 {
  width: 35px;
  height: 35px;
}
.sns__icon1 {
  width: 35px;
}
.sns__icon2 {
  width: 35px;
}
@media screen and (min-width: 577px) {
  /* カルチャーSNS-tb
            ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-top__right {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  /* カルチャーSNS-pc
            ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-top__right {
    width: 43%;
    margin: initial;
  }
  .culture-contents .inner .inner-cont {
    width: 68%;
  }
  .sns {
    margin: 0 0 105px;
  }
  .sns-box {
    width: 60%;
    margin: 0 auto;
  }
  .sns-left__txt {
    font-size: 17px;
  }
  .sns__icon1 {
    width: 100%;
  }
  .sns__icon2 {
    width: 100%;
  }
}

/* カルチャーおすすめ記事-sp
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.rec {
  margin: 0 0 200px;
}

.rec__cont-wrap {
  display: block;
}

.rec__left {
  margin: 0 0 40px;
}

.rec__ttl-en {
  display: block;
  margin: 0 0 33px;
  padding: 0 0 0 21.5px;
  position: relative;
}

.rec__ttl-en::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../../images/common/cont-ttl-accent2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rec__ttl-en-color {
  color: var(--color02);
}

.rec-ttl {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.01;
  line-height: 1.6;
  margin: 0 0 40px;
}

.rec__btn {
  margin: 0 0 40px;
}

.rec__btn-link {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0 0 0 55px;
}

.rec__btn-link::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/btn-b-l.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.page-news__reverse {
  text-align: center;
  border-top: solid 1px var(--color10);
  border-bottom: solid 1px var(--color10);
  background-color: var(--color09);
  padding: 20px 0;
  margin: 0 0 80px;
}

.page-culture__reverse-link {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--color03);
  padding: 15px 0 15px 58px;
  position: relative;
}

.page-culture__reverse-link::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/btn-b-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rec__right {
}

.rec__cnt {
}

.rec__cnt-link {
}

.rec__cnt-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 577px) {
  /* カルチャーおすすめ記事-tb
            ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
}

@media screen and (min-width: 769px) {
  /* カルチャーおすすめ記事-pc
            ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-culture__reverse-link {
    font-size: 15px;
    padding: 15px 0 15px 77px;
  }

  .page-culture__reverse-link::before {
    width: 50px;
    height: 50px;
  }
}

/* xxxxxxxxxxxxxxxxxxxxxxxxx-sp
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width: 577px) {
  /* xxxxxxxxxxxxxxxxxxxxxxxxx-tb
            ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
}

@media screen and (min-width: 769px) {
  /* xxxxxxxxxxxxxxxxxxxxxxxxx-pc
            ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
}
