body {
    background-color: #F6F6F6F6;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

body.modal-open {
    overflow: hidden;

}

.pc {
    display: block;
}

.sp {
    display: none;
}

.tablet {
    display: none;
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none;
    }

    .sp {
        display: none;
    }

    .tablet {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .tablet {
        display: none;
    }

    .none {
        display: none;
    }
}


.mtb50 {
    margin: 50px 0;
}

p {
    margin: 0;
}

h3 {
    margin: 0;
}

/* ヘッダー */
header img {
    width: 80px;
    height: auto;
    margin-top: 6px;
}

header .setting-icon {
    width: 18px;
    height: auto;
    margin: 8px 0 0 0;
    background: #444;
    border-radius: 145px;
    padding: 8px;
}

.c-header {
    z-index: 999;
    align-items: center;
    background-color: white;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1.25rem 0.5rem 1rem;
    width: 95%;
    border-radius: 15px;
    height: 60px;
    margin: 0 2.5%;
    top: 1.5vw;
}

.c-header__logo {
    color: #000;

    min-width: 80px;

    text-decoration: none;
}

.c-header__list {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
}


.c-header__list-item {
    width: 100%;
    list-style: none;
    text-decoration: none;
    margin: 0;
    display: block !important;

}

.c-header__list-link {
    text-decoration: none;
    display: block;
    padding: 30px 1.5rem;
    color: #444;
    font-size: 0.75rem;
    font-weight: bold;
}

.c-header__list-item span {
    background: #2A98BA;
    color: white;
    padding: 0.6vw;
    border-radius: 6px;
}


.c-header__list-link:hover {
    filter: opacity(0.6);

}

.c-hamburger-menu {
    position: fixed;
    border: 2px solid #ecf0ff;
}

@media screen and (max-width: 750px) {
    .c-hamburger-menu__list {
        background-color: white;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        left: 0;
        /* 元々あった左右の '2rem' パディングを削除して 0 にする */
        padding: 0;
        position: absolute;
        transform: translateX(-105%);
        transition: 0.3s;
        top: 100%;
        width: 100%;
        z-index: 1;
        margin-top: 10px;
    }

    #hamburger:checked~.c-hamburger-menu__list {
        transform: translateX(0%);
        transition: 0.3s;
    }
}

.c-hamburger-menu__input {
    display: none;
}

.c-hamburger-menu__bg {
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#hamburger:checked~.c-hamburger-menu__bg {
    display: block;
}

.c-hamburger-menu__button {
    display: none;
}

.c-hamburger-menu__button-mark {
    background-color: #000;
    display: block;
    height: 1px;
    transition: 0.3s;
    width: 20px;
}

@media screen and (max-width: 750px) {
    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
        transform: translate(2px, 1px) rotate(45deg);
        transform-origin: 0%;

    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
        opacity: 0;
    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
        transform: translate(2px, 3px) rotate(-45deg);
        transform-origin: 0%;

    }

    .c-hamburger-menu__button {
        align-items: center;
        appearance: none;
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        height: 32px;
        justify-content: center;
        width: 32px;
    }
}

/* ファーストビューの動画 */
.movie_blk {
    width: 100%;
    height: 60vh;
    position: relative;
}

.movie_blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.movie_blk .main-catch {
    font-size: 2rem;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    text-align: center;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 55%;
    line-height: 1.5;
    font-weight: bold;
}

.main-catch h1 {
    margin: 0;
    font-size: 2rem;
}

.main-catch p {
    font-size: 1.3rem;
    margin-top: 6px;
}

.main-catch .lh14 {
    font-size: 1rem;
    width: 90%;
    margin: 0 auto 15px auto;
}

.firstview-cta {
    color: white;
    text-decoration: none;
    border: solid 2px;
    padding: 0.7rem 5rem;
    font-size: 1rem;
    border-radius: 100px;
}

.firstview-cta:hover {
    color: white;
    text-decoration: none;
    border: solid 2px;
    padding: 0.7rem 5rem;
    background: #2A98BA;
}

/* タブレット レスポンシブ */
@media screen and (max-width: 1024px) {
    .movie_blk {
        width: 100vw;
        height: 75vh;
        position: relative;
    }

    .movie_blk .main-catch {
        font-size: 2.2rem;
        top: 48%;
        line-height: 1.6 !important;
    }

    .movie_blk h1 p {
        font-size: 2rem;
        margin-top: 10px;
    }

    .firstview-cta {
        color: white;
        text-decoration: none;
        border: solid 2px;
        padding: 25px 50px;
        font-size: 1.4rem;
    }

    .firstview-cta:hover {
        padding: 25px 50px;
    }

    .main-catch .lh14 {
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 0 auto 35px auto;
    }
}

/* システム一覧 */

.technology-box {
    box-shadow: 0 0 8px gray;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.relative {
    position: relative;
}

.technology-box h3 {
    color: #444;
    width: 60%;
    line-height: 1;
    font-size: 1.2rem;
}

.background-image {
    width: 100%;
    filter: brightness(80%);
}

.overlay-images {
    position: absolute;
    bottom: 0.5vw;
    justify-content: end;
    width: 100%;
    display: flex;
    align-items: center;
}

.overlay-images img {
    width: 80%;
    height: auto;
}

.detail {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.txt444 {
    color: #444;
}

/* アンケートCTA */
h2 {
    text-align: center;
    color: #2A98BA;
    font-size: 1.5em;
}

.questionnaire-cta {
    text-align: center;
    margin: 10px auto 50px auto;
    padding: 1.5vw 0;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    display: block;
    text-decoration: none;
    background: #2A98BA;
    width: 30vw;
    line-height: 1.6;
    border: solid 2px #2A98BA;
    border-radius: 6px;
}

.questionnaire-cta:hover {
    color: #2A98BA;
    background: white;
    border: solid 2px #2A98BA;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-auto-rows: 1fr;
}

.tiele-flex {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.row-gap {
    row-gap: 30px;
}

.flex:after {
    content: none;
}

.flex-pd {
    padding: 12px 20px 23px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.experience-cta-area {
    background: #2A98BA;
    text-align: center;
    border-radius: 6px;
    border: solid 2px #2A98BA;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.cta-pd {
    padding: 26px 0 0 0;
}

.experience-cta {
    text-align: center;
    padding: 1vw 0;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    display: block;
    text-decoration: none;
}

.experience-cta-area:hover {
    color: #2A98BA;
    background: white;
    border: solid 2px #2A98BA;
    border-radius: 6px;
}

.experience-cta:hover {
    color: #2A98BA;
}

.catchphrase {
    font-size: 0.8rem;
}

.triangle {
    width: 60px;
    height: 25px;
    background: linear-gradient(90deg, rgb(42, 179, 252, 90%), rgb(58, 99, 186, 100%));
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin: 40px auto;
}

.modal {
    display: none;
}


/* タブレット レスポンシブ */
@media screen and (max-width: 1024px) {
    .flex {
        grid-template-columns: repeat(2, 1fr);
    }

    .experience-cta {
        padding: 1.5vw 0;

    }

    .catchphrase {
        font-size: 0.9rem;

    }

    .technology-box h3 {
        line-height: 1.1;
    }

    h2 {
        font-size: 1.4rem;
    }

    .questionnaire-cta {
        padding: 2vw 0;
        font-size: 1rem;
        width: 40%;

    }

    .tablet-banner-flex img {
        width: 100%;
        height: auto;
    }

    .tablet-banner-flex {
        flex-wrap: nowrap;
        column-gap: 20px;
    }

    .tablet-banner-flex::after {
        content: none;
    }

    .overlay-images img {
        width: 100%;
    }

    .overlay-images {
        column-gap: 5px;
        right: 10px;
        bottom: 10px;
    }
}

/* モーダルウィンドタブレット */
@media screen and (max-width: 1024px) {
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-content {
        background-color: #fefefe;
        /* モーダルウィンドウの背景色 */
        margin: 20% auto;
        padding: 20px;
        border: 1px solid #2A98BA;
        width: 50%;
        /* モーダルウィンドウの横幅 */
    }

    .modal-title {
        color: #2A98BA;
        /* モーダルウィンドウの文字の色 */
        font-size: 18px;
        /* モーダルウィンドウの文字の大きさ */
        font-weight: bold;
        line-height: 200%;
        text-align: center;
    }

    .close-button {
        color: #2A98BA;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close-button:hover,
    .close-button:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
}

/* モーダルウィンドウスマホ */
@media screen and (max-width: 768px) {
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-content {
        background-color: #fefefe;
        /* モーダルウィンドウの背景色 */
        margin: 85px auto;
        padding: 20px;
        border: 1px solid #2A98BA;
        width: 70%;
        /* モーダルウィンドウの横幅 */
    }

    .modal-title {
        color: #2A98BA;
        /* モーダルウィンドウの文字の色 */
        font-size: 18px;
        /* モーダルウィンドウの文字の大きさ */
        font-weight: bold;
        line-height: 200%;
        text-align: center;
    }

    .close-button {
        color: #2A98BA;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close-button:hover,
    .close-button:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    h2 {
        font-size: 1rem;
    }

}


/* ポップアップ */
#setting {
    display: none;
}

#popup1,
#popup2,
#popup3,
#popup4,
#popup5 {
    display: none;
}

.hidden-checkbox:checked+.popup-open+.popup-overlay {
    display: block;
    z-index: 99999;
    background-color: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.popup-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #2A98BA;
    z-index: 10001;
}

.popup-close svg line {
    stroke: #fff;
}

.popup-window img {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.pop-up-flex {
    display: flex;
    justify-content: start;
    column-gap: 3px;
}

.pop-up-flex a {
    background: #2A98BA;
    color: white;
    text-decoration: none;
    width: 25%;
    height: auto;
    padding: 15px;
    font-size: 0.8rem;
    margin: auto;
    border-radius: 6px;

}

.popup-window p {
    line-height: 1.6;
    text-align: left;
    color: #444;
}

.pop-up-th {
    background: #2A98BA !important;
}

.pop-up-experience-cta-area {
    background: #2A98BA;
    text-align: center;
    border-radius: 6px;
}

.pop-up-experience-cta {
    text-align: center;
    margin: 2.5% auto 0 auto;
    padding: 30px 0;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    display: block;
    text-decoration: none;
    border-radius: 6px;
    border: solid 2px #2A98BA;
}

.pop-up-experience-cta:hover {
    color: #2A98BA;
    background: white;
    border: solid 2px #2A98BA;
}

#close-button {
    /* ボタンを強制的に表示させる */
    display: block !important;

    /* ボタンの位置とスタイルを再定義 */
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #2A98BA;
    z-index: 10001;
    /* 確実に最前面に表示 */
}

.popup-open {
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgb(42, 179, 252, 90%), rgb(58, 99, 186, 100%));
    padding: 10px 20px;
    border-radius: 41px;
    font-weight: bold;
    font-size: 0.8rem;

}

.is-hidden {
    display: none !important;
}

.setting-popup-open {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    padding: 0;
    cursor: pointer;

}

.popup-open:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple 1.5s infinite;
    color: #fff;
}

.setting-popup-open:hover {
    background-position: none;
    background-size: none;
    -webkit-animation: none;
    animation: none;
    color: #fff;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #2A98BA;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);
    }
}

.popup-overlay {
    display: none;
}


.popup-window {
    width: 90vw;
    max-width: 560px;
    padding: 55px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80vh;
    overflow-y: visible;
}

.popup-text {
    margin: 0;
    text-align: left;
    width: 100%;
    height: auto;
    font-size: 2rem;
    line-height: 1;
    color: #444;
}

.popup-text span {
    font-size: 1.4rem;
}

.popup-text:not(:last-of-type) {
    margin-bottom: 1em
}

.popup-close {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 14px;
    z-index: 9999;
}

.red-txt {
    color: #FF0000;
    font-weight: bold;
}

.manual-link {
    display: flex;
    /* Flexboxを有効にする */
    flex-direction: column;
    /* 子要素（画像とテキスト）を縦に並べる */
    align-items: center;
    /* 子要素を横方向の中央に配置 */
    /* その他のaタグのスタイル（色、下線など） */
    text-decoration: none;
    color: #2A98BA;
    /* 例として色を指定 */
    line-height: 1.3;
}

.manual-link img {
    margin-bottom: 5px;
    width: 38%;
    margin-top: 0;
}

.section-inner {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding-top: 20px;
}

.section-inner .gradation-h2 {
    background: linear-gradient(90deg, rgb(42, 179, 252, 90%), rgb(58, 99, 186, 100%));
    background: -webkit-linear-gradient(90deg, rgb(42, 179, 252, 90%), rgb(58, 99, 186, 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.pop-up-table th {
    background: linear-gradient(90deg, rgb(42, 179, 252, 90%), rgb(58, 99, 186, 100%));
    color: #fff;
    padding: 10px;
    border-bottom: solid 2px white;
}

.pop-up-table th,
.pop-up-table td {
    /* ここで指定した1pxの黒線が、全て結合されて統一感のある線になる */
    border: 2px solid #2a92fc;
    padding: 15px 20px;
    vertical-align: middle;
    font-size: 16px;
}

/* 3. 左側のセル (th) のデザイン: グラデーションと白い文字 */
.pop-up-table th {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/* 4. 右側のセル (td) のデザイン */
.pop-up-table td {
    color: #444;
    line-height: 1.8;
}

.pop-up-table {
    width: 90%;
    margin: 20px auto;
    border-spacing: 0;
    border-collapse: collapse;
}

@media screen and (max-width: 750px) {
    .flex {
        grid-template-columns: 1fr;
    }

    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }

    .pop-up-table {
        width: 100%;
        margin: 0 auto;

    }

    .pop-up-table th,
    .pop-up-table td {
        display: block;
    }

    .movie_blk {
        height: 80vh;
    }

    .flex-pd {
        padding: 15px 15px 20px 15px;
    }

    .experience-cta-area {
        width: 100%;
        position: static;
        margin: 15px auto 0;
        box-sizing: border-box;
    }
}


@media screen and (max-width: 1024px) {
    .section-inner {
        max-width: 900px;
    }

    .popup-open {
        font-size: 1rem;
    }

    .popup-text {
        font-size: 2rem;

    }

    .pop-up-flex a {
        width: 35%;
        font-size: 1rem;
    }

    .popup-window p {
        margin: 10px auto 20px auto;
    }

    .pop-up-experience-cta {
        font-size: 1.2rem;
        margin: 30px auto 0 auto;
        padding: 30px 0;
    }

    .c-header {
        padding: 2rem 0 2rem 20px;
    }
}

@media screen and (max-width: 1024px) {
    header img {
        width: 11vw;
    }

    header .setting-icon {
        margin-right: 20px;
    }
}

@media screen and (max-width: 750px) {
    header img {
        width: 6rem;
    }

    .c-header {
        padding: 1rem;

    }

    .technology-box {
        width: 100%;
        height: auto;
    }

    .section-inner {
        width: 95%;
        padding: 30px 0 0 0;
    }

    .movie_blk {
        height: 100vh;
    }

    .main-catch h1 {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .main-catch p {
        font-size: 1rem;
        margin: 20px 0 0 0;
    }

    .main-catch .lh14 {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .popup-window {
        width: 80%;
        max-width: none;
        padding: 10% 4%;
        margin-top: 40px;
    }

    .experience-cta {
        font-size: 1.1rem;
        padding: 15px 0;
        display: block;
    }
}

.questionnaire-cta {
    width: 95%;
}


/* 「設定」のテキスト（ラベル）に他のリンクと同じレイアウトを適用 */
.setting-popup-open {
    display: flex;
    justify-content: flex-start;
    /* 左寄せを徹底 */
    align-items: center;

    /* 他のリンクと同じパディングを適用 */
    padding: 30px 1.5rem;

    /* アニメーションをリセット */
    background-position: none;
    background-size: none;
    -webkit-animation: none;
    animation: none;
    height: 15px;
    /* <--- この高さ指定は不要であれば削除を推奨 */
}

/* 「設定」アイコンは非表示（または左に配置） */
.setting-popup-open .setting-icon {
    display: none;
    /* スマホ表示ではアイコンは非表示に */
}

/* 「設定」の文字（span）に他のリンクと同じスタイルを適用 */
.setting-popup-open .sp {
    display: block !important;
    color: #444;
    font-size: 0.75rem;
    font-weight: bold;
}

.c-header__list-item span {
    padding: 0;
    background: none;
    color: #444;
    font-weight: bold;
    font-size: 0.75rem;
}


.c-header__list-item .sp {
    padding: 15px 0px;
}

.popup-window p {
    line-height: 1.6;
    margin: 15px auto 25px auto;
}

/* 比較表 */
.table-scroll {
    overflow-x: auto;
    margin-bottom: 45px;
}

.border-bottom {
    border-bottom: solid 2px #fff !important;
}

.sp-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.table_design01 {
    border-collapse: collapse;
    width: 100%;
    max-width: 1200px;
}

.table_design01 th,
.table_design01 td {
    border: 2px solid #fff;
    background-color: #e6f1f6;
    padding: 1em;
}

.table_design01 th {
    background-color: #2A98BA;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 35%;
    min-width: 4em;
}

@media screen and (max-width: 750px) {

    .sp-text {
        font-size: 12px;
        text-align: center;
    }

    .table_design th,
    .table_design td {
        font-size: 13px;
        padding: 1em 0.5em;
    }

    .table_design p img {
        width: 18px;
        /* アイコンを適切なサイズに固定 */
        display: inline-block;
        vertical-align: middle;
    }
}


/* */
.white-bg {
    background: white;
}

.gradation-bg {
    background: linear-gradient(90deg, rgb(42, 179, 252, 90%), rgb(58, 99, 186, 100%));
    padding: 25px 0 53px 0;
    color: white;
}

.gradation-bg h2 {
    color: white;
    text-align: center;
}

.inquiry-fles {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin-top: 30px;
}

.inquiry-fles a {
    background: white;
    text-decoration: none;
    text-align: center;
    width: 30%;
    padding: 30px 0;
    box-shadow: 0 4px 0 darkgray;
    border-radius: 6px;
}

.inquiry-fles a:hover {
    transform: translateY(4px);
    box-shadow: none;
}


.inquiry-fles a span {
    background: linear-gradient(90deg, rgb(42, 179, 252, 90%), rgb(58, 99, 186, 100%));
    background: -webkit-linear-gradient(90deg, rgb(42, 179, 252, 90%), rgb(58, 99, 186, 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}


@media screen and (max-width: 1024px) {
    .inquiry-fles a {
        width: 40%;
    }
}

@media screen and (max-width: 750px) {
    .inquiry-fles {
        flex-direction: column;
        row-gap: 20px;
    }

    .inquiry-fles a {
        width: 90%;
        margin: auto;
    }

    .tablet-banner-flex {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .sp .popup-text {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .popup-text {
        display: none;
    }

    .pop-up-flex {
        flex-direction: row;
        row-gap: 20px;
    }

    .pop-up-flex a {
        width: 90%;
        row-gap: 10px;
        flex-direction: row;
        justify-content: center;

    }

    .manual-link img {
        width: 25%;
        margin-right: 7px;

    }

    .manual-link img {
        margin-bottom: 0;
    }

    #close-button {
        top: 10px;
        right: 19px;
    }

    /* 🌟 ここを削除 🌟 鉛筆アイコンのSP時の崩れの原因を削除 */
    /* #edit-button img {
        top: 80px !important;
        left: 280px !important;
    } */

    .firstview-cta {
        font-size: 1rem;
        display: block;
        width: 50%;
        margin: auto;
        margin-bottom: 11px;
        padding: 10px 25px;
    }
}

/* フッター */
.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
}

#footer {
    position: relative;
    background: #2A98BA;
}

#footer .footer-logo {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

#footer01 .footer-logo a {
    display: inline-block;
}

#footer .footer-logo img {
    width: 120px;
}

#footer .footer-nav a {
    display: block;
    padding: 0 10px;
    color: white;
    text-decoration: none;
}

#footer .footer-nav a:hover {
    text-decoration: underline;
}

.footer-inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.copyright {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    font-size: 0.75rem;
}

@media screen and (min-width: 641px) {
    #footer .footer-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0;
    }
}

@media screen and (max-width: 1024px) {
    .footer-inner {
        width: 100%;
        max-width: 900px;
        margin: auto;
    }
}

@media screen and (max-width: 750px) {

    #footer {
        text-align: center;
    }

    #footer .footer-nav li {
        border-top: 1px solid #fff;
    }

    #footer .footer-nav li a {
        padding: 12px 20px;
        text-align: left;
    }

    #footer .footer-logo {
        border-bottom: none
    }
}

/* アカウント情報 */
#edit-button {
    display: contents;
}

/* 🌟 ここを修正 🌟 鉛筆アイコンの配置を親要素基準に変更 */
#edit-button img {
    background: #2A98BA;
    border-radius: 5px;
    width: 16px;
    height: 16px;
    padding: 6px;
    margin: 0;
    max-width: 100%;

    position: absolute;
    top: 16px;
    /* 調整可能: 親要素の枠線から上にはみ出す */
    right: 19px;
    /* 調整可能: 親要素の枠線から右にはみ出す */
    left: auto;
}

.log-out {
    background-color: #2A98BA;
    padding: 10px;
    text-decoration: none;
    color: white;
    text-align: center !important;
    border: solid 2px #2A98BA;
    border-radius: 5px;
    font-weight: bold;
}

.log-out:hover {
    background-color: white;
    padding: 15px;
    text-decoration: none;
    color: #2A98BA;
    text-align: center !important;
    border: solid 2px #2A98BA;
}

#account-info-display .mtb50 {
    margin: 50px 0 0 0;
}

/* アカウント編集 */
#account-info-display {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-family: sans-serif;
    /* 🌟 ここを追加 🌟 鉛筆アイコンの配置基準にする */
    position: relative;
}

#account-info-display h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.info-item {
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
}

.logout {
    text-align: center;
    margin: 35px auto 20px auto !important;
}


/* #edit-button img {
    width: 16px;
    height: 16px;
} */
/* 上の修正された #edit-button img に統合されたため、この行は削除しました。 */

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.form-row label {
    width: 150px;
    font-weight: bold;
}

.form-row input {
    flex: 1;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.button-row {
    text-align: right;
    margin-top: 20px;
}

.button-row button {
    padding: 6px 16px;
    margin-left: 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#save-button {
    background-color: #0099cc;
    color: #fff;
}

#cancel-button {
    background-color: #ccc;
}

#edit-form-section h3 {
    margin-bottom: 20px;
}

.banner-area {
    display: flex;
    justify-content: space-around;
    margin: auto;
    column-gap: 25px;
    width: 100%;
    max-width: 1000px;
    height: auto;
    padding-bottom: 80px;
}

.banner-area img {
    width: 100%;
    margin: auto;
    border-radius: 10px;
    border: solid 2px #ecf0ff;
}

@media screen and (max-width: 750px) {
    .banner-area {
        width: 90%;

    }

    .banner-area img {
        width: 100%;
        margin: auto;
    }
}

.banner-section-inner {
    width: 100%;
}

/*トップページ（サービス紹介画面）*/
@media screen and (max-width: 1200px) {
    .top-wrap {
        padding: 0 15px;
    }
}

.top-concept {
    padding: 15px;
    background: linear-gradient(90deg, rgb(42, 179, 252, 90%), rgb(58, 99, 186, 100%));
    max-width: 1200px;
    margin: 20px auto;
    border-radius: 4px;
}

.top-concept>.inner {
    background: #fff;
    display: flex;
    padding: 45px;
    border-radius: 4px;
}

.top-concept .txt-box {
    width: 60%;
}

.top-concept .txt-box .catch {
    background: #2A98BA;
    display: inline-block;
    padding: 1px 8px;
    color: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    border-radius: 2px;
}

.top-concept .txt-box .title {
    color: #2A98BA;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1.2;
    text-align: left;
    margin: 4px 0 8px;
}

.top-concept .txt-box p {
    font-size: 0.85rem;
    line-height: 1.8;
    color: #444;
}

.top-concept figure {
    margin: 0;
    width: 40%;
    position: relative;
}

.top-concept figure img {
    display: block;
    width: 77%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: auto;
    margin: auto 0;
}

/* SP レスポンシブ */
@media screen and (max-width: 750px) {
    .top-concept {
        padding: 10px;
    }

    .top-concept .txt-box {
        width: 100%;
    }

    .top-concept figure {
        display: none;
    }

    .top-concept>.inner {
        padding: 25px;
    }
}

.service-intro .title {
    font-size: 1.8rem;
}

.service-intro ul {
    padding: 0;
}

.service-intro ul li {
    list-style: none;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.service-intro ul li>figure {
    width: 20%;
    max-width: 400px;
    margin: auto 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.service-intro ul li>figure:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    background: #2A98BA;
    display: block;
}

.service-intro ul li>figure img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.service-intro ul li>div {
    width: 100%;
    padding: 15px;
    padding-left: calc(20% + 15px);
    box-sizing: border-box;
}

.service-intro ul li .catch {
    color: #444;
    font-weight: bold;
    font-size: 0.9rem;
    display: block;
}

.service-intro ul li h3 {
    color: #444;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.service-intro ul li p {
    color: #444;
    font-size: 0.9rem;
    line-height: 1.6;
}

.service-intro ul li .link-button {
    margin-top: 10px;
    padding: 0 15px;
    text-align: right;
}

.service-intro ul li .link-button a {
    background: #2A98BA;
    border-radius: 999px;
    display: inline-block;
    padding: 2px 10px;
    font-size: 0.8rem;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding-right: 16px;
}

.service-intro ul li .link-button a:hover {
    opacity: 0.8;
}

.service-intro ul li .link-button a:before,
.service-intro ul li .link-button a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.service-intro ul li .link-button a:before {
    background: #fff;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    right: 9px;
}

.service-intro ul li .link-button a:after {
    background: #2A98BA;
    width: 5px;
    height: 15px;
    right: 11px;
}

/* タブレット レスポンシブ */
@media screen and (max-width: 1024px) {
    .service-intro ul li>figure {
        width: 34%;
    }

    .service-intro ul li>div {
        padding-left: calc(34% + 15px);
    }
}

/* SP レスポンシブ */
@media screen and (max-width: 750px) {
    .service-intro ul li>figure {
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 180px;
        margin-bottom: 10px;
    }

    .service-intro ul li>div {
        padding-left: 15px;
    }
}

.mt80 {
    margin-top: 80px;
    padding-bottom: 80px;
}

.pdt80 {
    padding-top: 80px;
}

.pdt20 {
    padding: 20px 0 40px;
}

/* お問合せ完了ページ用CSS */
.s-complete__content {
    /* ページの高さ全体を占めるように設定（必要に応じて） */
    min-height: 100vh;
    /* ビューポートの高さ全体にコンテンツを広げる */
    width: 100vw;

    /* Flexbox の設定 */
    display: flex;
    flex-direction: column;
    /* 子要素を縦に並べる */
    justify-content: center;
    /* 垂直方向の中央揃え */
    align-items: center;
    /* 水平方向の中央揃え (ブロック全体を中央に) */

    /* コンテンツの最大幅を設定しておくと見栄えが良くなります */
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* 子要素のテキストは通常通り中央揃えにします */
.s-complete__content * {
    text-align: center;
}

.s-complete__contentLabel {
    font-size: 2vw;
    color: #2A98BA;
    font-weight: bold;
    margin-top: 100px;
}

/* 挨拶とお知らせの調整 */
.thanks-message {
    margin-bottom: 10px;
    color: #666;
}

.schedule-notice {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.schedule-notice strong {
    color: #2A98BA;
    /* ブランドカラー */
    font-weight: bold;
    border-bottom: 2px solid #2A98BA;
}

/* 電話番号カード全体の装飾 */
.emergency-contact {
    background-color: #f4f9fb;
    /* 薄い青系で安心感 */
    border: 1px solid #2A98BA;
    border-radius: 8px;
    padding: 20px;
    max-width: 450px;
    margin: 0 auto 30px;
    text-align: center;
    /* 中央寄せ */
    box-sizing: border-box;
}

/* ラベル：お急ぎの方は〜 */
.emergency-contact__label {
    display: block;
    /* 確実に改行させる */
    font-size: 0.9rem;
    margin-bottom: 12px;
    color: #444;
    font-weight: 500;
}

/* 電話番号リンク（Flexboxで整列） */
.emergency-contact__number {
    display: inline-flex;
    /* 内容の幅に合わせつつ、アイコンと文字を横並びに */
    align-items: center;
    /* アイコンと数字の上下中央をビシッと揃える */
    justify-content: center;
    font-size: 1.8rem;
    /* 数字を少し大きくして視認性アップ */
    font-weight: bold;
    color: #2A98BA;
    text-decoration: none;
    transition: opacity 0.3s, transform 0.2s;
    line-height: 1;
    /* 行高によるズレを防止 */
}

/* アイコンの調整 */
.tel-icon {
    display: flex;
    margin-right: 12px;
    /* アイコンと数字の間の距離 */
}

.tel-icon img {
    width: 28px;
    /* 少し大きくしてバランス調整 */
    height: auto;
    display: block;
}

/* ホバー時の演出 */
.emergency-contact__number:hover {
    opacity: 0.7;
    transform: scale(1.02);
    /* 軽く浮き出す動き */
}

/* スマホ用調整（750px以下） */
@media screen and (max-width: 750px) {
    .emergency-contact {
        width: 95%;
        /* 画面端にピッタリくっつかないよう調整 */
        padding: 15px;
        /* スマホではコンパクトに */
    }

    .emergency-contact__number {
        font-size: 1.5rem;
        /* スマホの幅に合わせて少し小さく */
    }

    .tel-icon img {
        width: 24px;
        /* アイコンもスマホサイズに */
    }
}

@media screen and (max-width: 750px) {
    .s-complete__contentLabel {
        font-size: 8vw;
    }

    .mt80 {
        padding-bottom: 0;
    }
}


.c-btn-slide {
    background: #fff;
    color: #2A98BA;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 10px auto 50px auto;
    padding: 1.5vw 0;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    text-decoration: none;
    background: white;
    width: 20vw;
    line-height: 1.6;
    border: solid 2px #2A98BA;
    border-radius: 55px;
    margin-top: 30px;

}

.c-btn-slide::after {
    background: #2A98BA;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
    color: white;
}


.c-btn.slide a {
    text-decoration: none;
    color: #2A98BA;
}

.c-btn-slide:hover {
    color: #fff;
}

.c-btn-slide:hover::after {
    transform: scale(1, 1);
}

@media screen and (max-width: 750px) {
    .c-btn-slide {
        text-align: center;
        margin: 10px auto 50px auto;
        padding: 2.5vw 0;
        font-weight: bold;
        font-size: 1rem;
        color: white;
        display: block;
        text-decoration: none;
        background: #2A98BA;
        width: 50vw;
        line-height: 1.6;
        border: solid 2px #2A98BA;
        border-radius: 55px;
        margin-top: 30px;
    }
}

/* 20260128追記 */
/* COMING SOON */
.technology-box.coming-soon {
    display: flex;
    align-items: center;
    min-height: 140px;
    background: #f5f7fa;
    border: 1px solid #e0e0e0;
    align-items: center;
}

/* 中央寄せ */
.coming-soon-inner {
    text-align: center;
}

/* 常に表示 */
.coming-soon-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #888;
}

/* hoverで出すテキスト */
.coming-soon-text {
    margin-top: 6px;
    font-size: 13px;
    color: #aaa;

    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* hover時 */
.technology-box.coming-soon:hover .coming-soon-text {
    opacity: 1;
    transform: translateY(0);
}

.coming-soon-image {
    height: 200px;
    background: #e9edf2;
}

body.is-modal-open {
    overflow: hidden;
}
