@charset "UTF-8";

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size: 17px;line-height: 1.85;color: #1c2b30;background: #f7fdfe;}
img { max-width: 100%; height: auto; display: block; }
a { color: #1e9aaa; text-decoration: none; }
a:hover { text-decoration: underline; }
.container { margin: 0 auto; padding: 0 22px;}
.sec { padding: 80px 0; }
.sec + .sec { border-top: 1px solid #d6eef0; }

/* ===== SITE BAR ===== */
.site-bar { background: #002f66; color: #fff; padding: 15px 0; }
.site-bar-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.site-logo { font-size: 19px; font-weight: bold; color: #fff; }
.site-logo span { color: #2dbecd; font-size: 21px; }
.site-tel { font-size: 14px; opacity: .85; text-align: right; }
.site-tel strong { display: block; font-size: 22px; letter-spacing: .05em; }

/* ===== BREADCRUMB ===== */
.bc { background: #fff; border-bottom: 1px solid #d6eef0; padding: 10px 0; font-size: 14px; color: #718096; }
.bc ol { display: flex; flex-wrap: wrap; gap: 4px; list-style: none; }
.bc li + li::before { content: '›'; margin-right: 4px; color: #bbb; }
.bc a { color: #718096; }

/* ===== HERO ===== */
.hero { background: #edfafb; color: #212529; padding: 68px 0 80px; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 44px; background: #f7fdfe; clip-path: ellipse(55% 100% at 50% 100%); }
.hero-tag { display: inline-block; background: #f5820d; color: #fff; font-size: 13px; font-weight: bold; letter-spacing: .09em; padding: 5px 16px; border-radius: 4px; margin-bottom: 20px; }
.hero .container { max-width: 900px; text-align: center;}
.hero h1 { font-size: clamp(23px, 4.2vw, 38px); font-weight: bold; line-height: 1.42; margin-bottom: 20px; text-shadow: 0 2px 10px rgba(0,0,0,.18); }
.hero h1 em { font-style: normal; color: #a0f0f7; }
.hero-title { font-size: clamp(23px, 4.2vw, 38px); font-weight: bold; line-height: 1.42; margin-bottom: 20px; color: #1e9aaa;}
.hero-lead { font-size: 17px; opacity: .92; max-width: 900px; margin: 0 auto 28px; line-height: 1.9; text-align: left; }
.hero-pain { background: #fff; border: 2px solid #e7e7e7; border-radius: 10px; padding: 20px 24px; margin: 40px auto 40px; max-width: 700px; text-align: left; }
.hero-pain p { font-size: 19px; opacity: .88; margin-bottom: 7px; padding-left: 26px; position: relative; font-weight: bold;}
.hero-pain p::before { content: '✓'; position: absolute; left: 0; color: #f18200; font-weight: 900; }
.hero-pain p:last-child { margin-bottom: 0; }
.hero-sub { font-size: 13px; opacity: .65; margin-top: 11px; }

/* ===== CMP TABLE ===== */
.cmp-wrap { overflow-x: auto; margin: 44px 0; }
.cmp-title { font-size: 16px; font-weight: bold; margin-bottom: 8px; }
table.cmp { width: 100%; border-collapse: collapse; font-size: 14px;}
.cmp th { padding: 12px 14px; text-align: center; border: 1px solid rgba(255,255,255,.15); background: rgba(0,0,0,.20); font-size: 13px; }
.cmp th.hl { background: #1e9aaa; color: #fff; font-weight: bold; font-size: 15px; }
.cmp td { padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); text-align: center; background: rgba(0,0,0,.12); vertical-align: middle; font-size: 14px; }
.cmp td:first-child { text-align: left; font-weight: bold; background: rgba(0,0,0,.25); }
.cmp td.hl { background: rgb(142 230 239 / 20%); font-weight: bold; color: #1e9aaa; font-size: 16px; }

/* ===== SECTION HEAD ===== */
.sh { text-align: center; margin-bottom: 52px; }
.sh-en { display: block; font-size: 12px; font-weight: bold; letter-spacing: .18em; color: #2dbecd; text-transform: uppercase; margin-bottom: 7px; }
.sh h2 { font-size: clamp(21px, 3.4vw, 32px); font-weight: bold; line-height: 1.45; color: #1c2b30; }
.sh h2 em { font-style: normal; color: #f18200; font-size: 1.4em;}
.sh-bar { display: block; width: 44px; height: 3px; background: linear-gradient(90deg, #2dbecd, #f5820d); border-radius: 2px; margin: 13px auto 0; }
.sh-sub { font-size: 16px; color: #333333; margin: 4em auto; max-width: 800px; text-align: left; line-height: 1.85;}

/* ===== REASON CARDS ===== */
.reason-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 24px; }
.rc { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 10px rgb(45 190 205 / 22%); border-top: 3px solid #2dbecd; transition: box-shadow .2s, transform .2s; }
.rc:hover { box-shadow: 0 4px 22px rgba(45,190,205,.16); transform: translateY(-4px); }
.rc-img-placeholder { width: 100%; height: 180px; display: flex; align-items: center; justify-content: center; font-size: 52px; color: #fff; }
.rc-body { padding: 24px 22px; }
.rc-num { display: inline-flex; align-items: center; height: 28px; background: #2dbecd; color: #fff; border-radius: 14px; font-size: 14px; font-weight: bold; margin-bottom: 13px; padding: 0 12px; }
.rc h3 { font-size: 24px; font-weight: bold; color: #1c2b30; margin-bottom: 20px; line-height: 1.55; }
.rc p { font-size: 15px; color: #333333; line-height: 1.8; }

/* ─── STRENGTHS ─── */
.strengths-bg { background: linear-gradient(180deg, #f7fdfe, #fff); }
.str-grid {
  margin-top: 52px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.scard {
  background: #f8fafb;
  padding: 32px 22px; text-align: center;
  border-top: 4px solid #eef2f4;
  transition: background .25s cubic-bezier(.4,0,.2,1), border-color .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1), transform .25s cubic-bezier(.4,0,.2,1);
  cursor: default;
	border-color: #2dbecd;
    box-shadow: 0 10px 30px rgb(45 190 205 / 12%);
}
.scard:hover {
  background: #f2fbfc;
  border-color: #2dbecd;
}
.scard-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem; color: #b8e8ed; line-height: 1; margin-bottom: 10px;
}
.pcard-num-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    color: rgba(255, 255, 255, .9);
    text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    letter-spacing: .05em;
}
.scard-icon { font-size: 1.8rem; margin-bottom: 20px; display: block; }
.scard h3 { font-size: 1.3rem; font-weight: 700; color: #0d3b40; line-height: 1.5; margin-bottom: 16px; }
.scard p  { font-size: .9rem; line-height: 1.85; text-align: left; }
.hl-o { color: #f5820d; font-weight: 700; }

/* ===== SETUP ===== */
.setup-card { background: #fff; border-radius: 24px; padding: 40px 36px; box-shadow: 0 4px 22px rgba(45,190,205,.16); margin-bottom: 26px; }
.setup-card h3 { font-size: 19px; font-weight: bold; color: #333333; margin-bottom: 20px; padding-bottom: 13px; border-bottom: 2px solid #d0f3f6; }
.cost-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cc { border: 1px solid #d6eef0; border-radius: 10px; padding: 22px 18px; text-align: center; }
.cc.best { border-color: #2dbecd; background: #edfafb; }
.cc .cc-l { font-size: 13px; font-weight: bold; color: #718096; margin-bottom: 7px; }
.cc .cc-v { font-size: 30px; font-weight: bold; color: #1c2b30; }
.cc.best .cc-v { color: #00428a; }
.cc .cc-n { font-size: 13px; color: #718096; margin-top: 7px; line-height: 1.55; }
.hl-box { background: linear-gradient(135deg, #002f66, #1a5ca8); color: #fff; border-radius: 10px; padding: 24px 28px; margin-top: 22px; display: flex; align-items: flex-start; gap: 10px; }
.hl-box .ic { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.hl-box .ht { font-size: 15px; line-height: 1.8; }
.hl-box strong { font-size: 19px; font-weight: bold; display: block; margin-bottom: 5px; }
.body-text { font-size: 15px; color: #333333; line-height: 1.85; }

.setup-note { /*text-align: center;*/ margin-top: 36px; }
.setup-note .btn-line { display: inline-flex; align-items: center; gap: 6px; border: 2px solid #2dbecd; color: #1e9aaa; font-size: 15px; font-weight: bold; padding: 12px 30px; border-radius: 50px; transition: background .18s, color .18s; }
.setup-note .btn-line:hover { background: #2dbecd; color: #fff; text-decoration: none; }

/* -- 料金表 ------------------- */
.tab-content {
	margin: 2rem auto;
}
.tab-content .font_s {
	font-size: 0.8em;
}
.cost_tbl01 {
  border-collapse: collapse;
  margin: 0 auto 10px;
  font-size: 14px;
	width: 100%;
}
.cost_tbl01 .th00 {
  width: 15%;
  border: 1px solid #cacaca;
  background: #e5e5e5;
}
.cost_tbl01 .th01, .cost_tbl01 .th02, .cost_tbl01 .th03 {
  width: 20%;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #cacaca;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
.cost_tbl01 .th01 {
	width: 18%;
  background: #e5e5e5;
}
.cost_tbl01 .th03 {
	color: #fff;
  background: #0042ad;
}
.cost_tbl01 th {
  padding: 0;
  background: #e5e5e5;
  border: 1px solid #cacaca;
  font-weight: normal;
	line-height: 1.2em;
  vertical-align: middle;
  text-align: center;
}
.cost_tbl01 .th_col_tit02 {
  padding: 0;
  background: #e5e5e5;
  border: 1px solid #cacaca;
  font-weight: bold;
	color: #024eae;
	font-size: 1.3em;
  vertical-align: middle;
}
.cost_tbl01 td {
  padding: 0;
  border: 1px solid #cacaca;
  text-align: center;
  background: #FFF;
  height: 40px;
  font-size: 1.2em;
  vertical-align: middle;
}
.cost_tbl01 tr.tr_gokei td {
  border-top-width: 2px;
  font-weight: bold;
}
.cost_tbl01 tr.tr_gokei td:first-child {
  background: #e5e5e5;
}
.cost_tbl01 tr.tr_none td {
  height: 7px;
  border: none;
  background: none;
}
.cost_tbl01 .titin_t {
  border-bottom: none;
}
.cost_tbl01 .titin_l {
  border-top: none;
  border-bottom: none;
  width: 5%;
  height: 25px;
}
.cost_tbl01 .titin_r {
  font-size: 1em;
  padding-left: .5em;
  width: 30%;
  height: 25px;
  line-height: 1.2;
}
.cost_tbl01 .th_col_tit02.titin_r {
  width: 25%;
}
.cost_tbl01 .txt_sml {
  font-size: 11px;
}
.cost_tbl01 .col_blue {
  border: solid 3px #0042ad;
}
.cost_tbl01 .txt_0 {
	color: #024eae;
	line-height: 1.1em;
  font-weight: bold;
}

/* ===== CHANGE ===== */
.pain-box { background: #fff6f6; border-left: 4px solid #e53e3e; border-radius: 0 6px 6px 0; padding: 20px 24px; margin: 3em auto; max-width: 700px; text-align: left;}
.pain-box p { font-size: 15px; color: #c53030; margin-bottom: 7px; padding-left: 20px; position: relative; }
.pain-box p::before { content: '✕'; position: absolute; left: 0; font-weight: bold; }
.pain-box p:last-child { margin-bottom: 0; }
.imp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 26px 0; }
.change-bg h3 {font-size: 19px; font-weight: bold; color: #333333; margin-bottom: 20px; padding-bottom: 13px; border-bottom: 2px solid #d0f3f6;}
.imp { background: #edfafb; border-radius: 10px; overflow: hidden; border: 1px solid #d6eef0; box-shadow: 0 2px 10px rgba(45,190,205,.10); transition: box-shadow .2s, transform .2s; }
.imp:hover { box-shadow: 0 4px 22px rgba(45,190,205,.16); transform: translateY(-3px); }
.imp-img { width: 100%; height: 140px; display: flex; align-items: center; justify-content: center; font-size: 48px; color: #fff; }
.imp-body { padding: 18px 18px 20px; }
.imp .il { font-size: 12px; font-weight: bold; color: #1e9aaa; margin-bottom: 6px; letter-spacing: .05em; }
.imp .iv { font-size: 16px; font-weight: bold; color: #1c2b30; margin-bottom: 5px; line-height: 1.45; }
.imp .id { font-size: 14px; color: #718096; }

/* ─── PROBLEMS ─── */
.prb-section { background: #f8fafb; }
.prb-grid {
  margin-top: 52px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
  margin-bottom: 52px;
}
.pcard {
  border: 1px solid #eef2f4;
  border-left: 4px solid #f5820d;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1), transform .25s cubic-bezier(.4,0,.2,1);
}

/* 画像ラッパー */
.pcard-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
  /*background: #f2fbfc;*/
}
.pcard-img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  margin: 0 auto;
}

/* 番号バッジ（画像右上に重ねて表示） */
.prb-grid .pcard-num-badge {
  position: absolute;
  top: 14px; right: 14px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem; line-height: 1;
  color: #dcecff;
  text-shadow: none;
  letter-spacing: .05em;
}

/* テキスト部分 */
.pcard-body { padding: 24px 26px 26px; }
.pcard-body h3 { font-size: 1.4rem; font-weight: 700; color: #0d3b40; margin-bottom: 10px; line-height: 1.5; }
.plist { list-style: none; margin-bottom: 10px; }
.plist li { font-size: 1.04rem; color: #f5820d; font-weight: 600; padding: 2px 0; }
.plist li::before { content: '▶ '; font-size: .6rem; }
.pcard p { font-size: 15px; color: #555555; line-height: 1.85; }


/* ─── STEPS ─── */
.steps-section { background: #f2fbfc; }
.steps-row {
  margin-top: 60px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.steps-row::before {
  content: '';
  position: absolute;
  top: 35px; left: calc(50% / 4); right: calc(50% / 4);
  height: 2px;
  background: linear-gradient(90deg, #1a8f9e 0%, #2dbecd 100%);
  z-index: 0;
}
.stp {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 16px;
}
.stp-circle {
  width: 70px; height: 70px; border-radius: 50%;
  background: #ffffff;
  border: 3px solid #2dbecd;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 0 8px rgba(45,190,205,.1);
}
.stp-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem; color: #1a8f9e; line-height: 1;
}
.stp-label {
  font-family: 'Oswald', sans-serif;
  font-size: .9rem; letter-spacing: .15em; color: #1a8f9e;
  margin-bottom: 6px; display: block;
}
.stp h3 { font-size: 1rem; font-weight: 700; color: #0d3b40; margin-bottom: 6px; line-height: 1.4; }
.stp p  { font-size: .9rem; color: #555555; line-height: 1.85; text-align: left; }
.steps-cta {
  margin-top: 60px; text-align: center;
  background: #ffffff;
  border: 1px solid #b8e8ed;
  border-radius: 10px; padding: 48px 32px;
  box-shadow: 0 4px 24px rgba(45,190,205,.15);
}
.steps-cta p { font-size: .92rem; margin-bottom: 24px; line-height: 1.9; }
.steps-cta-note { margin-top: 14px; font-size: .78rem;}
.steps-cta a { color: #ffffff; }

.btn-orange-lg {
  display: inline-flex; align-items: center; gap: 10px;
  background: #f5820d; color: #fff;
  padding: 18px 52px; border-radius: 4px;
  font-weight: 700; font-size: 1.05rem; text-decoration: none;
  border: 2px solid #f5820d;
  transition: background .25s cubic-bezier(.4,0,.2,1), color .25s cubic-bezier(.4,0,.2,1);
}
.btn-orange-lg:hover { background: transparent; color: #f5820d; text-decoration: auto;}


/* ===== AREA ===== */
.area-bg { background: #ffffff; }
.ag { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.ac { background: #fff; border-radius: 16px; padding: 28px 24px; box-shadow: 0 2px 10px rgba(45,190,205,.10); position: relative; overflow: hidden; }
.ac::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #2dbecd, #7de8f5); }
.ac-tag { display: inline-block; background: #d0f3f6; color: #00428a; font-size: 11px; font-weight: bold; padding: 3px 11px; border-radius: 4px; margin-bottom: 12px; }
.ac h3 { font-size: 18px; font-weight: bold; color: #1c2b30; margin-bottom: 13px; line-height: 1.5; }
.ac p { font-size: 15px; color: #333333; line-height: 1.8; }

/* ===== INHERIT ===== */
.ig { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.icard { background: #fff; border-radius: 16px; padding: 28px 24px; box-shadow: 0 2px 10px rgba(45,190,205,.10); border: 1px solid #b8e8ed;}
.icard h3 { font-size: 19px; font-weight: bold; color: #1c2b30; margin-bottom: 13px; padding-bottom: 11px; border-bottom: 2px solid #d0f3f6; }
.icard p { font-size: 15px; color: #333333; line-height: 1.85; }
.iwarn { display: flex; align-items: flex-start; gap: 10px; background: #fffbee; border: 1px solid #f0c040; border-radius: 6px; padding: 20px 15px; font-size: 17px; color: #7a5500; margin: 14px 0; font-weight: 600; line-height: 1.65; }

/* ===== TOC ===== */
.toc { background: #fff; border: 1px solid #d6eef0; border-radius: 16px; padding: 28px 32px; margin: 30px auto; max-width: 680px; }
.toc-title { font-size: 16px; font-weight: bold; color: #1c2b30; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.toc-title::before { content: ''; display: inline-block; width: 4px; height: 20px; background: #2dbecd; border-radius: 2px; }
.toc ol { padding-left: 20px; }
.toc ul { padding-left: 20px; }
.toc li { margin-bottom: 8px; font-size: 15px; }
.toc a { color: #1e9aaa; }

/* ─── OFFICES ─── */
.off-grid {
  margin-top: 52px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.ocard {
  display: grid; grid-template-columns: 80px 1fr; gap: 24px;
  align-items: start; padding: 28px 24px;
  border: 1px solid #a1e1e9; border-radius: 8px;
  transition: border-color .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1);
}
.ocard:hover { border-color: #1a8f9e; box-shadow: 0 8px 28px rgba(45,190,205,.15); }
.ocard-badge {
  width: 80px; height: 80px; border-radius: 10px;
  background: #f2fbfc;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px; flex-shrink: 0;
}
.ocard-badge-icon { font-size: 1.6rem; }
.ocard-badge-txt { font-family: 'Oswald', sans-serif; font-size: .58rem; letter-spacing: .1em; color: #1a8f9e; }
.ocard h3 { font-size: 1.1rem; font-weight: 700; color: #0d3b40; margin-bottom: 14px; }
.ocard p  { font-size: .9rem; color: #555555; line-height: 1.85; }
.ocard-lines { margin-top: 8px; font-size: .8rem; color: #1a8f9e; font-weight: 600; }
.ocard-offices { margin-top: 4px; font-size: .72rem; color: #7a8f98; }

/* ===== FAQ ===== */
.faq-wrap { max-width: 800px; margin: 0 auto; }
.faq-wrap .fi { background: #fff; border-radius: 10px; margin-bottom: 14px; box-shadow: 0 2px 10px rgba(45,190,205,.10); overflow: hidden; border: 1px solid #d6eef0; }
.faq-wrap .fq { display: flex; align-items: flex-start; gap: 13px; padding: 20px 22px; cursor: pointer; font-weight: bold; font-size: 16px; color: #1c2b30; user-select: none; list-style: none; }
.faq-wrap .fq::marker, .fq::-webkit-details-marker { display: none; }
.faq-wrap .qb { display: flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; background: #2dbecd; color: #fff; font-size: 14px; font-weight: bold; border-radius: 50%; flex-shrink: 0; margin-top: -1px; }
.faq-wrap .fq .chv { margin-left: auto; color: #2dbecd; font-size: 18px; transition: transform .25s; flex-shrink: 0; }
details[open] .fq .chv { transform: rotate(180deg); }
.faq-wrap .fa { padding: 16px 22px 20px 67px; font-size: 15px; color: #333333; line-height: 1.85; border-top: 1px solid #d6eef0; font-weight: normal;}
.faq-wrap .ab { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: #f5820d; color: #fff; font-size: 13px; font-weight: bold; border-radius: 50%; margin-right: 9px; vertical-align: middle; flex-shrink: 0; }

/* ===== CTA ===== */
.cta { background: linear-gradient(135deg, #0f6b77, #2dbecd); color: #fff; padding: 88px 0; text-align: center; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(255,255,255,.05) 0%, transparent 70%); }
.cta h2 { font-size: clamp(21px, 3.4vw, 30px); font-weight: bold; margin-bottom: 15px; position: relative; }
.cta-lead { font-size: 16px; opacity: .88; max-width: 540px; margin: 0 auto 36px; position: relative; line-height: 1.9; }
.cta-btns { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; position: relative; }
.cta-btns .btn-cta-sub { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); border: 2px solid rgba(255,255,255,.55); color: #fff; font-size: 16px; font-weight: bold; padding: 15px 34px; border-radius: 50px; transition: background .2s; }
.cta-btns .btn-cta-sub:hover {  color: #fff; background: rgba(255,255,255,.22); text-decoration: none; }
.cta-note { font-size: 13px; opacity: .65; margin-top: 20px; position: relative; }
.cta-btns .btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #f5820d, #d46800); color: #fff; font-size: 18px; font-weight: bold; padding: 17px 44px; border-radius: 50px; transition: transform .2s, box-shadow .2s; cursor: pointer; border: none; }
.cta-btns .btn-primary:hover { transform: translateY(-2px); text-decoration: none; }

/* ===== STAFF ===== */
.main_contents07
{
	background: #1065b1;
    width: 100%;
    color: #fff;
}
.main_contents07 .inner
{
	margin: 0 auto;
    position: relative;
}
.main_contents07 h2
{
	font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}
.main_contents07 ul.staff_list li
{
	margin-right		: 30px;
}
.main_contents07 ul.staff_list li img
{
	border-radius: 80px;
}
.home .face-list{
  margin: 40px auto;
  max-width: 900px;
}
.main_contents05 img {
  display: inline-block;
}
.venture-link .fa {
  padding: 0;
}

/* ─── FINAL CTA ─── */
.fcta {
  background: linear-gradient(135deg, #f2fbfc 0%, #ddf5f8 100%);
  padding: 96px 0; text-align: center; position: relative; overflow: hidden;
}
.fcta-ghost {
  position: absolute;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(100px, 15vw, 200px);
  color: rgba(45,190,205,.06);
  pointer-events: none; white-space: nowrap;
  bottom: -20px; left: 50%; transform: translateX(-50%);
  letter-spacing: .1em;
}
.fcta-inner { position: relative; z-index: 1; }
.fcta-inner .tag { color: #f5820d; }
.fcta-inner h2 { color: #0d3b40; margin-top: 10px; font-weight: 700;}
.fcta-inner p { /*color: #7a8f98;*/ max-width: 700px; margin: 16px auto 36px; line-height: 1.9; }
.fcta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-teal-lg {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1a8f9e; color: #fff;
  padding: 16px 32px; border-radius: 4px;
  font-weight: 700; font-size: .97rem; text-decoration: none;
  border: 2px solid #1a8f9e;
  transition: background .25s cubic-bezier(.4,0,.2,1), color .25s cubic-bezier(.4,0,.2,1);
}
.fcta-btns a { color: #fff; }
.btn-teal-lg:hover { background: transparent; color: #1a8f9e; text-decoration: none;}
.fcta-note { margin-top: 20px; font-size: .9rem; color: #7a8f98; }

/* ===== RESPONSIVE ===== */
@media (max-width: 660px) {
  .sec { padding: 54px 0; }
  .cost-row, .ig { grid-template-columns: 1fr; }
  .charts-grid { grid-template-columns: 1fr; }
  .hero { padding: 50px 0 60px; }
  .hero-pain p {font-size: 16px;}
  .fa { padding-left: 22px; }
  .setup-card { padding: 26px 18px; }
  .toc { padding: 20px 18px; }
  .site-tel { display: none; }
	.cmp th {padding: 8px 5px; font-size: 12px;}
	.cmp td {padding: 8px 8px; font-size: 12px;}
	.rc h3 {font-size: 20px;}
	.main_contents07 h2 {font-size: 1.6rem;}
	.main_contents05 .cont_inner h2 {font-size: 1.6rem; font-weight: bold;}
.survey {
		width: 100%;
	}
.pie_chart {
		width: 100% !important;
		float: none;
	}
#canvas-holder {
		width: 100%;
	}
.survey .pie_chart h4{
		height: auto !important;
	}
.survey h4{
		margin-bottom: 0px;
	}
.survey .ranking{
		padding: 0 10px 50px 20px;
	}

}
/*オフィス*/
.main_contents05 h2 {font-weight: 700; margin-bottom: 2rem;}

.sp_only {
	display: none;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .str-grid { grid-template-columns: repeat(3, 1fr); }

}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero::before { display: none; }
  .hero-panel { display: none; }
  .catch-layout { grid-template-columns: 1fr; gap: 40px; }
  .reason-grid { grid-template-columns: 1fr; }
  .str-grid { grid-template-columns: repeat(2, 1fr); }
  .split-inner { grid-template-columns: 1fr; }
  .split-section::before { display: none; }
  .split-right { display: none; }
  .prb-grid { grid-template-columns: 1fr; }
  .pcard-img-wrap { aspect-ratio: 3 / 1; }
  .steps-row { grid-template-columns: 1fr; gap: 0; }
  .steps-row::before { display: none; }
  .stp { flex-direction: row; text-align: left; padding: 20px 0; gap: 20px; }
  .stp-circle { flex-shrink: 0; margin-bottom: 0; }
  .off-grid { grid-template-columns: 1fr; }
  .ocard-img-wrap { aspect-ratio: 3 / 1; }
  .ft-grid { grid-template-columns: 1fr; }
  .ft-links { flex-direction: row; flex-wrap: wrap; }
  .sticky { display: block; }
  main { padding-bottom: 68px; }
  .toc-list a { padding: 14px 20px; }
  .toc-list a:hover { padding-left: 28px; }
}

@media (max-width: 600px) {
#head-nav header h1 {
    font-size: 6px;
    margin-bottom: 0px;
    margin-top: 5px;
}
  .str-grid { grid-template-columns: repeat(1, 1fr); }
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.35rem; }
  .hd-tel-wrap { display: none; }
  .toc-box { margin: 0 16px; }
.pcard-body h3 { font-size: 1.2rem; }
	.plist li {font-size: 1rem; }
	.fcta-inner { margin: auto 5%; }
	.fcta-inner h2 {font-size: 24px; }
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}
}
