@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 本文リンク（.meta / aside 配下は除外） */
body.single #mainEntity .clearfix :where(:not(.meta):not(.meta *):not(aside):not(aside *)) a[href] {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 共通フッターのリンク */
.career-footer-block {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
    border-radius: 16px;
}
.footer-h2 {
    font-size: 1.1em;
    color: #333;
    border-bottom: 2px solid #ff7f50;
    padding-bottom: 5px;
}
.footer-list { list-style: none; padding: 0; }
.footer-list li { margin-bottom: 8px; }
.icon-fx, .icon-nisa, .icon-cfd, .icon-ins {
    display: inline-block; padding: 2px 5px; font-size: 0.8em;
    background: #ff7f50; color: #fff; border-radius: 3px; margin-right: 5px;
}

/* CTAボックス共通スタイル */
.cta-box {
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.cta-box a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}

/* CTAボックス（青グラデーション） */
.cta-box-asset {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

/* CTAボックス内のタイトル */
.cta-box-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}

/* CTAボックス内の補足文 */
.cta-box-description {
  color: #f5f5f5;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.6;
}

/* CTAボックス内のショートコード配置エリア */
.cta-box-action {
  text-align: center;
  color: #f5f5f5;
}
