@charset "utf-8";

/* ============================================================
   kb-pc.css — PC向けスタイル
   旧: common.css + css/style/index.css
   基準 font-size: html { 10px } → 1rem = 10px
   ============================================================ */

/* ─────────────────────────────
   基本設定
───────────────────────────── */
html { font-size: 10px; }

body {
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3A3A3A;
    background: #fff;
    padding-bottom: 4.0rem;
}

img {
    width: 100%;
    height: auto;
}

p  { font-size: 1.6rem; }
li { font-size: 1.6rem; }

/* ─────────────────────────────
   タブレット中間サイズ調整
───────────────────────────── */
@media only screen and (min-width: 751px) and (max-width: 1200px) {
    html { font-size: 0.8333333333333333vw; }
}

/* ─────────────────────────────
   ヘッダー
───────────────────────────── */
header {
    position: fixed;
    width: 100%;
    z-index: 90;
    height: 8.0rem;
    padding-top: 1.5rem;
    padding-left: 3.0rem;
    top: 0;
    background: #fff;
    box-sizing: border-box;
}
header ul {
    position: fixed;
    top: 1.0rem;
    right: 18.0rem;
    display: flex;
}
header ul li {
    width: 15.0rem;
    margin-left: 1.0rem;
}
header ul li:first-of-type {
    width: 12.2rem;
    padding-top: 0.7rem;
}
#login {
    display: block;
    position: absolute;
    right: 11.0rem;
    top: 1.5rem;
    width: 4.2rem;
}
#logo { width: 50.0rem; }
#logo img { width: 18.2rem; }
#logo a span {
    color: #2E5E97;
    line-height: 1;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 0.5rem;
}

/* ─────────────────────────────
   ハンバーガーメニュー
───────────────────────────── */
#menu {
    position: fixed;
    width: 4.0rem;
    height: 2.8rem;
    right: 4.0rem;
    top: 2.5rem;
    z-index: 999;
}
#btn-menu {
    display: block;
    width: 4.0rem;
    height: 2.8rem;
    right: 0;
    top: 0;
    z-index: 999;
}
#btn-menu.active { background: none; }
#btn-menu .menu-trigger,
#btn-menu .menu-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
#btn-menu .menu-trigger {
    width: 100%;
    height: 100%;
    position: relative;
}
#btn-menu .menu-trigger span {
    background: #2E5E97;
    position: absolute;
    left: 0;
    height: 1px;
}
#btn-menu .menu-trigger.active span { background: #fff; }
#btn-menu .menu-trigger span:nth-of-type(1) { top: 0; width: 4.0rem; }
#btn-menu .menu-trigger span:nth-of-type(2) { top: 1.4rem; width: 4.0rem; }
#btn-menu .menu-trigger span:nth-of-type(3) { top: 2.8rem; width: 4.0rem; }
#btn-menu .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(1.4rem) rotate(-155deg);
    width: 4.0rem;
}
#btn-menu .menu-trigger.active span:nth-of-type(2) { opacity: 0; }
#btn-menu .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-1.4rem) rotate(155deg);
    width: 4.0rem;
}

/* ─────────────────────────────
   グローバルナビ
───────────────────────────── */
#gnavi {
    background: #2E5E97;
    width: 44.0rem;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    overflow-y: scroll;
    scrollbar-width: none;
}
#gnavi.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
#gmenu {
    padding-top: 8.0rem;
    padding-left: 5.0rem;
    box-sizing: border-box;
}
#gmenu ul { margin-bottom: 5.0rem; display: block; }
#gmenu ul li { position: relative; }
#gmenu ul li a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 3.0rem;
    padding: 0;
    transition: 0.5s;
}
#gmenu ul li a:hover {
    opacity: 0.6;
    transition: 0.5s;
    text-decoration: underline;
}
#gmenu ul.app {
    display: flex;
    width: 34.0rem;
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
}
#gmenu ul.app li { width: 51%; }
#gmenu ul.app li:first-of-type { width: 42%; }
#gmenu p a {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
    display: block;
    background: #FF842C;
    border-radius: 7.0rem;
    padding: 2.0rem;
    width: 34.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    border-bottom: 4px solid #D27D1C;
    transition: 0.2s;
    cursor: pointer;
}
#gmenu p a:hover { opacity: 0.8; }

/* ─────────────────────────────
   フッター
───────────────────────────── */
footer p {
    text-align: center;
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
}

/* ─────────────────────────────
   ヒーロー
───────────────────────────── */
#mainvisual {
    position: relative;
    padding-top: 8.0rem;
}
#mainvisual div {
    position: absolute;
    bottom: 10%;
    left: 4.5%;
    width: 45.5%;
}
#mainvisual p.trial {
    position: absolute;
    bottom: 3.0rem;
    left: 50%;
    transform: translateX(-50%);
}
#mainvisual p.trial span {
    color: #2E5E97;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 1.0rem;
    position: absolute;
    width: 100%;
    top: -4.0rem;
    left: 50%;
    transform: translateX(-50%);
}
#mainvisual p.trial span:before {
    position: absolute;
    content: '';
    background: url("../image/line-l@2x.png") no-repeat left top;
    background-size: 2.0rem 2.4rem;
    width: 2.0rem;
    height: 2.4rem;
    margin-left: -3.0rem;
    bottom: 0;
}
#mainvisual p.trial span:after {
    position: absolute;
    content: '';
    background: url("../image/line-r@2x.png") no-repeat right top;
    background-size: 2.0rem 2.4rem;
    width: 3.0rem;
    height: 2.4rem;
    bottom: 0;
}
#mainvisual p.trial a {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    text-align: center;
    display: block;
    background: #FF842C;
    border-radius: 7.0rem;
    padding: 2.0rem;
    width: 45.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    border-bottom: 4px solid #D27D1C;
    transition: 0.2s;
}
#mainvisual p.trial a:hover {
    opacity: 0.8;
}
#mainvisual p.trial em {
    font-style: normal;
    font-size: 1.4rem;
    text-align: center;
    display: block;
}
#mainvisual p.comment {
    font-size: 1.2rem;
    position: absolute;
    bottom: 2.0rem;
    left: 7.0rem;
}

/* ─────────────────────────────
   信頼バッジ帯
───────────────────────────── */
#trust-bar { background: #0f3270; padding: 0; }
#trust-bar ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
#trust-bar ul li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.4rem 3.2rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.15);
    line-height: 1.4;
}
#trust-bar ul li:last-child { border-right: none; }
#trust-bar ul li .tb-icon { font-size: 2.2rem; line-height: 1; }
#trust-bar ul li strong { color: #ffd04a; }

/* ─────────────────────────────
   h2 共通タイトル
───────────────────────────── */
h2.h2-title {
    font-weight: 700;
    font-size: 4.2rem;
    text-align: center;
    margin-bottom: 8.0rem;
    padding-bottom: 3.0rem;
    position: relative;
}
h2.h2-title:after {
    content: '';
    background: #2E5E97;
    width: 8.0rem;
    height: 0.6rem;
    border-radius: 1.0rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* ─────────────────────────────
   お悩み
───────────────────────────── */
#nayami {
    background: #228083;
    padding: 8.0rem 0;
}
#nayami h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 4.0rem;
}
#nayami p { width: 80.0rem; margin: 0 auto; }

/* ─────────────────────────────
   解決アイコン
───────────────────────────── */
#ressolution {
    padding: 14.0rem 0 11.0rem;
    background: url("../image/arrow@2x.png") no-repeat top center #E5ECE7;
    background-size: 20.0rem 7.0rem;
}
#ressolution h2 { width: 56.8rem; margin: 0 auto 6.0rem; }
#ressolution ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 93.0rem;
    margin: 0 auto;
}
#ressolution ul li { margin-right: 6.0rem; margin-bottom: 3.0rem; }
#ressolution ul li:nth-of-type(3),
#ressolution ul li:last-of-type { margin-right: 0; }
#ressolution a {
    text-align: center;
    display: block;
    border: solid 1px #228083;
    background: #fff;
    width: 27.0rem;
    height: 27.0rem;
    border-radius: 27.0rem;
    box-sizing: border-box;
    padding-top: 3.0rem;
    transition: 0.2s;
    position: relative;
}
#ressolution a span {
    display: block;
    color: #2E5E97;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 1.0rem;
}
#ressolution a img { width: 16.6rem; }
#ressolution a:after {
    font-family: 'Material Icons';
    content: "\e5cf";
    color: #228083;
    position: absolute;
    bottom: 0;
    font-size: 5.0rem;
    left: 50%;
    transform: translateX(-50%);
}
#ressolution a:hover { border: solid 1px #228083; background: #228083; }
#ressolution a:hover span { color: #fff; }
#ressolution a:hover:after { color: #fff; }

/* ─────────────────────────────
   5つの特徴
───────────────────────────── */
#charactor { background: #F2F2F2; padding: 9.0rem 0; }
#charactor .box {
    display: flex;
    width: 110.0rem;
    margin: 0 auto 8.0rem;
    position: relative;
}
#charactor .box:last-of-type { margin-bottom: 0; }
#charactor .box figure { width: 42.0rem; position: absolute; top: 0; left: 0; }
#charactor .box dl {
    width: 72.0rem;
    background: #fff;
    margin: 3.0rem 0 0 auto;
    padding: 6.0rem 5.0rem 6.0rem 8.0rem;
    box-sizing: border-box;
}
#charactor .box.r figure { width: 42.0rem; position: absolute; top: 0; right: 0; left: auto; }
#charactor .box.r dl { margin: 3.0rem auto 0 0; padding: 6.0rem 8.0rem 6.0rem 5.0rem; }
#charactor .box dl dt {
    font-size: 3.4rem;
    font-weight: 700;
    color: #2E5E97;
    line-height: 1.3;
    display: flex;
    align-items: center;
    margin-bottom: 4.0rem;
}
#charactor .box dl dt span {
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    text-align: center;
    color: #228083;
    display: block;
    border: 1px solid #228083;
    border-radius: 8.0rem;
    width: 8.0rem;
    height: 8.0rem;
    margin-right: 2.0rem;
    padding-top: 1.5rem;
    box-sizing: border-box;
}
#charactor .box dl dt span em { font-size: 2.6rem; display: block; padding-top: 0.5rem; }
#charactor .box dl dd { font-size: 1.6rem; line-height: 1.8; }
#charactor .box dl .feature-tag {
    display: inline-block;
    background: #e8f0fc;
    color: #2E5E97;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0.5rem 1.4rem;
    border-radius: 10.0rem;
    margin-top: 2.0rem;
}

/* ─────────────────────────────
   CTAバンド
───────────────────────────── */
.contact { text-align: center; background: #228083; padding: 5.0rem 0; }
.contact h2 { font-weight: 700; font-size: 3.6rem; color: #fff; margin-bottom: 4.0rem; }
.contact h2 span { position: relative; z-index: 2; }
.contact h2 span:after {
    content: '';
    background: #449A97;
    width: 100%;
    height: 1.0rem;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3.0rem;
    z-index: -1;
}
.contact p a {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
    display: block;
    background: #FF842C;
    border-radius: 7.0rem;
    margin: 0 auto;
    padding: 2.0rem;
    width: 45.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    border-bottom: 4px solid #D27D1C;
    transition: 0.2s;
}
.contact p a:hover { opacity: 0.8; }

/* ─────────────────────────────
   動画
───────────────────────────── */
#video { padding: 9.0rem 0; text-align: center; }
#video .youtube { width: 70.0rem; margin: 0 auto; aspect-ratio: 16 / 9; }
#video .youtube iframe { width: 100%; height: 100%; }

/* ─────────────────────────────
   業務フロー
───────────────────────────── */
#flow { background: #F2F2F2; padding: 9.0rem 0; }
#flow p { width: 98.5rem; margin: 0 auto; }

/* ─────────────────────────────
   お客様の声
───────────────────────────── */
#voice { background: #F2F2F2; padding: 9.0rem 0; }
#voice .voice-in {
    width: 94.0rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 6.0rem 10.0rem;
    box-sizing: border-box;
}
#voice .voice-in div { width: 50.0rem; }
#voice .voice-in dt { font-size: 1.8rem; font-weight: 700; color: #2E5E97; margin-bottom: 2.0rem; }
#voice .voice-in dd { font-size: 1.6rem; line-height: 1.875; }
#voice .voice-in p { font-size: 1.6rem; border-top: 1px dotted #228083; margin-top: 2.0rem; padding-top: 2.0rem; }
#voice .voice-in figure { width: 21.0rem; }

/* ─────────────────────────────
   導入フロー
───────────────────────────── */
#flow2 { padding: 9.0rem 0; }
#flow2 .flow-in {
    display: flex;
    justify-content: space-between;
    width: 94.0rem;
    margin: 0 auto 8.0rem;
}
#flow2 .flow-in div { width: 26.0rem; }
#flow2 dl {
    border: 1px solid #228083;
    background: #fff;
    border-radius: 13.0rem;
    width: 13.0rem;
    height: 13.0rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 2.0rem;
    position: relative;
}
#flow2 .flow-in div:first-of-type dl:after {
    content: '';
    width: 56.0rem;
    height: 1px;
    border-bottom: 1px dotted #2E5E97;
    position: absolute;
    top: 6.5rem;
    left: 13.0rem;
}
#flow2 dl dt { font-size: 3.2rem; font-family: 'Lato', sans-serif; font-weight: 700; font-style: italic; line-height: 1; text-align: center; color: #228083; margin-bottom: 1.0rem; }
#flow2 dl dd { font-size: 1.6rem; line-height: 1; text-align: center; }
#flow2 dl dd span { font-size: 1.4rem; font-family: 'Lato', sans-serif; font-weight: 700; font-style: italic; color: #228083; display: block; padding-top: 1.0rem; }
#flow2 figure { padding: 3.0rem 0; }
#flow2 p { font-size: 1.6rem; line-height: 1.875; }
.swirching { width: 100.0rem; margin: 0 auto; display: none; }
.swirching h3 { font-size: 3.0rem; font-weight: 700; text-align: center; margin-bottom: 6.0rem; }

/* ─────────────────────────────
   サポート
───────────────────────────── */
#support { background: #f5f8f6; padding: 9.0rem 0; }
#support h3 { font-size: 3.4rem; font-weight: 700; text-align: center; line-height: 1.6; color: #2e5e97; margin-bottom: 6.0rem; }
#support ul { display: flex; justify-content: center; margin-bottom: 6.0rem; }
#support ul li { width: 31.0rem; margin: 0 5.0rem; }
#support p { font-size: 1.6rem; line-height: 1.875; width: 69.0rem; margin: 0 auto 5.0rem; }
#support figure { width: 38.0rem; margin: 0 auto 5.0rem; }
#support p a {
    color: #fff; font-size: 2.4rem; font-weight: 700; line-height: 2.6rem; text-align: center;
    display: block; background: #FF842C; border-radius: 7.0rem; margin: 0 auto; padding: 2.0rem;
    width: 45.0rem; height: 7.0rem; box-sizing: border-box; border-bottom: 4px solid #D27D1C; transition: 0.2s;
}
#support p a:hover { opacity: 0.8; }

/* ─────────────────────────────
   導入費用（カード型）
───────────────────────────── */
#price { padding: 9.0rem 0; }
#price h3 { font-size: 3.4rem; font-weight: 700; text-align: center; line-height: 1.6; color: #2e5e97; margin-bottom: 3.0rem; }
#price .price-free-banner {
    text-align: center;
    background: linear-gradient(135deg, #e8f0fc, #d0dff7);
    border-radius: 1.0rem;
    padding: 2.0rem 3.0rem;
    margin: 0 auto 6.0rem;
    width: 70.0rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f3270;
    box-sizing: border-box;
}
#price .price-free-banner strong { color: #e84c17; font-size: 2.0rem; }
#price .price-cards { display: flex; gap: 2.0rem; width: 100.0rem; margin: 0 auto 4.0rem; box-sizing: border-box; }
.price-card {
    background: #fff; border: 2px solid #dde2ee; border-radius: 1.0rem;
    padding: 3.2rem 2.4rem 3.6rem; position: relative;
    box-shadow: 0 2px 12px rgba(26,79,160,.08); flex: 1; box-sizing: border-box;
    transition: box-shadow .2s, transform .15s;
}
.price-card:hover { box-shadow: 0 6px 24px rgba(26,79,160,.15); transform: translateY(-3px); }
.price-card--popular { border-color: #2E5E97; box-shadow: 0 6px 20px rgba(46,94,151,.18); }
.price-card__badge {
    position: absolute; top: -1.4rem; left: 50%; transform: translateX(-50%);
    background: #e84c17; color: #fff; font-size: 1.3rem; font-weight: 700;
    padding: 0.5rem 1.8rem; border-radius: 10rem; white-space: nowrap;
}
.price-card__plan  { font-size: 1.2rem; font-weight: 700; color: #2E5E97; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 0.4rem; }
.price-card__name  { font-size: 2.0rem; font-weight: 700; margin-bottom: 0.6rem; }
.price-card__limit { font-size: 1.4rem; color: #666; margin-bottom: 2.0rem; }
.price-card__amount { margin-bottom: 0.6rem; line-height: 1; }
.price-card__amount .yen  { font-size: 1.6rem; font-weight: 700; vertical-align: 1.2rem; color: #2E5E97; }
.price-card__amount .num  { font-size: 4.0rem; font-weight: 700; color: #2E5E97; font-family: 'Lato', sans-serif; }
.price-card__amount .unit { font-size: 1.4rem; color: #888; }
.price-card__tax   { font-size: 1.3rem; color: #888; margin-bottom: 1.4rem; }
.price-card__daily { background: #fff7e6; border: 1px solid #ffe0b0; border-radius: 0.6rem; padding: 0.8rem 1.2rem; font-size: 1.3rem; font-weight: 700; color: #8a5c00; margin-bottom: 2.0rem; text-align: center; }
.price-card__free  { background: #f4f6fb; border-radius: 0.6rem; padding: 1.0rem 1.4rem; font-size: 1.4rem; color: #2E5E97; font-weight: 700; text-align: center; }
#price .price-note { width: 100.0rem; margin: 0 auto; background: #f9f9f9; border-radius: 0.8rem; padding: 2.4rem 2.8rem; box-sizing: border-box; }
#price .price-note p { font-size: 1.4rem; color: #666; line-height: 1.8; }

/* ─────────────────────────────
   機能一覧
───────────────────────────── */
#function { padding: 9.0rem 0; }
#function .f-list { display: flex; width: 100.0rem; margin: 0 auto; }
#function .f-list h3 { color: #fff; font-size: 1.6rem; font-weight: 700; line-height: 1; margin-bottom: 2.0rem; padding: 1.0rem; }
#function .f-list .crient { margin-right: 1.0rem; width: 26.5rem; }
#function .f-list .staff  { margin-right: 1.0rem; width: 45.0rem; }
#function .f-list .other  { width: 26.5rem; }
#function .f-list .crient h3 { background: #2e5e97; }
#function .f-list .staff h3  { background: #228083; }
#function .f-list .other h3  { background: #a6a6a6; }
#function .f-list li { font-size: 1.6rem; line-height: 1.7; margin-bottom: 1.5rem; padding-left: 1.6rem; position: relative; }
#function .f-list li:before { content: '●'; font-size: 10px; color: #ff842c; position: absolute; top: 0.5rem; left: 0; }

/* ─────────────────────────────
   画面イメージ
───────────────────────────── */
#image { background: #f5f8f6; padding: 9.0rem 0 5.0rem; }
#image h2 { text-align: center; font-size: 2.4rem; font-weight: 700; color: #228083; margin-bottom: 3.0rem; }
#image ul { display: flex; justify-content: space-between; width: 91.0rem; margin: 0 auto; }
#image ul li span { font-size: 1.6rem; margin-bottom: 2.0rem; padding-left: 1.0rem; display: block; position: relative; }
#image ul li span:before { content: '●'; font-size: 6px; color: #ff842c; position: absolute; top: 0.8rem; left: 0; }
#image ul li:first-of-type { width: 63.0rem; }
#image ul li:last-of-type  { width: 23.0rem; }
#image ul li img { filter: drop-shadow(1px 1px 5px #ddd); }
#image p.comment { text-align: center; font-size: 1.4rem; line-height: 1.7; padding-top: 3.0rem; }
#image .app2 { text-align: center; padding-top: 5.0rem; }
#image .app2 p { font-size: 1.6rem; margin-bottom: 1.0rem; }
#image .app2 ul { display: flex; justify-content: space-between; width: 30.0rem; margin: 0 auto; }
#image .app2 ul li { width: 15.0rem; margin-left: 1.0rem; }
#image .app2 ul li:first-of-type { width: 12.2rem; padding-top: 0.7rem; }

/* ─────────────────────────────
   FAQ（アコーディオン）
───────────────────────────── */
#faq { padding: 9.0rem 0 2.0rem; background: #f5f8f6; }
#faq .faq-list { width: 100.0rem; margin: 0 auto; }
#faq details { background: #fff; border: 1px solid #dde2ee; border-radius: 0.8rem; margin-bottom: 1.2rem; box-shadow: 0 2px 8px rgba(26,79,160,.06); overflow: hidden; }
#faq details summary { display: flex; align-items: center; gap: 1.2rem; padding: 2.0rem 2.4rem; cursor: pointer; font-weight: 700; font-size: 1.6rem; list-style: none; color: #1e2029; user-select: none; }
#faq details summary::-webkit-details-marker { display: none; }
#faq details summary::before { content: 'Q'; flex-shrink: 0; width: 3.2rem; height: 3.2rem; background: #2E5E97; color: #fff; border-radius: 0.6rem; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 700; font-family: 'Lato', sans-serif; }
#faq details summary::after { content: '+'; margin-left: auto; font-size: 2.4rem; color: #2E5E97; font-weight: 300; flex-shrink: 0; transition: transform .3s; line-height: 1; }
#faq details[open] summary::after { transform: rotate(45deg); }
#faq .faq-answer { padding: 0 2.4rem 2.4rem 7.2rem; font-size: 1.6rem; color: #5a6070; line-height: 1.85; }
#faq .faq-answer p + p { margin-top: 0.8rem; }

/* ─────────────────────────────
   会社概要
───────────────────────────── */
#company { background: #fff; padding: 9.0rem 0; }
#company dl { border-bottom: 1px dotted #a6a6a6; width: 80.0rem; margin: 0 auto; padding: 2.0rem 0; display: flex; }
#company dl:first-of-type { border-top: 1px dotted #a6a6a6; }
#company dl dt { color: #2e5e97; font-size: 1.6rem; line-height: 1.6; padding-left: 2.0rem; width: 16.0rem; box-sizing: border-box; font-weight: 700; }
#company dl dd { font-size: 1.6rem; line-height: 1.6; }
#company dl dd a { color: #2E5E97; text-decoration: underline; }

/* ─────────────────────────────
   お問い合わせフォーム
───────────────────────────── */
#contact { padding: 9.0rem 0; background: #f4f6fb; }
#contact p.comment { text-align: center; font-size: 1.6rem; line-height: 1.7; margin-bottom: 2.0rem; }
#contact figure { width: 38.0rem; margin: 0 auto 6.0rem; }
#contact form dl { border-bottom: 1px dotted #228083; width: 80.0rem; margin: 0 auto; padding: 2.0rem 0; display: flex; align-items: center; }
#contact form dl:first-of-type { border-top: 1px dotted #228083; }
#contact form dl:last-of-type { margin-bottom: 6.0rem; }
#contact form dl dt { font-size: 1.6rem; line-height: 1.6; padding-left: 2.0rem; width: 20.0rem; box-sizing: border-box; position: relative; }
#contact form dl dt.need:before { content: '必須'; line-height: 1; font-size: 1.4rem; background: #e57a7a; border-radius: 0.5rem; display: inline-block; padding: 0.5rem; color: #fff; position: absolute; top: 0; right: 0; }
#contact form dl dt.option:before { content: '任意'; line-height: 1; font-size: 1.4rem; background: #888; color: #fff; border-radius: 0.5rem; display: inline-block; padding: 0.5rem; position: absolute; top: 0; right: 0; }
#contact form dl dd { font-size: 1.6rem; line-height: 1.6; width: 60.0rem; padding-right: 2.0rem; padding-left: 4.0rem; box-sizing: border-box; }
#contact form dl dd input[type="text"],
#contact form dl dd input[type="email"] { font-size: 1.6rem; border: 2px solid #dde2ee; border-radius: 0.7rem; padding: 1.2rem 1.6rem; width: 100%; box-sizing: border-box; transition: border-color .2s, box-shadow .2s; }
#contact form dl dd input.short[type="text"] { width: 60%; margin-left: 2.0rem; box-sizing: border-box; }
#contact form dl dd input:focus { outline: none; border-color: #2E5E97; box-shadow: 0 0 0 3px rgba(46,94,151,.12); }
#contact form dl dd textarea { font-size: 1.6rem; border: 2px solid #dde2ee; border-radius: 0.7rem; padding: 1.2rem 1.6rem; width: 100%; height: 15.0rem; box-sizing: border-box; transition: border-color .2s, box-shadow .2s; resize: vertical; }
#contact form dl dd textarea:focus { outline: none; border-color: #2E5E97; box-shadow: 0 0 0 3px rgba(46,94,151,.12); }

/* プライバシー同意 */
.privacy-agree-wrap { width: 80.0rem; margin: 0 auto 4.0rem; background: #fff; border: 2px solid #dde2ee; border-radius: 1.0rem; padding: 2.0rem 2.4rem; box-sizing: border-box; }
.privacy-agree-wrap label { display: flex; align-items: flex-start; gap: 1.2rem; font-size: 1.5rem; cursor: pointer; line-height: 1.6; color: #3a3a3a; }
.privacy-agree-wrap input[type="checkbox"] { width: 2.0rem; height: 2.0rem; flex-shrink: 0; margin-top: 0.2rem; accent-color: #2E5E97; cursor: pointer; }
.privacy-agree-wrap a { color: #2E5E97; text-decoration: underline; }

/* 電話ボックス */
div.tel { border: 2px solid #228082; border-radius: 1.0rem; width: 38.0rem; height: 8.0rem; margin: 0 auto 6.0rem; padding-top: 1.0rem; box-sizing: border-box; position: relative; overflow: hidden; background: #fff; }
div.tel:before { content: ''; width: 8.0rem; height: 8.0rem; border: 2px solid #228082; border-right: none; background: url("../image/icon-tel.png") no-repeat center center #228082; position: absolute; top: 0; left: 0; box-sizing: border-box; }
div.tel a dl { padding-left: 11.5rem; }
div.tel a dl dt { color: #228082; font-size: 3.0rem; font-family: 'Lato', sans-serif; font-weight: 700; margin-bottom: 1.0rem; }
div.tel a dl dd { font-size: 1.4rem; color: #3a3a3a; }

/* 送信ボタン類 */
.send { color: #fff; font-size: 2.4rem; font-weight: 700; line-height: 2.6rem; text-align: center; border: none; display: block; background: #FF842C; border-radius: 7.0rem; margin: 0 auto 3.0rem; padding: 2.0rem; width: 45.0rem; height: 7.0rem; box-sizing: border-box; border-bottom: 4px solid #D27D1C; transition: 0.2s; cursor: pointer; }
.send:hover { opacity: 0.8; }
.send:disabled { background: #bbb; border-bottom-color: #999; cursor: not-allowed; opacity: 1; }
.back { color: #fff; font-size: 2.2rem; font-weight: 700; line-height: 2.6rem; text-align: center; border: none; display: block; background: #888; border-radius: 7.0rem; margin: 0 auto 3.0rem; padding: 2.0rem; width: 30.0rem; height: 7.0rem; box-sizing: border-box; cursor: pointer; }
#contact p.form-note { text-align: center; font-size: 1.4rem; color: #888; margin-top: -1.5rem; margin-bottom: 4.0rem; }
.errMsg { color: #d00; }

/* 完了画面 */
#contact.complete { padding: 9.0rem 0 10.0rem; }
#contact.complete p.txt-comp { font-size: 1.6rem; text-align: center; line-height: 1.7; border: 1px solid #a6a6a6; width: 50.0rem; margin: 0 auto; padding: 4.0rem; }
p.btn-top a { color: #fff; font-size: 2.4rem; font-weight: 700; line-height: 2.6rem; text-align: center; display: block; background: #FF842C; border-radius: 7.0rem; margin: 0 auto 9.0rem; padding: 2.0rem; width: 45.0rem; height: 7.0rem; box-sizing: border-box; border-bottom: 4px solid #D27D1C; transition: 0.2s; }
p.btn-top a:hover { opacity: 0.8; }

/* ─────────────────────────────
   フッター固定CTA
───────────────────────────── */
#sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: #0f3270; color: #fff; display: flex; align-items: center; justify-content: center; gap: 2.0rem; padding: 1.2rem 2.0rem; z-index: 200; box-shadow: 0 -4px 16px rgba(0,0,0,.2); }
#sticky-cta p { font-size: 1.5rem; font-weight: 700; color: #fff; margin: 0; }
#sticky-cta a { color: #fff; font-size: 1.8rem; font-weight: 700; line-height: 2.2rem; text-align: center; display: block; background: #FF842C; border-radius: 7.0rem; padding: 1.4rem 3.0rem; box-sizing: border-box; border-bottom: 3px solid #D27D1C; transition: 0.2s; white-space: nowrap; }
#sticky-cta a:hover { opacity: 0.85; }
