@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; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ===== 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: #ffffff; 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 auto; width: 900px; max-width: 100%; text-align: center;}
.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; }

/* ===== 違い TABLE ===== */
.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 16px;
}
.compare-table th {
    background: #2dbecd;
    color: white;
    padding: 14px 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.compare-table th:first-child {
    background: #0d6975;
    text-align: left;
}
.compare-table th.highlight {
    background: #f18200;
}

.compare-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #b8e8ed;
    text-align: center;
    color: #1a2e32;
    vertical-align: middle;
}
.compare-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #1a9aaa;
    background: rgba(26, 58, 92, 0.03);
}
.compare-table td.highlight {
    background: rgba(241, 130, 0, 0.07);
    color: #f18200;
    font-weight: 600;
}
.compare-table tr:last-child td {
    border-bottom: none;
}
@media (max-width: 768px) {
    .compare-table {
    font-size: 13px;
}
	.compare-table th {
	padding: 8px 10px;
}
	.compare-table td {
    padding: 8px 10px;
}
}

/* ===== 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;}

/* ===========================
   REASONS (選ばれる理由)
=========================== */
#reasons {
	background: #f2fbfc;
}
.reasons-grid { display: grid; gap: 40px; }
.reason-card {
  display: grid; grid-template-columns: 1fr 2fr; gap: 36px;
  align-items: start;
  background: #fff; border-radius: 8px;;
  border: 1px solid #d0f3f6;
  box-shadow: 0 4px 22px rgba(45, 190, 205, .16);
}
.reason-card:nth-child(even) { grid-template-columns: 2fr 1fr; }
.reason-card:nth-child(even) .reason-img { order: 2; }
.reason-card:nth-child(even) .reason-body { order: 1; }
.reason-img { min-height: 240px; position: relative; overflow: hidden; }
.reason-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reason-body { padding: 36px 36px 36px 0; }
.reason-card:nth-child(even) .reason-body { padding: 36px 0 36px 36px; }
.reason-num {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 700; letter-spacing: .15em;
  color: #2dbecd; text-transform: uppercase; margin-bottom: 12px;
}
.reason-num::after {
  content: ""; flex: 1; height: 1px; background: #2dbecd; width: 40px;
}
.reason-body h3 { font-family: var(--font-serif); font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 16px; line-height: 1.5; }
.reason-body p { color: var(--muted); font-size: 15px; }

@media (max-width: 900px) {
  .reason-card, .reason-card:nth-child(even) { grid-template-columns: 1fr; gap: 10px; }
  .reason-card .reason-img { min-height: 180px; }
  .reason-card:nth-child(even) .reason-img { order: 0; }
  .reason-card:nth-child(even) .reason-body { order: 0; }
  .reason-body, .reason-card:nth-child(even) .reason-body { padding: 24px; }
  .reason-body h3 {font-size: 20px;}
}


/*お客様の声　表*/
.survey-box {
    background: rgba(26, 58, 92, 0.04);
    border: 1px solid rgba(26, 58, 92, 0.12);
    border-left: 4px solid #2dbecd;
    padding: 24px 28px;
    margin-top: 20px;
    border-radius: 0 4px 4px 0;
	margin-bottom: 2rem;
	max-width: 100%;
	width: 700px;
}
.survey-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a9aaa;
    margin-bottom: 16px;
}
.survey-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.survey-rank {
    font-size: 11px;
    font-weight: 700;
    background: #f5820d;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.survey-label {
    font-size: 13px;
    color: #1a2e32;
    min-width: 180px;
}
.survey-bar-wrap {
    flex: 1;
    background: #b8e8ed;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}
.survey-bar {
    height: 100%;
    background: #f18200;
    border-radius: 4px;
}
.survey-pct {
    font-size: 18px;
    font-weight: 700;
    color: #f18200;
    min-width: 40px;
    text-align: right;
}

/*実績　件数*/
.stats-title {
    color: #2dbecd;
    font-weight: 700;
    font-size: 1.1rem;
	margin-top: 2rem;
    color: #7a5500;
}
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.stat-item {
    text-align: center;
    background: #ffffff;
    padding: 24px 5px;
    border: 1px solid #b8e8ed;
	background: #fffbee;
    border: 1px solid #f0c040;
}
.stat-num {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-weight: 700;
    color: #2dbecd;
    line-height: 1;
    margin-bottom: 12px;
	color: #f18200;
}
.stat-num span {
    font-size: 16px;
    font-weight: 500;
}
.stat-label {
    font-size: 15px;
    color: #4a7078;
    letter-spacing: 0.06em;
	color: #7a5500;
}
@media (max-width: 768px) {
    .stats-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* ─── 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 ===== */
#inheritance {
	background: #f2fbfc;
}
.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; }
.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: 17px; color: #c53030; margin-bottom: 7px; padding-left: 30px; 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; }

/* ─── CONCERNS ─── */
#worries {
background: #f2fbfc;
}
.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-top: 4px solid #2dbecd;
  border-radius: 10px;
  overflow: hidden;
	background-color: #FFFFFF;
}
.prb-pain { background: #fff; border: 2px solid #e7e7e7; border-radius: 10px; padding: 20px 24px; margin: 40px auto 5rem; max-width: 700px; text-align: left; background: #fffbee; border: 1px solid #f0c040;}
.prb-pain p { font-size: 17px; opacity: .88; margin-bottom: 7px; padding-left: 26px; position: relative; font-weight: bold;color: #7a5500;}
.prb-pain p::before { content: '✓'; position: absolute; left: 0; color: #f18200; font-weight: 900; }
.prb-pain p:last-child { margin-bottom: 0; }

/* 画像ラッパー */
.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: 1rem auto 0;
}

/* 番号バッジ（画像右上に重ねて表示） */
.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; }

/* INHERITANCE */
.inheritance-area {display: inline-block;}
.inheritance-img {
    float: left;
    width: 38%;
    margin-bottom: 2rem;
}
.inheritance-text {
    float: right;
    width: 58%;
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
.inheritance-text {width: 100%;}
.inheritance-img {width: 100%;}
}



/* ─── 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; }

/* ===== 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;
}

/*--------------------------------------------------------------------
 CTA
--------------------------------------------------------------------*/
.cta {
  text-align: center;
  max-width: 100%;
}
.cta .cta_sp {
  display: none;
}

.cta .cta_pc {
  padding: 100px 4% 70px;
}
#sectop .cta .cta_pc {
  padding-top: 90px;
}

.cta img {display: inline;}

.cta .cta_pc a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cta .cta_pc a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
}
.cta .cta_pc .cta_pc_point {
  text-align: center;
}
.cta .cta_pc .cta_pc_point .sodan_sec01 {
  width: 700px;
  margin: 0 auto;
  position: relative;
  
  display: none;
}
#sectop .cta .cta_pc .cta_pc_point .sodan_sec01 {
  display: block;
}
.cta .cta_pc .cta_pc_point .sodan_sec01:after {
  content: "";
  display: block;
  clear: both;
}
.cta .cta_pc .cta_pc_point .sodan_sec01 .sodan_l {
  float: left;
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
}
.cta .cta_pc .cta_pc_point .sodan_sec01 .sodan_l li {
  margin-bottom: 20px;
  border-bottom: dotted 2px #cbcbcb;
}
.cta .cta_pc .cta_pc_point .sodan_sec01 .sodan_l li:last-child {
  margin-bottom: 0;
}
.cta .cta_pc .cta_pc_point .sodan_sec01 .sodan_r {
  position: absolute;
  right: 0;
}
.cta .cta_pc .top_responsemsg {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 2rem;
  padding-top: 70px;
}
.cta .cta_pc .top_responsemsg .res_tel  {
  width: 44%;
}
.cta .cta_pc .top_responsemsg .res_linemail {
  width: 29%;
}
.cta .cta_pc .top_responsemsg .res_reserve {
  width: 25%;
  border: 2px solid #b31412;
}
.cta .cta_pc .top_responsemsg .res_tel
, .cta .cta_pc .top_responsemsg .res_reserve
, .cta .cta_pc .top_responsemsg .res_line
, .cta .cta_pc .top_responsemsg .res_mail {
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  position: relative;
  padding-top: 40px;
  /*padding-bottom: 20px;*/
  margin-bottom: 35px;
}
.cta .cta_pc .top_responsemsg .res_title {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
}
.cta .cta_pc .top_responsemsg .res_txt {
  font-size: 1.2em;
}
.cta .cta_pc .res_txt span {
  font-size: 1.1em;
  font-weight: bold;
}
/* TEL */
.cta .cta_pc .top_responsemsg .res_tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding-bottom: 20px;
}
.cta .cta_pc .top_responsemsg .res_tel .res_txt {
  margin-bottom: 30px;
  width: 100%;
}
.cta .cta_pc .top_responsemsg .res_tel .res_img {
  width: 100%;
}
/* LINE */
.cta .cta_pc .top_responsemsg .res_line {
  display: flex;
  justify-content: center;
  column-gap: 1%;
}
.cta .cta_pc .top_responsemsg .res_line .res_txt {
  text-align: left;
  padding-top: 10px;
  width: 57%;
}
.cta .cta_pc .top_responsemsg .res_line .res_img {
  width: 30%;
}
.cta .cta_pc .top_responsemsg .res_line .res_img img {
  max-width: 100%;
}
/* MAIL */
.cta .cta_pc .top_responsemsg .res_mail .res_img {
  font-size: 1.2em;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.cta .cta_pc .top_responsemsg .res_mail .res_img .res_img_arrow {
  margin-right: 10px;
}
.cta .cta_pc .top_responsemsg .res_mail .res_img a
, #sectop .topmain_pc .cta .cta_pc .top_responsemsg .res_mail a{
  color: #0081bc;
  text-decoration: underline;
  margin: 0;
}
/* reserve */
.cta .cta_pc .top_responsemsg .res_reserve .res_img {
  font-size: 1.2em;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cta .cta_pc .top_responsemsg .res_reserve .res_img .res_img_sample {
  width: 100%;
  margin: 5px auto;
}
.cta .cta_pc .top_responsemsg .res_reserve .res_img .res_img_arrow {
  margin-right: 10px;
}
.cta .cta_pc .top_responsemsg .res_reserve .res_img a {
  color: #b31412;
  text-decoration: underline;
}




@media (max-width: 768px) {
  .cta .cta_title {
    font-size: 1.7em;
  }
  
  .cta .cta_pc {
    display: none;
  }
  
  .cta .cta_sp {
    display: block;
    
    padding: 30px 4% 70px;
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
  }
  #sectop .cta .cta_sp {
    margin-top: -100px;
  }
  .cta .cta_sp .cta_sp_title {
    font-size: 1.7em;
    font-weight: bold;
  }
  .cta .cta_sp .cta_sp_title span {
    font-size: 85%;
  }
  .cta .cta_sp ul {
    text-align: left;
    display: inline-block;
    margin: 5px auto 10px;
  }
  .cta .cta_sp ul li {
    margin-bottom: 10px;
    border-bottom: dotted 2px #cbcbcb;
    list-style-type: square;
  }
  .cta .cta_sp .cta_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .cta .cta_sp .sp_tel
  , .cta .cta_sp .sp_reserve {
    width: 100%;
    margin-bottom: 5px;
  }
  .cta .cta_sp .sp_line
  , .cta .cta_sp .sp_mail {
    width: 49%;
    margin-bottom: 25px;
  }
}

/* ===== 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;
}

/* ===== 会社案内 ===== */
.v4_venture {
	color: #FFF;
	max-width: 1000px;
    margin: 0 auto;
}

.v4_venture .v4_titbf {
	font-size: 18px;
	margin-bottom: 0;
}
.v4_venture .v4_tit {
	font-size: 44px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	line-height: 1.0!important;
}
.v4_venture .v4_tit:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #FFF;
	display: block;
}
.v4_venture .v4_tit:after {
	margin-left: 0.5em;
}

.v4_venture .v4_box02 {
    background: #ffd657;
	padding: 1.0em 0 0.6em 0;
	color: #111;
    border-radius: 8px;
}
.v4_venture .v4_box02 p {
    margin-bottom:0.6em;
}

.v4_venture .v4_box03 ul {
    background: #eeeeee;
	color: #111;
}
.v4_venture .v4_box03 ul li {
	width: 49.6%;
    display: inline-block;
    list-style:none;
	vertical-align: top;
	padding: 0 1em 1em 1em;
}
.v4_venture .v4_box03 .v4_titarea{
	font-weight: bold;
	text-align: left;
	margin: 1.7em auto 0.8em auto;
}
.v4_venture .v4_box03 a{
	color: #336c9d;
}
.v4_venture .v4_box03 p{
	margin-bottom: 0.75em;
}
h2.midashi_w {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}
.company_tbl {
  margin : 0 auto 3em;
  font-size: 1.1em;
}
.company_tbl th {
  width: 9em!important;
  vertical-align: middle!important;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.company_tbl td {
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.v4_venture .v4_box01 {
    background: #EEFBFF;
	color: #333;
	padding: 3em;
    margin-bottom: 3em;
}
.cmarea {
  margin: 0 auto;
  padding: 50px 10px 80px;
  text-align: center;
}
.cmarea .cmarea_txt {
  text-align: left;
  margin: 30px 0 0;
  display: inline-block;
}
.cmarea .cmarea_txt p {
  margin-bottom: 15px;
}
.cmarea h3 {
  margin: 20px 0;
  text-align: left;
  font-size: 22px;
  border-bottom: #083d88 2px solid;
  color: #2150bf;
}
.cmarea .cmarea_book {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 20px;
  padding: 0 10px;
}
.about_tit{	
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.7em;
	color: #FFF;
	letter-spacing: 0.1em;
	background: #005bac;
	border-top: 6px solid #85b1f4;
	text-align: center;
	margin: 0 auto 1em auto;
	padding: 0.5em 0;
	width: 1100px;
	max-width: 99%;
}
.about_table {
    width: 100%;
    margin: 0 auto 2em auto;
}
.about_table th {
    width: 180px;
    font-weight: bold;
    color: #2150bf;
    border-bottom: #7cabf3 2px solid;
    text-align: left;
    padding-left: 1.1em;
}
.about_table td {
    border-bottom: #083d88 2px solid;
    padding: 1.2em 0;
}
.about_map {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
}
.about_map li {
	width: 300px;
	text-align: left;
	margin: 0 auto 2.5em auto;
	float: none;
}
.about_fea_tit{
	border-top: 2px solid #083d88;
	text-align: center;
	padding: 1.2em 0 1em 0;
	width: 1100px;
	max-width: 99%;
	margin: 0 auto;
}
.daihyo_aisatu{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: rgba(255,255,255,0.5);
	padding: 0.5em 2em;
	font-size: 1.2em;
	max-width: 900px;
	text-align: left;
    line-height: 1.8;
}
.daihyo_aisatu .tit{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.daihyo_aisatu .name{
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	font-family:"HG行書体","HGP行書体",cursive;
	width: auto;
	display: block;
    border: 0;
}
.v4_img03 {
	width: 780px;
	margin: 1.5em auto;
	display: flex;
}
.v4_img03 img {
	max-width: 50%;
	margin-right: 15px;
	margin-bottom: 30px !important;
}
.v4_img03 .img_l{
	float: left;
	margin-right: 2em;
}
.v4_img03 .img_r{
	float: right;
}
.v4_f_bold {font-weight: bold;}
.main_contents05 .v4_venture .bg_paper {padding: 0 3em 3em 3em;}
.main_contents05 .v4_venture .bg_paper h3 {
	padding: 10px 18px 8px;
    border-radius: 3px;
    background-color: #1a8f9e;
	font-size: 21px;
    border-bottom: #006876 solid 2px;
    margin: 0 0 10px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 768px){
.v4_venture {max-width: 95%;}
h2.midashi_w {    font-size: 40px;}
.v4_venture .v4_box01 {
    padding: 5% 2%;
}
.v4_img03 {
	width: 100%;
    margin: 1.5em auto;
	display: inline-block;
}
.v4_img03 img {
	width: 100%;
	max-width: 100%;
}
.daihyo_aisatu {
    padding: 1em;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
	font-size: 1em;
	text-align: left;
		  }
	.daihyo_aisatu .tit{
		font-size: 1.2em;
	}
	.daihyo_aisatu .name{
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		padding-right: 0em;
		font-size: 1.2em;
	}
	.main_contents05 .v4_venture .bg_paper {padding: 0 2% 10%;}
	}


/* ===== 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;
}

/*--------------------------------------------------------------------
 レスポンシブ下部固定 新バージョン
--------------------------------------------------------------------*/
@media (max-width: 768px) {
  .ftbtn {
    display: block; /* スマホでは要素自体は有効化（見た目はopacityで隠す） */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 100%;
    z-index: 999;
    transform: translateY(100px);
    opacity: 0;
	  visibility: hidden;
    pointer-events: none; /* 隠れている間はタップできないようにする */
	  transition: 1.5s;
  }

  .ftbtn.fadeinanime {
    transform: translateY(0);
    opacity: 1;
	visibility: visible;
    pointer-events: auto; /* 表示されたらタップ可能にする */
	transition: 1.5s;
  }

  .ftbtn a {
    width: 100%;
    display: block;
    text-decoration: none;
  }

  .ftbtn .ftbtn_con {
    display: flex;
    justify-content: center;
    column-gap: 1.4286%;
    padding: 6px 0;
    background: #e6eff6;
  }

  .ftbtn .ftbtn_web {
    width: 48.5%;
    background: #b31412;
    border: 3px solid #b31412;
    border-radius: 5px;
    padding: 5px 5px 0px;
    display: flex;
    justify-content: center;
  }

  .ftbtn .ftbtn_web a {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    color: #FFF;
  }
	.ftbtn .ftbtn_web a:hover {
	text-decoration: none;
	}

  .ftbtn .ftbtn_web a span {
    font-size: .6em;
    font-weight: normal;
    line-height: 1.5;
    background: #FFF;
    color: #b31412;
    padding: 2px 10px;
    border-radius: 50px;
    margin: 5px 0;
    display: block;
  }

  .ftbtn .ftbtn_web p {
    margin-bottom: 0;
  }

  .ftbtn .ftbtn_tel {
    width: 48.5%;
    background-color: #fe7e00;
    border: 3px solid #fe7e00;
    border-radius: 5px;
    padding: 5px 5px 7px;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .ftbtn .ftbtn_tel a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
  }
  .ftbtn .ftbtn_tel a:hover {
    text-decoration: none;
  }

  .ftbtn .ftbtn_tel a .ftbtn_tel_img {
    width: 25px;
  }

  .ftbtn .ftbtn_tel a .ftbtn_tel_txt {
    margin-bottom: 0px;
  }

  .ftbtn .ftbtn_tel a .ftbtn_tel_no {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    color: #FFF;
  }

  .ftbtn .ftbtn_tel a .ftbtn_tel_msg {
    font-size: .85em;
    font-weight: normal;
    line-height: 1.5;
    background: #FFF;
    color: #b31412;
    padding: 2px 10px;
    border-radius: 50px;
    margin: 5px 0;
    display: block;
  }
}
/* PC向け（769px以上）は非表示 */
@media (min-width: 769px) {
  .ftbtn {
    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;
}
.page_top02
{
  bottom: 125px;
}	
}
