/* =======================================================
 下層ページ共通パーツ
======================================================= */

:root {
    --primary-color: #0090F9;
    --accent-light-blue: #00BCF8;
    --accent-light-blue2: #2A90DE;
    --accent-dark-blue: #0057AA;
    --accent-blue: #1C6ECE;
    --accent-green: #0a7a4a;
    --accent-yellow: #F9E95C;
    --bg-color-light-gray: #f7f7f7;
    --accent-red: #DC000C;
    --text-color: #212529;
    --border-color: #c2c2c2;
    --box-shadow-pale: 3px 3px 10px 0px rgba(0, 0, 0, 0.07);
    --font-poppins: "Poppins", sans-serif;
}

/* タイトル類 */
.section-title {
    position: relative;
    margin-bottom: 3rem;
}

.section-title::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 52px;
    height: 1px;
    background-color: var(--accent-red);
}

.section-title__ja {
    position: absolute;
    top: 0;
    left: 80px;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    color: var(--accent-red);
    font-weight: 600;
    letter-spacing: 0.05em;
}

.section-title__en {
    font-family: "Nothing You Could Do", cursive;
    font-size: clamp(2.875rem, 2.375rem + 2.5vw, 4.25rem);
    font-size: clamp(2.25rem, 1.523rem + 3.64vw, 4.25rem);
    letter-spacing: 0.03em;
    display: block;
    padding-top: 36px;
}

.sub-section-title {
    margin-bottom: 2rem;
    text-align: center;
}


.sub-section-title__label {
    text-transform: uppercase;
    color: var(--primary-color);
    letter-spacing: .1em;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.sub-section-title__ja {
    font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
    line-height: 1.6;
    margin-bottom: 0;
}

.block-title {
    position: relative;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
    font-size: clamp(1.313rem, 1.244rem + 0.34vw, 1.5rem);
}

.block-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 3.5em;
    height: 1px;
    background-color: var(--primary-color);
}

.lead-title {
    color: var(--primary-color);
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    text-align: center;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 2.4rem;
}


@media (max-width: 767px) {
    .section-title {
        margin-bottom: 1rem;
    }

    .section-title::before {
        width: 42px;
    }

    .section-title__ja {
        left: 60px;
    }

    .lead-title {
        margin-bottom: 1.4rem;
    }
}

/* Utility */
.mb-60 {
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.lead-text {
    text-align: center;
    margin-bottom: 2rem;
}

.block-item {
    margin-bottom: 4rem;
}

.row-reverse {
    flex-direction: row-reverse;
}

ol li,
ul li {
    line-height: 1.8;
}

@media (max-width: 767px) {
    .lead-text {
        text-align: left;
    }

    .block-item {
        margin-bottom: 3rem;
    }
}

/* テキストパーツ */
.section-lead {
    font-weight: 700;
    color: var(--primary-color);
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    letter-spacing: .1em;
    line-height: 1.8;
}

.text-block p {
    line-height: 1.8;
}

.text-block p:last-child {
    margin-bottom: 0;
}

.note-text {
    color: #ff7171;
    font-size: .9rem;
}

@media (max-width: 767px) {
    .text-block p {
        line-height: 1.8;
        font-size: 15px;
    }
}

/* 枠 */
.section-wrapper {
    padding-top: 100px;
    position: relative;
}

.section-inner {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.wide-container {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .section-wrapper {
        padding-top: 60px;
    }

    .section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

}


/* sub main */
.sub-main {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.sub-main .sub-main-imgbox {
    position: relative;
    right: -8%;
}

.sub-main .titie-gradation-box {
    display: block;
    position: absolute;
    top: 50%;
    margin-left: 5%;
}

@media (max-width: 991px) {
    .sub-main {
        padding-top: 70px;
    }
}

@media (max-width:767px) {
    .sub-main {
        padding-top: 0;
    }

    .sub-main .sub-main-imgbox {
        right: 0;
    }

    .sub-main .titie-gradation-box {
        top: auto;
        bottom: 20px;
    }

    .sub-main .titie-gradation-box .h3-titie {
        text-align: left;
    }

    .sub-main .titie-gradation-box .h2-titie-gradation {
        font-size: 45px;
    }

}




/* サブメイン */
.product-main {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.product-main-img {
    width: 85%;
    margin-right: 0;
    margin-left: auto;
}

.product-main-heading {
    display: block;
    position: absolute;
    top: 50%;
    margin-left: 5%;
}

.product-main-heading__label {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 5px 26px;
    border-radius: 50px;
    margin-bottom: 15px;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

.product-main-heading__title {
    font-size: clamp(1.625rem, 1.398rem + 1.14vw, 2.25rem);
}

@media (max-width: 991px) {
    .product-main {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .product-main {
        padding-top: 0;
    }

    .product-main-img {
        width: 100%;
    }

    .product-main-heading {
        top: auto;
        bottom: 10px;
    }

    .product-main-heading__label {
        margin-bottom: 8px;
    }
}

/* 共通テーブル */
.common-table .table th,
.common-table .table td {
    background-color: var(--white);
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    padding: 1.2rem 1rem;
}

.common-table .table th {
    border-bottom: 1px solid var(--primary-color) !important;
    color: var(--primary-color);
    font-weight: 400;
    width: 26%;
}

@media (max-width: 767px) {

    .common-table .table th,
    .common-table .table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
    }

    .common-table .table th {
        padding-bottom: .7rem;
        padding-left: 0;
    }

    .common-table .table td {
        padding: .7rem 0;
        border: none;
    }

    .common-table .table tr {
        display: block;
    }
}



/*矢印の動き*/
.arrow-right {
    position: absolute;
    content: '';
    top: 50%;
    right: 28px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.arrow-right::before,
.arrow-right::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.arrow-right::before {
    width: 15px;
    height: 15px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-image: linear-gradient(to left, #2354FF, #6fb8df) 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 1px;
}

.arrow-right::after {
    width: 24px;
    height: 1px;
    background: linear-gradient(to left, #2354FF, #6fb8df);
}

.seminar-article:hover .arrow-right {
    -webkit-transform: translateX(8px) translateY(-50%);
    -moz-transform: translateX(8px) translateY(-50%);
    -ms-transform: translateX(8px) translateY(-50%);
    transform: translateX(8px) translateY(-50%);
}

@media (max-width:767px) {
    .arrow-right {
        right: 10px;
    }
}

/* flex_２カラム */
.media-block {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}

.media-block-img {
    width: 36%;
    flex-shrink: 0;
}

.media-block-text {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .media-block {
        flex-direction: column;
        gap: 1.5rem;
    }

    .media-block-img {
        width: 100%;
    }
}

/* flex_２カラム（画像bg） */
.media-visual {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}

.media-visual-img {
    background-size: cover;
    background-position: center;
    width: clamp(250px, 30vw, 400px);
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    /* margin-left: -160px; */
}

.media-visual-text {
    flex: 1;
}

@media (max-width: 767px) {
    .media-visual {
        flex-direction: column;
        gap: 30px;
    }

    .media-visual-img {
        position: relative;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 250px;
        transform: translateX(-50%);
        background-size: cover;
        background-position: center;
        margin-left: 0;
    }
}


/* 背景色ありセクション */
.bg-section {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 100px;
    background-color: #F6F6F6;
}

@media (max-width: 767px) {
    .bg-section {
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* =======================================================
 lower___製品一覧ページ
======================================================= */
.products-list {
    padding-top: 100px;
    padding-bottom: 100px;
}

.products-list .products-list-title {
    color: var(--accent-light-blue2);
    text-align: center;
    font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
    margin-bottom: 50px;
}

.products-list .products-list-title span {
    border-bottom: 1px solid var(--accent-light-blue2);
}

.products-list .product-item {
    position: relative;
    padding: 24px 80px 24px 28px;
    border-radius: 14px;
    background: var(--white);
    box-shadow: var(--box-shadow-pale);
    margin-bottom: 3rem;
}

.products-list .product-link:last-of-type .product-item {
    margin-bottom: 0;
}

.products-list .product-inner {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.products-list .product-img {
    flex-shrink: 0;
}

.products-list .product-img {
    width: 240px;
}

.products-list .product-img img {
    width: 100%;
}

.products-list .product-text {
    max-width: 635px;
    width: 100%;
}

.products-list .product-category {
    font-size: 13px;
    color: var(--accent-red);
    margin-bottom: 0;
}

.products-list .product-title {
    font-size: 1.125rem;
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.products-list .product-desc {
    font-size: 15px;
    color: var(--text-color);
}

.product-tags {
    display: flex;
    gap: .5rem;
}

.product-tag {
    font-size: 0.75rem;
    padding: .4em 1em;
    border-radius: 50px;
    line-height: 1;
}

.tag-onpremise {
    background: #e9f8f1;
    color: var(--accent-green);
}

.tag-cloud {
    background: #e6f2ff;
    color: var(--accent-dark-blue);
}


@media (max-width:767px) {
    .products-list {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .products-list .slick-initialized .slick-slide {
        padding-bottom: 3rem;
    }

    .products-list .product-item {
        margin-bottom: 0;
    }

    .products-list-slider .slick-slide {
        width: 48vw;
        margin: 0 12px;
    }

    .products-list .product-inner {
        flex-direction: column;
        align-items: inherit;
        gap: 1rem;
    }

    .products-list .product-item {
        padding: 21px 16px;
        border-radius: 0;
        min-height: 420px;
    }

    .product-category,
    .product-title {
        text-align: center;
    }

    .products-list .product-img {
        margin: 0 auto;
    }

    .products-list .product-desc {
        font-size: 13px;
    }

    .products-list .arrow-right {
        bottom: 10px;
        top: auto;
        right: 20px;
    }

    .products-list .arrow-right::before {
        width: 10px;
        height: 10px;
    }

    .products-list .arrow-right::after {
        width: 20px;
    }

    /* 製品一覧slider__arrow */
    .products-list-slider span.is-prev-arrow.slick-arrow {
        left: 11vw;
        top: 40%;
    }

    .products-list-slider span.is-next-arrow.slick-arrow {
        right: 11vw;
        top: 40%;
    }

    .products-list-slider .slick-list {
        overflow: hidden;
    }

    .products-list-slider {
        overscroll-behavior: contain;
    }

    /* 製品一覧slider__dots */
    .products-list .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .products-list .slick-dots {
        bottom: 0;
    }

    .products-list .slick-dots li button:before {
        content: none;
    }

    .products-list .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        border-radius: 50%;
        background-color: #d0d0d0;
        border: none;
        outline: none;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
    }

    .products-list .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }

    .products-list .slick-dots li.slick-active button {
        background-color: var(--accent-light-blue);
    }
}

@media (max-width:599px) {
    .products-list-slider .slick-slide {
        width: 54vw;
    }
}

@media (max-width:430px) {
    .products-list-slider .slick-slide {
        width: 74vw;
    }

    .products-list .product-category {
        margin-bottom: 5px;
        line-height: 1.4;
    }

    .products-list .product-title {
        font-size: 1rem;
        margin-bottom: .8rem;
    }

    .products-list-slider span.is-prev-arrow.slick-arrow {
        left: 4vw;
    }

    .products-list-slider span.is-next-arrow.slick-arrow {
        right: 4vw;
    }
}


/* =======================================================
 各製品詳細
======================================================= */
/* クリックで横から出てくる */
ul.features-list-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}

ul.features-list-btn li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 25px;
    border-radius: 50px;
    background: var(--primary-color);
    color: var(--white);
    cursor: pointer;
    line-height: 1.5;
}

@media (max-width: 767px) {
    ul.features-list-btn {
        flex-direction: column;
        margin-top: 10px;
    }

    ul.features-list-btn li {
        width: 100%;
        padding: 12px 25px;
    }

}

/* =======================================================
 企業情報
======================================================= */
/* 私たちの強み */
.company-features .wide-container {
    margin-bottom: 3rem;
}

.features-img {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 40vw;
    max-width: 580px;
    z-index: -1;
}

.features-title img {
    width: 50%;
    max-width: 580px;
}

.features-lead p {
    /* font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem); */
    line-height: 2.4;
}

@media (max-width: 767px) {

    .features-title,
    .features-lead {
        margin-bottom: 2rem;
    }

    .features-title img {
        width: 70%;
    }

    .features-lead p {
        line-height: 2.2;
    }
}

.features-lead {
    width: 55%;
    margin-left: auto;
    min-height: 500px;
}



.greeting-img {

    background: url(../img/greeting-img.jpg);
    /* position: absolute;
    left: 0;  */
    max-width: 500px;
    width: 40%;
    background-size: cover;
    background-position: center;
}

/* サクセスの強み */
/* .strengths-img {
    background-image: url("../img/features-img.png");
} */
/* .strengths-item:not(:last-child) {
    margin-bottom: 45px;
} */
/* .strengths-num {
    font-size: .8rem;
    font-weight: 400;
    color: var(--primary-color);
    letter-spacing: .1em;
    text-align: center;
    background: var(--white);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid var(--primary-color);
}
.strengths-num span {
    font-size: 2rem;
    font-weight: 600;
    display: block;
    line-height: 1;
}
.strengths-title {
    color: var(--primary-color);
    font-size: 1.6rem;
} */

.strengths-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.strengths-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    border: 1px solid var(--accent-blue);
    padding: 30px;
    border-radius: 8px;
    width: calc((100% - 80px) / 3);
}

.strengths-content {
    flex: 1;
}

/* ご挨拶 */
.greeting-profile {
    display: inline-block;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 0;
    letter-spacing: .1em;
}

.greeting-profile span {
    display: block;
}

.greeting-profile .profile-potision {
    font-size: .8rem;
}

.greeting-profile .profile-name {
    font-size: 1.4rem;
    margin: .3rem 0;
}

.greeting-profile .profile-name__en {
    color: #0090F9;
    font-size: .8rem;
}

/*沿革*/
.history-img {
    background-image: url("../img/history-img.jpg");
}

.history-list {
    position: relative;
    display: grid;
    row-gap: 30px;
    width: 100%;
}

.history-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    width: 1px;
    background-color: var(--primary-color);
}

.history-item {
    display: grid;
    grid-template-columns: 14px 1fr;
    grid-template-areas:
        "icon year"
        "icon detail";
    gap: 12px 24px;
    position: relative;
}

.history-item::before {
    content: "";
    grid-area: icon;
    width: 14px;
    aspect-ratio: 1;
    margin-top: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.history-year {
    grid-area: year;
    font-weight: 600;
    border-bottom: 1px solid var(--border-color);
    margin: 0;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: .8rem;
}

.history-year-num {
    font-size: 1.1rem;
    letter-spacing: .1em;
}

.history-detail {
    grid-area: detail;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
    margin: 0;
}

.history-month {
    font-weight: 600;
}

.history-desc {
    margin: 0;
}

@media (max-width: 767px) {
    .history-item {
        gap: 6px 20px;
    }
}

/*事業所一覧*/
.office-name {
    margin-bottom: 2rem;
}

.office-info {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.office-info-list {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 1.6rem;
}

.office-info-list dl {
    display: flex;
    margin-bottom: 0;
}

.office-info-list dt {
    flex-basis: 100px;
    flex-shrink: 0;
    color: var(--primary-color);
    font-weight: normal;
}

.office-info-list dd {
    margin-bottom: 0;
}

.office-map {
    flex: 1;
}

.office-map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .office-name {
        margin-bottom: 1.2rem;
    }

    .office-info-list dt {
        flex-basis: 80px;
    }

    .office-info-list {
        width: 100%;
        gap: 1.2rem;
    }
}

/* =======================================================
 パートナー制度
======================================================= */
/* パートナー制度ご利用イメージ */
ul.partner-flow-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 3rem 0;
}

ul.partner-flow-list li {
    border: 2px solid var(--primary-color);
    padding: 10px;
    border-radius: 8px;
    background-color: var(--white);
    min-height: 70px;
    min-width: 130px;
    display: grid;
    place-content: center;
}

.partner-flow-list .flow-arrow {
    width: 0;
    min-width: auto;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0;
    border-left: 16px solid var(--primary-color);
    background: none;
    padding: 0;
    min-height: auto;
    border-radius: 0;
}

.partner-flow-img {
    margin: 2rem auto 0;
    background-color: var(--white);
    padding: 3rem;
    text-align: center;
}

@media screen and (max-width:1100px) {
    ul.partner-flow-list {
        margin: 2rem 0;
    }

    ul.partner-flow-list li {
        font-size: .9rem;
    }
}

@media screen and (max-width:767px) {
    ul.partner-flow-list {
        flex-direction: column;
    }

    ul.partner-flow-list li {
        width: 80%;
        max-width: 400px;
        font-size: 1rem;
    }

    .partner-flow-list .flow-arrow {
        transform: rotate(90deg);
    }

    .partner-flow-img {
        padding: 2rem 1rem;
    }
}

/* 営業支援について */
.partner-support-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.partner-support-item {
    flex: 1 1 calc(50% - 20px);
    display: inline-flex;
    padding: 24px 36px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    background: #FFF;
}

h3.partner-support-item-title {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

ul.check-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul.check-list:not(:last-child) {
    margin-bottom: 2rem;
}

ul.check-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.5em;
    line-height: 1.6;
}

ul.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #2589d0;
    border-left: 2px solid #2589d0;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .partner-support-list {
        flex-direction: column;
    }

    .partner-support-item {
        padding: 24px 20px;
    }

    ul.check-list {
        margin-left: 0;
    }

    ul.check-list li {
        font-size: 15px;
    }
}


/* =======================================================
 お問い合わせ・資料請求
======================================================= */
/* 電話でのお問い合わせ */
.phone-box {
    background-color: var(--white);
    border: 2px solid var(--primary-color);
    padding: 30px 20px;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    border-radius: 8px;
    color: var(--text-color);
    font-weight: 700;
}
.phone-box-company,
.phone-box-hour {
    letter-spacing: .1em;
}
.phone-box-company,
.phone-box-tel {
    margin-bottom: 14px;
}
.phone-box-company {
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.phone-box-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
    color: var(--primary-color);
    font-weight: normal;
    line-height: 1;
}
.phone-box-tel span.num {
    font-weight: 600;
    font-size: clamp(1.75rem, 1.568rem + 0.91vw, 2.25rem);
    font-family: var(--font-poppins);
}
dl.phone-box-hour {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
dl.phone-box-hour dd {
    margin-bottom: 0;
}
/* メールフォームでのお問い合わせ */
.contact-form .contact-note {
    padding: 20px;
    background-color: var(--bg-color-light-gray);
    max-width: 880px;
    margin: 0 auto;
}
.contact-form .contact-note a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
@media (max-width: 767px) {
    .phone-box {
        padding: 20px;
    }
}


/* =======================================================
 プライバシーポリシー
======================================================= */
.privacy-contents p {
    line-height: 1.8;
}

.privacy-contents h4 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.privacy-contents ol.policy-list {
    list-style: none;
    padding-left: 1rem;
}

.privacy-contents ol.policy-list li:not(:last-child) {
    margin-bottom: .8rem;
}

.privacy-contents ol.policy-list li {
    padding-left: 2rem;
    text-indent: -2rem;
}

.privacy-contents dl.policy-contact-list {
    display: grid;
    grid-template-columns: 80px 1fr;
    row-gap: 12px;
    column-gap: 10px;
}

.privacy-contents .policy-contact-list dd {
    margin: 0;
}

@media (max-width: 767px) {

    .privacy-contents p,
    .privacy-contents .policy-list li,
    .policy-contact-list {
        font-size: 15px;
    }

    .privacy-contents ol.policy-list {
        padding-left: 0;
    }

}











.side-slide-contents-item {
    position: fixed;
    top: 0;
    left: -900px;
    /* 初期位置 */
    width: 80%;
    max-width: 900px;
    height: 100vh;
    background-color: #FAF8F8;
    z-index: 999999;
}

.side-slide-inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.side-slide-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;

    width: 56px;
    height: 56px;
    background: var(--primary-color);
    border-radius: 6px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: var(--white);
    cursor: pointer;
    user-select: none;
}

.side-slide-close .close-icon {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 2px;
}

.side-slide-close .close-text {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1;
}

.side-slide-body {
    flex: 1;
    min-height: 0;
    /* ← Safari対策で超重要 */
    overflow-y: auto;
    padding: 45px;
}

.scroll-table {
    padding: 30px 20px;
    background-color: var(--white);
    border-radius: 8px;
}

table.spec-side-contents-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.scroll-table .table th {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .side-slide-contents-item {
        width: 100%;
    }

    .side-slide-body {
        padding-left: 0;
        padding-right: 0;
        margin: 0px 20px;
    }

    .scroll-table .table th {
        width: 100%;
    }
}


.spec-side-subtitle {
    border-left: 5px solid var(--primary-color);
    padding: 5px 10px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
}


.left-line-title {
    border-left: 5px solid var(--primary-color);
    padding: 5px 10px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
}


.scroll-note p {
    font-size: 14px;
}

.scroll-note-title {
    margin-bottom: .5rem;
    font-weight: 600;
    margin-top: 2.4rem;
}

.spec-side-maintitle {
    margin-bottom: 1.4rem;
}

.spec-side-maintitle span {
    background: var(--primary-color);
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
    padding: 4px 18px 6px 18px;
}


.side-slide-contents-item .text-block p {
    font-size: 15px;
    line-height: 1.8;
}



.lead-link {
    margin-top: 1.5rem;
    font-weight: 500;
}





.marker-yellow {
    line-height: 1.2;
    display: inline;
    background: linear-gradient(transparent 60%, #fff584 60%);
}


/* =======================================================
 共通パーツ___製品特徴
======================================================= */
/* 特徴 */
.product-feature-list-wrap {
    padding: 80px 0 140px;
}
.product-feature-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 90px 50px;
    margin-bottom: 0;
}
.product-feature-item {
    position: relative;
    width: calc((100% - 50px) / 2);
    padding: 46px 50px 40px;
    background: var(--white);
    min-height: 330px;
    box-shadow: var(--box-shadow-pale);
}
.product-feature-item:nth-child(odd) {
    transform: translateY(0);
}
.product-feature-item:nth-child(even) {
    transform: translateY(80px);
}
.product-feature-item:last-child:nth-child(odd) {
    margin-bottom: -80px;
}
.product-feature-num {
    line-height: 1;
    position: absolute;
    display: inline-block;
    color: var(--accent-blue);
    font-weight: 300;
    text-align: center;
    letter-spacing: .08em;
    top: -36px;
    right: 35px;
    font-size: clamp(3rem, 2.692rem + 1.54vw, 3.75rem);
    font-family: var(--font-poppins);
}
.product-feature-label {
    display: block;
    font-weight: 800;
    letter-spacing: .005em;
    font-size: 1.3rem;
}
.product-feature-title {
    color: var(--primary-color);
    font-size: clamp(1.125rem, 1.074rem + 0.26vw, 1.25rem);
    margin-bottom: 1rem;
    line-height: 1.6;
}
.product-feature-item .text-block p {
    font-size: 15px;
}
@media (max-width: 991px) {
    .product-feature-list {
        gap: 80px 30px;
    }
    .product-feature-item {
        width: calc((100% - 30px) / 2);
        padding: 40px 24px 30px;
    }
    .product-feature-num {
        right: 20px;
    }
    .product-feature-label {
        font-size: 1.1rem;
    }
    .product-feature-item .text-block p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .product-feature-list-wrap {
        padding: 40px 0;
    }
    .product-feature-item {
        width: 100%;
        transform: none;
        padding: 30px 24px;
        min-height: 260px;
    }
    .product-feature-item:nth-child(even) {
        transform: none;
    }
    .product-feature-item:last-child:nth-child(odd) {
        margin-bottom: 0;
    }

    .product-feature-list {
        gap: 80px;
    }
}

/* =======================================================
 共通パーツ___保守・サポート
======================================================= */
.product-support {
    padding-bottom: 60px;
}
.product-support .lead-text {
    margin-bottom: 40px;
}
.product-support-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 70%;
    margin: 0 auto 60px;
}
.product-support-item {
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    background: var(--white);
    width: calc(100% / 3 - 15px);
    height: 174px;
    padding: 18px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: var(--white);
}
.product-support-item p {
    color: var(--primary-color);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .product-support-list {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product-support-list {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 40px;
    }
    .product-support-item {
        width: calc(100% / 2 - 6px);
    }
    .product-support-item p {
        font-size: 13px;
    }
    .product-support .c-button-sp a {
        display: block;
        color: var(--white);
        margin: 0;
    }
}

/* =======================================================
 共通___保守・サポートページ
======================================================= */






/* =======================================================
 製品_導入事例
======================================================= */
.product-case {
    background: linear-gradient(-45deg, rgba(0, 144, 249, 0.14), rgba(0, 165, 230, 0.06), rgba(200, 230, 255, 0.04));
    margin-top: 0;
    overflow: hidden;
    position: relative;
}

/* .product-case::before {
    content: "";
    background: url(../img/bgbgbg.png) no-repeat center / cover;
    width: 500px;
    height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    position: absolute;
} */

.product-case-inner {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    justify-content: center;
}

/* 左：説明 */
.product-case-lead {
    width: 40%;
}

.product-case .sub-section-title {
    text-align: left;
}

.product-case-count {
    margin: 2.5rem 0 1.875rem;
}

.count-num {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: var(--font-poppins);
    line-height: 1;
}

.count-num span {
    font-size: 4rem;
    margin-right: .2em;
    color: var(--primary-color);
}

.product-case-desc p {
    letter-spacing: .1em;
}

/* 右：スライダー */
.product-case-slider {
    width: 360px;
}

.case-card {
    border-radius: 16px;
    overflow: hidden;
}

.case-card-link {
    display: block;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.case-card img {
    width: 100%;
    display: block;
}

.case-card-body {
    padding: 16px 20px 20px;
    min-height: 220px;
    background-color: var(--white);
}

.case-tag {
    color: var(--primary-color);
    font-size: .9rem;
    margin-bottom: 6px;
}

.case-title {
    color: var(--text-color);
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: clamp(1rem, 0.897rem + 0.51vw, 1.25rem);
}

.case-text p {
    color: var(--text-color);
    font-size: 15px;
} 

.product-case-slider {
    position: relative;
}


.product-case-slider .slick-dots {
    text-align: center;
    bottom: -10px;
}

span.is-next-arrow.slick-arrow.case-next {
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
}

span.is-prev-arrow.slick-arrow.case-prev {
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
}


.product-case-slider .slick-dots li button:before {
    content: none;
}

.product-case-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background-color: #d0d0d0;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.product-case-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
}

.product-case-slider .slick-dots li.slick-active button {
    background-color: var(--accent-light-blue);
}

@media (max-width: 991px) {
    .product-case-inner {
        gap: 2rem;
    }
    .product-case-lead {
        width: 50%;
    }
    .product-case-slider {
        width: 300px;
    }
    .case-card-body {
        min-height: 260px;
    }
}
@media (max-width: 767px) {
    .product-case-inner {
        flex-direction: column;
    }
        .case-card-body {
            min-height: 250px;
        }
    .product-case-lead {
        width: 100%;
    }
    .product-case-slider {
        width: 88%;
        margin: 0 auto;
    }

}



/* =======================================================
 製品_お客様の声
======================================================= */
.product-voice-item {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    background: var(--bg-color-light-gray);
    padding: 30px 40px 30px 35px;
    margin-bottom: 3rem;
    gap: 2rem;
}
.product-voice-img {
    width: 100px;
}
.product-voice-text {
    flex: 1;
}
.product-voice-text p {
    margin-bottom: 0;
}
.product-voice-title {
    font-size: clamp(1rem, 0.897rem + 0.51vw, 1.25rem);
    line-height: 1.6;
    color: var(--primary-color);
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .product-voice-item {
        flex-direction: column;
        padding: 60px 20px 30px 20px;
        gap: 1.2rem;
        margin-bottom: 0;
        margin-top: 4rem;
    }
    .product-voice-img {
        width: 80px;
        margin: -100px auto 0;
    }
    .product-voice-title {
        text-align: center;
    }
    .product-voice-text p {
        font-size: 15px;
    }
}


/* =======================================================
 製品_CTA
======================================================= */
.product-cta {
    background-color: var(--primary-color);
    padding: 50px 0 80px;
}
.product-cta-inner {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}
.product-cta-lead {
    color: var(--white);
    font-size: clamp(1.625rem, 1.398rem + 1.14vw, 2.25rem);
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 90px;
}
.product-cta-lead-sub {
    font-size: clamp(1.125rem, 0.971rem + 0.77vw, 1.5rem);
    display: block;
}
.product-cta-box {
    position: relative;
    background: var(--white);
    border-radius: 24px;
    padding: 56px 30px 40px;
}
.product-cta-icon {
    width: 240px;
    margin: -164px auto 10px;
}
.product-cta-list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 0;
}
.product-cta-list::before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 50%;
    width: 1px;
    background: var(--accent-dark-blue);
}
.product-cta-item {
    text-align: center;
}
.product-cta-title {
    font-size: clamp(1.5rem, 1.397rem + 0.51vw, 1.75rem);
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--accent-dark-blue);
    line-height: 1.4;
}
.product-cta-text {
    margin-bottom: 20px;
    color: var(--accent-dark-blue);
    font-weight: 600;
}
.product-cta-text span {
    color: var(--text-color);
}
.product-cta-btn {
    display: inline-block;
    max-width: 400px;
    width: 90%;
    line-height: 74px;
    border-radius: 999px;
    font-weight: 500;
    transition: .25s;
    border: 2px solid var(--accent-yellow);
    color: var(--accent-dark-blue);
    font-size: clamp(1.125rem, 1.022rem + 0.51vw, 1.375rem);
}
.product-cta-btn:hover {
    opacity: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    transform: translateY(-4px);
}
.product-cta-btn-primary {
    background: var(--accent-yellow);
    color: var(--accent-dark-blue);
}
.product-cta-btn-secondary {
    background-color: var(--white);
}
@media (max-width: 991px) {
    .product-cta-inner {
        padding: 0 20px;
    }
    .product-cta-icon {
        width: 180px;
        margin: -124px auto 0px;
    }
    .product-cta-btn {
        line-height: 62px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    }
    .product-cta-list {
        gap: 32px;
    }
}
@media (max-width: 767px) {
    .product-cta-lead {
        margin-bottom: 30px;
    }
    .product-cta-box {
        padding: 44px 30px;
    }
    .product-cta-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .product-cta-list::before {
        display: none;
    }
    .product-cta-item:first-child {
        border-bottom: solid 1px var(--border-color);
        padding-bottom: 50px;
    }
    .product-cta-icon {
        width: 160px;
    }
    .product-cta-btn {
        width: 100%;
    }
    .product-cta-icon {
        margin: 0 auto 20px;
    }
    .product-cta-text {
        font-size: 15px;
    }
}




/* ダミー */
.dummy-form {
    background-color: #ddd;
    height: 1000px;
    width: 100%;
    display: grid;
    place-content: center;
}