@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: rgba(45,190,205,.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; }

/* ===== VOICE ===== */
.voice-bg { background: linear-gradient(180deg, #f7fdfe, #fff); }
.charts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.chart-item { text-align: center; }
.chart-item canvas { width: 100% !important; }
.chart-label { font-size: 15px; font-weight: bold; color: #1c2b30; margin-top: 10px; }
.voice-note { text-align: center; margin-top: 36px; }
.voice-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; }
.voice-note .btn-line:hover { background: #2dbecd; color: #fff; text-decoration: none; }
.survey-section {
	max-width: 900px;
    margin: 0 auto;
}
.charts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px; margin-bottom: 36px;
  }
  .survey-card {
    background: #fff; border-radius: 20px; padding: 32px 28px;
    box-shadow: 0 4px 24px rgba(45,190,205,.15); border: 1px solid #b8e8ed;
  }
  .survey-card .q-label {
    font-size: .72rem; font-weight: 800; color: #2dbecd;
    letter-spacing: .08em; margin-bottom: 6px;
  }
  .survey-card h3 {
    font-size: 1.2rem; font-weight: bold; color: #0d3b40;
    margin-bottom: 20px; line-height: 1.45;
  }
  .chart-wrap {
    width: 220px; height: 220px; margin: 0 auto 20px;
  }
  .legend { display: flex; flex-direction: column; gap: 8px; }
  .legend-row {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 10px; border-radius: 8px;
    transition: background .15s, border .15s; cursor: pointer;
    border: 1px solid transparent;
  }
  .legend-dot {
    width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0;
  }
  .legend-label { font-size: .85rem; color: #444; flex: 1; }
  .legend-pct   { font-size: .95rem; font-weight: 900; }

  @media (max-width: 600px) {
    .survey-card { padding: 24px 18px; }
  }

/* ===== 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; }
/* -- 料金表 ------------------- */
.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; }

/* ===== AREA ===== */
.area-bg { background: #edfafb; }
.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; }

/* ===== FAQ ===== */
.faq-wrap { max-width: 800px; margin: 0 auto; }
.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; }
.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; }
.fq::marker, .fq::-webkit-details-marker { display: none; }
.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; }
.fq .chv { margin-left: auto; color: #2dbecd; font-size: 18px; transition: transform .25s; flex-shrink: 0; }
details[open] .fq .chv { transform: rotate(180deg); }
.fa { padding: 16px 22px 20px 67px; font-size: 15px; color: #333333; line-height: 1.85; border-top: 1px solid #d6eef0; }
.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;
}

/* ===== 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;
	}

}