@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout_Specializedpage.css
 style info :  専門業界ページのレイアウトファイル
 admin info :  apricot-design		
 
//////////////////////////////////////////////////////////*/

.hoko-main-copy{
  position:relative;
  z-index:10;
  text-align:center;
  padding-top:120px;
  margin-bottom:-60px;
}

/* 英字 */

.hoko-en{
  color:#5d88b3;
  font-size:14px;
  letter-spacing:.35em;
  font-weight:bold;
  margin-bottom:25px;
}

/* メインコピー */

.hoko-main-copy h2{
  font-size:clamp(48px,6vw,96px);
  line-height:1.15;
  color:#163d61;
  font-weight:700;
  letter-spacing:.03em;
  text-shadow:
  0 10px 30px rgba(255,255,255,.8);
}

/* =========================================
 下コンテンツ
========================================= */

.hoko-story-wrap{
  position:relative;
  overflow:hidden;
  background:
  linear-gradient(
    180deg,
    #f7fbff 0%,
    #edf5fc 100%
  );
  border-radius:60px 60px 0 0;
  padding-top:120px;
}

/* レイアウト */

.hoko-story{
  max-width:1300px;
  margin:0 auto;
  padding:20px 20px 40px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center;
  position:relative;
  z-index:2;
}

/* =========================================
 左文章
========================================= */
.hoko-content p{
  text-align: left;
}

.hoko-lead{
  font-size:29px;
  line-height:1.8;
  color:#295781;
  margin-bottom:35px;
  font-weight:600;
　text-align: left;
}

.hoko-text{
  font-size:17px;
  line-height:2.3;
  color:#444;
}

/* =========================================
 画像
========================================= */

.hoko-images{
  position:relative;
  height:720px;
}

.hoko-img{
  position:absolute;
  overflow:hidden;
  border-radius:999px;
  box-shadow:
  0 0 40px rgba(255,255,255,.95),
  0 20px 40px rgba(0,0,0,.2);
  transition:.5s;
}

.hoko-img:hover{
  transform:translateY(-8px);
}

.hoko-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* 上 */

.hoko-img1{
  width:460px;
  height:250px;
  top:20px;
  right:0;
}

/* 下 */

.hoko-img2{
  width:400px;
  height:220px;
  bottom:120px;
  left:0;
}

/* =========================================
 会社選択ボタン
========================================= */
/* ボタン全体を横並び */

.hoko-nav-buttons{
  display:flex;
  justify-content:center; /* ←中央配置 */
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  margin-top:40px;
}

/* ボタン */

.hoko-nav-button-wrap{
  margin:0;
}

.hoko-nav-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:260px;
  height:68px;
  padding:0 34px;
  border-radius:999px;
  background:
  linear-gradient(
    135deg,
    #ffffff 0%,
    #f3f8ff 100%
  );

  border:2px solid #0f4c81;
  color:#0f4c81 !important;
  text-decoration:none;
  font-weight:bold;
  font-size:18px;
  letter-spacing:.06em;
  transition:.35s;
  box-shadow:
  0 10px 28px rgba(15,76,129,.12);

  overflow:hidden;
}

/* 左アクセント */

.hoko-nav-btn::before{
  content:"";
  position:absolute;
  left:0;
  top:0;

  width:8px;
  height:100%;

  background:
  linear-gradient(
    180deg,
    #0f4c81 0%,
    #1fb6a6 100%
  );
}

/* hover */

.hoko-nav-btn:hover{
  transform:translateY(-4px);
}

/* =========================================
 ボタン
========================================= */

.hoko-button-wrap{
  margin-top:50px;
}

/* =========================================
 ボタン（明るめブルー）
========================================= */

.hoko-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:240px;
  height:64px;
  border-radius:999px;
  background-image:
  linear-gradient(
    135deg,
    #0f4c81 0%,
    #1fb6a6 100%
  );

  color:#fff !important;
  text-decoration:none;
  font-weight:bold;
  font-size: 19px;
  letter-spacing:.08em;
  transition:.3s;
  box-shadow:
  0 12px 28px rgba(15,76,129,.18);
}

.hoko-btn:hover{
  transform:translateY(-3px);

  opacity:.92;

  background-image:
  linear-gradient(
    135deg,
    #2f80c3 0%,
    #53c5ff 100%
  );
  box-shadow:
  0 18px 34px rgba(15,76,129,.24);
}
/* =========================================
 背景ぼかし
========================================= */

.hoko-bg-circle{
  position:absolute;
  border-radius:50%;
  filter:blur(80px);
  opacity:.45;
}

.hoko-bg-circle1{
  width:300px;
  height:300px;
  background:#cfe4f6;
  top:-80px;
  left:-100px;
}

.hoko-bg-circle2{
  width:400px;
  height:400px;
  background:#d9ecff;
  bottom:-120px;
  right:-120px;
}

/* =========================================
 求人エリア
========================================= */

.hoko-job-area{
  padding:140px 30px;
  background:
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f7fbff 100%
  );
}

/* 英字 */

.hoko-job-en{
  text-align:center;
  color:#5d88b3;
  font-size:13px;
  letter-spacing:.25em;
  font-weight:bold;
  margin-bottom:20px;
}

/* タイトル */

.hoko-job-title{
  text-align:center;
  font-size:52px;
  line-height:1.4;
  color:#163d61;
  margin-bottom:80px;
  font-weight:700;
}

/* =========================================
 グリッド
========================================= */

.hoko-job-grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
}

/* =========================================
 カード
========================================= */

.hoko-job-card{
  position:relative;
  background:
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f4faff 100%
  );
  border-radius:34px;
  padding:55px 45px;
  box-shadow:
  0 20px 50px rgba(15,76,129,.08);
  overflow:hidden;
  transition:.35s;
}

/* 上ライン */

.hoko-job-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6px;
  background:
  linear-gradient(
    135deg,
    #0f4c81 0%,
    #1fb6a6 100%
  );
}

/* =========================================
 カテゴリ
========================================= */

.hoko-job-category{
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  letter-spacing:.2em;
  color:#5d88b3;
  margin-bottom:22px;
}

/* =========================================
 案件タイトル
========================================= */

.hoko-job-name{
  font-size:20px;
  line-height:1.7;
  color:#295781;
  height: 100px;
  font-weight:600;
}

/* =========================================
 情報エリア
========================================= */

.hoko-job-info{
  display:flex;
  flex-direction:column;
  gap:26px;
}

/* 項目 */

.hoko-job-item{
  padding-bottom:15px;
}

.place{
	height:240px;
}

/* ラベル */

.hoko-label{
  display:flex;
  width:fit-content;
  align-items:center;
  justify-content:flex-start;
  padding:8px 18px;
  border-radius:999px;
  background:
  linear-gradient(
    135deg,
    rgba(15,76,129,.12) 0%,
    rgba(31,182,166,.12) 100%
  );
  border:
  1px solid rgba(15,76,129,.12);
  font-size:15px;
  font-weight:700;
  color:#0f4c81;
  letter-spacing:.08em;
  margin:0 0 14px 0;
  text-align:left;
}

/* テキスト */

.hoko-job-item p{
  font-size:15px;
  line-height:2.1;
  color:#444;
  margin:0;
  text-align:left;
}

/* タイトルも左寄せ統一 */

.hoko-job-name,
.hoko-job-category{
  text-align:left;
}

/* =========================================
 案件画像
========================================= */

.hoko-job-image{
  margin-bottom:30px;
  overflow:hidden;
  border-radius:24px;
  box-shadow:
  0 12px 30px rgba(15,76,129,.10);
}

.hoko-job-image img{
  width:100%;
  height:200px;
  object-fit:cover;
  display:block;
  transition:.5s;
}



/* =========================================
 ボタン
========================================= */

.hoko-job-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:200px;
  height:58px;
  margin-top:42px;
  border-radius:999px;
  background:
  linear-gradient(
    135deg,
    #0f4c81 0%,
    #1fb6a6 100%
  );

  color:#fff !important;
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.08em;
  transition:.3s;
  box-shadow:
  0 12px 28px rgba(15,76,129,.18);
}

/* hover */

.hoko-job-btn:hover{
  transform:translateY(-3px);
  background:
  linear-gradient(
    135deg,
    #2f80c3 0%,
    #40c9bb 100%
  );

  color:#fff !important;
  box-shadow:
  0 18px 34px rgba(15,76,129,.24);
}

/* =========================================
 求人カードボタン
========================================= */

.hoko-job-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  height:52px;
  border-radius:999px;
  background:
  linear-gradient(
    135deg,
    #0f4c81 0%,
    #1fb6a6 100%
  );

  color:#fff;
  font-size:14px;
  font-weight:bold;
  transition:.3s;
  box-shadow:
  0 10px 24px rgba(15,76,129,.16);
}

.hoko-job-card:hover .hoko-job-btn{
  transform:translateY(-2px);
}

/*
18:専門業界（営業経験を活かす転職のご提案）
------------------------------------------------------------
*/

.sales-check {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333;
}

.sales-lead {
  text-align: center;
  margin: 72px 0;
}

.sales-lead-title {
  line-height: 1.4;
}

.lead-small {
  display: block;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #555;
  margin-bottom: 8px;
}

.lead-main {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #1f5aa6;
  letter-spacing: 0.08em;
  text-align: center;
}

.sales-check-intro {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  padding: 32px 20px 28px;
  background: #f7f9fc;
  border-radius: 12px;
  border-left: 5px solid #1f5aa6;
  background: #f3f7fc;	
}

.intro-title {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 0;
  white-space: nowrap; /* 1行固定 */
}
.intro-title span {
  position: relative;
  background: linear-gradient(135deg, #0f4c81, #1fb6a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  margin-left: 6px;	
}
.intro-title span {
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", sans-serif !important;
}

.intro-title .titles{
  font-size:0.7em;
}

/* 太めの下線（マーカー風） */
.intro-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 10px;
  background: rgba(255, 204, 0, 0.6);
  z-index: -1;
}

.intro-badge {
  position: absolute;
  top: -40px;
  left: 60px;
  background: #ff0000;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  padding: 14px 22px;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
  transform: rotate(-6deg);
}

/* 吹き出しのしっぽ */
.intro-badge::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 24px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ff0000 transparent transparent transparent;
}

.intro-kicker {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #1f5aa6;
  margin-bottom: 4px;
}

.intro-lead {
  font-size: 1.6rem;
  font-weight:600;
  line-height: 1.4;
  margin-bottom: 1.5em;
  color: #2a405d;
  letter-spacing: 0.5px;
  text-align: center;
}

.exp-lead {
  font-size: 38px;
  font-weight:600;
  line-height: 1.5;
  color: #323232;
  letter-spacing: 0.5px;
  text-align: center;
}

/* チェックエリア */
.check-area {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin: 48px 0;
  overflow: visible;
}

.check-area.space {
  margin: 70px;
}

.check-image img{
  max-width: 100%;
  height: auto;
  display: block;
}

/* チェックリスト */
.checklist {
  background: #d4e2f7;
  padding: 24px;
  border-radius: 8px;
  flex: 1;
}

.checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  position: relative;
  padding-left: 2.4em;
  line-height: 3;
 text-align:left;
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4em;
  height: 1.4em;
  border: 2px solid #1f5aa6;
  color: #1f5aa6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-sizing: border-box;
}

.note {
  font-size: 14px;
  color: #444;
  margin-top: 12px;
}

.check-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 吹き出し本体 */
.check-hukidashi {
  position: relative;
  background: #f3f7fc;
  border: 2px solid #1f5aa6;
  border-radius: 14px;
  padding: 1em 1.4em;
  max-width: 700px;
  line-height: 1.7;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align:left;
}

/* 強調テキスト */
.check-hukidashi span {
  display: inline-block;
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 1.3rem;
  color: #1f5aa6;
}

/* 吹き出しの尻尾（右向き） */
.check-hukidashi.right::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -14px;
  border-width: 10px 0 10px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #1f5aa6;
}

.check-hukidashi.right::before {
  content: "";
  position: absolute;
  top: 26px;
  right: -11px;
  border-width: 8px 0 8px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #f3f7fc;
}

/* 吹き出しの尻尾（左向き） */
.check-hukidashi.left::after {
  content: "";
  position: absolute;
  top: 24px;
  left: -14px;
  border-width: 10px 14px 10px 0;
  border-style: solid;
  border-color: transparent #1f5aa6 transparent transparent;
}

.check-hukidashi.left::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -11px;
  border-width: 8px 11px 8px 0;
  border-style: solid;
  border-color: transparent #f3f7fc transparent transparent;
}

/* ★ 2つ目の吹き出しだけ上にする */
.check-hukidashi.is-top {
  align-self: flex-start;
}

.exp-wrap {
  display: flex;
  gap: 24px;
}

.exp-box {
  flex: 1;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* 左右背景色 */
.exp-left {
    background: #effafc;
    border-color: #7bcad3;
}

.exp-right {
    background: #fffbf4;
    border-color: #fdbe6e;
}

.exp-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
  padding-left: 0.8em;
}

/* 左：縦ライン＋丸アイコン */
.exp-left .exp-title {
  color: #007c91;
  border-bottom: 3px solid #007c91;
  padding-left: 0;
  padding-bottom: 0.3em;
}

.exp-left .exp-title::before {
  content: "●";         /* ✔️ではなく丸 */
  color: #007c91;
  margin-right: 0.5em;
  font-size: 1rem;
  line-height: 1;
}

/* 右：下線＋星アイコン */
.exp-right .exp-title {
  color: #ef6c00;
  border-bottom: 3px solid #ef6c00;
  padding-left: 0;
  padding-bottom: 0.3em;
}

.exp-right .exp-title::before {
  content: "★";         /* 星マーク */
  color: #ef6c00;
  margin-right: 0.5em;
  font-size: 1rem;
  line-height: 1;
}

.exp-body {
  display: flex;
  gap: 2px;
  align-items: flex-start;
}

.exp-skills {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}

.exp-skills li {
  position: relative;
  padding-left: 1.6em;
  line-height: 1.6;
  text-align: left;
}

/* チェックマークをアイコンに置き換え */
.exp-left .exp-skills li::before {
  content: "→";  
  color: #007c91;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.exp-right .exp-skills li::before {
  content: "◆";   /* 右ボックスは菱形 */
  color: #ef6c00;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* 画像 */
.exp-image {
  width: 130px;
  flex-shrink: 0;
}

/* 全体ラッパー */
.career-section {
  display: flex;
  gap: 32px;
}

/* 共通ボックス */
.career-box {
  flex: 1;
  padding: 28px;
  border-radius: 12px;
}

/* 左右の配色 */
.career-left {
  background: #f3f7fc;
  border: 1px solid #c7d8f2;
  text-align:left;
}

.career-right {
  background: #fdf6f3;
  border: 1px solid #f2cfc2;
  text-align:left;	
}

/* 見出し */
.career-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.career-title.title-red,
.career-title.title-blue {
  position: relative;
  padding-left: 0.8em;
}

.career-title.title-red {
  color: #c62828;
}

.career-title.title-red::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1.2em;
  background-color: #c62828;
  border-radius: 2px;
}

.career-title.title-blue {
  color: #1f5aa6;
}

.career-title.title-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1.2em;
  background-color: #1f5aa6;
  border-radius: 2px;
}

/* リスト */
.career-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.career-list li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.career-list li::before {
  content: "■";
  position: absolute;
  left: 0;
}

.career-note {
  margin-top: 1em;
  font-weight: 600;
  display: inline-block;
  font-size:16px;
}

.career-note.is-blue {
  background: linear-gradient(
    transparent 65%,
    #cce5ff 65%
  );
}

.career-note.is-red {
  background: linear-gradient(
    transparent 65%,
    #ffd6d6 65%
  );
}

/* クロージング */
.closing {
  text-align: center;
  margin-top: 56px;
}

.message {
  font-size: 22px;
}

.sub {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

/* =========================
  営業専門ページ お仕事情報一覧デザイン
========================= */
.job-opportunities-wrap {
  background: linear-gradient(
    135deg,
    #1f5aa6,
    #4fa3ff
  );
  padding: 2em 1em;
  text-align: center;
  margin-top:110px;
 margin-bottom:10px;
}

.Job-opportunities {
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.job-list {
    margin: 0 250px;
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 32px 12px 40px;
    max-width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

/* スクロールバー */
.job-list::-webkit-scrollbar {
    height: 6px;
}
.job-list::-webkit-scrollbar-thumb {
    background: #c7dbff;
    border-radius: 999px;
}

/* ===== 各案件 ===== */
.job-item {
    flex: 0 0 280px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
    border: 3px solid #c7dbff;
    border-radius: 20px;
    padding: 22px 20px 24px;
    scroll-snap-align: start;

    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

/* ===== タイトル ===== */
.job-title {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #0f2f5c;
    line-height: 1.4;
    letter-spacing: 0.03em;
	height:120px;
}

/* ===== 情報ブロック ===== */
.job-location{
	height:50px;
}
.job-location,
.job-salary {
    font-size: 19px;
    color: #0b2545;
    margin-bottom: 12px;
	padding-left: 14px{}
    position: relative;
}

/* 左ライン */
.job-location::before,
.job-salary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 5px;
    height: 1.2em;
    background: linear-gradient(to bottom, #2b6cb0, #5a8dee);
    border-radius: 999px;
}

.job-location strong,
.job-salary strong {
    font-weight: 500;
    color: #3f5876;
    margin-left: 16px;
}

/* ===== ボタン ===== */
.job-button {
    margin-top: auto;
    padding-top: 22px;
    text-align: center;
}
.job-button {
    text-align: center;
}
.btn-detail {
    display: inline-block;
    width: 50%;
    min-width: 160px;
    padding: 12px 0;
    background: linear-gradient(135deg, #2b6cb0, #0f2f5c);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    letter-spacing: 0.04em;
    box-shadow: 0 6px 18px rgba(43,108,176,.35);
    transition: transform .12s ease, box-shadow .12s ease;
}

.btn-detail:active {
    background: #fff;
    color: #0f2f5c !important;
    transform: translateY(2px) scale(0.97);
    box-shadow: 0 3px 8px rgba(0,0,0,.25);
}

.job-swiper .swiper-wrapper {
  display: flex;
}

.swiper-wrapper {
  text-align: left;
}

.job-swiper .swiper-slide {
  height: auto;
}

/* 有料職業紹介事業 */
.dispatch-photo {
  text-align: center;
  margin: 20px 0;
}

.dispatch-photo img {
  width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.dispatch-photo .caption {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

.job-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

/* 開閉ボタン */
.toggle-check{
  display:none;
}

.toggle-content p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
  overflow:hidden;
  line-height:1.9;
  text-align: left;
}

.toggle-label{
  display:inline-block;
  margin-top:12px;
  cursor:pointer;
  font-weight:bold;
}

.toggle-label::after{
  content:"続きを読む";
}

.toggle-check:checked + .toggle-content p{
  -webkit-line-clamp:unset;
}

.toggle-check:checked + .toggle-content + .toggle-label::after{
  content:"閉じる";
}

/* =========================================
全体
========================================= */
.yoshioka-industry-top{
  overflow:hidden;
  background:#ffffff;
}

/* =========================================
FV
========================================= */
.industry-fv{
  position:relative;
  padding:60px 20px;
  margin-top:20px;
  overflow:hidden;

  background:
  linear-gradient(
    180deg,
    #f8fbff 0%,
    #eef5ff 100%
  );
}

/* 背景装飾 */

.industry-fv-bg::before,
.industry-fv-bg::after{
  content:"";
  position:absolute;
  border-radius:50%;
  z-index:0;
}

.industry-fv-bg::before{
  width:420px;
  height:420px;

  background:rgba(66,133,244,.08);

  top:-120px;
  right:-120px;
}

.industry-fv-bg::after{
  width:300px;
  height:300px;

  background:rgba(37,99,235,.06);

  bottom:-100px;
  left:-100px;
}

/* 中身 */

.industry-fv-inner{
  position:relative;
  z-index:2;

  max-width:1000px;
  margin:0 auto;

  text-align:center;
}

/* タイトル */

.industry-title{
  font-size:58px;
  line-height:1.3;
  font-weight:700;
  color:#0f4c81;
  margin-bottom:10px;
}

/* テキスト */

.industry-text{
  font-size:20px;
  line-height:2;
  color:#0f4c81;
}

/* =========================================
業界一覧
========================================= */

.industry-list-section{
  padding:70px 20px;
}

/* =========================================
見出し
========================================= */

.industry-heading-wrap{
  text-align:center;
  margin-bottom:70px;
}

.industry-heading-en{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  letter-spacing:4px;
  color:#2563eb;
  margin-bottom:18px;
}

.industry-heading-ja{
  font-size:42px;
  line-height:1.4;
  font-weight:700;
  color:#0f172a;
  margin-bottom:24px;
}

.industry-heading-text{
  font-size:15px;
  line-height:2.1;
  color:#64748b;
}

/* =========================================
3カラム
========================================= */

.industry-grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
}

/* =========================================
カード
========================================= */

.industry-card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  text-decoration:none;
  color:#222;
  border:1px solid #e5e7eb;
  transition:.35s;
}

/* hover */

.industry-card:hover{
  transform:translateY(-8px);
  box-shadow:
  0 20px 40px rgba(15,23,42,.08);
  border-color:#dbeafe;
}

/* =========================================
画像
========================================= */

.industry-image{
  overflow:hidden;
}

.industry-image img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:.6s;
}

.industry-card:hover img{
  transform:scale(1.05);
}

/* =========================================
コンテンツ
========================================= */

.industry-content{
  padding:34px 30px;
}

/* タイトル */

.industry-content h3{
  font-size:28px;
  line-height:1.4;
  font-weight:700;
  color:#0f4c81;
  margin-bottom:18px;
}

/* 説明文 */

.industry-content p{
  font-size:15px;
  line-height:2.1;
  color:#64748b;
  margin-bottom:28px;
}

/* =========================================
ボタン
========================================= */

.industry-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:200px;
  height:48px;
  border-radius:999px;
  background:#f8fbff;
  border:1px solid #dbeafe;
  color:#2563eb;
  font-size:13px;
  font-weight:700;
  transition:.3s;
}

.industry-btn::after{
  content:"→";
  margin-left:10px;
  transition:.3s;
}

.industry-card:hover .industry-btn{
  background:#2563eb;
  border-color:#2563eb;
  color:#fff;
}

.industry-card:hover .industry-btn::after{
  transform:translateX(4px);
}

/* =========================================
CTA
========================================= */

.industry-cta{
  padding:0 20px 100px;
}

.industry-cta-inner{
  max-width:1000px;
  margin:0 auto;
  background:
  linear-gradient(
    180deg,
    #f8fbff 0%,
    #eef5ff 100%
  );

  border:1px solid #dbeafe;
  border-radius:32px;
  padding:70px 40px;
  text-align:center;
}

/* タイトル */

.industry-cta h2{
  font-size:40px;
  line-height:1.4;
  font-weight:700;
  color:#0f172a;
  margin-bottom:24px;
}

/* テキスト */

.industry-cta p{
  font-size:16px;
  line-height:2;
  color:#64748b;
  margin-bottom:40px;
}

