@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #222222;
}
img {
    max-width: 100%;
    height: auto;
}
/*表示切り替え*/
.pc {
    display: block !important;
    margin: auto;
}
.pc2 {
    display: block !important;
    margin: left;
}
.sp {
    display: none !important;
}
.br-sp {
    display: none;
}
.br-pc {
    display: block;
}
.img-sp {
    display: none;
}
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
}
mark {
    background-color: #f1d8e8;
    padding: 0 4px;
}
.container {
    width: 1100px;
    margin: 0 auto;
}
/* リンク */
a:hover {
    color: #0564cc;
    text-decoration: none;
}
.header-btn:hover, .mobile-btn:hover, .floating-cta:hover {
    color: #dcd0e6 !important;
    opacity: 1;
}
.contact-btn {
    background: #fff !important;
}
.contact-btn:hover {
    background: #dcd0e6 !important;
    opacity: 1;
}
.header-nav a:hover, .footer-nav a:hover, .mobile-menu a:hover {
    color: #0564cc !important;
}
.header-nav .header-btn:hover {
    color: #dcd0e6 !important;
}
/* FV */
.fv {
    padding: 100px 0 0 0;
    min-height: 380px;
    margin: auto;
    text-align: center;
}
.fv-content {
    max-width: 1100px;
    width: 600px;
    padding-left: 44px;
}
.fv-logo {
    width: 360px;
}
.fv-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.5;
    margin: 20px auto;
}
.fv-title02 {
    font-size: 36px;
    max-width: 750px;
    margin: 5px auto 40px;
    font-weight: 600;
    border-top: 4px solid #222222;
    border-bottom: 4px solid #222222;
}
.fv-mv {
    background: url("img/ib_top-pc.png") no-repeat center/cover;
    padding: 140px 0;
    min-height: 380px;
}
@media screen and (max-width: 768px) {
	.fv-mv {
    background: url("img/ib_top-sp.png") no-repeat center/cover;
    min-height: 200px;
}
    .container {
        width: 90% !important;
    }
    .fv-logo {
        padding: 40px 0 20px 0;
    }
    .fv {
        padding: 80px 0 60px;
        background: url("img/fv-bg-sp.png") no-repeat center/cover;
    }
    .fv-content {
        width: 100%;
        padding-left: 0;
    }
    .fv-title {
        font-size: 28px;
        text-shadow: #fff 10px 0 10px, #fff 10px 0 10px;
    }
    .fv-lead {
        font-size: 16px;
        text-shadow: #fff 10px 0 10px, #fff 10px 0 10px;
    }
}
h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}
h2 img {
    width: 460px;
    height: auto;
}
@media (max-width: 768px) {
    h2 {
        font-size: 32px;
        line-height: 1.2;
    }}
    /* ib-about Section */
    .ib-about {
        padding: 100px 0;
        text-align: center;
        background: linear-gradient(to bottom, #d2e0f2, #dcd0e6);
        border-radius: 40px;
        margin-top: 0;
    }
    .title03 {
        border-bottom: 2px solid #000;
        display: inline-block;
        font-size: 26px !important;
    }
    .ib-about-title {
        font-size: 22px;
        font-weight: 800;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    .ib-about-lead {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 40px;
    }
    .features-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px auto 20px;
        max-width: 700px;
    }
    .feature-box {
        flex: 0 0 calc(50% - 10px);
        border-radius: 15px;
        background-color: #222222;
        max-width: 330px;
        font-size: 24px;
        color: #ffffff;
        padding: 10px 20px;
        text-align: center;
        box-sizing: border-box;
        font-weight: bold;
    }
    @media (max-width: 768px) {
        .feature-box {
            flex: 0 0 100%;
        }
        .ib-about {
            padding: 60px 0;
        }
        .ib-about-title {
            font-size: 20px;
            line-height: 1.6;
            text-align: left;
        }
        .ib-about-lead {
            font-size: 16px;
            margin-bottom: 20px;
        }
    }
    /* daily_report */
    .daily_report {
        padding: 40px 0;
        margin: 20px auto 20px;
        text-align: center;
    }
    /* ib-point */
    .ib-point {
        text-align: center;
        background: linear-gradient(to bottom, #d2e0f2, #dcd0e6);
        border-radius: 40px;
        margin-top: 0;
        padding: 60px 0;
    }
    .ib-point .p-text {
        font-size: 60px;
        font-weight: 900;
        margin: 30px auto;
    }
    @media (max-width: 768px) {
        .ib-point .p-text {
            font-size: 40px;
        }}
        .ib-point .flow-wrapper {
            background-color: #ffffff;
            border-radius: 20px;
            padding: 40px 20px;
            margin: 80px auto;
        }
        .ib-point .flow-wrapper02 {
            background-color: #ffffff;
            border-radius: 20px;
            padding: 40px 60px;
            margin: 80px auto;
        }
    @media (max-width: 768px) {
        .ib-point .flow-wrapper02 {
           padding: 40px 20px;

        }}
        .ib-point .flow-steps {
            display: flex;
            align-items: center; /* 矢印との垂直中央揃え */
            justify-content: space-between;
            margin-top: 30px;
        }
        .ib-point .title {
            font-size: 26px;
            font-weight: 800;    line-height: 1.4;
margin-bottom: 10px;
        }
        .ib-point .step {
            background-color: #d2e0f2;
            width: 240px;
            padding: 20px;
            flex: 1;
            text-align: center;
            border-radius: 10px;
        }
        .ib-point .arrow {
            margin: 0 10px;
            width: 30px; /* 矢印画像の幅調整 */
        }
        /* スマホ表示：縦並び */
        @media (max-width: 768px) {
            .ib-point .flow-steps {
                flex-direction: column;
                gap: 10px;
            }
            .ib-point .arrow {
                transform: rotate(90deg); /* 縦並びの際は矢印を回転 */
            }
        }
        .point-list li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
            font-size: 18px;
        }
        .ib-point .bad {
            color: #d80000;
            font-weight: bold;
        }
        .ib-point .good {
            color: #004a99;
            font-weight: bold;
        }
        .ib-point .dots {
            flex: 1;
            border-bottom: 2px dotted #999;
            margin: 0 10px;
            position: relative;
        }
        .ib-point .dots::after {
            content: "▶";
            position: absolute;
            right: -5px;
            top: -10px;
            color: #999;
        }
        @media (max-width: 768px) {
            .ib-point .point-list li {
                font-size: 12px;
            }
        }
        .value-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 30px;
        }
        .value-box {
            flex: 0 0 calc(50% - 10px);
            background-color: #ffffff;
            border-radius: 20px;
            padding: 30px;
            box-sizing: border-box;
        }
        .value-box p {
            text-align: left;
    line-height: 1.7;
        }
        @media (max-width: 768px) {
            .value-box {
                flex: 0 0 100%;
            }
        }




.plan {
    background: url('img/plan-back.png') repeat;
    border-radius: 20px;
    padding: 40px 0;color: #171c61;
    margin: auto;
}

        .plan .flow-wrapper {
            background-color: #ffffff;
            border-radius: 20px;
            padding: 40px 60px;
            margin: 0 auto 40px;
        }
    @media (max-width: 768px) {
        .plan .flow-wrapper {
           padding: 40px 20px;

        }}
.phase-container { display: flex; align-items: center; justify-content: space-between; }
.phase-box { border: 4px solid #171c61; border-radius: 10px; width: 22%; }
.phase-head { background: #171c61; color: #fff; font-weight: 800; font-size: 20px; padding: 10px; text-align: center; }
.phase-body { background: #aec7e8; padding: 15px 5px; text-align: center; font-weight: 600; }
.phase-body-p { background: #dcd0e6; padding: 15px 5px; text-align: center; font-weight: 600; }

/* 料金プランのレイアウト */
.price-container { display: flex; gap: 30px; margin-bottom: 20px;     font-weight: 800;}
.price-box { border-radius: 15px; padding: 30px; flex: 1; }
.price-box.blue { background: #bbcce9; }
.price-box.purple { background: #dcd0e6; }
.price { font-size: 24px; font-weight: bold; margin-top: 15px; }
.price-title { font-size: 26px;
    
    line-height: 1.4;
    margin-bottom: 10px;  border-bottom: 4px solid #171c61;
  padding-bottom: 5px; }

@media (max-width: 768px) {
    .phase-container, .price-container { flex-direction: column; gap: 20px; }
    .phase-box { width: 100%; }
    .arrow { transform: rotate(90deg); height: 30px; }
	.price-box { padding: 15px; }
.price-title { font-size: 22px;}
}




/* contact */
        .contact {
            background: #d2e0f2;
            padding: 80px 0;    border-radius: 20px;

        }
        .contact-box {
            background: #fff;
            width: 1100px;
            margin: 0 auto;
            padding: 60px 50px;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(134, 152, 168, 0.75);
            box-sizing: border-box;
        }
        .contact-title {
            text-align: center;
            font-size: 28px;
            font-weight: 800;
            color: #171c61;
            margin-bottom: 30px;
        }
        .contact-text {
            text-align: center;
            font-size: 18px;
            line-height: 1.9;
            color: #171c61;
            margin-bottom: 50px;
        }
        /* ▼ ボタン */
        .contact-buttons {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        .contact-btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 420px;
            padding: 18px 25px;
            border: 5px solid #171c61;
            border-radius: 50px;
            text-decoration: none;
            background: #fff;
            box-shadow: 0 4px 10px rgba(179, 179, 179, 0.75);
            transition: 0.2s;
        }
        .contact-btn:hover {
            opacity: 0.85;
        }
        .btn-icon img {
            width: auto;
            height: 42px;
        }
        .btn-text {
            flex: 1;
            text-align: left;
            font-size: 22px;
            font-weight: 700;
            color: #171c61;
            padding-left: 15px;
        }
        .btn-arrow {
            width: 36px;
            height: 36px;
            background: #171c61;
            border-radius: 50%;
            position: relative;
        }
        .btn-arrow::after {
            content: "→";
            color: #fff;
            font-size: 18px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        @media screen and (max-width: 768px) {
            .contact {
                padding: 60px 0;
            }
            .contact-box {
                width: 98%;
                padding: 40px 20px;
            }
            .contact-title {
                font-size: 22px;
            }
            .contact-text {
                font-size: 15px;
            }
            .contact-btn {
                width: 100%;
            }
            .btn-text {
                font-size: 16px;
            }
        }
/* FAQ */
        .faq-area {
            width: 800px;
            margin: 80px auto;
        }
        .faq-item {
            border-bottom: 1px solid #ddd;
            padding: 20px 0;
            cursor: pointer;
        }
        .faq-row {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            position: relative;
        }
        .faq-icon {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
        }
        .faq-icon-q {
            color: #0f206c;
        }
        .faq-icon-a {
            color: #B6111C;
        }
        .faq-text {
            flex: 1;
            line-height: 1.7;
            font-weight: 600;
            font-size: 18px;
        }
        .faq-text2 {
            flex: 1;
            line-height: 1.7;
        }
        .faq-toggle {
            font-size: 22px;
            font-weight: 300;
            margin-left: auto;
        }
        .faq-a {
            display: none;
            margin-top: 8px;
        }
        .faq-item.active .faq-a {
            display: flex;
        }
        @media screen and (max-width: 768px) {
            .faq-area {
                width: 90%;
            }
        }

/* --------------------
   Header
-------------------- */
        .header {
            position: fixed;
            top: 0;
            width: 100%;
            background: #fff;
            border-bottom: 1px solid #b3b3b3;
            z-index: 9999;    

        }
        .header-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 70px;
        }
        .header-logo {
            width: 220px;margin-top: 5px;
        }
/* --------------------
   Header PC Navigation
-------------------- */
        .header-nav {
            display: flex;
            align-items: center;
            gap: 30px;
        }
        .header-nav ul {
            display: flex;
            gap: 25px;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .header-nav a {
            color: #222222;
            font-size: 15px;
            font-weight: 400;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .v-arrow {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-right: 2px solid #0f206c;
            border-bottom: 2px solid #0f206c;
            transform: rotate(45deg);
        }
        .header-btn {
            background: #222222;
            font-weight: 700 !important;
            color: #fff !important;
            padding: 10px 22px;
            border-radius: 30px;
            font-size: 14px;
            text-decoration: none;
        }
/* --------------------
   Hamburger (SP)
-------------------- */
        .hamburger {
            display: none;
            width: 28px;
            height: 22px;
            flex-direction: column;
            justify-content: space-between;
            cursor: pointer;
        }
        .hamburger span {
            display: block;
            height: 3px;
            background: #222222;
            border-radius: 2px;
            transition: 0.3s;
        }
/* --------------------
   Mobile Menu
-------------------- */
        .mobile-menu {
            display: none;
            background: #fff;
            border-bottom: 1px solid #b3b3b3;
            padding: 20px;
        }
        .mobile-menu ul {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
        }
        .mobile-menu li {
            border-bottom: 1px solid #b3b3b3;
            padding: 12px 0;
        }
        .mobile-menu a {
            color: #222222;
            font-size: 16px;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .mobile-btn {
            display: block !important;
             background: #0f206c;
            color: #fff !important;
            text-align: center !important;
            padding: 12px 0;
            border-radius: 30px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 700;
        }
/* --------------------
   SP Layout
-------------------- */
        @media screen and (max-width: 768px) {
            .header-nav {
                display: none;
            }
            .hamburger {
                display: flex;
            }
            .hamburger.active span:nth-child(1) {
                transform: translateY(9px) rotate(45deg);
            }
            .hamburger.active span:nth-child(2) {
                opacity: 0;
            }
            .hamburger.active span:nth-child(3) {
                transform: translateY(-9px) rotate(-45deg);
            }
            .mobile-menu.show {
                display: block;
            }
        }
        /* Footer */
        .footer {
            background: #e8e9f1;
            padding: 60px 0;
        }
        /* PC */
        .footer-inner {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 30px;
        }
        .footer-logos {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .footer-logo-small {
            width: 160px;
        }
        .footer-logo-large {
            width: 240px;
        }
        .footer-nav {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 25px;
        }
        .footer-nav li {
            margin: 0;
        }
        .footer-nav a {
            color: #222222;
            font-size: 15px;
            font-weight: 400;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .v-arrow {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-right: 2px solid #0f206c;
            border-bottom: 2px solid #0f206c;
            transform: rotate(45deg);
        }
        .footer-copy {
            font-size: 12px;
            color: #222222;
            text-align: right;
        }
        /* ▼ sp */
        @media screen and (max-width: 768px) {
            .footer-inner {
                flex-direction: column;
                align-items: flex-start;
                gap: 30px;
            }
            .footer-nav {
                order: 1;
                width: 100%;
                flex-direction: column;
                gap: 12px;
            }
            .footer-logos {
                order: 2;
                align-items: center;
                width: 100%;
            }
            .footer-copy {
                order: 3;
                width: 100%;
                text-align: center;
                margin-top: 20px;
            }
        }
        /* 右下固定ボタン */
        .floating-cta {
            position: fixed;
            right: 20px;
            bottom: 20px;
            background: #222222;
            color: #fff;
            font-weight: 700;
            padding: 14px 26px;
            border-radius: 40px;
            text-decoration: none;
            font-size: 16px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
            z-index: 9999;
            transition: 0.2s;
        }
        .floating-cta:hover {
            opacity: 0.85;
        }