/*
Theme Name:tcd-aider child
Theme URI:
Description:WordPressテーマ「AIDER」の自作子テーマです。
Template:aider_tcd115
Author:関西ぱど
Author URI:https://www.kansaipado.co.jp/
Version:1.3.3
*/

/*----------------------------------------
  MV
----------------------------------------*/
.p-mv2 {
  aspect-ratio: 1450 / 533;
}

/*----------------------------------------
  サービス
----------------------------------------*/
.p-cd-service_item a {
  position: relative;
  display: flex;
  flex-flow: column;
}

.p-cd-service_item a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "詳しく見る";
  display: inline-block;
  padding: 8px 15px;
  font-size: 0.8em;
  background: var(--tcd-accent-color);
  color: #fff;
}

.p-cd-service_item_contents {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}

.p-cd-service_item_desc {
  flex-grow: 1;
  padding-bottom: 35px;
}

.p-cd-service_item_desc span.c-line-clamp {
  display: block;
  height: auto;
  max-height: none;
}

/*----------------------------------------
  代表インタビュー
----------------------------------------*/
.p-sc-staff-item_profile {
  max-height: none;
  overflow: visible !important;
  -webkit-mask-image: none !important; /* Safari, Chrome用 */
  mask-image: none !important; /* 標準プロパティ */
}
.p-sc-staff-item_profile.fade-mask {
  overflow: visible;
}
