/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&display=swap'); */

/* 全体のリセット */
body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* 共通 */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}

section {
    display: block;
}


p {
    font-size: 18px;

}

h2 {
    color: #033E59;
    /* font-size: 33px; */
    font-size: 38px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: 16px 0 16px 0;

}



.bi-check2-square {
    color: #033E59;
    margin-right: 10px;
}


header {
    display: none;
}

.slick-slide {

    height: auto;

}


/* ======== ナビゲーションバー  ======== */
.navbar {
    position: fixed;
    z-index: 99999;
    width: 100%;
    padding: 10px 0;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    /* height: 60px; */
    max-height: 60px;
    /* display: none; */
}

.navbar-brand {
    width: 150px;
    height: auto;
}

.nav-item {
    letter-spacing: 0.05em;
    padding: 0 5px;
}


.nav-btn {
    background: linear-gradient(315deg, #ff9800, #ffb64a);
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.15em;
    font-weight: bold;
    padding: 8px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;

}

.nav-btn:hover {
    opacity: 0.5;

}


.navbar-collapse {
    background-color: #f8f9fa;
    padding: 10px 15px;
    /* display: flex; */
    align-items: center;

}


.nav-link {
    font-size: 14px;
    font-weight: bold;
}

.navbar-toggler {
    z-index: 2;
}

/* ======== ファーストビュー  ======== */


/* ======== 企業スライダー  ======== */

.company {
    padding-top: 3px;
}

.company-slider {
    display: flex;
    flex-direction: column;


}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider img {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.slider {
    direction: ltr;

}

.slider-rtl {
    direction: rtl;

}


/* ======== MOTENASU SMSの3つの特徴  ======== */


.features {
    background-color: #ecf1f7;
}


.features-inner {
    padding: 40px 0 100px;
}


.features-card {
    padding: 0;
    margin: 10px;
    width: 360px;
    border: none;
    box-shadow: 8px 8px 20px 0 rgba(11, 36, 77, 0.16)
}


.features-icon {
    text-align: center;
    position: relative;
    top: -50px;
    height: 50px;
}

.features-card-point {
    width: 80px;
    height: 80px;
}

.features-card-title {
    color: #00133B;
    line-height: 1.3;
    font-weight: 600;
    border-bottom: 1px solid #555555;
    text-align: center;
    margin: 0 0 20px;
    padding-bottom: 5px;

}

.features-card-text {
    padding: 10px;
    font-size: 16px;
    line-height: 1.8;
}

/* ======== 最大の特徴  ======== */
.mostpoint {
    position: relative;
    background-color: #ecf1f7;
}


/* .mostpoint::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    left: 0;
    top: 0;
    background-color: #fff;
} */

.mostpoint-inner {
    padding: 80px 0;
}



/* ======== MOTENASU SMS配信方法  ======== */

.send {
    position: relative;
}

/* .send::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    left: 0;
    top: 0;
    background-color: #ecf1f7;
} */

.send-inner {
    padding: 100px 0 100px;
}

/* ======== お問い合わせ  ======== */
.smsinfo {
    background-color: #002575;
    background: url("/wp-content/themes/fid/lpassets/sms/assets/img/smsinfo-bg.webp") no-repeat center center/cover;
    padding: 120px 0;
}

.phone-number {
    font-size: 60px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    color: white;
    -moz-text-shadow: 4px 0px 60px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 4px 0px 60px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: 4px 0px 60px rgba(0, 0, 0, 0.8);
    text-shadow: 4px 0px 60px rgba(43, 43, 56, 0.8);


}


.smsinfo-btn {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 12px 24px;
    color: #fff;
    background-color: #ff9900;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 420px;
    max-width: 100%;
}

.smsinfo-btn:hover {
    background-color: #e68a00;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.smsinfo-btn:active {
    background-color: #cc7a00;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

/* ======== SMS配信サービスについて  ======== */

.smsservice {
    padding: 80px 0 100px;
}

.smsservice-second {
    padding-top: 50px;
}

/* 比較表 */

.comparison-table {
    width: 100%;
    margin: 0 auto;
}

.table-wrapper {
    overflow-x: auto;
}

.table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.table-wrapper th,
.table-wrapper td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.table-wrapper thead th {
    background-color: #f4f4f4;
    font-weight: bold;
}


.table-wrapper tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-wrapper td.highlight {
    background-color: #ffefbe;
    font-weight: bold;
    font-size: 130%;
}


.table-wrapper td:first-child {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .table-wrapper {
        overflow-x: scroll;
    }

    .table-wrapper table {
        min-width: 600px;

    }
}

/* ======== MOTENASU SMSで解決・その先まで  ======== */
.smssolution {
    background-color: #e1f5fe;
    padding: 80px 0 100px;
}

.smssolution-icons .row {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.smssolution-icons .row {
    /* padding: 50px 10% 0 10%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.smssolution-col {
    max-width: 100%;
    width: 20%;
}

.smssolution-icons .icon-circle {
    width: 100%;
    min-width: 80px;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #81D4FA, #4FC3F7);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: white;
    font-size: 16px;
    position: relative;
}

.smssolution-icons .icon-circle .icon-text {
    position: absolute;
    top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.smssolution-icons .icon-circle .icon-image {
    font-size: 80px;
    margin-top: 30px;
    text-shadow: 3px 3px 10px rgba(129, 212, 250, 0.6);


}

.smssolution-icons .category-desc {
    margin-top: 8px;
    font-size: 14px;
    color: #033e59;
    text-align: center;
    font-weight: bold;
}

.smssolution-img {
    padding-top: 100px;
}



/* ======== 活用例  ======== */
.usage {
    background-color: #e1f5fe;
    padding: 1px 0 100px;

}


.usage-inner {
    width: 100%;
    max-width: 1320px;
}

/* Lightboxの画像サイズを制限 */
.lb-image {
    max-width: 80vw !important;
    max-height: 80vh !important;
    width: auto !important;
    height: auto !important;
}

@media (max-width: 767px) {
    .lb-image {
        max-width: 90vw !important;
        /* 画面幅の90%に調整 */
        max-height: 80vh !important;
        /* 画面高さの80%に調整 */
        object-fit: contain !important;
        /* 画像の比率を維持 */
    }

    .lb-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb-outerContainer {
        width: 90vw !important;
        /* 画面幅の90% */
        height: auto !important;
        /* 高さは自動 */
        margin: auto;
        /* 中央配置 */
    }

    .lb-dataContainer {
        text-align: center;
        /* 説明文の中央配置 */
    }
}




/* ======== 具体的な機能紹介  ======== */

.smsfunction {
    width: calc(100% - 20%);
    margin: 0 auto;
    padding: 80px 0 100px;
}

.smsfunction-cards {
    padding-top: 30px;
}

.smsfunction .function-card {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 8px;
    width: 100%;
    border: none;
    box-shadow: 0px 8px 20px 0 rgba(11, 36, 77, 0.16);
}

.smsfunction .function-card .card-header {
    background: linear-gradient(135deg, #81D4FA, #4FC3F7);
    border-radius: 8px 8px 0 0;
    color: white;
    text-shadow: 3px 3px 10px rgba(129, 212, 250, 0.6);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.smsfunction .function-card .card-header i {
    font-size: 1.5rem;
}

.smsfunction .function-card .card-header h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.smsfunction .function-card .card-body {
    padding: 15px 20px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.smsfunction-text {
    font-size: 15px;
    margin-bottom: 0;
}


.smsfunction .implementation {
    position: relative;
}

.smsfunction .implementation::before {
    position: absolute;
    content: "実装予定";
    top: -25px;
    right: -18px;
    background: linear-gradient(315deg, #ff9800, #ffb64a);
    font-size: 11px;
    font-weight: 600;
    padding: 8px 12px 10px;
    border-radius: 50%;
    white-space: pre;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1.2;

}

/* ======== 他社比較  ======== */
.smscomparison {
    padding: 80px 0 100px;
    background-color: #ffffff;
    background-image: radial-gradient(circle, #abbdc5 0.5px, transparent 0.5px);
    background-position: 0 0;
    background-size: 21px 21px;

}

/* ======== ご利用料金・プラン  ======== */
.smsplan {
    padding: 80px 0 100px;
    background-color: #ffffff;
    background-image: radial-gradient(circle, #abbdc5 0.5px, transparent 0.5px);
    background-position: 0 0;
    background-size: 21px 21px;
}


.smsplan-container {
    position: relative;
    overflow: hidden;
    /* ボタンがコンテナ外に出るのを防ぐ */
}

.smsplan-btn {
    width: 40%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    display: inline-block;
    max-width: 90%;
    height: auto;
    z-index: 9999;
    /* 他の要素より前面に */
    pointer-events: auto !important;
    /* クリックを有効化 */
    opacity: 1 !important;
    /* 表示されているか確認 */
    transition: transform 0.3s ease, filter 0.5s ease;
}


.smsplan-btn.aos-animate {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.smsplan-btn.aos-animate:hover {
    transform: scale(1.1);
    filter: brightness(1.15) saturate(1.1);
}

/* ======== 導入までの流れ  ======== */
.smsintroduction {
    background-color: #e1f5fe;
    padding: 80px 0 100px;
}

/* ======== FAQ  ======== */
.smsfaq {
    padding: 80px 0 100px;
}

.smsfaq .accordion-button {
    padding: 20px;
    background-color: #e1f2fa;
}

.smsfaq .accordion-body {
    padding: 25px 20px;
}



.smsfaq-header {
    color: #033e59;
    font-weight: bold;
}

.smsfaq-container-q {
    font-family: "Lexend Giga", serif;
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #033e59;
    font-size: 1.25rem;
    margin: 0 10px;
}

.smsfaq-body {
    color: #033e59;
    font-weight: bold;
    display: flex;
    align-items: center;

}

.smsfaq-container-a {
    font-family: "Lexend Giga", serif;
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #ff9800;
    font-size: 1.25rem;
    margin: 0 10px;
}

.smsfaq-text {
    color: #033e59;
}

/* ======== MOTENASUの特徴  ======== */
.smsmotenasu {
    background-color: #ecf1f7;
    padding: 80px 0 100px;
}

/* ======== MOTENASU SMSの特徴  ======== */
.motenasusmsfeature {
    padding: 80px 0 100px;
}



.motenasusmsfeature {}

/* ======== motenasuSMS問い合わせフォーム  ======== */

.motenasusmsform-inner {
    padding: 80px 0 100px;
}

.motenasusmsform small {
    color: red;
    display: flex;
    justify-self: end;
}

.motenasusmsform .register-form {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;

}

.motenasusmsform .required {
    position: relative;
    padding-right: 15px;
    /* アスタリスクの分だけ余白を確保 */
    margin-left: 0;
}

.motenasusmsform .required::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "*";
    color: red;
}



label[for="departmentName"]::after {
    content: none !important;
}

#sub {
    width: 600px;
    max-width: 80%;
    background: linear-gradient(315deg, #ff9800, #ffb64a);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    transition: .3s;
    letter-spacing: 0.04em;
}

#sub:hover {
    opacity: 0.5;
}


.form-check-input:checked[type=checkbox] {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
    background-size: contain;
}

.form-check-input {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}


/* ======== footer  ======== */
footer {
    padding: 100px 0 80px;
    background-color: #ecf1f7 !important;
    font-family: 'IBM Plex Sans', 'Noto Sans JP', sans-serif;
    color: #555;
}

footer a {
    color: none;
    color: #555;
}

footer a,
footer a:hover,
footer a:visited {
    color: inherit;
}


.separator::after {
    content: "|";
    margin: 0 10px;
    color: #999;
    font-weight: bold;
}

.copyright {
    font-size: 14px;
    color: #666;
}



@media screen and (max-width: 1024px) {
    /* MOTENASU SMSで解決・その先まで */

    .smssolution-col {
        /* width: 200px; */
        max-width: 100%;
        width: 33%;
    }
}



@media screen and (max-width: 768px) {

    /* ======== 共通  ======== */

    p {
        font-size: 16px;

    }

    h2 {
        font-size: 25px;
    }

    /* ======== ファーストビュー  ======== */



    /* ======== MOTENASU SMSの3つの特徴  ======== */
    .features-inner {
        padding: 30px 0;
    }

    .features-card {
        width: 80%;
    }

    .features-flex {
        justify-content: center !important;
    }

    /* ======== 最大の特徴  ======== */

    /* ======== MOTENASU SMS配信方法  ======== */

    /* ======== お問い合わせ  ======== */

    .phone-number {
        font-size: 30px;
    }

    .smsinfo-btn {
        max-width: 80%;
        font-size: 16px;
    }

    /* ======== SMS配信サービスについて  ======== */
    .smssolution .container {
        padding: 0 16px;
    }

    .smssolution-icons .row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .smssolution-icons .row {
        padding: 0;
    }

    .smssolution-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .smssolution-icons .icon-circle {
        width: 100%;
        height: auto;
        font-size: 14px;
    }

    .smssolution-icons .icon-circle .icon-text {
        font-size: 16px;
        top: 20px;
    }

    .smssolution-icons .icon-circle .icon-image {

        font-size: 55px;
        margin-top: 20px;
    }

    .smssolution-icons .category-desc {
        font-size: 12px;
        height: 30px;
    }

    /* ======== SMOTENASU SMSで解決・その先まで  ======== */



    /* ======== 具体的な機能紹介  ======== */

    .smsfunction {
        width: calc(100% - 5%);
    }



    .function-card .card-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 80px;
        text-align: center;
    }



    .function-card .card-header h5 {
        padding-bottom: 10px;
    }

    .function-card .card-body {}

    .smsfunction-cards {
        padding-top: 0;
    }

    /* ======== 他社比較  ======== */


    /* ======== ご利用料金・プラン ======== */

    .sms-scr {
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .sms-scr img {
        min-width: 600px;
        height: 600px;
        display: block;
    }



    /* ======== motenasuSMS問い合わせフォーム  ======== */

    .motenasusmsform-inner {
        padding: 80px 20px 100px;
    }

    .motenasusmsform .required::after {
        position: static;
        /* モバイルでは `absolute` を無効化 */
        display: inline;
        margin-left: 5px;
    }
}


@media screen and (max-width: 576px) {
    .smssolution-icons .icon-circle .icon-image {
        font-size: 38px;
    }

    .smssolution-icons .icon-circle .icon-text {
        font-size: 14px;
        top: 9px;
    }
}