@charset "UTF-8";

/* mds-sdsセクション */
.fsi-page-banner-industrial-pc.mds {
    background-image: url(../img/iomt-new/mds_sds-banner_full.webp);
}

.fsi-page-banner-industrial-pc.has-cover-bg.mds:before {
    background-color: rgba(0, 0, 0, 0.30);
}

.fsi-page-banner-industrial-pc.mds p {
    margin-top: 0;
}

/* .mds-container {
    padding-top: 60px;
    width: 100%;
    margin: 0 auto;
} */

.mds-section {
    margin: 60px 0;
}

.mds-text {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}

.mds-text p {
    margin-top: 0;
}

.mds-text--blue {
    font-weight: bold;
    color: #163589;
}

.mds-text--blue  p {
    font-size: 23px !important;
}

.mds-text--link {
    color: #163589;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.mds-text--line {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 0 15px;
    color: #163589;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.mds-text--line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #163589;
    margin-right: 15px;
}

.mds-text--dot {
    position: relative;
    padding-left: 20px;
    display: block;
    margin-left: 40px;
    margin-top: -20px;
}

.mds-text--dot::before {
    position: absolute;
    content: "・";
    left: 0;
}

/* ボタングループ */
.mds-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0 50px;
}

/* ボタン */
.mds-button {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 10px 49px;
    border-radius: 100px;
    transition: 0.3s all 0s;
}

.mds-button-wrap {
    min-width: 200px;
    border: 1px solid #333;
    border-radius: 100px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    background-color: #ffffff;
}

.mds-button:hover {
    background-color: #4e4a4b;
    border-color: #4e4a4b;
    color: #fff;
}

.mds-button::after {
    font-family: webicon;
    display: inline-block;
    line-height: 1.4;
    content: "\E020";
    position: absolute;
    padding-left: 8px;
}

/* リストセクション */
.mds-overview-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

.mds-list-wrapper {
    border: 1px solid #ccc;
    padding: 25px 15px;
    position: relative;
}

.mds-list-title {
    font-weight: bold;
    margin-bottom: 10px;
    position: absolute;
    left: 24px;
    top: -20px;
    font-size: 23px;
    color: #00429a;
    padding: 0 14px;
    background-color: white;
    margin-top: 0;
}

.mds-list {
    list-style-type: none;
}

.mds-list__item {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    color: #00429a;
    font-size: 20px;
}

.mds-list__item::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* ガイドラインセクション */
.mds-guideline-section {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 50px auto 0;
}

.mds-guideline__title {
    font-size: 37px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
    letter-spacing: 0;
}

.mds-guideline__subtitle {
    font-size: 23px;
    margin-bottom: 40px;
    color: #163589;
    line-height: 200%;
    font-weight: bold;
    margin-top: 0;
}

/* 図解セクション */
.mds-diagram {
    background-color: #e0e0e0;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
}

.mds-diagram-wrap {
    text-align: right;
    margin-bottom: 40px;
}

.mds-diagram--bottom {
    background-color: #e0e0e0;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

/* アイキャッチセクション */
/* .mds-hero-section {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
} */

.mds-eyecatch {
    background-color: #e0e0e0;
    height: 534px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.mds-cta-section {
    text-align: center;
    margin: 40px 0;
}

.mds-cta-section__text {
    font-size: 14px;
    margin-bottom: 20px;
}

.mds-background-section {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 100px auto 0;
}

.mds-background__title {
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mds-background__subtitle {
    font-size: 23px;
    color: #163589;
    font-weight: bold;
    line-height: 200%;
    margin-bottom: 20px;
}

.mds-contact {
    max-width: 1920px;
    width: 100%;
    height: auto;
    display: block;
}

.mds-contact__title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.mds-contact__container {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.mds-contact__box {
    background-color: white;
    padding: 20px;
    width: 300px;
    text-align: center;
}

.mds-contact__box-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.mds-contact__button {
    display: block;
    padding: 10px;
    background-color: #c9af5b;
    color: white;
    text-decoration: none;
    margin-top: 10px;
}

.mds-contact__phone {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.mds-contact__phone-note {
    font-size: 12px;
    color: #666;
}

.mds-service-section {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 100px auto 0;
}

.mds-service__title {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    margin-top: 0;
}

.mds-service__subtitle {
    font-size: 23px;
    color: #163589;
    font-weight: bold;
    line-height: 200%;
    margin-top: 0;
}

.mds-section-heading {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin: 41px 0 40px 0;
    padding-bottom: 24px;
    text-align: center;
}

.mds-section-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    border-bottom: 3px solid #b4a46a;
}

.mds-feature-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    margin: 20px 0;
}

.mds-feature-card {
    width: 100%;
    background-color: #e0eaeb;
    padding: 36px 20px;
    position: relative;
}

.mds-feature-card__wrap {
    display: flex;
    gap: 14px;
    align-items: center;
}

.mds-feature-card__number {
    font-size: 130px;
    font-weight: bold;
    color: #a9944c;
    line-height: 1;
}

.mds-feature-card__title {
    font-weight: bold;
    font-size: 40px;
    color: #163589;
    margin-top: 0;
    text-align: left;
    letter-spacing: 0;
}

.mds-feature-card__content {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.mds-feature-card__image {
    height: 180px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.mds-advantages-section {
    margin: 80px auto 50px;
}

.mds-advantages-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
    gap: 40px;
    margin: 30px 0 50px;
}

.mds-advantage-card {
    background-color: #e0eaeb;
    padding: 17px 0;
    position: relative;
}

.mds-advantage-card__wrap {
    display: flex;
    gap: 14px;
    padding: 0 20px;
    height: 135px;
    align-items: center;
}

.mds-advantage-card__number {
    font-size: 130px;
    font-weight: bold;
    color: #a9944c;
    line-height: 1;
}

.mds-advantage-card__title {
    font-weight: bold;
    font-size: 40px;
    color: #163589;
    line-height: 1.2;
    margin-top: 0;
    text-align: left;
    letter-spacing: 0;
}

.mds-advantage-card__title--black {
    color: black;
}

.mds-advantage-card__sub-title {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-top: 0;
    text-align: left;
    letter-spacing: 0;
}

.mds-advantage-card__content {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0 13px;
}

.mds-advantage-card__image-wrap {
    display: flex;
    justify-content: center;
    height: 513px;
}

.mds-advantage-card__image {
    max-width: 475px;
    max-height: 513px;
    width: 100%;
    height: auto;
}

.mds-workflow-section {
    margin: 0 auto 0;
}

.mds-workflow__title {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin: 50px 0;
    padding-bottom: 27px;
    text-align: center;
}

.mds-workflow__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    border-bottom: 3px solid #b4a46a;
}

.mds-workflow__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    row-gap: 60px;
}

.mds-workflow__item {
    position: relative;
    padding: 80px 20px 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #e0eaeb80;
}

.mds-workflow__item--second {
    background-color: #e0eaeb;
}

.mds-workflow__item--third {
    background-color: #cfe2e3;
}

.mds-workflow__step {
    position: absolute;
    top: -40px;
    font-size: 48px;
    font-weight: bold;
    color: white;
    background-color: #163589;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 1.6;
    margin-top: 0;
    letter-spacing: 0;
}

.mds-workflow__item-title {
    font-size: 32px;
    font-weight: bold;
    color: #163589;
    text-align: center;
    margin-top: 0;
    letter-spacing: 0;
}

.mds-workflow__image-wrap {
    width: 200px;
    height: 200px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.mds-workflow__image {
    max-width: 142px;
    max-height: 128px;
    width: 100%;
}

.mds-workflow__text {
    font-size: 16px;
    font-weight: 600;
}

.mds-info-section {
    margin: 50px auto 0;
    background-color: #e0eaeb;
    padding: 50px 0;
}

.mds-info-wrap {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

.mds-info-title {
    font-size: 28px;
    font-weight: bold;
    color: #163589;
    text-align: center;
    margin-top: 0;
    letter-spacing: 0;
}

.mds-info-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.mds-info-content {
    margin-bottom: 50px;
}

.mds-info-content--white {
    background-color: white;
    padding: 20px;
    margin-bottom: 10px;
}

.mds-info__image {
    width: 100%;
}

.mds-info-link-wrap {
    text-align: right;
}

.mds-info-image {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
    display: block;
}

.mds-info-caption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.mds-info-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.mds-info-link {
    color: #163589;
    text-decoration: underline;
    font-weight: 600;
}

.mds-checkmark-list {
    list-style: none;
    margin: 15px 0;
    padding-left: 0;
}

.mds-checkmark-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.mds-checkmark-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #163589;
    font-weight: bold;
}

/* レスポンシブ対応 - タブレット */
@media (max-width: 768px) {
    .mds-button-group {
        flex-direction: column;
        align-items: center;
    }

    .mds-button {
        width: 100%;
        max-width: 300px;
    }

    .mds-feature-card {
        width: 100%;
    }

    .mds-contact__container {
        flex-direction: column;
        align-items: center;
    }

    .mds-contact__box {
        width: 100%;
        max-width: 300px;
    }

    .mds-advantages-cards {
        grid-template-columns: 1fr;
    }

    .mds-guideline__title,
    .mds-background__title,
    .mds-service__title {
        font-size: 32px;
    }

    .mds-guideline__subtitle,
    .mds-background__subtitle,
    .mds-service__subtitle {
        font-size: 20px;
    }

    .mds-section-heading,
    .mds-workflow__title {
        font-size: 28px;
    }

    .mds-eyecatch {
        height: 400px;
    }

    .mds-diagram {
        height: 400px;
    }

    .mds-advantage-card__wrap {
        height: auto;
        flex-wrap: wrap;
    }

    .mds-advantage-card__number {
        font-size: 100px;
    }

    .mds-feature-card__number {
        font-size: 100px;
    }

    .mds-feature-card__title,
    .mds-advantage-card__title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    /* .mds-container {
        padding: 40px 15px;
    } */

    .mds-guideline__title,
    .mds-background__title,
    .mds-service__title {
        font-size: 28px;
    }

    .mds-guideline__subtitle,
    .mds-background__subtitle,
    .mds-service__subtitle {
        font-size: 18px;
        line-height: 1.5;
    }

    .mds-section-heading,
    .mds-workflow__title {
        font-size: 24px;
        padding-bottom: 15px;
        margin: 30px 0;
    }

    .mds-eyecatch {
        height: 300px;
    }

    .mds-diagram {
        height: 300px;
    }

    .mds-text {
        font-size: 14px;
    }

    .mds-text--blue {
        font-size: 18px;
    }

    .mds-list-title {
        font-size: 18px;
    }

    .mds-list__item {
        font-size: 16px;
    }

    .mds-button {
        font-size: 16px;
        min-width: 100%;
    }

    .mds-advantage-card__number,
    .mds-feature-card__number {
        font-size: 70px;
    }

    .mds-advantage-card__title,
    .mds-feature-card__title {
        font-size: 22px;
    }

    .mds-advantage-card__sub-title {
        font-size: 16px;
    }

    .mds-advantage-card__content,
    .mds-feature-card__content {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    /* .mds-container {
        padding: 30px 10px;
    } */

    .mds-guideline__title,
    .mds-background__title,
    .mds-service__title {
        font-size: 22px;
    }

    .mds-guideline__subtitle,
    .mds-background__subtitle,
    .mds-service__subtitle {
        font-size: 16px;
    }

    .mds-section-heading,
    .mds-workflow__title {
        font-size: 20px;
    }

    .mds-eyecatch {
        height: 200px;
    }

    .mds-diagram {
        height: 200px;
    }

    .mds-text {
        font-size: 13px;
    }

    .mds-text--blue {
        font-size: 16px;
    }

    .mds-advantage-card__number,
    .mds-feature-card__number {
        font-size: 50px;
    }

    .mds-advantage-card__title,
    .mds-feature-card__title {
        font-size: 18px;
    }

    .mds-advantage-card__wrap {
        padding: 0 10px;
    }

    .mds-feature-card__wrap,
    .mds-advantage-card__wrap {
        gap: 8px;
    }

    .mds-feature-card {
        padding: 10px 8px 20px;
    }
}
/*250618*/
.mds-workflow__list .mds-workflow__item:not(:last-child)::after{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    display: block;
    left: 100%;
    content: "";
    background-color: #163589;
    width: 30px;
    height: 60px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: 1;
}
.mds-feature-section{margin: 80px auto 50px;}
.mds-advantages-section .iomt-strengths-cards.column-3{margin-bottom: 30px;}
@media (max-width: 768px) {
.mds-workflow__list {grid-template-columns: 1fr;}
.mds-workflow__list .mds-workflow__item:not(:last-child)::after{content: none;}
.mds-workflow__item-title {font-size: 24px;}
.mds-feature-card__wrap {flex-direction: column;}
.mds-text--dot {margin-left: 10px;}
}
