@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: #202226;
}
img {
    max-width: 100%;
    height: auto;
}
.br-sp {
    display: none;
}
.br-pc {
    display: block;
}
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
}
mark {
    background-color: #ffda1a;
    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: #e6af0e !important;
    opacity: 1;
}
.contact-btn {
    background: #fff !important;
}
.contact-btn:hover {
    background: #e6af0e !important;
    opacity: 1;
}
.header-nav a:hover, .footer-nav a:hover, .mobile-menu a:hover {
    color: #0564cc !important;
}
.header-nav .header-btn:hover {
    color: #e6af0e !important;
}
/* FV */
.fv {
    background: url("img/fv-bg.png") no-repeat center/cover;
    padding: 140px 0;
    min-height: 380px;
}
.fv-content {
    width: 600px;
    padding-left: 44px;
}
.fv-logo {
    width: 260px;
    padding: 80px 0 20px 0;
}
.fv-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 20px;
}
.fv-lead {
    font-size: 26px;
    line-height: 1.8;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .container {
        width: 90% !important;
    }
    .fv-logo {
        padding: 40px 0 20px 0;
    }
    .fv {
        padding: 120px 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;
    }
}
/* Benefit Section */
.benefit {
    padding: 40px 0;
    text-align: center;
}
.benefit-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.7;
    margin-bottom: 10px;
}
.benefit-lead {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .benefit {
        padding: 60px 0;
    }
    .benefit-title {
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
    .benefit-lead {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
/* Problem Section */
.benefit {
    padding: 40px 0;
    text-align: center;
}
.problem {
    background: #e8e9f1;
    padding: 80px 0;
}
.problem-title {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.7;
    margin-bottom: 40px;
}
.problem-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}
.problem-card {
    background: #fff;
    width: 32%;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(134, 152, 168, 0.75);
    text-align: center;
    color: #0f206c;
}
.problem-img {
    margin-bottom: 20px;
}
.problem-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}
.problem-lead {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .benefit {
        padding: 40px 0;
        text-align: left;
    }
    .problem-cards {
        flex-direction: column;
        gap: 20px;
    }
    .problem-card {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .problem-img {
        max-width: 100%;
    }
}
/* Solution Section */
.solution {
    padding: 40px 0;
}
.solution-box {
    background: #fff;
    width: 1100px;
    margin: 0 auto;
    padding: 60px 50px;
    border-radius: 20px;
    box-sizing: border-box;
}
.solution-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #202226;
}
.solution-bg {
    width: 100%;
    background: #f5f6fa;
    padding: 40px 20px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
}
.solution-lead {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #0f206c;
    line-height: 1.8;
    margin: 30px;
}
/* 6コンテンツ */
.solution-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.solution-item {
    width: 31%;
    background: #fff;
    border: 5px solid #0f206c;
    border-radius: 15px;
    padding: 25px 20px;
    box-sizing: border-box;
}
.solution-item-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f206c;
    margin-bottom: 10px;
}
.solution-item-text {
    font-size: 16px;
    line-height: 1.7;
    color: #202226;
}
@media screen and (max-width: 768px) {
    .solution {
        padding: 60px 0;
    }
    .solution-box {
        width: 90%;
        padding: 40px 0;
    }
    .solution-title {
        font-size: 20px;
    }
    .solution-bg {
        padding: 20px 0;
    }
    .solution-lead {
        font-size: 16px;
    }
    .solution-items {
        flex-direction: column;
        gap: 20px;
    }
    .solution-item {
        width: 100%;
        padding: 20px;
    }
    .solution-item-title {
        font-size: 18px;
    }
    .solution-item-text {
        font-size: 15px;
    }
}
/* Flow Section */
.flow {
    background: #e8e9f1;
    padding: 80px 0;
}
.flow-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;
}
.flow-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #202226;
}
.flow-lead {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #202226;
}
/* ▼ 横スクロール対応 */
.flow-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.flow-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}
.flow-table td {
    vertical-align: top;
}
.flow-table th, .flow-table td {
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px;
    font-size: 16px;
}
.flow-table thead th {
    text-align: center !important;
}
.flow-table td ul {
    padding-left: 0;
    margin: 0;
}
.flow-table td li {
    list-style: none;
    position: relative;
    padding-left: 14px;
    margin: 4px 0;
}
.flow-table td li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
.flow-table td li {
    list-style-position: inside;
    padding-left: -10px;
    margin-left: 0;
}
.flow-table .col-1 {
    width: 18%;
}
.flow-table .col-2, .flow-table .col-3, .flow-table .col-4 {
    width: 27%;
}
.flow-table .col2 {
    background: #a68933;
    color: #fff;
    font-weight: 700;
}
.flow-table .col3 {
    background: #0f206c;
    color: #fff;
    font-weight: 700;
}
.flow-table .col4 {
    background: #a68933;
    color: #fff;
    font-weight: 700;
}
.flow-table .row-title {
    background: #e8e9f1;
    font-weight: 700;
}
.flow-note {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 40px;
    color: #202226;
}
.flow-highlight {
    border: 3px solid #ffda1a;
    border-radius: 8px;
    margin: 5px;
    padding: 5px 5px;
    display: inline-block;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .flow {
        padding: 60px 0;
    }
    .flow-box {
        width: 98%;
        padding: 40px 20px;
    }
    .flow-title {
        font-size: 22px;
    }
    .flow-lead {
        font-size: 16px;
    }
    .flow-note {
        font-size: 15px;
    }
}
/* Reason Section */
.reason {
    padding: 100px 0;
    background: #fff;
}
.reason-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #202226;
    margin-bottom: 40px;
    line-height: 1.6;
}
.reason-logo {
    width: 260px;
    height: auto;
    vertical-align: middle;
}
.reason-content {
    text-align: center;
}
.reason-subtitle {
    font-size: 24px;
    font-weight: 800;
    color: #0f206c;
    margin-bottom: 20px;
}
.reason-text {
    font-size: 18px;
    line-height: 1.8;
    color: #202226;
    margin-bottom: 40px;
}
.reason-img-wrap {
    text-align: center;
}
.reason-img {
    width: 600px; /* 画像サイズは後で調整可 */
    height: auto;
}
@media screen and (max-width: 768px) {
    .reason {
        padding: 60px 0;
    }
    .reason-title {
        font-size: 22px;
    }
    .reason-logo {
        width: 180px;
    }
    .reason-subtitle {
        font-size: 18px;
    }
    .reason-text {
        font-size: 15px;
    }
    .reason-img {
        width: 100%;
    }
}
/* 導入例 Section */
.case {
    background: #E8E9F1;
    padding: 80px 0;
}
.case-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #202226;
    margin-bottom: 40px;
}
.case-box {
    background: #fff;
    width: 1100px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(134, 152, 168, 0.75);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 40px;
}
.case-left {
    flex: 0 0 40%;
}
.case-photo {
    width: 100%;
    border-radius: 20px;
    display: block;
}
.case-right {
    flex: 1;
}
.case-heading {
    font-size: 24px;
    font-weight: 800;
    color: #0f206c;
    line-height: 1.6;
    margin-bottom: 20px;
}
.case-text {
    font-size: 16px;
    line-height: 1.8;
    color: #202226;
    margin-bottom: 30px;
}
/* ▼ 楕円バッジ */
.case-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.case-badge {
    background: #0f206c;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .case {
        padding: 60px 0;
    }
    .case-box {
        width: 98%;
        padding: 30px 20px;
        flex-direction: column;
        gap: 20px;
    }
    .case-left {
        width: 100%;
    }
    .case-heading {
        font-size: 18px;
    }
    .case-text {
        font-size: 15px;
    }
    .case-badge {
        font-size: 13px;
        padding: 6px 15px;
    }
}
/* Price Section */
.price {
    padding: 80px 0;
    background: #fff;
}
.price-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #202226;
    margin-bottom: 40px;
}
.price-box {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
}
.price-left {
    flex: 1;
}
.price-text {
    font-size: 16px;
    line-height: 1.9;
    color: #202226;
}
.price-right {
    flex: 0 0 40%;
}
.price-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
    .price {
        padding: 60px 0;
    }
    .price-box {
        width: 90%;
        flex-direction: column;
        gap: 20px;
    }
    .price-text {
        font-size: 15px;
    }
    .price-img {
        width: 100%;
    }
}
/* Section */
.contact {
    background: #e6af0e;
    padding: 80px 0;
}
.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: #202226;
    margin-bottom: 30px;
}
.contact-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.9;
    color: #202226;
    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 #0f206c;
    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: #0f206c;
    padding-left: 15px;
}
.btn-arrow {
    width: 36px;
    height: 36px;
    background: #0f206c;
    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;
    }
}
/* 概要 */
.overview {
    background: #fff;
    padding: 80px 0;
}
.overview-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #202226;
    margin-bottom: 40px;
}
.overview-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.overview-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.overview-table th, .overview-table td {
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
}
.overview-table .row-title {
    background: #e8e9f1;
    font-weight: 700;
    width: 30%;
}
@media screen and (max-width: 768px) {
    .overview {
        padding: 60px 0;
    }
    .overview-title {
        font-size: 22px;
    }
    .overview-table th, .overview-table td {
        font-size: 15px;
    }
}
/* --------------------
   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: 260px;
}
/* --------------------
   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: #202226;
    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: #0f206c;
    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: #0f206c;
    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: #202226;
    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: #202226;
    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: #202226;
    text-align: center;
}
/* ▼ 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: #0f206c;
    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;
}