@charset "utf-8";

/* =========================== 共通カードレイアウト =========================== */
.card_link { display: flex; flex-direction: column; box-shadow: none !important; }
.card_link_column_photo { padding: 40px 30px; }
.card_link_photo img { width: 100%; }
.card_link_tag { text-align: justify; }
.financial_box_right img { width:100%; }
.page_top_text .color_primary { color: #343330; margin-bottom:40px;}
.financial_attention { text-align: justify; font-weight: 700;}

/* ホバー無効化 */
.card_link:hover { box-shadow: none !important; transform: none !important; cursor: default; opacity: 1; }

/* =========================== 経営理念ブロック =========================== */
.contents.philosophy .card_link { flex-direction: column; }
  
.philosophy_title { font-size: 20px; font-weight: bold; color: #529535; width: 100%; border-bottom: 1px solid #529535; padding-bottom: 8px; margin-bottom: 20px; }
.philosophy_text { font-size: 16px; line-height: 1.8; color: #333; }
  
@media (min-width:1025px) {
    /* .contents.philosophy .card_link_wrap { flex-wrap: nowrap; } */
    .contents.philosophy .card_link_column_photo  { gap:72px; display:flex; flex-direction: inherit; }
    .contents.philosophy .card_link:hover{opacity: 1;}
    .financial_attention { text-align: center;}
    }

  /* =========================== お客様インタビューブロック =========================== */
.contents.interview { padding:0; }
.contents.interview .card_link { flex-direction: column-reverse; }
  
@media (min-width:768px) {
    .contents.interview .card_link { flex-direction: row; }
    .card_link_column_photo { padding: 40px 60px; gap: 60px; }
    .philosophy_title { font-size: 24px; }
  }
  
/* PC表示時 */
@media (min-width: 1025px) {
    .contents.interview { padding:0; }
    .contents.interview .card_link { flex-direction: row; /* デフォルトは文章左、画像右 */ }
    .financial_box_right img { max-width:500px; width: auto; }
  
    /* 2つ目のカードだけ左右逆にする */
    .contents.philosophy .card_link_column_photo:nth-child(2) { flex-direction: row-reverse; }
    .contents.interview .card_link_wrap .card_link:nth-child(2) .card_link_texts{ padding-top:32px; }
    .contents.interview .card_link_texts { width:800px; }
  }
  
  
  /* =========================== 見出し系 =========================== */
  .heading_badge { margin-left: 0; }
  .heading_badge_text_wrap { align-items: center; }
  .heading_badge_title { line-height: 1.5; }
  .contents.interview .card_link .heading{ border-bottom: none !important; padding-bottom: 0 !important; }